aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes/bugtracker (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-23Update some URLsPaul Eggert1-4/+4
This mostly changes http: to https: in URLs. It also updates some URLs that have moved, removes some URLs that no longer work, recommends against using procmail (procmail.org no longer works), and removes some mentions of the no-longer-existing Gmane, LPF and VTW. It doesn't update all URLs, just the ones I had time for. * GNUmakefile (help): * admin/admin.el (manual-doctype-string): * admin/charsets/Makefile.in (${charsetdir}/ALTERNATIVNYJ.map): * admin/charsets/mapconv: * lisp/net/soap-client.el (soap-create-envelope): * lisp/org/org.el (org-doi-server-url): * lisp/textmodes/bibtex.el (bibtex-generate-url-list): Prefer https: to http: un URLs.
2019-07-10Add new section on reading a bug to admin/notes/bugtrackerStefan Kangas1-0/+4
* admin/notes/bugtracker: New section "How do I read a bug?" in "Quickstart" (Bug#36560).
2019-03-19; * admin/notes/bugtracker: Minor additions and updates.Eli Zaretskii1-7/+15
2018-05-20Use “Cc” for email copies, as per RFC 5322.Paul Eggert1-13/+13
Also fix similar problems with Bcc, Fcc, In-Reply-To, and similar email headers. See thread starting at: https://lists.gnu.org/r/emacs-devel/2018-05/msg00463.html
2017-11-25maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert1-4/+4
2017-10-18Mention how to send CC to > 1 address in a bug reportTino Calancha1-1/+4
* admin/notes/bugtracker (* More detailed information): mention how to CC to more than 1 address (Bug#28833).
2017-10-01Prefer HTTPS to HTTP for gnu.orgPaul Eggert1-1/+1
This fixes some URLs I omitted from my previous pass, notably those in lists.gnu.org. Although lists.gnu.org does not yet support TLS 1.1, TLS 1.0 is better than nothing. * lisp/erc/erc.el (erc-official-location): * lisp/mail/emacsbug.el (report-emacs-bug): Use https:, not http:.
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-18/+18
Most of this change is to boilerplate commentary such as license URLs. This change was prompted by ftp://ftp.gnu.org's going-away party, planned for November. Change these FTP URLs to https://ftp.gnu.org instead. Make similar changes for URLs to other organizations moving away from FTP. Also, change HTTP to HTTPS for URLs to gnu.org and fsf.org when this works, as this will further help defend against man-in-the-middle attacks (for this part I omitted the MS-DOS and MS-Windows sources and the test tarballs to keep the workload down). HTTPS is not fully working to lists.gnu.org so I left those URLs alone for now.
2015-11-18Backport: Document the release processXue Fuqiao1-2/+1
* admin/notes/versioning: Add information about RC releases. * admin/release-process: Document the release process. * admin/authors.el (authors-ignored-files): * admin/README: Change FOR-RELEASE to release-process. * CONTRIBUTE: * admin/notes/bugtracker: Don't mention FOR-RELEASE. (cherry picked from commit 9a4aa0f5945a03611ae29c516025dbd353bd26ab)
2015-11-15Document the release processXue Fuqiao1-2/+1
* admin/notes/versioning: Add information about RC releases. * admin/release-process: Document the release process. * admin/authors.el (authors-ignored-files): * admin/README: Change FOR-RELEASE to release-process. * CONTRIBUTE: * admin/notes/bugtracker: Don't mention FOR-RELEASE.
2015-09-11Prefer straight quoting in some text filesPaul Eggert1-8/+8
Mostly this just changes ` to ' in static text. Some exceptions: * INSTALL.REPO: Use curved quotes, as the diagnostic in question typically does that now. * admin/quick-install-emacs (TRY, top level): Use straight quoting in diagnostics. * src/README: Fix working-directory confusion.
2014-11-19Lessen focus on ChangeLog files, as opposed to change log entries.Paul Eggert1-3/+3
This is in preparation for generating the former automatically from the latter. * admin/notes/bugtracker, admin/notes/copyright, admin/notes/newfile: ChangeLog -> change log * admin/notes/changelogs: Remove, merging old contents to ... * admin/notes/repo: ... here. * doc/emacs/maintaining.texi (Change Log): Mention that ChangeLog files may be copied to or from a version control system. * doc/emacs/trouble.texi (Sending Patches): Point to the commit messages. * doc/lispref/intro.texi (Acknowledgments): ChangeLog file -> change log entries. * doc/lispref/tips.texi (Library Headers): Emacs uses a version control system. * etc/CONTRIBUTE: Give advice about git commit messages and how to generate proposed patches containing them.
2014-11-11Git transition patchEric S. Raymond1-38/+0
All bzr revision IDS, and all CVS revision IDs for which a commit could be identified, were changed to time-date!committer version stamps. All .cvsignore files in the history became .gitignore files. Fixes-bug annotations from bzr were copied into the corresponding commit comments. (The first .cvsignore commit was 1999-09-30T14:07:54Z!fx@gnu.org>. The last CVS commit was <2009-12-27T08:11:12Z!cyd@stupidchicken.com>) Committer/author email addresses are generally correct for the transition day, not necessarily when the commit was originally made.
2014-11-11Git transition patchEric S. Raymond1-38/+0
All bzr revision IDS, and all CVS revision IDs for which a commit could be identified, were changed to time-date!committer version stamps. All .cvsignore files in the history became .gitignore files. Fixes-bug annotations from bzr were copied into the corresponding commit comments. (The first .cvsignore commit was 1999-09-30T14:07:54Z!fx@gnu.org>. The last CVS commit was <2009-12-27T08:11:12Z!cyd@stupidchicken.com>) Committer/author email addresses are generally correct for the transition day, not necessarily when the commit was originally made.
2013-05-09X-Debbugs-CC clarificationsGlenn Morris1-10/+14
2013-04-06Fix typoGlenn Morris1-1/+1
2013-03-31More details of X-Debbugs-Envelope-ToGlenn Morris1-1/+3
2012-10-13usertags updatesGlenn Morris1-14/+17
2012-09-23Useless use of catGlenn Morris1-1/+1
2012-09-12How to restore a mail from the mailman moderation messageGlenn Morris1-0/+10
2012-07-24Prefer typical American spelling for "acknowledgment".Paul Eggert1-1/+1
2012-02-07Fix and doc-fix for `buffer-local-variables'.Chong Yidong1-0/+11
* src/buffer.c (Fbuffer_local_variables) (buffer_lisp_local_variables): Handle unbound vars correctly; don't let Qunbound leak into Lisp. * doc/lispref/variables.texi (Creating Buffer-Local): Minor clarification to buffer-local-variables doc. Fixes: debbugs:10715
2011-07-14* admin/notes/bugtracker: How to add new tags.Glenn Morris1-0/+8
2011-05-14* admin/notes/bugtracker: Small updates.Glenn Morris1-6/+9
2011-02-22admin/notes/bugtracker (bugtracker_debbugs_url): Fix typo.Juanma Barranquero1-1/+1
2011-02-08* admin/notes/bugtracker: Small updates.Glenn Morris1-0/+5
2010-11-22bugtracker: REALLY correct locations of bzr *.conf files.Eli Zaretskii1-1/+1
2010-11-21bugtracker: Correct locations of bzr *.conf files.Eli Zaretskii1-2/+2
2010-11-12The `fixes' attribute does show in `bzr log'.Eli Zaretskii1-4/+4
2010-11-12Expand and clarify the description of bugtracker setting for bzr.Eli Zaretskii1-1/+24
2010-11-09Comments related to `bzr commit --fixes'.Glenn Morris1-2/+4
2010-10-30* admin/notes/bugtracker: Mention "found".Glenn Morris1-0/+8
2010-06-08* admin/notes/bugtracker: Note on some emacs-bug-tracker minutiae.Glenn Morris1-0/+17
2010-05-22* admin/notes/bugtracker: More about recovering from moderation mistakes.Glenn Morris1-0/+4
2010-04-13* admin/notes/bugtracker: Minor updates.Glenn Morris1-7/+16
2010-03-10* bugtracker: Debbugs's X-Emacs mail headers are now X-GNU headers.Glenn Morris1-4/+4
2010-02-03Explain pkreport sort options.Glenn Morris1-0/+20
What to do about moderation mistakes.
2010-01-28Explain mbox folder links.Glenn Morris1-0/+11
2010-01-27Add some details of bzr's --fixes option.Glenn Morris1-4/+6
2010-01-26Add a quick-start guide.Glenn Morris1-5/+56
Add details of what happens when a bug is closed.
2010-01-24Add the aliases bug-emacs and bug-gnumacs.Glenn Morris1-2/+5
2010-01-23Small fixes.Glenn Morris1-5/+4
2010-01-23Fix some details of previous change.Glenn Morris1-10/+11
2010-01-23Update X-Debbugs-CC details.Glenn Morris1-20/+38
Remove Mail-Followup-To, since it is no longer set. Mention replacement of addresses in new reports. Mention bazaar --fixes. Mention debbugs-submit administrivia setting. Mention how to test Debbugs changes.
2010-01-14Some more pointless updates.Glenn Morris1-15/+15
2009-12-23Comment on out-of-sequence messages.Glenn Morris1-0/+2
2009-12-22Add some notes on the debbugs.gnu.org setup.Glenn Morris1-0/+70
2009-12-19Update some addresses for debbugs.gnu.org.Glenn Morris1-19/+13
2009-12-17Expand on previous change.Glenn Morris1-1/+3
2009-12-17Refer to the static bug page (rather than the dynamic one) for a listGlenn Morris1-1/+2
of all bugs.