From: Juanma Barranquero Date: Fri, 19 Jul 2002 11:40:00 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~13986 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd8d66adad0f2a6e327c926ba64d08bc2aab46e6;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0e5dcb2518b..72745cbe8fb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 241ac4f7135..66fff6139bd 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.