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 4365222ff7b..c302f95d3fa 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 | * dispnew.c (buffer_posn_from_coords): Fix the value of the column | ||
| 4 | returned for right-to-left screen lines. (Before the change on | ||
| 5 | 2014-12-30, the incorrectly-computed X pixel coordinate concealed | ||
| 6 | this bug.) | ||
| 7 | |||
| 3 | * .gdbinit (xsymname): New subroutine. | 8 | * .gdbinit (xsymname): New subroutine. |
| 4 | (xprintsym, initial-tbreak): Use it to access the name of a symbol | 9 | (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 | 10 | in a way that doesn't cause GDB to barf when it tries to |