aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c7ff43ac1e7..60123628e87 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,7 +1,10 @@
11999-11-07 Gerd Moellmann <gerd@gnu.org> 11999-11-07 Gerd Moellmann <gerd@gnu.org>
2 2
3 * alloc.c, buffer.c, editfns.c: Remove conditional compilation on 3 * xdisp.c (resize_mini_window): Fix computation of needed
4 USE_TEXT_PROPERTIES. 4 mini-window height.
5
6 * alloc.c, buffer.c, editfns.c, xdisp.c: Remove conditional
7 compilation on USE_TEXT_PROPERTIES.
5 8
6 * Fbyte_code: Use block statements in cases and declare v1 and v2 9 * Fbyte_code: Use block statements in cases and declare v1 and v2
7 locally there. Rearrange case statements so that thos most 10 locally there. Rearrange case statements so that thos most