[patch/testsuite] ChangeLog: add copyright notice

Eli Zaretskii eliz@gnu.org
Tue Aug 10 18:57:00 GMT 2004


> Date: Sat, 07 Aug 2004 19:06:49 -0400
> From: Michael Chastain <mec.gnu@mindspring.com>
> 
> 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  <eliz@gnu.org>

	* 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 <machine/reg.h>.
 	* 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



More information about the Gdb-patches mailing list