summaryrefslogtreecommitdiff
path: root/lisp/gnus/nnselect.el
AgeCommit message (Expand)Author
2026-03-10Use single-arg form of `signal` to re-throw an errorStefan Monnier
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-02-23Prefer incf to cl-incf in gnus/*.elStefan Kangas
2025-02-23Prefer decf to cl-decfStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-04-15Fix errors when nnselect-always-regenerate is t (bug#61539)Andrew G Cohen
2023-04-15Improve gnus thread-referralAndrew G Cohen
2023-04-14Fix and cleanup nnselect-push-infoAndrew G Cohen
2023-04-12Expunge immediately when moving articles from nnimap groupsAndrew G Cohen
2023-04-11* lisp/gnus/nnselect.el (nnselect-push-info): Sort artlistAndrew G Cohen
2023-04-09Update gnus/nnselect marks only for current articlesAndrew G Cohen
2023-04-09Compute gnus/nnselect read articles from summary variablesAndrew G Cohen
2023-04-09Don't modify gnus group info when gnus-newsgroup-selection is nilAndrew G Cohen
2023-04-09* lisp/gnus/nnselect.el (nnselect-request-article): Check car of threadAndrew G Cohen
2023-03-26* lisp/gnus/nnselect.el (nnselect-request-thread): Correctly parse queries.Andrew G Cohen
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-05-24Further audits of single quotes in Lisp doc stringsLars Ingebrigtsen
2022-05-24Audit symbol quoting in Lisp doc stringsLars Ingebrigtsen
2022-04-22Audit quoting the quote character in doc stringsLars Ingebrigtsen
2022-04-02; gnus/nnselect must get headers from the right groupAndrew G Cohen
2022-03-26; * lisp/gnus/nnselect.el (nnselect-get-artlist): Fix last change.Andrew G Cohen
2022-03-23Refactor gnus/nnselect artlist saving and gettingAndrew G Cohen
2022-03-17Improve propagation of gnus/nnselect group infoAndrew G Cohen
2022-03-17Fix bug in nnselect fetching new articles in a threadAndrew G Cohen
2022-03-04Fix wording and punctuation in recent Gnus documentation changesEli Zaretskii
2022-03-04Turn expiry on for nnselect groupsAndrew G Cohen
2022-03-04; Fetch the nnselect-rescan parameter from the topic or groupAndrew G Cohen
2022-02-11Allow searching of nnselect (search) groupsAndrew G Cohen
2022-02-08nnselect.el: Speed up group info updatingAndrew G Cohen
2022-02-04Improve compression of article lists in gnus/nnselectAndrew G Cohen
2022-01-17Move the Gnus range functions to a new range.el fileLars Ingebrigtsen
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-19Fix gnus search by message-idAndrew G Cohen
2021-12-04Don't swallow gnus-search errors when creating nnselect groupsEric Abrahamsen
2021-05-16Use condition-case-unless-debug in nnselect-runEric Abrahamsen
2021-04-16; Remove some useless commentsStefan Kangas
2021-04-01Remove redundant #' before lambda in GnusStefan Kangas
2021-02-18Fix typosMattias EngdegÄrd
2021-01-30* lisp/gnus: Quote functions with #'Stefan Monnier
2021-01-01Update copyright year to 2021Paul Eggert
2020-11-10Remove ephemeral group on error or null resultAndrew G Cohen
2020-11-03New gnus-search libraryEric Abrahamsen
2020-09-25Fix some defcustom typesLars Ingebrigtsen
2020-09-23Improve mark handling in gnus nnselectAndrew G Cohen
2020-09-23Run gnus-parse-headers-hook when retrieving nnselect headersAndrew G Cohen
2020-09-23Use gnus-extra-headers in nnselect header parsingAndrew G Cohen
2020-09-11Clean up group-finding in Gnus nnir searchAndrew G Cohen