aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorDmitry Antipov2013-03-28 06:41:05 +0400
committerDmitry Antipov2013-03-28 06:41:05 +0400
commit5c89ca240d7efa68b29651b34b8fbca172a5f75a (patch)
tree4f5331a0283148733836f43b271b9b0863f10a24 /src/ChangeLog
parent115694a3d83c3c248ad068a0330eea9e1eb4ff59 (diff)
downloademacs-5c89ca240d7efa68b29651b34b8fbca172a5f75a.tar.gz
emacs-5c89ca240d7efa68b29651b34b8fbca172a5f75a.zip
* xdisp.c (with_echo_area_buffer_unwind_data): Save window
start marker... (unwind_with_echo_area_buffer): ...to restore it here. This is needed to ensure that... (redisplay_window): ...both window markers are valid here, which is verified by eassert. * editfns.c (save_excursion_save): Do not assume that selected_window always displays the buffer.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6698cfe0fcf..1b5259811b1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
12013-03-28 Dmitry Antipov <dmantipov@yandex.ru>
2
3 * xdisp.c (with_echo_area_buffer_unwind_data): Save window
4 start marker...
5 (unwind_with_echo_area_buffer): ...to restore it here. This
6 is needed to ensure that...
7 (redisplay_window): ...both window markers are valid here,
8 which is verified by eassert.
9 * editfns.c (save_excursion_save): Do not assume that
10 selected_window always displays the buffer.
11
12013-03-27 Stefan Monnier <monnier@iro.umontreal.ca> 122013-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
2 13
3 * casetab.c (init_casetab_once): Don't abuse the ascii eqv table for 14 * casetab.c (init_casetab_once): Don't abuse the ascii eqv table for