aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index acf9681e002..fd202cfd53e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12005-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * window.c (Fdisplay_buffer): Fix last change to not use
4 a dedicated window.
5
12005-11-01 Kim F. Storm <storm@cua.dk> 62005-11-01 Kim F. Storm <storm@cua.dk>
2 7
3 * fringe.c (update_window_fringes): Undo 2005-10-27 change. 8 * fringe.c (update_window_fringes): Undo 2005-10-27 change.
@@ -62,8 +67,8 @@
62 (decode_mode_spec): Test Vmemory_full, not spare_memory. 67 (decode_mode_spec): Test Vmemory_full, not spare_memory.
63 (Fformat_mode_line): Clear mode_line_proptrans_alist after saving. 68 (Fformat_mode_line): Clear mode_line_proptrans_alist after saving.
64 69
65 * lisp.h (memory_full_cons_threshold): Declared. 70 * lisp.h (memory_full_cons_threshold): Declare.
66 (internal_lisp_condition_case): Declared. 71 (internal_lisp_condition_case): Declare.
67 72
68 * alloc.c (syms_of_alloc) <memory-full>: Doc fix. 73 * alloc.c (syms_of_alloc) <memory-full>: Doc fix.
69 (Fmemory_full_p): Function deleted. 74 (Fmemory_full_p): Function deleted.