From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32717 invoked by alias); 10 Aug 2004 18:57:40 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 32701 invoked from network); 10 Aug 2004 18:57:39 -0000 Received: from unknown (HELO aragorn.inter.net.il) (192.114.186.23) by sourceware.org with SMTP; 10 Aug 2004 18:57:39 -0000 Received: from zaretski ([80.230.159.46]) by aragorn.inter.net.il (MOS 3.4.6-GR) with ESMTP id EDJ28168; Tue, 10 Aug 2004 21:57:34 +0300 (IDT) Date: Tue, 10 Aug 2004 18:57:00 -0000 From: "Eli Zaretskii" To: Michael Chastain Message-Id: <9003-Tue10Aug2004215449+0300-eliz@gnu.org> CC: gdb-patches@sources.redhat.com In-reply-to: <41156089.nail9YI11CMAC@mindspring.com> (message from Michael Chastain on Sat, 07 Aug 2004 19:06:49 -0400) Subject: Re: [patch/testsuite] ChangeLog: add copyright notice Reply-to: Eli Zaretskii References: <4113B115.nailAII1M8HR2@mindspring.com> <7494-Sat07Aug2004190514+0300-eliz@gnu.org> <41156089.nail9YI11CMAC@mindspring.com> X-SW-Source: 2004-08/txt/msg00362.txt.bz2 > Date: Sat, 07 Aug 2004 19:06:49 -0400 > From: Michael Chastain > > Okay, here is a revised patch. Eli, can you check it in your emacs? Done (sorry for the long delay). > > Note the semi-colons in the Local Variables lines: they make sure > > their fontification in Emacs isn't screwed up (like they are in GDB). > > When I add a copyright notice, that's the only change I make in that > patch. This principle is okay for patching code, but for such small changes in something other than code, I think sticking to it is overkill. > I'd be happy to receive a separate patch from an emacs user to fix > anything emacs-related. Attached below. > So ... does this patch work for you, Eli? Yes, thanks. 2004-08-10 Eli Zaretskii * ChangeLog: Prefix Local Variables with semi-colons and indent the reference to older ChangeLog files, to fix fontification in Emacs. diff -u "gdb/ChangeLog.~0" "gdb/ChangeLog" --- gdb/ChangeLog.~0 2004-08-10 21:45:50.000000000 +0300 +++ gdb/ChangeLog 2004-08-10 21:52:26.000000000 +0300 @@ -1,3 +1,9 @@ @@ -4090,15 +4096,15 @@ in . * configure, config.in: Regenerate. -For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and -tui/ChangeLog-1998-2003. + For older changes see ChangeLog-2003, mi/ChangeLog-1999-2003, and + tui/ChangeLog-1998-2003. -Local Variables: -mode: change-log -left-margin: 8 -fill-column: 74 -version-control: never -End: +;; Local Variables: +;; mode: change-log +;; left-margin: 8 +;; fill-column: 74 +;; version-control: never +;; End: Copyright 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. Diff finished. Tue Aug 10 21:52:53 2004