From: Daniel Jacobowitz <drow@false.org>
To: Eli Zaretskii <eliz@gnu.org>
Cc: gdb-patches@sourceware.org
Subject: Re: [commit] Copyright update script
Date: Tue, 09 Jan 2007 22:47:00 -0000 [thread overview]
Message-ID: <20070109224703.GK30631@nevyn.them.org> (raw)
In-Reply-To: <u3b6jj1ea.fsf@gnu.org>
On Wed, Jan 10, 2007 at 12:11:57AM +0200, Eli Zaretskii wrote:
> > I'm going to check in the corresponding updates in a moment (without a
> > ChangeLog entry, since they touch almost every file and are completely
> > mechanical).
>
> How about at least adding an entry saying that 2007 was added
> everywhere?
I was going to, but there's too many different changelog files,
so I gave up :-) Roughly thirty. If you think it's important,
I'll go back and add them, but I don't think it's a big deal.
> > + echo "error: $EMACS is too old; use at least an Emacs 22 snapshot." >&2
>
> Maybe we should say something like "Emacs 22.0.XX snapshot". A year
> from now "Emacs 22" might be ambiguous, if we have 22.1 and 22.2 by
> that time.
Fine with me :-) I checked it in.
--
Daniel Jacobowitz
CodeSourcery
Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/ChangeLog,v
retrieving revision 1.8101
diff -u -p -r1.8101 ChangeLog
--- ChangeLog 9 Jan 2007 22:43:08 -0000 1.8101
+++ ChangeLog 9 Jan 2007 22:45:58 -0000
@@ -1,3 +1,7 @@
+2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
+
+ * copyright.sh: Clarify error.
+
2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
* symtab.c (matching_bfd_sections): Fix VMA matching for
Index: copyright.sh
===================================================================
RCS file: /cvs/src/src/gdb/copyright.sh,v
retrieving revision 1.2
diff -u -p -r1.2 copyright.sh
--- copyright.sh 9 Jan 2007 21:37:30 -0000 1.2
+++ copyright.sh 9 Jan 2007 22:45:58 -0000
@@ -93,7 +93,7 @@ set -f
version=`$EMACS --version | sed 's/GNU Emacs \([0-9]*\)\..*/\1/; 1q'`
if test "$version" -lt 22; then
- echo "error: $EMACS is too old; use at least an Emacs 22 snapshot." >&2
+ echo "error: $EMACS is too old; use at least an Emacs 22.0.XX snapshot." >&2
exit 1
fi
next prev parent reply other threads:[~2007-01-09 22:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-01-09 17:50 Daniel Jacobowitz
2007-01-09 22:12 ` Eli Zaretskii
2007-01-09 22:47 ` Daniel Jacobowitz [this message]
2007-01-10 4:02 ` Eli Zaretskii
2007-01-10 4:33 ` Daniel Jacobowitz
2007-01-10 20:25 ` Eli Zaretskii
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070109224703.GK30631@nevyn.them.org \
--to=drow@false.org \
--cc=eliz@gnu.org \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox