summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-group.el
Commit message (Expand)AuthorAge
* Keep the gnus active range current while getting articlesAndrew G Cohen2023-04-09
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* ; Fix typos (misspelled symbols)Stefan Kangas2022-11-21
* Remove redundant let-bindings of `inhibit-point-motion-hooks`Stefan Monnier2022-10-07
* Fix coding system problems in gnus-read-ephemeral-bug-groupLars Ingebrigtsen2022-10-02
* Make Gnus respect mode-line-buffer-identification-keymapVisuwesh2022-09-23
* Make point-at-eol and point-at-bol obsoleteStefan Kangas2022-08-23
* Delete obsolete variable gnus-secondary-serversStefan Kangas2022-07-16
* Remove the "retro" Gnus/Message tool barsLars Ingebrigtsen2022-04-30
* Fix gnus searching of native serversAndrew G Cohen2022-02-18
* Allow searching of nnselect (search) groupsAndrew G Cohen2022-02-11
* (byte-compile-eval): Adjust to changes in `load-history`Stefan Monnier2022-01-31
* Move the Gnus range functions to a new range.el fileLars Ingebrigtsen2022-01-17
* Merge from origin/emacs-28Eli Zaretskii2022-01-01
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* | Prefer the defcustom :risky property in gnusStefan Kangas2021-12-26
* | Use substitute-command-keys for literal key sequencesStefan Kangas2021-11-22
* | Adjust `defvar-keymap' and `define-keymap' to the new syntaxLars Ingebrigtsen2021-11-16
* | Fix more Gnus group key bindings recently changedLars Ingebrigtsen2021-10-12
* | Fix gnus-group-mode-map breakage from previous patchLars Ingebrigtsen2021-10-04
* | Convert some keymaps to defvar-keymapLars Ingebrigtsen2021-10-04
|/
* ; Adjust overly long docstrings to fit 80 charactersStefan Kangas2021-09-26
* ; Remove various duplicated wordsMattias EngdegÄrd2021-09-25
* Don't use `format' on strings without % format directivesLars Ingebrigtsen2021-09-21
* Docfix: use command substitution for 'universal-argument'Stefan Kangas2021-09-16
* Improve the gnus-group-default-list-level doc stringLars Ingebrigtsen2021-09-06
* Make `gnus-group-use-permanent-levels' work betterAllen Li2021-09-06
* Use string-replace instead of replace-regexp-in-stringMattias EngdegÄrd2021-08-08
* Follow-up toggle-subscription name changedickmao2021-07-29
* Rename Gnus -unsubscribe-group commands to -toggle-subscriptiondickmao2021-07-28
* Change the Gnus default to use `#' to toggle the process markAlex Bochannek2021-06-08
* Add new user option to Gnus to allow `#' to toggleAlex Bochannek2021-06-02
* Don't hard-code "~/.emacs.d/" in two more placesStefan Kangas2021-04-19
* Remove redundant #' before lambda in GnusStefan Kangas2021-04-01
* Do `interactive' mode markup in all Gnus filesLars Ingebrigtsen2021-02-14
* * lisp/gnus/gnus-group.el: Fix a regression due to lexical scopingStefan Monnier2021-02-02
* * lisp/gnus/gnus-group.el: Defvar all the `gnus-tmp-*` varsStefan Monnier2021-01-31
* * lisp/gnus: Use closures now that we activated `lexical-binding`Stefan Monnier2021-01-30
* * lisp/gnus: Use lexical-binding in all the filesStefan Monnier2021-01-30
* * lisp/gnus: Misc simplifications found during conversion to lexicalStefan Monnier2021-01-30
* * lisp/gnus: Quote functions with #'Stefan Monnier2021-01-30
* Update copyright year to 2021Paul Eggert2021-01-01
* Shorten over-wide docstrings in defcustomsStefan Kangas2020-12-19
* Use the proper face for the Gnus mode line idLars Ingebrigtsen2020-12-08
* Prefer setq-local in gnus/*.elStefan Kangas2020-12-07
* Make sure Gnus search groups search topics recursivelyEric Abrahamsen2020-11-13
* Add more protections to gnus-search query parsingEric Abrahamsen2020-11-08
* Various fixes and backward compatibility for gnus-searchEric Abrahamsen2020-11-07
* New gnus-search libraryEric Abrahamsen2020-11-03
* Clean up group-finding in Gnus nnir searchAndrew G Cohen2020-09-11