aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e
diff options
context:
space:
mode:
authorGlenn Morris2014-01-14 22:06:07 -0500
committerGlenn Morris2014-01-14 22:06:07 -0500
commit39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415 (patch)
tree37e8094a0234f15293f9110b8bdd5805c69c9a13 /lisp/mh-e
parentdac696602de6984ff8e4ce9d6bac9d51ab735cde (diff)
downloademacs-39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415.tar.gz
emacs-39c871402ffc2f56bcb1f0c00b4c99ea5bfd7415.zip
ChangeLog fixes
Diffstat (limited to 'lisp/mh-e')
-rw-r--r--lisp/mh-e/ChangeLog4
-rw-r--r--lisp/mh-e/ChangeLog.121
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
36272005-10-06 Bill Wohler <wohler@newt.com>
3628
3629 * mh-loaddefs.el: Remove. Now generated automatically.
3630
36272005-10-04 Bill Wohler <wohler@newt.com> 36312005-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
1482005-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
1482005-07-19 Bill Wohler <wohler@newt.com> 1542005-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
9122004-04-26 Lars Hansen <larsh@math.ku.dk>
913
914 * mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
915
9162004-04-22 Lars Hansen <larsh@math.ku.dk>
917
918 * mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
919
9202004-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
9062004-04-14 Bill Wohler <wohler@newt.com> 9252004-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