aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus/nnselect.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Prefer incf to cl-incf in gnus/*.elStefan Kangas2025-02-231-1/+1
* Prefer decf to cl-decfStefan Kangas2025-02-231-1/+1
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | Fix errors when nnselect-always-regenerate is t (bug#61539)Andrew G Cohen2023-04-151-133/+159
* | Improve gnus thread-referralAndrew G Cohen2023-04-151-86/+91
* | Fix and cleanup nnselect-push-infoAndrew G Cohen2023-04-141-110/+107
* | Expunge immediately when moving articles from nnimap groupsAndrew G Cohen2023-04-121-1/+2
* | * lisp/gnus/nnselect.el (nnselect-push-info): Sort artlistAndrew G Cohen2023-04-111-0/+1
* | Update gnus/nnselect marks only for current articlesAndrew G Cohen2023-04-091-7/+11
* | Compute gnus/nnselect read articles from summary variablesAndrew G Cohen2023-04-091-5/+6
* | Don't modify gnus group info when gnus-newsgroup-selection is nilAndrew G Cohen2023-04-091-57/+59
* | * lisp/gnus/nnselect.el (nnselect-request-article): Check car of threadAndrew G Cohen2023-04-091-1/+1
* | * lisp/gnus/nnselect.el (nnselect-request-thread): Correctly parse queries.Andrew G Cohen2023-03-261-1/+3
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* 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