summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-art.el
Commit message (Expand)AuthorAgeFilesLines
* ; Fix typosStefan Kangas2022-11-231-5/+5
* ; Remove redundant declares of w3m-minor-mode-mapStefan Kangas2022-10-291-1/+0
* Remove redundant let-bindings of `inhibit-point-motion-hooks`Stefan Monnier2022-10-071-115/+91
* Prefer defvar-keymap in several casesStefan Kangas2022-09-131-10/+6
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-16/+17
* ; * lisp/gnus/gnus-art.el: Delete stale comments.Stefan Kangas2022-08-081-3/+1
* avoid error when message-fetch-field returns nilSam Steingold2022-07-261-2/+2
* string-equal-ignore-case: new functionSam Steingold2022-07-261-6/+6
* Fix missing :value with defcustom const :typeStefan Kangas2022-07-061-3/+3
* Quote some literal keys to get help-key-binding faceStefan Kangas2022-07-031-1/+1
* Make Gnus address checking more resilientLars Ingebrigtsen2022-01-311-1/+2
* Fix gnus-article-truncate-lines doc stringLars Ingebrigtsen2022-01-241-3/+1
* Rename the textsec-check function to textsec-suspicious-pLars Ingebrigtsen2022-01-201-1/+1
* Make article--check-suspicious-addresses more resilientLars Ingebrigtsen2022-01-201-1/+2
* Make article--check-suspicious-addresses more resilientLars Ingebrigtsen2022-01-191-6/+6
* Make Gnus check for suspicious headersLars Ingebrigtsen2022-01-191-9/+51
* Move the Gnus range functions to a new range.el fileLars Ingebrigtsen2022-01-171-1/+2
* Don't do Gnus article emphasis in text/html partsLars Ingebrigtsen2022-01-121-2/+4
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
| * Fix `C-h k' in gnus-article-mode (don't merge)Lars Ingebrigtsen2021-11-141-4/+4
| * Make message/rfc822 on buttons work again in GnusLars Ingebrigtsen2021-10-291-20/+21
* | Prefer the defcustom :risky property in gnusStefan Kangas2021-12-261-4/+4
* | verify signed content in smime encrypted and signed messageSebastian Fieber2021-12-241-13/+70
* | * lisp/gnus/gnus-art.el (gnus--variable-pitch-p): Don't error out if face nilFilipp Gunbin2021-12-021-5/+6
* | Add new face `variable-pitch-text'Lars Ingebrigtsen2021-12-011-1/+1
* | Enable gnus-treat-fold-headers by defaultLars Ingebrigtsen2021-12-011-2/+2
* | Use proportional fonts in the Gnus headers by defaultLars Ingebrigtsen2021-12-011-2/+12
* | Tweak gnus-art key bindingLars Ingebrigtsen2021-11-281-1/+1
* | Add new face `gnus-header'Lars Ingebrigtsen2021-11-261-13/+23
* | Adjust `defvar-keymap' and `define-keymap' to the new syntaxLars Ingebrigtsen2021-11-161-53/+52
* | Fix `C-h k' in gnus-article-modeLars Ingebrigtsen2021-11-141-4/+4
* | Make gnus-article-stop-animations obsoleteLars Ingebrigtsen2021-11-121-1/+1
* | Add a Gnus command to emojize symbolsLars Ingebrigtsen2021-11-041-0/+30
* | Make message/rfc822 on buttons work again in GnusLars Ingebrigtsen2021-10-291-20/+22
* | Merge from origin/emacs-28Glenn Morris2021-10-211-2/+6
|\|
| * * lisp/help.el (help--analyze-key): Add new arg BUFFER (bug#51173).Juri Linkov2021-10-201-2/+6
* | Reparent `gnus-article-mode-map' againLars Ingebrigtsen2021-10-061-0/+1
* | Finish conversion of Gnus from `gnus-define-keys'Lars Ingebrigtsen2021-10-061-78/+70
* | Use format-prompt for many more promptsStefan Kangas2021-10-051-7/+6
|/
* Fix usage of `format' in `article-verify-x-pgp-sig'Lars Ingebrigtsen2021-09-211-1/+1
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-10/+9
* Add a new Gnus command to toggle whether to use fonts in shrAlex Bochannek2021-09-071-0/+8
* Use string-search instead of string-match[-p]Mattias EngdegÄrd2021-08-091-1/+1
* Use string-replace instead of replace-regexp-in-stringMattias EngdegÄrd2021-08-081-1/+1
* Fix issue with mml-preview from outside GnusLars Ingebrigtsen2021-07-301-2/+3
* Allow using `mm-inline-message' from other mail clients than GnusLars Ingebrigtsen2021-07-061-1/+22
* * lisp/gnus/gnus-art.el: Don't sneak dynbound code via quotingStefan Monnier2021-06-011-68/+76
* Alter `gnus-article-show-images' to re-display with images installedLars Ingebrigtsen2021-04-301-0/+4
* Replace local intersection functions with seq-intersectionStefan Kangas2021-04-051-2/+3