aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>2002-07-01 08:07:40 +0000
committerRichard M. Stallman <[email protected]>2002-07-01 08:07:40 +0000
commitec9623740327563afb91fa7135e01e7e8bb2ac1d (patch)
treed410ec24f81192c95d0d500952764f49febc4ef3 /src
parentd33eb73faa824a194aba8cb509e3b3dcf4e0d436 (diff)
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 15e57c464b..19fa840277 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,17 @@
+2002-07-01 Richard M. Stallman <[email protected]>
+
+ * 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 <[email protected]>
* xdisp.c (store_mode_line_string): Lisp_Object/int mixup.