diff options
| author | Joakim Verona | 2013-08-26 11:46:28 +0200 |
|---|---|---|
| committer | Joakim Verona | 2013-08-26 11:46:28 +0200 |
| commit | bc468f0f25e0a9c10a4c7023a37cfc9be369b69d (patch) | |
| tree | b7b5ed39cdfb57b96f05bb98b97c3bacc1686aff /src/ChangeLog | |
| parent | 40d74a503910168002cb1e170494d2f6d1adfeba (diff) | |
| parent | c80016b3c123a76970d8f9dbbff61aeb5319c919 (diff) | |
| download | emacs-bc468f0f25e0a9c10a4c7023a37cfc9be369b69d.tar.gz emacs-bc468f0f25e0a9c10a4c7023a37cfc9be369b69d.zip | |
merge from trunk
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e4dcfffa02f..6408397c13e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2013-08-26 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2013-08-26 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 2 | ||
| 3 | * window.h (struct window): Replace last_cursor with last_cursor_vpos | ||
| 4 | because this is the only last cursor data we need to keep and consult. | ||
| 5 | * window.c (replace_window, set_window_buffer, Fsplit_window_internal): | ||
| 6 | * xdisp.c (mark_window_display_accurate_1, try_cursor_movement): | ||
| 7 | Adjust users. | ||
| 8 | |||
| 9 | 2013-08-26 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 10 | |||
| 3 | Fix recovering from possible decompression error. Since | 11 | Fix recovering from possible decompression error. Since |
| 4 | insert_from_gap doesn't always move point, we can't use PT as | 12 | insert_from_gap doesn't always move point, we can't use PT as |
| 5 | the position where the partially decompressed data ends, and | 13 | the position where the partially decompressed data ends, and |