** 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.
++++
+** Mode line display ignores text properties as well as the
+:propertize and :eval forms in the value of a variable whose
+`risky-local-variable' property is nil.
+++
** The new `%i' and `%I' constructs for `mode-line-format' can be used
+2003-09-29 Lute Kamstra <Lute.Kamstra@cwi.nl>
+
+ * bindings.el (mode-line-modes): Remove superfluous :propertize
+ construct in initialization.
+ (mode-line-position): Change cons cell into proper list in
+ initialization.
+
2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
* international/mule.el (decode-coding-inserted-region): Use car
+2003-09-29 Lute Kamstra <Lute.Kamstra@cwi.nl>
+
+ * modes.texi (Mode Line Data): Explain when symbols in mode-line
+ constructs should be marked as risky.
+ Change cons cell into proper list.
+ (Mode Line Variables): Change cons cell into proper list.
+
2003-09-26 Lute Kamstra <Lute.Kamstra@cwi.nl>
* modes.texi (Mode Line Data): Document the :propertize construct.