summaryrefslogtreecommitdiff
path: root/lisp/gnus/mml.el
Commit message (Expand)AuthorAgeFilesLines
* ; Fix typosStefan Kangas2022-11-201-1/+1
* Make message-mark-active-p obsolete in favor of mark-activeStefan Kangas2022-08-151-2/+1
* Doc fixes: don't mention EFSStefan Kangas2022-07-281-1/+1
* Drop support for XEmacs package EFSStefan Kangas2022-07-281-5/+2
* Be more resilient against invalid headers in mml-generate-mimeLars Ingebrigtsen2022-04-191-1/+2
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Adjust `defvar-keymap' and `define-keymap' to the new syntaxLars Ingebrigtsen2021-11-161-42/+34
* | Add new user option mml-attach-file-at-the-endLars Ingebrigtsen2021-11-041-6/+18
|/
* Avoid an infinite loop in mml-expand-html-into-multipart-relateddick2021-06-131-1/+1
* Do `interactive' mode tagging in the remaining lisp/gnus filesLars Ingebrigtsen2021-02-151-1/+1
* * lisp/gnus: Use lexical-binding in all the filesStefan Monnier2021-01-301-15/+26
* * lisp/gnus: Misc simplifications found during conversion to lexicalStefan Monnier2021-01-301-14/+18
* * lisp/gnus/mm-encode.el (mm-default-file-type): New nameStefan Monnier2021-01-301-4/+4
* * lisp/gnus: Quote functions with #'Stefan Monnier2021-01-301-5/+5
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Prefer setq-local in gnus/*.elStefan Kangas2020-12-071-2/+2
* Quote other suspicious characters in mml-insert-tag.Asher Gordon2020-08-241-1/+1
* Tweat how MML specifies the encoding of binary dataLars Ingebrigtsen2020-08-061-2/+2
* Implement a screenshot command for Message modeLars Ingebrigtsen2020-08-051-1/+12
* Merge from origin/emacs-27Glenn Morris2020-04-251-1/+1
|\
| * Don't let a code literal get modified in mml parsing (Bug#39884)Noam Postavsky2020-04-251-1/+1
* | Make previous mml-expand-html-into-multipart-related fix more generalJeremy Compostella2020-03-141-4/+3
* | Fix conversion of text/html->multipart/relatedJeremy Compostella2020-02-191-5/+14
|/
* 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
|\