(reporter-beautify-list): Break infloop when
reaching the end of the buffer without crossing an unbalanced
paren. Use scan-sexps instead of forward-sexp for the loop break test.
(reporter-submit-bug-report): Only call
display-buffer if pop-up-windows is non-nil.
(reporter-compose-outgoing): Use fboundp, not functionp.
(reporter-bug-hook): Fix error message.
(reporter-beautify-list): Break infloop when reaching the end of the
buffer without crossing an unbalanced paren. Use scan-sexps instead
of forward-sexp for the loop break test.
(reporter-submit-bug-report): Only call
display-buffer if pop-up-windows is non-nil.
(reporter-bug-hook): Fix error message.
(mail-user-agent): Variable moved to simple.el.
(define-mail-user-agent): Function moved to simple.el.
(sendmail-user-agent, mh-e-user-agent): Defs moved to simple.el.
(reporter-mail): Function deleted.
Use mail-text to position point to the body of the message.
(reporter-beautify-list): Complete rewrite.
Optional nocompact-p argument.
(reporter-dump-variable): Invert the test and
passing of compact-p argument to reporter-beautify-list. List
values are not printed as defuns or function calls.
Updated package list.
(reporter-lisp-indent): New defun.
(reporter-dont-compact-list)
(reporter-status-message, reporter-status-count): New variables.
(reporter-update-status, reporter-beautify-list)
reporter-dump-variable): Now smarter about formating variables
with list values. Checks the value of reporter-dont-compact-list.
Don't print package name if pkgname is nil. Don't dump state if
varlist is nil.
(reporter-bug-hook, reporter-submit-bug-report)
(reporter-calculate-separator, reporter-initial-text):
New or modified functions and variables attempting to prohibit
submission of empty bug reporters.
(reporter-prompt-for-summary-p): Default value now nil.
(reporter-dump-state): Make sure there's a final
newline after the setq sexp.
Pass mail buffer as second arg to print fcn.
Use symbol-value to get varsym's value.
(reporter-dump-variable): Handle long sexp's even
after entering newline. Done by filling current line.
Much better pretty printing of long lists!!
Handle void variables.
(reporter-version): New variable.
(reporter-submit-bug-report-internal): Leave point after the salutation.
(reporter-submit-bug-report): Prompt for a subject.
variable can now take a list of mailers, trying each one until an
commandp one is found.
Fixed elisp archive address.
Handle dumping of buffer local variables via reporter-eval-buffer.