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: trunk r115158: * lisp/progmodes/ruby-mode.el (ruby-custom-encoding-magic-comment-template): Date: Thu, 21 Nov 2013 18:07:10 -0500 Message-ID: <6vfvqpl5gh.fsf@fencepost.gnu.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1385075245 24167 80.91.229.3 (21 Nov 2013 23:07:25 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 21 Nov 2013 23:07:25 +0000 (UTC) Cc: emacs-devel To: Bozhidar Batsov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Nov 22 00:07:31 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 1VjdLP-0005L0-Ci for ged-emacs-devel@m.gmane.org; Fri, 22 Nov 2013 00:07:31 +0100 Original-Received: from localhost ([::1]:35724 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjdLO-0003eR-TR for ged-emacs-devel@m.gmane.org; Thu, 21 Nov 2013 18:07:30 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47640) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjdLE-0003bg-7a for emacs-devel@gnu.org; Thu, 21 Nov 2013 18:07:28 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VjdL5-0003kU-Ac for emacs-devel@gnu.org; Thu, 21 Nov 2013 18:07:20 -0500 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:50303) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VjdL5-0003kQ-7r for emacs-devel@gnu.org; Thu, 21 Nov 2013 18:07:11 -0500 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1VjdL4-0003Lj-Js; Thu, 21 Nov 2013 18:07:10 -0500 X-Spook: Hamas Blowfish wire transfer UMTS Glock Delta Force X-Ran: zy^Q&QnPG^-PMj32iBr7a/pOSZXfQL+ph<)T;:CFxW+Xp?bnD)^7@'cU:U;q>? X-Hue: cyan X-Attribution: GM In-Reply-To: (Bozhidar Batsov's message of "Fri, 22 Nov 2013 00:51:22 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::e 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:165511 Archived-At: Bozhidar Batsov wrote: > Seems odd to include such trivial changes in the changelog, as nobody is > likely to be interested in reading about them. It is the Emacs convention to record everything (essentially) in ChangeLogs. It's no extra work. Eg, use `C-x 4 a' to create the ChangeLog entry, then use log-edit-insert-changelog to create the VCS log entry from the ChangeLog. > This particular defcustom was recently introduced, Then it should definitely have a :version tag. :) (BTW, there isn't even a ChangeLog entry for the introduction.)