diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
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 @@ | |||
| 1 | 1999-11-07 Gerd Moellmann <gerd@gnu.org> | 1 | 1999-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 |