summaryrefslogtreecommitdiff
path: root/lisp/mh-e
Commit message (Expand)AuthorAgeFilesLines
* ; Normalize and add missing first and last linesStefan Kangas2021-04-191-2/+2
* ; Fix typos: emacs lisp -> Emacs LispStefan Kangas2021-04-161-1/+1
* ; Remove some useless commentsStefan Kangas2021-04-1624-48/+0
* Remove redundant #' before lambda in {calendar,erc,mh-e}/*.elStefan Kangas2021-04-093-40/+40
* Address some --without-x byte-compilation warningsBasil L. Contovounesios2021-03-261-2/+2
* * lisp/mh-e/: Take advice-remove of the newly enabled lexical-bindingStefan Monnier2021-03-262-12/+10
* Remove XEmacs support in lexical-bindingBill Wohler2021-03-251-6/+0
* Replace "(default %s)" with 'format-prompt'Gabriel do Nascimento Ribeiro2021-03-245-33/+17
* Convert many more links to use HTTPSStefan Kangas2021-03-242-22/+22
* * lisp/mh-e: Enable lexical-binding in all the filesStefan Monnier2021-03-2324-113/+114
* Prefer `declare` over a `put` of `list-indent-function`.Stefan Monnier2021-02-223-31/+19
* Fix typosMattias Engdegård2021-02-181-1/+1
* Don't set removed variable facemenu-unlisted-facesStefan Kangas2021-02-041-0/+1
* * lisp/gnus/mm-encode.el (mm-default-file-type): New nameStefan Monnier2021-01-301-2/+2
* Fix up previous mh-speed.el ignored variable changeLars Ingebrigtsen2021-01-221-4/+2
* Move the ‘declare’ form before the interactive spec in 10 functions.Juri Linkov2021-01-201-2/+2
* Update copyright year to 2021Paul Eggert2021-01-0127-27/+27
* Inhibit buffer hooks in temporary buffersBasil L. Contovounesios2020-12-201-2/+1
* Shorten over-wide docstrings in defcustomsStefan Kangas2020-12-191-1/+1
* Make XEmacs compat aliases easy-menu-{add,remove} obsoleteStefan Kangas2020-11-245-9/+11
* Remove redundant 'function's around lambdas in mh/*.elStefan Kangas2020-11-174-80/+73
* Don't quote lambdas in several placesStefan Kangas2020-11-121-3/+3
* Don't use obsolete variable write-contents-hooksStefan Kangas2020-10-271-1/+1
* Remove some Emacs 19 compat code and referencesStefan Kangas2020-10-251-2/+1
* ; Prefer https to http in more URLsStefan Kangas2020-10-241-1/+1
* ; Fix trivial typos in ChangeLogsStefan Kangas2020-10-031-12/+12
* Merge from origin/emacs-27Glenn Morris2020-10-022-2/+2
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-022-2/+2
* | ; Prefer https to http in many URLsStefan Kangas2020-10-012-54/+54
* | Don't quote lambdas in several placesStefan Kangas2020-10-011-2/+2
* | ; Fix typosStefan Kangas2020-09-212-3/+3
* | Default Emacs to UTF-8 instead of Latin-1Glenn Morris2020-09-121-1/+2
|/
* MH-E: alter content in mh-display-msg, not mh-show-modeStephen Gildea2020-02-011-3/+3
* Update documentation for mh-show-mode-hookStephen Gildea2020-02-012-5/+6
* Fix MH-E bug #470: Show buffer discards text propertiesStephen Gildea2020-01-041-8/+6
* Update copyright year to 2020Paul Eggert2020-01-0127-27/+27
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-113-4/+4
* lisp/*.el: Force non-nil result to t, to match docstringJuanma Barranquero2019-10-141-1/+2
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-212-17/+18
* Fix up the previous mh-mime warning suppressionLars Ingebrigtsen2019-09-182-61/+65
* Suppress some warnings about un-prefixed dynamic variablesLars Ingebrigtsen2019-09-171-55/+57
* * lisp/mh-e: Use cl-libStefan Monnier2019-08-0621-602/+549
* Fix compilation warning in mh-*.elLars Ingebrigtsen2019-07-292-2/+2
* Merge from origin/emacs-26Glenn Morris2019-07-061-3/+3
|\
| * ; Fix typo, insure -> ensure in ChangeLogsNoam Postavsky2019-07-051-3/+3
* | Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-2/+2
* | * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-2/+2
* | Remove Maintainer: when it duplicates Author:Paul Eggert2019-05-2614-14/+0
* | Fix regular-expression glitches and typosPaul Eggert2019-03-044-8/+8
* | Merge from origin/emacs-26Glenn Morris2019-02-202-11/+11
|\|