diff options
| author | John Wiegley | 2016-02-03 23:56:08 -0800 |
|---|---|---|
| committer | John Wiegley | 2016-02-03 23:56:08 -0800 |
| commit | 0608bf1c3d91196bcf06a6da96243f0fac119089 (patch) | |
| tree | d79a6c43cd10c681445b75f859545c9f88e41899 /admin/release-process | |
| parent | 91ab66201cedbcd2e4e8533a7152f6736ad08731 (diff) | |
| parent | ee7399792f865905d393df05c3d4e5ec309aa06c (diff) | |
| download | emacs-0608bf1c3d91196bcf06a6da96243f0fac119089.tar.gz emacs-0608bf1c3d91196bcf06a6da96243f0fac119089.zip | |
Merge from origin/emacs-25
ee73997 Make erc work better when encountering unknown prefix chars
b99141d Make erc completion case-insensitive again
66c4620 Make complection in erc use consistent casing
8c562b2 Make /QUIT in erc more robust
d93d2c5 Make tracking faces in Emacs work more reliably
af6ab7e Make shr not bug out on images on non-graphical displays
3311f40 Fix bookmark display widths
d90ab1e Fix typo in eww-make-unique-file-name
7f81825 Make it possible to TAB to input fields
a43a1dc Insert complete alt texts when images are disabled
56ed4e1 Allow eww text fields to grow
66b315c Make erc work when subword-mode is switched on
255b68f Fix IMAP doc example
91557f5 Quoting fixes in doc strings and diagnostics
2c0dc9f Fix warning message in hack-local-variables
504696d Etags: yet another improvement in Ruby tags
8784ebf Fix x-popup-menu on TTYs without a mouse
8b87ecb * lisp/emacs-lisp/map.el: Improvements to the docstring of the
pcase macro
6191003 Use pop-to-buffer-same-window in eww
fe321fd * autogen.sh: Revert all recent changes.
74ebd4a * make-dist: Updates related to nt/.
737193a * make-dist: Add modules/.
3696bf2 * make-dist: Update for super-special file that can't live in etc/.
a4278e2 Fix failure to compile ns-win.el in parallel builds
860da4d Fix names of tags generated for Ruby accessors
f6213ce Fix file-name recognition in 'etags'
e42e662 Change Ruby file names and extensions recognized by 'etags'
58bfb6a More improvements for Ruby support in 'etags'
c04e911 Add --git-config option to autogen.sh
5713466 Fix editing undo changes in eww fields
51362d6 Allow the user more control of popping up the eww window
ee0fbd8 Make eww-browse-url with new-window parameter work again
9c3142d Clean up eww code slightly
cb035f3 Don't insert nil faces in shr
4c3fae3 ; * lisp/progmodes/prolog.el: Remove some obsolete commentary.
93f2153 Improve the custom type of some user options.
9f60d7e Mark some risky calendar variables.
1d07dcd Highlight two additional SCSS keywords
ee8b466 Recommend enabling integrity-checking in git
e639e10 Some corrections in Elisp manual
d766ca8 Chatter when autogen.sh changes Git configuration
3b734e1 * org/org-compat.el (org-font-lock-ensure): Fix bogus test (bug#22399)
43cb9f8 Omit unnecessary history from Lisp intro
2fbd1da * etc/HISTORY: Add some more history, plus git tags.
c90e1b4 Improve elisp “Security Considerations” doc
cedd7ca autogen.sh now arranges for git to check hashes
86ce76b ; Fix ChangeLog.2 commit ID.
7b1d2b1 Fix (c & 040) typo in emergency escapes
a8273da Fix display of overlay strings with 'display' and 'box' property
fc48106 Fix imap-starttls-open
cdecbed Fix return value of imap-starttls-open
20c7e34 ; * etc/NEWS: Fix renamed command name
98bdbdb Correct reference to DARWIN_OS preprocessor symbol
b250d29 Spelling fix
b920a0e Spelling fixes
93b144b Pacify GCC on C library without glibc API
Diffstat (limited to 'admin/release-process')
| -rw-r--r-- | admin/release-process | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/admin/release-process b/admin/release-process index a9f4419e594..f378662adc0 100644 --- a/admin/release-process +++ b/admin/release-process | |||
| @@ -7,7 +7,7 @@ Each release cycle will be split into two periods. | |||
| 7 | ** Phase one: development | 7 | ** Phase one: development |
| 8 | 8 | ||
| 9 | The first phase of the release schedule is the "heads-down" working | 9 | The first phase of the release schedule is the "heads-down" working |
| 10 | period for new features, on the `master' branch and several feature | 10 | period for new features, on the 'master' branch and several feature |
| 11 | branches. | 11 | branches. |
| 12 | 12 | ||
| 13 | ** Phase two: fixing and stabilizing the release branch | 13 | ** Phase two: fixing and stabilizing the release branch |
| @@ -23,11 +23,11 @@ new features. | |||
| 23 | 23 | ||
| 24 | At the beginning of this phase, a release branch called "emacs-NN" | 24 | At the beginning of this phase, a release branch called "emacs-NN" |
| 25 | ("NN" represents the major version number of the new Emacs release) | 25 | ("NN" represents the major version number of the new Emacs release) |
| 26 | will be cut from `master'. When that happens, the version number on | 26 | will be cut from 'master'. When that happens, the version number on |
| 27 | `master' should be incremented; use admin/admin.el's `set-version' | 27 | 'master' should be incremented; use admin/admin.el's 'set-version' |
| 28 | command to do that, then commit the changes it made and push to | 28 | command to do that, then commit the changes it made and push to |
| 29 | `master'. For major releases, also update the value of | 29 | 'master'. For major releases, also update the value of |
| 30 | `customize-changed-options-previous-release'. | 30 | 'customize-changed-options-previous-release'. |
| 31 | 31 | ||
| 32 | The 2 main manuals, the User Manual and the Emacs Lisp Manual, need to | 32 | The 2 main manuals, the User Manual and the Emacs Lisp Manual, need to |
| 33 | be proofread, preferably by at least 2 different persons, and any | 33 | be proofread, preferably by at least 2 different persons, and any |
| @@ -35,7 +35,7 @@ uncovered problems fixed. This is a lot of work, so it is advisable | |||
| 35 | to divide the job between several people (see the checklist near the | 35 | to divide the job between several people (see the checklist near the |
| 36 | end of this file). | 36 | end of this file). |
| 37 | 37 | ||
| 38 | In parallel to this phase, `master' can receive new features, to be | 38 | In parallel to this phase, 'master' can receive new features, to be |
| 39 | released in the next release cycle. From time to time, the master | 39 | released in the next release cycle. From time to time, the master |
| 40 | branches merges bugfix commits from the "emacs-NN" branch. | 40 | branches merges bugfix commits from the "emacs-NN" branch. |
| 41 | 41 | ||
| @@ -56,7 +56,7 @@ Change "block" to "unblock" to unblock the bug. | |||
| 56 | * TO BE DONE SHORTLY BEFORE RELEASE | 56 | * TO BE DONE SHORTLY BEFORE RELEASE |
| 57 | 57 | ||
| 58 | ** Make sure the Copyright date reflects the current year in the source | 58 | ** Make sure the Copyright date reflects the current year in the source |
| 59 | files. See `admin/notes/years' for information about maintaining | 59 | files. See 'admin/notes/years' for information about maintaining |
| 60 | copyright years for GNU Emacs. | 60 | copyright years for GNU Emacs. |
| 61 | 61 | ||
| 62 | ** Make sure the necessary sources and scripts for any generated files | 62 | ** Make sure the necessary sources and scripts for any generated files |
| @@ -345,10 +345,10 @@ windows.texi | |||
| 345 | 345 | ||
| 346 | * OTHER INFORMATION | 346 | * OTHER INFORMATION |
| 347 | 347 | ||
| 348 | For Emacs's versioning scheme, see `admin/notes/versioning'. | 348 | For Emacs's versioning scheme, see 'admin/notes/versioning'. |
| 349 | 349 | ||
| 350 | For instructions to create pretest or release tarballs, announcements, | 350 | For instructions to create pretest or release tarballs, announcements, |
| 351 | etc., see `admin/make-tarball.txt'. | 351 | etc., see 'admin/make-tarball.txt'. |
| 352 | 352 | ||
| 353 | 353 | ||
| 354 | Local variables: | 354 | Local variables: |