aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-12-10 08:17:15 +0000
committerGlenn Morris2009-12-10 08:17:15 +0000
commitd8194864bca798f8d84e65bf42d575eb4f43c73d (patch)
tree363dd70219676a68eece74b81fb2d75e45ffa1f4
parent03dcfe0121de753b2a4c8f72962678d916da2daf (diff)
downloademacs-d8194864bca798f8d84e65bf42d575eb4f43c73d.tar.gz
emacs-d8194864bca798f8d84e65bf42d575eb4f43c73d.zip
(report-emacs-bug): Use whichever send command is appropriate for the
mail-user-agent in use.
-rw-r--r--lisp/ChangeLog37
-rw-r--r--lisp/mail/emacsbug.el14
2 files changed, 29 insertions, 22 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c91f8786d28..b3e7dbab5b5 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12009-12-10 Glenn Morris <rgm@gnu.org>
2
3 * mail/emacsbug.el (report-emacs-bug): Use whichever send command is
4 appropriate for the mail-user-agent in use.
5
12009-12-09 Michael Albinus <michael.albinus@gmx.de> 62009-12-09 Michael Albinus <michael.albinus@gmx.de>
2 7
3 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages. 8 * net/tramp.el (tramp-handle-insert-directory): Suppress error messages.
@@ -225,13 +230,10 @@
225 230
2262009-12-06 Ulf Jasper <ulf.jasper@web.de> 2312009-12-06 Ulf Jasper <ulf.jasper@web.de>
227 232
228 * net/newst-backend.el : 233 * net/newst-backend.el, net/newst-plainview.el:
229 * net/newst-plainview.el: 234 * net/newst-reader.el, net/newst-ticker.el:
230 * net/newst-reader.el: 235 * net/newst-treeview.el, net/newsticker.el:
231 * net/newst-ticker.el: 236 Require/provide newst-... (instead of newsticker-...). (Bug#5096)
232 * net/newst-treeview.el:
233 * net/newsticker.el: Require/provide newst-... (instead of
234 newsticker-...). (Bug#5096)
235 237
2362009-12-06 Chong Yidong <cyd@stupidchicken.com> 2382009-12-06 Chong Yidong <cyd@stupidchicken.com>
237 239
@@ -247,15 +249,14 @@
247 249
2482009-12-06 Ulf Jasper <ulf.jasper@web.de> 2502009-12-06 Ulf Jasper <ulf.jasper@web.de>
249 251
250 * xml.el (xml-substitute-numeric-entities): Moved 252 * xml.el (xml-substitute-numeric-entities): Move
251 newsticker--decode-numeric-entities in newst-backend.el to 253 newsticker--decode-numeric-entities in newst-backend.el to
252 xml-substitute-numeric-entities in xml.el. (Bug#5008) 254 xml-substitute-numeric-entities in xml.el. (Bug#5008)
253
254 * net/newst-backend.el (newsticker--parse-generic-feed) 255 * net/newst-backend.el (newsticker--parse-generic-feed)
255 (newsticker--parse-generic-items) 256 (newsticker--parse-generic-items)
256 (newsticker--decode-numeric-entities): Moved 257 (newsticker--decode-numeric-entities): Move
257 newsticker--decode-numeric-entities in newst-backend.el to 258 newsticker--decode-numeric-entities in newst-backend.el to
258 xml-substitute-numeric-entities in xml.el. (Bug#5008) 259 xml-substitute-numeric-entities in xml.el. (Bug#5008)
259 260
2602009-12-06 Daniel Colascione <dan.colascione@gmail.com> 2612009-12-06 Daniel Colascione <dan.colascione@gmail.com>
261 262
@@ -263,8 +264,7 @@
263 264
2642009-12-06 Chong Yidong <cyd@stupidchicken.com> 2652009-12-06 Chong Yidong <cyd@stupidchicken.com>
265 266
266 * ansi-color.el (ansi-color-for-comint-mode): Add :version 267 * ansi-color.el (ansi-color-for-comint-mode): Add :version keyword.
267 keyword.
268 268
2692009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> 2692009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
270 270
@@ -282,10 +282,10 @@
2822009-12-06 Kevin Ryde <user42@zip.com.au> 2822009-12-06 Kevin Ryde <user42@zip.com.au>
283 283
284 * ffap.el (ffap-rfc-path): Make this a defcustom since 284 * ffap.el (ffap-rfc-path): Make this a defcustom since
285 `ffap-rfc-directories' is also a defcustom. (My Bug#4514.) 285 `ffap-rfc-directories' is also a defcustom. (Bug#4514.)
286 286
287 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode 287 * info-look.el: Add setup for apropos-mode to use emacs-lisp-mode
288 manuals, similar to existing setup for help-mode. (My bug#3913.) 288 manuals, similar to existing setup for help-mode. (Bug#3913.)
289 289
2902009-12-05 Juri Linkov <juri@jurta.org> 2902009-12-05 Juri Linkov <juri@jurta.org>
291 291
@@ -1160,8 +1160,7 @@
11602009-11-24 Kevin Ryde <user42@zip.com.au> 11602009-11-24 Kevin Ryde <user42@zip.com.au>
1161 1161
1162 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp): 1162 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-regexp):
1163 Build value with regexp-opt instead of explicit joining loop. (My 1163 Build value with regexp-opt instead of explicit joining loop. (Bug#4927)
1164 Bug#4927.)
1165 1164
1166 * emacs-lisp/elint.el (elint-add-required-env): Better error message 1165 * emacs-lisp/elint.el (elint-add-required-env): Better error message
1167 when .el source file not found or other error. 1166 when .el source file not found or other error.
@@ -3383,7 +3382,7 @@
3383 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine): 3382 * emacs-lisp/checkdoc.el (checkdoc-file-comments-engine):
3384 When inserting ";;; Code" put it before any ";;;###autoload" cookie on 3383 When inserting ";;; Code" put it before any ";;;###autoload" cookie on
3385 the first form. And insert a blank line after ";;; Code" since 3384 the first form. And insert a blank line after ";;; Code" since
3386 that's usual style. (My Bug#4612.) 3385 that's usual style. (Bug#4612)
3387 3386
3388 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el. 3387 * net/dns.el: Add "Keywords: comm", as per net/net-utils.el.
3389 3388
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index 73e61a4668d..da82e553592 100644
--- a/lisp/mail/emacsbug.el
+++ b/lisp/mail/emacsbug.el
@@ -226,9 +226,17 @@ usually do not have translators to read other languages for them.\n\n")
226 (unless report-emacs-bug-no-explanations 226 (unless report-emacs-bug-no-explanations
227 (with-output-to-temp-buffer "*Bug Help*" 227 (with-output-to-temp-buffer "*Bug Help*"
228 (princ "While in the mail buffer:\n\n") 228 (princ "While in the mail buffer:\n\n")
229 (if (eq mail-user-agent 'sendmail-user-agent) 229 (let ((send
230 (princ (substitute-command-keys 230 (cond ((eq mail-user-agent 'sendmail-user-agent)
231 " Type \\[mail-send-and-exit] to send the bug report.\n"))) 231 "mail-send-and-exit")
232 ((memq mail-user-agent '(message-user-agent
233 gnus-user-agent))
234 "message-send-and-exit")
235 ((eq mail-user-agent 'mh-e-user-agent)
236 "mh-send-letter"))))
237 (when send
238 (princ (substitute-command-keys
239 (format " Type \\[%s] to send the bug report.\n" send)))))
232 (princ (substitute-command-keys 240 (princ (substitute-command-keys
233 " Type \\[kill-buffer] RET to cancel (don't send it).\n")) 241 " Type \\[kill-buffer] RET to cancel (don't send it).\n"))
234 (terpri) 242 (terpri)