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: trunk r113639: Fix typos in ChangeLogs. Date: Fri, 2 Aug 2013 18:14:34 +0200 Message-ID: References: <87haf81u8o.fsf@gmx.de> <87iozowgqf.fsf@gmx.de> <7ka9l0nlfj.fsf@fencepost.gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1375462304 9530 80.91.229.3 (2 Aug 2013 16:51:44 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 2 Aug 2013 16:51:44 +0000 (UTC) Cc: Emacs developers To: Glenn Morris Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Aug 02 18:51:47 2013 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 1V5IZu-0001Ug-Ff for ged-emacs-devel@m.gmane.org; Fri, 02 Aug 2013 18:51:46 +0200 Original-Received: from localhost ([::1]:34794 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5IZu-0004hL-3e for ged-emacs-devel@m.gmane.org; Fri, 02 Aug 2013 12:51:46 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:58656) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5IZq-0004h2-5M for emacs-devel@gnu.org; Fri, 02 Aug 2013 12:51:43 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1V5IZo-0002Ei-8L for emacs-devel@gnu.org; Fri, 02 Aug 2013 12:51:42 -0400 Original-Received: from mail-ea0-x232.google.com ([2a00:1450:4013:c01::232]:55594) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1V5I0Z-0006bb-EC; Fri, 02 Aug 2013 12:15:15 -0400 Original-Received: by mail-ea0-f178.google.com with SMTP id a15so416365eae.23 for ; Fri, 02 Aug 2013 09:15:14 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=0bst5GbU/HRH+63jvaEIi+BS5PgH87MCxaTQmWtnSyE=; b=NbdCEcVo00Kt6OQRmFYkK6k3u0HNmVLLw+WdwiXi5Z1Wb7Miu868K5wC7lyZwDJbeF JI16HW0AyWXFa2EA6jSVOwJC1JCMG4QB85Mvm45JvlSuvlXYug8eenuCJlbhBeXoMNXM oQZxqNwlRj+iANz1yVr7Fho8CewX3dpKSgkE6ORctB8c5MJ/QfNv+bZJyQJk+oKWa5YX pbMSUKHZu34hnF9lz9mhgXqxJvf3GBYX9w8FtdncJHmkflPfsiycdrSSSOnHxbyOtN+t ZZr2ftXBcIaaeOQeKvGQzmxVInk4WUgLpND4RiAIdM1vE3VDHlqcgULbSDO4gGLCxU5x NNYA== X-Received: by 10.15.76.71 with SMTP id m47mr6335110eey.70.1375460114591; Fri, 02 Aug 2013 09:15:14 -0700 (PDT) Original-Received: by 10.15.23.70 with HTTP; Fri, 2 Aug 2013 09:14:34 -0700 (PDT) In-Reply-To: <7ka9l0nlfj.fsf@fencepost.gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4013:c01::232 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:162383 Archived-At: > BTW, choice of a different filling convention is not a "typo" IMO. Of course not. I never change filling convention as a typo fix, though every now and then I refill some entries while fixing real typos. The "Fix typos" in the commit log message refers to the real typos, not the refills. I could use "Fix typos; refill some entries", if you want, though I try to be as short as possible because these are all trivial changes, and the less noise, the better. (Now that I think of it, VCS' commits and log commands should have an option like MediaWiki's "trivial changes", so they don't appear on listings unless explicitly requested...; and, as the flag would be is strictly metadata, it should be possible to switch it in case of error without affecting the commit in any way...) J