Mercurial > emacs
annotate admin/notes/BRANCH @ 107249:c7093188c806
Document :otf font-spec property.
* display.texi (Low-Level Font): Document :otf font-spec property.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 27 Feb 2010 10:18:07 -0500 |
parents | bd5f6908042c |
children | d5a9f1780d1e |
rev | line source |
---|---|
106879
bd5f6908042c
Edit some notes/ files to replace `cvs' with `bzr', or something general.
Glenn Morris <rgm@gnu.org>
parents:
102135
diff
changeset
|
1 This file describes the bzr branch in which it is maintained. |
55428 | 2 Everything below the line is branch-specific. |
3 ________________________________________________________________________ | |
4 | |
102135 | 5 This is the trunk (sometimes mistakenly called "HEAD"). |
106879
bd5f6908042c
Edit some notes/ files to replace `cvs' with `bzr', or something general.
Glenn Morris <rgm@gnu.org>
parents:
102135
diff
changeset
|
6 When people say "use the development version of Emacs" or the |
bd5f6908042c
Edit some notes/ files to replace `cvs' with `bzr', or something general.
Glenn Morris <rgm@gnu.org>
parents:
102135
diff
changeset
|
7 "bzr version of Emacs", this is the branch they are talking about. |
102135 | 8 |
9 Emacs development takes place on the trunk. Most of the time, Emacs | |
10 hackers add to it relatively free of constraint (aside from proper | |
11 legal / accounting practices), although sometimes there is related | |
12 discussion on the emacs-devel mailing list. | |
55428 | 13 |
102135 | 14 Sometime before the release of a new major version of Emacs (eg 22.1), |
15 a "feature freeze" is imposed on the trunk. No new features may be | |
16 added after this point. This is usually many months before the release. | |
17 During this time, there is no official place for development of new features. | |
55428 | 18 |
102135 | 19 Shortly before the release, a release branch is created. For example, |
20 EMACS_22_BASE or EMACS_21_1_RC for Emacs 22.x and 21.x, respectively. | |
21 (Unfortunately the naming scheme has not always been consistent.) | |
22 | |
23 The release branch is used to make the release (22.1), and all later | |
24 members of the series (22.2, 22.3, etc). Generally, only bug-fixes have | |
25 been allowed in the minor releases, although in 22.x, self-contained | |
26 new features were allowed on a case-by-case basis. | |
27 | |
28 From the point that a release branch is created, the trunk is free for | |
29 development for the next major version. |