comparison lisp/mh-e/ChangeLog @ 83487:414faf8dce4e

Merged from emacs@sv.gnu.org Patches applied: * emacs@sv.gnu.org/emacs--devo--0--patch-136 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-137 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-138 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-139 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/emacs--devo--0--patch-140 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-141 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-142 Update from CVS * emacs@sv.gnu.org/emacs--devo--0--patch-143 Merge from gnus--rel--5.10 * emacs@sv.gnu.org/gnus--rel--5.10--patch-49 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-50 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-51 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-52 Merge from emacs--devo--0 * emacs@sv.gnu.org/gnus--rel--5.10--patch-53 Update from CVS: Makefile.in (release-*): New targets. * emacs@sv.gnu.org/gnus--rel--5.10--patch-54 Update from CVS * emacs@sv.gnu.org/gnus--rel--5.10--patch-55 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-527
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 10 Mar 2006 11:23:32 +0000
parents a380ca43a190 7b2c4c12503a
children 0cdee8b991e1
comparison
equal deleted inserted replaced
83486:fc6efa09ea7a 83487:414faf8dce4e
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
1 2006-03-03 Bill Wohler <wohler@newt.com> 44 2006-03-03 Bill Wohler <wohler@newt.com>
2 45
3 * mh-folder.el (mh-folder-mode): Rename mh-image-load-path to 46 * mh-folder.el (mh-folder-mode): Rename mh-image-load-path to
4 mh-image-load-path-for-library. 47 mh-image-load-path-for-library.
5 48
34 messages per conventions. 77 messages per conventions.
35 (mh-tool-bar-folder-buttons-init) 78 (mh-tool-bar-folder-buttons-init)
36 (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.
37 (mh-tool-bar-define call): Format. 80 (mh-tool-bar-define call): Format.
38 81
39 * mh-utils.el (mh-image-directory, 82 * mh-utils.el (mh-image-directory)
40 mh-image-load-path-called-flag): Delete. 83 (mh-image-load-path-called-flag): Delete.
41 (mh-image-load-path): Incorporate changes from Gnus team. Biggest 84 (mh-image-load-path): Incorporate changes from Gnus team. Biggest
42 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
43 mh-image-load-path-called-flag, and returns the updated path 86 mh-image-load-path-called-flag, and returns the updated path
44 rather than change it. 87 rather than change it.
45 (mh-logo-display): Change usage of mh-image-load-path. 88 (mh-logo-display): Change usage of mh-image-load-path.