diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1fca3cc1baa..43cfd1e5e15 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2005-12-26 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * undo.c: Depend on window.h. | ||
| 4 | (record_point): Save old point from the correct window. | ||
| 5 | |||
| 6 | * keyboard.c (last_point_position_window): New variable. | ||
| 7 | (command_loop_1): Set last_point_position_window. | ||
| 8 | (syms_of_keyboard): Init it. | ||
| 9 | |||
| 10 | * Makefile.in (undo.o): Depend on window.h. | ||
| 11 | |||
| 1 | 2005-12-25 Richard M. Stallman <rms@gnu.org> | 12 | 2005-12-25 Richard M. Stallman <rms@gnu.org> |
| 2 | 13 | ||
| 3 | * eval.c (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue | 14 | * eval.c (un_autoload): Expect (0 . OFEATURES) in Vautoload_queue |