Mercurial > emacs
comparison src/ChangeLog @ 46062:8d9c8841d748
*** empty log message ***
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Thu, 27 Jun 2002 20:41:40 +0000 |
parents | 03aa2323efa9 |
children | 551bc05a51c3 |
comparison
equal
deleted
inserted
replaced
46061:c7af4787ae17 | 46062:8d9c8841d748 |
---|---|
1 2002-06-27 Kim F. Storm <storm@cua.dk> | |
2 | |
3 * xdisp.c: (mode_line_string_list, mode_line_string_face) | |
4 (mode_line_string_face_prop): New variables. | |
5 (store_mode_line_string): New function. | |
6 (display_mode_element): Use store_mode_line_string to | |
7 add mode-line string elements to mode_line_string_list | |
8 when mode_line_string_list is non-nil. | |
9 (Fformat_mode_line): Now returns propertized string by | |
10 default. New arg NO-PROPS to ignore properties. | |
11 (decode_mode_spec): Only add two dashes for %- in propertized | |
12 mode-line string. | |
13 (syms_of_xdisp): Init and staticpro mode_line_string_list. | |
14 | |
1 2002-06-27 Stefan Monnier <monnier@cs.yale.edu> | 15 2002-06-27 Stefan Monnier <monnier@cs.yale.edu> |
2 | 16 |
3 * minibuf.c (minibuffer_completion_contents): Add return type. | 17 * minibuf.c (minibuffer_completion_contents): Add return type. |
4 | 18 |
5 2002-06-27 Juanma Barranquero <lektu@terra.es> | 19 2002-06-27 Juanma Barranquero <lektu@terra.es> |