summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDan Nicolaescu <dann@ics.uci.edu>2008-08-06 03:48:14 +0000
committerDan Nicolaescu <dann@ics.uci.edu>2008-08-06 03:48:14 +0000
commitc13375112a54e2210b109e563cfad16b1bab7b38 (patch)
treeaf2c9dce44bde0fc0b8a23032c1c663669d1d570 /etc
parentbfb906ac1742dfd246d0ba5d2cdc42d6be84a54d (diff)
downloademacs-c13375112a54e2210b109e563cfad16b1bab7b38.tar.gz
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS12
1 files changed, 11 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 77149bf1949..54851f9d4d5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -232,6 +232,10 @@ has been replaced with a submenu offering three different ways to
handle long lines: truncation, continuation at the window edge, and
the new word wrapping option (see Editing Changes, below).
+*** Improvements to menus for major and minor modes
+More major and minor modes now have a mode specific menu, and existing
+mode menus have been improved to include more functionality.
+
** Mode-line changes
+++
*** The mode-line displays a `@', instead of `-', if the
@@ -243,6 +247,11 @@ minor mode, in the same way as it already did for major modes.
*** The `mode-line-emphasis' face is used to highlight certain
mode-line information (e.g. waiting for a VC command to finish).
+*** The mode-line tooltips have been improved to provide more details.
+
+*** The VC, line/colum number and minor mode indicators on the mode
+line are now interactive: mouse-1 can be used on them to pop up a menu.
+
** Directory-local variables can now be defined.
By default, Emacs looks in .dir-settings.el for directory-local
variables. For more information, see `set-directory-project' and
@@ -553,7 +562,8 @@ which have installed this software.
* Changes in Specialized Modes and Packages in Emacs 23.1
** Diff mode
-*** New function `diff-show-trailing-blanks'.
+*** New function `diff-show-trailing-whitespaces' can be used to show
+trailing whitespace problems in the modified lines of a diff buffer.
** Abbrev has been rewritten in Elisp and extended with more flexibility.
*** New functions: abbrev-get, abbrev-put, abbrev-table-get, abbrev-table-put,