emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r115933: Document Image Mode's new animation feature


From: Rüdiger Sonderfeld
Subject: [Emacs-diffs] trunk r115933: Document Image Mode's new animation features.
Date: Thu, 09 Jan 2014 13:35:31 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115933
revision-id: address@hidden
parent: address@hidden
committer: Rüdiger Sonderfeld <address@hidden>
branch nick: trunk
timestamp: Thu 2014-01-09 14:34:36 +0100
message:
  Document Image Mode's new animation features.
  
  * etc/NEWS: Better document the speed up, slow down, or reverse
  animation in Image Mode.
  * files.texi (File Conveniences): Document `image-next-frame',
  `image-previous-frame', `image-goto-frame',
  `image-increase-speed', `image-decrease-speed',
  `image-reverse-speed', and `image-reset-speed'.
modified:
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/files.texi           files.texi-20091113204419-o5vbwnq5f7feedwu-6249
  etc/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1485
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2014-01-07 18:01:12 +0000
+++ b/doc/emacs/ChangeLog       2014-01-09 13:34:36 +0000
@@ -1,3 +1,10 @@
+2014-01-09  Rüdiger Sonderfeld  <address@hidden>
+
+       * files.texi (File Conveniences): Document `image-next-frame',
+       `image-previous-frame', `image-goto-frame',
+       `image-increase-speed', `image-decrease-speed',
+       `image-reverse-speed', and `image-reset-speed'.
+
 2014-01-07  Bastien Guerry  <address@hidden>
 
        * buffers.texi (Buffers): Fix display of @math content by using

=== modified file 'doc/emacs/files.texi'
--- a/doc/emacs/files.texi      2014-01-01 07:43:34 +0000
+++ b/doc/emacs/files.texi      2014-01-09 13:34:36 +0000
@@ -1944,12 +1944,9 @@
 
 @findex image-mode
 @findex image-toggle-display
address@hidden image-toggle-animation
 @findex image-next-file
 @findex image-previous-file
 @cindex images, viewing
address@hidden image animation
address@hidden animated images
   Visiting image files automatically selects Image mode.  In this
 major mode, you can type @kbd{C-c C-c} (@code{image-toggle-display})
 to toggle between displaying the file as an image in the Emacs buffer,
@@ -1962,10 +1959,29 @@
 (@code{image-previous-file}) to visit the next image file and the
 previous image file in the same directory, respectively.
 
-If the image can be animated, the command @kbd{RET}
address@hidden image-toggle-animation
address@hidden image-next-frame
address@hidden image-previous-frame
address@hidden image-goto-frame
address@hidden image-increase-speed
address@hidden image-decrease-speed
address@hidden image-reset-speed
address@hidden image-reverse-speed
address@hidden image-animate-loop
address@hidden image animation
address@hidden animated images
+  If the image can be animated, the command @kbd{RET}
 (@code{image-toggle-animation}) starts or stops the animation.
 Animation plays once, unless the option @code{image-animate-loop} is
address@hidden
address@hidden  With @kbd{f} (@code{image-next-frame}) and @kbd{b}
+(@code{image-previous-frame}) you can step through the individual
+frames.  Both commands accept a numeric prefix to step through several
+frames at once.  You can go to a specific frame with @kbd{F}
+(@code{image-goto-frame}).  The speed of the animation can be
+increased by pressing @kbd{a +} (@code{image-increase-speed}) and
+decreased by pressing @kbd{a -} (@code{image-decrease-speed}).  With
address@hidden r} (@code{image-reverse-speed}) the speed is reversed.  You can
+reset the speed with @kbd{a 0} (@code{image-reset-speed}).
 
 @cindex ImageMagick support
 @vindex imagemagick-enabled-types

=== modified file 'etc/ChangeLog'
--- a/etc/ChangeLog     2014-01-05 20:17:13 +0000
+++ b/etc/ChangeLog     2014-01-09 13:34:36 +0000
@@ -1,3 +1,8 @@
+2014-01-09  Rüdiger Sonderfeld  <address@hidden>
+
+       * NEWS: Better document the speed up, slow down, or reverse
+       animation in Image Mode.
+
 2014-01-05  Tassilo Horn  <address@hidden>
 
        * themes/tsdh-light-theme.el (tsdh-light): Define org-level-*

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2014-01-09 12:55:59 +0000
+++ b/etc/NEWS  2014-01-09 13:34:36 +0000
@@ -574,11 +574,17 @@
 visit the next image file and the previous image file in the same
 directory, respectively.
 
++++
 *** New commands to show specific frames of multi-frame images.
 `f' (`image-next-frame') and `b' (`image-previous-frame') visit the
 next or previous frame.  `F' (`image-goto-frame') shows a specific frame.
 
++++
 *** New commands to speed up, slow down, or reverse animation.
+`a +' (`image-increase-speed') and `a -' (`image-decrease-speed') to
+speed up and slow down the animation.  `a r' (`image-reverse-speed')
+to reverse it and `a 0' (`image-reset-speed') to reset it.
+
 ---
 *** The command `image-mode-fit-frame' deletes other windows.
 When toggling, it restores the frame's previous window configuration.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]