aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2002-07-19 11:40:00 +0000
committerJuanma Barranquero2002-07-19 11:40:00 +0000
commitdd8d66adad0f2a6e327c926ba64d08bc2aab46e6 (patch)
tree473219c2279e4b9355544bb7d434ef1caf9f37c3
parent2a7547632fa5694066dad7a661dd791b6d938a46 (diff)
downloademacs-dd8d66adad0f2a6e327c926ba64d08bc2aab46e6.tar.gz
emacs-dd8d66adad0f2a6e327c926ba64d08bc2aab46e6.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog12
-rw-r--r--src/ChangeLog6
2 files changed, 14 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0e5dcb2518b..72745cbe8fb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,12 +1,16 @@
12002-07-19 Juanma Barranquero <lektu@terra.es> 12002-07-19 Juanma Barranquero <lektu@terra.es>
2 2
3 * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker) 3 * emacs-lisp/bytecomp.el (dot, dot-max, dot-min, dot-marker)
4 (buffer-flush-undo, baud-rate, compiled-function-p, define-function): 4 (buffer-flush-undo, baud-rate, compiled-function-p, define-function)
5 Move obsolescence declarations to subr.el. 5 (unread-command-char, executing-macro, post-command-idle-hook)
6 (post-command-idle-delay): Move obsolescence declarations to subr.el.
6 7
7 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo) 8 * subr.el (dot, dot-max, dot-min, dot-marker, buffer-flush-undo)
8 (baud-rate, compiled-function-p, define-function): Move obsolescence 9 (baud-rate, compiled-function-p, define-function, unread-command-char)
9 declarations from subr.el 10 (executing-macro, post-command-idle-hook, post-command-idle-delay): Move
11 obsolescence declarations from subr.el.
12 (directory-sep-char, mode-line-inverse-video): Add obsolescence
13 declaration.
10 14
112002-07-18 J.D. Smith <jdsmith@as.arizona.edu> 152002-07-18 J.D. Smith <jdsmith@as.arizona.edu>
12 16
diff --git a/src/ChangeLog b/src/ChangeLog
index 241ac4f7135..66fff6139bd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12002-07-19 Juanma Barranquero <lektu@terra.es>
2
3 * xdisp.c (syms_of_xdisp): Remove redundant deprecation info.
4
5 * fileio.c (syms_of_fileio): Likewise.
6
12002-07-18 Richard M. Stallman <rms@gnu.org> 72002-07-18 Richard M. Stallman <rms@gnu.org>
2 8
3 * data.c (Fdefalias): Doc fix. 9 * data.c (Fdefalias): Doc fix.