aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman2002-09-12 03:30:13 +0000
committerRichard M. Stallman2002-09-12 03:30:13 +0000
commit7c3cb37dcc23292e653267d11b9920fda902fc36 (patch)
tree771a64687b44b63565d216e1f187f5909f162758 /etc
parentfdebad6415fe477394d2c0319e096ec623d33f8f (diff)
downloademacs-7c3cb37dcc23292e653267d11b9920fda902fc36.tar.gz
emacs-7c3cb37dcc23292e653267d11b9920fda902fc36.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS11
1 files changed, 9 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 6ee3556c76f..2c68319a26b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1060,6 +1060,12 @@ with Custom.
1060 1060
1061* Lisp Changes in Emacs 21.4 1061* Lisp Changes in Emacs 21.4
1062 1062
1063** When using non-toolkit scroll bars with the default width,
1064the scroll-bar-width frame parameter value is nil.
1065
1066** The new function copy-abbrev-table returns a new abbrev table that
1067is a copy of a given abbrev table.
1068
1063+++ 1069+++
1064** The option --script FILE runs Emacs in batch mode and loads FILE. 1070** The option --script FILE runs Emacs in batch mode and loads FILE.
1065It is useful for writing Emacs Lisp shell script files, because they 1071It is useful for writing Emacs Lisp shell script files, because they
@@ -1632,6 +1638,9 @@ or `bg:COLOR' has been removed. Lisp programs should use the
1632are used by define-derived-mode to make sure the mode hook for the 1638are used by define-derived-mode to make sure the mode hook for the
1633parent mode is run at the end of the child mode. 1639parent mode is run at the end of the child mode.
1634 1640
1641** define-derived-mode by default creates a new empty abbrev table.
1642It does not copy abbrevs from the parent mode's abbrev table.
1643
1635+++ 1644+++
1636** `provide' and `featurep' now accept an optional second argument 1645** `provide' and `featurep' now accept an optional second argument
1637to test/provide subfeatures. Also `provide' now checks `after-load-alist' 1646to test/provide subfeatures. Also `provide' now checks `after-load-alist'
@@ -1651,8 +1660,6 @@ accepts a float as UID parameter.
1651 1660
1652** `define-key-after' now accepts keys longer than 1. 1661** `define-key-after' now accepts keys longer than 1.
1653 1662
1654** `define-derived-mode' now accepts nil as the parent.
1655
1656** The local variable `no-byte-compile' in elisp files is now obeyed. 1663** The local variable `no-byte-compile' in elisp files is now obeyed.
1657 1664
1658** The Emacs Lisp byte-compiler now displays the actual line and 1665** The Emacs Lisp byte-compiler now displays the actual line and