comparison src/ChangeLog @ 66658:f2ef41c440de

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 03 Nov 2005 17:14:11 +0000
parents e739ea58ce8d
children 114b68892a38
comparison
equal deleted inserted replaced
66657:74fd87aeeaf4 66658:f2ef41c440de
1 2005-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
1 2005-11-01 Kim F. Storm <storm@cua.dk> 6 2005-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.
4 Instead, rotate the bottom angle bitmap 180 degrees to indicate 9 Instead, rotate the bottom angle bitmap 180 degrees to indicate
5 that the bottom row does not end in a newline. 10 that the bottom row does not end in a newline.
60 Don't bother munging text props on a null string. 65 Don't bother munging text props on a null string.
61 Delete obsolete elts from mode_line_proptrans_alist. 66 Delete obsolete elts from mode_line_proptrans_alist.
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.
70 (syms_of_alloc): Don't defsubr it. 75 (syms_of_alloc): Don't defsubr it.
71 (memory_full_cons_threshold): New variable. 76 (memory_full_cons_threshold): New variable.