summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-group.el
Commit message (Expand)AuthorAgeFilesLines
* Always set gnus-group property to a group nameBasil L. Contovounesios2019-04-121-55/+43
* Enable message saving to work when first use of Gnus (bug#35208)Katsumi Yamaoka2019-04-111-1/+5
* Make `jump to group' work even if it is not activated (bug#33653)Katsumi Yamaoka2019-04-091-1/+1
* Refactor Gnus group name extraction in group completing readEric Abrahamsen2019-04-011-24/+17
* Initiate gnus-active-hashtb before making ephemeral groupEric Abrahamsen2019-03-281-1/+2
* Fix text property bug in gnus-group-list-activeEric Abrahamsen2019-03-251-1/+1
* Change Gnus hash tables into real hash tablesEric Abrahamsen2019-03-221-159/+138
* Avoid some double-rounding of Lisp timestampsPaul Eggert2019-02-221-1/+1
* Don’t assume CURRENT_TIME_LISTPaul Eggert2019-02-101-6/+5
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Replace insignificant backquotesMichael Heerdegen2018-11-251-4/+4
* | Provide new gnus-mode, derive all gnus major modes from thisEric Abrahamsen2018-11-231-6/+2
* | When undoing a mark-as-read, display the group if it isn'tLars Ingebrigtsen2018-04-171-9/+10
* | (gnus-group-goto-group): Return correct value after previous patchLars Ingebrigtsen2018-04-171-5/+7
* | Fix inconsistent point movement in the Gnus group bufferLars Ingebrigtsen2018-04-161-45/+47
* | Divert to call `gnus-activate-group' with the SCAN argument setDaiki Ueno2018-04-151-3/+8
* | Abort Gnus exit if we have unsaved Message buffersLars Ingebrigtsen2018-04-151-0/+15
* | Fix calculation in gnus-update-group-mark-positionsLars Ingebrigtsen2018-04-151-1/+1
* | Rung new-news-hook from `M-g' in the Gnus summary bufferŁukasz Stelmach2018-04-121-0/+1
* | gnus: replace cl with cl-libGlenn Morris2018-03-231-2/+2
* | Quieten cl-lib related compiler warningsGlenn Morris2018-03-221-4/+3
* | Quieten without-x gnus compilationGlenn Morris2018-02-271-0/+2
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Merge from origin/emacs-26Michael Albinus2017-12-091-1/+1
|\ \ | |/
| * * lisp/gnus/gnus-group.el (gnus-group-mode-map):Katsumi Yamaoka2017-12-051-1/+1
* | Obsolete gnus-copy-sequence and gnus-last-elementEric Abrahamsen2017-11-241-2/+2
* | Marked groups should always be visible in *Group* bufferEric Abrahamsen2017-11-221-0/+2
* | Merge from origin/emacs-26Paul Eggert2017-11-021-6/+11
|\ \ | |/
| * Make an example code introduced in the Gnus info work (bug#29008)Katsumi Yamaoka2017-10-271-0/+2
| * Enable gnus-read-ephemeral-* to run multiple times (bug#29008)Katsumi Yamaoka2017-10-271-3/+8
| * Handle https url for debbugs mbox (Bug#28831)Noam Postavsky2017-10-211-3/+1
* | Prefer nil to (current-time) when either worksPaul Eggert2017-10-201-1/+1
|/
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-2/+2
* Don't add debbugs address to message body (bug#25896)Katsumi Yamaoka2017-03-021-7/+26
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Bring the Gnus Cloud package into working order.Ted Zlatanov2016-07-201-0/+9
* | Leading "*" in the doc of defvars is long obsolete.Glenn Morris2016-06-101-3/+5
* | Remove obsolete leading * from defcustom, defface doc strings.Glenn Morris2016-06-091-14/+14
* | Simplify now that float-time etc. are built-inPaul Eggert2016-05-081-1/+1
* | Allow reading Gnus reports from an offline cacheLars Ingebrigtsen2016-02-291-1/+5
* | Remove some compat functions from gmm-utils.elLars Ingebrigtsen2016-02-141-3/+2
* | Remove compat code that relies on (featurep 'mule)Lars Ingebrigtsen2016-02-141-1/+1
* | Sort groups before inserting them into the group bufferLars Ingebrigtsen2016-02-131-13/+14
* | Remove Gnus compat functions defined in gnus.elLars Ingebrigtsen2016-02-131-10/+10
* | Remove the gnus-union aliasLars Ingebrigtsen2016-02-131-1/+1
* | Remove the gnus-delete-alist aliasLars Ingebrigtsen2016-02-131-1/+1
* | Fix compat change in last check-inLars Ingebrigtsen2016-02-131-2/+1