comparison src/ChangeLog @ 106799:142b86c0d21d

Display buffer name, etc. in mode line by composing correctly.
author Kenichi Handa <handa@m17n.org>
date Wed, 13 Jan 2010 10:29:58 +0900
parents 4d61ac1aa561
children 387093451b82
comparison
equal deleted inserted replaced
106798:b9e9be0fb18c 106799:142b86c0d21d
1 2010-01-13 Kenichi Handa <handa@m17n.org>
2
3 Display buffer name, etc. in mode line by composing correctly.
4
5 * xdisp.c (reseat_to_string): Call composition_compute_stop_pos if
6 STRING is not nil.
7 (display_mode_element): Adjusted for the change of
8 decode_mode_spec and display_line.
9 (decode_mode_spec): Change arg MULTIBYTE to STRING.
10 (display_string): Handle the case that STRING is non-null and
11 LISP_STRING is not nil.
12
13 * xterm.c (x_draw_composite_glyph_string_foreground): Pay
14 attention to s->face->overstrike.
15
16 * composite.c (composition_reseat_it): Don't check PT if STRING is
17 non nil.
18
1 2010-01-11 Chong Yidong <cyd@stupidchicken.com> 19 2010-01-11 Chong Yidong <cyd@stupidchicken.com>
2 20
3 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before 21 * nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
4 initializing the Lisp variables that depend on them. 22 initializing the Lisp variables that depend on them.
5 23