Mercurial > emacs
comparison lisp/ChangeLog @ 29392:615f40c9b741
*** empty log message ***
author | Dave Love <fx@gnu.org> |
---|---|
date | Fri, 02 Jun 2000 18:46:19 +0000 |
parents | bfb6b948438e |
children | 166ee351f476 |
comparison
equal
deleted
inserted
replaced
29391:43abee1ebeca | 29392:615f40c9b741 |
---|---|
1 2000-06-02 Dave Love <fx@gnu.org> | 1 2000-06-02 Dave Love <fx@gnu.org> |
2 | |
3 * files.el (convert-standard-filename): Doc fix. | |
4 (normal-backup-enable-predicate): New function. | |
5 (backup-enable-predicate): Use it to replace the lambda form. | |
6 | |
7 * calendar/todo-mode.el: [This needs more work on the outline | |
8 stuff.] Doc fixes. | |
9 (todo) <defgroup>: Add :version. | |
10 (todo-add-category): Don't use pushnew. | |
11 (todo-cmd-raise): Fix typo. | |
12 (todo-top-priorities): Change temp buffer name. | |
13 (todo-category-alist): Avoid redundant lambda. | |
14 (todo-mode): Set paragraph-separate, outline-regexp from | |
15 todo-prefix. Use outline-next-heading. | |
2 | 16 |
3 * autoarg.el: Rewritten to use define-minor-mode. | 17 * autoarg.el: Rewritten to use define-minor-mode. |
4 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. | 18 (autoarg-kp-digits, autoarg-kp-mode-map): New variable. |
5 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. | 19 (autoarg-kp-mode, autoarg-kp-digit-argument): New command. |
6 | 20 |