diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5bfb1809139..2609ed7dd01 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2015-03-03 Eli Zaretskii <eliz@gnu.org> | 1 | 2015-03-03 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * xfaces.c (map_tty_color): Use assoc_no_quit instead of | ||
| 4 | assq_no_quit to fetch color definition by its string name. | ||
| 5 | (Bug#19802) | ||
| 6 | |||
| 7 | 2015-03-03 Eli Zaretskii <eliz@gnu.org> | ||
| 8 | 2015-03-03 Eli Zaretskii <eliz@gnu.org> | ||
| 9 | |||
| 3 | * xdisp.c (move_it_in_display_line_to): Handle the case where the | 10 | * xdisp.c (move_it_in_display_line_to): Handle the case where the |
| 4 | last character of a screen line is whitespace, and we are under | 11 | last character of a screen line is whitespace, and we are under |
| 5 | word-wrap with overflow-newline-into-fringe turned on. | 12 | word-wrap with overflow-newline-into-fringe turned on. |