diff options
| author | Stefan Monnier | 2011-11-18 11:00:40 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2011-11-18 11:00:40 -0500 |
| commit | b50a28de8707794ff4b4b755af3173cd19004976 (patch) | |
| tree | b8d300d66b7c1046ff39e67fb332722181148f61 /src/ChangeLog | |
| parent | 6944dbc18a1591bc7435193685db90a6b9343914 (diff) | |
| download | emacs-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/ChangeLog | 7 |
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 @@ | |||
| 1 | 2011-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 | |||
| 1 | 2011-11-18 Eli Zaretskii <eliz@gnu.org> | 6 | 2011-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 | ||
| 400 | 2011-10-29 Kim Storm <storm@cua.dk> | 405 | 2011-10-29 Kim Storm <storm@cua.dk> |