diff lisp/mh-e/ChangeLog @ 68212:0c77c0b9a620

* 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.
author Bill Wohler <wohler@newt.com>
date Mon, 16 Jan 2006 20:05:14 +0000
parents 3299c642df41
children a08b47775f9b
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog	Mon Jan 16 19:42:53 2006 +0000
+++ b/lisp/mh-e/ChangeLog	Mon Jan 16 20:05:14 2006 +0000
@@ -1,8 +1,25 @@
+2006-01-16  Bill Wohler  <wohler@newt.com>
+
+	* 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.
+
 2006-01-16  Mark D. Baushke  <mdb@gnu.org>
 
 	* mh-mime.el (mh-mime-display, mh-mm-inline-message): Fix use of
-	mm- functions for proper text=flowed handling. (SF #1273521)
-	(Patch contributed by Katsumi Yamaoka <yamaoka@jpl.org>.)
+	mm- functions for proper text=flowed handling (closes SF
+	#1273521). Patch contributed by Katsumi Yamaoka <yamaoka@jpl.org>.
 
 2006-01-15  Bill Wohler  <wohler@newt.com>