diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 0eba60a09aa..23cde98478b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2001-12-26 Kim F. Storm <storm@cua.dk> | ||
| 2 | |||
| 3 | * keyboard.c (record_char): Ignore duplicate help-echo events only | ||
| 4 | separated by mouse-movement. When tracking mouse, only record | ||
| 5 | first and last mouse-movement event in same window. | ||
| 6 | Don't record mouse-movement events in keyboard macros. | ||
| 7 | |||
| 1 | 2001-12-25 Richard M. Stallman <rms@gnu.org> | 8 | 2001-12-25 Richard M. Stallman <rms@gnu.org> |
| 2 | 9 | ||
| 3 | * window.c (enlarge_window): New arg PRESERVE_BEFORE. Callers changed. | 10 | * window.c (enlarge_window): New arg PRESERVE_BEFORE. Callers changed. |