From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.devel Subject: Re: ChangeLog removal Date: Thu, 01 May 2008 13:46:42 -0400 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1209664100 19365 80.91.229.12 (1 May 2008 17:48:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 1 May 2008 17:48:20 +0000 (UTC) Cc: Andreas Schwab , emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Thu May 01 19:48:56 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 1Jrcto-0007UH-Lj for ged-emacs-devel@m.gmane.org; Thu, 01 May 2008 19:48:52 +0200 Original-Received: from localhost ([127.0.0.1]:48652 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jrct7-0000wF-OV for ged-emacs-devel@m.gmane.org; Thu, 01 May 2008 13:48:09 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Jrcs7-00006I-3t for emacs-devel@gnu.org; Thu, 01 May 2008 13:47:07 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Jrcs5-00004w-Do for emacs-devel@gnu.org; Thu, 01 May 2008 13:47:06 -0400 Original-Received: from [199.232.76.173] (port=37577 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Jrcs5-0008WV-46 for emacs-devel@gnu.org; Thu, 01 May 2008 13:47:05 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Jrcs4-0005TB-Nh for emacs-devel@gnu.org; Thu, 01 May 2008 13:47:04 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.67) (envelope-from ) id 1Jrcri-0005Ag-QC; Thu, 01 May 2008 13:46:42 -0400 X-Spook: Comirex Ft. Meade Manfurov CBNRC Rule Psix bootleg X-Ran: +f (Stefan Monnier's message of "Thu, 01 May 2008 11:19:12 -0400") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:96284 Archived-At: Stefan Monnier wrote: > When undoing someone's commit, never remove the changelog entry. > Instead, add another entry saying that you reverted a change. (Genuine question, not an attempt to be difficult:) If I make a change, then very soon after (within a few hours, definitely the same day) realize I need to revert it, I tend to delete the ChangeLog entry rather than have two. This is because I don't see the point in cluttering up the ChangeLog with things that only existed for a few hours. Would you prefer two entries in this case? That's fine by me, just want to clarify the policy...