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-sum.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don’t attempt to modify constant conses
Paul Eggert
2020-05-16
1
-3
/
+3
*
gnus-shorten-url: Improve and avoid args-out-of-range error
Štěpán Němec
2020-04-13
1
-7
/
+7
*
* lisp/gnus/gnus-sum.el (gnus-read-move-group-name): Use user-error
Stefan Monnier
2020-02-04
1
-1
/
+1
*
Make sure that all gnus buffers are killed on exit
Sam Steingold
2020-01-28
1
-1
/
+1
*
Prefer saying "Info manual" to "info page" in docs
Stefan Kangas
2020-01-23
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
-6
/
+6
*
Unify docstrings of Gnus summary's copy/move/crosspost article functions
Filipp Gunbin
2019-11-22
1
-7
/
+3
*
Fix Gnus summary backtab keybindings to use button-based functions
Eric Abrahamsen
2019-11-21
1
-2
/
+2
*
Fix some quoting glitches in doc strings
Paul Eggert
2019-11-11
1
-1
/
+1
*
Fix gnus-thread-hide-subtree defcustom
Lars Ingebrigtsen
2019-10-25
1
-1
/
+1
*
Add new Gnus summary commands and keystrokes for "unseen" navigation
Lars Ingebrigtsen
2019-09-29
1
-0
/
+35
*
Run gnus-summary-prepare-exit-hook after flags have been updated
Nikolaus Rath
2019-09-27
1
-1
/
+1
*
gnus-thread-ignore-subject doc string clarification
Lars Ingebrigtsen
2019-09-27
1
-2
/
+8
*
Rename "dumbquotes" to "smartquotes" in Gnus
Lars Ingebrigtsen
2019-09-24
1
-2
/
+2
*
lisp/*.el: Fix typos and other trivial doc fixes
Juanma Barranquero
2019-09-21
1
-12
/
+12
*
Use gnus-summary-button-forward in gnus-summary-mode-map
Lars Ingebrigtsen
2019-08-14
1
-2
/
+2
*
Fix Gnus group name reference in gnus-mark-xrefs-as-read
Eric Abrahamsen
2019-08-03
1
-3
/
+3
*
Remove Gnus group name encoding/decoding
Eric Abrahamsen
2019-08-03
1
-70
/
+43
*
Convert Emacs article buffers from widget.el to button.el
Lars Ingebrigtsen
2019-07-30
1
-14
/
+16
*
Rename the new `browse-url-external-browser' variable
Lars Ingebrigtsen
2019-07-29
1
-2
/
+2
*
Enable browse-url to buttonize buffers
Lars Ingebrigtsen
2019-07-28
1
-2
/
+2
*
Tweak the display in gnus-summary-browse-url
Lars Ingebrigtsen
2019-07-26
1
-1
/
+0
*
Make `C-u w' in the Gnus Summary buffer open externally
Lars Ingebrigtsen
2019-07-25
1
-13
/
+31
*
Add `gnus-collect-urls-primary-text'
Sam Steingold
2019-07-24
1
-7
/
+16
*
Avoid potential extensive verbosity in gnus-summary-browse-url
Sam Steingold
2019-07-24
1
-1
/
+1
*
Treat the "Link" link in gnus-summary-browse-urls specially
Sam Steingold
2019-07-16
1
-9
/
+16
*
Clarify warning about unknown articles in Gnus
Lars Ingebrigtsen
2019-07-09
1
-2
/
+2
*
Don't try to save articles in Gnus that have disappeared
Lars Ingebrigtsen
2019-07-09
1
-5
/
+9
*
Extract gnus-collect-urls from gnus-summary-browse-url
Sam Steingold
2019-07-01
1
-15
/
+16
*
New command gnus-summary-browse-url
Eric Abrahamsen
2019-06-23
1
-0
/
+40
*
* lisp/gnus: Further reduce assumptions about gnus-data format
Stefan Monnier
2019-06-07
1
-14
/
+13
*
* gnus-(sum|async).el: Eliminate assumptions about gnus-data format
Stefan Monnier
2019-06-02
1
-12
/
+22
*
* gnus.el: Fix cycle in eager macroexpansion
Stefan Monnier
2019-06-02
1
-52
/
+29
*
Simplify Gnus buffer liveness checking and killing
Basil L. Contovounesios
2019-05-30
1
-10
/
+8
*
Fix missing declaration in gnus-sum.el
Bastien
2019-05-18
1
-0
/
+1
*
* lisp/gnus/gnus-sum.el (gnus-tmp-thread): New var
Stefan Monnier
2019-05-17
1
-10
/
+14
*
* lisp/gnus: Remove assumptions about mail-header being a vector
Stefan Monnier
2019-05-17
1
-15
/
+17
*
* lisp/gnus/nnheader.el (mail-header-*): Define via cl-defstruct
Stefan Monnier
2019-05-16
1
-27
/
+20
*
* lisp/gnus/gnus-sum.el: Use lexical-binding
Stefan Monnier
2019-05-15
1
-121
/
+122
*
Fix Gnus summary widget navigation across frames
Basil L. Contovounesios
2019-05-12
1
-6
/
+12
*
; Warn of while/dolist pitfall in gnus-sum.el
Basil L. Contovounesios
2019-04-09
1
-0
/
+1
*
Make `move article' work again (bug#33653)
Katsumi Yamaoka
2019-04-08
1
-2
/
+3
*
* lisp/gnus/gnus-sum.el: Prepare for lexical-binding
Stefan Monnier
2019-04-08
1
-82
/
+147
*
Make `move article' work again (bug#33653)
Katsumi Yamaoka
2019-04-05
1
-2
/
+3
*
Check gnus-newsgroup-dependencies is hash table in gnus-id-to-thread
Eric Abrahamsen
2019-03-31
1
-1
/
+2
*
Fix Gnus duplicate article unsuppression
Basil L. Contovounesios
2019-03-24
1
-13
/
+12
*
Change Gnus hash tables into real hash tables
Eric Abrahamsen
2019-03-22
1
-104
/
+116
*
Avoid some double-rounding of Lisp timestamps
Paul Eggert
2019-02-22
1
-7
/
+7
*
Prefer encode-time to its alias
Paul Eggert
2019-02-10
1
-1
/
+1
[next]