aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorLars Ingebrigtsen2012-02-10 19:16:19 +0100
committerLars Ingebrigtsen2012-02-10 19:16:19 +0100
commitcc26d239af9a82cff079556a1daff4b4bf60eb5c (patch)
treef9a7bdaf6d51729ef4f639709b5e752394747748 /lisp/ChangeLog
parent3647f557cf42ae6b33414a454503d2695798a6e6 (diff)
downloademacs-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/ChangeLog8
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 @@
12012-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
12012-02-10 Leo Liu <sdl.web@gmail.com> 92012-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