Mercurial > emacs
comparison lisp/mh-e/ChangeLog @ 90361:a7364c1a561e
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-40
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 135-143)
- Update from CVS
- Merge from gnus--rel--5.10
* gnus--rel--5.10 (patch 49-55)
- Merge from emacs--devo--0
- Update from CVS
- Update from CVS: Makefile.in (release-*): New targets.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Thu, 09 Mar 2006 07:15:37 +0000 |
parents | 5754737d1e04 7b2c4c12503a |
children | 494bf720eaf0 |
comparison
equal
deleted
inserted
replaced
90360:23b7c43b24ce | 90361:a7364c1a561e |
---|---|
1 2006-03-06 Bill Wohler <wohler@newt.com> | |
2 | |
3 * mh-e.el (Version, mh-version): Add +cvs to version. | |
4 | |
5 2006-03-05 Satyaki Das <satyaki@theforce.stanford.edu> | |
6 | |
7 * mh-search.el (mh-index-update-single-msg): Fix a bug in the | |
8 handling of duplicate messages. The test in cond was too strong | |
9 and wasn't catching the case where origin-map was nil. | |
10 | |
11 2006-03-05 Bill Wohler <wohler@newt.com> | |
12 | |
13 Release MH-E version 7.93. | |
14 | |
15 * mh-e.el (Version, mh-version): Update for release 7.93. | |
16 | |
17 2006-03-05 Bill Wohler <wohler@newt.com> | |
18 | |
19 * mh-folder.el (mh-folder-mode): Drop 'load-path argument when | |
20 calling mh-image-load-path-for-library since this is the default. | |
21 | |
22 * mh-letter.el (mh-letter-mode): Ditto. | |
23 | |
24 * mh-utils.el (mh-logo-display): Ditto. | |
25 | |
26 2006-03-04 Bill Wohler <wohler@newt.com> | |
27 | |
28 * mh-compat.el (mh-image-load-path-for-library): Move here from | |
29 mh-utils.el and wrap with mh-defun-compat since this function will | |
30 be soon added to image.el. | |
31 | |
32 * mh-utils.el (mh-image-load-path-for-library): Move to | |
33 mh-compat.el. | |
34 (mh-normalize-folder-name): Add return-nil-if-folder-empty | |
35 argument which is useful when calling mh-normalize-folder-name to | |
36 process the folder argument for the folders command. | |
37 (mh-sub-folders): Use new flag to mh-normalize-folder-name to make | |
38 this function more robust. It could too easily list the folders in | |
39 /. | |
40 (mh-folder-list): Fix a couple of problems pointed out by Thomas | |
41 Baumann. Set folder to nil if empty. Don't append "/" if folder | |
42 nil. | |
43 | |
44 2006-03-03 Bill Wohler <wohler@newt.com> | |
45 | |
46 * mh-folder.el (mh-folder-mode): Rename mh-image-load-path to | |
47 mh-image-load-path-for-library. | |
48 | |
49 * mh-letter.el (mh-letter-mode): Rename mh-image-load-path to | |
50 mh-image-load-path-for-library. | |
51 | |
52 * mh-utils.el (mh-image-load-path): Rename to | |
53 mh-image-load-path-for-library. Add example to docstring. Rename | |
54 local variable mh-image-directory to image-directory. Move error | |
55 checks to default case in cond and simplify. | |
56 | |
57 * mh-comp.el (mh-send-letter, mh-insert-auto-fields): Sync | |
58 docstrings with manual. | |
59 | |
1 2006-03-02 Bill Wohler <wohler@newt.com> | 60 2006-03-02 Bill Wohler <wohler@newt.com> |
2 | 61 |
3 * mh-folder.el (mh-tool-bar-init): Autoload. | 62 * mh-folder.el (mh-tool-bar-init): Autoload. |
4 (mh-folder-mode): Call mh-tool-bar-init conditionally in XEmacs. | 63 (mh-folder-mode): Call mh-tool-bar-init conditionally in XEmacs. |
5 Set scoped variables image-load-path and load-path with updated | 64 Set scoped variables image-load-path and load-path with updated |
18 messages per conventions. | 77 messages per conventions. |
19 (mh-tool-bar-folder-buttons-init) | 78 (mh-tool-bar-folder-buttons-init) |
20 (mh-tool-bar-letter-buttons-init): Don't call mh-image-load-path. | 79 (mh-tool-bar-letter-buttons-init): Don't call mh-image-load-path. |
21 (mh-tool-bar-define call): Format. | 80 (mh-tool-bar-define call): Format. |
22 | 81 |
23 * mh-utils.el (mh-image-directory, | 82 * mh-utils.el (mh-image-directory) |
24 mh-image-load-path-called-flag): Delete. | 83 (mh-image-load-path-called-flag): Delete. |
25 (mh-image-load-path): Incorporate changes from Gnus team. Biggest | 84 (mh-image-load-path): Incorporate changes from Gnus team. Biggest |
26 changes are that it no longer uses/sets mh-image-directory or | 85 changes are that it no longer uses/sets mh-image-directory or |
27 mh-image-load-path-called-flag, and returns the updated path | 86 mh-image-load-path-called-flag, and returns the updated path |
28 rather than change it. | 87 rather than change it. |
29 (mh-logo-display): Change usage of mh-image-load-path. | 88 (mh-logo-display): Change usage of mh-image-load-path. |