From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Juanma Barranquero" Newsgroups: gmane.emacs.devel Subject: Re: [Emacs-diffs] Changes to emacs/leim/ChangeLog,v Date: Tue, 1 Jul 2008 05:12:29 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1214881966 11184 80.91.229.12 (1 Jul 2008 03:12:46 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 1 Jul 2008 03:12:46 +0000 (UTC) Cc: emacs-devel@gnu.org To: "Eli Zaretskii" Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jul 01 05:13:32 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 1KDWJ8-0003eI-V0 for ged-emacs-devel@m.gmane.org; Tue, 01 Jul 2008 05:13:31 +0200 Original-Received: from localhost ([127.0.0.1]:57676 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KDWII-0001NA-AW for ged-emacs-devel@m.gmane.org; Mon, 30 Jun 2008 23:12:38 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KDWIC-0001L0-V3 for emacs-devel@gnu.org; Mon, 30 Jun 2008 23:12:33 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KDWIB-0001K7-E5 for emacs-devel@gnu.org; Mon, 30 Jun 2008 23:12:32 -0400 Original-Received: from [199.232.76.173] (port=49559 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KDWIB-0001Jp-5y for emacs-devel@gnu.org; Mon, 30 Jun 2008 23:12:31 -0400 Original-Received: from nf-out-0910.google.com ([64.233.182.186]:64627) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KDWIA-0002oY-RG for emacs-devel@gnu.org; Mon, 30 Jun 2008 23:12:31 -0400 Original-Received: by nf-out-0910.google.com with SMTP id c7so489892nfi.26 for ; Mon, 30 Jun 2008 20:12:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=SLN5OywTkDlvZvqi3EsgFG9qX7cOX8TdzgkLDqQqqXk=; b=bClFK07EQv6IE3+hGtt+tPxU+9BlBNN6F0SNcb0mbJBg+AksoVOqY3z/CC/K3o7V6N UJ9NagzGuiLFSzuLAb7xmSg/5llmXnWfw8svhj2uKQRCzvq7JfQBoREv9TcmShBgm8wd /pwa+O9ZTxobGFzkES0zqp050L23YQPmTwATE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=wsLHlHoCrh8TTcuxdPUA7820vtn/urmLUa2r4KpTLiNCzFo1IfGvU+VuJRx0XE7bBS 7nWag5YkvCmnv8hgRD6NFb+l9M5d0HQc8McNE9TUkNKxGrLZ3714CTfGFDpD+8hd/eRp dxKRoF1UQB6tX6/Ku/6q0Se1NQmaRyhcGtbWo= Original-Received: by 10.210.88.3 with SMTP id l3mr4854949ebb.79.1214881949793; Mon, 30 Jun 2008 20:12:29 -0700 (PDT) Original-Received: by 10.210.71.14 with HTTP; Mon, 30 Jun 2008 20:12:29 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:100254 Archived-At: On Tue, Jul 1, 2008 at 05:02, Eli Zaretskii wrote: > I always use "cvs up -kb" Well, that would make a difference, because then the ChangeLog is sent entirely, isn't it? > and I don't edit ChangeLog's for fixing past entries. The problem is not related to fixing past entries. It has happened to me many times when just adding a new entry. Juanma