number of colors to support, or a symbol. See the Emacs Lisp
Reference manual for more detailed documentation.
++++
+** The new mode-line construct `(:propertize ELT PROPS...)' can be
+used to add text properties to mode-line elements.
+
** Mode line display ignores text properties in the value
of a variable whose `risky-local-variables' property is nil.
+2003-09-26 Lute Kamstra <Lute.Kamstra@cwi.nl>
+
+ * bindings.el (mode-line-position): Mention size indication in
+ docstring.
+
2003-09-26 Andre Spiegel <spiegel@gnu.org>
* calendar/parse-time.el (parse-time-string): Add autoload cookie.
-2003-09-26 Richard M. Stallman <rms@gnu.org>
+2003-09-26 Lute Kamstra <Lute.Kamstra@cwi.nl>
+
+ * modes.texi (Mode Line Data): Document the :propertize construct.
+ (Mode Line Variables): Reorder the descriptions of the variables
+ to match their order in the default mode-line-format.
+ Describe the new variables mode-line-position and mode-line-modes.
+ Update the default values of mode-line-frame-identification,
+ minor-mode-alist, and default-mode-line-format.
+ (Properties in Mode): Mention the :propertize construct.
+2003-09-26 Richard M. Stallman <rms@gnu.org>
* buffers.texi, commands.texi, debugging.texi, eval.texi:
* loading.texi, minibuf.texi, text.texi, variables.texi: