diff options
| author | Miles Bader | 2007-05-20 23:29:21 +0000 |
|---|---|---|
| committer | Miles Bader | 2007-05-20 23:29:21 +0000 |
| commit | c692d1d364b0fde72c4c1515e2ec09933df3d1e0 (patch) | |
| tree | 0778786c2240d48260adbba656b1b3baf6fb0a81 | |
| parent | 7be1c21aedb2f8e7b7831d494e065a31afe13146 (diff) | |
| download | emacs-c692d1d364b0fde72c4c1515e2ec09933df3d1e0.tar.gz emacs-c692d1d364b0fde72c4c1515e2ec09933df3d1e0.zip | |
Revert to official bug report addresses.
* lisp/mail/emacsbug.el (report-emacs-bug-pretest-address): Revert to
official Emacs pretest bug report address.
* src/emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Revert to
official Emacs pretest bug report address.
Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-13
Creator: Karoly Lorentey <karoly@lorentey.hu>
| -rw-r--r-- | lisp/ChangeLog.multi-tty | 5 | ||||
| -rw-r--r-- | lisp/mail/emacsbug.el | 2 | ||||
| -rw-r--r-- | src/ChangeLog.multi-tty | 5 | ||||
| -rw-r--r-- | src/emacs.c | 2 |
4 files changed, 11 insertions, 3 deletions
diff --git a/lisp/ChangeLog.multi-tty b/lisp/ChangeLog.multi-tty index c5b6013fa39..257281bca57 100644 --- a/lisp/ChangeLog.multi-tty +++ b/lisp/ChangeLog.multi-tty | |||
| @@ -1,8 +1,11 @@ | |||
| 1 | 2007-05-20 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> | 1 | 2007-05-20 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> |
| 2 | 2 | ||
| 3 | * lisp/server.el (server-process-filter): Don't change | 3 | * server.el (server-process-filter): Don't change |
| 4 | default-directory in *scratch*. | 4 | default-directory in *scratch*. |
| 5 | 5 | ||
| 6 | * mail/emacsbug.el (report-emacs-bug-pretest-address): Revert to | ||
| 7 | official Emacs pretest bug report address. | ||
| 8 | |||
| 6 | 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu> | 9 | 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu> |
| 7 | 10 | ||
| 8 | * term/mac-win.el: Provide mac-win. | 11 | * term/mac-win.el: Provide mac-win. |
diff --git a/lisp/mail/emacsbug.el b/lisp/mail/emacsbug.el index 1d5e735bd5d..c60d93b26b1 100644 --- a/lisp/mail/emacsbug.el +++ b/lisp/mail/emacsbug.el | |||
| @@ -48,7 +48,7 @@ | |||
| 48 | :group 'emacsbug | 48 | :group 'emacsbug |
| 49 | :type 'string) | 49 | :type 'string) |
| 50 | 50 | ||
| 51 | (defcustom report-emacs-bug-pretest-address "multi-tty@lists.fnord.hu" | 51 | (defcustom report-emacs-bug-pretest-address "emacs-pretest-bug@gnu.org" |
| 52 | "*Address of mailing list for GNU Emacs pretest bugs." | 52 | "*Address of mailing list for GNU Emacs pretest bugs." |
| 53 | :group 'emacsbug | 53 | :group 'emacsbug |
| 54 | :type 'string) | 54 | :type 'string) |
diff --git a/src/ChangeLog.multi-tty b/src/ChangeLog.multi-tty index 8a1a1dbd1db..94cf0cb50a7 100644 --- a/src/ChangeLog.multi-tty +++ b/src/ChangeLog.multi-tty | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2007-05-20 L$,1 q(Brentey K,Aa(Broly <lorentey@elte.hu> | ||
| 2 | |||
| 3 | * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Revert to | ||
| 4 | official Emacs pretest bug report address. | ||
| 5 | |||
| 1 | 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu> | 6 | 2007-05-19 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 7 | ||
| 3 | * frame.c (Fmake_terminal_frame): Disable output method test. | 8 | * frame.c (Fmake_terminal_frame): Disable output method test. |
diff --git a/src/emacs.c b/src/emacs.c index 1f8ec6a268f..ac62fc420b9 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -756,7 +756,7 @@ void (*__malloc_initialize_hook) () = malloc_initialize_hook; | |||
| 756 | 756 | ||
| 757 | 757 | ||
| 758 | #define REPORT_EMACS_BUG_ADDRESS "bug-gnu-emacs@gnu.org" | 758 | #define REPORT_EMACS_BUG_ADDRESS "bug-gnu-emacs@gnu.org" |
| 759 | #define REPORT_EMACS_BUG_PRETEST_ADDRESS "multi-tty@lists.fnord.hu" | 759 | #define REPORT_EMACS_BUG_PRETEST_ADDRESS "emacs-pretest-bug@gnu.org" |
| 760 | 760 | ||
| 761 | /* This function is used to determine an address to which bug report should | 761 | /* This function is used to determine an address to which bug report should |
| 762 | be sent. */ | 762 | be sent. */ |