From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: merging etc Date: Sat, 25 Aug 2007 21:05:00 -0400 Message-ID: References: <200708211523.l7LFNnVl000876@oogie-boogie.ics.uci.edu> <200708220820.l7M8KbIt026014@oogie-boogie.ics.uci.edu> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1188090360 28983 80.91.229.12 (26 Aug 2007 01:06:00 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 26 Aug 2007 01:06:00 +0000 (UTC) Cc: Juri Linkov , Dan Nicolaescu , Karoly Lorentey , Emacs-Devel To: "Miles Bader" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 26 03:05:53 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 1IP6Z1-0000N1-00 for ged-emacs-devel@m.gmane.org; Sun, 26 Aug 2007 03:05:44 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IP6Z0-0005kB-1c for ged-emacs-devel@m.gmane.org; Sat, 25 Aug 2007 21:05:14 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IP6Yv-0005ji-U4 for emacs-devel@gnu.org; Sat, 25 Aug 2007 21:05:09 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IP6Yr-0005iI-BY for emacs-devel@gnu.org; Sat, 25 Aug 2007 21:05:09 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IP6Yr-0005iF-5e for emacs-devel@gnu.org; Sat, 25 Aug 2007 21:05:05 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IP6Yq-0004MB-R0 for emacs-devel@gnu.org; Sat, 25 Aug 2007 21:05:04 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IP6Ym-0003pG-4Z; Sat, 25 Aug 2007 21:05:00 -0400 X-Spook: Majic Qaddafi Nazi bemd Pine Gap 9705 Samford Road BLU-97 X-Ran: YGl7;CT^M78g5d!P~`fC38dEl])ZmhmI1Z#xd|)[}y^Et=GQnO*([8GX-M):~`<~>|w7*8 X-Hue: cyan X-Attribution: GM In-Reply-To: (Miles Bader's message of "Wed, 22 Aug 2007 20:55:49 +0900") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-Detected-Kernel: Linux 2.6, seldom 2.4 (older, 4) 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:77171 Archived-At: "Miles Bader" wrote: > Ok, I've put all the changelog info from the arch logs into > "ChangeLog.multi-tty" files in the various emacs directories (on the > multi-tty branch). I split the entries by directory and generally > cleaned up the text. People won't want to hear this, but these ChangeLogs are not very good, IMO. This reflects the original logs, not the way they were combined, I should imagine. Eg I'm looking at the one for lib-src now, trying to clean it up. Many of the changes between the trunk and multi-tty are either not documented, or are not documented very cleanly. I'm finding it necessary to look at the diff between trunk and multi-tty to construct a proper log. Perhaps I have just found a bad example though.