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: merging etc Date: Sun, 26 Aug 2007 08:53:44 -0700 Message-ID: <200708261553.l7QFriJT009777@oogie-boogie.ics.uci.edu> 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 1188143717 8725 80.91.229.12 (26 Aug 2007 15:55:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 26 Aug 2007 15:55:17 +0000 (UTC) Cc: juri@jurta.org, Glenn Morris , miles@gnu.org, karoly@lorentey.hu, emacs-devel@gnu.org To: rms@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Aug 26 17:55:15 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 1IPKSG-0004BI-P1 for ged-emacs-devel@m.gmane.org; Sun, 26 Aug 2007 17:55:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IPKSG-0005BQ-Af for ged-emacs-devel@m.gmane.org; Sun, 26 Aug 2007 11:55:12 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IPKS6-000556-UF for emacs-devel@gnu.org; Sun, 26 Aug 2007 11:55:02 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IPKS5-00052w-8D for emacs-devel@gnu.org; Sun, 26 Aug 2007 11:55:02 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IPKS5-00052l-3L for emacs-devel@gnu.org; Sun, 26 Aug 2007 11:55:01 -0400 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 1IPKRt-0003YS-Vh; Sun, 26 Aug 2007 11:54:50 -0400 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 l7QFriJT009777; Sun, 26 Aug 2007 08:53:44 -0700 (PDT) In-Reply-To: (Richard Stallman's message of "Sun\, 26 Aug 2007 10\:56\:52 -0400") Original-Lines: 13 X-ICS-MailScanner: Found to be clean X-ICS-MailScanner-SpamCheck: not spam, SpamAssassin (score=-1.44, required 5, autolearn=disabled, ALL_TRUSTED -1.44) X-ICS-MailScanner-From: dann@mothra.ics.uci.edu X-Detected-Kernel: 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:77218 Archived-At: Richard Stallman writes: > 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? For fundamental reasons: emacsclient.c needed to be updated to deal with ttys and handling multiple terminals.