changeset 46540:018d4ae67d41

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 19 Jul 2002 11:40:00 +0000
parents b95625933c8f
children 021204d82a30
files lisp/ChangeLog src/ChangeLog
diffstat 2 files changed, 14 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Jul 19 11:39:39 2002 +0000
+++ b/lisp/ChangeLog	Fri Jul 19 11:40:00 2002 +0000
@@ -1,12 +1,16 @@
 2002-07-19  Juanma Barranquero  <lektu@terra.es>
 
 	* emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
-	(buffer-flush-undo, baud-rate, compiled-function-p, define-function):
-	Move obsolescence declarations to subr.el.
+	(buffer-flush-undo, baud-rate, compiled-function-p, define-function)
+	(unread-command-char, executing-macro, post-command-idle-hook)
+	(post-command-idle-delay): Move obsolescence declarations to subr.el.
 
 	* subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
-	(baud-rate, compiled-function-p, define-function): Move obsolescence
-	declarations from subr.el
+	(baud-rate, compiled-function-p, define-function, unread-command-char)
+	(executing-macro, post-command-idle-hook, post-command-idle-delay): Move
+	obsolescence declarations from subr.el.
+	(directory-sep-char, mode-line-inverse-video): Add obsolescence
+	declaration.
 
 2002-07-18  J.D. Smith  <jdsmith@as.arizona.edu>
 
--- a/src/ChangeLog	Fri Jul 19 11:39:39 2002 +0000
+++ b/src/ChangeLog	Fri Jul 19 11:40:00 2002 +0000
@@ -1,3 +1,9 @@
+2002-07-19  Juanma Barranquero  <lektu@terra.es>
+
+	* xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
+
+	* fileio.c (syms_of_fileio): Likewise.
+
 2002-07-18  Richard M. Stallman  <rms@gnu.org>
 
 	* data.c (Fdefalias): Doc fix.