changeset 46174:42efbb69cf37

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 04 Jul 2002 10:38:00 +0000
parents b2fc143f439d
children 9fa0c9140afa
files src/ChangeLog
diffstat 1 files changed, 7 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Jul 04 10:37:38 2002 +0000
+++ b/src/ChangeLog	Thu Jul 04 10:38:00 2002 +0000
@@ -1,3 +1,8 @@
+2002-07-04  Juanma Barranquero  <lektu@terra.es>
+
+	* keyboard.c (post_command_idle_hook): Remove redundant (and inexact)
+	obsolescence information.
+
 2002-07-03  Andrew Choi  <akochoi@shaw.ca>
 
 	* macterm.c (x_list_fonts): Fix comment.  Cache fonts matching
@@ -42,7 +47,7 @@
 	(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.
@@ -92,7 +97,7 @@
 	(decode_mode_spec): Only add two dashes for %- in propertized
 	mode-line string.
 	(syms_of_xdisp): Init and staticpro mode_line_string_list.
-	
+
 2002-06-27  Stefan Monnier  <monnier@cs.yale.edu>
 
 	* minibuf.c (minibuffer_completion_contents): Add return type.