From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: April 7 cutover for generating ChangeLog automatically Date: Wed, 08 Apr 2015 18:18:02 +0300 Message-ID: <834moqhcnp.fsf@gnu.org> References: <551A528C.7080008@cs.ucla.edu> <5523DA83.2000607@yandex.ru> <83lhi4hv49.fsf@gnu.org> <55241311.3050407@yandex.ru> <831tjvj13s.fsf@gnu.org> <55241F05.5070604@yandex.ru> <83zj6jhjz4.fsf@gnu.org> <55243972.4020003@cs.ucla.edu> <83wq1ngp0a.fsf@gnu.org> <5525444A.3090202@yandex.ru> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1428506300 6458 80.91.229.3 (8 Apr 2015 15:18:20 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 8 Apr 2015 15:18:20 +0000 (UTC) Cc: eggert@cs.ucla.edu, joaotavora@gmail.com, Emacs-devel@gnu.org To: Dmitry Gutov Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Apr 08 17:18:10 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 1Yfrk1-0002g3-DT for ged-emacs-devel@m.gmane.org; Wed, 08 Apr 2015 17:18:09 +0200 Original-Received: from localhost ([::1]:53357 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yfrk0-00084M-Kj for ged-emacs-devel@m.gmane.org; Wed, 08 Apr 2015 11:18:08 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35943) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yfrjv-0007oZ-Oi for Emacs-devel@gnu.org; Wed, 08 Apr 2015 11:18:04 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yfrjq-0006zI-28 for Emacs-devel@gnu.org; Wed, 08 Apr 2015 11:18:03 -0400 Original-Received: from mtaout27.012.net.il ([80.179.55.183]:39303) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yfrjp-0006zA-Ps for Emacs-devel@gnu.org; Wed, 08 Apr 2015 11:17:57 -0400 Original-Received: from conversion-daemon.mtaout27.012.net.il by mtaout27.012.net.il (HyperSendmail v2007.08) id <0NMH00G00U1EMS00@mtaout27.012.net.il> for Emacs-devel@gnu.org; Wed, 08 Apr 2015 18:12:50 +0300 (IDT) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout27.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NMH00AYDU99RT50@mtaout27.012.net.il>; Wed, 08 Apr 2015 18:12:50 +0300 (IDT) In-reply-to: <5525444A.3090202@yandex.ru> X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.183 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:185153 Archived-At: > Date: Wed, 08 Apr 2015 18:07:54 +0300 > From: Dmitry Gutov > CC: joaotavora@gmail.com, Emacs-devel@gnu.org > > On 04/08/2015 08:36 AM, Eli Zaretskii wrote: > > > Or maybe the value of change-log-default-name could be an expression > > to be evaluated, in which case we could use in that expression > > locate-dominating-file whose arguments are "." and ".git". > > Won't that clash with file-local vars' security? How can calling locate-dominating-file be insecure?