aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (Fdefine_charset_internal): Change the way ofKenichi Handa2008-03-271-0/+1
| | | | | registering charsets in Vcharset_order_list. (syms_of_charset): Make the charset `eight-bit' supplementary.
* (mh-invisible-header-fields-internal): Add Accreditor,Bill Wohler2008-03-182-4/+19
| | | | | | Seal-Send-Time (closes SF #1916032). (mh-invisible-header-fields, mh-invisible-header-fields-default): Update URL to bug report for users to report ignored fields.
* (mh-uncompface, mh-picon-file-contents): Use set-buffer-multibyte...Stefan Monnier2008-03-122-10/+14
| | | | | (mh-face-display-function, mh-x-image-display): ...rather than bind default-enable-multibyte-characters.
* Merge from emacs--rel--22Miles Bader2008-02-245-10/+33
|\ | | | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1074
| * (mh-make-seq, mh-seq-name): Use defsubst.Richard M. Stallman2008-02-062-4/+14
| |
| * (mh-do-in-gnu-emacs, mh-do-in-xemacs)Richard M. Stallman2008-02-061-2/+9
| | | | | | | | | | | | (with-mh-folder-updating, mh-in-show-buffer) (mh-iterate-on-messages-in-region, mh-iterate-on-range): (mh-do-at-event-location, mh-seq-msgs): Add debug decls.
| * *** empty log message ***Juanma Barranquero2008-02-051-0/+6
| |
| * *** empty log message ***Juanma Barranquero2008-02-052-4/+4
| |
* | (mh-send-letter): Call split-string on mh-send-args when sendingBill Wohler2008-02-232-3/+10
| | | | | | | | synchronously too.
* | (mh-invisible-header-fields-internal): Remove trailing whitespace.Bill Wohler2008-02-182-1/+7
| |
* | (mh-annotate-msg): Remove trailing whitespace.Bill Wohler2008-02-181-1/+1
| |
* | (mh-mml-to-mime): Don't look up sender if From absent. Fixes "WrongBill Wohler2008-01-301-6/+7
| | | | | | | | type argument: stringp, nil" error.
* | *** empty log message ***Bill Wohler2008-01-301-0/+5
| |
* | Merge from emacs--rel--22Miles Bader2008-01-0827-27/+28
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-987
| * Add 2008 to copyright years.Glenn Morris2008-01-0727-27/+27
| |
* | *** empty log message ***Juanma Barranquero2008-01-071-3/+2
| |
* | revert requiring mh-acros; remove mh-loaddefs insteadSam Steingold2007-12-042-5/+0
| |
* | Require mh-acros for mh-require-cl.Sam Steingold2007-12-032-0/+5
| |
* | (mail-strip-quoted-names): Autoload it.Glenn Morris2007-12-022-0/+5
| |
* | * eshell/esh-util.el (eshell-under-xemacs-p): Remove.Dan Nicolaescu2007-11-178-14/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * eshell/esh-mode.el (eshell-mode-syntax-table) (command-running-p): * eshell/esh-ext.el (eshell-external-command): * eshell/esh-cmd.el (require): * eshell/em-unix.el (eshell-plain-locate-behavior): * eshell/em-cmpl.el (eshell-cmpl-initialize): Replace eshell-under-xemacs-p with (featurep 'xemacs). * eshell/esh-mode.el (characterp,char-int): Remove unused conditional defaliases. * pcomplete.el (pcomplete-event-matches-key-specifier-p): Rename from event-matches-key-specifier-p, define unconditionally. (event-basic-type): Remove unused defalias. (pcomplete-show-completions): Use pcomplete-event-matches-key-specifier-p. * 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).
* | *** empty log message ***Bill Wohler2007-09-111-15/+19
| |
* | (Version, mh-version): Add +cvs to version.Bill Wohler2007-09-111-2/+2
| |
* | add mh-annotate-msg-hookStephen Gildea2007-08-253-8/+33
| |
* | (mh-folder-message-menu, mh-folder-mode-map): AddJeffrey C Honig2007-08-212-0/+14
| | | | | | | | | | folder mode support for mh-show-preferred-alternative. (Clooses SF 1777321).
* | (mh-show-preferred-alternative)Jeffrey C Honig2007-08-211-0/+15
| | | | | | | | | | | | | | | | (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).
* | (mh-invisible-header-fields-internal): Exclude Fax and Phone. PutJeffrey C Honig2007-08-212-12/+29
| | | | | | | | | | known exclusions as comments before the list and move parens to separate lines to aid in sorting. (Closes SF 1701231).
* | (mm-decode-body): remove explicit autoload ofJeffrey C Honig2007-08-212-1/+8
| | | | | | | | mh-alias-expand.
* | (mh-alias-expand): Set up automatic autoload ofJeffrey C Honig2007-08-211-0/+1
| | | | | | | | mh-alias-expand.
* | * mh-mime.el (message-options-set): Add missing autoloads from myJeffrey C Honig2007-08-202-0/+6
| | | | | | | | last change.
* | (mh-forward): Address SF 1730393. When forwardingJeffrey C Honig2007-08-202-1/+6
| | | | | | | | with mml, messages were included in reverse order.
* | (mh-mml-forward-message): Address SF 1378993 andJeffrey C Honig2007-08-202-10/+10
| | | | | | | | forward messages as inline attatchments.
* | * mh-e.el (mh-invisible-header-fields-internal): We want to showJeffrey C Honig2007-08-192-2/+5
| | | | | | | | Comments: and hide Comment:, not the other way around.
* | (mh-mml-to-mime): GPG requires e-mail addresses, notJeffrey C Honig2007-08-192-2/+20
| | | | | | | | | | aliases. So resolve aliases before passing addresses to GPG/PGP. Closes SF #649226.
* | (mh-invisible-header-fields-internal): Update with allJeffrey C Honig2007-08-192-49/+133
| | | | | | | | | | | | | | 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 list an RFC.
* | Merge from emacs--rel--22Miles Bader2007-08-134-3/+8
|\ \ | |/ | | | | Revision: emacs@sv.gnu.org/emacs--devo--0--patch-851
| * Replace `iff' in doc-strings and comments.Glenn Morris2007-08-083-3/+3
| |
| * Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-0/+5
| |
* | Merge from emacs--rel--22Miles Bader2007-07-2627-27/+31
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | Patches applied: * emacs--rel--22 (patch 70-73) - Update from CVS 2007-07-25 Glenn Morris <rgm@gnu.org> * Relicense all FSF files to GPLv3 or later. Revision: emacs@sv.gnu.org/emacs--devo--0--patch-828
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-0/+4
| |
| * Switch license to GPLv3 or later.Glenn Morris2007-07-2527-27/+27
| |
| * *** empty log message ***Juanma Barranquero2007-06-061-65/+69
| |
| * (mh-index-group-by-folder): Fix typos in docstrings.Juanma Barranquero2007-06-061-1/+1
| |
| * (mh-mh-directive-present-p): Fix typos in docstrings.Juanma Barranquero2007-06-061-1/+1
| |
* | (mh-display-color-cells): Fix on XEmacs 21.5b28. Thanks to HenriqueBill Wohler2007-07-112-4/+13
| | | | | | | | Martins for the help (closes SF #1749774).
* | *** empty log message ***Juanma Barranquero2007-06-061-65/+69
| |
* | (mh-index-group-by-folder): Fix typo in docstring.Juanma Barranquero2007-06-061-1/+1
| |
* | (mh-mh-directive-present-p): Fix typo in docstring.Juanma Barranquero2007-06-061-1/+1
|/
* Switch to standard GPL text for license.Glenn Morris2007-02-112-6/+32
|
* Add 2007 to copyright years.Glenn Morris2007-01-2127-27/+27
|
* Update copyright years.Glenn Morris2006-12-102-2/+2
|