diff options
| author | YAMAMOTO Mitsuharu | 2006-06-02 09:39:54 +0000 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2006-06-02 09:39:54 +0000 |
| commit | 70a4cae4681c1e6d2506b8d09fdb27c338f4d9cc (patch) | |
| tree | bead6ebe723ca783a0cfbd1036e8ecec9448bdf5 /src/ChangeLog | |
| parent | 8b2b00f51c7eb836c35ef90d6e62609bc0ca8246 (diff) | |
| download | emacs-70a4cae4681c1e6d2506b8d09fdb27c338f4d9cc.tar.gz emacs-70a4cae4681c1e6d2506b8d09fdb27c338f4d9cc.zip | |
(next_element_from_composition): Set it->object to
it->string if composition is coming from string.
(set_cursor_from_row): Don't return 0 unless row displays a
continued line.
(dump_glyph): Dump composite glyph.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a3c92e6f1a1..dccebac3ec5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2006-06-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * xdisp.c (next_element_from_composition): Set it->object to | ||
| 4 | it->string if composition is coming from string. | ||
| 5 | (set_cursor_from_row): Don't return 0 unless row displays a | ||
| 6 | continued line. | ||
| 7 | (dump_glyph): Dump composite glyph. | ||
| 8 | |||
| 1 | 2006-06-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 9 | 2006-06-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 10 | ||
| 3 | * gtkutil.c (menu_nav_ended): Check that menubar_widget is not NULL. | 11 | * gtkutil.c (menu_nav_ended): Check that menubar_widget is not NULL. |