index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
gnus
/
gnus-agent.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
; Add 2024 to copyright years
Po Lu
2024-01-02
1
-1
/
+1
*
; Add 2023 to copyright years.
Eli Zaretskii
2023-01-01
1
-1
/
+1
*
Make point-at-eol and point-at-bol obsolete
Stefan Kangas
2022-08-23
1
-3
/
+3
*
Move the Gnus range functions to a new range.el file
Lars Ingebrigtsen
2022-01-17
1
-22
/
+23
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
Adjust `defvar-keymap' and `define-keymap' to the new syntax
Lars Ingebrigtsen
2021-11-16
1
-21
/
+21
*
|
Convert more parts of Gnus from `gnus-define-keys' to `define-keymap'
Lars Ingebrigtsen
2021-10-05
1
-45
/
+37
|
/
*
Fix agent directory deletion
Lars Ingebrigtsen
2021-10-03
1
-25
/
+6
*
; Adjust overly long docstrings to fit 80 characters
Stefan Kangas
2021-09-26
1
-2
/
+2
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-10
/
+11
*
* lisp/gnus: Use closures now that we activated `lexical-binding`
Stefan Monnier
2021-01-30
1
-30
/
+27
*
* lisp/gnus: Use lexical-binding in all the files
Stefan Monnier
2021-01-30
1
-3
/
+3
*
* lisp/gnus: Misc simplifications found during conversion to lexical
Stefan Monnier
2021-01-30
1
-1
/
+1
*
* lisp/gnus: Quote functions with #'
Stefan Monnier
2021-01-30
1
-13
/
+14
*
* lisp/gnus: Use `declare`.
Stefan Monnier
2021-01-30
1
-10
/
+6
*
Revert "Allow gnus-retrieve-headers to return headers directly"
Eric Abrahamsen
2021-01-26
1
-121
/
+262
*
Allow gnus-retrieve-headers to return headers directly
Eric Abrahamsen
2021-01-18
1
-262
/
+121
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
Fix some over-wide docstrings
Stefan Kangas
2020-12-30
1
-1
/
+2
*
Prefer setq-local in gnus/*.el
Stefan Kangas
2020-12-07
1
-4
/
+4
*
Remove redundant 'function's around lambdas
Stefan Kangas
2020-11-17
1
-16
/
+15
*
Don't quote lambdas in several places
Stefan Kangas
2020-11-12
1
-5
/
+5
*
Revert "Don't eagerly store articles in the Agent by default"
Lars Ingebrigtsen
2020-10-09
1
-1
/
+0
*
; Fix typos
Stefan Kangas
2020-09-21
1
-1
/
+1
*
Don't eagerly store articles in the Agent by default
Lars Ingebrigtsen
2020-09-13
1
-0
/
+1
*
Introduce nnselect backend for gnus
Andrew G Cohen
2020-09-05
1
-1
/
+1
*
Make old aliases to gnus-child* commands work before Gnus is loaded
Lars Ingebrigtsen
2020-07-17
1
-2
/
+6
*
Adjust naming convention for dependent Gnus sessions
Lars Ingebrigtsen
2020-07-17
1
-3
/
+10
*
Merge from origin/emacs-27
Glenn Morris
2020-04-15
1
-3
/
+4
|
\
|
*
Fix edge case errors in filename-matching regexps
Mattias EngdegÄrd
2020-04-14
1
-3
/
+4
*
|
Make sure that all gnus buffers are killed on exit
Sam Steingold
2020-01-28
1
-1
/
+1
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
* lisp/gnus/gnus.el (gnus-info): Define with `cl-defstruct`
Stefan Monnier
2019-11-29
1
-21
/
+19
*
lisp/*.el: Fix typos and other trivial doc fixes
Juanma Barranquero
2019-09-21
1
-3
/
+3
*
Temporarily preserve encoded Gnus group names in Gnus files
Eric Abrahamsen
2019-08-03
1
-40
/
+62
*
Remove Gnus group name encoding/decoding
Eric Abrahamsen
2019-08-03
1
-37
/
+21
*
Remove no-longer-needed integer overflow code
Paul Eggert
2019-07-22
1
-14
/
+1
*
Simplify Gnus buffer liveness checking and killing
Basil L. Contovounesios
2019-05-30
1
-13
/
+16
*
* lisp/gnus/nnheader.el (mail-header-*): Define via cl-defstruct
Stefan Monnier
2019-05-16
1
-1
/
+1
*
Fix stray call to make-vector
Eric Abrahamsen
2019-05-16
1
-1
/
+1
*
* lisp/gnus/gnus-agent.el (gnus-agent-fetch-articles): Use match-string
Stefan Monnier
2019-04-08
1
-46
/
+45
*
Change Gnus hash tables into real hash tables
Eric Abrahamsen
2019-03-22
1
-139
/
+139
*
Merge from origin/emacs-26
Paul Eggert
2018-12-31
1
-1
/
+1
|
\
|
*
Update copyright year to 2019
Paul Eggert
2019-01-01
1
-1
/
+1
*
|
Replace insignificant backquotes
Michael Heerdegen
2018-11-25
1
-2
/
+2
*
|
Provide new gnus-mode, derive all gnus major modes from this
Eric Abrahamsen
2018-11-23
1
-8
/
+2
*
|
file-attributes cleanup
Paul Eggert
2018-09-23
1
-22
/
+32
*
|
gnus: replace cl with cl-lib
Glenn Morris
2018-03-23
1
-23
/
+18
*
|
Merge from origin/emacs-26
Paul Eggert
2018-03-20
1
-1
/
+1
|
\
|
[next]