comparison src/ChangeLog @ 62928:8470359e501c

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Tue, 31 May 2005 15:00:23 +0000
parents e4f3776e0a10
children b92324fe807f
comparison
equal deleted inserted replaced
62927:bb23fe0bf1d3 62928:8470359e501c
1 2005-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
1 2005-05-29 Richard M. Stallman <rms@gnu.org> 28 2005-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.
4 31
5 2005-05-28 Masatake YAMATO <jet@gyve.org> 32 2005-05-28 Masatake YAMATO <jet@gyve.org>