comparison lisp/mh-e/ChangeLog @ 102808:385e9fee18a2

Fix typos.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 31 Mar 2009 20:55:59 +0000
parents 6837adfb2772
children 8bd15ec1964f
comparison
equal deleted inserted replaced
102807:3d3813ad2fba 102808:385e9fee18a2
1 2009-03-13 D. Goel <deego3@gmail.com> 1 2009-03-13 D. Goel <deego3@gmail.com>
2 2
3 * mh-seq.el (mh-folder-size-flist): Use (values-list) in m-v call 3 * mh-seq.el (mh-folder-size-flist): Use (values-list) in m-v call
4 to list. 4 to list.
5 5
6 * mh-speed.el (mh-speed-parse-flists-output): Ditto. 6 * mh-speed.el (mh-speed-parse-flists-output): Ditto.
7 * mh-xface.el (mh-face-display-function): Ditto. 7 * mh-xface.el (mh-face-display-function): Ditto.
8 * mh-search.el (mh-index-parse-search-regexp): Ditto. 8 * mh-search.el (mh-index-parse-search-regexp): Ditto.
9 9
10
11 * mh-thread.el (mh-thread-generate): Ditto. 10 * mh-thread.el (mh-thread-generate): Ditto.
12 11
13 * mh-seq.el (mh-parse-flist-output-line): Return list rather than values. We 12 * mh-seq.el (mh-parse-flist-output-line): Return list rather than values.
14 want to avoid emacs using m-v facilities. 13 We want to avoid emacs using m-v facilities.
15 (mh-folder-size-folder): Ditto. 14 (mh-folder-size-folder): Ditto.
16 (mh-parse-flist-output-line): Ditto. 15 (mh-parse-flist-output-line): Ditto.
17 * mh-thread.el (mh-thread-prune-subject): Ditto. 16 * mh-thread.el (mh-thread-prune-subject): Ditto.
18 * mh-xface.el (mh-picon-get-image): Ditto. 17 * mh-xface.el (mh-picon-get-image): Ditto.
19 (mh-picon-file-contents): Ditto. 18 (mh-picon-file-contents): Ditto.
20 * mh-search.el (mh-index-evaluate): Ditto. 19 * mh-search.el (mh-index-evaluate): Ditto.
21
22 20
23 2009-01-27 Bill Wohler <wohler@newt.com> 21 2009-01-27 Bill Wohler <wohler@newt.com>
24 22
25 * mh-funcs.el (mh-pack-folder): Fix docstring. 23 * mh-funcs.el (mh-pack-folder): Fix docstring.
26 24