changeset 30339:70d759570f7a

C-down-mouse-3. Move concat change.
author Dave Love <fx@gnu.org>
date Thu, 20 Jul 2000 09:39:42 +0000
parents 410bf1054bbd
children be29e15ece0e
files etc/NEWS
diffstat 1 files changed, 10 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/etc/NEWS	Thu Jul 20 06:59:46 2000 +0000
+++ b/etc/NEWS	Thu Jul 20 09:39:42 2000 +0000
@@ -20,6 +20,11 @@
 
 * 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 @@
 
 ** The function `apropos-mode' runs the hook `apropos-mode-hook'.
 
+** `concat' no longer accepts individual integer arguments, as
+promised long ago.
+
 
 * Lisp changes in Emacs 21.1 (see following page for display-related features)
 
@@ -1465,9 +1473,6 @@
 ** 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 @@
 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.