diff lisp/mh-e/ChangeLog @ 68929:3f537f106072

mh-compat.el (mh-image-search-load-path): Compatibility code. Emacs 21 and XEmacs don't have `image-search-load-path'. mh-utils.el (mh-image-load-path): Don't bail out on error if the images are already found.
author Peter Galbraith <galbraith@mixing.qc.dfo.ca>
date Thu, 16 Feb 2006 02:14:40 +0000
parents 156eafa22e3e
children 133a58334c29 428d132b4028
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog	Thu Feb 16 01:41:30 2006 +0000
+++ b/lisp/mh-e/ChangeLog	Thu Feb 16 02:14:40 2006 +0000
@@ -1,3 +1,11 @@
+2006-02-15  Peter S Galbraith  <psg@debian.org>
+
+	* mh-compat.el (mh-image-search-load-path): Compatibility code.
+	Emacs 21 and XEmacs don't have `image-search-load-path'.
+
+	* mh-utils.el (mh-image-load-path): Don't bail out on error if the
+	images are already found.
+
 2006-02-10  Bill Wohler  <wohler@newt.com>
 
 	* mh-search.el (mh-search): Wrap code in (block mh-search ...)