]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Fri, 19 Jul 2002 11:40:00 +0000 (11:40 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Fri, 19 Jul 2002 11:40:00 +0000 (11:40 +0000)
lisp/ChangeLog
src/ChangeLog

index 0e5dcb2518bc9ff8dc3b9ee97f44967459e7b1b0..72745cbe8fbed22ffe9064fd48833687c6321bbb 100644 (file)
@@ -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>
 
index 241ac4f7135d9e1d6b17af83818d495a341815cf..66fff6139bdb7922ca7238664595fde5a15c631d 100644 (file)
@@ -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.