mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-31 11:13:50 +00:00
Replace emacs-pretest-bug with bug-gnu-emacs mailing list.
See http://lists.gnu.org/archive/html/emacs-devel/2009-12/msg00758.html * emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to bug-gnu-emacs rather than emacs-pretest-bug. * mail/emacsbug.el (report-emacs-bug-pretest-address): Set it to bug-gnu-emacs rather than emacs-pretest-bug. * CONTRIBUTE, NEWS: Use bug-gnu-emacs rather than emacs-pretest-bug for bug reports for development versions. * trouble.texi (Checklist): Use bug-gnu-emacs rather than emacs-pretest-bug for bug reports for development versions. * emacs-pretesters, make-announcement: Use bug-gnu-emacs rather than emacs-pretest-bug for bug reports for development versions. * INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug for bug reports for development versions.
This commit is contained in:
parent
2f27e6d43e
commit
893db5bcf0
@ -1,3 +1,8 @@
|
||||
2010-01-12 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* INSTALL.BZR, README: Use bug-gnu-emacs rather than emacs-pretest-bug
|
||||
for bug reports for development versions.
|
||||
|
||||
2010-01-02 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* .bzrignore: Add more ignored patterns, including for the MS-DOS
|
||||
|
@ -1,4 +1,4 @@
|
||||
Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
||||
Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
||||
Free Software Foundation, Inc.
|
||||
See the end of the file for license conditions.
|
||||
|
||||
@ -54,9 +54,8 @@ etc.) before "make bootstrap" or "make"; the rest of the procedure is
|
||||
applicable to those systems as well.
|
||||
|
||||
Questions, requests, and bug reports about the Bazaar versions of Emacs
|
||||
should be sent to emacs-pretest-bug@gnu.org rather than gnu.emacs.help
|
||||
or gnu.emacs.bug. Ideally, use M-x report-emacs-bug RET which will
|
||||
send it to the proper place.
|
||||
should be sent to bug-gnu-emacs@gnu.org rather than gnu.emacs.help.
|
||||
Ideally, use M-x report-emacs-bug RET.
|
||||
|
||||
Because the Bazaar version of Emacs is a work in progress, it will
|
||||
sometimes fail to build. Please wait a day or so (and check the bug
|
||||
|
10
README
10
README
@ -1,5 +1,5 @@
|
||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
||||
Free Software Foundation, Inc.
|
||||
Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
||||
2010 Free Software Foundation, Inc.
|
||||
See the end of the file for license conditions.
|
||||
|
||||
|
||||
@ -19,10 +19,8 @@ occur in building, installing and running Emacs.
|
||||
You may encounter bugs in this release. If you do, please report
|
||||
them; your bug reports are valuable contributions to the FSF, since
|
||||
they allow us to notice and fix problems on machines we don't have, or
|
||||
in code we don't use often. Please send bug reports for released
|
||||
versions of Emacs sent to the mailing list bug-gnu-emacs@gnu.org.
|
||||
Please send bug reports for pretest versions of Emacs, and versions
|
||||
from the Savannah.gnu.org repository, to emacs-pretest-bug@gnu.org.
|
||||
in code we don't use often. Please send bug reports to the mailing
|
||||
list bug-gnu-emacs@gnu.org. If possible, use M-x report-emacs-bug.
|
||||
|
||||
See the "Bugs" section of the Emacs manual for more information on how
|
||||
to report bugs. (The file `BUGS' in this directory explains how you
|
||||
|
@ -1,3 +1,8 @@
|
||||
2010-01-12 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* emacs-pretesters, make-announcement: Use bug-gnu-emacs rather
|
||||
than emacs-pretest-bug for bug reports for development versions.
|
||||
|
||||
2009-11-06 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* unidata/unidata-gen.el (unidata-gen-table): Fix for the case
|
||||
|
@ -89,8 +89,7 @@ The etc/MACHINES file may describe other things that you need to do
|
||||
to make Emacs work on your machine. If so, you should follow these
|
||||
recommendations also, for the same reason.
|
||||
|
||||
* Send your problem reports to emacs-pretest-bug@gnu.org, not
|
||||
bug-gnu-emacs.
|
||||
* Send your problem reports to bug-gnu-emacs@gnu.org.
|
||||
|
||||
Sometimes we won't know what to do about a system-dependent issue, and
|
||||
we may need people to say what happens if you try a certain thing on a
|
||||
|
@ -1,7 +1,7 @@
|
||||
#! /bin/bash
|
||||
|
||||
## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
||||
## Free Software Foundation, Inc.
|
||||
## Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
||||
## 2010 Free Software Foundation, Inc.
|
||||
|
||||
## Author: Francesco Potorti` <pot@gnu.org>
|
||||
|
||||
@ -59,7 +59,7 @@ There is a new pretest available in
|
||||
<ftp://alpha.gnu.org/gnu/emacs/pretest/emacs-$NEW.tar.gz>
|
||||
|
||||
Please report results from compiling and running the pretest to
|
||||
<emacs-pretest-bug@gnu.org>. Your feedback is necessary for us
|
||||
<bug-gnu-emacs@gnu.org>. Your feedback is necessary for us
|
||||
to know on which platforms the pretest has been tried.
|
||||
|
||||
If you have the tars from the previous pretest, and you have the
|
||||
|
@ -1,3 +1,8 @@
|
||||
2010-01-12 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* trouble.texi (Checklist): Use bug-gnu-emacs rather than
|
||||
emacs-pretest-bug for bug reports for development versions.
|
||||
|
||||
2010-01-11 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* display.texi (Highlight Interactively): `t' does not mean highlight
|
||||
|
@ -1,6 +1,7 @@
|
||||
@c This is part of the Emacs manual.
|
||||
@c Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 2001, 2002,
|
||||
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
@c 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
|
||||
@c Free Software Foundation, Inc.
|
||||
@c See file emacs.texi for copying conditions.
|
||||
@iftex
|
||||
@chapter Dealing with Common Problems
|
||||
@ -540,10 +541,8 @@ well.
|
||||
|
||||
@cindex reporting bugs
|
||||
The best way to send a bug report is to mail it electronically to the
|
||||
Emacs maintainers at @email{bug-gnu-emacs@@gnu.org}, or to
|
||||
@email{emacs-pretest-bug@@gnu.org} if you are pretesting an Emacs beta
|
||||
release. (If you want to suggest a change as an improvement, use the
|
||||
same address.)
|
||||
Emacs maintainers at @email{bug-gnu-emacs@@gnu.org}. (If you want to
|
||||
suggest a change as an improvement, use the same address.)
|
||||
|
||||
If you'd like to read the bug reports, you can find them on the
|
||||
newsgroup @samp{gnu.emacs.bug}; keep in mind, however, that as a
|
||||
|
@ -1,4 +1,4 @@
|
||||
Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Copyright (C) 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
See end for license conditions.
|
||||
|
||||
|
||||
@ -73,7 +73,7 @@ Every patch must have several pieces of information before we
|
||||
can properly evaluate it.
|
||||
|
||||
When you have all these pieces, bundle them up in a mail message and
|
||||
send it to emacs-pretest-bug@gnu.org or emacs-devel@gnu.org.
|
||||
send it to bug-gnu-emacs@gnu.org or emacs-devel@gnu.org.
|
||||
|
||||
All subsequent discussion should also be sent to the mailing list.
|
||||
|
||||
@ -149,9 +149,7 @@ giving you write access to the CVS repository.
|
||||
|
||||
Discussion about Emacs development takes place on emacs-devel@gnu.org.
|
||||
|
||||
Bug reports for released versions are sent to bug-gnu-emacs@gnu.org.
|
||||
|
||||
Bug reports for development versions are sent to emacs-pretest-bug@gnu.org.
|
||||
Bug reports are sent to bug-gnu-emacs@gnu.org.
|
||||
|
||||
You can subscribe to the mailing lists at savannah.gnu.org/projects/emacs.
|
||||
|
||||
|
@ -1,3 +1,8 @@
|
||||
2010-01-12 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* CONTRIBUTE, NEWS: Use bug-gnu-emacs rather than emacs-pretest-bug
|
||||
for bug reports for development versions.
|
||||
|
||||
2010-01-01 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* NEWS: Fix typos.
|
||||
|
4
etc/NEWS
4
etc/NEWS
@ -1,9 +1,9 @@
|
||||
GNU Emacs NEWS -- history of user-visible changes.
|
||||
|
||||
Copyright (C) 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
Copyright (C) 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
|
||||
See the end of the file for license conditions.
|
||||
|
||||
Please send Emacs bug reports to emacs-pretest-bug@gnu.org.
|
||||
Please send Emacs bug reports to bug-gnu-emacs@gnu.org.
|
||||
If possible, use M-x report-emacs-bug.
|
||||
|
||||
This file is about changes in Emacs version 23.
|
||||
|
@ -1,3 +1,8 @@
|
||||
2010-01-12 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* mail/emacsbug.el (report-emacs-bug-pretest-address): Set
|
||||
it to bug-gnu-emacs rather than emacs-pretest-bug.
|
||||
|
||||
2010-01-12 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* cedet/data-debug.el (data-debug): Fix customization group reference.
|
||||
|
@ -1,7 +1,8 @@
|
||||
;;; emacsbug.el --- command to report Emacs bugs to appropriate mailing list
|
||||
|
||||
;; Copyright (C) 1985, 1994, 1997, 1998, 2000, 2001, 2002, 2003, 2004,
|
||||
;; 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
|
||||
;; 2005, 2006, 2007, 2008, 2009, 2010
|
||||
;; Free Software Foundation, Inc.
|
||||
|
||||
;; Author: K. Shane Hartman
|
||||
;; Maintainer: FSF
|
||||
@ -41,10 +42,11 @@
|
||||
:group 'emacsbug
|
||||
:type 'string)
|
||||
|
||||
(defcustom report-emacs-bug-pretest-address "emacs-pretest-bug@gnu.org"
|
||||
(defcustom report-emacs-bug-pretest-address "bug-gnu-emacs@gnu.org"
|
||||
"Address of mailing list for GNU Emacs pretest bugs."
|
||||
:group 'emacsbug
|
||||
:type 'string)
|
||||
:type 'string
|
||||
:version "23.2") ; emacs-pretest-bug -> bug-gnu-emacs
|
||||
|
||||
(defcustom report-emacs-bug-no-confirmation nil
|
||||
"If non-nil, suppress the confirmations asked for the sake of novice users."
|
||||
|
@ -1,3 +1,8 @@
|
||||
2010-01-12 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* emacs.c (REPORT_EMACS_BUG_PRETEST_ADDRESS): Set it to
|
||||
bug-gnu-emacs rather than emacs-pretest-bug.
|
||||
|
||||
2010-01-11 Chong Yidong <cyd@stupidchicken.com>
|
||||
|
||||
* nsterm.m (syms_of_nsterm): Initialize Qcontrol etc. before
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* Fully extensible Emacs, running on Unix, intended for GNU.
|
||||
Copyright (C) 1985, 1986, 1987, 1993, 1994, 1995, 1997, 1998, 1999,
|
||||
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
|
||||
Free Software Foundation, Inc.
|
||||
2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
||||
2010 Free Software Foundation, Inc.
|
||||
|
||||
This file is part of GNU Emacs.
|
||||
|
||||
@ -747,7 +747,7 @@ void (*__malloc_initialize_hook) () = malloc_initialize_hook;
|
||||
|
||||
|
||||
#define REPORT_EMACS_BUG_ADDRESS "bug-gnu-emacs@gnu.org"
|
||||
#define REPORT_EMACS_BUG_PRETEST_ADDRESS "emacs-pretest-bug@gnu.org"
|
||||
#define REPORT_EMACS_BUG_PRETEST_ADDRESS "bug-gnu-emacs@gnu.org"
|
||||
|
||||
/* This function is used to determine an address to which bug report should
|
||||
be sent. */
|
||||
|
Loading…
Reference in New Issue
Block a user