aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-07 22:36:55 +0000
committerGerd Moellmann1999-11-07 22:36:55 +0000
commit55b064bdb765df242bf8848385007a15e2e5fd28 (patch)
tree82a8075ec8d1d9ea1f6ba4fda626b0716e6f7752 /src/ChangeLog
parent01e9b9dfb9476cb4e054f3a0b07b819ddd2c0235 (diff)
downloademacs-55b064bdb765df242bf8848385007a15e2e5fd28.tar.gz
emacs-55b064bdb765df242bf8848385007a15e2e5fd28.zip
Remove conditional computation on USE_TEXT_PROPERTIES.
(resize_mini_window): Fix computation of needed mini-window height.
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