Daniel Colascione
a41475e146
Backport memory info in bug reports (2014-03-21T21:27:25Z!dancol@dancol.org) from trunk
2014-03-22 23:16:14 -07:00
Glenn Morris
34dc21db6e
Replace "Maintainer: FSF" with the emacs-devel mailing address
2014-02-09 17:34:22 -08:00
Eric S. Raymond
9475054f3c
In preparation for the move to git, sanitize out some Bazaar-specific names.
...
* version.el (emacs-bzr-version): Name changed to
emacs-repository-version.
* loadup.el: Follow through on this name change.
* lisp/mail/emacsbug.el (report-emacs-bug): Factor out any
assumption about the version control system in use.
2014-01-08 17:57:47 -05:00
Paul Eggert
d5081c1ed8
Spelling fixes.
...
* calc/calc-yank.el (calc-edit-mode, calc-edit-cancel):
* emacs-lisp/debug.el (cancel-debug-on-entry):
* epg.el (epg-error-to-string):
* files.el (recover-file):
* lpr.el (lpr-buffer, print-buffer, lpr-region, print-region):
* mail/emacsbug.el (report-emacs-bug-hook):
* mail/sendmail.el (mail-recover):
* ses.el (ses-yank-resize):
* term/ns-win.el (ns-print-buffer):
Spelling fixes in diagnostics, mostly for "canceled" with one L.
* epg.el (epg-key-capability-alist): Rename from misspelled version.
All uses changed.
* obsolete/xesam.el (xesam-all-fields): Fix misspelled field name.
2014-01-05 22:25:30 -08:00
Paul Eggert
ba3189039a
Update copyright year to 2014 by running admin/update-copyright.
2014-01-01 07:43:34 +00:00
Glenn Morris
ccc9f6dc47
* lisp/mail/emacsbug.el (report-emacs-bug):
...
Only mention enable-multibyte-characters if non-standard.
2013-12-17 20:03:07 -05:00
Glenn Morris
90582f05bc
Add a major-mode for the *Messages* buffer
...
Ref: http://lists.gnu.org/archive/html/emacs-devel/2010-02/msg00135.html
* lisp/simple.el (messages-buffer-mode): New major mode.
(messages-buffer): New function.
* lisp/startup.el (normal-top-level): Switch mode of *Messages* buffer.
* src/xdisp.c (message_dolog): If we create *Messages*,
switch it to messages-buffer-mode.
* lisp/emacs-lisp/ert.el (ert--force-message-log-buffer-truncation)
(ert-run-test): Use `message-buffer' function.
(ert--force-message-log-buffer-truncation): Ignore read-only.
* lisp/help.el (view-echo-area-messages): Use `message-buffer' function.
* lisp/mail/emacsbug.el (report-emacs-bug): Use `message-buffer' function.
* lisp/gnus/gnus-util.el (gnus-message-with-timestamp-1):
Use `message-buffer' function if available. Ignore read-only.
* etc/NEWS: Mention this.
2013-09-17 00:39:54 -07:00
Glenn Morris
490a9458c8
Merge from emacs-24; up to 2012-12-15T12:19:04Z!juri@jurta.org
2013-02-09 17:56:25 -08:00
Chong Yidong
e78e7e486d
Correct non-standard binding of report-emacs-bug-insert-to-mailer.
...
* lisp/mail/emacsbug.el (report-emacs-bug): Change binding of
report-emacs-bug-insert-to-mailer to C-c M-i.
Fixes: debbugs:13510
2013-02-09 12:43:42 +08:00
Paul Eggert
0877d0dc24
Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca
2013-01-02 08:13:04 -08:00
Paul Eggert
ab422c4d68
Update copyright notices for 2013.
2013-01-01 09:11:05 +00:00
Stefan Monnier
030f4af55b
* lisp/mail/emacsbug.el (report-emacs-bug): Move the intangible text to
...
a display text-property.
(report-emacs-bug-hook): Don't bother deleting it any more.
2012-12-11 13:52:31 -05:00
Glenn Morris
714cebd1b1
Remove report-emacs-bug-query-existing-bugs (use debbugs from GNU ELPA instead)
...
* lisp/mail/emacsbug.el (report-emacs-bug-tracker-url)
(report-emacs-bug-bug-alist, report-emacs-bug-choice-widget)
(report-emacs-bug-create-existing-bugs-buffer)
(report-emacs-bug-parse-query-results)
(report-emacs-bug-query-existing-bugs): Remove.
Fixes: debbugs:7449
2012-11-10 15:19:43 -08:00
Glenn Morris
fedb154e30
Make report-emacs-bug-query-existing-bugs obsolete (bug#7449)
...
* lisp/mail/emacsbug.el (report-emacs-bug-query-existing-bugs):
Unautoload, and make obsolete.
2012-11-08 13:35:08 -05:00
Glenn Morris
1feca5a2a0
Tweak previous change
2012-09-23 23:31:02 -07:00
Glenn Morris
bcc0adbf3c
* lisp/mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.
2012-09-23 17:46:47 -07:00
Chong Yidong
acfa068f4a
Merge from emacs-24; up to 2012-05-07T14:57:18Z!michael.albinus@gmx.de
2012-09-21 11:03:48 +08:00
Glenn Morris
fa05bfe052
* mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.
2012-09-09 19:19:23 -07:00
Glenn Morris
2a1e24765b
Replace version 24.2 with 24.3 where appropriate (hopefully)
2012-08-15 09:29:11 -07:00
Paul Eggert
09ae5da1b8
Prefer typical American spelling for "acknowledgment".
2012-07-24 22:48:19 -07:00
Glenn Morris
2b48d7219e
* lisp/mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.
...
Only print environment variables if set.
2012-06-06 14:13:09 -04:00
Glenn Morris
cb1f695c73
Missing piece of previous change
2012-05-21 20:38:10 -07:00
Glenn Morris
3290526dde
Add "How to Report a Bug" to Help menu
...
* lisp/info.el (info-emacs-bug): New command.
* lisp/menu-bar.el (menu-bar-help-menu): Add "How to Report a Bug" to Help.
* lisp/mail/emacsbug.el (report-emacs-bug): Replace with info-emacs-bug.
2012-05-21 20:31:34 -07:00
Glenn Morris
a1ed8b05ee
Add emacs-bzr-version
...
* lisp/version.el (emacs-bzr-get-version): New function.
* lisp/loadup.el (emacs-bzr-version): Set it.
* lisp/mail/emacsbug.el (report-emacs-bug): Include bzr version.
* etc/NEWS: Mention this, though it is not really relevant to releases.
Insert template for 24.2 release.
Fixes: debbugs:8054
2012-04-07 12:51:51 -07:00
Richard M. Stallman
4443f2045b
report-emacs-bug: cope with read-only signature.
2012-04-03 21:05:29 -04:00
Lars Magne Ingebrigtsen
e627be4c9d
Fix up the emacsbug query-once logic from the previous patch
...
* mail/emacsbug.el (report-emacs-bug-hook): Fix up thinko in
previous patch: Check `message-send-mail-function', and not the
default function.
Fixes: debbugs:10897
2012-03-04 14:34:33 +01:00
Lars Magne Ingebrigtsen
fbae463706
Further `sendmail-query-once' cleanups for sending bug reports
...
* mail/emacsbug.el (report-emacs-bug-hook): Look at the value of
`message-default-send-mail-function' and not `send-mail-function'
when doing the prompting for `sendmail-query-once' before sending
in Message buffers.
Fixes: debbugs:10897
2012-03-03 15:43:03 +01:00
Lars Ingebrigtsen
cc26d239af
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.
2012-02-10 19:16:19 +01:00
Glenn Morris
3f88cd72e9
Doc fixes for emacsbug.el
...
* lisp/mail/emacsbug.el (report-emacs-bug-can-use-osx-open)
(report-emacs-bug-can-use-xdg-email):
(report-emacs-bug-insert-to-mailer): Doc fixes.
(report-emacs-bug): Message fix.
* etc/NEWS: Related edit.
* lisp/net/browse-url.el: Comment.
2012-02-08 22:29:41 -05:00
Eli Zaretskii
4d4ec1f815
Fix bug #9924 with long display of system-configuration-options in emacsbug.el.
...
lisp/mail/emacsbug.el (report-emacs-bug): Fill the potentially long
line that displays system-configuration-options.
2012-01-28 12:49:17 +02:00
Glenn Morris
acaf905b11
Add 2012 to FSF copyright years for Emacs files
2012-01-05 01:46:05 -08:00
Paul Eggert
333f9019e2
Spelling fixes.
2011-12-11 21:32:49 -08:00
Richard M. Stallman
19c3875245
Autoload report-emacs-bug-query-existing-bugs.
2011-09-23 19:47:27 -04:00
Chong Yidong
1176868d0a
Tweaks to the report-emacs-bug preamble.
...
* mail/emacsbug.el (report-emacs-bug): Handle non-gnu bug
addresses more clearly. Add hyperlinks for bug-gnu-emacs and
debbugs.gnu.org. Mention acknowledgment email.
2011-06-28 14:10:11 -04:00
Glenn Morris
67a0931d39
Use derived-mode-p in previous change.
2011-05-31 20:50:20 -07:00
Glenn Morris
d1a5d56a0c
* lisp/mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.
2011-05-31 20:35:49 -07:00
Glenn Morris
5ec8a86217
* lisp/mail/emacsbug.el: Don't require url-util.
2011-05-26 21:58:50 -04:00
Glenn Morris
fc6c27276c
Restrict regexp match in previous emacsbug.el change.
2011-05-26 09:14:53 -07:00
Glenn Morris
e4245494ba
Adjust prompt in previous emacsbug.el change.
2011-05-25 19:57:08 -07:00
Glenn Morris
7d15102b76
Try to check From address in bug reports (bug#8038)
...
* lisp/mail/emacsbug.el (report-emacs-bug): Mention checking From address.
(report-emacs-bug-hook): Try to validate the From address.
2011-05-25 20:52:33 -04:00
Stefan Monnier
4f91a8160f
Don't quote lambda expressions with `quote'.
2011-05-23 14:57:17 -03:00
Chong Yidong
f8b351c190
Remove the check for non-ASCII in report-emacs-bug-hook (Bug#7925).
...
* mail/emacsbug.el (report-emacs-bug-hook): Remove the check for
non-ASCII characters.
2011-02-06 10:04:31 -05:00
Jan Djärv
253f7d1bc5
Implement C-c m in report-emacs-bug (insert to mailer) for OSX.
...
* mail/emacsbug.el (report-emacs-bug-insert-to-mailer): Check
report-emacs-bug-can-use-osx-open and use that if t.
(report-emacs-bug-can-use-osx-open): New function.
(report-emacs-bug): Rename can-xdg-email to can-insert-mail.
Check report-emacs-bug-can-use-osx-open also for can-insert-mail.
2011-01-30 19:59:58 +01:00
Glenn Morris
73b0cd5003
Convert consecutive FSF copyright years to ranges.
2011-01-24 20:08:28 -08:00
Stefan Monnier
77ab81d054
Merge from emacs-23
2011-01-14 12:18:41 -05:00
Glenn Morris
5df4f04cd3
Add 2011 to FSF/AIST copyright years.
2011-01-02 15:50:46 -08:00
Glenn Morris
e554b3f832
Small emacsbug.el stuff.
...
* lisp/mail/emacsbug.el (report-emacs-bug): Use mail-user-agent properties.
(report-emacs-bug-create-existing-bugs-buffer): Avoid free variables.
2010-12-09 19:39:18 -08:00
Glenn Morris
5fe9ebd14e
* mail/emacsbug.el (report-emacs-bug): Try to handle some other mail clients.
2010-12-07 19:47:27 -08:00
Glenn Morris
f62f063dd0
emacsbug.el trivia.
...
* lisp/mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
Remove more undefined cl functions.
2010-12-02 19:03:06 -08:00
Glenn Morris
a140ec5f5e
Fix emacsbug.el errors clearly flagged by the byte-compiler.
...
* lisp/mail/emacsbug.el (report-emacs-bug-create-existing-bugs-buffer):
Replace undefined CL functions.
2010-11-26 19:15:59 -08:00