+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.
* 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.
\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.