# HG changeset patch # User Dave Love # Date 963586808 0 # Node ID 6468eaa4eaee72ee07ed708ed2e7813c9cc7398a # Parent 4db35f1e2e7a2ff2788ffaa5d7fc0ac71b53d352 load-path not customizable help strings in menus work diff -r 4db35f1e2e7a -r 6468eaa4eaee etc/NEWS --- a/etc/NEWS Fri Jul 14 14:39:34 2000 +0000 +++ b/etc/NEWS Fri Jul 14 15:00:08 2000 +0000 @@ -20,6 +20,9 @@ * Changes in Emacs 21.1 +** Variable `load-path' is no longer customizable because it contains +a version-dependent component. + ** The function key is now bound to `delete-char' by default. Note that this takes effect only on window systems. On TTYs, Emacs will receive ASCII 127 when the DEL key is pressed. This @@ -39,7 +42,7 @@ the file will be saved silently with the appropriate coding. Previously you would be prompted for a safe coding system. -** New variable `inhibit-iso-eacape-detection' determines if the +** New variable `inhibit-iso-escape-detection' determines if the coding system detector pays attention to ISO2022's escape sequences. If this variable is non-nil, the detector ignores such escape sequences. The default value is nil, and it is recommended not to @@ -2026,6 +2029,8 @@ * Lisp-level Display features added after release 2.6 of the Emacs Lisp Manual ++++ +** Help strings in menu items are now used to provide `help-echo' text. ** The function `image-size' can be used to determine the size of an image.