diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f27a762b210..c6750bc70c0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,9 +1,17 @@ | |||
| 1 | 2005-10-30 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * alloc.c (BYTES_USED): Use uordblks, not arena. | ||
| 4 | (bytes_used_when_reconsidered): New variable. | ||
| 5 | (emacs_blocked_free): Set that. | ||
| 6 | |||
| 1 | 2005-10-29 Chong Yidong <cyd@stupidchicken.com> | 7 | 2005-10-29 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 8 | ||
| 3 | * alloc.c (emacs_blocked_free): Fix typo. | 9 | * alloc.c (emacs_blocked_free): Fix typo. |
| 4 | 10 | ||
| 5 | 2005-10-29 Richard M. Stallman <rms@gnu.org> | 11 | 2005-10-29 Richard M. Stallman <rms@gnu.org> |
| 6 | 12 | ||
| 13 | * data.c (Fmake_variable_frame_local): Doc fix. | ||
| 14 | |||
| 7 | * xdisp.c (handle_fontified_prop): Do nothing if memory full. | 15 | * xdisp.c (handle_fontified_prop): Do nothing if memory full. |
| 8 | (format_mode_line_unwind_data): New arg SAVE_PROPTRANS | 16 | (format_mode_line_unwind_data): New arg SAVE_PROPTRANS |
| 9 | controls whether to save and restore mode_line_proptrans_alist. | 17 | controls whether to save and restore mode_line_proptrans_alist. |