summaryrefslogtreecommitdiff
path: root/lisp/gnus/nnselect.el
Commit message (Expand)AuthorAgeFilesLines
* Further audits of single quotes in Lisp doc stringsLars Ingebrigtsen2022-05-241-1/+1
* Audit symbol quoting in Lisp doc stringsLars Ingebrigtsen2022-05-241-4/+4
* Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-221-2/+2
* ; gnus/nnselect must get headers from the right groupAndrew G Cohen2022-04-021-0/+1
* ; * lisp/gnus/nnselect.el (nnselect-get-artlist): Fix last change.Andrew G Cohen2022-03-261-1/+1
* Refactor gnus/nnselect artlist saving and gettingAndrew G Cohen2022-03-231-37/+70
* Improve propagation of gnus/nnselect group infoAndrew G Cohen2022-03-171-10/+20
* Fix bug in nnselect fetching new articles in a threadAndrew G Cohen2022-03-171-2/+9
* Fix wording and punctuation in recent Gnus documentation changesEli Zaretskii2022-03-041-2/+1
* Turn expiry on for nnselect groupsAndrew G Cohen2022-03-041-18/+26
* ; Fetch the nnselect-rescan parameter from the topic or groupAndrew G Cohen2022-03-041-1/+1
* Allow searching of nnselect (search) groupsAndrew G Cohen2022-02-111-1/+2
* nnselect.el: Speed up group info updatingAndrew G Cohen2022-02-081-53/+47
* Improve compression of article lists in gnus/nnselectAndrew G Cohen2022-02-041-18/+21
* Move the Gnus range functions to a new range.el fileLars Ingebrigtsen2022-01-171-15/+15
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Fix gnus search by message-idAndrew G Cohen2021-12-191-3/+2
* | Don't swallow gnus-search errors when creating nnselect groupsEric Abrahamsen2021-12-041-0/+4
|/
* Use condition-case-unless-debug in nnselect-runEric Abrahamsen2021-05-161-1/+1
* ; Remove some useless commentsStefan Kangas2021-04-161-1/+0
* Remove redundant #' before lambda in GnusStefan Kangas2021-04-011-34/+34
* Fix typosMattias EngdegÄrd2021-02-181-1/+1
* * lisp/gnus: Quote functions with #'Stefan Monnier2021-01-301-17/+21
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Remove ephemeral group on error or null resultAndrew G Cohen2020-11-101-2/+8
* New gnus-search libraryEric Abrahamsen2020-11-031-38/+53
* Fix some defcustom typesLars Ingebrigtsen2020-09-251-1/+2
* Improve mark handling in gnus nnselectAndrew G Cohen2020-09-231-75/+142
* Run gnus-parse-headers-hook when retrieving nnselect headersAndrew G Cohen2020-09-231-0/+1
* Use gnus-extra-headers in nnselect header parsingAndrew G Cohen2020-09-231-5/+6
* Clean up group-finding in Gnus nnir searchAndrew G Cohen2020-09-111-3/+1
* Allow editing articles in Gnus nnselect groupsAndrew G Cohen2020-09-111-0/+15
* Add aliases for recent Gnus nnselect changesAndrew G Cohen2020-09-071-2/+4
* Fix formatting of recent Gnus nnselect changesBasil L. Contovounesios2020-09-061-7/+7
* Introduce nnselect backend for gnusAndrew G Cohen2020-09-051-0/+864