diff options
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f66d21d83b5..43a28b3e4f9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2004-02-17 Kim F. Storm <storm@cua.dk> | 1 | 2004-02-17 Kim F. Storm <storm@cua.dk> |
| 2 | 2 | ||
| 3 | * xdisp.c (fast_find_position): Fix return value of new version | ||
| 4 | (was inverted compared to the 21.1 version). | ||
| 5 | |||
| 3 | * keyboard.c: Rework previous change; it didn't consider that the | 6 | * keyboard.c: Rework previous change; it didn't consider that the |
| 4 | buf array was allocated on the stack. | 7 | buf array was allocated on the stack. |
| 5 | (prev_read): Remove variable. | 8 | (prev_read): Remove variable. |