aboutsummaryrefslogtreecommitdiffstats
path: root/admin/release-process (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-25* lisp/textmodes/nroff-mode.el (nroff-mode-map): Remove key 'M-s' (bug#39706)Juri Linkov1-7/+2
2020-01-20* admin/release-process: Adapt bug numbers for release critical bugs.Michael Albinus1-4/+8
Mention debbugs-gnu-emacs-release-blocking-reports.
2018-07-07* admin/make-tarball.txt, admin/release-process: Refcard tweaks.Glenn Morris1-3/+3
2018-04-28Update the Emacs FAQEli Zaretskii1-0/+4
* 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 Eggert1-2/+2
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 Zaretskii1-4/+4
2016-05-24; * admin/release-process: Move etc/HISTORY from here...Glenn Morris1-2/+0
; * admin/make-tarball.txt: ... to here.
2016-05-24; * admin/release-process: Copyedits.Glenn Morris1-32/+37
2016-03-19Adjudicate review comments in abbrevs.texiEli Zaretskii1-2/+2
* 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 Eggert1-9/+9
* 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 Morris1-10/+10
2015-11-21; * admin/release-process: Mention the tracking bug for release of 25.2.Xue Fuqiao1-3/+4
2015-11-18; * admin/release-process: Minor copyedits and additions.Eli Zaretskii1-25/+46
2015-11-18* admin/release-process: Improve wording.Xue Fuqiao1-2/+4
2015-11-18Backport: Document the release processXue Fuqiao1-1/+52
* 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 Fuqiao1-114/+114
(cherry picked from commit f8cc14b59700e51a4e31139c0a65c8154995e055)
2015-11-15* admin/release-process: Rename from admin/FOR-RELEASE.Xue Fuqiao1-282/+0
2015-10-15New file etc/HISTORYPaul Eggert1-0/+2
* admin/FOR-RELEASE: Procedure for etc/HISTORY. * etc/HISTORY: New file. * etc/NEWS: Mention it.
2015-09-11Prefer straight quoting in some text filesPaul Eggert1-11/+11
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-08-07Refer to MS-DOS using the same name everywhere.Reuben Thomas1-2/+2
* admin/FOR-RELEASE: ``MS-DOG'', ``MSDOG'' and ``msdog'' become ``MS-DOS''; ``msdog'' in filenames becomes ``msdos''. * admin/MAINTAINERS: ditto. * doc/emacs/Makefile.in (EMACSSOURCES): ditto. * doc/emacs/emacs-xtra.texi: ditto. * doc/emacs/emacs.texi: ditto. * doc/emacs/makefile.w32-in: ditto. * doc/emacs/msdog-xtra.texi: ditto, and rename file. * doc/emacs/msdog.texi: ditto, and rename file. * lisp/arc-mode.el: ditto. * lisp/frame.el: ditto.
2014-06-05* admin/FOR-RELEASE: Mention ack.texiGlenn Morris1-0/+4
2014-05-28Remove pointless FOR-RELEASE noteGlenn Morris1-2/+0
2014-05-25* etc/FOR-RELEASE: Mention generated files.Glenn Morris1-0/+4
2014-03-20* lisp/electric.el (electric-newline-and-maybe-indent): New command.Stefan Monnier1-99/+99
Bind it globally to C-j. (electric-indent-mode): Don't mess with the global map any more. Don't drop the post-self-insert-hook is some buffer is still using it. * lisp/bindings.el (global-map): Remove C-j binding. Fixes: debbugs:16770
2014-01-10* doc/lispref/functions.texi (Advising Functions): New section.Stefan Monnier1-1/+0
* doc/lispref/modes.texi (Running Hooks): Don't document with-wrapper-hook and run-hook-wrapped any more. (Hooks): Link to the new Advising Functions node. * doc/lispref/elisp.texi (Top): Don't include advice.texi. * doc/lispref/advice.texi: Remove. * doc/lispref/makefile.w32-in (srcs): * doc/lispref/Makefile.in (srcs): Adjust accordingly. * doc/misc/cl.texi (Function Bindings): Fix incorrect description of cl-let.
2013-11-05FOR-RELEASE noteGlenn Morris1-0/+2
2013-09-20Checked TUTORIAL.cn.Xue Fuqiao1-2/+2
2013-09-20* admin/FOR-RELEASE: Remove outdated info.Xue Fuqiao1-1/+0
2013-08-13* admin/FOR-RELEASE: Add note about bad Texinfo node namesGlenn Morris1-0/+4
2013-07-03* admin/FOR-RELEASE: Add note about linc.py.Glenn Morris1-0/+14
2013-06-24Add some notes related to the Emacs www pagesGlenn Morris1-0/+8
2012-05-07FOR-RELEASE commentGlenn Morris1-0/+9
2012-04-30Regenerate etc/refcards/*.pdfGlenn Morris1-0/+1
2012-04-21More small edits for doc/lispref/windows.texiGlenn Morris1-1/+1
* doc/lispref/windows.texi (Textual Scrolling, Coordinates and Windows) (Window Configurations, Window Parameters, Window Hooks): Copyedits. (Textual Scrolling): Mention recenter-redisplay, recenter-top-bottom, and recenter-positions. Remove recenter example. * admin/FOR-RELEASE: Related markup.
2012-04-20Fix FOR-RELEASE typoGlenn Morris1-1/+1
2012-04-19FOR-RELEASE small editsGlenn Morris1-1/+6
2012-04-18More small doc and lispref edits related to processesGlenn Morris1-1/+1
* doc/lispref/processes.texi (Serial Ports, Byte Packing, Bindat Spec) (Bindat Functions): Copyedits. * src/process.c (Fset_process_inherit_coding_system_flag) (Fset_process_query_on_exit_flag): Doc fix (mention return value). (Fmake_network_process, Fmake_serial_process): Doc fix. * admin/FOR-RELEASE: Related markup.
2012-04-14doc/lispref/anti.texi small editsGlenn Morris1-1/+1
* doc/lispref/anti.texi (Antinews): Copyedits. Don't @dfn anything here. open-network-stream does exist in Emacs 23, but is simpler. * admin/FOR-RELEASE: Related markup.
2012-04-14* doc/emacs/msdog.texi (Windows Printing): It doesn't set printer-name.Glenn Morris1-5/+0
* admin/FOR-RELEASE: Related edit. Ref http://lists.gnu.org/archive/html/emacs-devel/2012-04/msg00402.html
2012-04-14More small edits for doc/emacs/mule.texiGlenn Morris1-1/+1
* doc/emacs/mule.texi (Language Environments): Move font info to "Fontsets". (Fontsets): Move intlfonts etc here from "Language Environments". Copyedits. (Defining Fontsets, Modifying Fontsets, Undisplayable Characters) (Unibyte Mode, Charsets, Bidirectional Editing): Copyedits. * admin/FOR-RELEASE: Related markup.
2012-04-04More small edits for doc/emacs/glossary.texiGlenn Morris1-1/+1
* doc/emacs/glossary.texi (Glossary): Copyedits. New items: Bidirectional Text, Client, Directory Local Variable, File Local Variable, Server, Theme, Trash Can. * admin/FOR-RELEASE: Related markup.
2012-03-31Edebug doc fixesGlenn Morris1-2/+2
* doc/lispref/edebug.texi (Instrumenting Macro Calls): Mention defining macros at instrumentation time. (Edebug Options): Mention edebug-unwrap-results. * lisp/emacs-lisp/edebug.el (edebug-unwrap-results): Doc fix. Comments. * admin/FOR-RELEASE: Markup.
2012-03-31Updates for Display chapter of Lisp manual.Chong Yidong1-1/+1
* doc/lispref/display.texi (Image Formats): Add imagemagick type. (Image Descriptors): Mention how they are used. (ImageMagick Images): Clarify role of imagemagick-register-types. (Character Display): Don't mention glyph tables. (Display Tables): Use make-glyph-code in example. (Glyphs): Avoid "simple glyph code" terminology. Note that glyph tables are semi-obsolete. De-document create-glyph. (Glyphless Chars): Note that display tables override this. (Bidirectional Display): Copyedits. Introduce "bidirectional reordering" terminology, and use it. * doc/emacs/files.texi (File Conveniences): Clarify Imagemagick discussion. * lisp/image.el (imagemagick-types-inhibit) (imagemagick-register-types): Doc fix.
2012-03-28Doc and lispref updates related to searchingGlenn Morris1-1/+1
* doc/lispref/searching.texi (Regexp Functions, Regexp Search): (Simple Match Data, Saving Match Data, Standard Regexps): Copyedits. (Regexp Functions): Mention regexp-opt is not guaranteed. Mention regexp-opt-charset. (Regexp Search): Recommend against looking-back. (Search and Replace): Use Texinfo recommended quote convention. Add more query-replace-map items. List multi-query-replace-map items. * lisp/replace.el (query-replace-map): Doc fix. * admin/FOR-RELEASE: Related markup.
2012-03-18Copyedits for Internals and OS chapters of Lisp manual.Chong Yidong1-3/+2
* doc/lispref/internals.texi (Building Emacs, Garbage Collection): Copyedits. (Writing Emacs Primitives): Re-organize discussion of functions with variable Lisp arguments are handled. Delete an obsolete remark, previously tagged as FIXME. * doc/lispref/os.texi (Idle Timers): Minor clarification. (Idle Timers): Link to Time of Day for description of time list.
2012-03-10Fixes for Mouse Menu node.Chong Yidong1-2/+2
* doc/lispref/keymaps.texi (Mouse Menus): Describe non-toolkit behavior as the non-default situation. Describe one-submenu exception. * doc/lispref/nonascii.texi (Character Properties): Copyedits. Fixes: debbugs:7695
2012-03-07FOR-RELEASE markupGlenn Morris1-1/+1
2012-03-06FOR-RELEASE markupGlenn Morris1-1/+1
2012-03-05* doc/lispref/positions.texi (Text Lines): Document count-words.Chong Yidong1-1/+1
2012-03-04Update Frames chapter of Lisp manager. Document clipboard manager.Chong Yidong1-1/+1
* doc/emacs/killing.texi (Clipboard): Document clipboard manager. * doc/lispref/windows.texi (Basic Windows, Coordinates and Windows) (Coordinates and Windows): * display.texi (Refresh Screen, Line Height, Face Attributes) (Overlay Arrow, Beeping, Glyphless Chars): Likewise. * doc/lispref/frames.texi (Frames): Remove little-used "terminal frame" and "window frame" terminology. (Frame Parameters, Font and Color Parameters, Initial Parameters) (Size and Position, Visibility of Frames): Callers changed. (Frames): Clarify which terminals in framep are graphical. (Initial Parameters): --geometry is not the only option which adds to initial-frame-alist. (Position Parameters): Note that icon-left and icon-top are for old window managers only. (Size Parameters): Sizes are in characters even on graphical displays. (Management Parameters): Note that window-id and outer-window-id can't really be changed, and that auto-raise isn't always obeyed. (Cursor Parameters): Document cursor-type explicitly. (Size and Position): The aliases set-screen-height and set-screen-width have been deleted. (Visibility of Frames): Mention "minimization". * doc/lispref/os.texi (Startup Summary): Minor clarifications. (Startup Summary, Suspending Emacs): Standardize on "text terminal" terminology.