aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman2002-12-07 21:41:11 +0000
committerRichard M. Stallman2002-12-07 21:41:11 +0000
commit9252f7bcc94dc72050f595070802a6e0c873779b (patch)
treec937a407ee715481ebfe3b65033eab1be93a277b /etc
parent38668f819885154cd3f0f21cf5ebe478c848913f (diff)
downloademacs-9252f7bcc94dc72050f595070802a6e0c873779b.tar.gz
emacs-9252f7bcc94dc72050f595070802a6e0c873779b.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 8 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index ed8254d9841..a358aa3cfd5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -825,7 +825,7 @@ By default, its setting is inferred on a buffer-by-buffer basis
825from the file name or buffer contents. 825from 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
1095to use standout mode, however they will not be able to display 1095to use standout mode, however they will not be able to display
1096mode-lines in inverse-video. 1096mode-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
1099with Custom. 1100with 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),
1107which means FUNNAME was previously defined an autoload (before the
1108current 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
1105whether you've tested all your Lisp code. Function testcover-start 1111whether you've tested all your Lisp code. Function testcover-start
1106instruments all functions in a given file. Then test your code. Function 1112instruments 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
1548The `tool-bar-add-item-from-menu' most not be used (as previously 1554The `tool-bar-add-item-from-menu' must not be used (as previously
1549recommended) for making entries in the tool bar for local keymaps. 1555recommended) for making entries in the tool bar for local keymaps.
1550Instead, use the function `tool-bar-local-item-from-menu', which lets 1556Instead, use the function `tool-bar-local-item-from-menu', which lets
1551you specify the map to use as an argument. 1557you specify the map to use as an argument.