summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>2001-01-19 13:49:43 +0000
committerDave Love <fx@gnu.org>2001-01-19 13:49:43 +0000
commit3b6936cc6db30e8bf2d1077fb5e0801efebc47fd (patch)
tree8342f61f72ac837db272fbb8dfb2ccc26403d3c1
parent2be6ecc60ec712d524f793c936b9be07530a3181 (diff)
downloademacs-3b6936cc6db30e8bf2d1077fb5e0801efebc47fd.tar.gz
*** empty log message ***
-rw-r--r--etc/NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 5bad5a96bf0..4a8b55c7ea8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -725,7 +725,7 @@ M-mouse-2 switches to the previous buffer in the buffer list.
- Mouse-2 on the read-only or modified status in the mode line (`%' or
`*') toggles the status.
-- Mouse-3 on the mode name display a minor-mode menu.
+- Mouse-3 on the mode name displays a minor-mode menu.
** LessTif/Motif file selection dialog.
@@ -2081,9 +2081,11 @@ functionality with aliases for the mldrag functions.
There are a few Lisp changes which are not backwards-compatible and
may require changes to existing code. Here is a list for reference.
+See the sections below for details.
** Since `format' preserves text properties, the idiom
-`(format %s foo)' no longer works to remove properties.
+`(format %s foo)' no longer works to copy and remove properties.
+Use `copy-sequence' and `set-text-properties'.
** Since the `keymap' text property now has significance, some code
which uses both `local-map' and `keymap' properties (for portability)