summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-score.el
AgeCommit message (Expand)Author
2024-07-08Checkdoc fixes in `gnus/*.el`Stefan Kangas
2024-05-30Show all date options when adding Gnus scores interactivelyJakub Ječmínek
2024-02-17Provide better default value for date in Gnus scoringJakub Ječmínek
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-08-27Use ensure-list in many more placesStefan Kangas
2023-06-13Improve behavior of Gnus on AndroidPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-08-23Make point-at-eol and point-at-bol obsoleteStefan Kangas
2022-01-01Merge from origin/emacs-28Eli Zaretskii
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-12-05Prefer nil to (current-time) when either will doPaul Eggert
2021-11-22Use substitute-command-keys for literal key sequencesStefan Kangas
2021-10-05Convert more parts of Gnus from `gnus-define-keys' to `define-keymap'Lars Ingebrigtsen
2021-09-26; Adjust overly long docstrings to fit 80 charactersStefan Kangas
2021-09-16; Minor stylistic fixes found by checkdocStefan Kangas
2021-04-01Remove redundant #' before lambda in GnusStefan Kangas
2021-02-14Do `interactive' mode markup in all Gnus filesLars Ingebrigtsen
2021-01-30* lisp/gnus: Use lexical-binding in all the filesStefan Monnier
2021-01-30* lisp/gnus: Use `with-current-buffer` at a few more placesStefan Monnier
2021-01-30* lisp/gnus: Quote functions with #'Stefan Monnier
2021-01-01Update copyright year to 2021Paul Eggert
2020-12-19Shorten over-wide docstrings in defcustomsStefan Kangas
2020-12-07Prefer setq-local in gnus/*.elStefan Kangas
2020-09-17Allow user-defined scoring in GnusAlex Bochannek
2020-09-12Support scoring on article age interactively in GnusAlex Bochannek
2020-09-10Fix up < and > "date" scoring rules in GnusAlex Bochannek
2020-09-08Introduce a new Gnus scoring method (for article age)Alex Bochannek
2020-04-14Fix edge case errors in filename-matching regexpsMattias Engdegård
2020-01-01Update copyright year to 2020Paul Eggert
2019-11-11Fix some quoting glitches in doc stringsPaul Eggert
2019-05-30Simplify Gnus buffer liveness checking and killingBasil L. Contovounesios
2019-05-16* lisp/gnus/nnheader.el (mail-header-*): Define via cl-defstructStefan Monnier
2019-03-22Change Gnus hash tables into real hash tablesEric Abrahamsen
2019-02-22Avoid some double-rounding of Lisp timestampsPaul Eggert
2018-12-31Merge from origin/emacs-26Paul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-12-19Minor fixes/simplifications to time functionsPaul Eggert
2018-09-23file-attributes cleanupPaul Eggert
2018-04-12nil is no longer an allowed value for mm-inline-text-htmlLars Ingebrigtsen
2018-03-23gnus: replace cl with cl-libGlenn Morris
2018-03-04Spelling fixes (Bug#10068)Paul Eggert
2018-01-01Merge from origin/emacs-26Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-12-10Obsolete gnus-remove-if and gnus-remove-if-notEric Abrahamsen
2017-11-24Obsolete gnus-copy-sequence and gnus-last-elementEric Abrahamsen
2017-11-20Use message instead of gnus-message in gnus-summary-current-scoreEric Abrahamsen
2017-10-20Prefer nil to (current-time) when either worksPaul Eggert
2017-09-18Fix bug#28435: "all" score file is ignoredSam Steingold
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert