aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9af953b08b1..199f20817ea 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12011-11-18 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * intervals.c: Fix grafting over the whole buffer (bug#10071).
4 (graft_intervals_into_buffer): Simplify.
5
12011-11-18 Eli Zaretskii <eliz@gnu.org> 62011-11-18 Eli Zaretskii <eliz@gnu.org>
2 7
3 * dispnew.c (swap_glyph_pointers): Swap the used[] arrays and the 8 * dispnew.c (swap_glyph_pointers): Swap the used[] arrays and the
@@ -394,7 +399,7 @@
394 399
395 Fix the `xbytecode' command. 400 Fix the `xbytecode' command.
396 * .gdbinit (xprintbytestr): New command. 401 * .gdbinit (xprintbytestr): New command.
397 (xwhichsymbols): Renamed from `which'; all callers changed. 402 (xwhichsymbols): Rename from `which'; all callers changed.
398 (xbytecode): Print the byte-code string as well. 403 (xbytecode): Print the byte-code string as well.
399 404
4002011-10-29 Kim Storm <storm@cua.dk> 4052011-10-29 Kim Storm <storm@cua.dk>