diff options
| author | Bill Wohler | 2006-01-14 02:05:23 +0000 |
|---|---|---|
| committer | Bill Wohler | 2006-01-14 02:05:23 +0000 |
| commit | 11db987fa8210ea303924adf4c362586fa6163d2 (patch) | |
| tree | 3530d5fc3eb9b941749081e00a4d6c3de97cb824 /lisp/mh-e/ChangeLog | |
| parent | 9f7f49fbb6ba5e70c5396dd58b0a3dcaf5ab97c4 (diff) | |
| download | emacs-11db987fa8210ea303924adf4c362586fa6163d2.tar.gz emacs-11db987fa8210ea303924adf4c362586fa6163d2.zip | |
* mh-search.el (mh-index-next-result-function): Add format to
docstring.
(mh-mairix-next-result): Use nil instead of () which doesn't stand out
as well.
(mh-pick-execute-search): Operate across all folders if no folder
given and recurse folder(s).
(mh-pick-next-result): Handle new output.
* mh-utils.el: (mh-collect-folder-names): Fix docstring.
(mh-children-p, mh-folder-list): New functions.
Diffstat (limited to 'lisp/mh-e/ChangeLog')
| -rw-r--r-- | lisp/mh-e/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 3f8c09ea6fe..d7293a94546 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2006-01-13 Bill Wohler <wohler@newt.com> | ||
| 2 | |||
| 3 | * mh-search.el (mh-index-next-result-function): Add format to | ||
| 4 | docstring. | ||
| 5 | (mh-mairix-next-result): Use nil instead of () which doesn't stand | ||
| 6 | out as well. | ||
| 7 | (mh-pick-execute-search): Operate across all folders if no folder | ||
| 8 | given and recurse folder(s). | ||
| 9 | (mh-pick-next-result): Handle new output. | ||
| 10 | |||
| 11 | * mh-utils.el: (mh-collect-folder-names): Fix docstring. | ||
| 12 | (mh-children-p, mh-folder-list): New functions. | ||
| 13 | |||
| 1 | 2006-01-12 Bill Wohler <wohler@newt.com> | 14 | 2006-01-12 Bill Wohler <wohler@newt.com> |
| 2 | 15 | ||
| 3 | * mh-search.el: New file containing contents of mh-index.el and | 16 | * mh-search.el: New file containing contents of mh-index.el and |