aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
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 @@
12005-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
12005-10-29 Chong Yidong <cyd@stupidchicken.com> 72005-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
52005-10-29 Richard M. Stallman <rms@gnu.org> 112005-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.