aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2007-07-07 04:56:00 +0000
committerStefan Monnier2007-07-07 04:56:00 +0000
commit0b7750a95dffb8cb8095a5c9ca4e9df1cf7acd54 (patch)
tree99ff331ed74d2d2a49eaaa5291dfd0836c375538 /lisp/ChangeLog
parente90988a097746c0bbef5b690d94da6541699485a (diff)
downloademacs-0b7750a95dffb8cb8095a5c9ca4e9df1cf7acd54.tar.gz
emacs-0b7750a95dffb8cb8095a5c9ca4e9df1cf7acd54.zip
(autoload-find-destination): Understand a new format of autoload block where
the file's time-stamp is replaced by its MD5 checksum. (autoload-generate-file-autoloads): Use MD5 checksum instead of time-stamp for secondary autoloads files. (update-directory-autoloads): Remove duplicate entries. Use time-less-p for time-stamps, as done in autoload-find-destination.
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.