diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 15e57c464b1..19fa8402772 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | 2002-07-01 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * keyboard.c (timer_last_idleness_start_time): New variable. | ||
| 4 | (timer_start_idle): Set that. | ||
| 5 | (read_key_sequence): Use that to reset timer_idleness_start_time | ||
| 6 | to previous value. | ||
| 7 | |||
| 8 | * window.c (Frecenter): With arg, set optional_new_start. | ||
| 9 | |||
| 10 | * xdisp.c (redisplay_internal): Make optional_new_start really work. | ||
| 11 | |||
| 12 | * minibuf.c (Fminibuffer_complete_and_exit): Move to end of | ||
| 13 | buffer for completion. | ||
| 14 | |||
| 1 | 2002-06-29 Ken Raeburn <raeburn@gnu.org> | 15 | 2002-06-29 Ken Raeburn <raeburn@gnu.org> |
| 2 | 16 | ||
| 3 | * xdisp.c (store_mode_line_string): Lisp_Object/int mixup. | 17 | * xdisp.c (store_mode_line_string): Lisp_Object/int mixup. |