aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2011-11-18 11:00:40 -0500
committerStefan Monnier2011-11-18 11:00:40 -0500
commitb50a28de8707794ff4b4b755af3173cd19004976 (patch)
treeb8d300d66b7c1046ff39e67fb332722181148f61 /src/ChangeLog
parent6944dbc18a1591bc7435193685db90a6b9343914 (diff)
downloademacs-b50a28de8707794ff4b4b755af3173cd19004976.tar.gz
emacs-b50a28de8707794ff4b4b755af3173cd19004976.zip
* src/intervals.c: Fix grafting over the whole buffer.
(graft_intervals_into_buffer): Simplify. Fixes: debbugs:10071
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>