summaryrefslogtreecommitdiff
path: root/admin/release-process
AgeCommit message (Collapse)Author
2025-03-04Update Makefile and docs for new Spanish refcardsStefan Kangas
* etc/refcards/Makefile (PDF_SPANISH, PS_SPANISH): New variables. (PDF_TARGETS): Use above new variables. (spanish, spanish-ps): New targets for Spanish translation. (Bug#76300) * admin/release-process: * etc/refcards/README: Document new Spanish translation.
2025-01-24; Check man pages for mistakes less frequentlyStefan Kangas
* admin/make-tarball.txt: Move checking man pages from here... * admin/release-process: ...to here.
2025-01-24; * admin/release-process: Minor copy-edits.Stefan Kangas
2024-12-22; Update acknowledgments for Emacs 30Eli Zaretskii
* admin/release-process: Suggest a command to compare source trees. * doc/emacs/emacs.texi (Acknowledgments): * doc/emacs/ack.texi (Acknowledgments): Add authors of new stuff in Emacs 30.
2024-12-22; Update version tags of defcustomsEli Zaretskii
* admin/release-process: Expand on 'cusver-check'. * lisp/editorconfig.el (editorconfig-indentation-alist) (editorconfig-trim-whitespaces-mode): * lisp/eshell/em-cmpl.el (eshell-cmpl-remote-file-ignore): * lisp/eshell/esh-ext.el (eshell-explicit-remote-commands): * lisp/gnus/nnfeed.el (nnfeed-date-format): * lisp/net/newst-ticker.el (newsticker-ticker-period): * lisp/progmodes/cc-vars.el (c-warn-ids-with-dollar): * lisp/progmodes/cperl-mode.el (cperl-fontify-trailer): * lisp/progmodes/eglot.el (customize-package-emacs-version-alist) (eglot-events-buffer-config, eglot-confirm-server-edits) (eglot-prefer-plaintext): * lisp/progmodes/flymake.el (customize-package-emacs-version-alist): * lisp/progmodes/ruby-mode.el (ruby-rubocop-use-bundler): * lisp/progmodes/verilog-mode.el (verilog-indent-ignore-multiline-defines) (verilog-indent-ignore-regexp, verilog-indent-class-inside-pkg) (verilog-align-decl-expr-comments) (verilog-align-comment-distance, verilog-align-assign-expr) (verilog-align-typedef-regexp, verilog-align-typedef-words) (verilog-fontify-variables): * lisp/register.el (register-preview-display-buffer-alist): * lisp/vc/vc-annotate.el (vc-annotate-use-short-revision): Add missing :version tags and additions to 'customize-package-emacs-version-alist' as appropriate.
2020-11-13Merge from origin/emacs-27Glenn Morris
a3d316bbb7 (origin/emacs-27) Update information about refcards f43e9ad524 Avoid crashes in the daemon due to user interaction
2020-11-13Update information about refcardsEli Zaretskii
* admin/release-process (refcards): * admin/make-tarball.txt (refcards): Update information about generating refcards and required TeX/LaTeX packages.
2020-10-17* admin/release-process: Add note to update files from upstream.Stefan Kangas
(cherry picked from commit 86dd9d12aa5a273da2efd4ce8c6e35ae343f1494)
2020-10-17* admin/release-process: Add note to update files from upstream.Stefan Kangas
2020-08-31Merge from origin/emacs-27Glenn Morris
da4840af12 Adapt reminder-for-release-blocking-bugs
2020-08-27Adapt reminder-for-release-blocking-bugsMichael Albinus
* admin/admin.el (reminder-for-release-blocking-bugs): Require `debbugs-gnu' also in `interactive' form. * admin/release-process: Rename RELEASE-CRITICAL to RELEASE-BLOCKING. Adapt Emacs version. Describe `reminder-for-release-blocking-bugs'.
2020-08-15Make Gnus stop clobbering the M-s search prefix key bindingLars Ingebrigtsen
* doc/emacs/misc.texi (Gnus Summary Buffer): Ditto. * doc/misc/gnus.texi (Searching for Articles): Document moved M-s (bug#39706). * lisp/gnus/gnus-sum.el (gnus-summary-mode-map): Move gnus-summary-search-article-forward to M-s M-s, and add M-s M-r for gnus-summary-search-article-backward.
2020-02-25* lisp/textmodes/nroff-mode.el (nroff-mode-map): Remove key 'M-s' (bug#39706)Juri Linkov
2020-01-20* admin/release-process: Adapt bug numbers for release critical bugs.Michael Albinus
Mention debbugs-gnu-emacs-release-blocking-reports.
2018-07-07* admin/make-tarball.txt, admin/release-process: Refcard tweaks.Glenn Morris
2018-04-28Update the Emacs FAQEli Zaretskii
* doc/misc/efaq.texi (Latest version of Emacs): Update versions. (New in Emacs 26): New node. * admin/release-process: Mention the FAQ update as part of the release.
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.
2016-11-19* admin/release-process: Update versions and blocking bug numbers.Eli Zaretskii
2016-05-24; * admin/release-process: Move etc/HISTORY from here...Glenn Morris
; * admin/make-tarball.txt: ... to here.
2016-05-24; * admin/release-process: Copyedits.Glenn Morris
2016-03-19Adjudicate review comments in abbrevs.texiEli Zaretskii
* doc/lispref/abbrevs.texi (Abbrev Files, Abbrev Expansion): * doc/emacs/abbrevs.texi (Dabbrev Customization): State the default values of variables. Suggested by Steve Byrne <sbb@penguinis.org>. (Bug#23016) * admin/release-process (Check manuals): Mark files reviewed by Steve Byrne.
2016-02-03Quoting fixes in doc strings and diagnosticsPaul Eggert
* lisp/emacs-lisp/bytecomp.el (byte-compile-setq, byte-compile-funcall): * lisp/gnus/mml-smime.el (mml-smime-get-dns-cert) (mml-smime-get-ldap-cert): Follow user style preference when quoting diagnostics.
2016-01-02; * admin/release-process: Remove some obsolete records.Glenn Morris
2015-11-18; * admin/release-process: Minor copyedits and additions.Eli Zaretskii
2015-11-18* admin/release-process: Improve wording.Xue Fuqiao
2015-11-18Backport: Document 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. (cherry picked from commit 9a4aa0f5945a03611ae29c516025dbd353bd26ab)
2015-11-18Backport: * admin/release-process: Rename from admin/FOR-RELEASE.Xue Fuqiao
(cherry picked from commit f8cc14b59700e51a4e31139c0a65c8154995e055)