From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: "Eli Zaretskii" Newsgroups: gmane.emacs.devel Subject: Re: Tramp changelog entries messes up lisp/ChangeLog Date: Sat, 08 Feb 2003 11:44:27 +0200 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <1438-Sat08Feb2003114427+0200-eliz@is.elta.co.il> References: <5xptq67259.fsf@kfs2.cua.dk> Reply-To: Eli Zaretskii NNTP-Posting-Host: main.gmane.org X-Trace: main.gmane.org 1044697631 7717 80.91.224.249 (8 Feb 2003 09:47:11 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sat, 8 Feb 2003 09:47:11 +0000 (UTC) Cc: emacs-devel@gnu.org Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18hRZm-000209-00 for ; Sat, 08 Feb 2003 10:47:10 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18hRjk-0007k8-00 for ; Sat, 08 Feb 2003 10:57:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18hRaQ-0007id-00 for emacs-devel@quimby.gnus.org; Sat, 08 Feb 2003 04:47:50 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18hRa1-0007g6-00 for emacs-devel@gnu.org; Sat, 08 Feb 2003 04:47:25 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18hRZz-0007fp-00 for emacs-devel@gnu.org; Sat, 08 Feb 2003 04:47:24 -0500 Original-Received: from bilbo.inter.net.il ([192.114.186.18]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18hRZz-0007fa-00; Sat, 08 Feb 2003 04:47:23 -0500 Original-Received: from zaretsky (adsl-ayalon-pc-129-189.inter.net.il [213.8.129.189]) by bilbo.inter.net.il (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id AFF19624; Sat, 8 Feb 2003 11:47:20 +0200 (IST) Original-To: rms@gnu.org X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 In-reply-to: (message from Richard Stallman on Fri, 07 Feb 2003 18:10:07 -0500) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1b5 Precedence: list List-Id: Emacs development discussions. List-Help: List-Post: List-Subscribe: , List-Archive: List-Unsubscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:11504 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11504 > From: Richard Stallman > Date: Fri, 07 Feb 2003 18:10:07 -0500 > > When merging in changes that were made on various dates, the proper > thing to do is to combine and condense the change log entries and > enter them under a single date, which is the date that you installed > all the changes. This is sometimes hard to do, especially when the original sequence of log entries is long. This is because the original log frequently mentions multiple changes to the same function; merging them all into a single entry for each function is time-consuming and might actually lose information (e.g., when changes are backed up). So I think just re-dating the changes is good enough. But that's me...