diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7460e2c5704..88fbf7a99f2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2012-11-23 Eli Zaretskii <eliz@gnu.org> | 1 | 2012-11-23 Eli Zaretskii <eliz@gnu.org> |
| 2 | 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 | |||
| 3 | * .gdbinit (pgx): If the glyph's object is a string, display the | 7 | * .gdbinit (pgx): If the glyph's object is a string, display the |
| 4 | pointer to string data, rather than the value of the string object | 8 | pointer to string data, rather than the value of the string object |
| 5 | itself (which barfs under CHECK_LISP_OBJECT_TYPE). | 9 | itself (which barfs under CHECK_LISP_OBJECT_TYPE). |