aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus (follow)
Commit message (Expand)AuthorAgeFilesLines
* Improvements to message-syntax-checks docs and optionsEric Abrahamsen2021-04-131-10/+14
* * lisp/**/*.el: Avoid positional args to `define-minor-mode`Stefan Monnier2021-04-111-3/+1
* * lisp/gnus/message.el: Give non-nil defaults for function varsStefan Monnier2021-04-111-90/+90
* * lisp/gnus/nnagent.el: Fix spurious empty line at BOBStefan Monnier2021-04-101-1/+0
* Obsolete local set difference functions in favor of seq-differenceStefan Kangas2021-04-056-27/+17
* Replace local intersection functions with seq-intersectionStefan Kangas2021-04-054-10/+7
* Remove redundant #' before lambda in GnusStefan Kangas2021-04-018-73/+73
* Address some --without-x byte-compilation warningsBasil L. Contovounesios2021-03-262-4/+5
* Replace "(default %s)" with 'format-prompt'Gabriel do Nascimento Ribeiro2021-03-241-17/+14
* Convert many more links to use HTTPSStefan Kangas2021-03-245-5/+5
* Remove support for Syndic8.com, defunct since 2013Stefan Kangas2021-03-201-54/+6
* Remove Gnus specific .dir-locals.elStefan Kangas2021-03-201-4/+0
* * lisp/gnus/nnmh.el (nnmh-newsgroup-articles): Declare varStefan Monnier2021-03-118-16/+22
* Highlight the entire summary line for selected articlesKévin Le Gouguec2021-03-101-2/+2
* Remove some items obsolete since Emacs 22/23 from GnusStefan Kangas2021-03-077-39/+6
* Minor fixes after preloading easymenuStefan Kangas2021-02-271-1/+0
* Function-quote completion property of declare formBasil L. Contovounesios2021-02-261-1/+1
* Make message-mailto work for emacsclientRobert Pluim2021-02-231-3/+4
* Fix typosMattias Engdegård2021-02-182-9/+9
* Do `interactive' mode tagging in the remaining lisp/gnus filesLars Ingebrigtsen2021-02-1510-102/+109
* Do `interactive' mode markup in all Gnus filesLars Ingebrigtsen2021-02-1430-828/+932
* Remove stale comments from gnus-msg.elBasil L. Contovounesios2021-02-131-8/+0
* * lisp/gnus/gnus-topic.el: Fix a backward incompatibilityStefan Monnier2021-02-084-15/+16
* Run Gnus group names through regexp-quote when matching resultsEric Abrahamsen2021-02-081-6/+8
* ; Minor license statement fixesStefan Kangas2021-02-081-3/+5
* Fix noninteractive gnus-article-press-buttonLars Ingebrigtsen2021-02-081-1/+2
* Fix namazu search result parsing in gnus-searchEric Abrahamsen2021-02-071-0/+1
* Fix spurious warnings from unwise condition order in inlined codeMattias Engdegård2021-02-061-4/+3
* Fix TEXT check in gnus-search IMAP searchEric Abrahamsen2021-02-061-1/+1
* Warn in message.el when sending encryptable mailLars Ingebrigtsen2021-02-062-6/+13
* * lisp/gnus/gnus-art.el: Fix misuse of `standard-value`.Stefan Monnier2021-02-021-4/+3
* * lisp/gnus/gnus-group.el: Fix a regression due to lexical scopingStefan Monnier2021-02-021-17/+14
* Prefer defvar-local in remaining librariesStefan Kangas2021-02-021-4/+2
* * lisp/gnus/gnus-group.el: Defvar all the `gnus-tmp-*` varsscratch/lexical-gnusStefan Monnier2021-01-311-11/+19
* * lisp/gnus: Use closures now that we activated `lexical-binding`scratch/lexical-gnus-rcStefan Monnier2021-01-3018-242/+256
* * lisp/gnus: Use lexical-binding in all the filesStefan Monnier2021-01-3090-667/+780
* * lisp/gnus: Misc simplifications found during conversion to lexicalStefan Monnier2021-01-3023-398/+374
* * lisp/gnus: Remove redundant `:group` argsStefan Monnier2021-01-3027-327/+130
* * lisp/gnus: Demote some macros and defsubsts, plus a fixStefan Monnier2021-01-303-16/+16
* * lisp/gnus: Use `with-current-buffer` at a few more placesStefan Monnier2021-01-3011-145/+126
* * lisp/gnus/gnus-msg.el: Remove empty `unwind-protect`sStefan Monnier2021-01-301-57/+50
* * lisp/gnus/mm-encode.el (mm-default-file-type): New nameStefan Monnier2021-01-304-11/+14
* * lisp/gnus: Quote functions with #'Stefan Monnier2021-01-3067-497/+512
* * lisp/gnus/gnus-art.el: Add `event` args and operate at its position.Stefan Monnier2021-01-301-173/+194
* * lisp/gnus: Use `declare`.Stefan Monnier2021-01-309-208/+108
* Fix Gnus icalendar button navigationLars Ingebrigtsen2021-01-281-0/+1
* Revert "Allow gnus-retrieve-headers to return headers directly"Eric Abrahamsen2021-01-267-264/+516
* Fix insertion logic of newly subscribed Gnus groupsEric Abrahamsen2021-01-241-4/+6
* Properly initialize gnus-search-namazu-index-directoryEric Abrahamsen2021-01-231-0/+1
* Make nnml handle invalid non-ASCII headers more consistentlyLars Ingebrigtsen2021-01-221-0/+16