aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann1999-11-07 15:53:30 +0000
committerGerd Moellmann1999-11-07 15:53:30 +0000
commit01e9b9dfb9476cb4e054f3a0b07b819ddd2c0235 (patch)
tree574d65eb3f75e09d9048e1705876f2698e85472e /src/ChangeLog
parent4015b3c0ca013a8dd424f4108c963cf3e90a9d14 (diff)
downloademacs-01e9b9dfb9476cb4e054f3a0b07b819ddd2c0235.tar.gz
emacs-01e9b9dfb9476cb4e054f3a0b07b819ddd2c0235.zip
Remove conditional compilation on USE_TEXT_PROPERTIES.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b3d13107c67..c7ff43ac1e7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
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
4 USE_TEXT_PROPERTIES.
5
3 * Fbyte_code: Use block statements in cases and declare v1 and v2 6 * Fbyte_code: Use block statements in cases and declare v1 and v2
4 locally there. Rearrange case statements so that thos most 7 locally there. Rearrange case statements so that thos most
5 frequently executed come first. Avoid goto's in frequently 8 frequently executed come first. Avoid goto's in frequently