From ec9623740327563afb91fa7135e01e7e8bb2ac1d Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 1 Jul 2002 08:07:40 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 7 +++++++ src/ChangeLog | 14 ++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 113091548d2..d1090bc3604 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2002-07-01 Richard M. Stallman + + * info.el (Info-index): Get immediate error if used in `dir'. + + * textmodes/picture.el (picture-forward-column) + (picture-move-down): Never deactivate the mark. + 2002-06-30 Simon Josefsson * menu-bar.el (menu-bar-options-menu): Move elisp mode names from diff --git a/src/ChangeLog b/src/ChangeLog index 15e57c464b1..19fa8402772 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +2002-07-01 Richard M. Stallman + + * keyboard.c (timer_last_idleness_start_time): New variable. + (timer_start_idle): Set that. + (read_key_sequence): Use that to reset timer_idleness_start_time + to previous value. + + * window.c (Frecenter): With arg, set optional_new_start. + + * xdisp.c (redisplay_internal): Make optional_new_start really work. + + * minibuf.c (Fminibuffer_complete_and_exit): Move to end of + buffer for completion. + 2002-06-29 Ken Raeburn * xdisp.c (store_mode_line_string): Lisp_Object/int mixup. -- 2.39.2