comparison etc/NEWS @ 48728:ea9832f89c8f

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 07 Dec 2002 21:41:11 +0000
parents 541276514fa5
children f5f4f758df8e
comparison
equal deleted inserted replaced
48727:62ad43be82d7 48728:ea9832f89c8f
823 i.e., there is always a closing tag. 823 i.e., there is always a closing tag.
824 By default, its setting is inferred on a buffer-by-buffer basis 824 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'.
832 This option can be disabled, to avoid the normal behavior of isearch 832 This option can be disabled, to avoid the normal behavior of isearch
833 which puts calls to `isearch-resume' in the command history. 833 which puts calls to `isearch-resume' in the command history.
1093 ** Support for `magic cookie' standout modes has been removed. 1093 ** Support for `magic cookie' standout modes has been removed.
1094 Emacs will still work on terminals that require magic cookies in order 1094 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
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).
1103 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
1107 testcover-mark-all adds overlay "splotches" to the Lisp file's buffer to 1113 testcover-mark-all adds overlay "splotches" to the Lisp file's buffer to
1543 These functions are like `plist-get' and `plist-put' except that they 1549 These functions are like `plist-get' and `plist-put' except that they
1544 compare the property name using `equal' rather than `eq'. 1550 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.
1552 1558
1553 +++ 1559 +++