aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d4b5237b479..733fba10ebe 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,23 @@
12007-12-05 D. Goel <deego3@gmail.com> 12007-12-05 D. Goel <deego3@gmail.com>
2 2
3 * simple.el (undo): Ditto.
4
5 * image-dired.el (image-dired-display-thumb-properties): Ditto.
6 (image-dired-modify-mark-on-thumb-original-file): Ditto.
7 (image-dired-dired-display-properties): Ditto.
8
9 * help.el (help-window-display-message): Ditto.
10
11 * files.el (hack-local-variables-confirm): Ditto.
12
13 * ediff.el (ediff-version): Ditto.
14
15 * complete.el (pc-chunk-after): Ditto.
16 (PC-temp-minibuffer-message): Ditto.
17
18 * apropos.el (apropos-command): `message' and `error': Ensure that first arg is
19 a format string.
20
3 * emacs-lisp/find-func.el (find-library-name): Prefer files with 21 * emacs-lisp/find-func.el (find-library-name): Prefer files with
4 ".el" suffix over "". 22 ".el" suffix over "".
5 23