aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman2003-04-16 05:10:19 +0000
committerRichard M. Stallman2003-04-16 05:10:19 +0000
commit5ceea398192dbc0893f2d62a2e631235df8a3fe9 (patch)
tree0f7f9bc636b25f03b81d9cb52c780b3775e222fc /etc
parent86bf3faa7aaeb59dc86d3a2640d7aaaa60a01246 (diff)
downloademacs-5ceea398192dbc0893f2d62a2e631235df8a3fe9.tar.gz
emacs-5ceea398192dbc0893f2d62a2e631235df8a3fe9.zip
*** empty log message ***
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS20
1 files changed, 10 insertions, 10 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 702290eabd1..3015f622c46 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1184,7 +1184,12 @@ timing measurements of code (including the garbage collection component).
1184 1184
1185* Lisp Changes in Emacs 21.4 1185* Lisp Changes in Emacs 21.4
1186 1186
1187** `sit-for' understands XEmacs args (SECONDS &optional NODISP). 1187** `minor-mode-list' now holds a list of minor mode commands.
1188
1189** The new command `modify-all-frames-parameters' modifies parameters
1190for all (existing and future) frames.
1191
1192** `sit-for' can now be called with args (SECONDS &optional NODISP).
1188 1193
1189** New standard font-lock face `font-lock-preprocessor-face'. 1194** New standard font-lock face `font-lock-preprocessor-face'.
1190 1195
@@ -1864,15 +1869,10 @@ over minor mode keymaps.
1864** A hex escape in a string forces the string to be multibyte. 1869** A hex escape in a string forces the string to be multibyte.
1865An octal escape makes it unibyte. 1870An octal escape makes it unibyte.
1866 1871
1867** The code that forced point to move out of images and composition 1872** At the end of a command, point moves out from within invisible
1868has been generalized to apply to overlays as well and to invisible text. 1873text, in the same way it moves out from within text covered by an
1869This makes it generally unnecessary to mark invisible text as intangible, 1874image or composition property.
1870which is particularly good due to the fact that the intangible property 1875
1871can often have unexpected side-effects because the property applies
1872to everything (including `goto-char', ...) whereas this new code is
1873only run after post-command-hook and thus does not care about intermediate
1874states.
1875
1876** Only one of the beginning or end of an invisible, intangible region is 1876** Only one of the beginning or end of an invisible, intangible region is
1877considered an acceptable value for point; which one is determined by 1877considered an acceptable value for point; which one is determined by
1878examining how the invisible/intangible properties are inherited when new 1878examining how the invisible/intangible properties are inherited when new