diff options
| author | Kim F. Storm | 2005-05-31 22:44:52 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2005-05-31 22:44:52 +0000 |
| commit | 95d4fad837329b0b9eaa30a6e68c01024f7e9f82 (patch) | |
| tree | fd2847c0590b5aa0f54b8eb79ead0681ef44d343 /src | |
| parent | 3c1b433ae1894049c5a16e3db12627e5ba3290fd (diff) | |
| download | emacs-95d4fad837329b0b9eaa30a6e68c01024f7e9f82.tar.gz emacs-95d4fad837329b0b9eaa30a6e68c01024f7e9f82.zip | |
*** empty log message ***
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0a85a7f8cc4..367665e7773 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2005-06-01 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * xdisp.c (display_mode_line): Support nested calls to redisplay | ||
| 4 | and format-mode-line. Set mode_line_target to MODE_LINE_DISPLAY. | ||
| 5 | |||
| 1 | 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * fileio.c (Finsert_file_contents): | 8 | * fileio.c (Finsert_file_contents): |
| @@ -18,11 +23,12 @@ | |||
| 18 | (format_mode_line_unwind_data, unwind_format_mode_line): | 23 | (format_mode_line_unwind_data, unwind_format_mode_line): |
| 19 | New functions for unwind protection in mode line formatting. | 24 | New functions for unwind protection in mode line formatting. |
| 20 | (x_consider_frame_title): Use them and new local var 'title_start' | 25 | (x_consider_frame_title): Use them and new local var 'title_start' |
| 21 | to support nested calls to format-mode-line. Set mode_line_target | 26 | to support nested calls to format-mode-line and redisplay. Set |
| 22 | to MODE_LINE_TITLE. | 27 | mode_line_target to MODE_LINE_TITLE. |
| 23 | (Fformat_mode_line): Use them and new local var 'string_start' to | 28 | (Fformat_mode_line): Use them and new local var 'string_start' to |
| 24 | support nested calls to format-mode-line. Set mode_line_target to | 29 | support nested calls to format-mode-line and redisplay. Set |
| 25 | MODE_LINE_NOPROP or MODE_LINE_STRING. Don't trim trailing dashes. | 30 | mode_line_target to MODE_LINE_NOPROP or MODE_LINE_STRING. |
| 31 | Don't trim trailing dashes. | ||
| 26 | (decode_mode_spec): Don't make infinite number of trailing dashes | 32 | (decode_mode_spec): Don't make infinite number of trailing dashes |
| 27 | for MODE_LINE_NOPROP and MODE_LINE_STRING targets. | 33 | for MODE_LINE_NOPROP and MODE_LINE_STRING targets. |
| 28 | (syms_of_xdisp): Initialize and staticpro mode_line_string_face, | 34 | (syms_of_xdisp): Initialize and staticpro mode_line_string_face, |