diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 80bc42fa8c6..8b1221ab6d8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -3,6 +3,18 @@ | |||
| 3 | * ftfont.c (ftfont_drive_otf): Mask bits of character code to make | 3 | * ftfont.c (ftfont_drive_otf): Mask bits of character code to make |
| 4 | it fit in a valid range (Bug#11003). | 4 | it fit in a valid range (Bug#11003). |
| 5 | 5 | ||
| 6 | 2012-03-18 Eli Zaretskii <eliz@gnu.org> | ||
| 7 | |||
| 8 | * xdisp.c (cursor_row_p): Even if the glyph row ends in a string | ||
| 9 | that is not from display property, accept the row as a "cursor | ||
| 10 | row" if one of the string's character has a non-nil `cursor' | ||
| 11 | property. Fixes cursor positioning when there are newlines in | ||
| 12 | overlay strings, e.g. in icomplete.el. (Bug#11035) | ||
| 13 | |||
| 14 | 2012-03-12 Paul Eggert <eggert@cs.ucla.edu> | ||
| 15 | |||
| 16 | * buffer.c (compare_overlays): Don't assume args differ (Bug#6830). | ||
| 17 | |||
| 6 | 2012-03-12 Chong Yidong <cyd@gnu.org> | 18 | 2012-03-12 Chong Yidong <cyd@gnu.org> |
| 7 | 19 | ||
| 8 | * eval.c (inhibit_lisp_code): Rename from | 20 | * eval.c (inhibit_lisp_code): Rename from |