diff options
| author | Joakim Verona | 2011-09-23 22:58:08 +0200 |
|---|---|---|
| committer | Joakim Verona | 2011-09-23 22:58:08 +0200 |
| commit | 95cc95eb9715952c743cadbc1f0dd5f959ade608 (patch) | |
| tree | 1a84d8b7cbc0b9b69cce80c952ef245a21d81a13 /src/ChangeLog | |
| parent | 00c82a0d8e7fd9578ab0fd5ba9fd7bc8245ce9e2 (diff) | |
| parent | 0a39f27eb9b78ceacdf351eba4549efd3323c88d (diff) | |
| download | emacs-95cc95eb9715952c743cadbc1f0dd5f959ade608.tar.gz emacs-95cc95eb9715952c743cadbc1f0dd5f959ade608.zip | |
upstream
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 12a45918e87..44a76068313 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2011-09-23 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * emacs.c (Fkill_emacs): In noninteractive mode exit | ||
| 4 | non-successfully if a write error occurred on stdout. (Bug#9574) | ||
| 5 | |||
| 6 | 2011-09-21 Eli Zaretskii <eliz@gnu.org> | ||
| 7 | |||
| 8 | * xdisp.c (pop_it): Allow it->object that is a cons cell to pass | ||
| 9 | the xassert test. | ||
| 10 | |||
| 11 | * dispextern.h (struct it): Update the comment documenting what | ||
| 12 | can it->OBJECT be. | ||
| 13 | |||
| 14 | 2011-09-20 Eli Zaretskii <eliz@gnu.org> | ||
| 15 | |||
| 16 | * xdisp.c (set_cursor_from_row): If the row ends in a newline from | ||
| 17 | a display string, extend search for cursor position to end of row. | ||
| 18 | (find_row_edges): If the row ends in a newline from a display | ||
| 19 | string, increment its MATRIX_ROW_END_CHARPOS by one. (Bug#9549) | ||
| 20 | Handle the case of a display string with multiple newlines. | ||
| 21 | (Fcurrent_bidi_paragraph_direction): Fix search for previous | ||
| 22 | non-empty line. Fixes confusing cursor motion with arrow keys at | ||
| 23 | the beginning of a line that starts with whitespace. | ||
| 24 | |||
| 1 | 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org> | 25 | 2011-09-19 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 26 | ||
| 3 | * lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is | 27 | * lread.c (Fread_from_string): Document what FINAL-STRING-INDEX is |