aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus (follow)
Commit message (Expand)AuthorAgeFilesLines
* This mode is for group mode onlyLars Ingebrigtsen2021-02-131-1/+3
* Mark with the minor mode, not group modeLars Ingebrigtsen2021-02-131-40/+40
* Convert Gnus and eww to interactive ... modesLars Ingebrigtsen2021-02-1328-905/+968
* Remove redundant autoloadsLars Ingebrigtsen2021-02-121-9/+0
* Mark up more functionsLars Ingebrigtsen2021-02-122-7/+9
* There's no `declare' in lambdasLars Ingebrigtsen2021-02-121-1/+1
* Continue Gnus markupLars Ingebrigtsen2021-02-121-15/+21
* Continue markups in GnusLars Ingebrigtsen2021-02-124-5/+10
* Finish tagging gnus filesLars Ingebrigtsen2021-02-1110-149/+182
* Convert more Gnus commandsLars Ingebrigtsen2021-02-119-223/+220
* Convert a bunch of Gnus commands to use `command'Lars Ingebrigtsen2021-02-119-371/+376
* * 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
* Fix message.el build warning from previous changeLars Ingebrigtsen2021-01-211-1/+1
* Tweak previous message-forward-included-mime-headers changeLars Ingebrigtsen2021-01-211-1/+1
* Make Message respect header removal instructions moreLars Ingebrigtsen2021-01-211-11/+52
* Fix slow abbrev expansion in `message-mode' in some circumstancesLars Ingebrigtsen2021-01-191-16/+17
* Don't stop Gnus startup on password failuresLars Ingebrigtsen2021-01-191-1/+1
* Allow gnus-retrieve-headers to return headers directlyEric Abrahamsen2021-01-187-516/+264
* Fix possible prepending of "TEXT" to IMAP searchesEric Abrahamsen2021-01-111-5/+6
* Fix problem with non-ASCII characters in nnmaildirAlexandre Duret-Lutz2021-01-111-1/+2
* Respect message-forward-ignored-headers moreLars Ingebrigtsen2021-01-101-4/+8
* Revert recent mm-with-part changeLars Ingebrigtsen2021-01-101-14/+5
* Remove reference to gnus-bug-create-help-bufferEric Abrahamsen2021-01-091-1/+0