Release day updates
[website] / changes / ChangeLog-22.1.14
1 commit f42afd30dde1a0b648be4926ff1f8bbc144134ab
2 Author: Steve Youngs <steve@sxemacs.org>
3 Date:   Sun Mar 13 23:55:32 2011 +1000
4
5     SXEmacs 22.1.14 (Geo) is Released!
6     
7         * INSTALL: Couple minor arch -> git updates.
8     
9         * PROBLEMS: Update version it applies to
10     
11         * etc/NEWS: Release day update
12     
13         * autogen.sh (sxemacs_codename): Geo
14           (TREE_VERSION): Bump
15     
16         * info/sxemacs/sxemacs.texi (Top): Bump version the manual
17         corresponds to.
18     
19         * info/sppm.texi: Update version and date macros
20     
21     Signed-off-by: Steve Youngs <steve@sxemacs.org>
22
23  INSTALL                   |    8 ++++----
24  PROBLEMS                  |    2 +-
25  autogen.sh                |    4 ++--
26  etc/NEWS                  |   12 ++++++++++++
27  info/sppm.texi            |   14 +++++---------
28  info/sxemacs/sxemacs.texi |    4 +---
29  6 files changed, 25 insertions(+), 19 deletions(-)
30
31 commit d891805a38bb4e015ddbedc87e3059b5527f168b
32 Merge: 375ba92 9a4d8ec
33 Author: Steve Youngs <steve@sxemacs.org>
34 Date:   Sun Nov 28 11:11:35 2010 +1000
35
36     Merge branch 'merges'
37
38 commit 9a4d8ec64ba725cd56180419c7232af8120b5537
39 Merge: 375ba92 6c61c41
40 Author: Nelson Ferreira <nelson.ferreira@ieee.org>
41 Date:   Sat Nov 27 15:26:33 2010 -0500
42
43     Merge branch 'sppm-git'
44
45 commit 6c61c414d4341c77789f83febad2d2d82b181d03
46 Author: Nelson Ferreira <nelson.ferreira@ieee.org>
47 Date:   Sat Nov 27 15:25:27 2010 -0500
48
49     Refactored a bit the SPPM portion of Patches and Version control. Now Patches only deals with how to send a patch, and Version Control shows how to setup repos. Cross references were added.
50     
51     Signed-off-by: Nelson Ferreira <nelson.ferreira@ieee.org>
52
53  info/sppm.texi |  361 ++++++++++++++++++++++++++++++++------------------------
54  1 files changed, 208 insertions(+), 153 deletions(-)
55
56 commit 375ba92b128405b26c2062df3c3cfc6f272f261b
57 Merge: ea7ec0e cffe579
58 Author: Steve Youngs <steve@sxemacs.org>
59 Date:   Mon Nov 15 11:15:38 2010 +1000
60
61     Merge branch 'merges'
62
63 commit cffe5798e48f3b8323844286b8318d5d1f393e5a
64 Merge: ea7ec0e 7e1e9d6
65 Author: Horst Günther Burkhardt III <horst@sxemacs.org>
66 Date:   Mon Nov 15 11:28:17 2010 +1100
67
68     Merge branch 'sppm-update'
69
70 commit 7e1e9d6a506850807c8fa254be39b0d71dfcac35
71 Author: Horst Günther Burkhardt III <horst@sxemacs.org>
72 Date:   Mon Nov 15 11:27:34 2010 +1100
73
74     A note on PRs and associated git hooks in sppm.texi 13.0.1
75     
76     Signed-off-by: Horst Günther Burkhardt III <horst@sxemacs.org>
77
78  info/sppm.texi |    8 +++++++-
79  1 files changed, 7 insertions(+), 1 deletions(-)
80
81 commit ea7ec0ecac0042c5de1c2f21d97695d9a5bb315d
82 Author: Steve Youngs <steve@sxemacs.org>
83 Date:   Thu Nov 11 09:00:00 2010 +1000
84
85     Quick typo fix in SPPM
86     
87     Signed-off-by: Steve Youngs <steve@sxemacs.org>
88
89  info/sppm.texi |    2 +-
90  1 files changed, 1 insertions(+), 1 deletions(-)
91
92 commit 0a2eab68ed661dff754c225796c266e5472c46ed
93 Merge: 6231bf6 23e85ff
94 Author: Steve Youngs <steve@sxemacs.org>
95 Date:   Wed Nov 10 14:40:00 2010 +1000
96
97     Merge branch 'sppmupd'
98
99 commit 23e85ff78951b7ec5bede55b34329e393997d90c
100 Author: Steve Youngs <steve@sxemacs.org>
101 Date:   Wed Nov 10 14:39:10 2010 +1000
102
103     Update SPPM converting all the tla stuff to git stuff
104     
105     This gives the SPPM the once over to cover all the stuff that changes
106     because we now use git.
107     
108         * info/sppm.texi (Patches): Rewrite for git
109           (Publicly Accessible Repo): New node.
110           (Private Repo): New node.
111           (Making Releases): Rewrite for git.
112           (Version Control): Rewrite for git.
113     
114     Signed-off-by: Steve Youngs <steve@sxemacs.org>
115
116  info/sppm.texi |  847 +++++++++++++++++++++-----------------------------------
117  1 files changed, 312 insertions(+), 535 deletions(-)
118
119 commit 6231bf69d122f8d604617c78914a48bcc25789a5
120 Author: Steve Youngs <steve@sxemacs.org>
121 Date:   Thu Nov 4 23:23:12 2010 +1000
122
123     Update the .gitignore to cater for in-tree builds
124     
125         * .gitignore: Update to cater for in-tree builds
126     
127     Signed-off-by: Steve Youngs <steve@sxemacs.org>
128
129  .gitignore                   |   70 +++++++++++++++++++++++++++++++++++++----
130  1 files changed, 63 insertions(+), 7 deletions(-)
131
132 commit fb572f497caf4cd28bdb8fa4b061a0e29528ab9a
133 Author: Steve Youngs <steve@sxemacs.org>
134 Date:   Thu Nov 4 21:44:02 2010 +1000
135
136     Convert the tla-generated versioning info to git-generated
137     
138         This changeset converts all of our sexy automagic versioning info
139         from being tla-based to being git-based.  The old tla variables
140         are now gone, replaced with git equivalents...
141     
142             SXEMACS_ARCH_VERSION -> SXEMACS_GIT_VERSION
143             sxemacs_arch_version -> sxemacs_git_version
144             sxemacs-arch-version -> sxemacs-git-version
145             SXEMACS_MAIN_ARCH_VERSION -> removed.
146     
147         Also, a .gitignore has been added to the repo.
148     
149         * src/emacs.c (vars_of_emacs): New variable, Vsxemacs_git_version,
150         sxemacs-git-version
151     
152         * m4/sxe-summary.m4: tla -> git
153     
154         * lisp/version.el (emacs-version): Use sxemacs-git-version instead
155         of the old arch one.
156     
157         * lisp/obsolete.el (sxemacs-arch-version): Obsolete it.
158     
159         * lisp/build-rpt.el (build-rpt-subject): Use SXEMACS_GIT_VERSION
160         instead of the old arch one.
161     
162         * configure.ac: tla -> git
163     
164         * autogen.sh: Convert all the tla/arch stuff to git stuff.
165     
166     Signed-off-by: Steve Youngs <steve@sxemacs.org>
167
168  .arch-inventory                      |   27 --------------
169  .gitignore                           |   63 +++++++++++++++++++++++++++++++++
170  autogen.sh                           |   64 ++++++++++------------------------
171  configure.ac                         |   30 +++++----------
172  etc/.arch-inventory                  |    3 --
173  info/.arch-inventory                 |    6 ---
174  info/internals/.arch-inventory       |    2 -
175  info/lispref/.arch-inventory         |    2 -
176  info/new-users-guide/.arch-inventory |    2 -
177  info/sxemacs/.arch-inventory         |    2 -
178  lib-src/.arch-inventory              |   29 ---------------
179  lisp/.arch-inventory                 |   13 -------
180  lisp/build-rpt.el                    |    2 +-
181  lisp/ffi/.arch-inventory             |    5 ---
182  lisp/mule/.arch-inventory            |    5 ---
183  lisp/obsolete.el                     |    3 ++
184  lisp/term/.arch-inventory            |    1 -
185  lisp/version.el                      |    6 ++--
186  m4/.arch-inventory                   |    3 --
187  m4/sxe-summary.m4                    |    7 +---
188  modules/.arch-inventory              |    4 --
189  modules/ase/.arch-inventory          |   19 ----------
190  modules/cl/.arch-inventory           |   13 -------
191  modules/ldap/.arch-inventory         |    6 ---
192  src/.arch-inventory                  |   40 ---------------------
193  src/database/.arch-inventory         |    8 ----
194  src/emacs.c                          |   17 ++-------
195  src/ent/.arch-inventory              |    8 ----
196  src/events/.arch-inventory           |    8 ----
197  src/media/.arch-inventory            |    9 -----
198  src/mem/.arch-inventory              |    9 -----
199  src/mule/.arch-inventory             |    8 ----
200  src/ui/.arch-inventory               |    8 ----
201  src/ui/Gtk/.arch-inventory           |    8 ----
202  src/ui/TTY/.arch-inventory           |    8 ----
203  src/ui/X11/.arch-inventory           |    8 ----
204  src/ui/lwlib/.arch-inventory         |   10 -----
205  tests/.arch-inventory                |    2 -
206  38 files changed, 104 insertions(+), 364 deletions(-)