diff options
| author | Richard M. Stallman | 2002-07-01 08:07:40 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-07-01 08:07:40 +0000 |
| commit | ec9623740327563afb91fa7135e01e7e8bb2ac1d (patch) | |
| tree | d410ec24f81192c95d0d500952764f49febc4ef3 /src | |
| parent | d33eb73faa824a194aba8cb509e3b3dcf4e0d436 (diff) | |
| download | emacs-ec9623740327563afb91fa7135e01e7e8bb2ac1d.tar.gz emacs-ec9623740327563afb91fa7135e01e7e8bb2ac1d.zip | |
*** empty log message ***
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. |