diff options
| author | Glenn Morris | 2014-01-14 22:06:07 -0500 |
|---|---|---|
| committer | Glenn Morris | 2014-01-14 22:06:07 -0500 |
| commit | 39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415 (patch) | |
| tree | 37e8094a0234f15293f9110b8bdd5805c69c9a13 /lisp/mh-e | |
| parent | dac696602de6984ff8e4ce9d6bac9d51ab735cde (diff) | |
| download | emacs-39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415.tar.gz emacs-39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415.zip | |
ChangeLog fixes
Diffstat (limited to 'lisp/mh-e')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/mh-e/ChangeLog.1 | 21 |
2 files changed, 24 insertions, 1 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 858646788a6..b2b597d5f32 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -3624,6 +3624,10 @@ | |||
| 3624 | * mh-customize.el: Call mh-image-load-path just before | 3624 | * mh-customize.el: Call mh-image-load-path just before |
| 3625 | mh-tool-bar-define so that the toolbar images can be found. | 3625 | mh-tool-bar-define so that the toolbar images can be found. |
| 3626 | 3626 | ||
| 3627 | 2005-10-06 Bill Wohler <wohler@newt.com> | ||
| 3628 | |||
| 3629 | * mh-loaddefs.el: Remove. Now generated automatically. | ||
| 3630 | |||
| 3627 | 2005-10-04 Bill Wohler <wohler@newt.com> | 3631 | 2005-10-04 Bill Wohler <wohler@newt.com> |
| 3628 | 3632 | ||
| 3629 | * ChangeLog: Move contents into ChangeLog.1 and trim. | 3633 | * ChangeLog: Move contents into ChangeLog.1 and trim. |
diff --git a/lisp/mh-e/ChangeLog.1 b/lisp/mh-e/ChangeLog.1 index daebfa8ecb3..d274282675c 100644 --- a/lisp/mh-e/ChangeLog.1 +++ b/lisp/mh-e/ChangeLog.1 | |||
| @@ -145,6 +145,12 @@ | |||
| 145 | (xemacs): Depend on autoloads instead of deleted loaddefs-xemacs. | 145 | (xemacs): Depend on autoloads instead of deleted loaddefs-xemacs. |
| 146 | (loaddefs-xemacs): Deleted. | 146 | (loaddefs-xemacs): Deleted. |
| 147 | 147 | ||
| 148 | 2005-08-10 Lars Hansen <larsh@soem.dk> | ||
| 149 | |||
| 150 | * mh-e.el: Add handler to desktop-buffer-mode-handlers. | ||
| 151 | (mh-restore-desktop-buffer): Remove autoload cookie. | ||
| 152 | (mh-folder-mode): Add autoload cookie. | ||
| 153 | |||
| 148 | 2005-07-19 Bill Wohler <wohler@newt.com> | 154 | 2005-07-19 Bill Wohler <wohler@newt.com> |
| 149 | 155 | ||
| 150 | * README (INSTALL): Added info for Mac users. | 156 | * README (INSTALL): Added info for Mac users. |
| @@ -903,6 +909,19 @@ | |||
| 903 | rfc822-goto-eoh with something that allows From_ lines in the mail | 909 | rfc822-goto-eoh with something that allows From_ lines in the mail |
| 904 | header. | 910 | header. |
| 905 | 911 | ||
| 912 | 2004-04-26 Lars Hansen <larsh@math.ku.dk> | ||
| 913 | |||
| 914 | * mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t. | ||
| 915 | |||
| 916 | 2004-04-22 Lars Hansen <larsh@math.ku.dk> | ||
| 917 | |||
| 918 | * mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings. | ||
| 919 | |||
| 920 | 2004-04-21 Lars Hansen <larsh@math.ku.dk> | ||
| 921 | |||
| 922 | * mh-e.el (mh-restore-desktop-buffer): Move from desktop.el. | ||
| 923 | Add Parameters. | ||
| 924 | |||
| 906 | 2004-04-14 Bill Wohler <wohler@newt.com> | 925 | 2004-04-14 Bill Wohler <wohler@newt.com> |
| 907 | 926 | ||
| 908 | * mh-utils.el (mh-show-mouse): s/EVENT/event/. Thanks to John Paul | 927 | * mh-utils.el (mh-show-mouse): s/EVENT/event/. Thanks to John Paul |
| @@ -9946,7 +9965,7 @@ | |||
| 9946 | bug that I accidentally introduced by adding an extra line when | 9965 | bug that I accidentally introduced by adding an extra line when |
| 9947 | cut and pasting my changes. | 9966 | cut and pasting my changes. |
| 9948 | 9967 | ||
| 9949 | * mh-func.el (compilation): Code rearrangement to remove compiler | 9968 | * mh-funcs.el (compilation): Code rearrangement to remove compiler |
| 9950 | warnings. | 9969 | warnings. |
| 9951 | 9970 | ||
| 9952 | * mh-mime.el (compilation): Code rearrangement to remove compiler | 9971 | * mh-mime.el (compilation): Code rearrangement to remove compiler |