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:
parent
dc4645031b
commit
72bab0c11f
30
ChangeLog
30
ChangeLog
@ -1403,8 +1403,8 @@
|
||||
2001-03-20 Dan Harkless <wget@harkless.org>
|
||||
|
||||
* TODO: Oops. Hostless absolute link conversion _is_ working. My
|
||||
test that led me to believe it wasn't was exposing a different bug
|
||||
-- URLs specified on the commandline as opposed to being recursed
|
||||
test that led me to believe it wasn't was exposing a different bug
|
||||
-- URLs specified on the commandline as opposed to being recursed
|
||||
to don't always get re-converted at the end of the Wget run.
|
||||
|
||||
2001-03-17 Dan Harkless <wget@harkless.org>
|
||||
@ -1442,7 +1442,7 @@
|
||||
2001-03-12 Dan Harkless <wget@harkless.org>
|
||||
|
||||
* 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>
|
||||
|
||||
@ -1456,10 +1456,10 @@
|
||||
2001-03-01 Dan Harkless <wget@harkless.org>
|
||||
|
||||
* ChangeLog.README: Renamed from README.branches and added a note
|
||||
that Wget has multiple ChangeLog files (currently ./ChangeLog,
|
||||
doc/ChangeLog, and src/ChangeLog), since this is unusual and
|
||||
people have complained their patches hadn't been applied after
|
||||
checking only the top-level ChangeLog.
|
||||
that Wget has multiple ChangeLog files (currently ./ChangeLog,
|
||||
doc/ChangeLog, and src/ChangeLog), since this is unusual and
|
||||
people have complained their patches hadn't been applied after
|
||||
checking only the top-level ChangeLog.
|
||||
|
||||
2001-02-28 Dan Harkless <wget@harkless.org>
|
||||
|
||||
@ -1478,10 +1478,10 @@
|
||||
moving -nr to a different category.
|
||||
|
||||
* TODO: "Timestamps are sometimes not copied over on files
|
||||
retrieved by FTP." removed. Hopefully all the failures I was
|
||||
seeing were due to the fact that it wasn't documented that
|
||||
non-globbing, non-recursive FTP downloads need -N to get the
|
||||
remote timestamp to be preserved.
|
||||
retrieved by FTP." removed. Hopefully all the failures I was
|
||||
seeing were due to the fact that it wasn't documented that
|
||||
non-globbing, non-recursive FTP downloads need -N to get the
|
||||
remote timestamp to be preserved.
|
||||
|
||||
2001-02-22 Dan Harkless <wget@harkless.org>
|
||||
|
||||
@ -1525,7 +1525,7 @@
|
||||
2001-01-11 Dan Harkless <wget@harkless.org>
|
||||
|
||||
* 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>
|
||||
|
||||
@ -1542,7 +1542,7 @@
|
||||
directory got fixed without the TODO entry for it being removed.
|
||||
|
||||
* 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.
|
||||
|
||||
@ -1556,8 +1556,8 @@
|
||||
* README.branches: Explains the 1.6_branch.ChangeLog files.
|
||||
|
||||
* README.cvs: Falsely claimed you only needed GNU autoconf to
|
||||
build from the CVS sources. You also need GNU gettext and
|
||||
texinfo. I also did a bunch of general re-writing of this file.
|
||||
build from the CVS sources. You also need GNU gettext and
|
||||
texinfo. I also did a bunch of general re-writing of this file.
|
||||
|
||||
2001-01-03 Dan Harkless <wget@harkless.org>
|
||||
|
||||
|
@ -671,26 +671,26 @@
|
||||
2001-02-22 Dan Harkless <wget@harkless.org>
|
||||
|
||||
* Makefile.in: Make wget man page and install it if we have
|
||||
pod2man. Added some missing '$(srcdir)/'s. Added missing
|
||||
dependencies on install targets (allowing you to just do `make
|
||||
install' rather than forcing you to do `make && make install').
|
||||
Also, Makefile rules should always use output file parameters if
|
||||
available rather than redirecting stdout with '>', or you falsely
|
||||
satisfy dependencies if the tool you're running is missing or
|
||||
fails -- fixed call of texi2pod.pl that did this wrong.
|
||||
pod2man. Added some missing '$(srcdir)/'s. Added missing
|
||||
dependencies on install targets (allowing you to just do `make
|
||||
install' rather than forcing you to do `make && make install').
|
||||
Also, Makefile rules should always use output file parameters if
|
||||
available rather than redirecting stdout with '>', or you falsely
|
||||
satisfy dependencies if the tool you're running is missing or
|
||||
fails -- fixed call of texi2pod.pl that did this wrong.
|
||||
|
||||
* texi2pod.pl: Removed from CVS. Now automatically generated.
|
||||
|
||||
* texi2pod.pl.in: This new file is processed into texi2pod.pl,
|
||||
getting the appropriate path to the Perl 5+ executable on this
|
||||
system and becoming executable (CVS files, by contrast, don't
|
||||
arrive executable).
|
||||
getting the appropriate path to the Perl 5+ executable on this
|
||||
system and becoming executable (CVS files, by contrast, don't
|
||||
arrive executable).
|
||||
|
||||
2001-02-19 Dan Harkless <wget@harkless.org>
|
||||
|
||||
* wget.texi (Download Options): Further improvement to --continue
|
||||
documentation -- explain interaction with -r and -N, mention
|
||||
usefulness for downloading new sections of appended-to files, etc.
|
||||
documentation -- explain interaction with -r and -N, mention
|
||||
usefulness for downloading new sections of appended-to files, etc.
|
||||
|
||||
2001-01-06 Jan Prikryl <prikryl@cg.tuwien.ac.at>
|
||||
|
||||
@ -713,7 +713,7 @@
|
||||
2001-01-09 Dan Harkless <wget@harkless.org>
|
||||
|
||||
* 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>
|
||||
|
||||
@ -739,7 +739,7 @@
|
||||
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
|
||||
in 1.6 branch.]" where appropriate to clarify.
|
||||
|
||||
|
||||
2000-12-10 Hrvoje Niksic <hniksic@arsdigita.com>
|
||||
|
||||
* Makefile.in (install.info): Info files are *not* in $(srcdir),
|
||||
@ -827,22 +827,22 @@
|
||||
2000-08-22 Dan Harkless <wget@harkless.org>
|
||||
|
||||
* wget.texi (Download Options): --no-clobber's documentation was
|
||||
severely lacking -- ameliorated the situation. Some of the
|
||||
previously-undocumented stuff (like the multiple-file-version
|
||||
numeric-suffixing) that's now mentioned for the first (and only)
|
||||
time in the -nc documentation should probably be mentioned
|
||||
elsewhere, but due to the way that wget.texi's hierarchy is laid
|
||||
out, I had a hard time finding anywhere else appropriate.
|
||||
severely lacking -- ameliorated the situation. Some of the
|
||||
previously-undocumented stuff (like the multiple-file-version
|
||||
numeric-suffixing) that's now mentioned for the first (and only)
|
||||
time in the -nc documentation should probably be mentioned
|
||||
elsewhere, but due to the way that wget.texi's hierarchy is laid
|
||||
out, I had a hard time finding anywhere else appropriate.
|
||||
|
||||
2000-07-17 Dan Harkless <wget@harkless.org>
|
||||
|
||||
* 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>
|
||||
|
||||
* 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>
|
||||
|
||||
@ -865,27 +865,27 @@
|
||||
2000-04-12 Dan Harkless <wget@harkless.org>
|
||||
|
||||
* Makefile.in (install.wgetrc): I completely missed the message
|
||||
that the new wgetrc wasn't being installed the first couple of
|
||||
times I ran `make install' after changing sample.wgetrc. Added
|
||||
blank lines around the message and a "<Hit RETURN to
|
||||
acknowledge>", and reworded the message to be a bit more clear.
|
||||
that the new wgetrc wasn't being installed the first couple of
|
||||
times I ran `make install' after changing sample.wgetrc. Added
|
||||
blank lines around the message and a "<Hit RETURN to
|
||||
acknowledge>", and reworded the message to be a bit more clear.
|
||||
|
||||
* sample.wgetrc: Added entries for backup_converted and waitretry.
|
||||
|
||||
* wget.texi (Download Options and Wgetrc Commands): Herold Heiko
|
||||
<Heiko.Herold@previnet.it>'s new --waitretry option was
|
||||
undocumented until now. Reworded the suggested documentation he
|
||||
sent to the list.
|
||||
<Heiko.Herold@previnet.it>'s new --waitretry option was
|
||||
undocumented until now. Reworded the suggested documentation he
|
||||
sent to the list.
|
||||
|
||||
2000-03-10 Dan Harkless <wget@harkless.org>
|
||||
|
||||
* 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
|
||||
descriptions of new --follow-tags and -G / --ignore-tags options.
|
||||
(Following Links): Changed "the loads of" to "loads of".
|
||||
(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>
|
||||
|
||||
@ -898,7 +898,7 @@
|
||||
2000-03-01 Dan Harkless <wget@harkless.org>
|
||||
|
||||
* 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>
|
||||
|
||||
@ -909,7 +909,7 @@
|
||||
2000-02-18 Dan Harkless <wget@harkless.org>
|
||||
|
||||
* wget.texi (Recursive Retrieval Options): Documented my new -K /
|
||||
--backup-converted option.
|
||||
--backup-converted option.
|
||||
(Wgetrc Commands): Documented backup_converted equivalent.
|
||||
|
||||
1998-09-10 Hrvoje Niksic <hniksic@srce.hr>
|
||||
@ -936,7 +936,7 @@
|
||||
1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
|
||||
|
||||
* wget.texi (Recursive Retrieval): Fix typo. Suggested by
|
||||
Francois Pinard.
|
||||
Francois Pinard.
|
||||
|
||||
1998-04-18 Hrvoje Niksic <hniksic@srce.hr>
|
||||
|
||||
@ -953,7 +953,7 @@
|
||||
1998-03-29 Hrvoje Niksic <hniksic@srce.hr>
|
||||
|
||||
* wget.texi (Invoking): Split into more sections, analogous to
|
||||
output of `wget --help'.
|
||||
output of `wget --help'.
|
||||
(HTTP Options): Document --user-agent.
|
||||
|
||||
1998-03-16 Hrvoje Niksic <hniksic@srce.hr>
|
||||
@ -1004,7 +1004,7 @@
|
||||
1997-02-17 Hrvoje Niksic <hniksic@srce.hr>
|
||||
|
||||
* wget.texi (Advanced Options): Document --proxy-user and
|
||||
--proxy-passwd.
|
||||
--proxy-passwd.
|
||||
|
||||
1997-02-14 Karl Eichwalder <ke@ke.Central.DE>
|
||||
|
||||
@ -1051,7 +1051,7 @@
|
||||
1996-12-12 Dieter Baron <dillo@danbala.tuwien.ac.at>
|
||||
|
||||
* wget.texi (Advanced Usage): Would reference prep instead of
|
||||
wuarchive.
|
||||
wuarchive.
|
||||
|
||||
1996-11-25 Hrvoje Niksic <hniksic@srce.hr>
|
||||
|
||||
@ -1064,7 +1064,7 @@
|
||||
1996-11-22 Hrvoje Niksic <hniksic@srce.hr>
|
||||
|
||||
* wget.texi (Portability): Add IRIX and FreeBSD as the "regular"
|
||||
platforms.
|
||||
platforms.
|
||||
|
||||
1996-11-20 Hrvoje Niksic <hniksic@srce.hr>
|
||||
|
||||
|
522
src/ChangeLog
522
src/ChangeLog
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user