diff options
| author | Lars Ingebrigtsen | 2012-02-10 19:16:19 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2012-02-10 19:16:19 +0100 |
| commit | cc26d239af9a82cff079556a1daff4b4bf60eb5c (patch) | |
| tree | f9a7bdaf6d51729ef4f639709b5e752394747748 /lisp/ChangeLog | |
| parent | 3647f557cf42ae6b33414a454503d2695798a6e6 (diff) | |
| download | emacs-cc26d239af9a82cff079556a1daff4b4bf60eb5c.tar.gz emacs-cc26d239af9a82cff079556a1daff4b4bf60eb5c.zip | |
Prompt in a more logical fashion when sending bug reports
* gnus/message.el (message-default-send-mail-function): Made into own
function for reuse by emacsbug.el.
* mail/emacsbug.el (report-emacs-bug-hook): Query the user first
about SMTP before checking the From header.
* mail/sendmail.el (sendmail-query-user-about-smtp): Refacored out
into own function for reuse by emacsbug.el.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 52b9eb38374..c28dc491863 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2012-02-10 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * mail/emacsbug.el (report-emacs-bug-hook): Query the user first | ||
| 4 | about SMTP before checking the From header. | ||
| 5 | |||
| 6 | * mail/sendmail.el (sendmail-query-user-about-smtp): Refacored out | ||
| 7 | into own function for reuse by emacsbug.el. | ||
| 8 | |||
| 1 | 2012-02-10 Leo Liu <sdl.web@gmail.com> | 9 | 2012-02-10 Leo Liu <sdl.web@gmail.com> |
| 2 | 10 | ||
| 3 | * subr.el (condition-case-unless-debug): Rename from | 11 | * subr.el (condition-case-unless-debug): Rename from |