diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e919fdcdc8d..c22a0471f7d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,12 +1,17 @@ | |||
| 1 | 2008-10-19 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * window.el (enlarge-window-horizontally, shrink-window-horizontally): | ||
| 4 | Make argument names follow Elisp manual. | ||
| 5 | |||
| 1 | 2008-10-19 Eli Zaretskii <eliz@gnu.org> | 6 | 2008-10-19 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * textmodes/remember.el (remember-data-file): | 8 | * textmodes/remember.el (remember-data-file): |
| 4 | * shadowfile.el (shadow-initialize) <shadow-info-file, shadow-todo-file>: | 9 | * shadowfile.el (shadow-initialize) <shadow-info-file, shadow-todo-file>: |
| 5 | * savehist.el (savehist-file): | 10 | * savehist.el (savehist-file): |
| 6 | * recentf.el (recentf-save-file): | 11 | * recentf.el (recentf-save-file): |
| 7 | * pcvs-defs.el (cvs-cvsrc-file): | 12 | * pcvs-defs.el (cvs-cvsrc-file): |
| 8 | * international/kkc.el (kkc-init-file-name): | 13 | * international/kkc.el (kkc-init-file-name): |
| 9 | * ido.el (ido-save-directory-list-file): | 14 | * ido.el (ido-save-directory-list-file): |
| 10 | * calendar/todo-mode.el (todo-file-do, todo-file-done) | 15 | * calendar/todo-mode.el (todo-file-do, todo-file-done) |
| 11 | (todo-file-top): Run file names that begin with a period thru | 16 | (todo-file-top): Run file names that begin with a period thru |
| 12 | `convert-standard-filename'. | 17 | `convert-standard-filename'. |