aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2005-10-30 07:36:35 +0000
committerRichard M. Stallman2005-10-30 07:36:35 +0000
commit4d74a5fc8e917db49cfe2a0c66cd2b0b9a1b9e9b (patch)
tree0dedd515e12c0e88db40773fdabef908a7654f02 /src/ChangeLog
parent932dc33bafe239bcde85a5c75509120e208d19c6 (diff)
downloademacs-4d74a5fc8e917db49cfe2a0c66cd2b0b9a1b9e9b.tar.gz
emacs-4d74a5fc8e917db49cfe2a0c66cd2b0b9a1b9e9b.zip
(BYTES_USED): Use uordblks, not arena.
(bytes_used_when_reconsidered): New variable. (emacs_blocked_free): Set that.
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.