Argh, i forgot to modify ChangeLog in the preceding patches. I will start doing so w/ this one.
thi ________________________________________________________
>From 332ba5fe0da7fce8ae919a8bfcb5751fc9ad12fc Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen <t...@gnuvola.org> Date: Tue, 16 Feb 2010 15:01:34 +0100 Subject: [PATCH] Add `system-time-locale' to auto-time-stamped doc/*.texi files. * doc/maintain.texi (system-time-locale): New Emacs local variable. * doc/standards.texi (system-time-locale): Likewise. Signed-off-by: Thien-Thi Nguyen <t...@gnuvola.org> --- ChangeLog | 6 ++++++ doc/maintain.texi | 3 ++- doc/standards.texi | 3 ++- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5d82d10..1d15e4f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-02-16 Thien-Thi Nguyen <t...@gnuvola.org> + + Add `system-time-locale' to auto-time-stamped doc/*.texi files. + * doc/maintain.texi (system-time-locale): New Emacs local variable. + * doc/standards.texi (system-time-locale): Likewise. + 2010-01-25 Pádraig Brady <p...@draigbrady.com> syntax-check: detect incorrect boolean macro values in config.h diff --git a/doc/maintain.texi b/doc/maintain.texi index d84faba..befd80e 100644 --- a/doc/maintain.texi +++ b/doc/maintain.texi @@ -5,7 +5,7 @@ @c For double-sided printing, uncomment: @c @setchapternewpage odd @c This date is automagically updated when you save this file: -...@set lastupdate December 12, 2009 +...@set lastupdate February 16, 2010 @c %**end of header @dircategory GNU organization @@ -2067,6 +2067,7 @@ @node Index Local variables: eval: (add-hook 'write-file-hooks 'time-stamp) +system-time-locale: "C" time-stamp-start: "@set lastupdate " time-stamp-start: "@set lastupdate " time-stamp-end: "$" diff --git a/doc/standards.texi b/doc/standards.texi index 53b5c63..7379371 100644 --- a/doc/standards.texi +++ b/doc/standards.texi @@ -3,7 +3,7 @@ @setfilename standards.info @settitle GNU Coding Standards @c This date is automagically updated when you save this file: -...@set lastupdate febbraio 16, 2010 +...@set lastupdate February 16, 2010 @c %**end of header @dircategory GNU organization @@ -4220,6 +4220,7 @@ @node Index Local variables: eval: (add-hook 'write-file-hooks 'time-stamp) +system-time-locale: "C" time-stamp-start: "@set lastupdate " time-stamp-end: "$" time-stamp-format: "%:b %:d, %:y" -- 1.6.3.2