diff options
| author | Lars Hansen | 2004-04-25 20:58:26 +0000 |
|---|---|---|
| committer | Lars Hansen | 2004-04-25 20:58:26 +0000 |
| commit | fbcb95296686cf4af6755508085170f569a9eff6 (patch) | |
| tree | 1f4849b5f2afe37fc74aae58de467888d6691a7f /lisp | |
| parent | bec998ca08432799ba3ef3cce5785bf1e13abf16 (diff) | |
| download | emacs-fbcb95296686cf4af6755508085170f569a9eff6.tar.gz emacs-fbcb95296686cf4af6755508085170f569a9eff6.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/mh-e/ChangeLog | 9 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9b1fd48a34d..7fb5eecd4e7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -190,9 +190,11 @@ | |||
| 190 | Add parameters. Pause to display error only when | 190 | Add parameters. Pause to display error only when |
| 191 | desktop-missing-file-warning is non-nil. | 191 | desktop-missing-file-warning is non-nil. |
| 192 | (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter. | 192 | (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter. |
| 193 | (dired-mode): Bind desktop-buffer-misc-data-function. | ||
| 193 | * info.el (Info-restore-desktop-buffer): Move from desktop.el. | 194 | * info.el (Info-restore-desktop-buffer): Move from desktop.el. |
| 194 | Add Parameters. | 195 | Add Parameters. |
| 195 | (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter. | 196 | (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter. |
| 197 | (Info-mode): Bind desktop-buffer-misc-data-function. | ||
| 196 | * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el. | 198 | * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el. |
| 197 | Add Parameters. | 199 | Add Parameters. |
| 198 | * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el. | 200 | * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el. |
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 92c2600560f..1942e132d20 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -47,6 +47,10 @@ | |||
| 47 | runs checkdoc and lm-verify which is useful before releasing the | 47 | runs checkdoc and lm-verify which is useful before releasing the |
| 48 | software. It can and should be expanded to do real unit tests. | 48 | software. It can and should be expanded to do real unit tests. |
| 49 | 49 | ||
| 50 | 2004-04-22 Lars Hansen <larsh@math.ku.dk> | ||
| 51 | |||
| 52 | * mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings. | ||
| 53 | |||
| 50 | 2003-04-22 Mark D Baushke <mdb@gnu.org> | 54 | 2003-04-22 Mark D Baushke <mdb@gnu.org> |
| 51 | 55 | ||
| 52 | * mh-alias.el: Update Copyright. | 56 | * mh-alias.el: Update Copyright. |
| @@ -71,6 +75,11 @@ | |||
| 71 | Emacs. | 75 | Emacs. |
| 72 | (mh-exec-cmd-error): Add a comment, so that we change it later on. | 76 | (mh-exec-cmd-error): Add a comment, so that we change it later on. |
| 73 | 77 | ||
| 78 | 2004-04-21 Lars Hansen <larsh@math.ku.dk> | ||
| 79 | |||
| 80 | * mh-e.el (mh-restore-desktop-buffer): Move from | ||
| 81 | desktop.el. Add Parameters. | ||
| 82 | |||
| 74 | 2003-04-18 Steve Youngs <youngs@xemacs.org> | 83 | 2003-04-18 Steve Youngs <youngs@xemacs.org> |
| 75 | 84 | ||
| 76 | * mh-xemacs-icons.el (mh-xemacs-icons): Provide 'mh-xemacs-icons' | 85 | * mh-xemacs-icons.el (mh-xemacs-icons): Provide 'mh-xemacs-icons' |