]> git.eshelyaron.com Git - emacs.git/commitdiff
C-down-mouse-3. Move concat change.
authorDave Love <fx@gnu.org>
Thu, 20 Jul 2000 09:39:42 +0000 (09:39 +0000)
committerDave Love <fx@gnu.org>
Thu, 20 Jul 2000 09:39:42 +0000 (09:39 +0000)
etc/NEWS

index 086497924f42b638fec2a9e4e3a6ee7820fa3467..4df0b405fba3bd58f4ac4d2168a8ea35b06e5d52 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -20,6 +20,11 @@ Emacs to not use X Input Methods (XIM), if they these are available.
 \f
 * Changes in Emacs 21.1
 
+** C-down-mouse-3 is bound differently.  Now if the menu bar is not
+displayed it pops up a menu containing the items which would be on the
+menu bar.  If the menu bar is displayed, it pops up the major mode
+menu or the Edit menu if there is no major mode menu.
+
 ** Variable `load-path' is no longer customizable because it contains
 a version-dependent component.
 
@@ -1361,6 +1366,9 @@ after-change-function are no longer acted upon and have been removed.
 
 ** The function `apropos-mode' runs the hook `apropos-mode-hook'.
 
+** `concat' no longer accepts individual integer arguments, as
+promised long ago.
+
 \f
 * Lisp changes in Emacs 21.1 (see following page for display-related features)
 
@@ -1465,9 +1473,6 @@ are introduced for 8-bit characters in the ranges 0x80..0x9F and
 ** If the APPEND argument of `write-region' is an integer, it seeks to
 that offset in the file before writing.
 
-** `concat' no longer accepts individual integer arguments, as
-promised long ago.
-
 ** The function `add-minor-mode' has been added for convenience and
 compatibility with XEmacs (and is used internally by define-minor-mode).
 
@@ -2868,8 +2873,8 @@ For tool-bar items without a help form, the caption of the item is
 used as help string.
 
 The hook `show-help-function' can be set to a function that displays
-help differently.  For example, enabling a tooltip window causes the
-help display to appear there instead of in the echo area.
+the help string differently.  For example, enabling a tooltip window
+causes the help display to appear there instead of in the echo area.
 
 +++
 ** Vertical fractional scrolling.