SXEmacs 22.1.14 (Geo) is Released! v22.1.14
authorSteve Youngs <steve@sxemacs.org>
Sun, 13 Mar 2011 13:55:32 +0000 (23:55 +1000)
committerSteve Youngs <steve@sxemacs.org>
Sun, 13 Mar 2011 13:55:32 +0000 (23:55 +1000)
* INSTALL: Couple minor arch -> git updates.

* PROBLEMS: Update version it applies to

* etc/NEWS: Release day update

* autogen.sh (sxemacs_codename): Geo
  (TREE_VERSION): Bump

* info/sxemacs/sxemacs.texi (Top): Bump version the manual
corresponds to.

* info/sppm.texi: Update version and date macros

Signed-off-by: Steve Youngs <steve@sxemacs.org>
INSTALL
PROBLEMS
autogen.sh
etc/NEWS
info/sppm.texi
info/sxemacs/sxemacs.texi

diff --git a/INSTALL b/INSTALL
index 62c5220..0fdfeb9 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -4,7 +4,7 @@ Copyright (C) 2005 - 2008 Steve Youngs
 
 Building from tarball release: 
 -----------------------------
-(See "Building from arch source" below if you got SXEmacs that way)
+(See "Building from git source" below if you got SXEmacs that way)
 
 In a nutshell:
 -------------
@@ -358,8 +358,8 @@ tell you in much greater detail what they need and how you can get the
 files and information you need.
 
 
-Building from arch source:
--------------------------
+Building from git source:
+------------------------
 This is identical to building from the tarball sources, with the
 addition of an extra step, and some extra requirements (that are most
 likely already on your system).
@@ -372,7 +372,7 @@ likely already on your system).
 
 Extra requirements:
 ------------------
-The SXEmacs sources in the arch repo do not contain _any_ generated
+The SXEmacs sources in the git repo do not contain _any_ generated
 files.  You will need recent versions of the GNU autotools (automake,
 autoconf).
 
index fc68c21..d6a5775 100644 (file)
--- a/PROBLEMS
+++ b/PROBLEMS
@@ -1,6 +1,6 @@
                                                   -*- mode:outline -*-
 
-At the time of this release (SXEmacs 22.1.10), SXEmacs has the
+At the time of this release (SXEmacs 22.1.14), SXEmacs has the
 following idiosyncrasies: 
 
 * File Locations
index 01bf4cd..23cc576 100755 (executable)
@@ -27,14 +27,14 @@ if test -n "$GIT" -a -n "$($GIT symbolic-ref HEAD 2>/dev/null)"; then
        TREE_VERSION="$($GIT tag|tail -n1|tr -d v)"
        GIT_VERSION="$($GIT describe)"
 else
-       TREE_VERSION="22.1.13"
+       TREE_VERSION="22.1.14"
        GIT_VERSION="no_git_version"
 fi
 
 emacs_major_version="$(echo $TREE_VERSION|cut -d. -f1)"
 emacs_minor_version="$(echo $TREE_VERSION|cut -d. -f2)"
 emacs_beta_version="$(echo $TREE_VERSION|cut -d. -f3)"
-sxemacs_codename="Ford"
+sxemacs_codename="Geo"
 sxemacs_git_version="$GIT_VERSION"
 
 autoconf_ver=$(autoconf --version 2>/dev/null | head -n1)
index a1681ff..4412db6 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -20,6 +20,18 @@ in each release should look at the appropriate section of this file.
 
 
 \f
+* Changes in SXEmacs 22.1.14 (Geo)
+==================================
+
+We switched to git!  And this release cycle was all about updating the
+build chain, version strings, and docs and whatnot from tla-isms to
+git-isms. 
+
+You can now grab the SXEmacs sources via git with...
+
+   git clone http://git.sxemacs.org/sxemacs
+
+
 * Changes in SXEmacs 22.1.12 (Fiat)
 ===================================
 
index b99629e..71e0aca 100644 (file)
@@ -16,23 +16,19 @@ Steve
 @end macro
 
 @macro syc
-Copyright @copyright{} 2004 - 2010 @sy{}
+Copyright @copyright{} 2004 - 2011 @sy{}
 @end macro
 
 @macro sye
 @email{steve@@sxemacs.org, @sy{}}
 @end macro
 
-@macro yy
-2010
-@end macro
-
 @macro cver
-22.1.13
+22.1.14
 @end macro
 
 @macro nver
-22.1.14
+22.1.15
 @end macro
 
 
@@ -1751,11 +1747,11 @@ http://git.sxemacs.org/website  (our website is under git too)
 
 @subheading The tla repository for versions upto 22.1.12
 
-The old tla repos at http://arch.sxemacs.org/@yy{} still exist, and
+The old tla repos at http://arch.sxemacs.org/2010 still exist, and
 will remain forever.  If you ever need anything from them just install
 @code{tla} and leech them with that.
 
-The reason we are keeping the around indefinitely is because the move
+The reason we are keeping them around indefinitely is because the move
 to git meant a loss of history.  There are tools available for
 converting a arch repo to git, but they failed to work in our case
 because of the cached revisions in our repos.
index 51387a7..33beafd 100644 (file)
@@ -96,9 +96,7 @@ the author instead of in the original English.
 SXEmacs is the extensible, customizable, self-documenting real-time
 display editor.  This Info file describes how to edit with Emacs
 and some of how to customize it, but not how to extend it.  It
-corresponds to:
-
-steve@@sxemacs.org--2010/sxemacs--main--22.1.12--version-0
+corresponds to: v22.1.14
 
 Although, it hasn't had a complete rewrite for quite some time.