emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] trunk r115682: Document image-{next, previous}-file, plus


From: Xue Fuqiao
Subject: [Emacs-diffs] trunk r115682: Document image-{next, previous}-file, plus some minor tweak.
Date: Sun, 22 Dec 2013 05:20:18 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 115682
revision-id: address@hidden
parent: address@hidden
committer: Xue Fuqiao <address@hidden>
branch nick: trunk
timestamp: Sun 2013-12-22 13:20:03 +0800
message:
  Document image-{next, previous}-file, plus some minor tweak.
modified:
  doc/emacs/ChangeLog            changelog-20091113204419-o5vbwnq5f7feedwu-6227
  doc/emacs/files.texi           files.texi-20091113204419-o5vbwnq5f7feedwu-6249
  etc/NEWS                       news-20100311060928-aoit31wvzf25yr1z-1
=== modified file 'doc/emacs/ChangeLog'
--- a/doc/emacs/ChangeLog       2013-12-22 04:55:31 +0000
+++ b/doc/emacs/ChangeLog       2013-12-22 05:20:03 +0000
@@ -1,5 +1,7 @@
 2013-12-22  Xue Fuqiao  <address@hidden>
 
+       * files.texi (File Conveniences): Document `image-next-file' and 
`image-previous-file'.
+
        * display.texi (Optional Mode Line): Fix an index.
 
        * regs.texi (File Registers): Document `kmacro-to-register'.

=== modified file 'doc/emacs/files.texi'
--- a/doc/emacs/files.texi      2013-10-23 17:20:09 +0000
+++ b/doc/emacs/files.texi      2013-12-22 05:20:03 +0000
@@ -1944,6 +1944,8 @@
 @findex image-mode
 @findex image-toggle-display
 @findex image-toggle-animation
address@hidden image-next-file
address@hidden image-previous-file
 @cindex images, viewing
 @cindex image animation
 @cindex animated images
@@ -1955,7 +1957,11 @@
 support for displaying such images.  If the displayed image is wider
 or taller than the frame, the usual point motion keys (@kbd{C-f},
 @kbd{C-p}, and so forth) cause different parts of the image to be
-displayed.  If the image can be animated, the command @kbd{RET}
+displayed.  You can press @kbd{n} (@code{image-next-file}) and @kbd{p}
+(@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}
 (@code{image-toggle-animation}) starts or stops the animation.
 Animation plays once, unless the option @code{image-animate-loop} is
 address@hidden

=== modified file 'etc/NEWS'
--- a/etc/NEWS  2013-12-22 04:57:00 +0000
+++ b/etc/NEWS  2013-12-22 05:20:03 +0000
@@ -321,6 +321,7 @@
 
 ** Calendar and Diary
 
+---
 *** New faces `calendar-weekday-header', `calendar-weekend-header',
 and `calendar-month-header'.
 
@@ -377,7 +378,7 @@
 
 ** cl-lib
 
-*** New macro cl-tagbody.
+*** New macro `cl-tagbody'.
 
 +++
 *** letf is now just an alias for cl-letf.
@@ -464,20 +465,28 @@
 *** New option `f90-smart-end-names'.
 
 ** Icomplete is a bit more like Ido.
+
 *** key bindings to navigate through and select the completions.
+
 *** The icomplete-separator is customizable, and its default has changed.
+
 *** Removed icomplete-show-key-bindings.
+
 *** Icomplete-mode by defaults applies to all forms of minibuffer completion.
 (setq icomplete-with-completion-tables '(internal-complete-buffer))
 will revert to the old behavior.
 
 ** Ido
+
 *** Ido has a manual now.
+
 *** `ido-use-virtual-buffers' takes a new value 'auto.
+
 *** `ido-decorations' has been slightly extended to give a bit more control.
 
 ** Image mode
 
++++
 *** New commands `n' (`image-next-file') and `p' (`image-previous-file')
 visit the next image file and the previous image file in the same
 directory, respectively.


reply via email to

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