]> code.delx.au - gnu-emacs/blobdiff - lisp/mh-e/ChangeLog
(mh-send-letter): Call split-string on mh-send-args when sending
[gnu-emacs] / lisp / mh-e / ChangeLog
index 956f7b39cf1de2f3b13d9d304b5b3f6a39618ffa..462f938438792ac1707bd02ad41a9f9c6c8a841d 100644 (file)
@@ -1,3 +1,40 @@
+2008-02-24  Bill Wohler  <wohler@newt.com>
+
+       * mh-comp.el (mh-send-letter): Call split-string on mh-send-args
+       when sending synchronously too.
+
+2008-02-19  Bill Wohler  <wohler@newt.com>
+
+       * mh-comp.el (mh-annotate-msg):
+       * mh-e.el (mh-invisible-header-fields-internal): Remove trailing
+       whitespace.
+
+2008-01-30  Bill Wohler  <wohler@newt.com>
+
+       * mh-mime.el (mh-mml-to-mime): Don't look up sender if From
+       absent. Fixes "Wrong type argument: stringp, nil" error.
+
+2007-12-02  Glenn Morris  <rgm@gnu.org>
+
+       * mh-mime.el (mail-strip-quoted-names): Autoload it.
+
+2007-11-17  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * mh-e.el (mh-xemacs-flag): Remove.
+       (mh-min-colors-defined-flag):
+       * mh-xface.el (mh-show-xface-function):
+       * mh-utils.el (mh-colors-available-p):
+       * mh-show.el (mh-show-mode):
+       * mh-gnus.el (mh-gnus-local-map-property):
+       * mh-folder.el (mh-folder-mode-map)
+       (mh-remove-xemacs-horizontal-scrollbar, mh-folder-mode):
+       * mh-comp.el (mh-insert-x-mailer): Replace uses of mh-xemacs-flag
+       with (featurep 'xemacs).
+
+2007-09-11  Bill Wohler  <wohler@newt.com>
+
+       * mh-e.el (Version, mh-version): Add +cvs to version.
+
 2007-08-25  Stephen Gildea  <gildea@stop.mail-abuse.org>
 
        * mh-e.el (mh-annotate-msg-hook): New variable.
 2007-08-21  Jeffrey C Honig  <jch@honig.net>
 
        * mh-folder.el (mh-folder-message-menu, mh-folder-mode-map): Add
-       folder mode support for mh-show-preferred-alternative.  (Clooses
-       SF 1777321).
+       folder mode support for mh-show-preferred-alternative (closes SF
+       #1777321).
 
        * mh-show.el (mh-show-preferred-alternative)
        (mh-show-write-message-to-file, mh-show-message-menu)
        (mh-show-mode-map): Add mh-show-preferred-alternative (bound to
        ":") which will show the message's preferred alternative
-       overriding the users configured preference.  Useful for showing
-       HTML when text content is lacking.  (Closses SF 1777321).
+       overriding the users configured preference. Useful for showing
+       HTML when text content is lacking (closes SF #1777321).
 
-       * mh-e.el: 
-       (mh-invisible-header-fields-internal): Exclude Fax and Phone.  Put
+       * mh-e.el:
+       (mh-invisible-header-fields-internal): Exclude Fax and Phone. Put
        known exclusions as comments before the list and move parens to
-       separate lines to aid in sorting.  (Closes SF 1701231).
+       separate lines to aid in sorting (closes SF #1701231).
 
-       * mh-mime.el (mm-decode-body): remove explicit autoload of
+       * mh-mime.el (mm-decode-body): Remove explicit autoload of
        mh-alias-expand.
 
        * mh-alias.el (mh-alias-expand): Set up automatic autoload of
        * mh-mime.el (message-options-set): Add missing autoloads from my
        last change.
 
-       * mh-comp.el (mh-forward): Address SF 1730393.  When forwarding
-       with mml, messages were included in reverse order.
+       * mh-comp.el (mh-forward): When forwarding with mml, messages are
+       no longer included in reverse order (closes SF #1730393).
 
-       * mh-mime.el (mh-mml-forward-message): Address SF 1378993 and
-       forward messages as inline attatchments.
+       * mh-mime.el (mh-mml-forward-message): Forward messages as inline
+       attatchments (closes SF #1378993).
 
 2007-08-19  Jeffrey C Honig  <jch@honig.net>
 
        Comments: and hide Comment:, not the other way around.
 
        * mh-mime.el (mh-mml-to-mime): GPG requires e-mail addresses, not
-       aliases.  So resolve aliases before passing addresses to GPG/PGP.
-       Closes SF #649226.
+       aliases.  So resolve aliases before passing addresses to GPG/PGP
+       (closes SF #649226).
 
        * mh-e.el (mh-invisible-header-fields-internal): Update with all
        the entries from
        http://people.dsv.su.se/~jpalme/ietf/mail-headers, plus some of my
-       own.  I added attributions to entries we already had that did not
+       own. I added attributions to entries we already had that did not
        list an RFC.
 
 2007-08-08  Glenn Morris  <rgm@gnu.org>
 
        * mh-search.el (mh-index-new-folder): Use -2 suffix instead of <2>
        suffix for folder names, as <> are illegal filename characters on
-       Windows (closes SF #1507002).
+       Windows (closes SF #1507002).
 
 2006-06-05  Jacob Morzinski  <morzinski@MIT.EDU>  (tiny change)
 
 2006-02-03  Mark D. Baushke  <mdb@gnu.org>
 
        * mh-tool-bar.el: Add conditional require of 'tool-bar or 'toolbar
-       for gnu-emacs or xemacs to avoid void-variable tool-bar-map lisp
+       for GNU Emacs or XEmacs to avoid void-variable tool-bar-map lisp
        errors if describe-bindings is called before tool-bar-mode is used.
 
 2006-02-03  Peter S Galbraith  <psg@debian.org>
        * ChangeLog.1: New file.  Contains old ChangeLog.
 
 
-  Copyright (C) 2005, 2006, 2007  Free Software Foundation, Inc.
+  Copyright (C) 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.