aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--admin/ChangeLog4
-rw-r--r--admin/notes/BRANCH18
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 @@
12004-05-08 Thien-Thi Nguyen <ttn@gnu.org>
2
3 * notes/BRANCH: New file, to be maintained per CVS branch.
4
12003-10-01 Miles Bader <miles@gnu.org> 52003-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 @@
1This file describes the CVS branch in which it is maintained.
2Everything below the line is branch-specific.
3________________________________________________________________________
4
5This is the "HEAD" branch, otherwise known as the "trunk". Its primary
6purpose is to accumulate changes that are not yet partitioned into a
7specific (versioned) release. When people say "use CVS emacs", this is
8the branch they are talking about. Likewise, a "cvs checkout" without
9the "-r" option results in this branch.
10
11The plans for this branch are not specified; Emacs hackers add to it
12relatively free of constraint (aside from proper legal / accounting
13practices), although sometimes there is related discussion on the
14emacs-devel mailing list.
15
16The closure process for this branch is undocumented; concepts such as
17"freeze", "release", or "integration with the trunk" are not applicable
18to this branch.