diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 21bdc81d797..4365222ff7b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,10 @@ | |||
| 1 | 2015-01-08 Eli Zaretskii <eliz@gnu.org> | 1 | 2015-01-08 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * .gdbinit (xsymname): New subroutine. | ||
| 4 | (xprintsym, initial-tbreak): Use it to access the name of a symbol | ||
| 5 | in a way that doesn't cause GDB to barf when it tries to | ||
| 6 | dereference a NULL pointer. | ||
| 7 | |||
| 3 | * xdisp.c (next_element_from_c_string): Use Lisp integer zero as | 8 | * xdisp.c (next_element_from_c_string): Use Lisp integer zero as |
| 4 | the object. | 9 | the object. |
| 5 | (set_cursor_from_row, try_cursor_movement, dump_glyph) | 10 | (set_cursor_from_row, try_cursor_movement, dump_glyph) |