aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 4aedca28f86..cb79ea47bb2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,13 @@
12007-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * emacs-lisp/autoload.el (autoload-find-destination): Understand a new
4 format of autoload block where the file's time-stamp is replaced by its
5 MD5 checksum.
6 (autoload-generate-file-autoloads): Use MD5 checksum instead of
7 time-stamp for secondary autoloads files.
8 (update-directory-autoloads): Remove duplicate entries.
9 Use time-less-p for time-stamps, as done in autoload-find-destination.
10
12007-07-07 Jay Belanger <jay.p.belanger@gmail.com> 112007-07-07 Jay Belanger <jay.p.belanger@gmail.com>
2 12
3 * calc/calc.el (math-read-number): Replace number by variable. 13 * calc/calc.el (math-read-number): Replace number by variable.