[svn] Removed the ChangeLog-branches directories.

This commit is contained in:
hniksic 2005-06-23 12:32:42 -07:00
parent b1e09c679f
commit b80f389516
14 changed files with 0 additions and 34303 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1,385 +0,0 @@
2000-12-30 Dan Harkless <wget@harkless.org>
* Makefile.in (dist, DISTFILES): Committed Karl Eichwalder
<ke@suse.de>'s patch to not distribute CVS directories.
* README: Changed 1.5.3 in the FTP URL to 1.6.
* po/*.po: 'Project-Id-Version's were very haphazard, saying
either "wget" or "GNU wget", and with versions of 1.5.2-b[124],
1.5.3, the nonexistent 1.5.4, and 1.6-pre. Standardized all to
"GNU Wget 1.6". Perhaps this is wrong to do because some of the
translations haven't been updated since the versions they state,
but I know some of the files were updated specifically for 1.6,
and none of them used this version. In any case, the
'POT-Creation-Date's and 'PO-Revision-Date's remain the best
indicator of whether a translation's out of date.
* NEWS: Released Wget version 1.6.
2000-11-23 Hrvoje Niksic <hniksic@arsdigita.com>
* configure.in: Build ALL_LINGUAS dynamically.
2000-11-16 Hrvoje Niksic <hniksic@arsdigita.com>
* windows/config.h.ms: snprintf and vsnprintf exist under Windows.
* windows/Makefile.src: Back out previous change.
2000-11-16 Herold Heiko <Heiko.Herold@previnet.it>
* windows/Makefile.src: Compile in vsnprintf.c.
2000-11-02 Matthew Seaman <m.seaman@inpharmatica.co.uk>
* util/rmold.pl: Various fixes.
2000-11-01 Hrvoje Niksic <hniksic@arsdigita.com>
* configure.in: Check for size of long and long long.
2000-10-30 Dan Harkless <wget@harkless.org>
* NEWS: Hrvoje pointed out that relative URL grokking deserves mention.
2000-10-27 Dan Harkless <wget@harkless.org>
* TODO: wget now groks illegal relative URL HTTP redirects.
2000-10-24 Dan Harkless <wget@harkless.org>
* NEWS: Forgot to update regarding new --bind-address option.
2000-10-20 Dan Harkless <wget@harkless.org>
* TODO: -k needs to convert '?' to "%3F" in links to saved files
containing the '?' character (e.g. CGI output). Also, we need to
check the HTTP spec w.r.t. simplification of absolute URLs.
Generalize --html-extension to something like --mime-extension.
* MAILING-LIST: I didn't realize <wget@sunsite.auc.dk> allowed posting
by non-subscribers. <bug-wget@gnu.org> soon to be an alias for it.
* NEWS: Always forget to update this file when making user-vis. changes.
2000-10-19 Dan Harkless <wget@harkless.org>
* TODO: -E / --html-extension / html_extension has been implemented.
Make -I and -X allow an optional hostname before the directory name?
When simplifying paths, wget needs to stop at any '?' character.
* configure.in: Put "it" language in proper alphabetical order and
added new languages "pl" and "ru".
* po/pl.{gmo,po}: Added Grzegorz Kowal <g_kowal@poczta.onet.pl>'s
Polish message translation file.
* po/ru.{gmo,po}: Added Const Kaplinsky <const@ce.cctpu.edu.ru>'s
Russian message translation file.
2000-10-16 Dan Harkless <wget@harkless.org>
* TODO: Add option to save local filenames without extra %-encoding.
2000-10-09 Dan Harkless <wget@harkless.org>
* TODO: --retr-symlinks should cause wget to traverse links to dirs too.
2000-09-25 Dan Harkless <wget@harkless.org>
* TODO: Make wget return nonzero in situations like bad HTTP
auth. Make wget follow (illegal) relative URL HTTP redirects.
2000-08-30 Dan Harkless <wget@harkless.org>
* po/*.{gmo,po,pot}: Regenerated after modifying wget --help output.
* MACHINES: Previously said to send updates to "me" (Hrvoje) --
now says to email the mailing list or bug-wget@gnu.org.
* MAILING-LIST: Added mention of bug-wget@gnu.org.
* NEWS: Added --waitretry and --page-requisites.
2000-08-25 Dan Harkless <wget@harkless.org>
* MACHINES: Alphabetized, changed "architectures" to "OSes and
architecures", added missing company names, removed needless ^L,
made AIX and FreeBSD entries more general to reflect successful
use on those platforms by myself and others, removed the
non-factual "this version of", and fixed some grammatical errors.
2000-07-21 Dan Harkless <wget@harkless.org>
* TODO: But Brian McMahon <bm@iucr.org> wants old behavior as an option.
2000-07-19 Dan Harkless <wget@harkless.org>
* TODO: -k should convert "hostless absolute" URLs, like "/index.html".
2000-05-24 Dan Harkless <wget@harkless.org>
* TODO: Timestamps sometimes not copied over on files retrieved by FTP.
2000-05-22 Dan Harkless <wget@harkless.org>
* AUTHORS: Added myself to this file, as Hrvoje got confirmation
of my FSF copyright assignment.
* TODO: Added note that fragment identifiers don't work properly.
* po/*.{gmo,po,pot}: Regenerated after modifying wget --help output.
2000-05-17 Dan Harkless <wget@harkless.org>
* TODO: Make `-k' check for files that were downloaded in the past
and convert links to them in newly-downloaded documents.
2000-04-05 Dan Harkless <wget@harkless.org>
* TODO: Make -K only leave .orig files around when different. Add
an option to save all text/html files with .html extension. Allow
mirroring of FTP URLs where logging in puts you somewhere else
besides '/'.
2000-04-04 Dan Harkless <wget@harkless.org>
* NEWS (--follow-tags, -G / --ignore-tags): Forgot to mention
these new options when I added them.
2000-03-10 Dan Harkless <wget@harkless.org>
* TODO: Removed done item: we now have an option (-G) that makes
it easy to download a single HTML document and all its constituents.
* po/*.{gmo,po,pot}: Regenerated after adding new options.
* po/hr.po: Hrvoje forgot '\n's on his translations of my altered
messages, causing msgfmt to balk and `make install' to fail.
2000-03-01 Dan Harkless <wget@harkless.org>
* NEWS (-K): Now possible to use -N with -k thanks to this option.
* TODO: Removed the -K / -N interaction item.
2000-02-29 Dan Harkless <wget@harkless.org>
* NEWS (-K / --backup-converted): Mentioned this new option.
2000-02-18 Dan Harkless <wget@harkless.org>
* TODO: When -K is used with -N, check local X.orig against server X.
1998-06-23 Dave Love <d.love@dl.ac.uk>
* configure.in (exext): Define.
1998-06-06 Hrvoje Niksic <hniksic@srce.hr>
* configure.in: Check for access().
1998-05-20 Hrvoje Niksic <hniksic@srce.hr>
* po/hr.po: Some fixes, as per suggestions by Francois Pinard.
1998-05-19 Dominique Delamarre <dominique.delamarre@hol.fr>
* po/fr.po: New file.
1998-05-19 Toomas Soome <tsoome@ut.ee>
* po/et.po: Updated.
1998-05-11 Simos KSenitellis <simos@teiath.gr>
* po/el.po: New file.
1998-05-09 Hrvoje Niksic <hniksic@srce.hr>
* aclocal.m4 (WGET_WITH_NLS): Print available catalogs.
1998-05-09 Toomas Soome <tsoome@ut.ee>
* po/et.po: New file.
1998-05-06 Douglas E. Wegscheid <wegscd@whirlpool.com>
* configure.bat: set up for either Borland or Visual C
* windows/wget.dep: new file
* windows/Makefile.*: use wget.dep
* rename windows/Makefile.bor to Makefile.src.bor
1998-05-06 Douglas E. Wegscheid <wegscd@whirlpool.com>
* windows/makefile.bor: Updated.
* windows/Makefile.src: Ditto.
1998-04-30 Douglas E. Wegscheid <wegscd@whirlpool.com>
* windows/config.h.bor: New file.
* windows/makefile.bor: New file.
1998-04-27 John Burden <john@futuresguide.com>
* windows/Makefile.*: Cleanup.
1998-04-27 Gregor Hoffleit <flight@mathi.uni-heidelberg.de>
* configure.in: Check for PID_T.
1998-04-19 Giovanni Bortolozzo <borto@dei.unipd.it>
* po/it.po: Updated.
1998-04-19 Jan Prikryl <prikryl@cg.tuwien.ac.at>
* po/cs.po: Updated.
1998-04-19 Wanderlei Cavassin <cavassin@conectiva.com.br>
* po/pt_BR.po: Updated.
1998-04-08 Stefan Hornburg <racke@gundel.han.de>
* Makefile (dist): New target.
1998-04-08 Wanderlei Cavassin <cavassin@conectiva.com.br>
* po/pt_BR.po: Updated.
1998-04-04 Hrvoje Niksic <hniksic@srce.hr>
* aclocal.m4 (WGET_WITH_NLS): Renamed USE_NLS to HAVE_NLS.
* ABOUT-NLS: Removed.
* Makefile.in (stamp-h): Clean up stamp-h-related dependencies.
Don't attempt to write to stamp-h.in.
* aclocal.m4 (WGET_PROCESS_PO): Reset srcdir to ac_given_srcdir.
1998-04-03 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in (distclean-top): Remove stamp-h.
1998-04-02 Robert Schmidt <rsc@vingmed.no>
* po/no.po: New file.
1998-04-01 Hrvoje Niksic <hniksic@srce.hr>
* configure.in: New option `--disable-debug'.
1998-03-31 Hrvoje Niksic <hniksic@srce.hr>
* configure.in: Check for endianness.
1998-03-29 Hrvoje Niksic <hniksic@srce.hr>
* aclocal.m4 (WGET_PROCESS_PO): Use echo instead of AC_MSG_RESULT.
1998-03-28 Hrvoje Niksic <hniksic@srce.hr>
* aclocal.m4 (WGET_WITH_NLS): Disable USE_NLS if gettext is
unavailable.
* aclocal.m4: Renamed AM_STRUCT_UTIMBUF to WGET_STRUCT_UTIMBUF;
renamed AM_WITH_NLS to WGET_WITH_NLS.
* aclocal.m4: Eliminate POSUBS.
1998-03-17 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in: config.h* -> src/config.h*
* configure.in: Check for vsnprintf().
* po/POTFILES.in: Updated.
1998-03-16 Hrvoje Niksic <hniksic@srce.hr>
* po/POTFILES.in: Removed extraneous newline at end of line, which
caused an error in `Makefile' which Sun make choked on.
1998-03-16 Jan Prikryl <prikryl@cg.tuwien.ac.at>
* po/cs.po: New file.
1998-03-12 Wanderlei Cavassin <cavassin@conectiva.com.br>
* po/pt_BR.po: New file.
1998-03-07 Hrvoje Niksic <hniksic@srce.hr>
* PROBLEMS: New file.
1998-02-22 Karl Eichwalder <ke@suse.de>
* po/Makefile.in.in (install-data-yes): Fix creation of
directories for LC_MESSAGE files.
1998-02-22 Hrvoje Niksic <hniksic@srce.hr>
* configure.in: Removed `-Wno-switch' for gcc.
* po/Makefile.in.in (install-data-yes): Use mkinstalldirs to
create the directory first.
1998-02-21 Karl Eichwalder <karl@suse.de>
* po/de.po: Updated.
1998-02-19 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in (check): New empty target.
1998-02-11 Hrvoje Niksic <hniksic@srce.hr>
* po/it.po: New file, by Antonio Rosella.
1998-02-08 Hrvoje Niksic <hniksic@srce.hr>
* aclocal.m4: Cleaned up.
* po/hr.po: Updated.
* configure.in: Removed check for POSIXized ISC.
1998-02-08 Karl Eichwalder <karl@suse.de>
* po/de.po: Updated.
1998-02-07 Karl Eichwalder <ke@suse.de>
* Makefile.in (install.info uninstall.info install.man
uninstall.man install.wgetrc): Use it.
* Makefile.in (install.mo): New target.
1998-02-03 Karl Eichwalder <ke@suse.de>
* po/POTFILES.in: Touch it (needed for NLS); add src/ftp.c,
src/getopt.c, src/host.c, src/html.c, src/http.c, src/init.c,
src/main.c, src/mswindows.c, src/netrc.c, src/recur.c, src/retr.c,
src/url.c, and src/utils.c.
* intl/po2tbl.sed.in: Add from gettext-0.10.32 (needed for NLS).
* po/Makefile.in.in: Add from gettext-0.10.32.
* Makefile.in (SUBDIRS): Add po/.
* configure.in (ALL_LINGUAS): New variable. Add "de" and "hr".
(AM_GNU_GETTEXT): Add.
(AC_OUTPUT): Add po/Makefile.in; run the sed command.
* aclocal.m4 (AM_WITH_NLS, AM_GNU_GETTEXT, AM_LC_MESSAGES,
AM_PATH_PROG_WITH_TEST): from gettext-0.10.32.

View File

@ -1,973 +0,0 @@
2001-12-19 Csaba Raduly <csaba.raduly@sophos.com>
* windows/Makefile.watcom: add gen-md5.obj and progress.obj to the
list of "sources"
* configure.bat: add section for Watcom
2001-12-13 Hrvoje Niksic <hniksic@arsdigita.com>
* po/ja.po: Ditto.
* po/sv.po: Ditto.
* po/de.po: Ditto.
* po/es.po: Ditto.
* po/fr.po: Ditto.
* po/et.po: Ditto.
* po/tr.po: Ditto.
* po/ru.po: Update from TP.
2001-12-12 Hrvoje Niksic <hniksic@arsdigita.com>
* configure.in: Autodetect SSL. Check for SSL includes too.
2001-12-11 Hrvoje Niksic <hniksic@arsdigita.com>
* config.sub: Ditto.
* config.guess: Ditto.
* aclocal.m4: Ditto.
* ltmain.sh: Upgrade to libtool 1.4.2.
2001-12-11 Hrvoje Niksic <hniksic@arsdigita.com>
* configure.in: Check for md5_calc rather than MD5Update when
looking for Solaris md5.
2001-12-08 R.I.P. Deaddog <maddog@linuxhall.org>
* po/zh_TW.po: Updated for 1.8.
2001-12-08 Hrvoje Niksic <hniksic@arsdigita.com>
* po/tr.po: Ditto.
* po/sv.po: Ditto.
* po/ru.po: Ditto.
* po/fr.po: Ditto.
* po/es.po: Ditto.
* po/de.po: Update from TP.
2001-12-06 Hrvoje Niksic <hniksic@arsdigita.com>
* po/et.po: Update from the TP.
2001-12-06 Hrvoje Niksic <hniksic@arsdigita.com>
* configure.in: Check for <termios.h>
2001-12-06 Hrvoje Niksic <hniksic@arsdigita.com>
* po/de.po: Ditto.
* po/fr.po: Ditto.
* po/tr.po: Ditto.
* po/sv.po: Ditto.
* po/et.po: Update from TP.
* po/hu.po: New file from TP.
2001-12-04 Herold Heiko <Heiko.Herold@previnet.it>
* windows\Makefile.src: add gen_sslfunc.c
* windows\Makefile.src.bor: ditto.
2001-12-01 Hrvoje Niksic <hniksic@arsdigita.com>
* po/hr.po: Updated Croatian translation.
2001-11-29 Hrvoje Niksic <hniksic@arsdigita.com>
* configure.in: Use SSL's MD5 if we're compiling with SSL anyway.
2001-11-27 Hrvoje Niksic <hniksic@arsdigita.com>
* configure.in: Don't check for random.
2001-11-27 Hrvoje Niksic <hniksic@arsdigita.com>
* po/hr.po: Updated.
2001-11-27 Hrvoje Niksic <hniksic@arsdigita.com>
* configure.in: Check for random.
2001-11-26 Hrvoje Niksic <hniksic@arsdigita.com>
* configure.in: Check for usleep.
2001-11-25 Hrvoje Niksic <hniksic@arsdigita.com>
* util/dist-wget: New file: the script used for building Wget.
2001-11-23 Hrvoje Niksic <hniksic@arsdigita.com>
* po/hr.po: A major overhaul.
2001-11-23 Hrvoje Niksic <hniksic@arsdigita.com>
* po/wget.pot: Rebuild.
* po/POTFILES.in: Update with the new source files.
2001-11-23 Hrvoje Niksic <hniksic@arsdigita.com>
* configure.in: Check for sys/ioctl.h.
2001-11-22 Herold Heiko <Heiko.Herold@previnet.it>
* windows/Readme
* windows/Makefile.doc
Windows documentation update.
* windows/Makefile.src
Cleanup config.h
2001-11-22 Hrvoje Niksic <hniksic@arsdigita.com>
* windows/Makefile.doc: Update docs generation.
2001-11-22 Hrvoje Niksic <hniksic@arsdigita.com>
* configure.in: Check for strpbrk().
2001-05-14 Herold Heiko <Heiko.Herold@previnet.it>
* windows/Makefile.src:
* windows/Makefile.src.bor:
* windows/Makefile.watcom:
* windows/config.h.bor:
* windows/config.h.ms:
* windows/wget.dep:
Windows update.
2001-11-18 Hrvoje Niksic <hniksic@arsdigita.com>
* configure.in: Check for getopt_long in libc.
2001-11-18 Hrvoje Niksic <hniksic@arsdigita.com>
* configure.in: Check for Solaris libmd5.
2001-11-18 Hrvoje Niksic <hniksic@arsdigita.com>
* po/: Installed ja.po, et.po, he.po, fr.po, da.po, uk.po, es.po,
sl.po, nl.po from the Translation Project.
2001-06-16 Hrvoje Niksic <hniksic@arsdigita.com>
* MACHINES: Added mips-sgi-irix6.5, as reported by Edward
J. Sabol.
2001-06-15 Hrvoje Niksic <hniksic@arsdigita.com>
* po/da.po: New version from TP.
2001-06-15 Hrvoje Niksic <hniksic@arsdigita.com>
* config.sub: New version from libtool 1.4.
* config.guess: New version from libtool 1.4.
* ltmain.sh: New version from libtool 1.4.
* aclocal.m4: Imported `libtool.m4' from libtool 1.4.
* ltconfig: Removed.
* configure.in: First check the compiler, then invoke libtool.
2001-06-14 Hrvoje Niksic <hniksic@arsdigita.com>
* po/: Install new files from the TP: sv.po, cs.po, et.po, tr.po,
es.po, de.po, gl.po, sk.po, ru.po, fr.po.
2001-06-14 Hrvoje Niksic <hniksic@arsdigita.com>
* configure.in: Check for both gethostbyname and inet_ntoa before
concluding that -lnsl is not needed.
2001-06-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
* configure.in: Use `libtool' to test linking of external
libraries.
2001-06-05 Jan Prikryl <prikryl@cg.tuwien.ac.at>
* po/cs.po: Updated to match the 1.7 POT.
2001-06-04 Hrvoje Niksic <hniksic@arsdigita.com>
* po/: New versions of de.po and gl.po from the TP.
2001-06-03 Hrvoje Niksic <hniksic@arsdigita.com>
* po/hr.po: Updated to match the new POT.
2001-06-03 Hrvoje Niksic <hniksic@arsdigita.com>
* po/wget.pot: Updated.
2001-06-03 Hrvoje Niksic <hniksic@arsdigita.com>
* po/es.po: Use the version from TP.
2001-06-02 R.I.P. Deaddog <maddog@linuxhall.org>
* po/zh_TW.po: Updated for 1.7.
2001-06-02 Hrvoje Niksic <hniksic@arsdigita.com>
* po/: Updated ru.po, et.po, and sv.po. Added tr.po.
2001-06-02 Hrvoje Niksic <hniksic@arsdigita.com>
* po/pl.po: Use iso-8859-1 as charset.
* po/hr.po: Update.
2001-05-28 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
* configure.in: Use $host_os instead of non-existent "$opsys" when
deciding based on host type.
* configure.in: Print "cross" when cross-compiling.
2001-05-26 Hrvoje Niksic <hniksic@arsdigita.com>
* po/hr.po: Updated.
* po/wget.pot: Regenerated from sources.
* README: Updated copyright statement.
* INSTALL: Document the new OpenSSL autodetector.
2001-05-26 Hrvoje Niksic <hniksic@arsdigita.com>
* configure.in: Provide a default for AC_TRY_RUN when
cross-compiling. Effectively, assume that when cross-compiling,
working linkage implies working executable.
2001-05-25 Hrvoje Niksic <hniksic@arsdigita.com>
* configure.in: Rewrote OpenSSL library detection. Now the code
loops over system locations where libssl/libcrypto might be
located. Aside from linking, it actually tries to run the
executable before concluding that the linking "worked".
2001-05-16 Csaba Raduly <csaba.raduly@sophos.com>
* windows/Makefile.watcom: Make linker accept space-separated list
of object files.
2001-05-14 Herold Heiko <Heiko.Herold@previnet.it>
* windows/Makefile.src: Update for SSL.
2001-05-14 Csaba Raduly <csaba.raduly@sophos.com>
* windows/Makefile.watcom: Updated.
2001-05-14 Csaba Raduly <csaba.raduly@sophos.com>
* windows/Makefile.watcom: Rewritten.
2001-04-11 Hrvoje Niksic <hniksic@arsdigita.com>
* po/zh_TW.po: Reinstated, after an update by Abel Cheung.
* po/zh_TW.Big5.po: Removed.
2001-04-28 Csaba Raduly <csaba.raduly@sophos.com>
* windows/Makefile.watcom: Update.
2001-04-28 Herold Heiko <Heiko.Herold@previnet.it>
* windows/wget.dep: Update.
* windows/Makefile.src: Update.
* windows/config.h.ms: Define inline to __inline.
Define ftruncate to chsize.
2001-04-27 Hrvoje Niksic <hniksic@arsdigita.com>
* po/hr.po: Updated.
2001-04-27 Hrvoje Niksic <hniksic@arsdigita.com>
* po/ja.po: New update by Hiroshi Takekawa.
2001-04-25 Hrvoje Niksic <hniksic@arsdigita.com>
* po/POTFILES.in: Add src/cookies.c.
2001-04-12 Hrvoje Niksic <hniksic@arsdigita.com>
* configure.in: Check for inline.
2001-04-11 Hrvoje Niksic <hniksic@arsdigita.com>
* po/zh_TW.Big5.po: New file, submitted by Abel Cheung.
* po/zh.po: Removed outdated file.
2001-04-06 Hrvoje Niksic <hniksic@arsdigita.com>
* aclocal.m4 (AM_PROG_CC_STDC): Don't use -Xc under SYSV. It
forces strict ANSI mode, which means we lose `long long'.
Generally, don't require __STDC__ to be defined to 1 because that
signifies strict ANSI.
2001-04-04 Hrvoje Niksic <hniksic@arsdigita.com>
* NEWS: Cosmetic changes.
2001-04-03 Trond Eivind Glomsrod <teg@redhat.com>
* po/da.po: Ditto.
* po/no.po: The charset is iso-8859-1, not iso-8859-2.
2001-04-02 Hrvoje Niksic <hniksic@arsdigita.com>
* po/et.po: New version by Toomas Soome.
2001-04-01 Nicolas Lichtmaier <nick@debian.org>
* po/es.po: New file.
2001-03-27 Dan Harkless <wget@harkless.org>
* INSTALL: Updated to reflect --with-ssl's new optional parameter.
* configure.in: Christian Fraenkel's tests for -lcrypto and -lssl
were in the wrong order, causing a link failure if you're using
libcrypto.a and libssl.a rather than shared libraries. Also put
in checks for -ldl, necessary since the libcrypto shared library
doesn't record its dependency on libdl.
* {.,util,windows}/Makefile.in: Moved top_builddir out of "User
configuration section" of top Makefile and analogous spot in others.
* po/Makefile.in.in: Previous addition of top_builddir to
po/Makefile.in was bogus -- it's generated from po/Makefile.in.in.
2001-03-26 Dan Harkless <wget@harkless.org>
* TODO: -p should probably go "_two_ more hops" on <FRAMESET> pages.
2001-03-22 Dan Harkless <wget@harkless.org>
* MACHINES: Added rs6000-ibm-aix4.3.3.0.
2001-03-21 Dan Harkless <wget@harkless.org>
* MACHINES: Added armv4l-unknown-linux-gnu.
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
to don't always get re-converted at the end of the Wget run.
2001-03-17 Dan Harkless <wget@harkless.org>
* aclocal.m4: Appended libtool 1.3.5's libtool.m4 to it.
* configure.in: Use AM_PROG_LIBTOOL macro (now defined in our
aclocal.m4) to create a libtool script from ltconfig and ltmain.sh.
If --with-ssl specified, look in /usr/local/ssl/lib by default for
OpenSSL libs. Allow override with --with-ssl=<OpenSSL_root_dir>.
Set up -I<OpenSSL_root_dir>/include and -R<OpenSSL_root_dir>/lib
(possibly rewritten by libtool) as well. Don't appear to be
looking for a function main() in -lcrypto. If the OpenSSL lib
checks fail, don't just silently build a wget without https
support -- issue a warning. Define top_builddir.
* ltconfig: New file from libtool 1.3.5 distribution.
* ltmain.sh: New file from libtool 1.3.5 distribution.
* {.,po,util,windows}/Makefile.in: Define top_builddir.
2001-03-16 Dan Harkless <wget@harkless.org>
* TODO: For some reason on 2000-11-19, Hrvoje removed the item
about converting hostless absolute links. That isn't working yet,
so I've put the item back, with a modified wording.
* config.guess: Hadn't been updated since 1996 -- didn't work for recent
machines and OSes, such as NetWinder ARM Linux. Updated to latest
version (2001-03-16) from <ftp://ftp.gnu.org/pub/gnu/config/>.
* config.sub: Ditto -- updated to latest version (2001-03-12).
2001-03-12 Dan Harkless <wget@harkless.org>
* TODO: Only normal recursion should respect -np -- page-requisite
recursion should not.
2001-03-07 Jan Prikryl <prikryl@cg.tuwien.ac.at>
* TODO: Removed an obsolete item about adding VMS and MS FTP
server support.
2001-03-05 Dan Harkless <wget@harkless.org>
* TODO: Add a --range option to download only a given byte range.
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.
2001-02-28 Dan Harkless <wget@harkless.org>
* MACHINES: Explicitly tell people to send us config.guess output.
2001-02-27 Dan Harkless <wget@harkless.org>
* TODO: Re-use FTP connection if multiple URLs on one host
specified. Make "ftp://<host>/%2F<file>" cause an initial "CWD /".
2001-02-23 Dan Harkless <wget@harkless.org>
* NEWS: Note that Wget now has a man page again.
* po/*.po*: Updated after changing --help's description of -N and
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.
2001-02-22 Dan Harkless <wget@harkless.org>
* TODO: Remove empty directories created due to --accept/--reject.
* configure.in: Look for perl and pod2man and make substitutions.
* Makefile.in (install): Do install.man if we have pod2man.
2001-02-13 Jan Prikryl <prikryl@cg.tuwien.ac.at>
* windows/Makefile.src: Removed references to ftpparse sources.
* windows/wget.dep: Ditto.
* windows/Makefile.watcom: Ditto.
2001-01-23 Herold Heiko <Heiko.Herold@previnet.it>
* windows/Makefile.src: Don't attempt to compile in alloca.c; it
doesn't work and it's not needed.
2001-01-16 Hrvoje Niksic <hniksic@arsdigita.com>
* NEWS: Added more NEWS items.
2001-01-15 Dan Harkless <wget@harkless.org>
* NEWS: Was not being maintained. Added some significant 1.7-dev stuff.
2001-01-15 Jan Prikryl <prikryl@cg.tuwien.ac.at>
* util/wget.spec: Updated to 1.7, merged with the spec file from
RedHat.
* po/Makefile.in.in: `make realclean' equal to `make
maintainer-clean'.
* Makefile.in (realclean-top): Remove 'configure' as well.
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.
2001-01-11 Adrian Aichner <Adrian.Aichner@t-online.de>
* windows/Makefile.src: Updated.
* windows/wget.dep: Ditto.
2001-01-09 Dan Harkless <wget@harkless.org>
* TODO: If -c is on, don't re-download a 100%-downloaded file.
* TODO: The bug where you couldn't recurse into ftp directories if
logging in put you somewhere else besides the server's "/"
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.
* po/*.po*: Updated after changing --help's description of -c.
2001-01-06 Dan Harkless <wget@harkless.org>
* ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
the best way to go about my aim. Removed them in favor of:
* ChangeLog-branches/1.6_branch.ChangeLog: New file.
* 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.
2001-01-03 Dan Harkless <wget@harkless.org>
* TODO: We should make a simple man page referring to info doco.
2000-12-31 Dan Harkless <wget@harkless.org>
* README: Changed 1.5.3 in the FTP URL to 1.6.
* NEWS: Released Wget version 1.6.
* po/*.po: 'Project-Id-Version's were very haphazard, saying
either "wget" or "GNU wget", and with versions of 1.5.2-b[124],
1.5.3, the nonexistent 1.5.4, and 1.6-pre. Standardized all to
"GNU Wget 1.7-dev". Perhaps this is wrong to do because some of
the translations haven't been updated since the versions they
state, but I know some of the files were updated specifically for
1.6, and none of them used this version (unless you count the sole
"1.6-pre" guy). In any case, the 'POT-Creation-Date's and
'PO-Revision-Date's remain the best indicator of whether a
translation's out of date.
* ChangeLog: Since this flat file doesn't have multiple branches,
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-18 Csaba Raduly <csaba.raduly@sophos.com>
* windows/Makefile.watcom: Updated.
2000-12-10 Hrvoje Niksic <hniksic@arsdigita.com>
* po/POTFILES.in: Updated.
2000-12-10 Hrvoje Niksic <hniksic@arsdigita.com>
* configure.in: Add windows/Makefile to the output block.
* windows/Makefile.in: New file.
* README.cvs: New file.
2000-11-25 Karl Eichwalder <ke@suse.de>
* Makefile.in (SUBDIRS): Add 'windows'.
(dist, DISTFILES): Don't distribute CVS directories.
2000-12-05 Hrvoje Niksic <hniksic@arsdigita.com>
* configure.in: Don't unconditionally define HAVE_SSL, even when
--with-ssl is given.
2000-12-03 Christian Fraenkel <christian.fraenkel@gmx.net>
* INSTALL: Added the --with-ssl switch.
* configure.in: Ditto.
* TODO: Removed the corresponding entry.
2000-11-23 Hrvoje Niksic <hniksic@arsdigita.com>
* configure.in: Build ALL_LINGUAS dynamically.
2000-11-10 Hrvoje Niksic <hniksic@arsdigita.com>
* configure.in: Test for MMAP.
2000-11-16 Hrvoje Niksic <hniksic@arsdigita.com>
* windows/config.h.ms: snprintf and vsnprintf exist under Windows.
* windows/Makefile.src: Back out previous change.
2000-11-16 Herold Heiko <Heiko.Herold@previnet.it>
* windows/Makefile.src: Compile in vsnprintf.c.
2000-11-02 Matthew Seaman <m.seaman@inpharmatica.co.uk>
* util/rmold.pl: Various fixes.
2000-11-01 Hrvoje Niksic <hniksic@arsdigita.com>
* configure.in: Check for size of long and long long.
2000-10-30 Dan Harkless <wget@harkless.org>
* NEWS: Hrvoje pointed out that relative URL grokking deserves mention.
2000-10-27 Dan Harkless <wget@harkless.org>
* TODO: wget now groks illegal relative URL HTTP redirects.
2000-10-24 Dan Harkless <wget@harkless.org>
* NEWS: Forgot to update regarding new --bind-address option.
2000-10-20 Dan Harkless <wget@harkless.org>
* TODO: -k needs to convert '?' to "%3F" in links to saved files
containing the '?' character (e.g. CGI output). Also, we need to
check the HTTP spec w.r.t. simplification of absolute URLs.
Generalize --html-extension to something like --mime-extension.
* MAILING-LIST: I didn't realize <wget@sunsite.auc.dk> allowed posting
by non-subscribers. <bug-wget@gnu.org> soon to be an alias for it.
* NEWS: Always forget to update this file when making user-vis. changes.
2000-10-19 Dan Harkless <wget@harkless.org>
* TODO: -E / --html-extension / html_extension has been implemented.
Make -I and -X allow an optional hostname before the directory name?
When simplifying paths, wget needs to stop at any '?' character.
* configure.in: Put "it" language in proper alphabetical order and
added new languages "pl" and "ru".
* po/pl.{gmo,po}: Added Grzegorz Kowal <g_kowal@poczta.onet.pl>'s
Polish message translation file.
* po/ru.{gmo,po}: Added Const Kaplinsky <const@ce.cctpu.edu.ru>'s
Russian message translation file.
2000-10-16 Dan Harkless <wget@harkless.org>
* TODO: Add option to save local filenames without extra %-encoding.
2000-10-09 Dan Harkless <wget@harkless.org>
* TODO: --retr-symlinks should cause wget to traverse links to dirs too.
2000-09-25 Dan Harkless <wget@harkless.org>
* TODO: Make wget return nonzero in situations like bad HTTP
auth. Make wget follow (illegal) relative URL HTTP redirects.
2000-08-30 Dan Harkless <wget@harkless.org>
* po/*.{gmo,po,pot}: Regenerated after modifying wget --help output.
* MACHINES: Previously said to send updates to "me" (Hrvoje) --
now says to email the mailing list or bug-wget@gnu.org.
* MAILING-LIST: Added mention of bug-wget@gnu.org.
* NEWS: Added --waitretry and --page-requisites.
2000-08-25 Dan Harkless <wget@harkless.org>
* MACHINES: Alphabetized, changed "architectures" to "OSes and
architectures", added missing company names, removed needless ^L,
made AIX and FreeBSD entries more general to reflect successful
use on those platforms by myself and others, removed the
non-factual "this version of", and fixed some grammatical errors.
2000-07-21 Dan Harkless <wget@harkless.org>
* TODO: But Brian McMahon <bm@iucr.org> wants old behavior as an option.
2000-07-19 Dan Harkless <wget@harkless.org>
* TODO: -k should convert "hostless absolute" URLs, like "/index.html".
2000-05-24 Dan Harkless <wget@harkless.org>
* TODO: Timestamps sometimes not copied over on files retrieved by FTP.
2000-05-22 Dan Harkless <wget@harkless.org>
* AUTHORS: Added myself to this file, as Hrvoje got confirmation
of my FSF copyright assignment.
* TODO: Added note that fragment identifiers don't work properly.
* po/*.{gmo,po,pot}: Regenerated after modifying wget --help output.
2000-05-17 Dan Harkless <wget@harkless.org>
* TODO: Make `-k' check for files that were downloaded in the past
and convert links to them in newly-downloaded documents.
2000-04-05 Dan Harkless <wget@harkless.org>
* TODO: Make -K only leave .orig files around when different. Add
an option to save all text/html files with .html extension. Allow
mirroring of FTP URLs where logging in puts you somewhere else
besides '/'.
2000-04-04 Dan Harkless <wget@harkless.org>
* NEWS (--follow-tags, -G / --ignore-tags): Forgot to mention
these new options when I added them.
2000-03-10 Dan Harkless <wget@harkless.org>
* TODO: Removed done item: we now have an option (-G) that makes
it easy to download a single HTML document and all its constituents.
* po/*.{gmo,po,pot}: Regenerated after adding new options.
* po/hr.po: Hrvoje forgot '\n's on his translations of my altered
messages, causing msgfmt to balk and `make install' to fail.
2000-03-01 Dan Harkless <wget@harkless.org>
* NEWS (-K): Now possible to use -N with -k thanks to this option.
* TODO: Removed the -K / -N interaction item.
2000-02-29 Dan Harkless <wget@harkless.org>
* NEWS (-K / --backup-converted): Mentioned this new option.
2000-02-18 Dan Harkless <wget@harkless.org>
* TODO: When -K is used with -N, check local X.orig against server X.
1998-06-23 Dave Love <d.love@dl.ac.uk>
* configure.in (exext): Define.
1998-06-06 Hrvoje Niksic <hniksic@srce.hr>
* configure.in: Check for access().
1998-05-20 Hrvoje Niksic <hniksic@srce.hr>
* po/hr.po: Some fixes, as per suggestions by Francois Pinard.
1998-05-19 Dominique Delamarre <dominique.delamarre@hol.fr>
* po/fr.po: New file.
1998-05-19 Toomas Soome <tsoome@ut.ee>
* po/et.po: Updated.
1998-05-11 Simos KSenitellis <simos@teiath.gr>
* po/el.po: New file.
1998-05-09 Hrvoje Niksic <hniksic@srce.hr>
* aclocal.m4 (WGET_WITH_NLS): Print available catalogs.
1998-05-09 Toomas Soome <tsoome@ut.ee>
* po/et.po: New file.
1998-05-06 Douglas E. Wegscheid <wegscd@whirlpool.com>
* configure.bat: set up for either Borland or Visual C
* windows/wget.dep: new file
* windows/Makefile.*: use wget.dep
* rename windows/Makefile.bor to Makefile.src.bor
1998-05-06 Douglas E. Wegscheid <wegscd@whirlpool.com>
* windows/makefile.bor: Updated.
* windows/Makefile.src: Ditto.
1998-04-30 Douglas E. Wegscheid <wegscd@whirlpool.com>
* windows/config.h.bor: New file.
* windows/makefile.bor: New file.
1998-04-27 John Burden <john@futuresguide.com>
* windows/Makefile.*: Cleanup.
1998-04-27 Gregor Hoffleit <flight@mathi.uni-heidelberg.de>
* configure.in: Check for PID_T.
1998-04-19 Giovanni Bortolozzo <borto@dei.unipd.it>
* po/it.po: Updated.
1998-04-19 Jan Prikryl <prikryl@cg.tuwien.ac.at>
* po/cs.po: Updated.
1998-04-19 Wanderlei Cavassin <cavassin@conectiva.com.br>
* po/pt_BR.po: Updated.
1998-04-08 Stefan Hornburg <racke@gundel.han.de>
* Makefile (dist): New target.
1998-04-08 Wanderlei Cavassin <cavassin@conectiva.com.br>
* po/pt_BR.po: Updated.
1998-04-04 Hrvoje Niksic <hniksic@srce.hr>
* aclocal.m4 (WGET_WITH_NLS): Renamed USE_NLS to HAVE_NLS.
* ABOUT-NLS: Removed.
* Makefile.in (stamp-h): Clean up stamp-h-related dependencies.
Don't attempt to write to stamp-h.in.
* aclocal.m4 (WGET_PROCESS_PO): Reset srcdir to ac_given_srcdir.
1998-04-03 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in (distclean-top): Remove stamp-h.
1998-04-02 Robert Schmidt <rsc@vingmed.no>
* po/no.po: New file.
1998-04-01 Hrvoje Niksic <hniksic@srce.hr>
* configure.in: New option `--disable-debug'.
1998-03-31 Hrvoje Niksic <hniksic@srce.hr>
* configure.in: Check for endianness.
1998-03-29 Hrvoje Niksic <hniksic@srce.hr>
* aclocal.m4 (WGET_PROCESS_PO): Use echo instead of AC_MSG_RESULT.
1998-03-28 Hrvoje Niksic <hniksic@srce.hr>
* aclocal.m4 (WGET_WITH_NLS): Disable USE_NLS if gettext is
unavailable.
* aclocal.m4: Renamed AM_STRUCT_UTIMBUF to WGET_STRUCT_UTIMBUF;
renamed AM_WITH_NLS to WGET_WITH_NLS.
* aclocal.m4: Eliminate POSUBS.
1998-03-17 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in: config.h* -> src/config.h*
* configure.in: Check for vsnprintf().
* po/POTFILES.in: Updated.
1998-03-16 Hrvoje Niksic <hniksic@srce.hr>
* po/POTFILES.in: Removed extraneous newline at end of line, which
caused an error in `Makefile' which Sun make choked on.
1998-03-16 Jan Prikryl <prikryl@cg.tuwien.ac.at>
* po/cs.po: New file.
1998-03-12 Wanderlei Cavassin <cavassin@conectiva.com.br>
* po/pt_BR.po: New file.
1998-03-07 Hrvoje Niksic <hniksic@srce.hr>
* PROBLEMS: New file.
1998-02-22 Karl Eichwalder <ke@suse.de>
* po/Makefile.in.in (install-data-yes): Fix creation of
directories for LC_MESSAGE files.
1998-02-22 Hrvoje Niksic <hniksic@srce.hr>
* configure.in: Removed `-Wno-switch' for gcc.
* po/Makefile.in.in (install-data-yes): Use mkinstalldirs to
create the directory first.
1998-02-21 Karl Eichwalder <karl@suse.de>
* po/de.po: Updated.
1998-02-19 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in (check): New empty target.
1998-02-11 Hrvoje Niksic <hniksic@srce.hr>
* po/it.po: New file, by Antonio Rosella.
1998-02-08 Hrvoje Niksic <hniksic@srce.hr>
* aclocal.m4: Cleaned up.
* po/hr.po: Updated.
* configure.in: Removed check for POSIXized ISC.
1998-02-08 Karl Eichwalder <karl@suse.de>
* po/de.po: Updated.
1998-02-07 Karl Eichwalder <ke@suse.de>
* Makefile.in (install.info uninstall.info install.man
uninstall.man install.wgetrc): Use it.
* Makefile.in (install.mo): New target.
1998-02-03 Karl Eichwalder <ke@suse.de>
* po/POTFILES.in: Touch it (needed for NLS); add src/ftp.c,
src/getopt.c, src/host.c, src/html.c, src/http.c, src/init.c,
src/main.c, src/mswindows.c, src/netrc.c, src/recur.c, src/retr.c,
src/url.c, and src/utils.c.
* intl/po2tbl.sed.in: Add from gettext-0.10.32 (needed for NLS).
* po/Makefile.in.in: Add from gettext-0.10.32.
* Makefile.in (SUBDIRS): Add po/.
* configure.in (ALL_LINGUAS): New variable. Add "de" and "hr".
(AM_GNU_GETTEXT): Add.
(AC_OUTPUT): Add po/Makefile.in; run the sed command.
* aclocal.m4 (AM_WITH_NLS, AM_GNU_GETTEXT, AM_LC_MESSAGES,
AM_PATH_PROG_WITH_TEST): from gettext-0.10.32.

File diff suppressed because it is too large Load Diff

View File

@ -12,29 +12,3 @@ Please note that Wget has more than one ChangeLog file:
When checking to see if a patch you sent in has been applied, please
look in the appropriate ChangeLog(s).
In addition, you'll notice the ChangeLog-branches directories.
In late 2000, time constraints delayed the release of Wget 1.6. While
it was awaiting release, people had new features and other changes they
wanted added to the CVS archive, but these were deemed not safe to
introduce just before a release.
The solution was to split the stable 1.6 off onto its own branch, while
free-wheeling development continued on the main branch (whose version
was changed from 1.5.3+dev to 1.7-dev).
Unfortunately it's difficult to portray this branched development in the
flat ChangeLog file. Either you include 1.6-branch changes in the
1.7-branch ChangeLog, in which case it becomes impossible to tell what
release version a given change first went into Wget, just judging by
date and position in the ChangeLog, or you omit all 1.6-branch changes
from the 1.7-branch ChangeLog, in which case all evidence of the
existence of 1.6 (and further information about that branch) disappears
from future versions of Wget.
The solution that was decided upon was to make a subdirectory called
ChangeLog-branches adjacent to each ChangeLog file. Inside is the
corresponding ChangeLog from the most recent release on the stable
branch (e.g. 1.6_branch.ChangeLog). This way, no information is lost
and there's no misleading information in the ChangeLog.

View File

@ -1,981 +0,0 @@
2005-05-30 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (HTTP Options): Removed statement that redirect in
response to POST is "technically disallowed", which I cannot find
in rfc2616 nor in rfc1945. Even if that were technically the
case, the widespreadedness of such responses would make the
prohibition irrelevant.
2005-05-14 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Overview): Document --[no-]proxy as primarily being
used to turn *off* the use of proxies.
2005-05-11 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (HTTPS (SSL/TLS) Options): Explain certificate
checking in more detail.
2005-05-08 Hrvoje Niksic <hniksic@xemacs.org>
* texi2pod.pl.in: Allow an "EXAMPLES" section.
2005-05-06 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (HTTP Options): Document empty user-agent.
2005-05-06 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Download Options): Explain that the read timeout
really refers to idle timeout.
(Download Options): Mention that decimal and subsecond values may
be used for timeouts.
2005-05-05 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi: We're using GFDL 1.2, not 1.1.
2005-05-05 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Contributors): Updated.
2005-04-27 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Download Options): Fix bind address cindex entry that
broke concept index generation.
2005-04-27 Mauro Tortonesi <mauro@ferrara.linux.it>
* wget.texi: Fixed a broken reference to Security Considerations
section in tex-generated documents (like the man page).
2005-04-27 Mauro Tortonesi <mauro@ferrara.linux.it>
* wget.texi: Document --user, --password, --ftp-user and the
corresponding Wgetrc command. Renamed --ftp-passwd to --ftp-password,
--http-passwd to --http-passwd and --proxy-passwd to proxy_password.
Renamed ftp_passwd to ftp_password, http_passwd to http_passwd and
proxy_passwd to proxy_password. Removed documentation for the
deprecated login command.
2005-04-27 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (HTTPS (SSL/TLS) Options): Document --random-file.
2005-04-27 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi: Improve wording of command descriptions.
2005-04-27 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (HTTP Options): Mention --keep-session-cookies when
documenting --post-data.
2005-04-27 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi: Document the new form of SSL/TLS options.
2005-04-26 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (HTTP Options): Improved entry on
--keep-session-cookies.
2005-04-26 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Directory Options): Removed stray text after
--protocol-directories.
2005-04-26 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Option Syntax): Document boolean options. Include
the option syntax in the man page.
(Directory Options): Removed stray text after --protocol-directories.
2005-04-25 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Advanced Usage): Don't advertise the non-existent
`-s' option.
2005-04-25 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Download Options): Document --retry-connrefused.
2005-04-25 Hrvoje Niksic <hniksic@xemacs.org>
* Makefile.in (wget.info): Depend on version.texi as well.
* wget.texi: Simplify copyright. Replace remaining instances of
--OPTION=off with --no-OPTION.
2005-04-24 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Download Options): Document --prefer-family.
2005-04-24 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Download Options): Don't claim that -6 accepts mapped
IPv4 addresses.
2005-04-23 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi: Documented the SSL command-line options.
2005-04-23 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Wgetrc Commands): Document ftp_passwd.
(FTP Options): Document --ftp-passwd.
2005-04-23 Hrvoje Niksic <hniksic@xemacs.org>
* texi2pod.pl.in: First process @@ then @}, so @samp{-wget@@} is
interpreted correctly.
2005-04-20 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi: Document behavior of -6 wrt mapped IPv4 addresses.
2005-04-20 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi: Document IPv6 related options.
2005-04-18 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi: Update mailing list information.
2005-04-18 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Download Options): Don't claim that --no-dns-cache is
necessary for dyndns servers -- it's not.
2005-04-08 Larry Jones <lawrence.jones@ugsplm.com>
* Makefile.in (wget.info): Don't use $< in an explicit rule.
2005-03-22 Joseph Caretto <jcaretto@pitt.edu>
* texi2pod.pl.in: Handle asis again. It used to work (see the
2001-12-11 entry), but the local change was lost in the upgrade
to 1.4.
2005-02-11 Mauro Tortonesi <mauro@ferrara.linux.it>
* wget.texi: Added Simone Piunno as new contributor.
2005-01-01 Mauro Tortonesi <mauro@ferrara.linux.it>
* wget.texi: Updated copyright information, added new contributors.
2004-11-20 Hans-Andreas Engel <engel@node.ch>
* wget.texi: Describe limitations of combining `-O' with `-k'.
2004-05-13 Nico R. <n-roeser@gmx.net>
* Makefile.in: Allow building in a separate tree with source tree
write-protected.
2004-02-22 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Contributors): Updated.
2004-02-12 Jens Roesner <jens.roesner@gmx.de>
* wget.texi (Wgetrc Commands): Document `-e' here.
2004-02-08 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Security Considerations): Put @item contents on a
separate line.
Reported by Ted Rodriguez-Bell.
2004-02-06 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Wgetrc Commands): Document --no-http-keep-alive and
the corresponding Wgetrc command.
2003-12-06 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Download Options): Don't incorrectly claim that `-O'
sets the number of retries to 1.
2003-12-06 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi: Document the new option `--protocol-directories'.
2003-11-15 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Portability): Update slightly.
2003-11-15 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi: Documented that --dont-remove-listing is now
--no-remove-listing.
2003-11-14 Hrvoje Niksic <hniksic@xemacs.org>
* fdl.texi: New file.
* wget.texi: Upgrade to GNU Free Documentation License 1.2.
2003-11-09 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi: Remove next/previous/up node links. Makeinfo doesn't
require them, and they make the document harder to modify.
2003-11-09 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi: No longer document options -s, -C, -g, and -G.
(Contributors): Update my email address.
2003-11-05 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (HTTP Options): Document `--keep-session-cookies'.
2003-10-26 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Wgetrc Commands): Fixed typo.
From DervishD <raul@pleyades.net>.
2003-10-24 Hrvoje Niksic <hniksic@xemacs.org>
* Makefile.in (install.info): Handle the case when only wget.info
is generated from wget.texi. In that case, wget.info-*[0-9]
doesn't match anything and therefore ends up as a bogus value of
FILE in the loop. Fix this by not calling INSTALL_DATA on
nonexistent files.
2003-10-07 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (HTTP Options): Documented --post-file and
--post-data.
2003-10-01 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi: Renamed prep.ai.mit.edu to ftp.gnu.org.
2003-10-01 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Contributors): Updated from ChangeLog entries.
2003-09-21 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
* wget.texi: Split version to version.texi. Tweak documentation's
phrasing and markup.
2003-09-21 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi: Documented the new timeout options.
2003-09-19 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi: Changed @itemx not preceded by @item to @item.
2003-09-17 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Download Options): Explain how --tries works by
default.
2003-09-17 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Download Options): Explain new --restrict-file-names
semantics.
2003-09-16 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi: Set the man page title to a string more descriptive
than "Wget manual".
2003-09-16 Hrvoje Niksic <hniksic@xemacs.org>
* Makefile.in ($(TEXI2POD)): Update only the #! line.
* texi2pod.pl: New version from Gcc.
2003-09-16 Noel Kothe <noel@debian.org>
* wget.texi (Download Options): Fix misspelling.
2003-09-15 Nicolas Schodet <schodet@efrei.fr>
* wget.texi (Download Options): Add link to Proxies.
2003-09-14 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Download Options): Document the new option
--restrict-file-names and the corresponding wgetrc command.
2003-09-10 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Download Options): Documented new option --dns-cache.
2002-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Robot Exclusion): Explain how to turn off the robot
exclusion support from the command line.
(Wgetrc Commands): Explain that the `robots' variable also takes
effect on the "nofollow" matching.
2002-04-15 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Download Options): Fix the documentation of
`--progress'.
2002-04-14 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Wgetrc Commands): Document `--limit-rate'.
2002-04-10 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Warn about the dangers of specifying passwords on the
command line and in unencrypted files.
2001-12-16 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Wgetrc Commands): Undocument simple_host_check.
2001-12-13 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Robots): Fix broken URLs that point to the webcrawler
web site.
2001-12-11 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (HTTP Options): Explain how to make IE produce a
`cookies.txt'-compatible file.
Reported by Herold Heiko.
2001-12-11 Hrvoje Niksic <hniksic@arsdigita.com>
* texi2pod.pl.in: Handle @asis in table.
2001-12-09 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Bump version to 1.8.
2001-12-08 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (HTTP Options): Provide more specific information
about how --load-cookies is meant to be used.
2001-12-08 Hrvoje Niksic <hniksic@arsdigita.com>
* texi2pod.pl: Include the EXAMPLES section.
* wget.texi (Overview): Shorten the man page DESCRIPTION.
(Examples): Redo the Examples chapter. Include it in the man
page.
2001-12-01 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Update the manual with the new recursive retrieval
stuff.
2001-11-30 Ingo T. Storm <tux-sparc@computerbild.de>
* sample.wgetrc: Document ftp_proxy, too.
2001-11-04 Alan Eldridge <alane@geeksrus.net>
* wget.texi: Document --random-wait, randomwait=on/off.
2001-11-23 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Download Options): Document the new `--progress'
option.
2001-11-22 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Proxies): Fix typo.
(Proxies): Sync the text with the example.
(Wgetrc Commands): There is no -f option. It's --follow-ftp.
Reported by Wojtek Kotwica.
2001-11-17 Hrvoje Niksic <hniksic@arsdigita.com>
* Makefile.in (install.info): If info files from the build
directory are not available, use the ones from $(srcdir).
2001-11-16 Peter Farmer <peter.farmer@zveno.com>
* Makefile.in: Use $? instead of $<. Use TEXI2POD more
consistently.
2001-06-16 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Updated version to 1.7.1.
2001-06-15 Hrvoje Niksic <hniksic@arsdigita.com>
* Makefile.in (install.wgetrc): Use $(DESTDIR) when testing
whether $(WGETRC) exists.
2001-06-15 Adam J. Richter <adam@yggdrasil.com>
* Makefile.in (install.wgetrc): Make `make install'
non-interactive in all cases.
2001-06-15 Hrvoje Niksic <hniksic@arsdigita.com>
* Makefile.in (install.wgetrc): Take $(DESTDIR) into account when
running mkinstalldirs.
2001-06-05 Jan Prikryl <prikryl@cg.tuwien.ac.at>
* Makefile.in (wget.info): Added -I$(srcdir) to support compilation
outside the source tree.
(install.man): Replaced $(srcdir)$(MAN) with $(MAN). The former
did not work when compiling outside the source tree.
2001-05-26 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Updated version to 1.7.
2001-05-31 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Mailing List): Fix the mailing list address.
2001-05-27 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Copying): Clarify. Link to
"free-software-for-freedom.html".
2001-05-26 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Contributors): Updated list of contributors.
2001-05-26 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Updated version to 1.7-pre1.
2001-04-28 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Wgetrc Commands): Update docs for `continue'.
2001-04-27 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (HTTP Options): Document cookie options.
2001-01-20 Karl Eichwalder <ke@suse.de>
* Makefile.in: Provide and use DESTDIR according to the Coding
Standards.
2001-04-01 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Recursive Retrieval Options): Document more
accurately what --convert-links does.
2001-03-27 Dan Harkless <wget@harkless.org>
* Makefile.in: Moved top_builddir out of "User configuration
section" of top Makefile and analogous spot in this one.
2001-03-26 Dan Harkless <wget@harkless.org>
* wget.texi (Recursive Retrieval Options): Explained that you need
to use -r -l1 -p to get the two levels of requisites for a
<FRAMESET> page. Also made a few other wording improvements.
2001-03-17 Dan Harkless <wget@harkless.org>
* Makefile.in: Using '^' in the sed call caused a weird failure on
Solaris 2.6. Changed it to a ','. Defined top_builddir.
2001-02-23 Dan Harkless <wget@harkless.org>
* wget.texi: Corrections, clarifications, and English fixes to
time-stamping documentation. Also moved -nr from "Recursive
Retrieval Options" to "FTP Options" and gave it a @cindex entry.
Alphabetized FTP options by long option name. Mentioned that
.listing symlinked to /etc/passwd is not a security hole, but that
other files could be, so root shouldn't run wget in user dirs.
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.
* 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).
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.
2001-01-06 Jan Prikryl <prikryl@cg.tuwien.ac.at>
* wget.texi (Reporting Bugs): Deleted the setence about Cc-ing the
bug report to Wget mailing list as the bug report address is an
alias for the mailing ist anyway.
(Mailing List): Added URL for the alternate archive.
* wget.texi: Bunch of cosmetical changes.
* Makefile.in: Added targets for manpage generation using
texi2pod.pl and pod2man (comes with Perl5). As we cannot rely on
Perl5 being available on the system, manpage is not being built
automatically. Updated '*clean' targets to remove
'sample.wgetrc.munged...', 'wget.pod', and 'wget.man'.
* texi2pod.pl: New file copied from GCC distribution to facilitate
automatic manpage generation.
2001-01-09 Dan Harkless <wget@harkless.org>
* wget.texi (Download Options): Did a bunch of clarification and
correction to the description of --continue.
2001-01-06 Dan Harkless <wget@harkless.org>
* ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
the best way to go about my aim. Removed them in favor of:
* ChangeLog-branches/1.6_branch.ChangeLog: New file.
2000-12-31 Dan Harkless <wget@harkless.org>
* Makefile.in (distclean): sample.wgetrc.munged_for_texi_inclusion
needs to be included in the distribution or it'll get regenerated
due to the wget.info dependency, and then that file will get
regenerated, forcing people to have makeinfo installed
unnecessarily. We could use a kludge of a 0-length file in the
distro, but the file isn't that big and should compress very well.
* wget.texi: Changed "VERSION 1.5.3+dev" to "VERSION 1.7-dev" and
"UPDATED Feb 2000" to "UPDATED Dec 2000". Like the comment in the
file says, it'd be nice if these were handled automatically...
* ChangeLog: Since this flat file doesn't have multiple branches,
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),
but in the current build dir.
2000-11-15 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Robots): Document that we now support the meta tag
exclusion.
2000-11-16 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Use --- consistently.
Spell "Wget" with starting capital letter consistently.
Use ``...'' or @dfn{} instead of simple double quotes where
appropriate.
Use double space as separator between sentences consistently.
2000-11-15 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Robots): Rearrange text. Mention the meta tag.
2000-11-14 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Add GFDL; remove norobots specification.
* wget.texi (Sample Wgetrc): Remove warnings with lateish
makeinfo, mostly by changing xref{} to pxref{} when inside
parentheses.
2000-11-10 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: cc.fer.hr -> srk.fer.hr.
2000-11-05 Hrvoje Niksic <hniksic@arsdigita.com>
* Makefile.in (sample.wgetrc.munged_for_texi_inclusion): Use $(srcdir).
2000-11-05 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Updated names of contributors.
2000-10-23 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (HTTP Options): Remove Netscape bullying.
2000-10-23 Dan Harkless <wget@harkless.org>
* wget.texi (Recursive Retrieval Options): Improved --delete-after docs.
(Download Options): Documented Rob Mayoff's new --bind-address option.
(Wgetrc Commands): Documented Rob Mayoff's new bind_address command.
2000-10-20 Dan Harkless <wget@harkless.org>
* wget.texi (Recursive Retrieval Options): Sugg. -E on 1-page download.
2000-10-19 Dan Harkless <wget@harkless.org>
* wget.texi (HTTP Options): Documented my new -E / --html-extension.
(Wgetrc Commands): Documented my new html_extension option and
John Daily's "quad" values (which I renamed to "lockable
Boolean"). When I documented Damir Dzeko's --referer, I forgot to
add the .wgetrc equivalent; mentioned the "referrer" spelling issue.
2000-10-09 Dan Harkless <wget@harkless.org>
* wget.texi (FTP Options): --retr-symlinks wasn't documented properly.
2000-08-30 Dan Harkless <wget@harkless.org>
* wget.texi (Recursive Retrieval Options): Documented new -p option.
(Wgetrc Commands): Documented -p's equvialent, page_requisites.
2000-08-23 Dan Harkless <wget@harkless.org>
* wget.texi (Download Options): Using -c on a file that's already fully
downloaded results in an unchanged file and no second ".1" copy.
* wget.texi (Logging and Input File Options): -B / --base was not
documented as a separate item, and the .wgetrc version was misleading.
* wget.texi (Wgetrc Commands): Changed all instances of
", the same as" to the more grammatical " -- the same as".
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.
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.
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.
2000-04-18 Dan Harkless <wget@harkless.org>
* sample.wgetrc: Realized I put a global setting in the local section.
2000-04-13 Dan Harkless <wget@harkless.org>
* Makefile.in (sample.wgetrc.munged_for_texi_inclusion): Added
build, dependencies, and distclean cleanup of this new file.
* sample.wgetrc: Uncommented waitretry and set it to 10, clarified
some wording, and re-wrapped some text to 71 columns due to
@sample indentation in wget.texi.
* wget.texi: Herold further expounded on the behavior of waitretry
-- reworded docs again. Changed note saying _all_ lines in
sample.wgetrc are commented out. Don't have an entire hand-
cut-and-pasted copy of sample.wgetrc in this file -- use @include.
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.
* 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.
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.
(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.
2000-03-02 Daniel S. Lewart <d-lewart@uiuc.edu>
* wget.texi: Fix spelling and grammatical mistakes.
2000-03-02 Hrvoje Niksic <hniksic@iskon.hr>
* wget.texi (Contributors): Update contributors list.
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.
2000-02-29 Dan Harkless <wget@harkless.org>
* wget.texi: Updated version to 1.5.3+dev, updated copyrights to
2000, changed Hrvoje's old, invalid email address to his new one,
and added " and the developers" to the .texi file's byline.
2000-02-18 Dan Harkless <wget@harkless.org>
* wget.texi (Recursive Retrieval Options): Documented my new -K /
--backup-converted option.
(Wgetrc Commands): Documented backup_converted equivalent.
1998-09-10 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (HTTP Options): Warn against masquerading as Mozilla.
1998-05-24 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in (clean): Remove HTML files.
1998-05-13 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi: Various updates.
(Proxies): New node.
1998-05-09 Hrvoje Niksic <hniksic@srce.hr>
* texinfo.tex: New file.
1998-05-08 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in (dvi): New target.
1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Recursive Retrieval): Fix typo. Suggested by
Francois Pinard.
1998-04-18 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi: Fixed @dircategory, courtesy Karl Eichwalder.
1998-03-31 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in: Don't attempt to (un)install the man-page.
1998-03-30 Hrvoje Niksic <hniksic@srce.hr>
* wget.1: Removed it.
1998-03-29 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Invoking): Split into more sections, analogous to
output of `wget --help'.
(HTTP Options): Document --user-agent.
1998-03-16 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Contributors): Updated with oodles of new names.
1998-02-22 Karl Eichwalder <ke@suse.de>
* Makefile.in (install.info): only info files (no *info.orig,
etc.).
1998-01-31 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in (install.wgetrc): Don't use `!'.
1998-01-28 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Expanded.
1998-01-25 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document `--cache'.
(Contributors): Added Brian.
1997-07-26 Francois Pinard <pinard@iro.umontreal.ca>
* Makefile.in (install.wgetrc): Print the sample.wgetrc warning
only if the files actually differ.
1998-01-23 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in: Use `test ...' rather than `[ ... ]'.
* wget.texi (Advanced Options): Explained suffices.
1998-01-23 Karl Heuer <kwzh@gnu.org>
* wget.texi (Advanced Options): Updated.
1997-12-18 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Mailing List): Update.
1997-04-23 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document `--follow-ftp'.
1997-02-17 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document --proxy-user and
--proxy-passwd.
1997-02-14 Karl Eichwalder <ke@ke.Central.DE>
* Makefile.in (install.wgetrc): Never ever nuke an existing rc file.
1997-02-02 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi: Updated and revised.
* wget.texi (Contributors): Update.
(Advanced Options): Removed bogus **/* example.
* wget.texi: Use ``...'' instead of "...".
1997-02-01 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Domain Acceptance): Document --exclude-domains.
1997-01-21 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document --ignore-length.
1997-01-20 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Time-Stamping): New node.
1997-01-12 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in (distclean): Don't remove wget.info*.
1997-01-08 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Mailing List): Update archive.
(Portability): Update the Windows port by Budor.
1996-12-21 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Security Considerations): New node.
1996-12-19 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document --passive.
1996-12-12 Dieter Baron <dillo@danbala.tuwien.ac.at>
* wget.texi (Advanced Usage): Would reference prep instead of
wuarchive.
1996-11-25 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Documented --retr-symlinks.
1996-11-23 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document --delete-after.
1996-11-22 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Portability): Add IRIX and FreeBSD as the "regular"
platforms.
1996-11-20 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Usage): Document dot-style.
1996-11-18 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Usage): Dot customization example.
(Sample Wgetrc): Likewise.
1996-11-16 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Wgetrc Syntax): Explained emptying lists.
1996-11-13 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document includes/excludes.
(Wgetrc Commands): Likewise.
1996-11-10 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document headers.
1996-11-07 Hrvoje Niksic <hniksic@srce.hr>
* sample.wgetrc: Added header examples.
1996-11-06 Hrvoje Niksic <hniksic@srce.hr>
* sample.wgetrc: Rewritten.
* Makefile.in (install.wgetrc): Install sample.wgetrc.
(uninstall.info): Use $(RM).
1996-11-06 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi: Docfixes.
1996-11-03 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi: Proofread; *many* docfixes.
1996-11-02 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Introduction): Updated robots mailing list address.
1996-11-01 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi: Minor docfixes.
1996-10-26 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Usage): Document passwords better.
* Makefile.in (distclean): Remove wget.1 on make distclean.
* wget.texi (Option Syntax): Explain --.
1996-10-21 Hrvoje Niksic <hniksic@srce.hr>
* fetch.texi (No Parent): update.
1996-10-18 Hrvoje Niksic <hniksic@srce.hr>
* fetch.texi (Advanced Options): Docfix.
1996-10-17 Tage Stabell-Kulo <tage@acm.org>
* geturl.texi (Advanced Options): Sort alphabetically.
1996-10-16 Hrvoje Niksic <hniksic@srce.hr>
* geturl.texi (Advanced Options): Describe -nr.
(Advanced Usage): Moved -O pipelines to Guru Usage.
(Simple Usage): Update.
(Advanced Options): Docfix.
* Makefile.in (RM): RM = rm -f.
1996-10-15 Hrvoje Niksic <hniksic@srce.hr>
* geturl.texi (Guru Usage): Add proxy-filling example.
1996-10-12 Hrvoje Niksic <hniksic@srce.hr>
* geturl.texi (Advanced Options): Added --spider.
1996-10-08 Hrvoje Niksic <hniksic@srce.hr>
* geturl.texi (Advanced Options): Added -X.
* Makefile.in: Added $(srcdir) where appropriate (I hope).

View File

@ -1,425 +0,0 @@
2000-12-30 Dan Harkless <wget@harkless.org>
* Makefile.in (distclean): sample.wgetrc.munged_for_texi_inclusion
needs to be included in the distribution or it'll get regenerated
due to the wget.info dependency, and then that file will get
regenerated, forcing people to have makeinfo installed
unnecessarily. We could use a kludge of a 0-length file in the
distro, but the file isn't that big and should compress very well.
* wget.texi: Changed "VERSION 1.5.3+dev" to "VERSION 1.6" and
"UPDATED Feb 2000" to "UPDATED Dec 2000". Like the comment in the
file says, it'd be nice if these were handled automatically...
2000-12-10 Hrvoje Niksic <hniksic@arsdigita.com>
* Makefile.in (install.info): Info files are *not* in $(srcdir),
but in the current build dir.
2000-11-16 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Use --- consistently.
Spell "Wget" with starting capital letter consistently.
Use ``...'' or @dfn{} instead of simple double quotes where
appropriate.
Use double space as separator between sentences consistently.
2000-11-15 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Robots): Rearrange text. Mention the meta tag.
2000-11-14 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Add GFDL; remove norobots specification.
* wget.texi (Sample Wgetrc): Remove warnings with lateish
makeinfo, mostly by changing xref{} to pxref{} when inside
parentheses.
2000-11-10 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: cc.fer.hr -> srk.fer.hr.
2000-11-05 Hrvoje Niksic <hniksic@arsdigita.com>
* Makefile.in (sample.wgetrc.munged_for_texi_inclusion): Use $(srcdir).
2000-11-05 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Updated names of contributors.
2000-10-23 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (HTTP Options): Remove Netscape bullying.
2000-10-23 Dan Harkless <wget@harkless.org>
* wget.texi (Recursive Retrieval Options): Improved --delete-after docs.
(Download Options): Documented Rob Mayoff's new --bind-address option.
(Wgetrc Commands): Documented Rob Mayoff's new bind_address command.
2000-10-20 Dan Harkless <wget@harkless.org>
* wget.texi (Recursive Retrieval Options): Sugg. -E on 1-page download.
2000-10-19 Dan Harkless <wget@harkless.org>
* wget.texi (HTTP Options): Documented my new -E / --html-extension.
(Wgetrc Commands): Documented my new html_extension option and
John Daily's "quad" values (which I renamed to "lockable
Boolean"). When I documented Damir Dzeko's --referer, I forgot to
add the .wgetrc equivalent; mentioned the "referrer" spelling issue.
2000-10-09 Dan Harkless <wget@harkless.org>
* wget.texi (FTP Options): --retr-symlinks wasn't documented properly.
2000-08-30 Dan Harkless <wget@harkless.org>
* wget.texi (Recursive Retrieval Options): Documented new -p option.
(Wgetrc Commands): Documented -p's equvialent, page_requisites.
2000-08-23 Dan Harkless <wget@harkless.org>
* wget.texi (Download Options): Using -c on a file that's already fully
downloaded results in an unchanged file and no second ".1" copy.
* wget.texi (Logging and Input File Options): -B / --base was not
documented as a separate item, and the .wgetrc version was misleading.
* wget.texi (Wgetrc Commands): Changed all instances of
", the same as" to the more grammatical " -- the same as".
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.
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.
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.
2000-04-18 Dan Harkless <wget@harkless.org>
* sample.wgetrc: Realized I put a global setting in the local section.
2000-04-13 Dan Harkless <wget@harkless.org>
* Makefile.in (sample.wgetrc.munged_for_texi_inclusion): Added
build, dependencies, and distclean cleanup of this new file.
* sample.wgetrc: Uncommented waitretry and set it to 10, clarified
some wording, and re-wrapped some text to 71 columns due to
@sample indentation in wget.texi.
* wget.texi: Herold further expounded on the behavior of waitretry
-- reworded docs again. Changed note saying _all_ lines in
sample.wgetrc are commented out. Don't have an entire hand-
cut-and-pasted copy of sample.wgetrc in this file -- use @include.
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.
* 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.
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.
(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.
2000-03-02 Daniel S. Lewart <d-lewart@uiuc.edu>
* wget.texi: Fix spelling and grammatical mistakes.
2000-03-02 Hrvoje Niksic <hniksic@iskon.hr>
* wget.texi (Contributors): Update contributors list.
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.
2000-02-29 Dan Harkless <wget@harkless.org>
* wget.texi: Updated version to 1.5.3+dev, updated copyrights to
2000, changed Hrvoje's old, invalid email address to his new one,
and added " and the developers" to the .texi file's byline.
2000-02-18 Dan Harkless <wget@harkless.org>
* wget.texi (Recursive Retrieval Options): Documented my new -K /
--backup-converted option.
(Wgetrc Commands): Documented backup_converted equivalent.
1998-09-10 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (HTTP Options): Warn against masquerading as Mozilla.
1998-05-24 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in (clean): Remove HTML files.
1998-05-13 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi: Various updates.
(Proxies): New node.
1998-05-09 Hrvoje Niksic <hniksic@srce.hr>
* texinfo.tex: New file.
1998-05-08 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in (dvi): New target.
1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Recursive Retrieval): Fix typo. Suggested by
Francois Pinard.
1998-04-18 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi: Fixed @dircategory, courtesy Karl Eichwalder.
1998-03-31 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in: Don't attempt to (un)install the man-page.
1998-03-30 Hrvoje Niksic <hniksic@srce.hr>
* wget.1: Removed it.
1998-03-29 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Invoking): Split into more sections, analogous to
output of `wget --help'.
(HTTP Options): Document --user-agent.
1998-03-16 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Contributors): Updated with oodles of new names.
1998-02-22 Karl Eichwalder <ke@suse.de>
* Makefile.in (install.info): only info files (no *info.orig,
etc.).
1998-01-31 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in (install.wgetrc): Don't use `!'.
1998-01-28 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Expanded.
1998-01-25 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document `--cache'.
(Contributors): Added Brian.
1997-07-26 Francois Pinard <pinard@iro.umontreal.ca>
* Makefile.in (install.wgetrc): Print the sample.wgetrc warning
only if the files actually differ.
1998-01-23 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in: Use `test ...' rather than `[ ... ]'.
* wget.texi (Advanced Options): Explained suffices.
1998-01-23 Karl Heuer <kwzh@gnu.org>
* wget.texi (Advanced Options): Updated.
1997-12-18 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Mailing List): Update.
1997-04-23 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document `--follow-ftp'.
1997-02-17 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document --proxy-user and
--proxy-passwd.
1997-02-14 Karl Eichwalder <ke@ke.Central.DE>
* Makefile.in (install.wgetrc): Never ever nuke an existing rc file.
1997-02-02 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi: Updated and revised.
* wget.texi (Contributors): Update.
(Advanced Options): Removed bogus **/* example.
* wget.texi: Use ``...'' instead of "...".
1997-02-01 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Domain Acceptance): Document --exclude-domains.
1997-01-21 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document --ignore-length.
1997-01-20 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Time-Stamping): New node.
1997-01-12 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in (distclean): Don't remove wget.info*.
1997-01-08 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Mailing List): Update archive.
(Portability): Update the Windows port by Budor.
1996-12-21 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Security Considerations): New node.
1996-12-19 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document --passive.
1996-12-12 Dieter Baron <dillo@danbala.tuwien.ac.at>
* wget.texi (Advanced Usage): Would reference prep instead of
wuarchive.
1996-11-25 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Documented --retr-symlinks.
1996-11-23 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document --delete-after.
1996-11-22 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Portability): Add IRIX and FreeBSD as the "regular"
platforms.
1996-11-20 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Usage): Document dot-style.
1996-11-18 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Usage): Dot customization example.
(Sample Wgetrc): Likewise.
1996-11-16 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Wgetrc Syntax): Explained emptying lists.
1996-11-13 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document includes/excludes.
(Wgetrc Commands): Likewise.
1996-11-10 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document headers.
1996-11-07 Hrvoje Niksic <hniksic@srce.hr>
* sample.wgetrc: Added header examples.
1996-11-06 Hrvoje Niksic <hniksic@srce.hr>
* sample.wgetrc: Rewritten.
* Makefile.in (install.wgetrc): Install sample.wgetrc.
(uninstall.info): Use $(RM).
1996-11-06 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi: Docfixes.
1996-11-03 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi: Proofread; *many* docfixes.
1996-11-02 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Introduction): Updated robots mailing list address.
1996-11-01 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi: Minor docfixes.
1996-10-26 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Usage): Document passwords better.
* Makefile.in (distclean): Remove wget.1 on make distclean.
* wget.texi (Option Syntax): Explain --.
1996-10-21 Hrvoje Niksic <hniksic@srce.hr>
* fetch.texi (No Parent): update.
1996-10-18 Hrvoje Niksic <hniksic@srce.hr>
* fetch.texi (Advanced Options): Docfix.
1996-10-17 Tage Stabell-Kulo <tage@acm.org>
* geturl.texi (Advanced Options): Sort alphabetically.
1996-10-16 Hrvoje Niksic <hniksic@srce.hr>
* geturl.texi (Advanced Options): Describe -nr.
(Advanced Usage): Moved -O pipelines to Guru Usage.
(Simple Usage): Update.
(Advanced Options): Docfix.
* Makefile.in (RM): RM = rm -f.
1996-10-15 Hrvoje Niksic <hniksic@srce.hr>
* geturl.texi (Guru Usage): Add proxy-filling example.
1996-10-12 Hrvoje Niksic <hniksic@srce.hr>
* geturl.texi (Advanced Options): Added --spider.
1996-10-08 Hrvoje Niksic <hniksic@srce.hr>
* geturl.texi (Advanced Options): Added -X.
* Makefile.in: Added $(srcdir) where appropriate (I hope).

View File

@ -1,671 +0,0 @@
2002-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Robot Exclusion): Explain how to turn off the robot
exclusion support from the command line.
(Wgetrc Commands): Explain that the `robots' variable also takes
effect on the "nofollow" matching.
2002-04-15 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Download Options): Fix the documentation of
`--progress'.
2002-04-14 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Wgetrc Commands): Document `--limit-rate'.
2002-04-10 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Warn about the dangers of specifying passwords on the
command line and in unencrypted files.
2001-12-16 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Wgetrc Commands): Undocument simple_host_check.
2001-12-13 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Robots): Fix broken URLs that point to the webcrawler
web site.
2001-12-11 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (HTTP Options): Explain how to make IE produce a
`cookies.txt'-compatible file.
Reported by Herold Heiko.
2001-12-11 Hrvoje Niksic <hniksic@arsdigita.com>
* texi2pod.pl.in: Handle @asis in table.
2001-12-09 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Bump version to 1.8.
2001-12-08 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (HTTP Options): Provide more specific information
about how --load-cookies is meant to be used.
2001-12-08 Hrvoje Niksic <hniksic@arsdigita.com>
* texi2pod.pl: Include the EXAMPLES section.
* wget.texi (Overview): Shorten the man page DESCRIPTION.
(Examples): Redo the Examples chapter. Include it in the man
page.
2001-12-01 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Update the manual with the new recursive retrieval
stuff.
2001-11-30 Ingo T. Storm <tux-sparc@computerbild.de>
* sample.wgetrc: Document ftp_proxy, too.
2001-11-04 Alan Eldridge <alane@geeksrus.net>
* wget.texi: Document --random-wait, randomwait=on/off.
2001-11-23 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Download Options): Document the new `--progress'
option.
2001-11-22 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Proxies): Fix typo.
(Proxies): Sync the text with the example.
(Wgetrc Commands): There is no -f option. It's --follow-ftp.
Reported by Wojtek Kotwica.
2001-11-17 Hrvoje Niksic <hniksic@arsdigita.com>
* Makefile.in (install.info): If info files from the build
directory are not available, use the ones from $(srcdir).
2001-11-16 Peter Farmer <peter.farmer@zveno.com>
* Makefile.in: Use $? instead of $<. Use TEXI2POD more
consistently.
2001-06-16 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Updated version to 1.7.1.
2001-06-15 Hrvoje Niksic <hniksic@arsdigita.com>
* Makefile.in (install.wgetrc): Use $(DESTDIR) when testing
whether $(WGETRC) exists.
2001-06-15 Adam J. Richter <adam@yggdrasil.com>
* Makefile.in (install.wgetrc): Make `make install'
non-interactive in all cases.
2001-06-15 Hrvoje Niksic <hniksic@arsdigita.com>
* Makefile.in (install.wgetrc): Take $(DESTDIR) into account when
running mkinstalldirs.
2001-06-05 Jan Prikryl <prikryl@cg.tuwien.ac.at>
* Makefile.in (wget.info): Added -I$(srcdir) to support compilation
outside the source tree.
(install.man): Replaced $(srcdir)$(MAN) with $(MAN). The former
did not work when compiling outside the source tree.
2001-05-26 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Updated version to 1.7.
2001-05-31 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Mailing List): Fix the mailing list address.
2001-05-27 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Copying): Clarify. Link to
"free-software-for-freedom.html".
2001-05-26 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Contributors): Updated list of contributors.
2001-05-26 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Updated version to 1.7-pre1.
2001-04-28 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Wgetrc Commands): Update docs for `continue'.
2001-04-27 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (HTTP Options): Document cookie options.
2001-01-20 Karl Eichwalder <ke@suse.de>
* Makefile.in: Provide and use DESTDIR according to the Coding
Standards.
2001-04-01 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Recursive Retrieval Options): Document more
accurately what --convert-links does.
2001-03-27 Dan Harkless <wget@harkless.org>
* Makefile.in: Moved top_builddir out of "User configuration
section" of top Makefile and analogous spot in this one.
2001-03-26 Dan Harkless <wget@harkless.org>
* wget.texi (Recursive Retrieval Options): Explained that you need
to use -r -l1 -p to get the two levels of requisites for a
<FRAMESET> page. Also made a few other wording improvements.
2001-03-17 Dan Harkless <wget@harkless.org>
* Makefile.in: Using '^' in the sed call caused a weird failure on
Solaris 2.6. Changed it to a ','. Defined top_builddir.
2001-02-23 Dan Harkless <wget@harkless.org>
* wget.texi: Corrections, clarifications, and English fixes to
time-stamping documentation. Also moved -nr from "Recursive
Retrieval Options" to "FTP Options" and gave it a @cindex entry.
Alphabetized FTP options by long option name. Mentioned that
.listing symlinked to /etc/passwd is not a security hole, but that
other files could be, so root shouldn't run wget in user dirs.
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.
* 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).
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.
2001-01-06 Jan Prikryl <prikryl@cg.tuwien.ac.at>
* wget.texi (Reporting Bugs): Deleted the setence about Cc-ing the
bug report to Wget mailing list as the bug report address is an
alias for the mailing ist anyway.
(Mailing List): Added URL for the alternate archive.
* wget.texi: Bunch of cosmetical changes.
* Makefile.in: Added targets for manpage generation using
texi2pod.pl and pod2man (comes with Perl5). As we cannot rely on
Perl5 being available on the system, manpage is not being built
automatically. Updated '*clean' targets to remove
'sample.wgetrc.munged...', 'wget.pod', and 'wget.man'.
* texi2pod.pl: New file copied from GCC distribution to facilitate
automatic manpage generation.
2001-01-09 Dan Harkless <wget@harkless.org>
* wget.texi (Download Options): Did a bunch of clarification and
correction to the description of --continue.
2001-01-06 Dan Harkless <wget@harkless.org>
* ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
the best way to go about my aim. Removed them in favor of:
* ChangeLog-branches/1.6_branch.ChangeLog: New file.
2000-12-31 Dan Harkless <wget@harkless.org>
* Makefile.in (distclean): sample.wgetrc.munged_for_texi_inclusion
needs to be included in the distribution or it'll get regenerated
due to the wget.info dependency, and then that file will get
regenerated, forcing people to have makeinfo installed
unnecessarily. We could use a kludge of a 0-length file in the
distro, but the file isn't that big and should compress very well.
* wget.texi: Changed "VERSION 1.5.3+dev" to "VERSION 1.7-dev" and
"UPDATED Feb 2000" to "UPDATED Dec 2000". Like the comment in the
file says, it'd be nice if these were handled automatically...
* ChangeLog: Since this flat file doesn't have multiple branches,
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),
but in the current build dir.
2000-11-15 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Robots): Document that we now support the meta tag
exclusion.
2000-11-16 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Use --- consistently.
Spell "Wget" with starting capital letter consistently.
Use ``...'' or @dfn{} instead of simple double quotes where
appropriate.
Use double space as separator between sentences consistently.
2000-11-15 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Robots): Rearrange text. Mention the meta tag.
2000-11-14 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Add GFDL; remove norobots specification.
* wget.texi (Sample Wgetrc): Remove warnings with lateish
makeinfo, mostly by changing xref{} to pxref{} when inside
parentheses.
2000-11-10 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: cc.fer.hr -> srk.fer.hr.
2000-11-05 Hrvoje Niksic <hniksic@arsdigita.com>
* Makefile.in (sample.wgetrc.munged_for_texi_inclusion): Use $(srcdir).
2000-11-05 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Updated names of contributors.
2000-10-23 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (HTTP Options): Remove Netscape bullying.
2000-10-23 Dan Harkless <wget@harkless.org>
* wget.texi (Recursive Retrieval Options): Improved --delete-after docs.
(Download Options): Documented Rob Mayoff's new --bind-address option.
(Wgetrc Commands): Documented Rob Mayoff's new bind_address command.
2000-10-20 Dan Harkless <wget@harkless.org>
* wget.texi (Recursive Retrieval Options): Sugg. -E on 1-page download.
2000-10-19 Dan Harkless <wget@harkless.org>
* wget.texi (HTTP Options): Documented my new -E / --html-extension.
(Wgetrc Commands): Documented my new html_extension option and
John Daily's "quad" values (which I renamed to "lockable
Boolean"). When I documented Damir Dzeko's --referer, I forgot to
add the .wgetrc equivalent; mentioned the "referrer" spelling issue.
2000-10-09 Dan Harkless <wget@harkless.org>
* wget.texi (FTP Options): --retr-symlinks wasn't documented properly.
2000-08-30 Dan Harkless <wget@harkless.org>
* wget.texi (Recursive Retrieval Options): Documented new -p option.
(Wgetrc Commands): Documented -p's equvialent, page_requisites.
2000-08-23 Dan Harkless <wget@harkless.org>
* wget.texi (Download Options): Using -c on a file that's already fully
downloaded results in an unchanged file and no second ".1" copy.
* wget.texi (Logging and Input File Options): -B / --base was not
documented as a separate item, and the .wgetrc version was misleading.
* wget.texi (Wgetrc Commands): Changed all instances of
", the same as" to the more grammatical " -- the same as".
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.
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.
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.
2000-04-18 Dan Harkless <wget@harkless.org>
* sample.wgetrc: Realized I put a global setting in the local section.
2000-04-13 Dan Harkless <wget@harkless.org>
* Makefile.in (sample.wgetrc.munged_for_texi_inclusion): Added
build, dependencies, and distclean cleanup of this new file.
* sample.wgetrc: Uncommented waitretry and set it to 10, clarified
some wording, and re-wrapped some text to 71 columns due to
@sample indentation in wget.texi.
* wget.texi: Herold further expounded on the behavior of waitretry
-- reworded docs again. Changed note saying _all_ lines in
sample.wgetrc are commented out. Don't have an entire hand-
cut-and-pasted copy of sample.wgetrc in this file -- use @include.
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.
* 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.
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.
(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.
2000-03-02 Daniel S. Lewart <d-lewart@uiuc.edu>
* wget.texi: Fix spelling and grammatical mistakes.
2000-03-02 Hrvoje Niksic <hniksic@iskon.hr>
* wget.texi (Contributors): Update contributors list.
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.
2000-02-29 Dan Harkless <wget@harkless.org>
* wget.texi: Updated version to 1.5.3+dev, updated copyrights to
2000, changed Hrvoje's old, invalid email address to his new one,
and added " and the developers" to the .texi file's byline.
2000-02-18 Dan Harkless <wget@harkless.org>
* wget.texi (Recursive Retrieval Options): Documented my new -K /
--backup-converted option.
(Wgetrc Commands): Documented backup_converted equivalent.
1998-09-10 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (HTTP Options): Warn against masquerading as Mozilla.
1998-05-24 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in (clean): Remove HTML files.
1998-05-13 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi: Various updates.
(Proxies): New node.
1998-05-09 Hrvoje Niksic <hniksic@srce.hr>
* texinfo.tex: New file.
1998-05-08 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in (dvi): New target.
1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Recursive Retrieval): Fix typo. Suggested by
Francois Pinard.
1998-04-18 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi: Fixed @dircategory, courtesy Karl Eichwalder.
1998-03-31 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in: Don't attempt to (un)install the man-page.
1998-03-30 Hrvoje Niksic <hniksic@srce.hr>
* wget.1: Removed it.
1998-03-29 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Invoking): Split into more sections, analogous to
output of `wget --help'.
(HTTP Options): Document --user-agent.
1998-03-16 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Contributors): Updated with oodles of new names.
1998-02-22 Karl Eichwalder <ke@suse.de>
* Makefile.in (install.info): only info files (no *info.orig,
etc.).
1998-01-31 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in (install.wgetrc): Don't use `!'.
1998-01-28 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Expanded.
1998-01-25 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document `--cache'.
(Contributors): Added Brian.
1997-07-26 Francois Pinard <pinard@iro.umontreal.ca>
* Makefile.in (install.wgetrc): Print the sample.wgetrc warning
only if the files actually differ.
1998-01-23 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in: Use `test ...' rather than `[ ... ]'.
* wget.texi (Advanced Options): Explained suffices.
1998-01-23 Karl Heuer <kwzh@gnu.org>
* wget.texi (Advanced Options): Updated.
1997-12-18 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Mailing List): Update.
1997-04-23 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document `--follow-ftp'.
1997-02-17 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document --proxy-user and
--proxy-passwd.
1997-02-14 Karl Eichwalder <ke@ke.Central.DE>
* Makefile.in (install.wgetrc): Never ever nuke an existing rc file.
1997-02-02 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi: Updated and revised.
* wget.texi (Contributors): Update.
(Advanced Options): Removed bogus **/* example.
* wget.texi: Use ``...'' instead of "...".
1997-02-01 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Domain Acceptance): Document --exclude-domains.
1997-01-21 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document --ignore-length.
1997-01-20 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Time-Stamping): New node.
1997-01-12 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in (distclean): Don't remove wget.info*.
1997-01-08 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Mailing List): Update archive.
(Portability): Update the Windows port by Budor.
1996-12-21 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Security Considerations): New node.
1996-12-19 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document --passive.
1996-12-12 Dieter Baron <dillo@danbala.tuwien.ac.at>
* wget.texi (Advanced Usage): Would reference prep instead of
wuarchive.
1996-11-25 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Documented --retr-symlinks.
1996-11-23 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document --delete-after.
1996-11-22 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Portability): Add IRIX and FreeBSD as the "regular"
platforms.
1996-11-20 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Usage): Document dot-style.
1996-11-18 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Usage): Dot customization example.
(Sample Wgetrc): Likewise.
1996-11-16 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Wgetrc Syntax): Explained emptying lists.
1996-11-13 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document includes/excludes.
(Wgetrc Commands): Likewise.
1996-11-10 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document headers.
1996-11-07 Hrvoje Niksic <hniksic@srce.hr>
* sample.wgetrc: Added header examples.
1996-11-06 Hrvoje Niksic <hniksic@srce.hr>
* sample.wgetrc: Rewritten.
* Makefile.in (install.wgetrc): Install sample.wgetrc.
(uninstall.info): Use $(RM).
1996-11-06 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi: Docfixes.
1996-11-03 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi: Proofread; *many* docfixes.
1996-11-02 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Introduction): Updated robots mailing list address.
1996-11-01 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi: Minor docfixes.
1996-10-26 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Usage): Document passwords better.
* Makefile.in (distclean): Remove wget.1 on make distclean.
* wget.texi (Option Syntax): Explain --.
1996-10-21 Hrvoje Niksic <hniksic@srce.hr>
* fetch.texi (No Parent): update.
1996-10-18 Hrvoje Niksic <hniksic@srce.hr>
* fetch.texi (Advanced Options): Docfix.
1996-10-17 Tage Stabell-Kulo <tage@acm.org>
* geturl.texi (Advanced Options): Sort alphabetically.
1996-10-16 Hrvoje Niksic <hniksic@srce.hr>
* geturl.texi (Advanced Options): Describe -nr.
(Advanced Usage): Moved -O pipelines to Guru Usage.
(Simple Usage): Update.
(Advanced Options): Docfix.
* Makefile.in (RM): RM = rm -f.
1996-10-15 Hrvoje Niksic <hniksic@srce.hr>
* geturl.texi (Guru Usage): Add proxy-filling example.
1996-10-12 Hrvoje Niksic <hniksic@srce.hr>
* geturl.texi (Advanced Options): Added --spider.
1996-10-08 Hrvoje Niksic <hniksic@srce.hr>
* geturl.texi (Advanced Options): Added -X.
* Makefile.in: Added $(srcdir) where appropriate (I hope).

View File

@ -1,752 +0,0 @@
2003-11-09 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Contributors): Update my email address.
2003-10-26 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Wgetrc Commands): Fixed typo.
From DervishD <raul@pleyades.net>.
2003-10-24 Hrvoje Niksic <hniksic@xemacs.org>
* Makefile.in (install.info): Handle the case when only wget.info
is generated from wget.texi. In that case, wget.info-*[0-9]
doesn't match anything and therefore ends up as a bogus value of
FILE in the loop. Fix this by not calling INSTALL_DATA on
nonexistent files.
2003-10-07 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (HTTP Options): Documented --post-file and
--post-data.
2003-10-01 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi: Renamed prep.ai.mit.edu to ftp.gnu.org.
2003-10-01 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Contributors): Updated from ChangeLog entries.
2003-09-21 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
* wget.texi: Split version to version.texi. Tweak documentation's
phrasing and markup.
2003-09-21 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi: Documented the new timeout options.
2003-09-19 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi: Changed @itemx not preceded by @item to @item.
2003-09-17 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Download Options): Explain how --tries works by
default.
2003-09-17 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Download Options): Explain new --restrict-file-names
semantics.
2003-09-16 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi: Set the man page title to a string more descriptive
than "Wget manual".
2003-09-16 Hrvoje Niksic <hniksic@xemacs.org>
* Makefile.in ($(TEXI2POD)): Update only the #! line.
* texi2pod.pl: New version from Gcc.
2003-09-16 Noel Kothe <noel@debian.org>
* wget.texi (Download Options): Fix misspelling.
2003-09-15 Nicolas Schodet <schodet@efrei.fr>
* wget.texi (Download Options): Add link to Proxies.
2003-09-14 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Download Options): Document the new option
--restrict-file-names and the corresponding wgetrc command.
2003-09-10 Hrvoje Niksic <hniksic@xemacs.org>
* wget.texi (Download Options): Documented new option --dns-cache.
2002-04-24 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Robot Exclusion): Explain how to turn off the robot
exclusion support from the command line.
(Wgetrc Commands): Explain that the `robots' variable also takes
effect on the "nofollow" matching.
2002-04-15 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Download Options): Fix the documentation of
`--progress'.
2002-04-14 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Wgetrc Commands): Document `--limit-rate'.
2002-04-10 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Warn about the dangers of specifying passwords on the
command line and in unencrypted files.
2001-12-16 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Wgetrc Commands): Undocument simple_host_check.
2001-12-13 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Robots): Fix broken URLs that point to the webcrawler
web site.
2001-12-11 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (HTTP Options): Explain how to make IE produce a
`cookies.txt'-compatible file.
Reported by Herold Heiko.
2001-12-11 Hrvoje Niksic <hniksic@arsdigita.com>
* texi2pod.pl.in: Handle @asis in table.
2001-12-09 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Bump version to 1.8.
2001-12-08 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (HTTP Options): Provide more specific information
about how --load-cookies is meant to be used.
2001-12-08 Hrvoje Niksic <hniksic@arsdigita.com>
* texi2pod.pl: Include the EXAMPLES section.
* wget.texi (Overview): Shorten the man page DESCRIPTION.
(Examples): Redo the Examples chapter. Include it in the man
page.
2001-12-01 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Update the manual with the new recursive retrieval
stuff.
2001-11-30 Ingo T. Storm <tux-sparc@computerbild.de>
* sample.wgetrc: Document ftp_proxy, too.
2001-11-04 Alan Eldridge <alane@geeksrus.net>
* wget.texi: Document --random-wait, randomwait=on/off.
2001-11-23 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Download Options): Document the new `--progress'
option.
2001-11-22 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Proxies): Fix typo.
(Proxies): Sync the text with the example.
(Wgetrc Commands): There is no -f option. It's --follow-ftp.
Reported by Wojtek Kotwica.
2001-11-17 Hrvoje Niksic <hniksic@arsdigita.com>
* Makefile.in (install.info): If info files from the build
directory are not available, use the ones from $(srcdir).
2001-11-16 Peter Farmer <peter.farmer@zveno.com>
* Makefile.in: Use $? instead of $<. Use TEXI2POD more
consistently.
2001-06-16 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Updated version to 1.7.1.
2001-06-15 Hrvoje Niksic <hniksic@arsdigita.com>
* Makefile.in (install.wgetrc): Use $(DESTDIR) when testing
whether $(WGETRC) exists.
2001-06-15 Adam J. Richter <adam@yggdrasil.com>
* Makefile.in (install.wgetrc): Make `make install'
non-interactive in all cases.
2001-06-15 Hrvoje Niksic <hniksic@arsdigita.com>
* Makefile.in (install.wgetrc): Take $(DESTDIR) into account when
running mkinstalldirs.
2001-06-05 Jan Prikryl <prikryl@cg.tuwien.ac.at>
* Makefile.in (wget.info): Added -I$(srcdir) to support compilation
outside the source tree.
(install.man): Replaced $(srcdir)$(MAN) with $(MAN). The former
did not work when compiling outside the source tree.
2001-05-26 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Updated version to 1.7.
2001-05-31 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Mailing List): Fix the mailing list address.
2001-05-27 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Copying): Clarify. Link to
"free-software-for-freedom.html".
2001-05-26 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Contributors): Updated list of contributors.
2001-05-26 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Updated version to 1.7-pre1.
2001-04-28 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Wgetrc Commands): Update docs for `continue'.
2001-04-27 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (HTTP Options): Document cookie options.
2001-01-20 Karl Eichwalder <ke@suse.de>
* Makefile.in: Provide and use DESTDIR according to the Coding
Standards.
2001-04-01 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Recursive Retrieval Options): Document more
accurately what --convert-links does.
2001-03-27 Dan Harkless <wget@harkless.org>
* Makefile.in: Moved top_builddir out of "User configuration
section" of top Makefile and analogous spot in this one.
2001-03-26 Dan Harkless <wget@harkless.org>
* wget.texi (Recursive Retrieval Options): Explained that you need
to use -r -l1 -p to get the two levels of requisites for a
<FRAMESET> page. Also made a few other wording improvements.
2001-03-17 Dan Harkless <wget@harkless.org>
* Makefile.in: Using '^' in the sed call caused a weird failure on
Solaris 2.6. Changed it to a ','. Defined top_builddir.
2001-02-23 Dan Harkless <wget@harkless.org>
* wget.texi: Corrections, clarifications, and English fixes to
time-stamping documentation. Also moved -nr from "Recursive
Retrieval Options" to "FTP Options" and gave it a @cindex entry.
Alphabetized FTP options by long option name. Mentioned that
.listing symlinked to /etc/passwd is not a security hole, but that
other files could be, so root shouldn't run wget in user dirs.
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.
* 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).
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.
2001-01-06 Jan Prikryl <prikryl@cg.tuwien.ac.at>
* wget.texi (Reporting Bugs): Deleted the setence about Cc-ing the
bug report to Wget mailing list as the bug report address is an
alias for the mailing ist anyway.
(Mailing List): Added URL for the alternate archive.
* wget.texi: Bunch of cosmetical changes.
* Makefile.in: Added targets for manpage generation using
texi2pod.pl and pod2man (comes with Perl5). As we cannot rely on
Perl5 being available on the system, manpage is not being built
automatically. Updated '*clean' targets to remove
'sample.wgetrc.munged...', 'wget.pod', and 'wget.man'.
* texi2pod.pl: New file copied from GCC distribution to facilitate
automatic manpage generation.
2001-01-09 Dan Harkless <wget@harkless.org>
* wget.texi (Download Options): Did a bunch of clarification and
correction to the description of --continue.
2001-01-06 Dan Harkless <wget@harkless.org>
* ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
the best way to go about my aim. Removed them in favor of:
* ChangeLog-branches/1.6_branch.ChangeLog: New file.
2000-12-31 Dan Harkless <wget@harkless.org>
* Makefile.in (distclean): sample.wgetrc.munged_for_texi_inclusion
needs to be included in the distribution or it'll get regenerated
due to the wget.info dependency, and then that file will get
regenerated, forcing people to have makeinfo installed
unnecessarily. We could use a kludge of a 0-length file in the
distro, but the file isn't that big and should compress very well.
* wget.texi: Changed "VERSION 1.5.3+dev" to "VERSION 1.7-dev" and
"UPDATED Feb 2000" to "UPDATED Dec 2000". Like the comment in the
file says, it'd be nice if these were handled automatically...
* ChangeLog: Since this flat file doesn't have multiple branches,
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),
but in the current build dir.
2000-11-15 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Robots): Document that we now support the meta tag
exclusion.
2000-11-16 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Use --- consistently.
Spell "Wget" with starting capital letter consistently.
Use ``...'' or @dfn{} instead of simple double quotes where
appropriate.
Use double space as separator between sentences consistently.
2000-11-15 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (Robots): Rearrange text. Mention the meta tag.
2000-11-14 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Add GFDL; remove norobots specification.
* wget.texi (Sample Wgetrc): Remove warnings with lateish
makeinfo, mostly by changing xref{} to pxref{} when inside
parentheses.
2000-11-10 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: cc.fer.hr -> srk.fer.hr.
2000-11-05 Hrvoje Niksic <hniksic@arsdigita.com>
* Makefile.in (sample.wgetrc.munged_for_texi_inclusion): Use $(srcdir).
2000-11-05 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi: Updated names of contributors.
2000-10-23 Hrvoje Niksic <hniksic@arsdigita.com>
* wget.texi (HTTP Options): Remove Netscape bullying.
2000-10-23 Dan Harkless <wget@harkless.org>
* wget.texi (Recursive Retrieval Options): Improved --delete-after docs.
(Download Options): Documented Rob Mayoff's new --bind-address option.
(Wgetrc Commands): Documented Rob Mayoff's new bind_address command.
2000-10-20 Dan Harkless <wget@harkless.org>
* wget.texi (Recursive Retrieval Options): Sugg. -E on 1-page download.
2000-10-19 Dan Harkless <wget@harkless.org>
* wget.texi (HTTP Options): Documented my new -E / --html-extension.
(Wgetrc Commands): Documented my new html_extension option and
John Daily's "quad" values (which I renamed to "lockable
Boolean"). When I documented Damir Dzeko's --referer, I forgot to
add the .wgetrc equivalent; mentioned the "referrer" spelling issue.
2000-10-09 Dan Harkless <wget@harkless.org>
* wget.texi (FTP Options): --retr-symlinks wasn't documented properly.
2000-08-30 Dan Harkless <wget@harkless.org>
* wget.texi (Recursive Retrieval Options): Documented new -p option.
(Wgetrc Commands): Documented -p's equvialent, page_requisites.
2000-08-23 Dan Harkless <wget@harkless.org>
* wget.texi (Download Options): Using -c on a file that's already fully
downloaded results in an unchanged file and no second ".1" copy.
* wget.texi (Logging and Input File Options): -B / --base was not
documented as a separate item, and the .wgetrc version was misleading.
* wget.texi (Wgetrc Commands): Changed all instances of
", the same as" to the more grammatical " -- the same as".
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.
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.
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.
2000-04-18 Dan Harkless <wget@harkless.org>
* sample.wgetrc: Realized I put a global setting in the local section.
2000-04-13 Dan Harkless <wget@harkless.org>
* Makefile.in (sample.wgetrc.munged_for_texi_inclusion): Added
build, dependencies, and distclean cleanup of this new file.
* sample.wgetrc: Uncommented waitretry and set it to 10, clarified
some wording, and re-wrapped some text to 71 columns due to
@sample indentation in wget.texi.
* wget.texi: Herold further expounded on the behavior of waitretry
-- reworded docs again. Changed note saying _all_ lines in
sample.wgetrc are commented out. Don't have an entire hand-
cut-and-pasted copy of sample.wgetrc in this file -- use @include.
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.
* 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.
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.
(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.
2000-03-02 Daniel S. Lewart <d-lewart@uiuc.edu>
* wget.texi: Fix spelling and grammatical mistakes.
2000-03-02 Hrvoje Niksic <hniksic@iskon.hr>
* wget.texi (Contributors): Update contributors list.
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.
2000-02-29 Dan Harkless <wget@harkless.org>
* wget.texi: Updated version to 1.5.3+dev, updated copyrights to
2000, changed Hrvoje's old, invalid email address to his new one,
and added " and the developers" to the .texi file's byline.
2000-02-18 Dan Harkless <wget@harkless.org>
* wget.texi (Recursive Retrieval Options): Documented my new -K /
--backup-converted option.
(Wgetrc Commands): Documented backup_converted equivalent.
1998-09-10 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (HTTP Options): Warn against masquerading as Mozilla.
1998-05-24 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in (clean): Remove HTML files.
1998-05-13 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi: Various updates.
(Proxies): New node.
1998-05-09 Hrvoje Niksic <hniksic@srce.hr>
* texinfo.tex: New file.
1998-05-08 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in (dvi): New target.
1998-05-02 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Recursive Retrieval): Fix typo. Suggested by
Francois Pinard.
1998-04-18 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi: Fixed @dircategory, courtesy Karl Eichwalder.
1998-03-31 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in: Don't attempt to (un)install the man-page.
1998-03-30 Hrvoje Niksic <hniksic@srce.hr>
* wget.1: Removed it.
1998-03-29 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Invoking): Split into more sections, analogous to
output of `wget --help'.
(HTTP Options): Document --user-agent.
1998-03-16 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Contributors): Updated with oodles of new names.
1998-02-22 Karl Eichwalder <ke@suse.de>
* Makefile.in (install.info): only info files (no *info.orig,
etc.).
1998-01-31 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in (install.wgetrc): Don't use `!'.
1998-01-28 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Expanded.
1998-01-25 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document `--cache'.
(Contributors): Added Brian.
1997-07-26 Francois Pinard <pinard@iro.umontreal.ca>
* Makefile.in (install.wgetrc): Print the sample.wgetrc warning
only if the files actually differ.
1998-01-23 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in: Use `test ...' rather than `[ ... ]'.
* wget.texi (Advanced Options): Explained suffices.
1998-01-23 Karl Heuer <kwzh@gnu.org>
* wget.texi (Advanced Options): Updated.
1997-12-18 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Mailing List): Update.
1997-04-23 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document `--follow-ftp'.
1997-02-17 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document --proxy-user and
--proxy-passwd.
1997-02-14 Karl Eichwalder <ke@ke.Central.DE>
* Makefile.in (install.wgetrc): Never ever nuke an existing rc file.
1997-02-02 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi: Updated and revised.
* wget.texi (Contributors): Update.
(Advanced Options): Removed bogus **/* example.
* wget.texi: Use ``...'' instead of "...".
1997-02-01 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Domain Acceptance): Document --exclude-domains.
1997-01-21 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document --ignore-length.
1997-01-20 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Time-Stamping): New node.
1997-01-12 Hrvoje Niksic <hniksic@srce.hr>
* Makefile.in (distclean): Don't remove wget.info*.
1997-01-08 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Mailing List): Update archive.
(Portability): Update the Windows port by Budor.
1996-12-21 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Security Considerations): New node.
1996-12-19 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document --passive.
1996-12-12 Dieter Baron <dillo@danbala.tuwien.ac.at>
* wget.texi (Advanced Usage): Would reference prep instead of
wuarchive.
1996-11-25 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Documented --retr-symlinks.
1996-11-23 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document --delete-after.
1996-11-22 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Portability): Add IRIX and FreeBSD as the "regular"
platforms.
1996-11-20 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Usage): Document dot-style.
1996-11-18 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Usage): Dot customization example.
(Sample Wgetrc): Likewise.
1996-11-16 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Wgetrc Syntax): Explained emptying lists.
1996-11-13 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document includes/excludes.
(Wgetrc Commands): Likewise.
1996-11-10 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Options): Document headers.
1996-11-07 Hrvoje Niksic <hniksic@srce.hr>
* sample.wgetrc: Added header examples.
1996-11-06 Hrvoje Niksic <hniksic@srce.hr>
* sample.wgetrc: Rewritten.
* Makefile.in (install.wgetrc): Install sample.wgetrc.
(uninstall.info): Use $(RM).
1996-11-06 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi: Docfixes.
1996-11-03 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi: Proofread; *many* docfixes.
1996-11-02 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Introduction): Updated robots mailing list address.
1996-11-01 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi: Minor docfixes.
1996-10-26 Hrvoje Niksic <hniksic@srce.hr>
* wget.texi (Advanced Usage): Document passwords better.
* Makefile.in (distclean): Remove wget.1 on make distclean.
* wget.texi (Option Syntax): Explain --.
1996-10-21 Hrvoje Niksic <hniksic@srce.hr>
* fetch.texi (No Parent): update.
1996-10-18 Hrvoje Niksic <hniksic@srce.hr>
* fetch.texi (Advanced Options): Docfix.
1996-10-17 Tage Stabell-Kulo <tage@acm.org>
* geturl.texi (Advanced Options): Sort alphabetically.
1996-10-16 Hrvoje Niksic <hniksic@srce.hr>
* geturl.texi (Advanced Options): Describe -nr.
(Advanced Usage): Moved -O pipelines to Guru Usage.
(Simple Usage): Update.
(Advanced Options): Docfix.
* Makefile.in (RM): RM = rm -f.
1996-10-15 Hrvoje Niksic <hniksic@srce.hr>
* geturl.texi (Guru Usage): Add proxy-filling example.
1996-10-12 Hrvoje Niksic <hniksic@srce.hr>
* geturl.texi (Advanced Options): Added --spider.
1996-10-08 Hrvoje Niksic <hniksic@srce.hr>
* geturl.texi (Advanced Options): Added -X.
* Makefile.in: Added $(srcdir) where appropriate (I hope).

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,45 +0,0 @@
2005-04-05 Mauro Tortonesi <mauro@ferrara.linux.it>
* Makefile.src.mingw: removed string_t.c from list of source files.
* Makefile.watcom: removed string_t.c from list of source files.
* wget.dep: removed string_t.c from list of source files.
2005-02-10 Mauro Tortonesi <mauro@ferrara.linux.it>
* Makefile.src: Renamed string.{c,h} to string_t.{c,h} to fix
a compilation conflict with the string.h header in the standard
C library.
* Makefile.src.bor: Renamed string.{c,h} to string_t.{c,h} to fix
a compilation conflict with the string.h header in the standard
C library.
* Makefile.src.mingw: Renamed string.{c,h} to string_t.{c,h} to fix
a compilation conflict with the string.h header in the standard
C library.
* Makefile.src.watcom: Renamed string.{c,h} to string_t.{c,h} to fix
a compilation conflict with the string.h header in the standard
C library.
* wget.dep: Renamed string.{c,h} to string_t.{c,h} to fix a
compilation conflict with the string.h header in the standard C
library.
2004-12-31 Mauro Tortonesi <mauro@ferrara.linux.it>
* Makefile.src: Added string.c to the list of modules to compile.
* Makefile.src.bor: Added string.c to the list of modules to compile.
* Makefile.src.mingw: Added string.c to the list of modules to compile.
* Makefile.src.watcom: Added string.c to the list of modules to compile.
* wget.dep: Added dependencied for the string.c module.
* ChangeLog: New file.