diff options
| author | Paul Eggert | 2016-02-03 17:13:04 -0800 |
|---|---|---|
| committer | Paul Eggert | 2016-02-03 17:20:17 -0800 |
| commit | 91557f5e2decb723544a703d01f11879be07fd04 (patch) | |
| tree | 8f53ef75492e0552746c3f9a6da5b1efbc051b0e /admin/release-process | |
| parent | 2c0dc9fa70dcde56f68db6e72309f995e5c0e6e0 (diff) | |
| download | emacs-91557f5e2decb723544a703d01f11879be07fd04.tar.gz emacs-91557f5e2decb723544a703d01f11879be07fd04.zip | |
Quoting fixes in doc strings and diagnostics
* 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.
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 5a95fa2d7bc..2f23dac9b7f 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 | ||
| @@ -55,7 +55,7 @@ Change "block" to "unblock" to unblock the bug. | |||
| 55 | * TO BE DONE SHORTLY BEFORE RELEASE | 55 | * TO BE DONE SHORTLY BEFORE RELEASE |
| 56 | 56 | ||
| 57 | ** Make sure the Copyright date reflects the current year in the source | 57 | ** Make sure the Copyright date reflects the current year in the source |
| 58 | files. See `admin/notes/years' for information about maintaining | 58 | files. See 'admin/notes/years' for information about maintaining |
| 59 | copyright years for GNU Emacs. | 59 | copyright years for GNU Emacs. |
| 60 | 60 | ||
| 61 | ** Make sure the necessary sources and scripts for any generated files | 61 | ** Make sure the necessary sources and scripts for any generated files |
| @@ -344,10 +344,10 @@ windows.texi | |||
| 344 | 344 | ||
| 345 | * OTHER INFORMATION | 345 | * OTHER INFORMATION |
| 346 | 346 | ||
| 347 | For Emacs's versioning scheme, see `admin/notes/versioning'. | 347 | For Emacs's versioning scheme, see 'admin/notes/versioning'. |
| 348 | 348 | ||
| 349 | For instructions to create pretest or release tarballs, announcements, | 349 | For instructions to create pretest or release tarballs, announcements, |
| 350 | etc., see `admin/make-tarball.txt'. | 350 | etc., see 'admin/make-tarball.txt'. |
| 351 | 351 | ||
| 352 | 352 | ||
| 353 | Local variables: | 353 | Local variables: |