]> git.eshelyaron.com Git - emacs.git/commitdiff
(Top): Add a @detailmenu entry for "Frame-Local Variables".
authorEli Zaretskii <eliz@gnu.org>
Mon, 13 Oct 2008 10:43:53 +0000 (10:43 +0000)
committerEli Zaretskii <eliz@gnu.org>
Mon, 13 Oct 2008 10:43:53 +0000 (10:43 +0000)
doc/lispref/ChangeLog
doc/lispref/elisp.texi
etc/NEWS

index 396063f1639f2461fff05923a7dfd59b5dd1df4d..4f230111f3522207cd9c31d6b80e21db1c62a36f 100644 (file)
@@ -1,3 +1,17 @@
+2008-10-13  Eli Zaretskii  <eliz@gnu.org>
+
+       * elisp.texi (Top): Add a @detailmenu entry for "Frame-Local
+       Variables".
+
+       * variables.texi (Frame-Local Variables): New section.
+       (Buffer-Local Variables): Add an xref to it.
+       (Intro to Buffer-Local, Creating Buffer-Local): A variable cannot
+       have both frame-local and buffer-local binding.
+
+       * frames.texi (Frames): Mention multiple tty frames.
+       (Frame Parameters, Parameter Access): Mention frame-local variable
+       bindings.
+
 2008-09-20  Glenn Morris  <rgm@gnu.org>
 
        * display.texi (Defining Faces): Recommend against face variables.
index 298c9769cf09be4a9a849eda832168722dbdecf7..819f0e3ea05809a4f68806c7c115ff88f650ae62 100644 (file)
@@ -422,6 +422,7 @@ Variables
 * Buffer-Local Variables::  Variable values in effect only in one buffer.
 * Future Local Variables::  New kinds of local values we might add some day.
 * File Local Variables::    Handling local variable lists in files.
+* Frame-Local Variables::   Frame-local bindings for variables.
 * Variable Aliases::        Variables that are aliases for other variables.
 * Variables with Restricted Values::  Non-constant variables whose value can
                                         @emph{not} be an arbitrary Lisp object.
index 08b032175f42084ca6eb98ff1e0ffb91a6447841..af6ee2b1899fa75907e72039fc3173f0a361c2c9 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1038,6 +1038,7 @@ freetype library, giving access to a wider range of font formats.
 \f
 * Incompatible Lisp Changes in Emacs 23.1
 
++++
 ** Variables cannot be both buffer-local and frame-local any more.
 
 ** `functionp' returns nil for special forms.