From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.devel Subject: Re: Merging multi-tty Date: Wed, 22 Aug 2007 12:07:39 +0100 Message-ID: <46CC18FB.1080001@gnu.org> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1187780901 21819 80.91.229.12 (22 Aug 2007 11:08:21 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 22 Aug 2007 11:08:21 +0000 (UTC) Cc: emacs-devel To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Aug 22 13:08:19 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 1INo4L-0005sQ-Uj for ged-emacs-devel@m.gmane.org; Wed, 22 Aug 2007 13:08:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INo4L-0002IA-GC for ged-emacs-devel@m.gmane.org; Wed, 22 Aug 2007 07:08:13 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1INo4E-0002Ga-Lj for emacs-devel@gnu.org; Wed, 22 Aug 2007 07:08:06 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1INo4A-0002Ee-1b for emacs-devel@gnu.org; Wed, 22 Aug 2007 07:08:06 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1INo49-0002EX-SI for emacs-devel@gnu.org; Wed, 22 Aug 2007 07:08:01 -0400 Original-Received: from outmail1.freedom2surf.net ([194.106.33.237]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1INo49-0005Zk-Fk for emacs-devel@gnu.org; Wed, 22 Aug 2007 07:08:01 -0400 Original-Received: from [127.0.0.1] (i-83-67-23-108.freedom2surf.net [83.67.23.108]) by outmail1.freedom2surf.net (Postfix) with ESMTP id 7713352C3D; Wed, 22 Aug 2007 12:07:58 +0100 (BST) User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) In-Reply-To: X-Detected-Kernel: Linux 2.4-2.6 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:76955 Archived-At: joakim@verona.se wrote: >> On 2007-08-17 21:17 +0100, Richard Stallman wrote: >> >>> Would someone like to merge the multi-tty branch into the trunk? >>> >> I'd like to see this feature merged very much :) >> > > Yes please! What can we do to help? > The multi-tty branch is synced with the trunk, so theoretically it should be a case of checking in the files that have changed from the multi-tty branch to the trunk and writing appropriate summarized ChangeLog entries/checkin comments. It might be useful to first verify that the theory is correct by checking over the diffs, looking for code that might have been temporarily disabled or changed to quickly get something working on the multi-tty branch then forgotten about.