diff options
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). |