diff options
| author | Glenn Morris | 2012-11-23 17:57:09 -0800 |
|---|---|---|
| committer | Glenn Morris | 2012-11-23 17:57:09 -0800 |
| commit | d125ca15f3751f36a1ec49e3d9f9de1735b43698 (patch) | |
| tree | 5d2764d6a135cdd7d664c8c43f915a14932cd94c /src/ChangeLog | |
| parent | 678a34f4f8e93b8c43e5cdfba423189f4767e5c5 (diff) | |
| parent | 6d4e8f62e93b575a1da2cd2b4abeb9dce56e1e52 (diff) | |
| download | emacs-d125ca15f3751f36a1ec49e3d9f9de1735b43698.tar.gz emacs-d125ca15f3751f36a1ec49e3d9f9de1735b43698.zip | |
Merge from emacs-24; up to 2012-11-19T11:36:02Z!yamaoka@jpl.org
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e5669da5196..32a14ef9e62 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2012-11-24 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * xdisp.c (set_cursor_from_row): Skip step 2 only if point is not | ||
| 4 | between bpos_covered and bpos_max. This fixes cursor display when | ||
| 5 | several display strings follow each other. | ||
| 6 | |||
| 7 | * .gdbinit (pgx): If the glyph's object is a string, display the | ||
| 8 | pointer to string data, rather than the value of the string object | ||
| 9 | itself (which barfs under CHECK_LISP_OBJECT_TYPE). | ||
| 10 | |||
| 11 | * indent.c (Fvertical_motion): If the starting position is covered | ||
| 12 | by a display string, return to one position before that, to avoid | ||
| 13 | overshooting it inside move_it_to. (Bug#12930) | ||
| 14 | |||
| 1 | 2012-11-23 Dmitry Antipov <dmantipov@yandex.ru> | 15 | 2012-11-23 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 16 | ||
| 3 | * frame.h (struct frame): Remove display_preempted member | 17 | * frame.h (struct frame): Remove display_preempted member |