aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKenichi Handa2010-01-13 10:29:58 +0900
committerKenichi Handa2010-01-13 10:29:58 +0900
commitdc954cb273234237b615b93b6368d4adbdea31c4 (patch)
tree2b644e57c6c8534510074c420cf90620525db99f /src/ChangeLog
parentd8b8451f8ea52d751035449278ec36c3e598f9cf (diff)
downloademacs-dc954cb273234237b615b93b6368d4adbdea31c4.tar.gz
emacs-dc954cb273234237b615b93b6368d4adbdea31c4.zip
Display buffer name, etc. in mode line by composing correctly.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4342d39052d..55e69ff9340 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,21 @@
12010-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
12010-01-11 Chong Yidong <cyd@stupidchicken.com> 192010-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