comparison src/ChangeLog @ 66674:114b68892a38

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Thu, 03 Nov 2005 21:48:00 +0000
parents f2ef41c440de
children d697ddc33195
comparison
equal deleted inserted replaced
66673:a4d43f085476 66674:114b68892a38
1 2005-11-03 Richard M. Stallman <rms@gnu.org>
2
3 * window.c (Fenlarge_window): Rename SIDE to HORIZONTAL.
4 (enlarge_window): Rename WIDTHFLAG to HORIZ_FLAG.
5 (CURBEG, CURSIZE): Use HORIZ_FLAG instead of WIDTHFLAG.
6
7 * sheap.c (STATIC_HEAP_SIZE): Increment both definitions.
8
9 * alloc.c (refill_memory_reserve): Move decl out of conditionals.
10
1 2005-11-03 Stefan Monnier <monnier@iro.umontreal.ca> 11 2005-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
2 12
3 * window.c (Fdisplay_buffer): Fix last change to not use 13 * window.c (Fdisplay_buffer): Fix last change to not use
4 a dedicated window. 14 a dedicated window.
5 15