Mercurial > emacs
changeset 52665:c9422c237eae
*** empty log message ***
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Mon, 29 Sep 2003 10:28:56 +0000 |
parents | 0e2f2cae953c |
children | 35f18ddf38e0 |
files | etc/NEWS lisp/ChangeLog lispref/ChangeLog |
diffstat | 3 files changed, 18 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Mon Sep 29 10:28:21 2003 +0000 +++ b/etc/NEWS Mon Sep 29 10:28:56 2003 +0000 @@ -2543,8 +2543,10 @@ ** 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
--- a/lisp/ChangeLog Mon Sep 29 10:28:21 2003 +0000 +++ b/lisp/ChangeLog Mon Sep 29 10:28:56 2003 +0000 @@ -1,3 +1,10 @@ +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
--- a/lispref/ChangeLog Mon Sep 29 10:28:21 2003 +0000 +++ b/lispref/ChangeLog Mon Sep 29 10:28:56 2003 +0000 @@ -1,3 +1,10 @@ +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.