comparison lisp/mh-e/ChangeLog @ 90295:4b3d39451150

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-14 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 58-65) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 22-28) - Update from CVS - Merge from emacs--devo--0 - Update from CVS: lisp/gnus.el: Remove bogus comment.
author Miles Bader <miles@gnu.org>
date Sat, 11 Feb 2006 00:11:19 +0000
parents c5406394f567 156eafa22e3e
children 9e490faa9f6b
comparison
equal deleted inserted replaced
90294:c5406394f567 90295:4b3d39451150
1 2006-02-10 Bill Wohler <wohler@newt.com>
2
3 * mh-search.el (mh-search): Wrap code in (block mh-search ...)
4 rather than use defun*. XEmacs cannot create a proper autoload for
5 a defun*.
6
7 2006-02-09 Bill Wohler <wohler@newt.com>
8
9 * mh-utils.el (mh-folder-list): Don't replace "/*$" with "/" since
10 that causes an infinite loop on XEmacs.
11
12 * mh-compat.el(mh-replace-regexp-in-string): Add missing regexp
13 argument.
14
15 2006-02-08 Peter S Galbraith <psg@debian.org>
16
17 * mh-e.el (mh-invisible-header-fields-internal): Added entries
18 "X-BrightmailFiltered:", "X-Brightmail-Tracker:" and "X-Hashcash"
19
1 2006-02-04 Bill Wohler <wohler@newt.com> 20 2006-02-04 Bill Wohler <wohler@newt.com>
2 21
3 * mh-e.el (mh-inc-spool-list): Update example for Emacs 22 which 22 * mh-e.el (mh-inc-spool-list): Update example for Emacs 22 which
4 has an emacsclient command that supports --eval. I had read that 23 has an emacsclient command that supports --eval. I had read that
5 gnudoit was deprecated in favor of gnuclient anyway. 24 gnudoit was deprecated in favor of gnuclient anyway.