summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-start.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/gnus/nnmh.el (nnmh-newsgroup-articles): Declare varStefan Monnier2021-03-111-3/+8
* Remove some items obsolete since Emacs 22/23 from GnusStefan Kangas2021-03-071-1/+0
* Do `interactive' mode markup in all Gnus filesLars Ingebrigtsen2021-02-141-2/+2
* * lisp/gnus: Misc simplifications found during conversion to lexicalStefan Monnier2021-01-301-5/+4
* * lisp/gnus: Use `with-current-buffer` at a few more placesStefan Monnier2021-01-301-58/+52
* * lisp/gnus: Quote functions with #'Stefan Monnier2021-01-301-3/+3
* Fix insertion logic of newly subscribed Gnus groupsEric Abrahamsen2021-01-241-4/+6
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Prefer setq-local in gnus/*.elStefan Kangas2020-12-071-8/+5
* Merge from origin/emacs-27Glenn Morris2020-09-091-2/+2
|\
| * ; Fix typos; change "Emacs-Lisp" to "Emacs Lisp"Stefan Kangas2020-09-021-2/+2
* | Introduce nnselect backend for gnusAndrew G Cohen2020-09-051-1/+1
* | Add basic D-Bus integration to GnusEric Abrahamsen2020-08-251-0/+3
* | Suppress relint false positive in gnus-start.elMattias EngdegÄrd2020-07-201-0/+1
* | Adjust naming convention for dependent Gnus sessionsLars Ingebrigtsen2020-07-171-41/+47
* | Fix some file-modes racesPaul Eggert2020-02-191-12/+10
* | * lisp/gnus/gnus-start.el (gnus-group-change-level): SimplifyStefan Monnier2020-01-041-9/+9
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Fix recent gnus-start.el breakageLars Ingebrigtsen2019-12-281-1/+1
* Fix compilation warning in gnus-start.elLars Ingebrigtsen2019-12-251-1/+0
* * lisp/gnus/gnus-start.el: Use lexical-bindingStefan Monnier2019-12-221-32/+27
* * lisp/gnus/gnus.el (gnus-info): Define with `cl-defstruct`Stefan Monnier2019-11-291-18/+17
* Put new Gnus groups in the completion tableLars Ingebrigtsen2019-09-291-0/+4
* Fix some file-mode racesPaul Eggert2019-09-161-3/+2
* The `gnus*-1' functions shouldn't be interactiveAlex Branham2019-08-251-3/+0
* Temporarily preserve encoded Gnus group names in Gnus filesEric Abrahamsen2019-08-031-12/+27
* Remove Gnus group name encoding/decodingEric Abrahamsen2019-08-031-13/+30
* Fix ordering of Gnus groups after yankingEric Abrahamsen2019-08-031-5/+3
* Small fix to writing Gnus dribble change-level entriesEric Abrahamsen2019-07-031-3/+5
* Simplify Gnus buffer liveness checking and killingBasil L. Contovounesios2019-05-301-12/+8
* Fix Gnus group sorting to use gnus-group-listEric Abrahamsen2019-05-191-9/+6
* Clear gnus-group-list when the newsrc-hashtb is recreatedEric Abrahamsen2019-04-191-1/+2
* Only encode Gnus group names if they come from symbol-nameEric Abrahamsen2019-04-181-8/+8
* Fix encoding and access of Gnus group namesEric Abrahamsen2019-04-081-6/+9
* Don't save Gnus' dummy.group to the .newsrc.eld fileEric Abrahamsen2019-03-251-1/+1
* Handle multiple possible types for Gnus group namesEric Abrahamsen2019-03-251-3/+6
* Change Gnus hash tables into real hash tablesEric Abrahamsen2019-03-221-277/+223
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | file-attributes cleanupPaul Eggert2018-09-231-6/+10
* | Remove call to string-as-unibyte in gnus-start.elLars Ingebrigtsen2018-04-151-4/+0
* | Remove call to string-as-unibyte from gnus-start.elLars Ingebrigtsen2018-04-151-1/+1
* | Modernise a Gnus function a bitLars Ingebrigtsen2018-04-141-9/+4
* | Make it possible to exit Gnus without saving .newsrc.eldLars Ingebrigtsen2018-04-121-63/+65
* | gnus: replace cl with cl-libGlenn Morris2018-03-231-12/+11
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Kill modified buffers silently when quitting (bug#26862)Katsumi Yamaoka2017-05-111-0/+6
* Remove gnus-boundpMark Oteiza2017-03-301-1/+1
* Only save .newsrc file if the native method is NNTPLars Ingebrigtsen2017-01-251-2/+7