summaryrefslogtreecommitdiff
path: root/lisp/gnus/mml.el
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix problem with non-ASCII MML description stringsLars Ingebrigtsen2019-09-301-6/+8
* Allow the user to specify Content-type in Message modeLars Ingebrigtsen2019-09-211-10/+9
* In Message, respect Content-Type provided by the userLars Ingebrigtsen2019-07-041-0/+8
* Remove XEmacs compat code from mml.el that gave a compilation warningLars Ingebrigtsen2019-06-131-1/+0
* (mml-generate-mime-1): Remove XEmacs compat codeLars Ingebrigtsen2019-05-191-3/+1
* Make mml respect the "recipient-filename" parameterLars Ingebrigtsen2019-05-131-2/+8
* Stop using message-default-charset (Bug#35370)Noam Postavsky2019-05-101-3/+1
* Change Gnus hash tables into real hash tablesEric Abrahamsen2019-03-221-1/+1
* Merge from origin/emacs-26Glenn Morris2019-02-151-2/+4
|\
| * Work for empty MIME attachments (related to bug#34387)Katsumi Yamaoka2019-02-141-2/+4
* | Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\ \ | |/
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-1/+1
* | gnus: replace cl with cl-libGlenn Morris2018-03-231-6/+6
* | Quieten without-x gnus compilationGlenn Morris2018-02-271-0/+3
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Revert mml-generate-mime-1 (bug#27141)Katsumi Yamaoka2017-05-311-47/+43
* Fix charsets and encodings from non-file MIME partsLars Ingebrigtsen2017-01-271-19/+26
* Don't try to find charsets of non-text MIME partsLars Ingebrigtsen2017-01-271-5/+1
* Fix the previous mml patch betterLars Ingebrigtsen2017-01-261-3/+2
* Give a slight better error message in mml-minibuffer-read-fileLars Ingebrigtsen2017-01-261-1/+3
* Allow mml-attach-file to prompt lessLars Ingebrigtsen2017-01-261-4/+15
* Attach text files correctly in MessageLars Ingebrigtsen2017-01-251-12/+17
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Leading "*" in the doc of defvars is long obsolete.Glenn Morris2016-06-101-4/+6
* | Remove obsolete leading * from defcustom, defface doc strings.Glenn Morris2016-06-091-2/+2
* | Allow preserving EXIF rotations when sending HTML messagesLars Ingebrigtsen2016-05-291-10/+51
* | * lisp/gnus/mm-util.el: Remove the mm-string-as-multibyte alias.Lars Ingebrigtsen2016-02-141-1/+1
* | Fix problem with wrong encoding of non-ASCII message bodiesLars Ingebrigtsen2016-02-141-0/+1
* | Remove compat code from some mml filesLars Ingebrigtsen2016-02-141-6/+5
* | Remove XEmacs compat code from Gnus backendsLars Ingebrigtsen2016-02-121-51/+22
* | Remove XEmacs compat functions from mm-util.elLars Ingebrigtsen2016-02-121-4/+4
* | Remove gnus-make-local-hookLars Ingebrigtsen2016-02-111-2/+0
* | Remove Gnus compat names for mouse bindingsLars Ingebrigtsen2016-02-101-2/+1
|/
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Function declaration updates prompted by 'make check-declare'Glenn Morris2015-04-301-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* mml: Signal error on invalid <#secure> tagDaiki Ueno2014-09-291-1/+3
* lisp/gnus/mml.el: Require url when compilingKatsumi Yamaoka2014-03-241-0/+1
* Merge from Gnus git masterGnus developers2014-03-231-8/+57
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* lisp/gnus/mml.el (mml-minibuffer-read-description): Use `default' insted of `...Katsumi Yamaoka2013-04-041-2/+2
* lisp/gnus/mml.el (mml-minibuffer-read-description): Allow passing in a prefix...Kevin Layer2013-04-031-2/+2
* lisp/gnus/mml.el (mml-insert-part): Insert closing tagChristopher Schmidt2013-01-301-1/+3
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* Handle Mail mode correctly. Some code cleanup.Richard M. Stallman2012-09-171-28/+40
* Merge changes made in Gnus master ever since feature freezeGnus developers2012-06-261-4/+7