aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e/ChangeLog
diff options
context:
space:
mode:
authorBill Wohler2006-02-28 23:54:53 +0000
committerBill Wohler2006-02-28 23:54:53 +0000
commit898dda92519dfdc671e5f0851f7ee3c14f05280f (patch)
treeceae94b7988c1057fbe3f4fc82eb4abb14f21050 /lisp/mh-e/ChangeLog
parent7dda19092fbe49defd431ef48f3f657a41504e1e (diff)
downloademacs-898dda92519dfdc671e5f0851f7ee3c14f05280f.tar.gz
emacs-898dda92519dfdc671e5f0851f7ee3c14f05280f.zip
(mh-folder-list): Fix problem with passing in a folder and getting
nothing back. Fix problem with passing in empty string and getting the entire filesystem (or infinite loop). Don't append slash to folder. These fixes fix problems observed with the pick search. Thanks to Thomas Baumann for the help (closes SF #1435381).
Diffstat (limited to 'lisp/mh-e/ChangeLog')
-rw-r--r--lisp/mh-e/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 84d9c0ada57..36a02532455 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -4,6 +4,11 @@
4 mh-image-directory. 4 mh-image-directory.
5 (mh-image-load-path): Access mh-image-directory instead of 5 (mh-image-load-path): Access mh-image-directory instead of
6 mh-image-load-path. 6 mh-image-load-path.
7 (mh-folder-list): Fix problem with passing in a folder and getting
8 nothing back. Fix problem with passing in empty string and getting
9 the entire filesystem (or infinite loop). Don't append slash to
10 folder. These fixes fix problems observed with the pick search.
11 Thanks to Thomas Baumann for the help (closes SF #1435381).
7 12
82006-02-27 Bill Wohler <wohler@newt.com> 132006-02-27 Bill Wohler <wohler@newt.com>
9 14