aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e/ChangeLog
diff options
context:
space:
mode:
authorBill Wohler2006-01-16 20:05:14 +0000
committerBill Wohler2006-01-16 20:05:14 +0000
commit8d2aa2377562f6c8f77e4cfe65a1fb8f1ac78cb6 (patch)
tree0213d2740d10426ef55e078abe495daa630e897c /lisp/mh-e/ChangeLog
parent9ac2e4e5236f040aa935860d5816da809bbd19e9 (diff)
downloademacs-8d2aa2377562f6c8f77e4cfe65a1fb8f1ac78cb6.tar.gz
emacs-8d2aa2377562f6c8f77e4cfe65a1fb8f1ac78cb6.zip
* mh-comp.el (mh-show-buffer-message-number): Replace (car
(read-from-string string) with (string-to-number string). * mh-e.el (mh-parse-flist-output-line, mh-folder-size-folder): Ditto. * mh-mime.el (mh-mml-forward-message): Ditto. * mh-search.el (mh-swish-next-result, mh-mairix-next-result) (mh-namazu-next-result, mh-grep-next-result, mh-md5sum-parser) (mh-openssl-parser, mh-index-update-maps): Ditto. * mh-seq.el (mh-translate-range, mh-narrow-to-header-field) (mh-thread-generate): Ditto.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
-rw-r--r--lisp/mh-e/ChangeLog21
1 files changed, 19 insertions, 2 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 8ecaf76b5ae..d31d3eebf99 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,8 +1,25 @@
12006-01-16 Bill Wohler <wohler@newt.com>
2
3 * mh-comp.el (mh-show-buffer-message-number): Replace (car
4 (read-from-string string) with (string-to-number string).
5
6 * mh-e.el (mh-parse-flist-output-line, mh-folder-size-folder):
7 Ditto.
8
9 * mh-mime.el (mh-mml-forward-message): Ditto.
10
11 * mh-search.el (mh-swish-next-result, mh-mairix-next-result)
12 (mh-namazu-next-result, mh-grep-next-result, mh-md5sum-parser)
13 (mh-openssl-parser, mh-index-update-maps): Ditto.
14
15 * mh-seq.el (mh-translate-range, mh-narrow-to-header-field)
16 (mh-thread-generate): Ditto.
17
12006-01-16 Mark D. Baushke <mdb@gnu.org> 182006-01-16 Mark D. Baushke <mdb@gnu.org>
2 19
3 * mh-mime.el (mh-mime-display, mh-mm-inline-message): Fix use of 20 * mh-mime.el (mh-mime-display, mh-mm-inline-message): Fix use of
4 mm- functions for proper text=flowed handling. (SF #1273521) 21 mm- functions for proper text=flowed handling (closes SF
5 (Patch contributed by Katsumi Yamaoka <yamaoka@jpl.org>.) 22 #1273521). Patch contributed by Katsumi Yamaoka <yamaoka@jpl.org>.
6 23
72006-01-15 Bill Wohler <wohler@newt.com> 242006-01-15 Bill Wohler <wohler@newt.com>
8 25