*** empty log message ***
This commit is contained in:
parent
3ba07b01dc
commit
bc3b02f99b
3 changed files with 19 additions and 1 deletions
4
etc/NEWS
4
etc/NEWS
|
@ -2539,6 +2539,10 @@ for color support on character terminal frames. Its value can be a
|
|||
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.
|
||||
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
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.
|
||||
|
|
|
@ -1,5 +1,14 @@
|
|||
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:
|
||||
|
|
Loading…
Add table
Reference in a new issue