aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2005-05-31 15:00:23 +0000
committerKim F. Storm2005-05-31 15:00:23 +0000
commit13cc7d614dd85382228c20b6e70ee8f9f1e28978 (patch)
tree98d7a297e58eb9fd9a642eebfa38f00026d28ab4 /src/ChangeLog
parentabceae284ab1804290e67bd1d8ac1b09a8b8a315 (diff)
downloademacs-13cc7d614dd85382228c20b6e70ee8f9f1e28978.tar.gz
emacs-13cc7d614dd85382228c20b6e70ee8f9f1e28978.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index e40048b4c35..af24b539bed 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,30 @@
12005-05-31 Kim F. Storm <storm@cua.dk>
2
3 * xdisp.c (mode_line_noprop_buf, mode_line_noprop_buf_end)
4 (mode_line_noprop_ptr): Rename from frame_title_*.
5 (store_mode_line_noprop_char): Rename from store_frame_title_char.
6 (store_mode_line_noprop): Rename from store_frame_title.
7 (mode_line_target): New enum to specify current output target
8 for mode line formatting.
9 (display_mode_element): Test it rather than frame_title_ptr and
10 mode_line_string_list to determine where output should go.
11 (mode_line_proptrans_alist, mode_line_string_alist): Make static.
12 (Vmode_line_unwind_vector): New variable.
13 (format_mode_line_unwind_data, unwind_format_mode_line): New
14 functions for unwind protection in mode line formatting.
15 (x_consider_frame_title): Use them and new local var 'title_start'
16 to support nested calls to format-mode-line. Set mode_line_target
17 to MODE_LINE_TITLE.
18 (Fformat_mode_line): Use them and new local var 'string_start' to
19 support nested calls to format-mode-line. Set mode_line_target to
20 MODE_LINE_NOPROP or MODE_LINE_STRING. Don't trim trailing dashes.
21 (decode_mode_spec): Don't make infinite number of trailing dashes
22 for MODE_LINE_NOPROP and MODE_LINE_STRING targets.
23 (syms_of_xdisp): Initialize and staticpro mode_line_string_face,
24 mode_line_string_face_prop, and Vmode_line_unwind_vector.
25 (init_xdisp): Initialize mode_line_noprop_ptr to start of _buf.
26 Initialize mode_line_target to MODE_LINE_DISPLAY.
27
12005-05-29 Richard M. Stallman <rms@gnu.org> 282005-05-29 Richard M. Stallman <rms@gnu.org>
2 29
3 * buffer.c (Fbuffer_local_value): Call indirect_variable. 30 * buffer.c (Fbuffer_local_value): Call indirect_variable.