From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dan Nicolaescu Newsgroups: gmane.emacs.devel Subject: Re: Carbon port emacs-unicode-2 build problem under MacOSX Date: Fri, 09 Nov 2007 07:09:38 -0800 Message-ID: <200711091509.lA9F9cj0017064@oogie-boogie.ics.uci.edu> References: <47305F6E.2030204@gnu.org> <4731D43F.3060007@gnu.org> <200711081556.lA8Fulm5016419@oogie-boogie.ics.uci.edu> <200711090747.lA97loNF007692@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1194621050 7624 80.91.229.12 (9 Nov 2007 15:10:50 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 9 Nov 2007 15:10:50 +0000 (UTC) Cc: Adrian.B.Robert@gmail.com, emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 09 16:10:54 2007 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.50) id 1IqVVG-0007hP-Cd for ged-emacs-devel@m.gmane.org; Fri, 09 Nov 2007 16:10:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IqVV4-0008AC-II for ged-emacs-devel@m.gmane.org; Fri, 09 Nov 2007 10:10:26 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IqVV0-00085P-Ve for emacs-devel@gnu.org; Fri, 09 Nov 2007 10:10:23 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IqVUy-0007zg-F9 for emacs-devel@gnu.org; Fri, 09 Nov 2007 10:10:22 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IqVUy-0007zO-2s for emacs-devel@gnu.org; Fri, 09 Nov 2007 10:10:20 -0500 Original-Received: from oogie-boogie.ics.uci.edu ([128.195.1.41]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IqVUs-0002Hh-Ip; Fri, 09 Nov 2007 10:10:14 -0500 Original-Received: from mothra.ics.uci.edu (mothra.ics.uci.edu [128.195.6.93]) by oogie-boogie.ics.uci.edu (8.13.6/8.13.6) with ESMTP id lA9F9cj0017064; Fri, 9 Nov 2007 07:09:39 -0800 (PST) In-Reply-To: (Eli Zaretskii's message of "Fri\, 09 Nov 2007 12\:34\:54 +0200") Original-Lines: 23 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-0.41, required 5, autolearn=disabled, ALL_TRUSTED -1.44, FS_OBFU_X 1.03) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-detected-kernel: by monty-python.gnu.org: Solaris 9 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:82870 Archived-At: Eli Zaretskii writes: > > From: Dan Nicolaescu > > Date: Thu, 08 Nov 2007 23:47:50 -0800 > > Cc: Adrian.B.Robert@gmail.com, jasonr@gnu.org, monnier@iro.umontreal.ca, > > emacs-devel@gnu.org > > > > I respectfully disagree with that statement. I think you might > > underestimate the effort that would take to do rewrite the logs. Based > > on my experience with doing this for the multi-tty branch I don't > > think this is the case. I would estimate at least a day of work do get > > that done (might take a lot more than that though). > > Could you please describe the kinds of changes you needed to perform, > apart of replacing multiple entries for new functions/variables with a > single entry like "(foo): New function."? When the functions/variables are new is the easiest case. RMS also asked for all log entries for the same function/variable to be compacted into one. If the item in question has been modified 10 times, it makes for a lot of editing. On top of that, for multi-tty some things have been renamed 2-3 times...