aboutsummaryrefslogtreecommitdiffstats
path: root/admin/notes/bugtracker (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update some URLsPaul Eggert2019-09-231-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.
* Add new section on reading a bug to admin/notes/bugtrackerStefan Kangas2019-07-101-0/+4
| | | | | * admin/notes/bugtracker: New section "How do I read a bug?" in "Quickstart" (Bug#36560).
* Merge from origin/emacs-26Glenn Morris2019-03-201-7/+15
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 24b6e6e (origin/emacs-26) * etc/AUTHORS: Update. 2f22a17 * ; ChangeLog.3 update 0f523de Improve indexing of the user manual bd5795e Fix url-copy-file arglist eaa188a ; * admin/notes/bugtracker: Minor additions and updates. 5ed05fb Fix downloading updates for packages with non-ASCII descriptions e9f2d1f * etc/NEWS: Remove temporary markers. 24fc133 * doc/misc/cc-mode.texi (Config Basics): in @itemize, @asis -... 0f325d1 Don't clobber 'comint-input-autoexpand' in 'read-shell-command' bc75589 Document restrictions when setting window margins, fringes or... cc4cebf More improvements for 'read-buffer's doc string d026d9a * lisp/progmodes/cc-defs.el: Update c-version to 5.33.2 for E... 5dbf08b * src/minibuf.c (Fread_buffer): Minor doc fixes. (Bug#34749) # Conflicts: # etc/NEWS # lisp/url/url-handlers.el
| * ; * admin/notes/bugtracker: Minor additions and updates.Eli Zaretskii2019-03-191-7/+15
| |
* | Use “Cc” for email copies, as per RFC 5322.Paul Eggert2018-05-201-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
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-4/+4
|
* Mention how to send CC to > 1 address in a bug reportTino Calancha2017-10-181-1/+4
| | | | | * admin/notes/bugtracker (* More detailed information): mention how to CC to more than 1 address (Bug#28833).
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-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:.
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-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.
* Document the release processXue Fuqiao2015-11-151-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.
* Prefer straight quoting in some text filesPaul Eggert2015-09-111-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.
* Lessen focus on ChangeLog files, as opposed to change log entries.Paul Eggert2014-11-191-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.
* Git transition patchEric S. Raymond2014-11-111-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.
* X-Debbugs-CC clarificationsGlenn Morris2013-05-091-10/+14
|
* Fix typoGlenn Morris2013-04-061-1/+1
|
* More details of X-Debbugs-Envelope-ToGlenn Morris2013-03-311-1/+3
|
* usertags updatesGlenn Morris2012-10-131-14/+17
|
* Useless use of catGlenn Morris2012-09-231-1/+1
|
* How to restore a mail from the mailman moderation messageGlenn Morris2012-09-121-0/+10
|
* Prefer typical American spelling for "acknowledgment".Paul Eggert2012-07-241-1/+1
|
* Fix and doc-fix for `buffer-local-variables'.Chong Yidong2012-02-071-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
* * admin/notes/bugtracker: How to add new tags.Glenn Morris2011-07-141-0/+8
|
* * admin/notes/bugtracker: Small updates.Glenn Morris2011-05-141-6/+9
|
* Merge from emacs-23; up to 2010-06-02T00:10:42Z!yamaoka@jpl.org.Glenn Morris2011-02-221-1/+1
|\
| * admin/notes/bugtracker (bugtracker_debbugs_url): Fix typo.Juanma Barranquero2011-02-221-1/+1
| |
* | * admin/notes/bugtracker: Small updates.Glenn Morris2011-02-081-0/+5
| |
* | Merge changes from emacs-23 branchChong Yidong2010-11-271-3/+3
|\ \ | |/
| * bugtracker: REALLY correct locations of bzr *.conf files.Eli Zaretskii2010-11-221-1/+1
| |
| * bugtracker: Correct locations of bzr *.conf files.Eli Zaretskii2010-11-211-2/+2
| |
* | Merge from emacs-23Stefan Monnier2010-11-171-7/+32
|\ \ | |/
| * The `fixes' attribute does show in `bzr log'.Eli Zaretskii2010-11-121-4/+4
| |
| * Expand and clarify the description of bugtracker setting for bzr.Eli Zaretskii2010-11-121-1/+24
| |
| * Comments related to `bzr commit --fixes'.Glenn Morris2010-11-091-2/+4
| |
* | * admin/notes/bugtracker: Mention "found".Glenn Morris2010-10-301-0/+8
| |
* | * admin/notes/bugtracker: Note on some emacs-bug-tracker minutiae.Glenn Morris2010-06-081-0/+17
| |
* | * admin/notes/bugtracker: More about recovering from moderation mistakes.Glenn Morris2010-05-221-0/+4
|/
* * admin/notes/bugtracker: Minor updates.Glenn Morris2010-04-131-7/+16
|
* * bugtracker: Debbugs's X-Emacs mail headers are now X-GNU headers.Glenn Morris2010-03-101-4/+4
|
* Explain pkreport sort options.Glenn Morris2010-02-031-0/+20
| | | | What to do about moderation mistakes.
* Explain mbox folder links.Glenn Morris2010-01-281-0/+11
|
* Add some details of bzr's --fixes option.Glenn Morris2010-01-271-4/+6
|
* Add a quick-start guide.Glenn Morris2010-01-261-5/+56
| | | | Add details of what happens when a bug is closed.
* Add the aliases bug-emacs and bug-gnumacs.Glenn Morris2010-01-241-2/+5
|
* Small fixes.Glenn Morris2010-01-231-5/+4
|
* Fix some details of previous change.Glenn Morris2010-01-231-10/+11
|
* Update X-Debbugs-CC details.Glenn Morris2010-01-231-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.
* Some more pointless updates.Glenn Morris2010-01-141-15/+15
|
* Comment on out-of-sequence messages.Glenn Morris2009-12-231-0/+2
|
* Add some notes on the debbugs.gnu.org setup.Glenn Morris2009-12-221-0/+70
|
* Update some addresses for debbugs.gnu.org.Glenn Morris2009-12-191-19/+13
|