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