aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-07-14 15:00:08 +0000
committerDave Love2000-07-14 15:00:08 +0000
commit9a8d84ca64d01338aa16da62e46dce2ba5ada373 (patch)
tree75583e203e512df2700211a9df1cbac9b71a3785
parentd4af987a94183ba7a3a7b0ebc02666876634d2c9 (diff)
downloademacs-9a8d84ca64d01338aa16da62e46dce2ba5ada373.tar.gz
emacs-9a8d84ca64d01338aa16da62e46dce2ba5ada373.zip
load-path not customizable
help strings in menus work
-rw-r--r--etc/NEWS7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c6094f7071e..6e47fcdbdf5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -20,6 +20,9 @@ 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 22
23** Variable `load-path' is no longer customizable because it contains
24a version-dependent component.
25
23** The <delete> function key is now bound to `delete-char' by default. 26** The <delete> function key is now bound to `delete-char' by default.
24Note that this takes effect only on window systems. On TTYs, Emacs 27Note that this takes effect only on window systems. On TTYs, Emacs
25will receive ASCII 127 when the DEL key is pressed. This 28will receive ASCII 127 when the DEL key is pressed. This
@@ -39,7 +42,7 @@ insert a non-ASCII character from your current language environment,
39the file will be saved silently with the appropriate coding. 42the file will be saved silently with the appropriate coding.
40Previously you would be prompted for a safe coding system. 43Previously you would be prompted for a safe coding system.
41 44
42** New variable `inhibit-iso-eacape-detection' determines if the 45** New variable `inhibit-iso-escape-detection' determines if the
43coding system detector pays attention to ISO2022's escape sequences. 46coding system detector pays attention to ISO2022's escape sequences.
44If this variable is non-nil, the detector ignores such escape 47If this variable is non-nil, the detector ignores such escape
45sequences. The default value is nil, and it is recommended not to 48sequences. The default value is nil, and it is recommended not to
@@ -2026,6 +2029,8 @@ strings that have been consed so far.
2026* Lisp-level Display features added after release 2.6 of the Emacs 2029* Lisp-level Display features added after release 2.6 of the Emacs
2027Lisp Manual 2030Lisp Manual
2028 2031
2032+++
2033** Help strings in menu items are now used to provide `help-echo' text.
2029 2034
2030** The function `image-size' can be used to determine the size of an 2035** The function `image-size' can be used to determine the size of an
2031image. 2036image.