summaryrefslogtreecommitdiff
path: root/lisp/mail/emacsbug.el
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2015Paul Eggert2015-01-011-2/+2
| | | | Run admin/update-copyright.
* Merge from emacs-24Stefan Monnier2014-11-161-5/+12
|\
| * (report-emacs-bug): Make a better guess at envelope-fromPeder O. Klingenberg2014-11-151-5/+12
| | | | | | | | | | | | | | Fixes: debbugs:19054 * mail/emacsbug.el (report-emacs-bug): Make a better guess at envelope-from when reporting through sendmail.
* | Merge from emacs-24; up to 117669Glenn Morris2014-11-041-22/+4
|\ \ | |/
| * * lisp/mail/emacsbug.el (report-emacs-bug): Simplify interactive spec.Glenn Morris2014-11-031-3/+1
| |
| * * lisp/mail/emacsbug.el (report-emacs-bug): No longer include recent-keysGlenn Morris2014-11-031-19/+3
| | | | | | | | Fixes: debbugs:18900
| * Backport memory info in bug reports (2014-03-21T21:27:25Z!dancol@dancol.org) ↵Daniel Colascione2014-03-221-0/+4
| | | | | | | | from trunk
* | Improve usage of AC_INITGlenn Morris2014-03-281-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * configure.ac (AC_INIT): Add "GNU" in package, add bug address. (PACKAGE_BUGREPORT): Use it. * src/emacs.c (emacs_version): Use PACKAGE_VERSION rather than VERSION. (emacs_bugreport): New variable. (usage_message): Use PACKAGE_BUGREPORT. (syms_of_emacs) <report-emacs-bug-address>: New variable. * lisp/cus-start.el (report-emacs-bug-address): Set custom properties. * lisp/mail/emacsbug.el (report-emacs-bug-address): Variable is now defined in emacs.c.
* | Add system-configuration-features, summarising some configure resultsGlenn Morris2014-03-281-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | * configure.ac (ACL_SUMMARY): Rename from acl_summary, for consistency. (EMACS_CONFIG_FEATURES): New define. * src/emacs.c (syms_of_emacs) <system-configuration-features>: New var. * lisp/mail/emacsbug.el (report-emacs-bug): Include system-configuration-features. * etc/NEWS: Mention this.
* | Add memory information to bug reportsDaniel Colascione2014-03-211-0/+4
|/
* Replace "Maintainer: FSF" with the emacs-devel mailing addressGlenn Morris2014-02-091-1/+1
|
* In preparation for the move to git, sanitize out some Bazaar-specific names.Eric S. Raymond2014-01-081-2/+2
| | | | | | | | * 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.
* Spelling fixes.Paul Eggert2014-01-051-1/+1
| | | | | | | | | | | | | | | | * 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.
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-2/+2
|
* * lisp/mail/emacsbug.el (report-emacs-bug):Glenn Morris2013-12-171-2/+5
| | | | Only mention enable-multibyte-characters if non-standard.
* Add a major-mode for the *Messages* bufferGlenn Morris2013-09-171-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Merge from emacs-24; up to 2012-12-15T12:19:04Z!juri@jurta.orgGlenn Morris2013-02-091-1/+1
|\
| * Correct non-standard binding of report-emacs-bug-insert-to-mailer.Chong Yidong2013-02-091-1/+1
| | | | | | | | | | | | | | * lisp/mail/emacsbug.el (report-emacs-bug): Change binding of report-emacs-bug-insert-to-mailer to C-c M-i. Fixes: debbugs:13510
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-2/+2
|\ \ | |/
| * Update copyright notices for 2013.Paul Eggert2013-01-011-2/+2
| |
* | * lisp/mail/emacsbug.el (report-emacs-bug): Move the intangible text toStefan Monnier2012-12-111-21/+9
| | | | | | | | | | a display text-property. (report-emacs-bug-hook): Don't bother deleting it any more.
* | Remove report-emacs-bug-query-existing-bugs (use debbugs from GNU ELPA instead)Glenn Morris2012-11-101-89/+0
|/ | | | | | | | | | * 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
* Make report-emacs-bug-query-existing-bugs obsolete (bug#7449)Glenn Morris2012-11-081-1/+2
| | | | | * lisp/mail/emacsbug.el (report-emacs-bug-query-existing-bugs): Unautoload, and make obsolete.
* Tweak previous changeGlenn Morris2012-09-231-1/+1
|
* * lisp/mail/emacsbug.el (report-emacs-bug): Include `lsb_release -d'.Glenn Morris2012-09-231-0/+7
|
* Merge from emacs-24; up to 2012-05-07T14:57:18Z!michael.albinus@gmx.deChong Yidong2012-09-211-3/+8
|\
| * * mail/emacsbug.el (report-emacs-bug): Trap load-path-shadows errors.Glenn Morris2012-09-091-3/+8
| |
* | Replace version 24.2 with 24.3 where appropriate (hopefully)Glenn Morris2012-08-151-1/+1
| |
* | Prefer typical American spelling for "acknowledgment".Paul Eggert2012-07-241-1/+1
| |
* | * lisp/mail/emacsbug.el (report-emacs-bug): Add relevant EMACS env-vars.Glenn Morris2012-06-061-2/+4
| | | | | | | | Only print environment variables if set.
* | Missing piece of previous changeGlenn Morris2012-05-211-1/+1
| |
* | Add "How to Report a Bug" to Help menuGlenn Morris2012-05-211-5/+2
| | | | | | | | | | | | * 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.
* | Add emacs-bzr-versionGlenn Morris2012-04-071-0/+2
|/ | | | | | | | | | | * 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
* report-emacs-bug: cope with read-only signature.Richard M. Stallman2012-04-031-1/+3
|
* Fix up the emacsbug query-once logic from the previous patchLars Magne Ingebrigtsen2012-03-041-2/+1
| | | | | | | | * 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
* Further `sendmail-query-once' cleanups for sending bug reportsLars Magne Ingebrigtsen2012-03-031-1/+5
| | | | | | | | | * 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
* Prompt in a more logical fashion when sending bug reportsLars Ingebrigtsen2012-02-101-21/+30
| | | | | | | | | | | * 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.
* Doc fixes for emacsbug.elGlenn Morris2012-02-081-3/+13
| | | | | | | | | | * 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.
* Fix bug #9924 with long display of system-configuration-options in emacsbug.el.Eli Zaretskii2012-01-281-4/+5
| | | | | lisp/mail/emacsbug.el (report-emacs-bug): Fill the potentially long line that displays system-configuration-options.
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
|
* Spelling fixes.Paul Eggert2011-12-111-1/+1
|
* Autoload report-emacs-bug-query-existing-bugs.Richard M. Stallman2011-09-231-0/+1
|
* Tweaks to the report-emacs-bug preamble.Chong Yidong2011-06-281-21/+32
| | | | | | * 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.
* Use derived-mode-p in previous change.Glenn Morris2011-05-311-1/+1
|
* * lisp/mail/emacsbug.el (report-emacs-bug-hook): Mailclient ignores From.Glenn Morris2011-05-311-0/+5
|
* * lisp/mail/emacsbug.el: Don't require url-util.Glenn Morris2011-05-261-2/+0
|
* Restrict regexp match in previous emacsbug.el change.Glenn Morris2011-05-261-2/+3
|
* Adjust prompt in previous emacsbug.el change.Glenn Morris2011-05-251-3/+2
|
* Try to check From address in bug reports (bug#8038)Glenn Morris2011-05-251-4/+22
| | | | | * lisp/mail/emacsbug.el (report-emacs-bug): Mention checking From address. (report-emacs-bug-hook): Try to validate the From address.
* Don't quote lambda expressions with `quote'.Stefan Monnier2011-05-231-2/+2
|