From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: storm@cua.dk (Kim F. Storm) Newsgroups: gmane.emacs.devel Subject: Tramp changelog entries messes up lisp/ChangeLog Date: 06 Feb 2003 00:12:34 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <5xptq67259.fsf@kfs2.cua.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: main.gmane.org 1044483608 10528 80.91.224.249 (5 Feb 2003 22:20:08 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 5 Feb 2003 22:20:08 +0000 (UTC) Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18gXti-0002jV-00 for ; Wed, 05 Feb 2003 23:20:02 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 18gY2T-0006yy-00 for ; Wed, 05 Feb 2003 23:29:05 +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 18gXuv-0001EH-0E for emacs-devel@quimby.gnus.org; Wed, 05 Feb 2003 17:21:17 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.10.13) id 18gXtw-0000e4-00 for emacs-devel@gnu.org; Wed, 05 Feb 2003 17:20:16 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.10.13) id 18gXqP-0006TX-00 for emacs-devel@gnu.org; Wed, 05 Feb 2003 17:16:39 -0500 Original-Received: from mail.filanet.dk ([195.215.206.179]) by monty-python.gnu.org with esmtp (Exim 4.10.13) id 18gXnH-0003tx-00 for emacs-devel@gnu.org; Wed, 05 Feb 2003 17:13:23 -0500 Original-Received: from kfs2.cua.dk.cua.dk (unknown [10.1.82.3]) by mail.filanet.dk (Postfix) with SMTP id 982D07C017 for ; Wed, 5 Feb 2003 23:13:21 +0100 (CET) Original-To: emacs-devel@gnu.org Original-Lines: 42 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50 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:11393 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:11393 I noticed that Kai (again) has included a big section of another ChangeLog file (for Tramp) into lisp/ChangeLog maintaining the dates of the original changelog. I don't object to keeping those dates, but it completely messes up the sequence of entries in the ChangeLog file, as illustrated below. I would suggest creating a new lisp/net/tramp/ directory and move the tramp*.el files there, and create a separate ChangeLog file there. I suppose it will then make sense to move all of the tramp related changelog entries from lisp/ChangeLog to lisp/net/tramp/ChangeLog. Here's the evidence: 2003-02-05 Kai Gro=DFjohann * net/tramp.el: Version 2.0.29 released. 2003-02-04 Michael Albinus 2003-02-03 Kai Gro=DFjohann 2003-01-28 Michael Albinus 2003-01-27 Michael Albinus 2003-01-25 Michael Albinus 2003-01-24 Michael Albinus 2003-01-21 Michael Albinus 2003-01-21 Michael Albinus 2003-01-14 Kai Gro=DFjohann 2003-01-13 Michael Albinus 2003-01-12 Michael Albinus 2003-01-02 Michael Albinus 2003-01-02 Kai Gro=DFjohann .. time warp ... 2003-02-04 Richard M. Stallman 2003-02-04 Juanma Barranquero 2003-02-04 Francesco Potort=EC 2003-02-04 Kim F. Storm 2003-02-03 Juanma Barranquero --=20 Kim F. Storm http://www.cua.dk