# HG changeset patch # User Juanma Barranquero # Date 1027078800 0 # Node ID 018d4ae67d4156a301f1c34cd91e5f8233efc013 # Parent b95625933c8fff293ec7d2f9c7674d861bab146c *** empty log message *** diff -r b95625933c8f -r 018d4ae67d41 lisp/ChangeLog --- 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 * 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 diff -r b95625933c8f -r 018d4ae67d41 src/ChangeLog --- 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 + + * xdisp.c (syms_of_xdisp): Remove redundant deprecation info. + + * fileio.c (syms_of_fileio): Likewise. + 2002-07-18 Richard M. Stallman * data.c (Fdefalias): Doc fix.