diff options
| author | Eli Zaretskii | 2011-09-15 19:22:58 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2011-09-15 19:22:58 +0300 |
| commit | bd01620e014a5638cc9e157003778607046a0562 (patch) | |
| tree | e62ae3fffff638e1dfca8d44dec6ece7dea2c447 /src/ChangeLog | |
| parent | a02719a326f3bc0ddf39832ef5390f8034c24c24 (diff) | |
| download | emacs-bd01620e014a5638cc9e157003778607046a0562.tar.gz emacs-bd01620e014a5638cc9e157003778607046a0562.zip | |
Add comments about special meaning of TAB characters in compositions.
src/xterm.c (x_draw_composite_glyph_string_foreground):
src/w32term.c (x_draw_composite_glyph_string_foreground):
src/term.c (encode_terminal_code):
src/composite.c (composition_update_it, get_composition_id):
src/xdisp.c (get_next_display_element)
(fill_composite_glyph_string): Add comments about special meaning
of TAB characters in a composition.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 895e3e587b3..22f69d4a9bb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2011-09-15 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xterm.c (x_draw_composite_glyph_string_foreground): | ||
| 4 | * w32term.c (x_draw_composite_glyph_string_foreground): | ||
| 5 | * term.c (encode_terminal_code): | ||
| 6 | * composite.c (composition_update_it, get_composition_id): | ||
| 7 | * xdisp.c (get_next_display_element) | ||
| 8 | (fill_composite_glyph_string): Add comments about special meaning | ||
| 9 | of TAB characters in a composition. | ||
| 10 | |||
| 1 | 2011-09-15 Paul Eggert <eggert@cs.ucla.edu> | 11 | 2011-09-15 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 12 | ||
| 3 | * editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514). | 13 | * editfns.c (Fformat): Fix off-by-1 bug for "%%b" (Bug#9514). |