comparison src/ChangeLog @ 67834:1f90f2f751da

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 26 Dec 2005 22:11:17 +0000
parents a0e1e7ed2f20
children b0138095436a
comparison
equal deleted inserted replaced
67833:ea97c0856620 67834:1f90f2f751da
1 2005-12-26 Richard M. Stallman <rms@gnu.org>
2
3 * keyboard.h: Undo previous change.
4
5 * Makefile.in (undo.o): Undo previous change.
6
7 * undo.c: Undo previous change.
8
1 2005-12-26 Luc Teirlinck <teirllm@auburn.edu> 9 2005-12-26 Luc Teirlinck <teirllm@auburn.edu>
2 10
3 * keyboard.h: extern last_point_position_window. 11 * keyboard.h: extern last_point_position_window.
4 12
5 * undo.c: include keyboard.h. 13 * undo.c: include keyboard.h.
6 14
7 * Makefile.in (undo.o): Depend on keyboard.h. 15 * Makefile.in (undo.o): Depend on keyboard.h.
8 16
9 2005-12-26 Richard M. Stallman <rms@gnu.org> 17 2005-12-26 Richard M. Stallman <rms@gnu.org>
18
19 * commands.h (last_point_position_window): Declare.
10 20
11 * undo.c: Depend on window.h. 21 * undo.c: Depend on window.h.
12 (record_point): Save old point from the correct window. 22 (record_point): Save old point from the correct window.
13 23
14 * keyboard.c (last_point_position_window): New variable. 24 * keyboard.c (last_point_position_window): New variable.