diff options
| author | Jason Rumney | 2008-12-24 11:20:32 +0000 |
|---|---|---|
| committer | Jason Rumney | 2008-12-24 11:20:32 +0000 |
| commit | baae5c2d8453b653cb1cffd638d9bd90064d6275 (patch) | |
| tree | 41bcf421e601d5b290a026005b07d17ea49f21fe /src/ChangeLog | |
| parent | b08ddfb407a2017fd781fadf6cc2573909a2b664 (diff) | |
| download | emacs-baae5c2d8453b653cb1cffd638d9bd90064d6275.tar.gz emacs-baae5c2d8453b653cb1cffd638d9bd90064d6275.zip | |
* ralloc.c (r_alloc_reset_variable): New function.
* buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal
record of what points where.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e7d44c35b51..56bb534e457 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2008-12-24 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * ralloc.c (r_alloc_reset_variable): New function. | ||
| 4 | |||
| 5 | * buffer.c (Fbuffer_swap_text) [REL_ALLOC]: Reset ralloc's internal | ||
| 6 | record of what points where. | ||
| 7 | |||
| 1 | 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu> | 8 | 2008-12-22 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 9 | ||
| 3 | * minibuf.c (read_minibuf): Follow the non-interactive case when | 10 | * minibuf.c (read_minibuf): Follow the non-interactive case when |