[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107079: NEWS misc small edits.
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107079: NEWS misc small edits. |
Date: |
Fri, 03 Feb 2012 20:01:23 -0500 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107079
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2012-02-03 20:01:23 -0500
message:
NEWS misc small edits.
modified:
etc/NEWS
=== modified file 'etc/NEWS'
--- a/etc/NEWS 2012-02-03 08:44:30 +0000
+++ b/etc/NEWS 2012-02-04 01:01:23 +0000
@@ -340,6 +340,7 @@
*** 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 @@
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 @@
** 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 @@
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 @@
** 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 @@
** 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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107079: NEWS misc small edits.,
Glenn Morris <=