From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?ISO-8859-1?Q?Jan_Dj=E4rv?= Newsgroups: gmane.emacs.devel Subject: Re: unicode branch is merged to trunk Date: Sat, 02 Feb 2008 11:25:34 +0100 Message-ID: <47A4451E.2090703@swipnet.se> References: <87myqklknj.fsf@catnip.gol.com> <87y7a4tx4u.fsf@sec.modprobe.de> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1201947989 16669 80.91.229.12 (2 Feb 2008 10:26:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 2 Feb 2008 10:26:29 +0000 (UTC) Cc: emacs-devel@gnu.org To: Tom Rauchenwald Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Feb 02 11:26:50 2008 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 1JLFaD-0006CE-QG for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2008 11:26:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLFZl-0002cl-Rj for ged-emacs-devel@m.gmane.org; Sat, 02 Feb 2008 05:26:21 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JLFZH-0002Iu-O9 for emacs-devel@gnu.org; Sat, 02 Feb 2008 05:25:52 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JLFZH-0002I6-0H for emacs-devel@gnu.org; Sat, 02 Feb 2008 05:25:51 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JLFZG-0002Ht-Pe for emacs-devel@gnu.org; Sat, 02 Feb 2008 05:25:50 -0500 Original-Received: from av12-1-sn2.hy.skanova.net ([81.228.8.185]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JLFZG-0000Kx-Fw for emacs-devel@gnu.org; Sat, 02 Feb 2008 05:25:50 -0500 Original-Received: by av12-1-sn2.hy.skanova.net (Postfix, from userid 502) id C2BB8389C1; Sat, 2 Feb 2008 11:25:48 +0100 (CET) Original-Received: from smtp4-1-sn2.hy.skanova.net (smtp4-1-sn2.hy.skanova.net [81.228.8.92]) by av12-1-sn2.hy.skanova.net (Postfix) with ESMTP id 907623809F; Sat, 2 Feb 2008 11:25:48 +0100 (CET) Original-Received: from husetbladh.homeip.net (90-231-102-24-no59.tbcn.telia.com [90.231.102.24]) by smtp4-1-sn2.hy.skanova.net (Postfix) with ESMTP id 78CA437E44; Sat, 2 Feb 2008 11:25:48 +0100 (CET) User-Agent: Thunderbird 2.0.0.9 (Macintosh/20071031) In-Reply-To: <87y7a4tx4u.fsf@sec.modprobe.de> X-detected-kernel: by monty-python.gnu.org: 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:87993 Archived-At: Tom Rauchenwald skrev: > Miles Bader writes: > >> There are two CVS tags bracketing the merge, >> "before-merge-unicode-to-trunk", and "merge-unicode-to-trunk". >> >> The only processing of ChangeLogs I did was to _prepend_ the >> ChangeLog.unicode files to the corresponding ChangeLogs, munge the dates in >> the ChangeLog entries (to be today), and delete ChangeLog.unicode files. >> >> I didn't do anything with "etc/NEWS.unicode", as the structure of >> "etc/NEWS" seems to be complicated enough that some effort will be required >> to merge them. >> >> Thanks, > > Thanks for your work! It is highly appreciated. > Yes, good work! Jan D.