From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Re: CVS commits and logs Date: Sun, 05 Nov 2006 02:08:37 -0500 Message-ID: References: Reply-To: rms@gnu.org NNTP-Posting-Host: main.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: sea.gmane.org 1162710617 4077 80.91.229.2 (5 Nov 2006 07:10:17 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 5 Nov 2006 07:10:17 +0000 (UTC) Cc: eliz@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sun Nov 05 08:10:17 2006 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Ggc8u-0004jo-75 for ged-emacs-devel@m.gmane.org; Sun, 05 Nov 2006 08:10:08 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ggc8t-0002pd-L9 for ged-emacs-devel@m.gmane.org; Sun, 05 Nov 2006 02:10:07 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Ggc7c-0002BF-B0 for emacs-devel@gnu.org; Sun, 05 Nov 2006 02:08:48 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Ggc7b-0002Ao-Ly for emacs-devel@gnu.org; Sun, 05 Nov 2006 02:08:47 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ggc7b-0002Ah-Gu for emacs-devel@gnu.org; Sun, 05 Nov 2006 02:08:47 -0500 Original-Received: from [199.232.76.164] (helo=fencepost.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.52) id 1Ggc7b-00026d-Bm for emacs-devel@gnu.org; Sun, 05 Nov 2006 02:08:47 -0500 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.34) id 1Ggc7R-0005yz-34; Sun, 05 Nov 2006 02:08:37 -0500 Original-To: "Juanma Barranquero" In-reply-to: (lekktu@gmail.com) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:61809 Archived-At: ;; add-log-time-zone-rule: t to the Local Variables section of every ChangeLog file? I think that we should do so. Either that or we should make Change Log mode do it. But that might be annoying for projects whose developers all live in more or less the same time zone. Well, there's the issue of being asked whether it is a safe local variable (hmm... is `add-log-time-zone-rule' ever an unsafe local variable?) Its value is just copied into the TZ envvar. I think that is always safe.