aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e/ChangeLog
diff options
context:
space:
mode:
authorBill Wohler2006-01-11 19:50:07 +0000
committerBill Wohler2006-01-11 19:50:07 +0000
commit9c2cf222ca61e490c5fd52f712ffe3ec5a3e4da5 (patch)
treeab6930e9f90ae4505c62698842023b4b177c592b /lisp/mh-e/ChangeLog
parent4076cbf66cef35e6682dbdef56eb127d0bb0fdbf (diff)
downloademacs-9c2cf222ca61e490c5fd52f712ffe3ec5a3e4da5.tar.gz
emacs-9c2cf222ca61e490c5fd52f712ffe3ec5a3e4da5.zip
* Makefile (MH_E_SRC): Add mh-buffers.el.
* emacs/lisp/Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes can give some systems gas. Add new file mh-buffers.el. * emacs/lisp/mh-e/mh-buffers.el: New file. Contains constants and code from mh-index.el and mh-utils.el. * emacs/lisp/mh-e/mh-alias.el: * emacs/lisp/mh-e/mh-comp.el: * emacs/lisp/mh-e/mh-e.el: * emacs/lisp/mh-e/mh-funcs.el: * emacs/lisp/mh-e/mh-init.el: * emacs/lisp/mh-e/mh-junk.el: * emacs/lisp/mh-e/mh-mime.el: * emacs/lisp/mh-e/mh-print.el: * emacs/lisp/mh-e/mh-seq.el: Require new file mh-buffers.el. * emacs/lisp/mh-e/mh-index.el: Require new file mh-buffers.el. (mh-index-temp-buffer, mh-checksum-buffer): Move to new file mh-buffers.el. * emacs/lisp/mh-e/mh-utils.el: Require new file mh-buffers.el. (mh-temp-buffer, mh-temp-fetch-buffer) (mh-aliases-buffer, mh-folders-buffer, mh-help-buffer) (mh-info-buffer, mh-log-buffer, mh-mail-delivery-buffer) (mh-recipients-buffer, mh-sequences-buffer, mh-log-buffer-lines) (mh-truncate-log-buffer): Move to new file mh-buffers.el.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
-rw-r--r--lisp/mh-e/ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 6e7fd1ac7d7..4558c336e2a 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,5 +1,29 @@
12006-01-11 Bill Wohler <wohler@newt.com> 12006-01-11 Bill Wohler <wohler@newt.com>
2 2
3 * mh-buffers.el: New file. Contains constants and code from
4 mh-index.el and mh-utils.el.
5
6 * mh-alias.el:
7 * mh-comp.el:
8 * mh-e.el:
9 * mh-funcs.el:
10 * mh-init.el:
11 * mh-junk.el:
12 * mh-mime.el:
13 * mh-print.el:
14 * mh-seq.el: Require new file mh-buffers.el.
15
16 * mh-index.el: Require new file mh-buffers.el.
17 (mh-index-temp-buffer, mh-checksum-buffer): Move to new file
18 mh-buffers.el.
19
20 * mh-utils.el: Require new file mh-buffers.el.
21 (mh-temp-buffer, mh-temp-fetch-buffer)
22 (mh-aliases-buffer, mh-folders-buffer, mh-help-buffer)
23 (mh-info-buffer, mh-log-buffer, mh-mail-delivery-buffer)
24 (mh-recipients-buffer, mh-sequences-buffer, mh-log-buffer-lines)
25 (mh-truncate-log-buffer): Move to new file mh-buffers.el.
26
3 * mh-comp.el (mh-forward): Cosmetics on prompt when draft exists. 27 * mh-comp.el (mh-forward): Cosmetics on prompt when draft exists.
4 (mh-send-letter): Add -msgid to mh-send-args (closes SF #725425). 28 (mh-send-letter): Add -msgid to mh-send-args (closes SF #725425).
5 29