# HG changeset patch # User Dave Love # Date 964085982 0 # Node ID 70d759570f7a072b5a0269a6aa2c0de3d536ccf1 # Parent 410bf1054bbd73f1b5111e71be93de878b60b9a0 C-down-mouse-3. Move concat change. diff -r 410bf1054bbd -r 70d759570f7a etc/NEWS --- 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.