changeset 66548:2e58815bc4ab

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sun, 30 Oct 2005 07:36:35 +0000
parents 9373f926904a
children 13a55a7627fd
files src/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Oct 30 07:34:05 2005 +0000
+++ b/src/ChangeLog	Sun Oct 30 07:36:35 2005 +0000
@@ -1,9 +1,17 @@
+2005-10-30  Richard M. Stallman  <rms@gnu.org>
+
+	* alloc.c (BYTES_USED): Use uordblks, not arena.
+	(bytes_used_when_reconsidered): New variable.
+	(emacs_blocked_free): Set that.
+
 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
 
 	* alloc.c (emacs_blocked_free): Fix typo.
 
 2005-10-29  Richard M. Stallman  <rms@gnu.org>
 
+	* data.c (Fmake_variable_frame_local): Doc fix.
+
 	* xdisp.c (handle_fontified_prop): Do nothing if memory full.
 	(format_mode_line_unwind_data): New arg SAVE_PROPTRANS
 	controls whether to save and restore mode_line_proptrans_alist.