From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: Handling of commits in emacs-23 branch and trunk. Date: Fri, 23 Jul 2010 15:44:21 +0200 Message-ID: References: <4C3D6B74.6030500@swipnet.se> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1279892680 2901 80.91.229.12 (23 Jul 2010 13:44:40 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 23 Jul 2010 13:44:40 +0000 (UTC) Cc: emacs-devel@gnu.org To: Jan =?iso-8859-1?Q?Dj=E4rv?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jul 23 15:44:38 2010 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OcIYH-0002jx-37 for ged-emacs-devel@m.gmane.org; Fri, 23 Jul 2010 15:44:37 +0200 Original-Received: from localhost ([127.0.0.1]:54232 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OcIYD-0007mD-KZ for ged-emacs-devel@m.gmane.org; Fri, 23 Jul 2010 09:44:33 -0400 Original-Received: from [140.186.70.92] (port=33009 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OcIY7-0007m4-7Z for emacs-devel@gnu.org; Fri, 23 Jul 2010 09:44:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OcIY6-0006aW-44 for emacs-devel@gnu.org; Fri, 23 Jul 2010 09:44:27 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:39888) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OcIY6-0006aH-0G for emacs-devel@gnu.org; Fri, 23 Jul 2010 09:44:26 -0400 Original-Received: from ceviche.home (vpn-132-204-232-78.acd.umontreal.ca [132.204.232.78]) by pruche.dit.umontreal.ca (8.14.1/8.14.1) with ESMTP id o6NDiMQ1022394; Fri, 23 Jul 2010 09:44:23 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id 8667B660D2; Fri, 23 Jul 2010 15:44:21 +0200 (CEST) In-Reply-To: <4C3D6B74.6030500@swipnet.se> ("Jan =?iso-8859-1?Q?Dj=E4rv=22?= =?iso-8859-1?Q?'s?= message of "Wed, 14 Jul 2010 09:47:00 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV3584=0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:127696 Archived-At: > Now that trunk ia ANSI-C-ified, how shall emacs-23 commits that change > prototypes or add functions be handeled? The switch to ANSI C was done in Emacs-23 already. All that happened recently is to actively change old code to use the new ANSI syntax, but Emacs-23 already uses the ANSI syntax in various places. I.e. all new code in all branches should use ANSI syntax. Stefan