<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/diffutils.git/doc, branch v3.1</title>
<subtitle>git.savannah.gnu.org: git/diffutils.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/'/>
<entry>
<title>doc: relax restriction on front-cover and back-cover texts</title>
<updated>2011-08-04T16:59:29+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2011-08-04T16:59:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=789252980fa8ef3d804372cd347898aa5c2ec7fe'/>
<id>789252980fa8ef3d804372cd347898aa5c2ec7fe</id>
<content type='text'>
* doc/diffutils.texi (copying): Relax restriction on front-cover
and back-cover texts (just as m4 did here:
http://git.savannah.gnu.org/cgit/m4.git/commit?id=ee1e92ec).
Reported by Santiago Vila.  Fix suggested by Eric Blake.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/diffutils.texi (copying): Relax restriction on front-cover
and back-cover texts (just as m4 did here:
http://git.savannah.gnu.org/cgit/m4.git/commit?id=ee1e92ec).
Reported by Santiago Vila.  Fix suggested by Eric Blake.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: rename diff.texi to diffutils.texi</title>
<updated>2011-06-12T07:47:27+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2011-06-11T12:06:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=df0a31f6110b14cce7d1b3fa5a48a38d603a4e12'/>
<id>df0a31f6110b14cce7d1b3fa5a48a38d603a4e12</id>
<content type='text'>
This makes the .texi basename the same as the package name,
which is consistent with most other GNU packages.
* doc/diffutils.texi: Rename from...
* doc/diff.texi: ...removed.
* doc/Makefile.am (info_TEXINFOS): Reflect name change.
(diffutils_TEXINFOS): Likewise.
* cfg.mk (gendocs_options_): Remove this customization.  It is no
longer needed, now that the .texi name matches that of the package.
* man/Makefile.am ($(dist_man1_MANS)): Remove now-unnecessary sed
filter.
* README: Update references to diffutils.texi etc. here, too.
* .gitignore: Update here, too.
Suggested by Karl Berry.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes the .texi basename the same as the package name,
which is consistent with most other GNU packages.
* doc/diffutils.texi: Rename from...
* doc/diff.texi: ...removed.
* doc/Makefile.am (info_TEXINFOS): Reflect name change.
(diffutils_TEXINFOS): Likewise.
* cfg.mk (gendocs_options_): Remove this customization.  It is no
longer needed, now that the .texi name matches that of the package.
* man/Makefile.am ($(dist_man1_MANS)): Remove now-unnecessary sed
filter.
* README: Update references to diffutils.texi etc. here, too.
* .gitignore: Update here, too.
Suggested by Karl Berry.
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: info should mention -L</title>
<updated>2011-03-18T21:28:44+00:00</updated>
<author>
<name>Eric Blake</name>
<email>eblake@redhat.com</email>
</author>
<published>2011-03-18T21:26:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=ffd622a2814e9f9d66ab3077d93107ff2f7266df'/>
<id>ffd622a2814e9f9d66ab3077d93107ff2f7266df</id>
<content type='text'>
* doc/diff.texi (diff Options): Document -L.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/diff.texi (diff Options): Document -L.
</pre>
</div>
</content>
</entry>
<entry>
<title>doc: speak of the --test (-a) option, not "the -a or --test option"</title>
<updated>2011-02-15T09:21:34+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2011-02-14T08:39:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=3f2d868741b500a9817a62e3cab12a24c6615a76'/>
<id>3f2d868741b500a9817a62e3cab12a24c6615a76</id>
<content type='text'>
Convert using this command:
perl -pi -e \
  's/(\@option{-.}) or (\@option{--.*?}) option/$2 ($1) option/' \
  doc/diff.texi
Then convert some more with this:
perl -pi -e \
    's/the (\@option{-.}) or (\@option{--.*?})$/the $2 ($1)/' \
  doc/diff.texi
Then convert more manually.

Suggested by Dan Jacobson
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Convert using this command:
perl -pi -e \
  's/(\@option{-.}) or (\@option{--.*?}) option/$2 ($1) option/' \
  doc/diff.texi
Then convert some more with this:
perl -pi -e \
    's/the (\@option{-.}) or (\@option{--.*?})$/the $2 ($1)/' \
  doc/diff.texi
Then convert more manually.

Suggested by Dan Jacobson
</pre>
</div>
</content>
</entry>
<entry>
<title>maint: update copyright year ranges to include 2011</title>
<updated>2011-01-03T21:13:35+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2011-01-03T21:08:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=ce5367b6b3e4df909883f41f3ad6f12981f5a263'/>
<id>ce5367b6b3e4df909883f41f3ad6f12981f5a263</id>
<content type='text'>
Run "make update-copyright", so "make syntax-check" works in 2011.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Run "make update-copyright", so "make syntax-check" works in 2011.
</pre>
</div>
</content>
</entry>
<entry>
<title>maint: udpate GFDL license to 1.3</title>
<updated>2010-01-09T10:06:17+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2010-01-08T10:34:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=cadd497e2759a208c3512b9c8c6c7fb61c5fbb22'/>
<id>cadd497e2759a208c3512b9c8c6c7fb61c5fbb22</id>
<content type='text'>
* doc/diff.texi: Update to use GFDL version 1.3.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/diff.texi: Update to use GFDL version 1.3.
</pre>
</div>
</content>
</entry>
<entry>
<title>maint: update all FSF copyright year lists to include 2010</title>
<updated>2010-01-01T15:18:27+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2010-01-01T15:18:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=6a44886e245da5862051080a6c7938dd1f0a3fc3'/>
<id>6a44886e245da5862051080a6c7938dd1f0a3fc3</id>
<content type='text'>
Use this command:
git ls-files |grep -vE '^(\..*|COPYING|gnulib)$' |xargs \
env UPDATE_COPYRIGHT_USE_INTERVALS=1 build-aux/update-copyright
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use this command:
git ls-files |grep -vE '^(\..*|COPYING|gnulib)$' |xargs \
env UPDATE_COPYRIGHT_USE_INTERVALS=1 build-aux/update-copyright
</pre>
</div>
</content>
</entry>
<entry>
<title>admin: update all copyright notices to include the year 2009</title>
<updated>2009-11-11T21:18:37+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-11-11T21:10:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=9bfafb33a6fad87d9b3fc41f0d8e97f9eac8f848'/>
<id>9bfafb33a6fad87d9b3fc41f0d8e97f9eac8f848</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>maint/sc: enable the space-TAB check</title>
<updated>2009-11-11T21:18:37+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-11-11T20:22:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=8cbaebf3532d23cf115ecfb733caa2c0536c070d'/>
<id>8cbaebf3532d23cf115ecfb733caa2c0536c070d</id>
<content type='text'>
* doc/diagmeet.note: Use no TABs.
* ms/config.sed: Use TAB-space, not space-TAB in [].
* cfg.mk (local-checks-to-skip): Remove sc_space_tab.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/diagmeet.note: Use no TABs.
* ms/config.sed: Use TAB-space, not space-TAB in [].
* cfg.mk (local-checks-to-skip): Remove sc_space_tab.
</pre>
</div>
</content>
</entry>
<entry>
<title>maint/sc: enable check for CVS keyword expansion</title>
<updated>2009-11-11T21:18:37+00:00</updated>
<author>
<name>Jim Meyering</name>
<email>meyering@redhat.com</email>
</author>
<published>2009-11-11T19:48:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/diffutils.git/commit/?id=036f253976af28b3112a7b246069f73345023ded'/>
<id>036f253976af28b3112a7b246069f73345023ded</id>
<content type='text'>
* doc/diff.texi: Remove $Id$.
* cfg.mk (local-checks-to-skip): Remove sc_prohibit_cvs_keyword.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* doc/diff.texi: Remove $Id$.
* cfg.mk (local-checks-to-skip): Remove sc_prohibit_cvs_keyword.
</pre>
</div>
</content>
</entry>
</feed>
