aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThien-Thi Nguyen2002-03-21 02:11:53 +0000
committerThien-Thi Nguyen2002-03-21 02:11:53 +0000
commitea33ba739ac93e12a89d07c79a6653ef392c70e0 (patch)
treed0031c61e762c88d9e9e648e138ca577f6dbd7da
parent84691156a5a7d93701ad0f1d653ea7246f4ebf33 (diff)
downloademacs-ea33ba739ac93e12a89d07c79a6653ef392c70e0.tar.gz
emacs-ea33ba739ac93e12a89d07c79a6653ef392c70e0.zip
(report-emacs-bug-hook): Remove submitter
directions as the last action.
-rw-r--r--lisp/ChangeLog19
-rw-r--r--lisp/mail/emacsbug.el12
2 files changed, 22 insertions, 9 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 04bc4b93bc1..23872fea6b2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12002-03-21 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * mail/emacsbug.el (report-emacs-bug-hook): Remove submitter
4 directions as the last action.
5
12002-03-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 62002-03-21 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 7
3 * startup.el (fancy-splash-tail, normal-splash-screen): Update 8 * startup.el (fancy-splash-tail, normal-splash-screen): Update
@@ -18,30 +23,30 @@
18 warning free compile. 23 warning free compile.
19 24
202002-03-20 Michael Kifer <kifer@cs.stonybrook.edu> 252002-03-20 Michael Kifer <kifer@cs.stonybrook.edu>
21 26
22 * ediff-diff.el (ediff-install-fine-diff-if-necessary): take 27 * ediff-diff.el (ediff-install-fine-diff-if-necessary): take
23 the current highlighting style into account. 28 the current highlighting style into account.
24 (ediff-forward-word-function,ediff-whitespace,ediff-word-1, 29 (ediff-forward-word-function,ediff-whitespace,ediff-word-1,
25 ediff-word-2,ediff-word-3,ediff-word-4): make them buffer local. 30 ediff-word-2,ediff-word-3,ediff-word-4): make them buffer local.
26 31
27 * ediff-init.el (ediff-patch-job): new macro. 32 * ediff-init.el (ediff-patch-job): new macro.
28 33
29 * ediff-mult.el (ediff-make-new-meta-list-header): new API function. 34 * ediff-mult.el (ediff-make-new-meta-list-header): new API function.
30 (ediff-intersect-directories): use ediff-make-new-meta-list-header. 35 (ediff-intersect-directories): use ediff-make-new-meta-list-header.
31 36
32 * ediff-ptch.el (ediff-map-patch-buffer): use 37 * ediff-ptch.el (ediff-map-patch-buffer): use
33 ediff-make-new-meta-list-header. 38 ediff-make-new-meta-list-header.
34 (ediff-fixup-patch-map): use the meta-list API from ediff-mult.el. 39 (ediff-fixup-patch-map): use the meta-list API from ediff-mult.el.
35 40
36 * ediff-util.el (ediff-toggle-hilit): fix toggling of highliting. 41 * ediff-util.el (ediff-toggle-hilit): fix toggling of highliting.
37 (ediff-select-difference): take highlighting style into account. 42 (ediff-select-difference): take highlighting style into account.
38 (ediff-clone-buffer-for-region-comparison): new function. 43 (ediff-clone-buffer-for-region-comparison): new function.
39 (ediff-inferior-compare-regions): added comparison of current diff 44 (ediff-inferior-compare-regions): added comparison of current diff
40 regions. 45 regions.
41 46
42 * ediff.el (ediff-clone-buffer-for-region-comparison, 47 * ediff.el (ediff-clone-buffer-for-region-comparison,
43 ediff-clone-buffer-for-window-comparison): moved to ediff-util.el. 48 ediff-clone-buffer-for-window-comparison): moved to ediff-util.el.
44 49
452002-03-19 pmr-sav <pmr-sav@hamm.pajato.com> 502002-03-19 pmr-sav <pmr-sav@hamm.pajato.com>
46 51
47 * mail-utils.el (rmail-dont-reply-to): 52 * mail-utils.el (rmail-dont-reply-to):
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el
index 8da08494add..c1cbc7b98e8 100644
--- a/lisp/mail/emacsbug.el
+++ b/lisp/mail/emacsbug.el
@@ -128,7 +128,7 @@ translators to read other languages for them.\n\n")
128 default-enable-multibyte-characters)) 128 default-enable-multibyte-characters))
129 (insert "\n") 129 (insert "\n")
130 (insert "Please describe exactly what actions triggered the bug\n" 130 (insert "Please describe exactly what actions triggered the bug\n"
131 "and the precise symptoms of the bug:\n\n") 131 "and the precise symptoms of the bug:\n\n")
132 (setq user-point (point)) 132 (setq user-point (point))
133 (insert "\n\n\n" 133 (insert "\n\n\n"
134 "Recent input:\n") 134 "Recent input:\n")
@@ -236,7 +236,15 @@ If you want to mail it to someone else instead,
236please insert the proper e-mail address after \"To: \", 236please insert the proper e-mail address after \"To: \",
237and send the mail again using \\[mail-send-and-exit]."))) 237and send the mail again using \\[mail-send-and-exit].")))
238 (error "M-x report-emacs-bug was cancelled, please read *Bug Help* buffer")) 238 (error "M-x report-emacs-bug was cancelled, please read *Bug Help* buffer"))
239 )) 239
240 ;; Unclutter
241 (mail-text)
242 (let ((p (point)))
243 (re-search-forward (concat "^In " (emacs-version)))
244 (delete-region p (match-beginning 0)))
245 (re-search-forward "Please describe.+\n.+precise symptoms.+bug:\n*"
246 (point-max) t)
247 (replace-match "Symptoms:\n")))
240 248
241(provide 'emacsbug) 249(provide 'emacsbug)
242 250