aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman2005-05-10 09:22:07 +0000
committerRichard M. Stallman2005-05-10 09:22:07 +0000
commitd101bf56d09580bb050a4ae1077a42973b992413 (patch)
tree93739f747d1bd13d195109d208f819d052d57116 /lisp
parent3fce19f17f44f464ce6714d6ddb645a529827c71 (diff)
downloademacs-d101bf56d09580bb050a4ae1077a42973b992413.tar.gz
emacs-d101bf56d09580bb050a4ae1077a42973b992413.zip
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog20
1 files changed, 19 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8a42652db07..8687a5b6199 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
12005-05-10 Richard M. Stallman <rms@gnu.org>
2
3 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
4
5 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
6 Moved from ada-stmt.el.
7 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
8
9 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
10 Moved to ada-mode.el.
11 (ada-stmt-mode-hook): Deleted; do the work in ada-mode.
12
13 * cus-edit.el (custom-file): Call file-chase-links.
14
15 * files.el (read-directory-name): Fix previous change.
16
12005-05-10 Lute Kamstra <lute@gnu.org> 172005-05-10 Lute Kamstra <lute@gnu.org>
2 18
3 * font-lock.el (font-lock-keywords-alist) 19 * font-lock.el (font-lock-keywords-alist)
@@ -273,6 +289,8 @@
273 289
2742005-05-04 Richard M. Stallman <rms@gnu.org> 2902005-05-04 Richard M. Stallman <rms@gnu.org>
275 291
292 * help.el (describe-key): No error when UNTRANSLATED is nil.
293
276 * simple.el (line-move-1): Fix previous change to signal errors 294 * simple.el (line-move-1): Fix previous change to signal errors
277 appropriately. 295 appropriately.
278 296
@@ -4920,7 +4938,7 @@
4920 4938
4921 * vc-svn.el (vc-svn-diff): Stay local if possible. 4939 * vc-svn.el (vc-svn-diff): Stay local if possible.
4922 4940
49232005-01-02 Stefan <monnier@iro.umontreal.ca> 49412005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
4924 4942
4925 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case. 4943 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
4926 4944