]> git.eshelyaron.com Git - emacs.git/commitdiff
NEWS misc small edits.
authorGlenn Morris <rgm@gnu.org>
Sat, 4 Feb 2012 01:01:23 +0000 (20:01 -0500)
committerGlenn Morris <rgm@gnu.org>
Sat, 4 Feb 2012 01:01:23 +0000 (20:01 -0500)
etc/NEWS

index f58ffcdfa598de9e3c684324778f4a2b5bf9c501..0e9181d76755d23d90df7e087e9608334d54302d 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -340,6 +340,7 @@ trashing.  This avoids inadvertently trashing temporary files.
 *** Calling `delete-file' or `delete-directory' with a prefix argument
 now forces true deletion, regardless of `delete-by-moving-to-trash'.
 
++++
 ** New option `list-colors-sort' defines the color sort order
 for `list-colors-display'.
 
@@ -455,10 +456,6 @@ been shown in a specific window.
 This is handy for minibuffer-only frames, and is also used for the "mouse-1
 pops up *Messages*" feature, which can now easily be changed.
 
----
-** `tooltip-use-echo-area' is obsolete.
-Rather than setting this to t, disable Tooltip mode instead.
-
 \f
 * Editing Changes in Emacs 24.1
 
@@ -714,26 +711,22 @@ utf-8, and do the normal `undecided' decoding for the rest.
 
 ** Eshell changes
 
-*** The default value of eshell-directory-name is a directory named
-"eshell" in `user-emacs-directory'.  If the old "~/.eshell/" directory
-exists, that is used instead.
+---
+*** The default value of `eshell-directory-name' has changed
+to be an "eshell" directory in `user-emacs-directory'.
+The old "~/.eshell/" directory is still used if it exists, though.
 
 ** gdb-mi
 +++
-*** GDB User Interface migrated to GDB Machine Interface and now
-supports multithread non-stop debugging and debugging of several
-threads simultaneously.
-
-** In ido-mode, C-v is no longer bound to ido-toggle-vc.
-The reason is that this interferes with cua-mode.
+*** The GDB User Interface has been migrated to GDB Machine Interface.
+It now supports multithread non-stop debugging and simultaneous
+debugging of several threads.
 
 ** Image mode
 
-*** RET (`image-toggle-animation') toggles animation, if the displayed
-image can be animated.
-
-*** Option `image-animate-loop', if non-nil, loops the animation.
-If nil, `image-toggle-animation' plays the animation once.
++++
+*** RET (`image-toggle-animation') toggles animation, if applicable.
+Animation plays once, unless the option `image-animate-loop' is non-nil.
 
 ** Info
 
@@ -752,8 +745,6 @@ and also because `Info-edit' is a rarely used command that is disabled
 by default.
 
 +++
-** The Landmark game is now invoked with `landmark', not `lm'.
-
 ** MH-E has been upgraded to MH-E version 8.3.1.
 See MH-E-NEWS for details.
 
@@ -926,6 +917,13 @@ They are superseded by shift-select-mode enabled by default in 23.1.
 
 ** Miscellaneous
 
++++
+*** The Landmark game is now invoked with `landmark', not `lm'.
+
+---
+*** In `ido-file-completion-map', C-v is no longer bound to ido-toggle-vc.
+(This interfered with cua-mode.)
+
 +++
 *** f90.el has some support for Fortran 2008 syntax.
 
@@ -1404,6 +1402,10 @@ an empty uninterned symbol.
 
 ** Obsolete functions and variables
 
+---
+*** `tooltip-use-echo-area' is obsolete.
+Rather than setting this to t, disable Tooltip mode instead.
+
 *** buffer-substring-filters is obsolete.
 Use `filter-buffer-substring-functions' instead.