aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman2001-11-13 03:14:36 +0000
committerRichard M. Stallman2001-11-13 03:14:36 +0000
commit1c1d3d69ffe87331d382841309016839bb83267a (patch)
tree052acbd0b4e11c40e13069ffdc766696f9a7cbab /etc
parented9ae328c1612bac90a4015ed2abbb78310846be (diff)
downloademacs-1c1d3d69ffe87331d382841309016839bb83267a.tar.gz
emacs-1c1d3d69ffe87331d382841309016839bb83267a.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS17
1 files changed, 14 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index f681421cedc..65d6b62630d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -140,6 +140,17 @@ SQL buffer.
140 140
141* Lisp Changes in Emacs 21.3 141* Lisp Changes in Emacs 21.3
142 142
143** If a major mode function has a non-nil `no-clone-indirect'
144property, `clone-indirect-buffer' signals an error if you use
145it in that buffer.
146
147** If you set `query-replace-skip-read-only' non-nil,
148`query-replace' and related functions simply ignore
149a match if part of it has a read-only property.
150
151** In `replace-match', the replacement replacement text no longer
152inherits properties from surrounding text.
153
143** New function `buffer-local-value'. 154** New function `buffer-local-value'.
144 155
145- Function: buffer-local-value variable buffer 156- Function: buffer-local-value variable buffer
@@ -148,9 +159,9 @@ This function returns the buffer-local binding of VARIABLE (a symbol)
148in buffer BUFFER. If VARIABLE does not have a buffer-local binding in 159in buffer BUFFER. If VARIABLE does not have a buffer-local binding in
149buffer BUFFER, it returns the default value of VARIABLE instead. 160buffer BUFFER, it returns the default value of VARIABLE instead.
150 161
151** The default value of paragraph-start and indent-line-function has 162** The default value of `paragraph-start' and `indent-line-function' has
152been changed to reflect the one used in text-mode rather than the one 163been changed to reflect the one used in Text mode rather than the one
153used in indented-text-mode. 164used in Indented Text mode.
154 165
155** New function `text-clone-create'. Text clones are chunks of text 166** New function `text-clone-create'. Text clones are chunks of text
156that are kept identical by transparently propagating changes from one 167that are kept identical by transparently propagating changes from one