diff src/ChangeLog @ 46112:4918c64cf502

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 01 Jul 2002 08:07:40 +0000
parents f6567777cef8
children 7bebc3158bd1
line wrap: on
line diff
--- a/src/ChangeLog	Mon Jul 01 08:06:37 2002 +0000
+++ b/src/ChangeLog	Mon Jul 01 08:07:40 2002 +0000
@@ -1,3 +1,17 @@
+2002-07-01  Richard M. Stallman  <rms@gnu.org>
+
+	* 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  <raeburn@gnu.org>
 
 	* xdisp.c (store_mode_line_string): Lisp_Object/int mixup.