mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-02 11:21:42 +00:00
*** empty log message ***
This commit is contained in:
parent
6acaba0707
commit
86b9b767c5
6
etc/NEWS
6
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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user