summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-sum.el
AgeCommit message (Expand)Author
2024-06-07; Fix typosStefan Kangas
2024-05-10Find correct parent for articles in gnusAndrew G Cohen
2024-01-21doc: Delete extraneous quotes around keysStefan Kangas
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-10-28Merge from origin/emacs-29Eli Zaretskii
2023-10-24Change news.gmane.org to news.gmane.ioStefan Kangas
2023-10-23Fix minor defcustom issues in Gnus (Bug#66715)Mauro Aranda
2023-10-13Have gnus-summary-limit-to-age operate on calendar daysEric Abrahamsen
2023-06-20Don't read all headers in gnus thread referral (bug#63842)Andrew G Cohen
2023-04-18* lisp/gnus/gnus-sum.el (gnus-summary-refer-thread): Fix limitingAndrew G Cohen
2023-04-15Improve gnus thread-referralAndrew G Cohen
2023-04-03; * lisp/gnus/gnus-sum.el (gnus-summary-move-article): Just setqAndrew G Cohen
2023-04-01Use completion when mark limiting in gnus summary buffersAndrew G Cohen
2023-04-01Track article while moving between gnus groupsAndrew G Cohen
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-10-07Remove redundant let-bindings of `inhibit-point-motion-hooks`Stefan Monnier
2022-09-23Make Gnus respect mode-line-buffer-identification-keymapVisuwesh
2022-08-23Make point-at-eol and point-at-bol obsoleteStefan Kangas
2022-08-02Remove duplicate key definitions from keymapsRobert Pluim
2022-07-20Prefer defvar-keymap in some trivial casesStefan Kangas
2022-07-03Quote some literal keys to get help-key-binding faceStefan Kangas
2022-04-30Remove the "retro" Gnus/Message tool barsLars Ingebrigtsen
2022-04-22Audit quoting the quote character in doc stringsLars Ingebrigtsen
2022-03-26; Restore regexp-quote for gnus subject matchAndrew G Cohen
2022-03-15Extract `gnus-collect-urls-from-article' from `gnus-summary-browse-url'Sam Steingold
2022-03-15Revert "New command `gnus-summary-browse-all-urls' bound to "v""Lars Ingebrigtsen
2022-03-14New command `gnus-summary-browse-all-urls' bound to "v"Sam Steingold
2022-02-20Add more bookmark typesMatthias Meulien
2022-01-17Move the Gnus range functions to a new range.el fileLars Ingebrigtsen
2022-01-15(gnus-summary-hide-thread): Fix thread hiding for dummy roots.Alex Bochannek
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-26Prefer the defcustom :risky property in gnusStefan Kangas
2021-12-21Fix gnus subject matching when subject is emptyAndrew G Cohen
2021-12-11Reimplement gnus-thread-header in LispMattias Engdegård
2021-12-05Prefer nil to (current-time) when either will doPaul Eggert
2021-11-16Adjust `defvar-keymap' and `define-keymap' to the new syntaxLars Ingebrigtsen
2021-11-12Make gnus-article-stop-animations obsoleteLars Ingebrigtsen
2021-11-04Add a Gnus command to emojize symbolsLars Ingebrigtsen
2021-10-24Don't unhide first thread if entering without selecting articleLars Ingebrigtsen
2021-10-06Fix up gnus-summary-mode-map after previous changeLars Ingebrigtsen
2021-10-05Convert more parts of Gnus from `gnus-define-keys' to `define-keymap'Lars Ingebrigtsen
2021-09-29Revert "Obsolete local set difference functions in favor of seq-difference"Lars Ingebrigtsen
2021-09-26; Adjust overly long docstrings to fit 80 charactersStefan Kangas
2021-09-16Docfix: use command substitution for 'universal-argument'Stefan Kangas
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-09-07Add a new Gnus command to toggle whether to use fonts in shrAlex Bochannek
2021-08-09Use string-search instead of string-match[-p]Mattias Engdegård
2021-08-08Use string-replace instead of replace-regexp-in-stringMattias Engdegård