aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2003-04-16 05:10:19 +0000
committerRichard M. Stallman <[email protected]>2003-04-16 05:10:19 +0000
commit5ceea398192dbc0893f2d62a2e631235df8a3fe9 (patch)
tree0f7f9bc636b25f03b81d9cb52c780b3775e222fc /etc
parent86bf3faa7aaeb59dc86d3a2640d7aaaa60a01246 (diff)
*** 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 702290eabd..3015f622c4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1184,7 +1184,12 @@ timing measurements of code (including the garbage collection component).
* Lisp Changes in Emacs 21.4
-** `sit-for' understands XEmacs args (SECONDS &optional NODISP).
+** `minor-mode-list' now holds a list of minor mode commands.
+
+** The new command `modify-all-frames-parameters' modifies parameters
+for all (existing and future) frames.
+
+** `sit-for' can now be called with args (SECONDS &optional NODISP).
** New standard font-lock face `font-lock-preprocessor-face'.
@@ -1864,15 +1869,10 @@ over minor mode keymaps.
** A hex escape in a string forces the string to be multibyte.
An octal escape makes it unibyte.
-** The code that forced point to move out of images and composition
-has been generalized to apply to overlays as well and to invisible text.
-This makes it generally unnecessary to mark invisible text as intangible,
-which is particularly good due to the fact that the intangible property
-can often have unexpected side-effects because the property applies
-to everything (including `goto-char', ...) whereas this new code is
-only run after post-command-hook and thus does not care about intermediate
-states.
-
+** At the end of a command, point moves out from within invisible
+text, in the same way it moves out from within text covered by an
+image or composition property.
+
** Only one of the beginning or end of an invisible, intangible region is
considered an acceptable value for point; which one is determined by
examining how the invisible/intangible properties are inherited when new