From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Dave Love Newsgroups: gmane.emacs.devel Subject: Re: synchronizing emacs-unicode branch to HEAD Date: Thu, 11 Sep 2003 10:21:34 +0100 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: References: <200309082332.IAA27881@etlken.m17n.org> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1063272478 25875 80.91.224.253 (11 Sep 2003 09:27:58 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 11 Sep 2003 09:27:58 +0000 (UTC) Cc: emacs-unicode@gnu.org, emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Thu Sep 11 11:27:55 2003 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19xNk3-0004mM-00 for ; Thu, 11 Sep 2003 11:27:55 +0200 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.12 #1 (Debian)) id 19xNkp-0003R5-00 for ; Thu, 11 Sep 2003 11:28:43 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.22) id 19xNgZ-0000qI-OB for emacs-devel@quimby.gnus.org; Thu, 11 Sep 2003 05:24:19 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.22) id 19xNg4-0000pF-SO for emacs-devel@gnu.org; Thu, 11 Sep 2003 05:23:48 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.22) id 19xNfx-0000mJ-KA for emacs-devel@gnu.org; Thu, 11 Sep 2003 05:23:46 -0400 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.22) id 19xNfx-0000ce-8j; Thu, 11 Sep 2003 05:23:41 -0400 Original-Received: from [148.79.80.39] (helo=albion.dl.ac.uk) by mx20.gnu.org with esmtp (Exim 4.22) id 19xNe8-0001Dc-L8; Thu, 11 Sep 2003 05:21:48 -0400 Original-Received: from fx by albion.dl.ac.uk with local (Exim 3.35 #1 (Debian)) id 19xNdu-00020V-00; Thu, 11 Sep 2003 10:21:34 +0100 Original-To: Kenichi Handa User-Agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.2 (gnu/linux) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:16291 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:16291 Kenichi Handa writes: > So, putting this kind of code in your .emacs will make "C-x > 4 a" work well when you add changelog for this version of > emacs by using this emacs. For what it's worth, I did this, having checked out into a directory `emacs-unicode-2', so it doesn't matter what I do in which version. However, it seems better to me to have ChangeLog just refer to the branch, as before. That way, things like VC and PCL-CVS still work properly to extract log entries. Maybe they already have appropriate hooks or can be changed, but I haven't time to check now. (add-hook 'find-file-hooks (lambda () (if (and (buffer-file-name) (string-match "emacs-unicode-2" (buffer-file-name))) (set (make-local-variable 'change-log-default-name) "ChangeLog.22"))))