diff etc/NEWS @ 91056:1251cabc40b7

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 890-898) - Update from CVS - Merge from emacs--rel--22 * emacs--rel--22 (patch 122-128) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 257-258) - Merge from emacs--rel--22 - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-270
author Miles Bader <miles@gnu.org>
date Fri, 19 Oct 2007 00:00:21 +0000
parents a0e466c4d599 f887e22f9f21
children 12589730c028
line wrap: on
line diff
--- a/etc/NEWS	Mon Oct 15 15:43:53 2007 +0000
+++ b/etc/NEWS	Fri Oct 19 00:00:21 2007 +0000
@@ -83,6 +83,9 @@
 ** The mode-line displays a `@' if the default-directory for the current buffer
 is on a remote machine, or a hyphen otherwise.
 
+** The mode-line displays a mode menu when mouse-1 is clicked on a minor mode,
+in the same way as it already did for major modes.
+
 ** The new command balance-windows-area balances windows both vertically
 and horizontally.
 
@@ -118,8 +121,9 @@
 +++
 ** M-q now fills the region if the region is active and
 `transient-mark-mode' is turned on.  Otherwise, it fills the current
-paragraph.  The new command bound to M-q is `fill-paragraph-or-region'.
+paragraph.
 
++++
 ** M-$ now checks spelling of the region if the region is active and
 `transient-mark-mode' is turned on.  Otherwise, it checks spelling of the
 word at point.
@@ -132,6 +136,10 @@
 
 ** New command kill-matching-buffers kills buffers whose name matches a regexp.
 
+** `interprogram-paste-function' can now return one string or a list
+of strings.  In the latter case, Emacs puts the second and following
+strings on the kill ring.
+
 ** Minibuffer changes:
 
 *** isearch started in the minibuffer searches in the minibuffer history.