diff options
| author | Thierry Volpiatto | 2012-03-04 22:19:10 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2012-03-04 22:19:10 +0000 |
| commit | ee30fbcdd3813fef35f401702c9fbedfdf837397 (patch) | |
| tree | 862798977d55591fd69b35b2a77b4226f7791e0a /lisp/gnus/ChangeLog | |
| parent | f20f95c65cb948ce2b7ff667831dc64471d001fa (diff) | |
| download | emacs-ee30fbcdd3813fef35f401702c9fbedfdf837397.tar.gz emacs-ee30fbcdd3813fef35f401702c9fbedfdf837397.zip | |
gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus isn't running (bug#10897).
Diffstat (limited to 'lisp/gnus/ChangeLog')
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 5b9ffc07d1c..a4c1513926d 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-03-04 Thierry Volpiatto <thierry.volpiatto@gmail.com> | ||
| 2 | |||
| 3 | * gnus-msg.el (gnus-msg-mail): Call `message-mail' correctly when Gnus | ||
| 4 | isn't running (bug#10897). | ||
| 5 | |||
| 1 | 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | 2012-02-25 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 7 | ||
| 3 | * shr.el (shr-column-specs): Protect against TDs with "width: 0%". | 8 | * shr.el (shr-column-specs): Protect against TDs with "width: 0%". |