diff options
| -rw-r--r-- | lisp/ChangeLog | 37 | ||||
| -rw-r--r-- | lisp/mail/emacsbug.el | 14 |
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 @@ | |||
| 1 | 2009-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 | |||
| 1 | 2009-12-09 Michael Albinus <michael.albinus@gmx.de> | 6 | 2009-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 | ||
| 226 | 2009-12-06 Ulf Jasper <ulf.jasper@web.de> | 231 | 2009-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 | ||
| 236 | 2009-12-06 Chong Yidong <cyd@stupidchicken.com> | 238 | 2009-12-06 Chong Yidong <cyd@stupidchicken.com> |
| 237 | 239 | ||
| @@ -247,15 +249,14 @@ | |||
| 247 | 249 | ||
| 248 | 2009-12-06 Ulf Jasper <ulf.jasper@web.de> | 250 | 2009-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 | ||
| 260 | 2009-12-06 Daniel Colascione <dan.colascione@gmail.com> | 261 | 2009-12-06 Daniel Colascione <dan.colascione@gmail.com> |
| 261 | 262 | ||
| @@ -263,8 +264,7 @@ | |||
| 263 | 264 | ||
| 264 | 2009-12-06 Chong Yidong <cyd@stupidchicken.com> | 265 | 2009-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 | ||
| 269 | 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> | 269 | 2009-12-06 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de> |
| 270 | 270 | ||
| @@ -282,10 +282,10 @@ | |||
| 282 | 2009-12-06 Kevin Ryde <user42@zip.com.au> | 282 | 2009-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 | ||
| 290 | 2009-12-05 Juri Linkov <juri@jurta.org> | 290 | 2009-12-05 Juri Linkov <juri@jurta.org> |
| 291 | 291 | ||
| @@ -1160,8 +1160,7 @@ | |||
| 1160 | 2009-11-24 Kevin Ryde <user42@zip.com.au> | 1160 | 2009-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) |