Mercurial > emacs
changeset 52630:35a79a8e5bd0
*** empty log message ***
author | Lute Kamstra <lute@gnu.org> |
---|---|
date | Fri, 26 Sep 2003 12:53:18 +0000 |
parents | af4a74ff079d |
children | 4a9a4669a2b1 |
files | etc/NEWS lisp/ChangeLog lispref/ChangeLog |
diffstat | 3 files changed, 19 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/etc/NEWS Fri Sep 26 12:52:36 2003 +0000 +++ b/etc/NEWS Fri Sep 26 12:53:18 2003 +0000 @@ -2539,6 +2539,10 @@ 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.
--- a/lisp/ChangeLog Fri Sep 26 12:52:36 2003 +0000 +++ b/lisp/ChangeLog Fri Sep 26 12:53:18 2003 +0000 @@ -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.
--- a/lispref/ChangeLog Fri Sep 26 12:52:36 2003 +0000 +++ b/lispref/ChangeLog Fri Sep 26 12:53:18 2003 +0000 @@ -1,6 +1,15 @@ +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: Avoid @strong{Note:}.