* Re: Emacs 23.2 released
[not found] <8739y3q7uy.fsf@stupidchicken.com>
@ 2010-05-08 13:56 ` Sean Sieger
2010-05-08 14:00 ` Drew Adams
[not found] ` <mailman.5.1273327224.12744.help-gnu-emacs@gnu.org>
0 siblings, 2 replies; 6+ messages in thread
From: Sean Sieger @ 2010-05-08 13:56 UTC (permalink / raw)
To: emacs-devel; +Cc: help-emacs-windows, help-gnu-emacs
Chong Yidong <cyd@stupidchicken.com> writes:
GNU Emacs 23.2 has been released, and is now available at
ftp.gnu.org/gnu/emacs/ and the GNU FTP mirrors (see
http://www.gnu.org/order/ftp.html). The bzr tag in the emacs-23 branch
is EMACS_23_2.
I've sent the formal announcement to info-gnu-emacs. Here, I'd like to
thank the Emacs dev team, who've worked hard to make this release; as
well as the pretesters, and all those who've helped by reporting bugs.
The version in the emacs-23 branch is now 23.2.50, and the branch is
open for bugfixes. Emacs 23.3 is intended to be a mostly bugfix
release; if in doubt about whether a change should go into the branch,
just discuss on emacs-devel first.
The 23.2 manuals are not yet on the website; I will do this sometime in
the next few days.
Thanks.
Window binaries have been built succesfully and uploaded to
ftp://ftp.gnu.org/gnu/emacs/windows.
^ permalink raw reply [flat|nested] 6+ messages in thread
* RE: Emacs 23.2 released
2010-05-08 13:56 ` Emacs 23.2 released Sean Sieger
@ 2010-05-08 14:00 ` Drew Adams
[not found] ` <mailman.5.1273327224.12744.help-gnu-emacs@gnu.org>
1 sibling, 0 replies; 6+ messages in thread
From: Drew Adams @ 2010-05-08 14:00 UTC (permalink / raw)
To: 'Sean Sieger', emacs-devel; +Cc: help-emacs-windows, help-gnu-emacs
> Window binaries have been built succesfully and uploaded to
> ftp://ftp.gnu.org/gnu/emacs/windows.
Thanks.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Emacs 23.2 released
[not found] ` <mailman.5.1273327224.12744.help-gnu-emacs@gnu.org>
@ 2010-05-08 20:56 ` Alex Schroeder
2010-05-08 21:48 ` Juanma Barranquero
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Alex Schroeder @ 2010-05-08 20:56 UTC (permalink / raw)
To: help-gnu-emacs
I'm still trying to learn how to use bzr. When I try a bzr --tags|grep
EMACS I don't see the EMACS_23_2 tag. I wonder what's wrong in my
setup.
When trying to build the trunk, I get a cedet-related error… ("cedet/
semantic/decorate/include.el:30:1:Error: Wrong number of
arguments ...")
Any ideas?
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Emacs 23.2 released
2010-05-08 20:56 ` Alex Schroeder
@ 2010-05-08 21:48 ` Juanma Barranquero
2010-05-09 3:35 ` Stefan Monnier
[not found] ` <mailman.1.1273355333.21825.help-gnu-emacs@gnu.org>
2 siblings, 0 replies; 6+ messages in thread
From: Juanma Barranquero @ 2010-05-08 21:48 UTC (permalink / raw)
To: Alex Schroeder; +Cc: help-gnu-emacs
On Sat, May 8, 2010 at 22:56, Alex Schroeder <kensanata@gmail.com> wrote:
> I'm still trying to learn how to use bzr. When I try a bzr --tags|grep
> EMACS I don't see the EMACS_23_2 tag. I wonder what's wrong in my
> setup.
There's no such tag on the trunk, but it does exist on the emacs-23 branch:
C:\repo\emacs-23> bzr tags | grep EMACS_23
EMACS_23_1 ?
EMACS_23_1_BASE 96168
EMACS_23_2 99799
> When trying to build the trunk, I get a cedet-related error… ("cedet/
> semantic/decorate/include.el:30:1:Error: Wrong number of
> arguments ...")
>
> Any ideas?
I don't see the problem. Perhaps you do need to bootstrap?
Juanma
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Emacs 23.2 released
2010-05-08 20:56 ` Alex Schroeder
2010-05-08 21:48 ` Juanma Barranquero
@ 2010-05-09 3:35 ` Stefan Monnier
[not found] ` <mailman.1.1273355333.21825.help-gnu-emacs@gnu.org>
2 siblings, 0 replies; 6+ messages in thread
From: Stefan Monnier @ 2010-05-09 3:35 UTC (permalink / raw)
To: help-gnu-emacs
> I'm still trying to learn how to use bzr. When I try a bzr --tags|grep
> EMACS I don't see the EMACS_23_2 tag. I wonder what's wrong in my
> setup.
Tags in Bzr don't work quite like in CVS. But I've made a new "branch"
for Emacs-23.2, which can be used just as well as a tag:
sftp://bzr.sv.gnu.org/srv/bzr/emacs/emacs-23/emacs-23.2
Stefan
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Emacs 23.2 released
[not found] ` <mailman.1.1273355333.21825.help-gnu-emacs@gnu.org>
@ 2010-05-09 9:00 ` Alex Schroeder
0 siblings, 0 replies; 6+ messages in thread
From: Alex Schroeder @ 2010-05-09 9:00 UTC (permalink / raw)
To: help-gnu-emacs
On May 8, 11:48 pm, Juanma Barranquero <lek...@gmail.com> wrote:
> > When trying to build the trunk, I get a cedet-related error… ("cedet/
> > semantic/decorate/include.el:30:1:Error: Wrong number of
> > arguments ...")
>
> I don't see the problem. Perhaps you do need to bootstrap?
Hehe, it has been so long, I had forgotten about that. Tried it, and
it's still building. Thanks!
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-05-09 9:00 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <8739y3q7uy.fsf@stupidchicken.com>
2010-05-08 13:56 ` Emacs 23.2 released Sean Sieger
2010-05-08 14:00 ` Drew Adams
[not found] ` <mailman.5.1273327224.12744.help-gnu-emacs@gnu.org>
2010-05-08 20:56 ` Alex Schroeder
2010-05-08 21:48 ` Juanma Barranquero
2010-05-09 3:35 ` Stefan Monnier
[not found] ` <mailman.1.1273355333.21825.help-gnu-emacs@gnu.org>
2010-05-09 9:00 ` Alex Schroeder
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).