aboutsummaryrefslogtreecommitdiffstats
path: root/etc/NEWS
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2012-02-03 20:01:23 -0500
committerGlenn Morris <[email protected]>2012-02-03 20:01:23 -0500
commit05f77e380bacb45b829e0dbc62e40c51959adcbb (patch)
treeef45037f8fadfb713dad019c92928dbe2bbbf53b /etc/NEWS
parentea32ef465178e9fe9fc9699dbc74589de291b2b2 (diff)
NEWS misc small edits.
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS42
1 files changed, 22 insertions, 20 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f58ffcdfa5..0e9181d767 100644
--- 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.
-
* 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.
@@ -927,6 +918,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.