diff options
| author | Kenichi Handa | 2012-03-19 13:17:50 +0900 |
|---|---|---|
| committer | Kenichi Handa | 2012-03-19 13:17:50 +0900 |
| commit | 4ebb358f29e64094871ad6d35fb365d77c17047d (patch) | |
| tree | cfc5c5055207bd4e5995a12ca292d16939a9efdb /src/ChangeLog | |
| parent | 4827f94e1725c34d4b19d79f4c74f16a0dc3b0cb (diff) | |
| parent | e50a24a249e1bfd69af7e48ea5076cac78bf7224 (diff) | |
| download | emacs-4ebb358f29e64094871ad6d35fb365d77c17047d.tar.gz emacs-4ebb358f29e64094871ad6d35fb365d77c17047d.zip | |
merge trunk
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 |