diff etc/NEWS @ 40729:650fb912b343

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 05 Nov 2001 00:14:46 +0000
parents b6d0ce452871
children 0de09e872237
line wrap: on
line diff
--- a/etc/NEWS	Mon Nov 05 00:14:31 2001 +0000
+++ b/etc/NEWS	Mon Nov 05 00:14:46 2001 +0000
@@ -6,7 +6,11 @@
 For older news, see the file ONEWS
 
 
-* Changes in Emacs 21.2
+* Changes in Emacs 21.3
+ 
+** Display of hollow cursors now obeys the buffer-local value (if any)
+of `cursor-in-non-selected-windows' in the buffer that the cursor
+appears in.
 
 ** The default values of `tooltip-delay' and `tooltip-hide-delay'
 were changed.
@@ -106,7 +110,15 @@
 	       (master-set-slave sql-buffer))))
 
 
-* Lisp Changes in Emacs 21.2
+* Lisp Changes in Emacs 21.3
+
+** New function `buffer-local-value'.
+
+- Function: buffer-local-value variable buffer
+
+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