aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 571d66e41f5..5261d443980 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -3,8 +3,10 @@
3 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'. 3 * textmodes/sgml-mode.el (xml-mode): New alias for `sgml-mode'.
4 4
5 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted. 5 * emacs-lisp/bytecomp.el (byte-compile-last-line): Deleted.
6 (byte-compile-delete-first): New function.
6 (byte-compile-read-position): New variable. 7 (byte-compile-read-position): New variable.
7 (byte-compile-last-position): New variable. 8 (byte-compile-last-position): New variable.
9 (byte-compile-current-buffer): New variable.
8 (byte-compile-log-1): Use it. 10 (byte-compile-log-1): Use it.
9 (byte-compile-set-symbol-position): New function. 11 (byte-compile-set-symbol-position): New function.
10 (byte-compile-obsolete, byte-compile-callargs-warn) 12 (byte-compile-obsolete, byte-compile-callargs-warn)
@@ -19,6 +21,8 @@
19 (byte-compile-from-buffer): Set it, and bind 21 (byte-compile-from-buffer): Set it, and bind
20 `read-with-symbol-positions' and `read-symbol-positions-list'. 22 `read-with-symbol-positions' and `read-symbol-positions-list'.
21 23
24 * emacs-lisp/bytecomp.el (byte-compile-debug): New variable.
25
222002-05-28 Kim F. Storm <storm@cua.dk> 262002-05-28 Kim F. Storm <storm@cua.dk>
23 27
24 * files.el (read-directory-name): New function. 28 * files.el (read-directory-name): New function.