1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

Normalize whitespace in ChangeLogs.

This commit is contained in:
Micah Cowan 2007-10-30 18:13:39 -07:00
parent dc4645031b
commit 72bab0c11f
3 changed files with 314 additions and 314 deletions

View File

@ -1403,8 +1403,8 @@
2001-03-20 Dan Harkless <wget@harkless.org> 2001-03-20 Dan Harkless <wget@harkless.org>
* TODO: Oops. Hostless absolute link conversion _is_ working. My * TODO: Oops. Hostless absolute link conversion _is_ working. My
test that led me to believe it wasn't was exposing a different bug test that led me to believe it wasn't was exposing a different bug
-- URLs specified on the commandline as opposed to being recursed -- URLs specified on the commandline as opposed to being recursed
to don't always get re-converted at the end of the Wget run. to don't always get re-converted at the end of the Wget run.
2001-03-17 Dan Harkless <wget@harkless.org> 2001-03-17 Dan Harkless <wget@harkless.org>
@ -1442,7 +1442,7 @@
2001-03-12 Dan Harkless <wget@harkless.org> 2001-03-12 Dan Harkless <wget@harkless.org>
* TODO: Only normal recursion should respect -np -- page-requisite * TODO: Only normal recursion should respect -np -- page-requisite
recursion should not. recursion should not.
2001-03-07 Jan Prikryl <prikryl@cg.tuwien.ac.at> 2001-03-07 Jan Prikryl <prikryl@cg.tuwien.ac.at>
@ -1456,10 +1456,10 @@
2001-03-01 Dan Harkless <wget@harkless.org> 2001-03-01 Dan Harkless <wget@harkless.org>
* ChangeLog.README: Renamed from README.branches and added a note * ChangeLog.README: Renamed from README.branches and added a note
that Wget has multiple ChangeLog files (currently ./ChangeLog, that Wget has multiple ChangeLog files (currently ./ChangeLog,
doc/ChangeLog, and src/ChangeLog), since this is unusual and doc/ChangeLog, and src/ChangeLog), since this is unusual and
people have complained their patches hadn't been applied after people have complained their patches hadn't been applied after
checking only the top-level ChangeLog. checking only the top-level ChangeLog.
2001-02-28 Dan Harkless <wget@harkless.org> 2001-02-28 Dan Harkless <wget@harkless.org>
@ -1478,10 +1478,10 @@
moving -nr to a different category. moving -nr to a different category.
* TODO: "Timestamps are sometimes not copied over on files * TODO: "Timestamps are sometimes not copied over on files
retrieved by FTP." removed. Hopefully all the failures I was retrieved by FTP." removed. Hopefully all the failures I was
seeing were due to the fact that it wasn't documented that seeing were due to the fact that it wasn't documented that
non-globbing, non-recursive FTP downloads need -N to get the non-globbing, non-recursive FTP downloads need -N to get the
remote timestamp to be preserved. remote timestamp to be preserved.
2001-02-22 Dan Harkless <wget@harkless.org> 2001-02-22 Dan Harkless <wget@harkless.org>
@ -1525,7 +1525,7 @@
2001-01-11 Dan Harkless <wget@harkless.org> 2001-01-11 Dan Harkless <wget@harkless.org>
* TODO: If -c used with -N, check to make sure a file hasn't * TODO: If -c used with -N, check to make sure a file hasn't
changed on the server before "continuing" to download it. changed on the server before "continuing" to download it.
2001-01-11 Adrian Aichner <Adrian.Aichner@t-online.de> 2001-01-11 Adrian Aichner <Adrian.Aichner@t-online.de>
@ -1542,7 +1542,7 @@
directory got fixed without the TODO entry for it being removed. directory got fixed without the TODO entry for it being removed.
* TODO: Add a "rollback" option to have --continue throw away X * TODO: Add a "rollback" option to have --continue throw away X
corrupted (e.g. by proxy) bytes from end of file before resuming. corrupted (e.g. by proxy) bytes from end of file before resuming.
* po/*.po*: Updated after changing --help's description of -c. * po/*.po*: Updated after changing --help's description of -c.
@ -1556,8 +1556,8 @@
* README.branches: Explains the 1.6_branch.ChangeLog files. * README.branches: Explains the 1.6_branch.ChangeLog files.
* README.cvs: Falsely claimed you only needed GNU autoconf to * README.cvs: Falsely claimed you only needed GNU autoconf to
build from the CVS sources. You also need GNU gettext and build from the CVS sources. You also need GNU gettext and
texinfo. I also did a bunch of general re-writing of this file. texinfo. I also did a bunch of general re-writing of this file.
2001-01-03 Dan Harkless <wget@harkless.org> 2001-01-03 Dan Harkless <wget@harkless.org>

View File

@ -671,26 +671,26 @@
2001-02-22 Dan Harkless <wget@harkless.org> 2001-02-22 Dan Harkless <wget@harkless.org>
* Makefile.in: Make wget man page and install it if we have * Makefile.in: Make wget man page and install it if we have
pod2man. Added some missing '$(srcdir)/'s. Added missing pod2man. Added some missing '$(srcdir)/'s. Added missing
dependencies on install targets (allowing you to just do `make dependencies on install targets (allowing you to just do `make
install' rather than forcing you to do `make && make install'). install' rather than forcing you to do `make && make install').
Also, Makefile rules should always use output file parameters if Also, Makefile rules should always use output file parameters if
available rather than redirecting stdout with '>', or you falsely available rather than redirecting stdout with '>', or you falsely
satisfy dependencies if the tool you're running is missing or satisfy dependencies if the tool you're running is missing or
fails -- fixed call of texi2pod.pl that did this wrong. fails -- fixed call of texi2pod.pl that did this wrong.
* texi2pod.pl: Removed from CVS. Now automatically generated. * texi2pod.pl: Removed from CVS. Now automatically generated.
* texi2pod.pl.in: This new file is processed into texi2pod.pl, * texi2pod.pl.in: This new file is processed into texi2pod.pl,
getting the appropriate path to the Perl 5+ executable on this getting the appropriate path to the Perl 5+ executable on this
system and becoming executable (CVS files, by contrast, don't system and becoming executable (CVS files, by contrast, don't
arrive executable). arrive executable).
2001-02-19 Dan Harkless <wget@harkless.org> 2001-02-19 Dan Harkless <wget@harkless.org>
* wget.texi (Download Options): Further improvement to --continue * wget.texi (Download Options): Further improvement to --continue
documentation -- explain interaction with -r and -N, mention documentation -- explain interaction with -r and -N, mention
usefulness for downloading new sections of appended-to files, etc. usefulness for downloading new sections of appended-to files, etc.
2001-01-06 Jan Prikryl <prikryl@cg.tuwien.ac.at> 2001-01-06 Jan Prikryl <prikryl@cg.tuwien.ac.at>
@ -713,7 +713,7 @@
2001-01-09 Dan Harkless <wget@harkless.org> 2001-01-09 Dan Harkless <wget@harkless.org>
* wget.texi (Download Options): Did a bunch of clarification and * wget.texi (Download Options): Did a bunch of clarification and
correction to the description of --continue. correction to the description of --continue.
2001-01-06 Dan Harkless <wget@harkless.org> 2001-01-06 Dan Harkless <wget@harkless.org>
@ -739,7 +739,7 @@
looking at the dates would make you think that things went into looking at the dates would make you think that things went into
1.6 that actually just went into the 1.7-dev branch. Added "[Not 1.6 that actually just went into the 1.7-dev branch. Added "[Not
in 1.6 branch.]" where appropriate to clarify. in 1.6 branch.]" where appropriate to clarify.
2000-12-10 Hrvoje Niksic <hniksic@arsdigita.com> 2000-12-10 Hrvoje Niksic <hniksic@arsdigita.com>
* Makefile.in (install.info): Info files are *not* in $(srcdir), * Makefile.in (install.info): Info files are *not* in $(srcdir),
@ -827,22 +827,22 @@
2000-08-22 Dan Harkless <wget@harkless.org> 2000-08-22 Dan Harkless <wget@harkless.org>
* wget.texi (Download Options): --no-clobber's documentation was * wget.texi (Download Options): --no-clobber's documentation was
severely lacking -- ameliorated the situation. Some of the severely lacking -- ameliorated the situation. Some of the
previously-undocumented stuff (like the multiple-file-version previously-undocumented stuff (like the multiple-file-version
numeric-suffixing) that's now mentioned for the first (and only) numeric-suffixing) that's now mentioned for the first (and only)
time in the -nc documentation should probably be mentioned time in the -nc documentation should probably be mentioned
elsewhere, but due to the way that wget.texi's hierarchy is laid elsewhere, but due to the way that wget.texi's hierarchy is laid
out, I had a hard time finding anywhere else appropriate. out, I had a hard time finding anywhere else appropriate.
2000-07-17 Dan Harkless <wget@harkless.org> 2000-07-17 Dan Harkless <wget@harkless.org>
* wget.texi (HTTP Options): Minor clarification in "download a * wget.texi (HTTP Options): Minor clarification in "download a
single HTML page and all files necessary to display it" example. single HTML page and all files necessary to display it" example.
2000-05-22 Dan Harkless <wget@harkless.org> 2000-05-22 Dan Harkless <wget@harkless.org>
* wget.texi (HTTP Options): Damir Dzeko <ddzeko@zesoi.fer.hr> did * wget.texi (HTTP Options): Damir Dzeko <ddzeko@zesoi.fer.hr> did
not document his new --referer option. Did so. not document his new --referer option. Did so.
2000-04-18 Dan Harkless <wget@harkless.org> 2000-04-18 Dan Harkless <wget@harkless.org>
@ -865,27 +865,27 @@
2000-04-12 Dan Harkless <wget@harkless.org> 2000-04-12 Dan Harkless <wget@harkless.org>
* Makefile.in (install.wgetrc): I completely missed the message * Makefile.in (install.wgetrc): I completely missed the message
that the new wgetrc wasn't being installed the first couple of that the new wgetrc wasn't being installed the first couple of
times I ran `make install' after changing sample.wgetrc. Added times I ran `make install' after changing sample.wgetrc. Added
blank lines around the message and a "<Hit RETURN to blank lines around the message and a "<Hit RETURN to
acknowledge>", and reworded the message to be a bit more clear. acknowledge>", and reworded the message to be a bit more clear.
* sample.wgetrc: Added entries for backup_converted and waitretry. * sample.wgetrc: Added entries for backup_converted and waitretry.
* wget.texi (Download Options and Wgetrc Commands): Herold Heiko * wget.texi (Download Options and Wgetrc Commands): Herold Heiko
<Heiko.Herold@previnet.it>'s new --waitretry option was <Heiko.Herold@previnet.it>'s new --waitretry option was
undocumented until now. Reworded the suggested documentation he undocumented until now. Reworded the suggested documentation he
sent to the list. sent to the list.
2000-03-10 Dan Harkless <wget@harkless.org> 2000-03-10 Dan Harkless <wget@harkless.org>
* wget.texi (Recursive Retrieval Options): In -K description, * wget.texi (Recursive Retrieval Options): In -K description,
added a link to the discussion of interaction with -N. added a link to the discussion of interaction with -N.
(Recursive Accept/Reject Options): Did some alphabetizing and added (Recursive Accept/Reject Options): Did some alphabetizing and added
descriptions of new --follow-tags and -G / --ignore-tags options. descriptions of new --follow-tags and -G / --ignore-tags options.
(Following Links): Changed "the loads of" to "loads of". (Following Links): Changed "the loads of" to "loads of".
(Wgetrc Commands): Added descriptions of new follow_tags and (Wgetrc Commands): Added descriptions of new follow_tags and
ignore_tags commands. ignore_tags commands.
2000-03-02 Daniel S. Lewart <d-lewart@uiuc.edu> 2000-03-02 Daniel S. Lewart <d-lewart@uiuc.edu>
@ -898,7 +898,7 @@
2000-03-01 Dan Harkless <wget@harkless.org> 2000-03-01 Dan Harkless <wget@harkless.org>
* wget.texi (HTTP Time-Stamping Internals): Added a note about my * wget.texi (HTTP Time-Stamping Internals): Added a note about my
newly-implemented interaction between -K and -N. newly-implemented interaction between -K and -N.
2000-02-29 Dan Harkless <wget@harkless.org> 2000-02-29 Dan Harkless <wget@harkless.org>
@ -909,7 +909,7 @@
2000-02-18 Dan Harkless <wget@harkless.org> 2000-02-18 Dan Harkless <wget@harkless.org>
* wget.texi (Recursive Retrieval Options): Documented my new -K / * wget.texi (Recursive Retrieval Options): Documented my new -K /
--backup-converted option. --backup-converted option.
(Wgetrc Commands): Documented backup_converted equivalent. (Wgetrc Commands): Documented backup_converted equivalent.
1998-09-10 Hrvoje Niksic <hniksic@srce.hr> 1998-09-10 Hrvoje Niksic <hniksic@srce.hr>
@ -936,7 +936,7 @@
1998-05-02 Hrvoje Niksic <hniksic@srce.hr> 1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Recursive Retrieval): Fix typo. Suggested by * wget.texi (Recursive Retrieval): Fix typo. Suggested by
Francois Pinard. Francois Pinard.
1998-04-18 Hrvoje Niksic <hniksic@srce.hr> 1998-04-18 Hrvoje Niksic <hniksic@srce.hr>
@ -953,7 +953,7 @@
1998-03-29 Hrvoje Niksic <hniksic@srce.hr> 1998-03-29 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Invoking): Split into more sections, analogous to * wget.texi (Invoking): Split into more sections, analogous to
output of `wget --help'. output of `wget --help'.
(HTTP Options): Document --user-agent. (HTTP Options): Document --user-agent.
1998-03-16 Hrvoje Niksic <hniksic@srce.hr> 1998-03-16 Hrvoje Niksic <hniksic@srce.hr>
@ -1004,7 +1004,7 @@
1997-02-17 Hrvoje Niksic <hniksic@srce.hr> 1997-02-17 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document --proxy-user and * wget.texi (Advanced Options): Document --proxy-user and
--proxy-passwd. --proxy-passwd.
1997-02-14 Karl Eichwalder <ke@ke.Central.DE> 1997-02-14 Karl Eichwalder <ke@ke.Central.DE>
@ -1051,7 +1051,7 @@
1996-12-12 Dieter Baron <dillo@danbala.tuwien.ac.at> 1996-12-12 Dieter Baron <dillo@danbala.tuwien.ac.at>
* wget.texi (Advanced Usage): Would reference prep instead of * wget.texi (Advanced Usage): Would reference prep instead of
wuarchive. wuarchive.
1996-11-25 Hrvoje Niksic <hniksic@srce.hr> 1996-11-25 Hrvoje Niksic <hniksic@srce.hr>
@ -1064,7 +1064,7 @@
1996-11-22 Hrvoje Niksic <hniksic@srce.hr> 1996-11-22 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Portability): Add IRIX and FreeBSD as the "regular" * wget.texi (Portability): Add IRIX and FreeBSD as the "regular"
platforms. platforms.
1996-11-20 Hrvoje Niksic <hniksic@srce.hr> 1996-11-20 Hrvoje Niksic <hniksic@srce.hr>

File diff suppressed because it is too large Load Diff