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
/
message.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prefer setq-local in gnus/*.el
Stefan Kangas
2020-12-07
1
-48
/
+43
*
Fix the message-fetch-field doc string
Lars Ingebrigtsen
2020-12-02
1
-5
/
+12
*
Make XEmacs compat aliases easy-menu-{add,remove} obsolete
Stefan Kangas
2020-11-24
1
-2
/
+0
*
Don't set XEmacs only properties start-open and end-open
Stefan Kangas
2020-11-20
1
-1
/
+1
*
Fix syntax error in message-add-openpgp-header
Lars Ingebrigtsen
2020-10-25
1
-3
/
+1
*
Make more load-hooks obsolete (Bug#21563)
Stefan Kangas
2020-10-20
1
-0
/
+2
*
message-insert-signature doc fix
Lars Ingebrigtsen
2020-10-13
1
-1
/
+8
*
message-signature doc fix
Lars Ingebrigtsen
2020-10-09
1
-1
/
+2
*
Merge from origin/emacs-27
Glenn Morris
2020-10-02
1
-1
/
+1
|
\
|
*
; Fix many typos in symbols in docs and comments
Stefan Kangas
2020-10-02
1
-1
/
+1
*
|
; Prefer https to http in many URLs
Stefan Kangas
2020-10-01
1
-2
/
+2
*
|
message-add-action doc string fix
Lars Ingebrigtsen
2020-09-26
1
-1
/
+2
*
|
Fix some defcustom types
Lars Ingebrigtsen
2020-09-25
1
-1
/
+1
*
|
Fix infloop when folding difficult headers in Message
Lars Ingebrigtsen
2020-09-21
1
-4
/
+4
*
|
Tweak how `M-RET' in Message mode fills paragraphs
Lars Ingebrigtsen
2020-09-10
1
-2
/
+2
*
|
Fix message.el compilation warning
Lars Ingebrigtsen
2020-08-20
1
-0
/
+1
*
|
Allow specifying the TLS port in X-Message-SMTP-Method
Lars Ingebrigtsen
2020-08-20
1
-0
/
+5
*
|
Add a new way to encode unprintable characters in Message: url-encode
Lars Ingebrigtsen
2020-08-20
1
-3
/
+10
*
|
Fix problem with unprintable characters in Message headers
Lars Ingebrigtsen
2020-08-20
1
-3
/
+3
*
|
Fix interactive spec of message-beginning-of-line
Lars Ingebrigtsen
2020-08-20
1
-1
/
+1
*
|
message-sendmail-f-is-evil doc string fix
Lars Ingebrigtsen
2020-08-20
1
-1
/
+2
*
|
Fix issues with OpenPGP header
Philip K
2020-08-18
1
-30
/
+33
*
|
Doc string fix for message-mailto
Lars Ingebrigtsen
2020-08-09
1
-2
/
+2
*
|
Slight code clean-up in message-mailto
Lars Ingebrigtsen
2020-08-09
1
-2
/
+1
*
|
; Fix typos in recent message.el changes
Basil L. Contovounesios
2020-08-08
1
-1
/
+1
*
|
; Fix recent message.el-related changes
Eli Zaretskii
2020-08-08
1
-8
/
+8
*
|
Add support for the OpenPGP header to Emacs
Philip K
2020-08-08
1
-0
/
+58
*
|
Tweat how MML specifies the encoding of binary data
Lars Ingebrigtsen
2020-08-06
1
-1
/
+1
*
|
Change how Mail-Copies-To: never is handled in Message
Lars Ingebrigtsen
2020-08-06
1
-9
/
+22
*
|
Make it possible to use Message as a mailto: desktop handler
Lars Ingebrigtsen
2020-08-06
1
-0
/
+57
*
|
Fix max-width/height for Message screenshots
Lars Ingebrigtsen
2020-08-05
1
-2
/
+2
*
|
Tweak the Message screenshot insertion
Lars Ingebrigtsen
2020-08-05
1
-2
/
+5
*
|
Implement a screenshot command for Message mode
Lars Ingebrigtsen
2020-08-05
1
-0
/
+53
*
|
Fix and extend format-spec (bug#41758)
Basil L. Contovounesios
2020-06-18
1
-78
/
+59
*
|
Use better icons on GTK in message-mode and isearch
Dmitry Gutov
2020-05-11
1
-1
/
+1
*
|
Merge from origin/emacs-27
Glenn Morris
2020-05-06
1
-1
/
+1
|
\
|
|
*
Fix docstring quoting
Noam Postavsky
2020-05-05
1
-1
/
+1
*
|
Merge from origin/emacs-27
Glenn Morris
2020-05-06
1
-2
/
+2
|
\
|
|
*
Clarify message-sendmail-extra-arguments docstring
Stefan Kangas
2020-05-05
1
-2
/
+2
*
|
Remove the Date header from message-draft-headers
Eric Abrahamsen
2020-03-20
1
-2
/
+2
*
|
Remove subsumed repetitions in regexps
Mattias EngdegÄrd
2020-02-20
1
-2
/
+2
*
|
prune the overly cavalier "kill all gnus buffers exit"
Sam Steingold
2020-01-30
1
-0
/
+1
*
|
Make sure that all gnus buffers are killed on exit
Sam Steingold
2020-01-28
1
-2
/
+2
|
/
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
* lisp/gnus/message.el (message-expand-name-standard-ui): New option
Stefan Monnier
2019-12-11
1
-14
/
+95
*
* lisp/gnus/message.el (message-sendmail-envelope-from): Fix typo
Stefan Monnier
2019-12-03
1
-1
/
+1
*
(message-sendmail-envelope-from): Obey `mail-envelope-from` even if set later
Stefan Monnier
2019-12-03
1
-6
/
+12
*
Make message-allow-no-recipients 'always work
Lars Ingebrigtsen
2019-11-27
1
-3
/
+3
*
Fix previous message.el point-restoring fix
Lars Ingebrigtsen
2019-11-26
1
-9
/
+8
*
Make `C-c C-w' insert a signature even when overridden
Lars Ingebrigtsen
2019-11-22
1
-44
/
+55
[next]