summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-agent.el
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-231-3/+3
* Move the Gnus range functions to a new range.el fileLars Ingebrigtsen2022-01-171-22/+23
* 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-21/+21
* | Convert more parts of Gnus from `gnus-define-keys' to `define-keymap'Lars Ingebrigtsen2021-10-051-45/+37
|/
* Fix agent directory deletionLars Ingebrigtsen2021-10-031-25/+6
* ; Adjust overly long docstrings to fit 80 charactersStefan Kangas2021-09-261-2/+2
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-10/+11
* * lisp/gnus: Use closures now that we activated `lexical-binding`Stefan Monnier2021-01-301-30/+27
* * lisp/gnus: Use lexical-binding in all the filesStefan Monnier2021-01-301-3/+3
* * lisp/gnus: Misc simplifications found during conversion to lexicalStefan Monnier2021-01-301-1/+1
* * lisp/gnus: Quote functions with #'Stefan Monnier2021-01-301-13/+14
* * lisp/gnus: Use `declare`.Stefan Monnier2021-01-301-10/+6
* Revert "Allow gnus-retrieve-headers to return headers directly"Eric Abrahamsen2021-01-261-121/+262
* Allow gnus-retrieve-headers to return headers directlyEric Abrahamsen2021-01-181-262/+121
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Fix some over-wide docstringsStefan Kangas2020-12-301-1/+2
* Prefer setq-local in gnus/*.elStefan Kangas2020-12-071-4/+4
* Remove redundant 'function's around lambdasStefan Kangas2020-11-171-16/+15
* Don't quote lambdas in several placesStefan Kangas2020-11-121-5/+5
* Revert "Don't eagerly store articles in the Agent by default"Lars Ingebrigtsen2020-10-091-1/+0
* ; Fix typosStefan Kangas2020-09-211-1/+1
* Don't eagerly store articles in the Agent by defaultLars Ingebrigtsen2020-09-131-0/+1
* Introduce nnselect backend for gnusAndrew G Cohen2020-09-051-1/+1
* Make old aliases to gnus-child* commands work before Gnus is loadedLars Ingebrigtsen2020-07-171-2/+6
* Adjust naming convention for dependent Gnus sessionsLars Ingebrigtsen2020-07-171-3/+10
* Merge from origin/emacs-27Glenn Morris2020-04-151-3/+4
|\
| * Fix edge case errors in filename-matching regexpsMattias EngdegÄrd2020-04-141-3/+4
* | Make sure that all gnus buffers are killed on exitSam Steingold2020-01-281-1/+1
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * lisp/gnus/gnus.el (gnus-info): Define with `cl-defstruct`Stefan Monnier2019-11-291-21/+19
* lisp/*.el: Fix typos and other trivial doc fixesJuanma Barranquero2019-09-211-3/+3
* Temporarily preserve encoded Gnus group names in Gnus filesEric Abrahamsen2019-08-031-40/+62
* Remove Gnus group name encoding/decodingEric Abrahamsen2019-08-031-37/+21
* Remove no-longer-needed integer overflow codePaul Eggert2019-07-221-14/+1
* Simplify Gnus buffer liveness checking and killingBasil L. Contovounesios2019-05-301-13/+16
* * lisp/gnus/nnheader.el (mail-header-*): Define via cl-defstructStefan Monnier2019-05-161-1/+1
* Fix stray call to make-vectorEric Abrahamsen2019-05-161-1/+1
* * lisp/gnus/gnus-agent.el (gnus-agent-fetch-articles): Use match-stringStefan Monnier2019-04-081-46/+45
* Change Gnus hash tables into real hash tablesEric Abrahamsen2019-03-221-139/+139
* 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-2/+2
* | Provide new gnus-mode, derive all gnus major modes from thisEric Abrahamsen2018-11-231-8/+2
* | file-attributes cleanupPaul Eggert2018-09-231-22/+32
* | gnus: replace cl with cl-libGlenn Morris2018-03-231-23/+18
* | Merge from origin/emacs-26Paul Eggert2018-03-201-1/+1
|\|