aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris2012-02-03 20:01:23 -0500
committerGlenn Morris2012-02-03 20:01:23 -0500
commit05f77e380bacb45b829e0dbc62e40c51959adcbb (patch)
treeef45037f8fadfb713dad019c92928dbe2bbbf53b /etc
parentea32ef465178e9fe9fc9699dbc74589de291b2b2 (diff)
downloademacs-05f77e380bacb45b829e0dbc62e40c51959adcbb.tar.gz
emacs-05f77e380bacb45b829e0dbc62e40c51959adcbb.zip
NEWS misc small edits.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS42
1 files changed, 22 insertions, 20 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f58ffcdfa59..0e9181d7675 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -340,6 +340,7 @@ trashing. This avoids inadvertently trashing temporary files.
340*** Calling `delete-file' or `delete-directory' with a prefix argument 340*** Calling `delete-file' or `delete-directory' with a prefix argument
341now forces true deletion, regardless of `delete-by-moving-to-trash'. 341now forces true deletion, regardless of `delete-by-moving-to-trash'.
342 342
343+++
343** New option `list-colors-sort' defines the color sort order 344** New option `list-colors-sort' defines the color sort order
344for `list-colors-display'. 345for `list-colors-display'.
345 346
@@ -455,10 +456,6 @@ been shown in a specific window.
455This is handy for minibuffer-only frames, and is also used for the "mouse-1 456This is handy for minibuffer-only frames, and is also used for the "mouse-1
456pops up *Messages*" feature, which can now easily be changed. 457pops up *Messages*" feature, which can now easily be changed.
457 458
458---
459** `tooltip-use-echo-area' is obsolete.
460Rather than setting this to t, disable Tooltip mode instead.
461
462 459
463* Editing Changes in Emacs 24.1 460* Editing Changes in Emacs 24.1
464 461
@@ -714,26 +711,22 @@ utf-8, and do the normal `undecided' decoding for the rest.
714 711
715** Eshell changes 712** Eshell changes
716 713
717*** The default value of eshell-directory-name is a directory named 714---
718"eshell" in `user-emacs-directory'. If the old "~/.eshell/" directory 715*** The default value of `eshell-directory-name' has changed
719exists, that is used instead. 716to be an "eshell" directory in `user-emacs-directory'.
717The old "~/.eshell/" directory is still used if it exists, though.
720 718
721** gdb-mi 719** gdb-mi
722+++ 720+++
723*** GDB User Interface migrated to GDB Machine Interface and now 721*** The GDB User Interface has been migrated to GDB Machine Interface.
724supports multithread non-stop debugging and debugging of several 722It now supports multithread non-stop debugging and simultaneous
725threads simultaneously. 723debugging of several threads.
726
727** In ido-mode, C-v is no longer bound to ido-toggle-vc.
728The reason is that this interferes with cua-mode.
729 724
730** Image mode 725** Image mode
731 726
732*** RET (`image-toggle-animation') toggles animation, if the displayed 727+++
733image can be animated. 728*** RET (`image-toggle-animation') toggles animation, if applicable.
734 729Animation plays once, unless the option `image-animate-loop' is non-nil.
735*** Option `image-animate-loop', if non-nil, loops the animation.
736If nil, `image-toggle-animation' plays the animation once.
737 730
738** Info 731** Info
739 732
@@ -752,8 +745,6 @@ and also because `Info-edit' is a rarely used command that is disabled
752by default. 745by default.
753 746
754+++ 747+++
755** The Landmark game is now invoked with `landmark', not `lm'.
756
757** MH-E has been upgraded to MH-E version 8.3.1. 748** MH-E has been upgraded to MH-E version 8.3.1.
758See MH-E-NEWS for details. 749See MH-E-NEWS for details.
759 750
@@ -927,6 +918,13 @@ They are superseded by shift-select-mode enabled by default in 23.1.
927** Miscellaneous 918** Miscellaneous
928 919
929+++ 920+++
921*** The Landmark game is now invoked with `landmark', not `lm'.
922
923---
924*** In `ido-file-completion-map', C-v is no longer bound to ido-toggle-vc.
925(This interfered with cua-mode.)
926
927+++
930*** f90.el has some support for Fortran 2008 syntax. 928*** f90.el has some support for Fortran 2008 syntax.
931 929
932--- 930---
@@ -1404,6 +1402,10 @@ an empty uninterned symbol.
1404 1402
1405** Obsolete functions and variables 1403** Obsolete functions and variables
1406 1404
1405---
1406*** `tooltip-use-echo-area' is obsolete.
1407Rather than setting this to t, disable Tooltip mode instead.
1408
1407*** buffer-substring-filters is obsolete. 1409*** buffer-substring-filters is obsolete.
1408Use `filter-buffer-substring-functions' instead. 1410Use `filter-buffer-substring-functions' instead.
1409 1411