From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: merging etc Date: Sun, 26 Aug 2007 10:56:52 -0400 Message-ID: References: <200708211523.l7LFNnVl000876@oogie-boogie.ics.uci.edu> <200708220820.l7M8KbIt026014@oogie-boogie.ics.uci.edu> Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1188140346 32317 80.91.229.12 (26 Aug 2007 14:59:06 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 26 Aug 2007 14:59:06 +0000 (UTC) Cc: juri@jurta.org, dann@ics.uci.edu, emacs-devel@gnu.org, karoly@lorentey.hu, miles@gnu.org To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 26 16:59:02 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 1IPJZu-00069i-0V for ged-emacs-devel@m.gmane.org; Sun, 26 Aug 2007 16:59:02 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IPJZt-00064D-Jr for ged-emacs-devel@m.gmane.org; Sun, 26 Aug 2007 10:59:01 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IPJXv-0004y7-Or for emacs-devel@gnu.org; Sun, 26 Aug 2007 10:56:59 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IPJXu-0004xa-RN for emacs-devel@gnu.org; Sun, 26 Aug 2007 10:56:58 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IPJXu-0004xI-9c for emacs-devel@gnu.org; Sun, 26 Aug 2007 10:56:58 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IPJXt-0000ZZ-QK for emacs-devel@gnu.org; Sun, 26 Aug 2007 10:56:57 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.60) (envelope-from ) id 1IPJXo-0002MJ-Ks; Sun, 26 Aug 2007 10:56:52 -0400 In-reply-to: (message from Glenn Morris on Sat, 25 Aug 2007 21:05:00 -0400) 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:77215 Archived-At: 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. I am surprised that multi-tty required changes in lib-src. Why was that?