diff options
| -rw-r--r-- | admin/ChangeLog | 4 | ||||
| -rw-r--r-- | admin/notes/BRANCH | 18 |
2 files changed, 22 insertions, 0 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog index cca47783b62..d0cc63f1e97 100644 --- a/admin/ChangeLog +++ b/admin/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2004-05-08 Thien-Thi Nguyen <ttn@gnu.org> | ||
| 2 | |||
| 3 | * notes/BRANCH: New file, to be maintained per CVS branch. | ||
| 4 | |||
| 1 | 2003-10-01 Miles Bader <miles@gnu.org> | 5 | 2003-10-01 Miles Bader <miles@gnu.org> |
| 2 | 6 | ||
| 3 | * quick-install-emacs: Don't use "function" keyword when defining | 7 | * quick-install-emacs: Don't use "function" keyword when defining |
diff --git a/admin/notes/BRANCH b/admin/notes/BRANCH new file mode 100644 index 00000000000..2c343e53f15 --- /dev/null +++ b/admin/notes/BRANCH | |||
| @@ -0,0 +1,18 @@ | |||
| 1 | This file describes the CVS branch in which it is maintained. | ||
| 2 | Everything below the line is branch-specific. | ||
| 3 | ________________________________________________________________________ | ||
| 4 | |||
| 5 | This is the "HEAD" branch, otherwise known as the "trunk". Its primary | ||
| 6 | purpose is to accumulate changes that are not yet partitioned into a | ||
| 7 | specific (versioned) release. When people say "use CVS emacs", this is | ||
| 8 | the branch they are talking about. Likewise, a "cvs checkout" without | ||
| 9 | the "-r" option results in this branch. | ||
| 10 | |||
| 11 | The plans for this branch are not specified; Emacs hackers add to it | ||
| 12 | relatively free of constraint (aside from proper legal / accounting | ||
| 13 | practices), although sometimes there is related discussion on the | ||
| 14 | emacs-devel mailing list. | ||
| 15 | |||
| 16 | The closure process for this branch is undocumented; concepts such as | ||
| 17 | "freeze", "release", or "integration with the trunk" are not applicable | ||
| 18 | to this branch. | ||