Mercurial > emacs
view lispintro/ChangeLog @ 46063:8e659a35ee82
(mode_line_string_list, mode_line_string_face)
(mode_line_string_face_prop): New variables.
(store_mode_line_string): New function.
(display_mode_element): Use store_mode_line_string to
add mode-line string elements to mode_line_string_list
when mode_line_string_list is non-nil.
(Fformat_mode_line): Now returns propertized string by
default. New arg NO-PROPS to ignore properties.
(decode_mode_spec): Only add two dashes for %- in propertized
mode-line string.
(syms_of_xdisp): Init and staticpro mode_line_string_list.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 27 Jun 2002 20:42:35 +0000 |
parents | 4090fee4e575 |
children | 695cf19ef79e d7ddb3e565de |
line wrap: on
line source
2001-11-29 Eli Zaretskii <eliz@is.elta.co.il> * emacs-lisp-intro.texi (Index): @ignore extraneous text. Use @dircategory and @direntry to define the DIR entry. 2001-11-25 Robert J. Chassell <bob@rattlesnake.com> * emacs-lisp-intro.texi: Move @contents to the beginning of the file. Set the size to @smallbook. 2001-11-24 Eli Zaretskii <eliz@is.elta.co.il> * Makefile.in: New file. * README: Update. * *.eps: Rename to avoid clashes in DOS 8+3 namespace. ;; Local Variables: ;; coding: iso-2022-7bit-unix ;; End: Copyright (C) 2001 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.