]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Tue, 13 Nov 2001 03:14:36 +0000 (03:14 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 13 Nov 2001 03:14:36 +0000 (03:14 +0000)
etc/NEWS
lisp/ChangeLog
src/ChangeLog

index f681421cedcc2c731823cb1d90e831ab994be0bb..65d6b62630d5999a28a0b7f960435945e74fe8f3 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -140,6 +140,17 @@ SQL buffer.
 \f
 * Lisp Changes in Emacs 21.3
 
+** If a major mode function has a non-nil `no-clone-indirect'
+property, `clone-indirect-buffer' signals an error if you use
+it in that buffer.
+
+** If you set `query-replace-skip-read-only' non-nil,
+`query-replace' and related functions simply ignore
+a match if part of it has a read-only property.
+
+** In `replace-match', the replacement replacement text no longer
+inherits properties from surrounding text.
+
 ** New function `buffer-local-value'.
 
 - Function: buffer-local-value variable buffer
@@ -148,9 +159,9 @@ This function returns the buffer-local binding of VARIABLE (a symbol)
 in buffer BUFFER.  If VARIABLE does not have a buffer-local binding in
 buffer BUFFER, it returns the default value of VARIABLE instead.
 
-** The default value of paragraph-start and indent-line-function has
-been changed to reflect the one used in text-mode rather than the one
-used in indented-text-mode.
+** The default value of `paragraph-start' and `indent-line-function' has
+been changed to reflect the one used in Text mode rather than the one
+used in Indented Text mode.
 
 ** New function `text-clone-create'.  Text clones are chunks of text
 that are kept identical by transparently propagating changes from one
index 833bf120a105e62678378440443f5f1164f1bb2a..7a226bc60349619ce16538adfa319b21f26411de 100644 (file)
@@ -1,5 +1,7 @@
 2001-11-12  Richard M. Stallman  <rms@gnu.org>
 
+       * server.el (server-edit, server-done): Doc fix.
+
        * simple.el (clone-indirect-buffer): Error if major mode symbol
        has a no-clone-indirect property.
        (clone-buffer): Check for obvious errors before reading clone name.
index d0b7783cc047c47633b38a3a55a685989e5ca3d9..83ea2f50484b8aaff575d55878d90eaf3ed72fb7 100644 (file)
@@ -1,3 +1,10 @@
+2001-11-12  Richard M. Stallman  <rms@gnu.org>
+
+       * xterm.c (XTread_socket): Don't update focus for EnterNotify or
+       LeaveNotify events.  Only FocusIn and FocusOut do that now.
+       (x_display_and_set_cursor): Do display hollow cursors in active
+       minibuffer windows when they are not selected.
+
 2001-11-12  Jason Rumney  <jasonr@gnu.org>
 
        * w32console.c, w32fns.c, w32menu.c, w32proc.c, w32select.c,