aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2002-07-07 21:28:23 +0000
committerStefan Monnier2002-07-07 21:28:23 +0000
commita7bd9dc73cef20aaaf3b81d9b7e8cc4f45efa16a (patch)
tree610ebfc87b24696ccd7529527f36812fc7e16c14 /etc
parent6c1bc2463810de61b3a2448f8d231cf58d223a42 (diff)
downloademacs-a7bd9dc73cef20aaaf3b81d9b7e8cc4f45efa16a.tar.gz
emacs-a7bd9dc73cef20aaaf3b81d9b7e8cc4f45efa16a.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 6 insertions, 4 deletions
diff --git a/etc/NEWS b/etc/NEWS
index afeda53f7a6..d6ff546b75b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -930,6 +930,11 @@ mode-lines in inverse-video.
930 930
931* Lisp Changes in Emacs 21.4 931* Lisp Changes in Emacs 21.4
932 932
933** The functions all-completions and try-completion now accept lists
934of strings as well as hash-tables additionally to alists, obarrays
935and functions. Furthermore, the function `test-completion' is now
936exported to Lisp.
937
933** When pure storage overflows while dumping, Emacs now prints how 938** When pure storage overflows while dumping, Emacs now prints how
934much pure storage it will approximately need. 939much pure storage it will approximately need.
935 940
@@ -1453,10 +1458,6 @@ This function returns the buffer-local binding of VARIABLE (a symbol)
1453in buffer BUFFER. If VARIABLE does not have a buffer-local binding in 1458in buffer BUFFER. If VARIABLE does not have a buffer-local binding in
1454buffer BUFFER, it returns the default value of VARIABLE instead. 1459buffer BUFFER, it returns the default value of VARIABLE instead.
1455 1460
1456** The default value of `paragraph-start' and `indent-line-function' has
1457been changed to reflect the one used in Text mode rather than the one
1458used in Indented Text mode.
1459
1460** New function `text-clone-create'. Text clones are chunks of text 1461** New function `text-clone-create'. Text clones are chunks of text
1461that are kept identical by transparently propagating changes from one 1462that are kept identical by transparently propagating changes from one
1462clone to the other. 1463clone to the other.
@@ -1476,6 +1477,7 @@ or `bg:COLOR' has been removed. Lisp programs should use the
1476are used by define-derived-mode to make sure the mode hook for the 1477are used by define-derived-mode to make sure the mode hook for the
1477parent mode is run at the end of the child mode. 1478parent mode is run at the end of the child mode.
1478 1479
1480+++
1479** `provide' and `featurep' now accept an optional second argument 1481** `provide' and `featurep' now accept an optional second argument
1480to test/provide subfeatures. Also `provide' now checks `after-load-alist' 1482to test/provide subfeatures. Also `provide' now checks `after-load-alist'
1481and run any code associated with the provided feature. 1483and run any code associated with the provided feature.