diff options
| author | YAMAMOTO Mitsuharu | 2012-09-11 12:32:41 +0900 |
|---|---|---|
| committer | YAMAMOTO Mitsuharu | 2012-09-11 12:32:41 +0900 |
| commit | 3057e615af94af8d08f475208c7e459f5d7115ac (patch) | |
| tree | 1e784dddfa2fdd42e420cd4ff469d66b4f7f8368 /src/ChangeLog | |
| parent | c990426a9883c1bd1782e6b117184b654eecda67 (diff) | |
| download | emacs-3057e615af94af8d08f475208c7e459f5d7115ac.tar.gz emacs-3057e615af94af8d08f475208c7e459f5d7115ac.zip | |
Fix wrong overhang display for gstring compositions (Bug#12364).
* xdisp.c (right_overwritten, right_overwriting): Also handle gstring
composition cases (Bug#12364).
* xterm.c (x_draw_glyph_string): Avoid overwriting inverted left
overhang of succeeding glyphs overlapping box cursor.
* w32term.c (x_draw_glyph_string): Likewise.
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 0e5bbfd2524..362d0b775b0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2012-09-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | ||
| 2 | |||
| 3 | * xdisp.c (right_overwritten, right_overwriting): Also handle gstring | ||
| 4 | composition cases (Bug#12364). | ||
| 5 | |||
| 6 | * xterm.c (x_draw_glyph_string): Avoid overwriting inverted left | ||
| 7 | overhang of succeeding glyphs overlapping box cursor. | ||
| 8 | |||
| 9 | * w32term.c (x_draw_glyph_string): Likewise. | ||
| 10 | |||
| 1 | 2012-09-11 Paul Eggert <eggert@cs.ucla.edu> | 11 | 2012-09-11 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 12 | ||
| 3 | Simplify, document, and port floating-point (Bug#12381). | 13 | Simplify, document, and port floating-point (Bug#12381). |