From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Dmitry Gutov Newsgroups: gmane.emacs.devel Subject: Re: April 7 cutover for generating ChangeLog automatically Date: Tue, 07 Apr 2015 20:25:37 +0300 Message-ID: <55241311.3050407@yandex.ru> References: <551A528C.7080008@cs.ucla.edu> <5523DA83.2000607@yandex.ru> <83lhi4hv49.fsf@gnu.org> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1428427568 29067 80.91.229.3 (7 Apr 2015 17:26:08 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 7 Apr 2015 17:26:08 +0000 (UTC) Cc: eggert@cs.ucla.edu, Emacs-devel@gnu.org To: Eli Zaretskii , =?UTF-8?B?Sm/Do28gVMOhdm9yYQ==?= Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Apr 07 19:26:06 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 1YfXGH-0001V8-MK for ged-emacs-devel@m.gmane.org; Tue, 07 Apr 2015 19:26:05 +0200 Original-Received: from localhost ([::1]:47671 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfXGH-0003VO-0N for ged-emacs-devel@m.gmane.org; Tue, 07 Apr 2015 13:26:05 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51592) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfXG0-0003Qq-8B for Emacs-devel@gnu.org; Tue, 07 Apr 2015 13:25:52 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YfXFw-00037t-6f for Emacs-devel@gnu.org; Tue, 07 Apr 2015 13:25:48 -0400 Original-Received: from mail-wi0-x22c.google.com ([2a00:1450:400c:c05::22c]:34280) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YfXFv-00037e-A7; Tue, 07 Apr 2015 13:25:43 -0400 Original-Received: by widjs5 with SMTP id js5so15655229wid.1; Tue, 07 Apr 2015 10:25:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=08mEHWsXkGuerRBjDSGiOUobM/W/Kf9K2UVnjkQwmSY=; b=HT7XHaoDke4vHbeYquwCt8Iq4Wgg9LdvDo/jCq7Ptu94Vbj9UUxk5Y5o7tu/0KMi/Q umsjm6xf2o7SgOsLhMi6r4GssCKIMn1gG95fHEWzqi8Dc1XYFiYuRCEScFCI9szTCuv9 P33y8d+CC7MtnncRzwrmRob/xcZeZ3F0Mv0V+2RESQjjwxr+VZc4lc9jJBQu519f1+zE dyOLygmels3aDUGcWyoXe+pK5hbZFrS+wmTvuatVrKMIXZVNWceNjh6IxLX/xYDNMUMR oHznBrjKXzTxGJKD36McTH3/dFZozu69SsrSLTEXcZWFgUTagDAGQf1FeSfLuIk3VeFY i28g== X-Received: by 10.180.87.101 with SMTP id w5mr6592110wiz.18.1428427541986; Tue, 07 Apr 2015 10:25:41 -0700 (PDT) Original-Received: from [192.168.0.185] (static-nbl2-118.cytanet.com.cy. [212.31.107.118]) by mx.google.com with ESMTPSA id ey10sm11927525wib.2.2015.04.07.10.25.40 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 07 Apr 2015 10:25:41 -0700 (PDT) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:36.0) Gecko/20100101 Thunderbird/36.0 In-Reply-To: <83lhi4hv49.fsf@gnu.org> X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:400c:c05::22c 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:185097 Archived-At: On 04/07/2015 05:27 PM, Eli Zaretskii wrote: > Create a top-level ChangeLog file with a single dummy entry, and the > next add-change-log-entry will automatically find that ChangeLog and > format the entry as required. Nice hack. But won't this leave a lot of unneeded code in add-log.el? If we're not going to change it, should we have some setting in the top-level .dir-locals.el that will force the proper ChangeLog location automatically?