diff options
| author | Jason Rumney | 2000-10-31 12:42:51 +0000 |
|---|---|---|
| committer | Jason Rumney | 2000-10-31 12:42:51 +0000 |
| commit | 01b220b61ab1e1790b998a7e7a75a03cd0ef4188 (patch) | |
| tree | 10a8ea4021bcc769c196a6a746368bd851452a13 /src/ChangeLog | |
| parent | 4edc4a39e6546f643d5d17bae067b3cf8fe8ce31 (diff) | |
| download | emacs-01b220b61ab1e1790b998a7e7a75a03cd0ef4188.tar.gz emacs-01b220b61ab1e1790b998a7e7a75a03cd0ef4188.zip | |
(x_produce_glyphs): Handle composite characters.
(x_draw_glyph_string_foreground)
(x_draw_composite_glyph_string_foreground): Restore old font.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fd0fac81b21..a1730161457 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2000-10-31 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32term.c (x_produce_glyphs): Handle composite characters. | ||
| 4 | (x_draw_glyph_string_foreground) | ||
| 5 | (x_draw_composite_glyph_string_foreground): Restore old font. | ||
| 6 | |||
| 1 | 2000-10-31 Miles Bader <miles@lsi.nec.co.jp> | 7 | 2000-10-31 Miles Bader <miles@lsi.nec.co.jp> |
| 2 | 8 | ||
| 3 | * minibuf.c (read_minibuf): Reset the undo history just before | 9 | * minibuf.c (read_minibuf): Reset the undo history just before |