diff options
| author | Dave Love | 2000-07-14 15:00:08 +0000 |
|---|---|---|
| committer | Dave Love | 2000-07-14 15:00:08 +0000 |
| commit | 9a8d84ca64d01338aa16da62e46dce2ba5ada373 (patch) | |
| tree | 75583e203e512df2700211a9df1cbac9b71a3785 | |
| parent | d4af987a94183ba7a3a7b0ebc02666876634d2c9 (diff) | |
| download | emacs-9a8d84ca64d01338aa16da62e46dce2ba5ada373.tar.gz emacs-9a8d84ca64d01338aa16da62e46dce2ba5ada373.zip | |
load-path not customizable
help strings in menus work
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
| @@ -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 | ||
| 24 | a 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. |
| 24 | Note that this takes effect only on window systems. On TTYs, Emacs | 27 | Note that this takes effect only on window systems. On TTYs, Emacs |
| 25 | will receive ASCII 127 when the DEL key is pressed. This | 28 | will receive ASCII 127 when the DEL key is pressed. This |
| @@ -39,7 +42,7 @@ insert a non-ASCII character from your current language environment, | |||
| 39 | the file will be saved silently with the appropriate coding. | 42 | the file will be saved silently with the appropriate coding. |
| 40 | Previously you would be prompted for a safe coding system. | 43 | Previously 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 |
| 43 | coding system detector pays attention to ISO2022's escape sequences. | 46 | coding system detector pays attention to ISO2022's escape sequences. |
| 44 | If this variable is non-nil, the detector ignores such escape | 47 | If this variable is non-nil, the detector ignores such escape |
| 45 | sequences. The default value is nil, and it is recommended not to | 48 | sequences. 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 |
| 2027 | Lisp Manual | 2030 | Lisp 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 |
| 2031 | image. | 2036 | image. |