comparison etc/NEWS @ 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 c84efa0acd91
children 2696b797cd2f
comparison
equal deleted inserted replaced
30338:410bf1054bbd 30339:70d759570f7a
17 17
18 ** There is a new configure option `--without-xim' that instructs 18 ** There is a new configure option `--without-xim' that instructs
19 Emacs to not use X Input Methods (XIM), if they these are available. 19 Emacs to not use X Input Methods (XIM), if they these are available.
20 20
21 * Changes in Emacs 21.1 21 * Changes in Emacs 21.1
22
23 ** C-down-mouse-3 is bound differently. Now if the menu bar is not
24 displayed it pops up a menu containing the items which would be on the
25 menu bar. If the menu bar is displayed, it pops up the major mode
26 menu or the Edit menu if there is no major mode menu.
22 27
23 ** Variable `load-path' is no longer customizable because it contains 28 ** Variable `load-path' is no longer customizable because it contains
24 a version-dependent component. 29 a version-dependent component.
25 30
26 ** The <delete> function key is now bound to `delete-char' by default. 31 ** The <delete> function key is now bound to `delete-char' by default.
1359 ** The obsolete variables before-change-function and 1364 ** The obsolete variables before-change-function and
1360 after-change-function are no longer acted upon and have been removed. 1365 after-change-function are no longer acted upon and have been removed.
1361 1366
1362 ** The function `apropos-mode' runs the hook `apropos-mode-hook'. 1367 ** The function `apropos-mode' runs the hook `apropos-mode-hook'.
1363 1368
1369 ** `concat' no longer accepts individual integer arguments, as
1370 promised long ago.
1371
1364 1372
1365 * Lisp changes in Emacs 21.1 (see following page for display-related features) 1373 * Lisp changes in Emacs 21.1 (see following page for display-related features)
1366 1374
1367 Note that +++ before an item means the Lisp manual has been updated. 1375 Note that +++ before an item means the Lisp manual has been updated.
1368 --- means that I have decided it does not need to be in the Lisp manual. 1376 --- means that I have decided it does not need to be in the Lisp manual.
1462 0xA0..0xFF respectively. 1470 0xA0..0xFF respectively.
1463 1471
1464 +++ 1472 +++
1465 ** If the APPEND argument of `write-region' is an integer, it seeks to 1473 ** If the APPEND argument of `write-region' is an integer, it seeks to
1466 that offset in the file before writing. 1474 that offset in the file before writing.
1467
1468 ** `concat' no longer accepts individual integer arguments, as
1469 promised long ago.
1470 1475
1471 ** The function `add-minor-mode' has been added for convenience and 1476 ** The function `add-minor-mode' has been added for convenience and
1472 compatibility with XEmacs (and is used internally by define-minor-mode). 1477 compatibility with XEmacs (and is used internally by define-minor-mode).
1473 1478
1474 ** The function `shell-command' now sets the default directory of the 1479 ** The function `shell-command' now sets the default directory of the
2866 property `:help FORM', FORM is evaluated to determine the help string. 2871 property `:help FORM', FORM is evaluated to determine the help string.
2867 For tool-bar items without a help form, the caption of the item is 2872 For tool-bar items without a help form, the caption of the item is
2868 used as help string. 2873 used as help string.
2869 2874
2870 The hook `show-help-function' can be set to a function that displays 2875 The hook `show-help-function' can be set to a function that displays
2871 help differently. For example, enabling a tooltip window causes the 2876 the help string differently. For example, enabling a tooltip window
2872 help display to appear there instead of in the echo area. 2877 causes the help display to appear there instead of in the echo area.
2873 2878
2874 +++ 2879 +++
2875 ** Vertical fractional scrolling. 2880 ** Vertical fractional scrolling.
2876 2881
2877 The display of text in windows can be scrolled smoothly in pixels. 2882 The display of text in windows can be scrolled smoothly in pixels.