diff options
| author | Richard M. Stallman | 2002-12-07 21:41:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-12-07 21:41:11 +0000 |
| commit | 9252f7bcc94dc72050f595070802a6e0c873779b (patch) | |
| tree | c937a407ee715481ebfe3b65033eab1be93a277b /etc | |
| parent | 38668f819885154cd3f0f21cf5ebe478c848913f (diff) | |
| download | emacs-9252f7bcc94dc72050f595070802a6e0c873779b.tar.gz emacs-9252f7bcc94dc72050f595070802a6e0c873779b.zip | |
*** empty log message ***
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 8 insertions, 2 deletions
| @@ -825,7 +825,7 @@ By default, its setting is inferred on a buffer-by-buffer basis | |||
| 825 | from the file name or buffer contents. | 825 | from the file name or buffer contents. |
| 826 | 826 | ||
| 827 | +++ | 827 | +++ |
| 828 | ** `xml-mode' is now an alias for `smgl-mode', which has XML support. | 828 | ** `xml-mode' is now an alias for `sgml-mode', which has XML support. |
| 829 | 829 | ||
| 830 | +++ | 830 | +++ |
| 831 | ** New user option `isearch-resume-enabled'. | 831 | ** New user option `isearch-resume-enabled'. |
| @@ -1095,12 +1095,18 @@ Emacs will still work on terminals that require magic cookies in order | |||
| 1095 | to use standout mode, however they will not be able to display | 1095 | to use standout mode, however they will not be able to display |
| 1096 | mode-lines in inverse-video. | 1096 | mode-lines in inverse-video. |
| 1097 | 1097 | ||
| 1098 | --- | ||
| 1098 | ** The obsolete C mode (c-mode.el) has been removed to avoid problems | 1099 | ** The obsolete C mode (c-mode.el) has been removed to avoid problems |
| 1099 | with Custom. | 1100 | with Custom. |
| 1100 | 1101 | ||
| 1101 | 1102 | ||
| 1102 | * Lisp Changes in Emacs 21.4 | 1103 | * Lisp Changes in Emacs 21.4 |
| 1103 | 1104 | ||
| 1105 | +++ | ||
| 1106 | ** `load-history' can now have elements of the form (t . FUNNAME), | ||
| 1107 | which means FUNNAME was previously defined an autoload (before the | ||
| 1108 | current file redefined it). | ||
| 1109 | |||
| 1104 | ** New Lisp library testcover.el works with edebug to help you determine | 1110 | ** New Lisp library testcover.el works with edebug to help you determine |
| 1105 | whether you've tested all your Lisp code. Function testcover-start | 1111 | whether you've tested all your Lisp code. Function testcover-start |
| 1106 | instruments all functions in a given file. Then test your code. Function | 1112 | instruments all functions in a given file. Then test your code. Function |
| @@ -1545,7 +1551,7 @@ compare the property name using `equal' rather than `eq'. | |||
| 1545 | 1551 | ||
| 1546 | ** New function `tool-bar-local-item-from-menu' | 1552 | ** New function `tool-bar-local-item-from-menu' |
| 1547 | 1553 | ||
| 1548 | The `tool-bar-add-item-from-menu' most not be used (as previously | 1554 | The `tool-bar-add-item-from-menu' must not be used (as previously |
| 1549 | recommended) for making entries in the tool bar for local keymaps. | 1555 | recommended) for making entries in the tool bar for local keymaps. |
| 1550 | Instead, use the function `tool-bar-local-item-from-menu', which lets | 1556 | Instead, use the function `tool-bar-local-item-from-menu', which lets |
| 1551 | you specify the map to use as an argument. | 1557 | you specify the map to use as an argument. |