Mercurial > emacs
diff lisp/mh-e/ChangeLog @ 102537:6837adfb2772
m-v: use lists to pass things around rather than values.
author | Deepak Goel <deego@gnufans.org> |
---|---|
date | Fri, 13 Mar 2009 20:28:15 +0000 |
parents | 1bd3a37d9129 |
children | 385e9fee18a2 |
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog Fri Mar 13 20:04:11 2009 +0000 +++ b/lisp/mh-e/ChangeLog Fri Mar 13 20:28:15 2009 +0000 @@ -1,3 +1,25 @@ +2009-03-13 D. Goel <deego3@gmail.com> + + * mh-seq.el (mh-folder-size-flist): Use (values-list) in m-v call + to list. + + * mh-speed.el (mh-speed-parse-flists-output): Ditto. + * mh-xface.el (mh-face-display-function): Ditto. + * mh-search.el (mh-index-parse-search-regexp): Ditto. + + + * mh-thread.el (mh-thread-generate): Ditto. + + * mh-seq.el (mh-parse-flist-output-line): Return list rather than values. We + want to avoid emacs using m-v facilities. + (mh-folder-size-folder): Ditto. + (mh-parse-flist-output-line): Ditto. + * mh-thread.el (mh-thread-prune-subject): Ditto. + * mh-xface.el (mh-picon-get-image): Ditto. + (mh-picon-file-contents): Ditto. + * mh-search.el (mh-index-evaluate): Ditto. + + 2009-01-27 Bill Wohler <wohler@newt.com> * mh-funcs.el (mh-pack-folder): Fix docstring.