From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Stefan Monnier Newsgroups: gmane.emacs.devel Subject: Re: master 5022e27: ; Do not overwrite preexisting contents of unread-command-events Date: Sat, 08 Aug 2015 10:17:15 -0400 Message-ID: References: <20150804124300.13374.78396@vcs.savannah.gnu.org> <2qy4hr840o.fsf@fencepost.gnu.org> <87r3nj3vbw.fsf@fencepost.gnu.org> <87k2t6i3hu.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1439043460 9066 80.91.229.3 (8 Aug 2015 14:17:40 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 8 Aug 2015 14:17:40 +0000 (UTC) Cc: Glenn Morris , emacs-devel@gnu.org To: David Kastrup Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Aug 08 16:17:31 2015 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZO4wE-0005Sx-2N for ged-emacs-devel@m.gmane.org; Sat, 08 Aug 2015 16:17:30 +0200 Original-Received: from localhost ([::1]:53000 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO4wD-00051N-5U for ged-emacs-devel@m.gmane.org; Sat, 08 Aug 2015 10:17:29 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:50284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO4wA-00050e-2M for emacs-devel@gnu.org; Sat, 08 Aug 2015 10:17:26 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZO4w8-00085r-R7 for emacs-devel@gnu.org; Sat, 08 Aug 2015 10:17:25 -0400 Original-Received: from pruche.dit.umontreal.ca ([132.204.246.22]:43276) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO4w4-00084c-7B; Sat, 08 Aug 2015 10:17:20 -0400 Original-Received: from ceviche.home (lechon.iro.umontreal.ca [132.204.27.242]) by pruche.DIT.UMontreal.CA (8.14.1/8.14.1) with ESMTP id t78EHCmQ014969; Sat, 8 Aug 2015 10:17:13 -0400 Original-Received: by ceviche.home (Postfix, from userid 20848) id B2EAC66132; Sat, 8 Aug 2015 10:17:15 -0400 (EDT) In-Reply-To: <87k2t6i3hu.fsf@fencepost.gnu.org> (David Kastrup's message of "Sat, 08 Aug 2015 10:33:17 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-NAI-Spam-Flag: NO X-NAI-Spam-Threshold: 5 X-NAI-Spam-Score: 0 X-NAI-Spam-Rules: 1 Rules triggered RV5392=0 X-NAI-Spam-Version: 2.3.0.9393 : core <5392> : inlines <3583> : streams <1485103> : uri <2008883> X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 132.204.246.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:188610 Archived-At: >>> Surely this change deserved to create a ChangeLog entry, rather than >>> being marked with "; " to exclude that. >> A ChangeLog entry would run over several dozens of lines and take the >> better part of an hour to create since C-x v a does not work with Git. >> I=A0figured that nobody would even notice anyway. I think what Glenn said, was that the entry should not have started with ";". That would have generated a sub-optimal ChangeLog entry, but that's better than no ChangeLog entry. Stefan