all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Emacs 23.2 released
@ 2010-05-08  5:29 Chong Yidong
  2010-05-08 12:56 ` Drew Adams
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: Chong Yidong @ 2010-05-08  5:29 UTC (permalink / raw)
  To: emacs-devel

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.




^ permalink raw reply	[flat|nested] 12+ messages in thread

* RE: Emacs 23.2 released
  2010-05-08  5:29 Emacs 23.2 released Chong Yidong
@ 2010-05-08 12:56 ` Drew Adams
  2010-05-08 13:56 ` Sean Sieger
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 12+ messages in thread
From: Drew Adams @ 2010-05-08 12:56 UTC (permalink / raw)
  To: 'Chong Yidong', emacs-devel

Will a Windows binary be posted? Thanks.

http://ftp.gnu.org/gnu/emacs/windows/





^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Emacs 23.2 released
  2010-05-08  5:29 Emacs 23.2 released Chong Yidong
  2010-05-08 12:56 ` Drew Adams
@ 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>
  2010-05-08 16:46 ` Stefan Monnier
  2010-05-09 11:19 ` Neal Becker
  3 siblings, 2 replies; 12+ 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] 12+ messages in thread

* RE: Emacs 23.2 released
  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>
  1 sibling, 0 replies; 12+ 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] 12+ messages in thread

* Re: Emacs 23.2 released
  2010-05-08  5:29 Emacs 23.2 released Chong Yidong
  2010-05-08 12:56 ` Drew Adams
  2010-05-08 13:56 ` Sean Sieger
@ 2010-05-08 16:46 ` Stefan Monnier
  2010-05-08 16:56   ` Eli Zaretskii
  2010-05-09 11:19 ` Neal Becker
  3 siblings, 1 reply; 12+ messages in thread
From: Stefan Monnier @ 2010-05-08 16:46 UTC (permalink / raw)
  To: Chong Yidong; +Cc: emacs-devel

> GNU Emacs 23.2 has been released, and is now available at

Thank you.  Now that this is out of the way, the emacs-23 branch is
again open to more changes, in preparation for Emacs-23.3.
It's not a free-for-all, tho.

But feel free to revise your commits to the trunk and see if any of them
might be good candidates for Emacs-23.3.

The kinds of changes we can accept for 23.3 are mostly bugfixes (but
they're not restricted to regressions any more), but if there are
improvements that you think can't wait for Emacs-24, or changes that are
very modular (typically adding a new package), then they might be
good candidates.  Of course, please always check on emacs-devel before
actually installing such changes.


        Stefan




^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Emacs 23.2 released
  2010-05-08 16:46 ` Stefan Monnier
@ 2010-05-08 16:56   ` Eli Zaretskii
  2010-05-08 18:57     ` Stefan Monnier
  0 siblings, 1 reply; 12+ messages in thread
From: Eli Zaretskii @ 2010-05-08 16:56 UTC (permalink / raw)
  To: Stefan Monnier; +Cc: cyd, emacs-devel

> From: Stefan Monnier <monnier@iro.umontreal.ca>
> Date: Sat, 08 May 2010 12:46:14 -0400
> Cc: emacs-devel@gnu.org
> 
> But feel free to revise your commits to the trunk and see if any of them
> might be good candidates for Emacs-23.3.

What is the recommended bzr procedure for backporting changes from the
trunk, without introducing possible conflicts in future merges from
the branch to the trunk?




^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: Emacs 23.2 released
  2010-05-08 16:56   ` Eli Zaretskii
@ 2010-05-08 18:57     ` Stefan Monnier
  0 siblings, 0 replies; 12+ messages in thread
From: Stefan Monnier @ 2010-05-08 18:57 UTC (permalink / raw)
  To: Eli Zaretskii; +Cc: cyd, emacs-devel

>> But feel free to revise your commits to the trunk and see if any of them
>> might be good candidates for Emacs-23.3.
> What is the recommended bzr procedure for backporting changes from the
> trunk, without introducing possible conflicts in future merges from
> the branch to the trunk?

I don't think there's any magic bullet, sadly.  Until now, I've been the
one who did the merges, so it basically means more pain for me.

One thing you can do to help me out is to label your backports as such,
by starting the commit message with "Backport:".  It won't make all
problems disappear, but it gives me a few more options for how to deal
with them (e.g.: merge up to the next non-backport, commit, then
merge the next backport(s), "bzr revert .", commit, ...;
this work particularly well if the backport-commits are contiguous).


        Stefan




^ permalink raw reply	[flat|nested] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ 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; 12+ 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] 12+ messages in thread

* Re: Emacs 23.2 released
  2010-05-08  5:29 Emacs 23.2 released Chong Yidong
                   ` (2 preceding siblings ...)
  2010-05-08 16:46 ` Stefan Monnier
@ 2010-05-09 11:19 ` Neal Becker
  3 siblings, 0 replies; 12+ messages in thread
From: Neal Becker @ 2010-05-09 11:19 UTC (permalink / raw)
  To: emacs-devel

Is 23.2 the same as 23.1.97?





^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2010-05-09 11:19 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-08  5:29 Emacs 23.2 released Chong Yidong
2010-05-08 12:56 ` Drew Adams
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>
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
2010-05-08 16:46 ` Stefan Monnier
2010-05-08 16:56   ` Eli Zaretskii
2010-05-08 18:57     ` Stefan Monnier
2010-05-09 11:19 ` Neal Becker

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.