aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorXue Fuqiao2013-12-22 13:20:03 +0800
committerXue Fuqiao2013-12-22 13:20:03 +0800
commit8d3c54a0b225a159002c92bd13ebe1086857dac2 (patch)
treeab66159b8520eb3c8cbb90c9fe8e6f54e7f6f1af /etc
parent6cddebc11bdf10eabf55cac829d06bdec7afab89 (diff)
downloademacs-8d3c54a0b225a159002c92bd13ebe1086857dac2.tar.gz
emacs-8d3c54a0b225a159002c92bd13ebe1086857dac2.zip
Document image-{next, previous}-file, plus some minor tweak.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 10 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 42a81429778..c73c2cc1946 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -321,6 +321,7 @@ code run via JIT Lock.
321 321
322** Calendar and Diary 322** Calendar and Diary
323 323
324---
324*** New faces `calendar-weekday-header', `calendar-weekend-header', 325*** New faces `calendar-weekday-header', `calendar-weekend-header',
325and `calendar-month-header'. 326and `calendar-month-header'.
326 327
@@ -377,7 +378,7 @@ For example, this enables parsing of macros which open new namespaces.
377 378
378** cl-lib 379** cl-lib
379 380
380*** New macro cl-tagbody. 381*** New macro `cl-tagbody'.
381 382
382+++ 383+++
383*** letf is now just an alias for cl-letf. 384*** letf is now just an alias for cl-letf.
@@ -464,20 +465,28 @@ module.
464*** New option `f90-smart-end-names'. 465*** New option `f90-smart-end-names'.
465 466
466** Icomplete is a bit more like Ido. 467** Icomplete is a bit more like Ido.
468
467*** key bindings to navigate through and select the completions. 469*** key bindings to navigate through and select the completions.
470
468*** The icomplete-separator is customizable, and its default has changed. 471*** The icomplete-separator is customizable, and its default has changed.
472
469*** Removed icomplete-show-key-bindings. 473*** Removed icomplete-show-key-bindings.
474
470*** Icomplete-mode by defaults applies to all forms of minibuffer completion. 475*** Icomplete-mode by defaults applies to all forms of minibuffer completion.
471(setq icomplete-with-completion-tables '(internal-complete-buffer)) 476(setq icomplete-with-completion-tables '(internal-complete-buffer))
472will revert to the old behavior. 477will revert to the old behavior.
473 478
474** Ido 479** Ido
480
475*** Ido has a manual now. 481*** Ido has a manual now.
482
476*** `ido-use-virtual-buffers' takes a new value 'auto. 483*** `ido-use-virtual-buffers' takes a new value 'auto.
484
477*** `ido-decorations' has been slightly extended to give a bit more control. 485*** `ido-decorations' has been slightly extended to give a bit more control.
478 486
479** Image mode 487** Image mode
480 488
489+++
481*** New commands `n' (`image-next-file') and `p' (`image-previous-file') 490*** New commands `n' (`image-next-file') and `p' (`image-previous-file')
482visit the next image file and the previous image file in the same 491visit the next image file and the previous image file in the same
483directory, respectively. 492directory, respectively.