From: Lute Kamstra Date: Mon, 29 Sep 2003 10:28:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~8703 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=86b9b767c58a2e3e568a19e9fe90facfb36a33e0;p=emacs.git *** empty log message *** --- diff --git a/etc/NEWS b/etc/NEWS index c2620a14eda..bf07a1f93f0 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2543,8 +2543,10 @@ 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. ++++ +** 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 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f21f88cab87..4cc2f1bb2b5 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2003-09-29 Lute Kamstra + + * 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 (tiny change) * international/mule.el (decode-coding-inserted-region): Use car diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 34a4e57f88e..562a3d476e9 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,10 @@ +2003-09-29 Lute Kamstra + + * 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 * modes.texi (Mode Line Data): Document the :propertize construct.