aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4a38c33686d..695cf53eeee 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,12 @@
12002-07-07 Stefan Monnier <monnier@cs.yale.edu> 12002-07-07 Stefan Monnier <monnier@cs.yale.edu>
2 2
3 * language/ind-util.el (indian-make-hash):
4 * language/devan-util.el (dev-char-glyph-hash, dev-glyph-glyph-hash)
5 (dev-glyph-glyph-2-hash): Switch makehash -> make-hash-table.
6
7 * subr.el (insert-string): Update the obsolete info.
8 (makehash): Move from C and mark obsolete.
9
3 * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for 10 * emacs-lisp/debug.el (debug-on-entry): Fix the wrapper used for
4 aliases to also work for interactive functions. 11 aliases to also work for interactive functions.
5 Use the same wrapper for subroutines. 12 Use the same wrapper for subroutines.