summaryrefslogtreecommitdiff
path: root/admin/notes/bugtracker
AgeCommit message (Collapse)Author
2024-07-18; Fix typosStefan Kangas
2024-03-17* admin/notes/bugtracker: Minor copyedit.Michael Albinus
2024-03-17; * admin/notes/bugtracker: Minor copyedit.Eli Zaretskii
2023-07-19; * admin/notes/bugtracker: Fix punctuation.Eli Zaretskii
2023-07-19; * admin/notes/bugtracker: Use 'e.g.' throughout the document.Arash Esbati
2021-10-04Don't use some obsolete names in documentationStefan Kangas
* admin/notes/bugtracker: Use non-obsolete name 'mail-dont-reply-to-names'. * admin/notes/multi-tty: Mention new variable name 'x-selection-value'. * doc/lispintro/emacs-lisp-intro.texi (Point and mark) (Point and mark, Design @value{COUNT-WORDS}): Avoid using obsolete name 'count-lines-region'. * doc/lispref/hooks.texi (Standard Hooks): Remove reference to obsolete abnormal hook 'completion-annotate-function'. * doc/misc/efaq.texi (SPC no longer completes file names): Remove reference to obsolete 'minibuffer-local-filename-must-match-map'; setting it has no effect. * doc/misc/gnus.texi (NNTP): Remove reference to obsolete variable 'nntp-authinfo-file'. * doc/misc/reftex.texi (Table of Contents, Creating Citations) (Options - Table of Contents, Options - Referencing Labels) (Options - Creating Citations, Options - Index Support) (Options - Index Support, Changes): Don't use obsolete names. * doc/misc/speedbar.texi (Minor Display Modes) (Major Display Modes): Make variable name suggestions more in line with existing non-obsolete variable. * lisp/textmodes/reftex-cite.el (reftex-select-bib-mode-map): * lisp/textmodes/reftex-ref.el (reftex-offer-label-menu): Don't use obsolete variable names. * lisp/progmodes/which-func.el (which-func-mode): Doc fix.
2020-08-30Some precisions to bug handlingMichael Albinus
* admin/admin.el (reminder-for-release-blocking-bugs): Add date to subject. * admin/notes/bug-triage: * admin/notes/bugtracker: Minor precisions.
2019-09-23Update some URLsPaul Eggert
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 Kangas
* admin/notes/bugtracker: New section "How do I read a bug?" in "Quickstart" (Bug#36560).
2019-03-20Merge from origin/emacs-26Glenn Morris
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
2019-03-19; * admin/notes/bugtracker: Minor additions and updates.Eli Zaretskii
2018-05-20Use “Cc” for email copies, as per RFC 5322.Paul Eggert
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 Eggert
2017-10-18Mention how to send CC to > 1 address in a bug reportTino Calancha
* 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 Eggert
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 Eggert
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-15Document the release processXue Fuqiao
* 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 Eggert
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 Eggert
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. Raymond
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 Morris
2013-04-06Fix typoGlenn Morris
2013-03-31More details of X-Debbugs-Envelope-ToGlenn Morris
2012-10-13usertags updatesGlenn Morris
2012-09-23Useless use of catGlenn Morris
2012-09-12How to restore a mail from the mailman moderation messageGlenn Morris
2012-07-24Prefer typical American spelling for "acknowledgment".Paul Eggert
2012-02-07Fix and doc-fix for `buffer-local-variables'.Chong Yidong
* 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 Morris
2011-05-14* admin/notes/bugtracker: Small updates.Glenn Morris
2011-02-22Merge from emacs-23; up to 2010-06-02T00:10:42Z!yamaoka@jpl.org.Glenn Morris
2011-02-22admin/notes/bugtracker (bugtracker_debbugs_url): Fix typo.Juanma Barranquero
2011-02-08* admin/notes/bugtracker: Small updates.Glenn Morris
2010-11-27Merge changes from emacs-23 branchChong Yidong
2010-11-22bugtracker: REALLY correct locations of bzr *.conf files.Eli Zaretskii
2010-11-21bugtracker: Correct locations of bzr *.conf files.Eli Zaretskii
2010-11-17Merge from emacs-23Stefan Monnier
2010-11-12The `fixes' attribute does show in `bzr log'.Eli Zaretskii
2010-11-12Expand and clarify the description of bugtracker setting for bzr.Eli Zaretskii
2010-11-09Comments related to `bzr commit --fixes'.Glenn Morris
2010-10-30* admin/notes/bugtracker: Mention "found".Glenn Morris
2010-06-08* admin/notes/bugtracker: Note on some emacs-bug-tracker minutiae.Glenn Morris
2010-05-22* admin/notes/bugtracker: More about recovering from moderation mistakes.Glenn Morris
2010-04-13* admin/notes/bugtracker: Minor updates.Glenn Morris
2010-03-10* bugtracker: Debbugs's X-Emacs mail headers are now X-GNU headers.Glenn Morris
2010-02-03Explain pkreport sort options.Glenn Morris
What to do about moderation mistakes.
2010-01-28Explain mbox folder links.Glenn Morris
2010-01-27Add some details of bzr's --fixes option.Glenn Morris
2010-01-26Add a quick-start guide.Glenn Morris
Add details of what happens when a bug is closed.
2010-01-24Add the aliases bug-emacs and bug-gnumacs.Glenn Morris