From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Engster Newsgroups: gmane.emacs.devel Subject: Re: CEDET version Date: Wed, 23 Jan 2013 21:39:16 +0100 Message-ID: <871udby6q3.fsf@engster.org> References: <87txqgjfmx.fsf@mail36.net> <9c38xzv0q7.fsf@fencepost.gnu.org> <76ehhjw8bb.fsf_-_@fencepost.gnu.org> <87wqv62vu1.fsf@engster.org> <0ca9s2ht87.fsf@fencepost.gnu.org> <50FE1044.1010307@siege-engine.com> <50FF17E0.8090208@siege-engine.com> <877gn42vsw.fsf@engster.org> <50FFE302.7080107@siege-engine.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1358973579 10651 80.91.229.3 (23 Jan 2013 20:39:39 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 23 Jan 2013 20:39:39 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Eric M. Ludlam" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jan 23 21:39:54 2013 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Ty76v-0006DR-Sn for ged-emacs-devel@m.gmane.org; Wed, 23 Jan 2013 21:39:54 +0100 Original-Received: from localhost ([::1]:33619 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ty76e-0003yH-JX for ged-emacs-devel@m.gmane.org; Wed, 23 Jan 2013 15:39:36 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:51169) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ty76V-0003y2-NK for emacs-devel@gnu.org; Wed, 23 Jan 2013 15:39:34 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ty76S-0002yl-Q5 for emacs-devel@gnu.org; Wed, 23 Jan 2013 15:39:27 -0500 Original-Received: from randomsample.de ([83.169.19.17]:40159) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ty76S-0002yV-Cg; Wed, 23 Jan 2013 15:39:24 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=randomsample.de; s=a; h=Content-Type:MIME-Version:Message-ID:Date:References:In-Reply-To:Subject:Cc:To:From; bh=r3URIeQoA9rVDqDCdWIAx5XSvzaXh7EjgUN6KBUJeB4=; b=Ll0dDaooa/0vTJmdcc//pIrtjuZYBVkPFoA6jlShvGqBb9M5i6htz0E6IJz12+nDZaIe4BrI4eBRKktZ1vSuyiyF+AiUs25s/OqO2vdGcGO7JQ9OxP23hn1ELgQMZHxJ; Original-Received: from dslc-082-083-042-050.pools.arcor-ip.net ([82.83.42.50] helo=spaten) by randomsample.de with esmtpsa (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.72) (envelope-from ) id 1Ty76Q-0000op-GM; Wed, 23 Jan 2013 21:39:22 +0100 In-Reply-To: <50FFE302.7080107@siege-engine.com> (Eric M. Ludlam's message of "Wed, 23 Jan 2013 08:17:54 -0500") User-Agent: Gnus/5.130006 (Ma Gnus v0.6) Emacs/24.2.50 (gnu/linux) Mail-Followup-To: "Eric M. Ludlam" , Glenn Morris , emacs-devel@gnu.org X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 83.169.19.17 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:156607 Archived-At: Eric M. Ludlam writes: >> For the future, I'd rather get rid of all those separate version numbers >> for all the sub-packages. They may have been useful back in the day, but >> I don't think they're worth the hassle now. Let's just have one CEDET >> version and be done with it. > > ...we could just remove all the version numbers, and call it CEDET 2.0. > > If there are dependencies out there on the version numbers, it > shouldn't be too hard to redirect to the overall cedet version. > > Doing that will be more work than just running my script. I've got > cub-scout overload the next two weeks coming on with a pinewood > derby. Is there a time crunch on this? We cannot do that for the coming release, since the emacs-24 branch has been in a freeze for quite some time now. So please let's first bump the versions, which I'll merge to emacs-24, and then rip out the versioning code, which I can merge to current trunk. -David