aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2005-05-31 22:44:52 +0000
committerKim F. Storm <[email protected]>2005-05-31 22:44:52 +0000
commit95d4fad837329b0b9eaa30a6e68c01024f7e9f82 (patch)
treefd2847c0590b5aa0f54b8eb79ead0681ef44d343 /src
parent3c1b433ae1894049c5a16e3db12627e5ba3290fd (diff)
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 0a85a7f8cc..367665e777 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2005-06-01 Kim F. Storm <[email protected]>
+
+ * xdisp.c (display_mode_line): Support nested calls to redisplay
+ and format-mode-line. Set mode_line_target to MODE_LINE_DISPLAY.
+
2005-05-31 Stefan Monnier <[email protected]>
* fileio.c (Finsert_file_contents):
@@ -18,11 +23,12 @@
(format_mode_line_unwind_data, unwind_format_mode_line):
New functions for unwind protection in mode line formatting.
(x_consider_frame_title): Use them and new local var 'title_start'
- to support nested calls to format-mode-line. Set mode_line_target
- to MODE_LINE_TITLE.
+ to support nested calls to format-mode-line and redisplay. Set
+ mode_line_target to MODE_LINE_TITLE.
(Fformat_mode_line): Use them and new local var 'string_start' to
- support nested calls to format-mode-line. Set mode_line_target to
- MODE_LINE_NOPROP or MODE_LINE_STRING. Don't trim trailing dashes.
+ support nested calls to format-mode-line and redisplay. Set
+ mode_line_target to MODE_LINE_NOPROP or MODE_LINE_STRING.
+ Don't trim trailing dashes.
(decode_mode_spec): Don't make infinite number of trailing dashes
for MODE_LINE_NOPROP and MODE_LINE_STRING targets.
(syms_of_xdisp): Initialize and staticpro mode_line_string_face,