]> sjero.net Git - wget/blob - doc/ChangeLog
doc: remove wrong description of -k -K used together with -E.
[wget] / doc / ChangeLog
1 2010-12-22  Giuseppe Scrivano  <gscrivano@gnu.org>
2
3         * wget.texi (HTTP Options): Remove sentence which doesn't reflect
4         the wget behaviour when -k -K are used with -E.
5         Reported by: pike-wget@kw.nl.
6
7 2010-08-08  Reza Snowdon <vivi@mage.me.uk>
8         * wget.texi: Added information about the config option to the
9         'Overview' section and a description of the option in
10         'Logging and Input File Options'.
11
12 2010-10-26  Giuseppe Scrivano  <gscrivano@gnu.org>
13
14         * wget.texi (Download Options): Remove unclear statement about the
15         --waitretry option.
16         Reported by: Manfred Koizar <mkoi-pg@aon.at>.
17
18 2010-09-25  Merinov Nikolay  <kim.roader@gmail.com>
19
20         * wget.texi (Download Options): Document --unlink option.
21
22 2010-09-13  Giuseppe Scrivano  <gscrivano@gnu.org>
23
24         * wget.texi (Recursive Accept/Reject Options): Remove superfluous dot.
25         Reported by: Snader_LB.
26
27 2010-07-28  Alon Bar-Lev <alon.barlev@gmail.com> (tiny change)
28
29         * texi2pod.pl: Use the warnings module only when it is available.
30
31 2010-05-27  Giuseppe Scrivano  <gscrivano@gnu.org>
32
33         * wget.texi (Download Options): Document that -k can be used with -O
34         only with regular files.
35
36 2010-05-08  Giuseppe Scrivano  <gscrivano@gnu.org>
37
38         * Makefile.am: Update copyright years.
39
40         * fdl.texi: Likewise.
41
42         * texi2pod.pl: Likewise.
43
44         * wget.texi: Likewise.
45
46 2010-01-09  Micah Cowan  <micah@cowan.name>
47
48         * wget.texi (Download Options): Documented
49         --no-use-server-timestamps.
50
51 2009-09-04  Micah Cowan  <micah@cowan.name>
52
53         * wget.texi (Time-Stamping): "older" -> "not newer".
54
55         * Makefile.am (install.man, install.wgetrc): Use $(mkinstalldirs),
56         not $(top_srcdir)/mkinstalldirs.
57
58 2009-08-27  Micah Cowan  <micah@cowan.name>
59
60         * texi2pod.pl: Handle @asis in table-element formatting.
61
62         * wget.texi (Exit Status): Document new exit codes.
63
64 2009-08-02  Micah Cowan  <micah@cowan.name>
65
66         * wget.texi (Option Syntax): "This is a complete equivalent of" ->
67         "This is completely equivalent to". Thanks to Reuben Thomas for
68         catching this.
69
70 2009-07-28  Micah Cowan  <micah@cowan.name>
71
72         * wget.texi (Download Options): Document "lowercase", "uppercase",
73         and the new "ascii" specifier for --restrict-file-names.
74         (HTTP Options): Rename --html-extension to --adjust-extension.
75         (Wgetrc Commands): Rename html_extension to adjust_extension.
76
77 2009-07-26  Micah Cowan  <micah@cowan.name>
78
79         * wget.texi (Download Options): Change --iri item to --no-iri;
80         rename --locale to --local-encoding.
81         (Wgetrc Commands): Document iri, local_encoding, remote_encoding,
82         ask_password, auth_no_challenge, and keep_session_cookies.
83
84 2009-07-06  Micah Cowan  <micah@cowan.name>
85
86         * wget.texi (Logging and Input File Options): Alter description of
87         --input-file, implying that --force-html isn't necessary when the
88         input is in HTML file. Improve accuracy of --base description.
89         (Wgetrc Commands): Improve accuracy of "base" description.
90         (HTTP Options): Clarify operation of --post-file.
91
92 2009-07-03  Micah Cowan  <micah@cowan.name>
93
94         * wget.texi (Download Options): --iri=no --> --no-iri
95         (Contributors): Add Saint Xavier.
96
97 2009-06-20  Micah Cowan  <micah@cowan.name>
98
99         * wget.texi (Contributors): Added Jay Krell.
100
101 2009-06-14  Micah Cowan  <micah@cowan.name>
102
103         * Makefile.am (wget.pod): $(srcdir)/version.texi -> version.texi
104
105 2009-06-12  Micah Cowan  <micah@cowan.name>
106
107         * wget.texi (Download Options): More accuracy on what happens when
108         -nd is used with -r or -p.
109
110 2009-06-11  Micah Cowan  <micah@cowan.name>
111
112         * wget.texi (Contributors): Added Xin Zou, Benjamin Wolsley, and
113         Robert Millan.
114
115 2009-06-11  Joao Ferreira  <joao@joaoff.com>
116
117         * wget.texi (Option Syntax): Fixed contradictory and confusing
118         explanation of --folow-ftp and negation.
119
120 2009-06-10  Micah Cowan  <micah@cowan.name>
121
122         * sample.wgetrc: Add "https_proxy" to the proxy examples. Thanks
123         to Martin Paul <martin@par.univie.ac.at> for the suggestion.
124
125 2008-11-15  Steven Schubiger  <stsc@members.fsf.org>
126
127         * sample.wgetrc: Comment the waitretry "default" value,
128         because there is a global one now.
129
130         * wget.texi (Download Options): Mention the global
131         default value.
132
133 2008-11-10  Micah Cowan  <micah@cowan.name>
134
135         * Makefile.am (EXTRA_DIST): Removed no-longer-present
136         README.maint (shouldn't have been there in the first place).
137
138         * wget.texi (Mailing Lists): Added information aboug Gmane portal,
139         added subsection headings.
140
141         Update node pointers.
142
143 2008-11-05  Micah Cowan  <micah@cowan.name>
144
145         * wget.texi: Move --no-http-keep-alive from FTP Options to HTTP
146         Options.
147         (Mailing List): Mention moderation for unsubscribed posts, and
148         archive location.
149
150 2008-11-04  Micah Cowan  <micah@cowan.name>
151
152         * wget.texi, fdl.texi: Updated to FDL version 1.3.
153
154 2008-10-31  Micah Cowan  <micah@cowan.name>
155
156         * wget.texi (Mailing List): Update info to reflect change to
157         bug-wget@gnu.org.
158
159 2008-09-30  Steven Schubiger  <stsc@members.fsf.org>
160
161         * wget.texi (Wgetrc Commands): Add default_page, save_headers,
162         spider and user_agent to the list of recognized commands.
163
164 2008-09-10  Michael Kessler  <kessler.michael@aon.at>
165
166         * wget.texi (Robot Exclusion): Fixed typo "downloads" ->
167         "download"
168
169 2008-08-03  Xavier Saint  <wget@sxav.eu>
170
171         * wget.texi : Add option descriptions for the three new
172         options --iri, --locale and --remote-encoding related to
173         IRI support.
174
175         * sample.wgetrc : Add commented lines for the three new
176         command iri, locale and encoding related to IRI support.
177
178 2008-08-03  Micah Cowan  <micah@cowan.name>
179
180         * wget.texi: Don't set UPDATED; already set by version.texi.
181         (HTTP Options): Add --default-page option.
182
183 2008-07-17  Steven Schubiger  <stsc@members.fsf.org>
184
185         * wget.texi (Logging and Input File Options): Document
186         for --input-file and according remote input file URLs, the
187         implicit enforcement of treating a document as HTML and
188         the possible baseref assumption.
189
190 2008-06-29  Micah Cowan  <micah@cowan.name>
191
192         * wget.texi <Contributors>: Added Joao Ferreira, Mike Frysinger,
193         Alain, Guibert, Madhusudan Hosaagrahara, Jim Paris, Kenny
194         Parnell, Benno Schulenberg, and Pranab Shenoy. Added Steven
195         Schubiger to the "Special Thanks" section.
196
197 2008-06-13  Micah Cowan  <micah@cowan.name>
198
199         * wget.texi (Mailing List): The wget-notify mailing list no longer
200         receives commit notifications from the source repository.
201         (Internet Relay Chat): Activity isn't quite so low any more,
202         remove notice to that effect.
203
204 2008-05-17  Steven Schubiger  <stsc@members.fsf.org>
205
206         * wget.texi (Download Options): Change documentation to reflect
207         the new default value for --prefer-family.
208         (Wgetrc Commands): Same, for prefer_family wgetrc command.
209
210 2008-05-12  Micah Cowan  <micah@cowan.name>
211
212         * wget.texi (Download Options): -N with -O downgraded to a
213         warning.
214
215 2008-04-30  Steven Schubiger  <stsc@members.fsf.org>
216
217         * wget.texi <Download Options>: Document the --ask-password
218         option.
219
220 2008-04-27  Micah Cowan  <micah@cowan.name>
221
222         * wget.texi (Download Options) <-O>: Elaborate on why certain
223         options make poor combinations with -O.
224
225 2008-04-24  Micah Cowan  <micah@cowan.name>
226
227         * wget.texi: Adjusted documentation to account for CSS support;
228         added Ted Mielczarek to contributors.
229
230 2008-04-22  Mike Frysinger  <vapier@gentoo.org>
231
232         * sample.wgetrc: Added prefer_family example. Resolves bug
233         #22142.
234
235 2008-04-11  Micah Cowan  <micah@cowan.name>
236
237         * wget.texi <Contributors>: Added Julien Buty, Alexander
238         Dergachev, and Rabin Vincent.
239
240 2008-03-24  Micah Cowan  <micah@cowan.name>
241
242         * wget.texi <Types of Fields>: Mentioned various caveats in the
243         behavior of accept/reject lists, deprecate current
244         always-download-HTML feature. Added @noindent to a couple of
245         appropriate spots.
246
247 2008-03-17  Micah Cowan  <micah@cowan.name>
248
249         * wget.texi <Directory-Based Limits>: Mention importance of
250         trailing slashes to --no-parents.
251
252 2008-02-10  Micah Cowan  <micah@cowan.name>
253
254         * wget.texi <HTTP Options>: Added documentation of
255         --auth-no-challenge.
256
257 2008-02-06  Micah Cowan  <micah@cowan.name>
258
259         * wget.ṫexi <Overview>: Remove references to no-longer-supported
260         socks library.
261
262 2008-01-31  Micah Cowan  <micah@cowan.name>
263
264         * wget.texi: Ensure that license info appears in the info
265         version of the manual.
266
267 2008-01-25  Micah Cowan  <micah@cowan.name>
268         * Makefile.am, wget.texi: Updated copyright year.
269
270 2007-12-10  Micah Cowan  <micah@cowan.name>
271
272         * wget.texi: Document the --content-disposition option (and not
273         just the .wgetrc setting).
274
275 2007-12-06  Micah Cowan  <micah@cowan.name>
276
277         * wget.texi: "the the" -> "the"
278
279 2007-12-05  Micah Cowan  <micah@cowan.name>
280
281         * wget.texi <Wgetrc Commands>: Explicitly mention that
282         --content-disposition has known issues.
283
284 2007-10-13  Micah Cowan  <micah@cowan.name>
285
286         * wget.texi <Mailing Lists>: Replaced mention of no-longer
287         included PATCHES file with link to relevant Wgiki page.
288         * wget.texi <Internet Relay Chat>: Added new section.
289
290 2007-10-10  Micah Cowan  <micah@cowan.name>
291
292         * wget.texi <Wgetrc Commands>: Fixed "doewnloads" typo.
293
294 2007-10-08  Micah Cowan  <micah@cowan.name>
295
296         * wget.texi: Credit to Ralf Wildenhues for automakifying patches.
297
298 2007-10-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
299
300         * Makefile.in: Removed, replaced by Makefile.am.
301         * Makefile.am: Converted from Makefile.in.
302
303 2007-10-03  Micah Cowan  <micah@cowan.name>
304
305         * wget.texi <Wgetrc Commands>: Cleaned up alphabetization,
306         more consistent use of underscores. Added a description of the
307         content_disposition wgetrc command.
308
309 2007-10-01  Micah Cowan  <micah@cowan.name>
310
311         * wget.texi: Updated information in Mailing Lists, Reporting
312         Bugs. Added Web Site section, and add information about Mac OS
313         X, MS-DOS, and VMS in Portability.
314
315 2007-09-27  Micah Cowan  <micah@cowan.name>
316
317         * wget.texi: Removed "for more details" from parenthesese
318         enclosing @pxref{}s, so that texi2pod.pl knows to remove the
319         whole reference. Made some gramattical improvements, and
320         strengthened the recommendation to use the info manual instead.
321         * texi2pod.pl: Brought in some updates from the GCC version. Not
322         an entire update, since a couple "fixes" there breaks stuff
323         here.
324
325 2007-09-12  Micah Cowan  <micah@cowan.name>
326
327         * wget.texi: Expanded the description of -O. Clarified the
328         detection of elements as "patterns" versus "suffixes" in -A,
329         -R. Describe -p in relation to -nc.
330
331 2007-07-28  Micah Cowan  <micah@cowan.name>
332
333         * wget.texi <HTTP Options>: Added --max-redirect option.
334
335 2007-07-05  Micah Cowan  <micah@cowan.name>
336
337         * fdl.texi:
338         Changed to match the version in gnulib.
339
340         * Makefile.in:
341         * texi2pod.pl:
342         * texinfo.tex:
343         Updated GPL reference to version 3 or later, removed FSF
344         address.
345
346         * wget.texi:
347         Slightly reworded the FDL license invocation. Replaced the
348         maintainer reference. Removed the GPL text from the manual.
349
350         * gpl.texi:
351         Removed due to discontinuation of reference in Wget manual.
352
353 2006-07-10  Mauro Tortonesi  <mauro@ferrara.linux.it>
354
355         * wget.texi: Fixed rendering of --no-proxy description in the man
356         page. Added information about current maintainer.
357
358 2006-06-28  Mauro Tortonesi  <mauro@ferrara.linux.it>
359
360         * wget.texi: Removed invariant status to the GPL and GFDL sections.
361         Changed UPDATED to Jun 2006. Updated copyright notice to include 2006.
362
363 2006-06-26  Hrvoje Niksic  <hniksic@xemacs.org>
364
365         * wget.texi (Recursive Accept/Reject Options): Document
366         --ignore-case.
367
368 2006-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
369
370         * wget.texi (Download Options): Add missing word.
371         Reported by Adrian Knoth.
372
373 2006-02-05  Hrvoje Niksic  <hniksic@xemacs.org>
374
375         (Download Options): Changed "a recent article" to "a 2001 article"
376         in the description of --random-wait, since the article in question
377         is not really recent.
378
379 2006-02-05  Hrvoje Niksic  <hniksic@xemacs.org>
380
381         * wget.texi (Download Options): Document the modified meaning of
382         --random-wait.
383
384 2005-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
385
386         * wget.texi: Document https_proxy.
387
388 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
389
390         * sample.wgetrc: Rewrite the "passive FTP" paragraph to better
391         reflect reality.
392
393 2005-08-09  Hrvoje Niksic  <hniksic@xemacs.org>
394
395         * wget.texi (Wgetrc Commands): Removed documentation for the now
396         deleted command "kill_longer".
397
398 2005-06-28  Hrvoje Niksic  <hniksic@xemacs.org>
399
400         * wget.texi (Logging and Input File Options): Don't claim that
401         --base requires --force-html to work.
402
403 2005-06-25  Hrvoje Niksic  <hniksic@xemacs.org>
404
405         * wget.texi (Download Options): Update -4/-6 documentation to
406         reflect the fact that we no longer use AI_ADDRCONFIG.
407
408 2005-06-24  Hrvoje Niksic  <hniksic@xemacs.org>
409
410         * gpl.texi (GNU General Public License): Split GPL text into a
411         separate file and include it from wget.texi.  Used the latest
412         template from gnu.org with the updated address of the FSF.
413
414 2005-06-23  Hrvoje Niksic  <hniksic@xemacs.org>
415
416         * wget.texi (Contributors): Updated list of principal
417         contributors.
418
419 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
420
421         * wget.texi (Mailing List): Remove reference to the wget-cvs list,
422         which no longer exists.
423
424 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
425
426         * wget.texi: Use the more standard authorship phrase "and others".
427
428 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
429
430         * wget.texi (Overview): Remove explicit vertical spacing.
431
432 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
433
434         * texinfo.tex: Update with a non-prehistoric version.
435
436 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
437
438         * texi2pod.pl: Locate perl using the "env" program, so we don't
439         need to modify texi2pod.
440
441         * Makefile.in (wget.pod): Work with texi2pod.pl directly instead
442         of generating it from texi2pod.pl.in.
443
444 2005-06-22  Hrvoje Niksic  <hniksic@xemacs.org>
445
446         * wget.texi (Wgetrc Commands): Remove the "lockable boolean"
447         feature.
448
449 2005-06-20  Hrvoje Niksic  <hniksic@xemacs.org>
450
451         * ansi2knr.1: Removed.
452
453 2005-06-16  Hrvoje Niksic  <hniksic@xemacs.org>
454
455         * wget.texi (Logging and Input File Options): It's --no-verbose,
456         not --non-verbose.
457
458 2005-06-06  Keith Moore  <keithmo@exmsft.com>
459
460         * Makefile.in: Fix a harmless (but annoying) installation warning.
461
462 2005-05-30  Hrvoje Niksic  <hniksic@xemacs.org>
463
464         * wget.texi (HTTP Options): Removed statement that redirect in
465         response to POST is "technically disallowed", which I cannot find
466         in rfc2616 nor in rfc1945.  Even if that were technically the
467         case, the widespreadedness of such responses would make the
468         prohibition irrelevant.
469
470 2005-05-14  Hrvoje Niksic  <hniksic@xemacs.org>
471
472         * wget.texi (Overview): Document --[no-]proxy as primarily being
473         used to turn *off* the use of proxies.
474
475 2005-05-11  Hrvoje Niksic  <hniksic@xemacs.org>
476
477         * wget.texi (HTTPS (SSL/TLS) Options): Explain certificate
478         checking in more detail.
479
480 2005-05-08  Hrvoje Niksic  <hniksic@xemacs.org>
481
482         * texi2pod.pl.in: Allow an "EXAMPLES" section.
483
484 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
485
486         * wget.texi (HTTP Options): Document empty user-agent.
487
488 2005-05-06  Hrvoje Niksic  <hniksic@xemacs.org>
489
490         * wget.texi (Download Options): Explain that the read timeout
491         really refers to idle timeout.
492         (Download Options): Mention that decimal and subsecond values may
493         be used for timeouts.
494
495 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
496
497         * wget.texi: We're using GFDL 1.2, not 1.1.
498
499 2005-05-05  Hrvoje Niksic  <hniksic@xemacs.org>
500
501         * wget.texi (Contributors): Updated.
502
503 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
504
505         * wget.texi (Download Options): Fix bind address cindex entry that
506         broke concept index generation.
507
508 2005-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
509
510         * wget.texi: Fixed a broken reference to Security Considerations
511         section in tex-generated documents (like the man page).
512
513 2005-04-27  Mauro Tortonesi  <mauro@ferrara.linux.it>
514
515         * wget.texi: Document --user, --password, --ftp-user and the
516         corresponding Wgetrc command. Renamed --ftp-passwd to --ftp-password,
517         --http-passwd to --http-passwd and --proxy-passwd to proxy_password.
518         Renamed ftp_passwd to ftp_password, http_passwd to http_passwd and
519         proxy_passwd to proxy_password. Removed documentation for the
520         deprecated login command.
521
522 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
523
524         * wget.texi (HTTPS (SSL/TLS) Options): Document --random-file.
525
526 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
527
528         * wget.texi: Improve wording of command descriptions.
529
530 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
531
532         * wget.texi (HTTP Options): Mention --keep-session-cookies when
533         documenting --post-data.
534
535 2005-04-27  Hrvoje Niksic  <hniksic@xemacs.org>
536
537         * wget.texi: Document the new form of SSL/TLS options.
538
539 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
540
541         * wget.texi (HTTP Options): Improved entry on
542         --keep-session-cookies.
543
544 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
545
546         * wget.texi (Directory Options): Removed stray text after
547         --protocol-directories.
548
549 2005-04-26  Hrvoje Niksic  <hniksic@xemacs.org>
550
551         * wget.texi (Option Syntax): Document boolean options.  Include
552         the option syntax in the man page.
553         (Directory Options): Removed stray text after --protocol-directories.
554
555 2005-04-25  Hrvoje Niksic  <hniksic@xemacs.org>
556
557         * wget.texi (Advanced Usage): Don't advertise the non-existent
558         `-s' option.
559
560 2005-04-25  Hrvoje Niksic  <hniksic@xemacs.org>
561
562         * wget.texi (Download Options): Document --retry-connrefused.
563
564 2005-04-25  Hrvoje Niksic  <hniksic@xemacs.org>
565
566         * Makefile.in (wget.info): Depend on version.texi as well.
567
568         * wget.texi: Simplify copyright.  Replace remaining instances of
569         --OPTION=off with --no-OPTION.
570
571 2005-04-24  Hrvoje Niksic  <hniksic@xemacs.org>
572
573         * wget.texi (Download Options): Document --prefer-family.
574
575 2005-04-24  Hrvoje Niksic  <hniksic@xemacs.org>
576
577         * wget.texi (Download Options): Don't claim that -6 accepts mapped
578         IPv4 addresses.
579
580 2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
581
582         * wget.texi: Documented the SSL command-line options.
583
584 2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
585
586         * wget.texi (Wgetrc Commands): Document ftp_passwd.
587         (FTP Options): Document --ftp-passwd.
588
589 2005-04-23  Hrvoje Niksic  <hniksic@xemacs.org>
590
591         * texi2pod.pl.in: First process @@ then @}, so @samp{-wget@@} is
592         interpreted correctly.
593
594 2005-04-20  Hrvoje Niksic  <hniksic@xemacs.org>
595
596         * wget.texi: Document behavior of -6 wrt mapped IPv4 addresses.
597
598 2005-04-20  Hrvoje Niksic  <hniksic@xemacs.org>
599
600         * wget.texi: Document IPv6 related options.
601
602 2005-04-18  Hrvoje Niksic  <hniksic@xemacs.org>
603
604         * wget.texi: Update mailing list information.
605
606 2005-04-18  Hrvoje Niksic  <hniksic@xemacs.org>
607
608         * wget.texi (Download Options): Don't claim that --no-dns-cache is
609         necessary for dyndns servers -- it's not.
610
611 2005-04-08  Larry Jones  <lawrence.jones@ugsplm.com>
612
613         * Makefile.in (wget.info): Don't use $< in an explicit rule.
614
615 2005-03-22  Joseph Caretto  <jcaretto@pitt.edu>
616
617         * texi2pod.pl.in: Handle asis again.  It used to work (see the
618         2001-12-11 entry), but the local change was lost in the upgrade
619         to 1.4.
620
621 2005-02-11  Mauro Tortonesi  <mauro@ferrara.linux.it>
622
623         * wget.texi: Added Simone Piunno as new contributor.
624
625 2005-01-01  Mauro Tortonesi  <mauro@ferrara.linux.it>
626
627         * wget.texi: Updated copyright information, added new contributors.
628
629 2004-11-20  Hans-Andreas Engel  <engel@node.ch>
630
631         * wget.texi: Describe limitations of combining `-O' with `-k'.
632
633 2004-05-13  Nico R.  <n-roeser@gmx.net>
634
635         * Makefile.in: Allow building in a separate tree with source tree
636         write-protected.
637
638 2004-02-22  Hrvoje Niksic  <hniksic@xemacs.org>
639
640         * wget.texi (Contributors): Updated.
641
642 2004-02-12  Jens Roesner  <jens.roesner@gmx.de>
643
644         * wget.texi (Wgetrc Commands): Document `-e' here.
645
646 2004-02-08  Hrvoje Niksic  <hniksic@xemacs.org>
647
648         * wget.texi (Security Considerations): Put @item contents on a
649         separate line.
650         Reported by Ted Rodriguez-Bell.
651
652 2004-02-06  Hrvoje Niksic  <hniksic@xemacs.org>
653
654         * wget.texi (Wgetrc Commands): Document --no-http-keep-alive and
655         the corresponding Wgetrc command.
656
657 2003-12-06  Hrvoje Niksic  <hniksic@xemacs.org>
658
659         * wget.texi (Download Options): Don't incorrectly claim that `-O'
660         sets the number of retries to 1.
661
662 2003-12-06  Hrvoje Niksic  <hniksic@xemacs.org>
663
664         * wget.texi: Document the new option `--protocol-directories'.
665
666 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
667
668         * wget.texi (Portability): Update slightly.
669
670 2003-11-15  Hrvoje Niksic  <hniksic@xemacs.org>
671
672         * wget.texi: Documented that --dont-remove-listing is now
673         --no-remove-listing.
674
675 2003-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
676
677         * fdl.texi: New file.
678
679         * wget.texi: Upgrade to GNU Free Documentation License 1.2.
680
681 2003-11-09  Hrvoje Niksic  <hniksic@xemacs.org>
682
683         * wget.texi: Remove next/previous/up node links.  Makeinfo doesn't
684         require them, and they make the document harder to modify.
685
686 2003-11-09  Hrvoje Niksic  <hniksic@xemacs.org>
687
688         * wget.texi: No longer document options -s, -C, -g, and -G.
689         (Contributors): Update my email address.
690
691 2003-11-05  Hrvoje Niksic  <hniksic@xemacs.org>
692
693         * wget.texi (HTTP Options): Document `--keep-session-cookies'.
694
695 2003-10-26  Hrvoje Niksic  <hniksic@xemacs.org>
696
697         * wget.texi (Wgetrc Commands): Fixed typo.
698         From DervishD <raul@pleyades.net>.
699
700 2003-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
701
702         * Makefile.in (install.info): Handle the case when only wget.info
703         is generated from wget.texi.  In that case, wget.info-*[0-9]
704         doesn't match anything and therefore ends up as a bogus value of
705         FILE in the loop.  Fix this by not calling INSTALL_DATA on
706         nonexistent files.
707
708 2003-10-07  Hrvoje Niksic  <hniksic@xemacs.org>
709
710         * wget.texi (HTTP Options): Documented --post-file and
711         --post-data.
712
713 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
714
715         * wget.texi: Renamed prep.ai.mit.edu to ftp.gnu.org.
716
717 2003-10-01  Hrvoje Niksic  <hniksic@xemacs.org>
718
719         * wget.texi (Contributors): Updated from ChangeLog entries.
720
721 2003-09-21  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
722
723         * wget.texi: Split version to version.texi.  Tweak documentation's
724         phrasing and markup.
725
726 2003-09-21  Hrvoje Niksic  <hniksic@xemacs.org>
727
728         * wget.texi: Documented the new timeout options.
729
730 2003-09-19  Hrvoje Niksic  <hniksic@xemacs.org>
731
732         * wget.texi: Changed @itemx not preceded by @item to @item.
733
734 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
735
736         * wget.texi (Download Options): Explain how --tries works by
737         default.
738
739 2003-09-17  Hrvoje Niksic  <hniksic@xemacs.org>
740
741         * wget.texi (Download Options): Explain new --restrict-file-names
742         semantics.
743
744 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
745
746         * wget.texi: Set the man page title to a string more descriptive
747         than "Wget manual".
748
749 2003-09-16  Hrvoje Niksic  <hniksic@xemacs.org>
750
751         * Makefile.in ($(TEXI2POD)): Update only the #! line.
752
753         * texi2pod.pl: New version from Gcc.
754
755 2003-09-16  Noel Kothe  <noel@debian.org>
756
757         * wget.texi (Download Options): Fix misspelling.
758
759 2003-09-15  Nicolas Schodet  <schodet@efrei.fr>
760
761         * wget.texi (Download Options): Add link to Proxies.
762
763 2003-09-14  Hrvoje Niksic  <hniksic@xemacs.org>
764
765         * wget.texi (Download Options): Document the new option
766         --restrict-file-names and the corresponding wgetrc command.
767
768 2003-09-10  Hrvoje Niksic  <hniksic@xemacs.org>
769
770         * wget.texi (Download Options): Documented new option --dns-cache.
771
772 2002-04-24  Hrvoje Niksic  <hniksic@arsdigita.com>
773
774         * wget.texi (Robot Exclusion): Explain how to turn off the robot
775         exclusion support from the command line.
776         (Wgetrc Commands): Explain that the `robots' variable also takes
777         effect on the "nofollow" matching.
778
779 2002-04-15  Hrvoje Niksic  <hniksic@arsdigita.com>
780
781         * wget.texi (Download Options): Fix the documentation of
782         `--progress'.
783
784 2002-04-14  Hrvoje Niksic  <hniksic@arsdigita.com>
785
786         * wget.texi (Wgetrc Commands): Document `--limit-rate'.
787
788 2002-04-10  Hrvoje Niksic  <hniksic@arsdigita.com>
789
790         * wget.texi: Warn about the dangers of specifying passwords on the
791         command line and in unencrypted files.
792
793 2001-12-16  Hrvoje Niksic  <hniksic@arsdigita.com>
794
795         * wget.texi (Wgetrc Commands): Undocument simple_host_check.
796
797 2001-12-13  Hrvoje Niksic  <hniksic@arsdigita.com>
798
799         * wget.texi (Robots): Fix broken URLs that point to the webcrawler
800         web site.
801
802 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
803
804         * wget.texi (HTTP Options): Explain how to make IE produce a
805         `cookies.txt'-compatible file.
806         Reported by Herold Heiko.
807
808 2001-12-11  Hrvoje Niksic  <hniksic@arsdigita.com>
809
810         * texi2pod.pl.in: Handle @asis in table.
811
812 2001-12-09  Hrvoje Niksic  <hniksic@arsdigita.com>
813
814         * wget.texi: Bump version to 1.8.
815
816 2001-12-08  Hrvoje Niksic  <hniksic@arsdigita.com>
817
818         * wget.texi (HTTP Options): Provide more specific information
819         about how --load-cookies is meant to be used.
820
821 2001-12-08  Hrvoje Niksic  <hniksic@arsdigita.com>
822
823         * texi2pod.pl: Include the EXAMPLES section.
824
825         * wget.texi (Overview): Shorten the man page DESCRIPTION.
826         (Examples): Redo the Examples chapter.  Include it in the man
827         page.
828
829 2001-12-01  Hrvoje Niksic  <hniksic@arsdigita.com>
830
831         * wget.texi: Update the manual with the new recursive retrieval
832         stuff.
833
834 2001-11-30  Ingo T. Storm  <tux-sparc@computerbild.de>
835
836         * sample.wgetrc: Document ftp_proxy, too.
837
838 2001-11-04  Alan Eldridge  <alane@geeksrus.net>
839
840         * wget.texi: Document --random-wait, randomwait=on/off.
841
842 2001-11-23  Hrvoje Niksic  <hniksic@arsdigita.com>
843
844         * wget.texi (Download Options): Document the new `--progress'
845         option.
846
847 2001-11-22  Hrvoje Niksic  <hniksic@arsdigita.com>
848
849         * wget.texi (Proxies): Fix typo.
850         (Proxies): Sync the text with the example.
851         (Wgetrc Commands): There is no -f option.  It's --follow-ftp.
852         Reported by Wojtek Kotwica.
853
854 2001-11-17  Hrvoje Niksic  <hniksic@arsdigita.com>
855
856         * Makefile.in (install.info): If info files from the build
857         directory are not available, use the ones from $(srcdir).
858
859 2001-11-16  Peter Farmer  <peter.farmer@zveno.com>
860
861         * Makefile.in: Use $? instead of $<.  Use TEXI2POD more
862         consistently.
863
864 2001-06-16  Hrvoje Niksic  <hniksic@arsdigita.com>
865
866         * wget.texi: Updated version to 1.7.1.
867
868 2001-06-15  Hrvoje Niksic  <hniksic@arsdigita.com>
869
870         * Makefile.in (install.wgetrc): Use $(DESTDIR) when testing
871         whether $(WGETRC) exists.
872
873 2001-06-15  Adam J. Richter  <adam@yggdrasil.com>
874
875         * Makefile.in (install.wgetrc): Make `make install'
876         non-interactive in all cases.
877
878 2001-06-15  Hrvoje Niksic  <hniksic@arsdigita.com>
879
880         * Makefile.in (install.wgetrc): Take $(DESTDIR) into account when
881         running mkinstalldirs.
882
883 2001-06-05  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
884
885         * Makefile.in (wget.info): Added -I$(srcdir) to support compilation
886         outside the source tree.
887         (install.man): Replaced $(srcdir)$(MAN) with $(MAN). The former
888         did not work when compiling outside the source tree.
889
890 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
891
892         * wget.texi: Updated version to 1.7.
893
894 2001-05-31  Hrvoje Niksic  <hniksic@arsdigita.com>
895
896         * wget.texi (Mailing List): Fix the mailing list address.
897
898 2001-05-27  Hrvoje Niksic  <hniksic@arsdigita.com>
899
900         * wget.texi (Copying): Clarify.  Link to
901         "free-software-for-freedom.html".
902
903 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
904
905         * wget.texi (Contributors): Updated list of contributors.
906
907 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
908
909         * wget.texi: Updated version to 1.7-pre1.
910
911 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
912
913         * wget.texi (Wgetrc Commands): Update docs for `continue'.
914
915 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
916
917         * wget.texi (HTTP Options): Document cookie options.
918
919 2001-01-20  Karl Eichwalder  <ke@suse.de>
920
921         * Makefile.in: Provide and use DESTDIR according to the Coding
922         Standards.
923
924 2001-04-01  Hrvoje Niksic  <hniksic@arsdigita.com>
925
926         * wget.texi (Recursive Retrieval Options): Document more
927         accurately what --convert-links does.
928
929 2001-03-27  Dan Harkless  <wget@harkless.org>
930
931         * Makefile.in: Moved top_builddir out of "User configuration
932         section" of top Makefile and analogous spot in this one.
933
934 2001-03-26  Dan Harkless  <wget@harkless.org>
935
936         * wget.texi (Recursive Retrieval Options): Explained that you need
937         to use -r -l1 -p to get the two levels of requisites for a
938         <FRAMESET> page.  Also made a few other wording improvements.
939
940 2001-03-17  Dan Harkless  <wget@harkless.org>
941
942         * Makefile.in: Using '^' in the sed call caused a weird failure on
943         Solaris 2.6.  Changed it to a ','.  Defined top_builddir.
944
945 2001-02-23  Dan Harkless  <wget@harkless.org>
946
947         * wget.texi: Corrections, clarifications, and English fixes to
948         time-stamping documentation.  Also moved -nr from "Recursive
949         Retrieval Options" to "FTP Options" and gave it a @cindex entry.
950         Alphabetized FTP options by long option name.  Mentioned that
951         .listing symlinked to /etc/passwd is not a security hole, but that
952         other files could be, so root shouldn't run wget in user dirs.
953
954 2001-02-22  Dan Harkless  <wget@harkless.org>
955
956         * Makefile.in: Make wget man page and install it if we have
957         pod2man.  Added some missing '$(srcdir)/'s.  Added missing
958         dependencies on install targets (allowing you to just do `make
959         install' rather than forcing you to do `make && make install').
960         Also, Makefile rules should always use output file parameters if
961         available rather than redirecting stdout with '>', or you falsely
962         satisfy dependencies if the tool you're running is missing or
963         fails -- fixed call of texi2pod.pl that did this wrong.
964
965         * texi2pod.pl: Removed from CVS.  Now automatically generated.
966
967         * texi2pod.pl.in: This new file is processed into texi2pod.pl,
968         getting the appropriate path to the Perl 5+ executable on this
969         system and becoming executable (CVS files, by contrast, don't
970         arrive executable).
971
972 2001-02-19  Dan Harkless  <wget@harkless.org>
973
974         * wget.texi (Download Options): Further improvement to --continue
975         documentation -- explain interaction with -r and -N, mention
976         usefulness for downloading new sections of appended-to files, etc.
977
978 2001-01-06  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
979
980         * wget.texi (Reporting Bugs): Deleted the setence about Cc-ing the
981         bug report to Wget mailing list as the bug report address is an
982         alias for the mailing ist anyway.
983         (Mailing List): Added URL for the alternate archive.
984
985         * wget.texi: Bunch of cosmetical changes.
986
987         * Makefile.in: Added targets for manpage generation using
988         texi2pod.pl and pod2man (comes with Perl5). As we cannot rely on
989         Perl5 being available on the system, manpage is not being built
990         automatically. Updated '*clean' targets to remove
991         'sample.wgetrc.munged...', 'wget.pod', and 'wget.man'.
992
993         * texi2pod.pl: New file copied from GCC distribution to facilitate
994         automatic manpage generation.
995
996 2001-01-09  Dan Harkless  <wget@harkless.org>
997
998         * wget.texi (Download Options): Did a bunch of clarification and
999         correction to the description of --continue.
1000
1001 2001-01-06  Dan Harkless  <wget@harkless.org>
1002
1003         * ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
1004         the best way to go about my aim.  Removed them in favor of:
1005
1006         * ChangeLog-branches/1.6_branch.ChangeLog: New file.
1007
1008 2000-12-31  Dan Harkless  <wget@harkless.org>
1009
1010         * Makefile.in (distclean): sample.wgetrc.munged_for_texi_inclusion
1011         needs to be included in the distribution or it'll get regenerated
1012         due to the wget.info dependency, and then that file will get
1013         regenerated, forcing people to have makeinfo installed
1014         unnecessarily.  We could use a kludge of a 0-length file in the
1015         distro, but the file isn't that big and should compress very well.
1016
1017         * wget.texi: Changed "VERSION 1.5.3+dev" to "VERSION 1.7-dev" and
1018         "UPDATED Feb 2000" to "UPDATED Dec 2000".  Like the comment in the
1019         file says, it'd be nice if these were handled automatically...
1020
1021         * ChangeLog: Since this flat file doesn't have multiple branches,
1022         looking at the dates would make you think that things went into
1023         1.6 that actually just went into the 1.7-dev branch.  Added "[Not
1024         in 1.6 branch.]" where appropriate to clarify.
1025
1026 2000-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
1027
1028         * Makefile.in (install.info): Info files are *not* in $(srcdir),
1029         but in the current build dir.
1030
1031 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
1032
1033         * wget.texi (Robots): Document that we now support the meta tag
1034         exclusion.
1035
1036 2000-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
1037
1038         * wget.texi: Use --- consistently.
1039         Spell "Wget" with starting capital letter consistently.
1040         Use ``...'' or @dfn{} instead of simple double quotes where
1041         appropriate.
1042         Use double space as separator between sentences consistently.
1043
1044 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
1045
1046         * wget.texi (Robots): Rearrange text.  Mention the meta tag.
1047
1048 2000-11-14  Hrvoje Niksic  <hniksic@arsdigita.com>
1049
1050         * wget.texi: Add GFDL; remove norobots specification.
1051
1052         * wget.texi (Sample Wgetrc): Remove warnings with lateish
1053         makeinfo, mostly by changing xref{} to pxref{} when inside
1054         parentheses.
1055
1056 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
1057
1058         * wget.texi: cc.fer.hr -> srk.fer.hr.
1059
1060 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
1061
1062         * Makefile.in (sample.wgetrc.munged_for_texi_inclusion): Use $(srcdir).
1063
1064 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
1065
1066         * wget.texi: Updated names of contributors.
1067
1068 2000-10-23  Hrvoje Niksic  <hniksic@arsdigita.com>
1069
1070         * wget.texi (HTTP Options): Remove Netscape bullying.
1071
1072 2000-10-23  Dan Harkless  <wget@harkless.org>
1073
1074         * wget.texi (Recursive Retrieval Options): Improved --delete-after docs.
1075         (Download Options): Documented Rob Mayoff's new --bind-address option.
1076         (Wgetrc Commands): Documented Rob Mayoff's new bind_address command.
1077
1078 2000-10-20  Dan Harkless  <wget@harkless.org>
1079
1080         * wget.texi (Recursive Retrieval Options): Sugg. -E on 1-page download.
1081
1082 2000-10-19  Dan Harkless  <wget@harkless.org>
1083
1084         * wget.texi (HTTP Options): Documented my new -E / --html-extension.
1085         (Wgetrc Commands): Documented my new html_extension option and
1086         John Daily's "quad" values (which I renamed to "lockable
1087         Boolean").  When I documented Damir Dzeko's --referer, I forgot to
1088         add the .wgetrc equivalent; mentioned the "referrer" spelling issue.
1089
1090 2000-10-09  Dan Harkless  <wget@harkless.org>
1091
1092         * wget.texi (FTP Options): --retr-symlinks wasn't documented properly.
1093
1094 2000-08-30  Dan Harkless  <wget@harkless.org>
1095
1096         * wget.texi (Recursive Retrieval Options): Documented new -p option.
1097         (Wgetrc Commands): Documented -p's equvialent, page_requisites.
1098
1099 2000-08-23  Dan Harkless  <wget@harkless.org>
1100
1101         * wget.texi (Download Options): Using -c on a file that's already fully
1102         downloaded results in an unchanged file and no second ".1" copy.
1103
1104         * wget.texi (Logging and Input File Options): -B / --base was not
1105         documented as a separate item, and the .wgetrc version was misleading.
1106
1107         * wget.texi (Wgetrc Commands): Changed all instances of
1108         ", the same as" to the more grammatical " -- the same as".
1109
1110 2000-08-22  Dan Harkless  <wget@harkless.org>
1111
1112         * wget.texi (Download Options): --no-clobber's documentation was
1113         severely lacking -- ameliorated the situation.  Some of the
1114         previously-undocumented stuff (like the multiple-file-version
1115         numeric-suffixing) that's now mentioned for the first (and only)
1116         time in the -nc documentation should probably be mentioned
1117         elsewhere, but due to the way that wget.texi's hierarchy is laid
1118         out, I had a hard time finding anywhere else appropriate.
1119
1120 2000-07-17  Dan Harkless  <wget@harkless.org>
1121
1122         * wget.texi (HTTP Options): Minor clarification in "download a
1123         single HTML page and all files necessary to display it" example.
1124
1125 2000-05-22  Dan Harkless  <wget@harkless.org>
1126
1127         * wget.texi (HTTP Options): Damir Dzeko <ddzeko@zesoi.fer.hr> did
1128         not document his new --referer option.  Did so.
1129
1130 2000-04-18  Dan Harkless  <wget@harkless.org>
1131
1132         * sample.wgetrc: Realized I put a global setting in the local section.
1133
1134 2000-04-13  Dan Harkless  <wget@harkless.org>
1135
1136         * Makefile.in (sample.wgetrc.munged_for_texi_inclusion): Added
1137         build, dependencies, and distclean cleanup of this new file.
1138
1139         * sample.wgetrc: Uncommented waitretry and set it to 10, clarified
1140         some wording, and re-wrapped some text to 71 columns due to
1141         @sample indentation in wget.texi.
1142
1143         * wget.texi: Herold further expounded on the behavior of waitretry
1144         -- reworded docs again.  Changed note saying _all_ lines in
1145         sample.wgetrc are commented out.  Don't have an entire hand-
1146         cut-and-pasted copy of sample.wgetrc in this file -- use @include.
1147
1148 2000-04-12  Dan Harkless  <wget@harkless.org>
1149
1150         * Makefile.in (install.wgetrc): I completely missed the message
1151         that the new wgetrc wasn't being installed the first couple of
1152         times I ran `make install' after changing sample.wgetrc.  Added
1153         blank lines around the message and a "<Hit RETURN to
1154         acknowledge>", and reworded the message to be a bit more clear.
1155
1156         * sample.wgetrc: Added entries for backup_converted and waitretry.
1157
1158         * wget.texi (Download Options and Wgetrc Commands): Herold Heiko
1159         <Heiko.Herold@previnet.it>'s new --waitretry option was
1160         undocumented until now.  Reworded the suggested documentation he
1161         sent to the list.
1162
1163 2000-03-10  Dan Harkless  <wget@harkless.org>
1164
1165         * wget.texi (Recursive Retrieval Options): In -K description,
1166         added a link to the discussion of interaction with -N.
1167         (Recursive Accept/Reject Options): Did some alphabetizing and added
1168         descriptions of new --follow-tags and -G / --ignore-tags options.
1169         (Following Links): Changed "the loads of" to "loads of".
1170         (Wgetrc Commands): Added descriptions of new follow_tags and
1171         ignore_tags commands.
1172
1173 2000-03-02  Daniel S. Lewart  <d-lewart@uiuc.edu>
1174
1175         * wget.texi: Fix spelling and grammatical mistakes.
1176
1177 2000-03-02  Hrvoje Niksic  <hniksic@iskon.hr>
1178
1179         * wget.texi (Contributors): Update contributors list.
1180
1181 2000-03-01  Dan Harkless  <wget@harkless.org>
1182
1183         * wget.texi (HTTP Time-Stamping Internals): Added a note about my
1184         newly-implemented interaction between -K and -N.
1185
1186 2000-02-29  Dan Harkless  <wget@harkless.org>
1187
1188         * wget.texi: Updated version to 1.5.3+dev, updated copyrights to
1189         2000, changed Hrvoje's old, invalid email address to his new one,
1190         and added " and the developers" to the .texi file's byline.
1191
1192 2000-02-18  Dan Harkless  <wget@harkless.org>
1193
1194         * wget.texi (Recursive Retrieval Options): Documented my new -K /
1195         --backup-converted option.
1196         (Wgetrc Commands): Documented backup_converted equivalent.
1197
1198 1998-09-10  Hrvoje Niksic  <hniksic@srce.hr>
1199
1200         * wget.texi (HTTP Options): Warn against masquerading as Mozilla.
1201
1202 1998-05-24  Hrvoje Niksic  <hniksic@srce.hr>
1203
1204         * Makefile.in (clean): Remove HTML files.
1205
1206 1998-05-13  Hrvoje Niksic  <hniksic@srce.hr>
1207
1208         * wget.texi: Various updates.
1209         (Proxies): New node.
1210
1211 1998-05-09  Hrvoje Niksic  <hniksic@srce.hr>
1212
1213         * texinfo.tex: New file.
1214
1215 1998-05-08  Hrvoje Niksic  <hniksic@srce.hr>
1216
1217         * Makefile.in (dvi): New target.
1218
1219 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
1220
1221         * wget.texi (Recursive Retrieval): Fix typo.  Suggested by
1222         Francois Pinard.
1223
1224 1998-04-18  Hrvoje Niksic  <hniksic@srce.hr>
1225
1226         * wget.texi: Fixed @dircategory, courtesy Karl Eichwalder.
1227
1228 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
1229
1230         * Makefile.in: Don't attempt to (un)install the man-page.
1231
1232 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
1233
1234         * wget.1: Removed it.
1235
1236 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
1237
1238         * wget.texi (Invoking): Split into more sections, analogous to
1239         output of `wget --help'.
1240         (HTTP Options): Document --user-agent.
1241
1242 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
1243
1244         * wget.texi (Contributors): Updated with oodles of new names.
1245
1246 1998-02-22  Karl Eichwalder  <ke@suse.de>
1247
1248         * Makefile.in (install.info): only info files (no *info.orig,
1249         etc.).
1250
1251 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
1252
1253         * Makefile.in (install.wgetrc): Don't use `!'.
1254
1255 1998-01-28  Hrvoje Niksic  <hniksic@srce.hr>
1256
1257         * wget.texi (Advanced Options): Expanded.
1258
1259 1998-01-25  Hrvoje Niksic  <hniksic@srce.hr>
1260
1261         * wget.texi (Advanced Options): Document `--cache'.
1262         (Contributors): Added Brian.
1263
1264 1997-07-26  Francois Pinard  <pinard@iro.umontreal.ca>
1265
1266         * Makefile.in (install.wgetrc): Print the sample.wgetrc warning
1267         only if the files actually differ.
1268
1269 1998-01-23  Hrvoje Niksic  <hniksic@srce.hr>
1270
1271         * Makefile.in: Use `test ...' rather than `[ ... ]'.
1272
1273         * wget.texi (Advanced Options): Explained suffices.
1274
1275 1998-01-23  Karl Heuer  <kwzh@gnu.org>
1276
1277         * wget.texi (Advanced Options): Updated.
1278
1279 1997-12-18  Hrvoje Niksic  <hniksic@srce.hr>
1280
1281         * wget.texi (Mailing List): Update.
1282
1283 1997-04-23  Hrvoje Niksic  <hniksic@srce.hr>
1284
1285         * wget.texi (Advanced Options): Document `--follow-ftp'.
1286
1287 1997-02-17  Hrvoje Niksic  <hniksic@srce.hr>
1288
1289         * wget.texi (Advanced Options): Document --proxy-user and
1290         --proxy-passwd.
1291
1292 1997-02-14  Karl Eichwalder  <ke@ke.Central.DE>
1293
1294         * Makefile.in (install.wgetrc): Never ever nuke an existing rc file.
1295
1296 1997-02-02  Hrvoje Niksic  <hniksic@srce.hr>
1297
1298         * wget.texi: Updated and revised.
1299
1300         * wget.texi (Contributors): Update.
1301         (Advanced Options): Removed bogus **/* example.
1302
1303         * wget.texi: Use ``...'' instead of "...".
1304
1305 1997-02-01  Hrvoje Niksic  <hniksic@srce.hr>
1306
1307         * wget.texi (Domain Acceptance): Document --exclude-domains.
1308
1309 1997-01-21  Hrvoje Niksic  <hniksic@srce.hr>
1310
1311         * wget.texi (Advanced Options): Document --ignore-length.
1312
1313 1997-01-20  Hrvoje Niksic  <hniksic@srce.hr>
1314
1315         * wget.texi (Time-Stamping): New node.
1316
1317 1997-01-12  Hrvoje Niksic  <hniksic@srce.hr>
1318
1319         * Makefile.in (distclean): Don't remove wget.info*.
1320
1321 1997-01-08  Hrvoje Niksic  <hniksic@srce.hr>
1322
1323         * wget.texi (Mailing List): Update archive.
1324         (Portability): Update the Windows port by Budor.
1325
1326 1996-12-21  Hrvoje Niksic  <hniksic@srce.hr>
1327
1328         * wget.texi (Security Considerations): New node.
1329
1330 1996-12-19  Hrvoje Niksic  <hniksic@srce.hr>
1331
1332         * wget.texi (Advanced Options): Document --passive.
1333
1334 1996-12-12  Dieter Baron <dillo@danbala.tuwien.ac.at>
1335
1336         * wget.texi (Advanced Usage): Would reference prep instead of
1337         wuarchive.
1338
1339 1996-11-25  Hrvoje Niksic  <hniksic@srce.hr>
1340
1341         * wget.texi (Advanced Options): Documented --retr-symlinks.
1342
1343 1996-11-23  Hrvoje Niksic  <hniksic@srce.hr>
1344
1345         * wget.texi (Advanced Options): Document --delete-after.
1346
1347 1996-11-22  Hrvoje Niksic  <hniksic@srce.hr>
1348
1349         * wget.texi (Portability): Add IRIX and FreeBSD as the "regular"
1350         platforms.
1351
1352 1996-11-20  Hrvoje Niksic  <hniksic@srce.hr>
1353
1354         * wget.texi (Advanced Usage): Document dot-style.
1355
1356 1996-11-18  Hrvoje Niksic  <hniksic@srce.hr>
1357
1358         * wget.texi (Advanced Usage): Dot customization example.
1359         (Sample Wgetrc): Likewise.
1360
1361 1996-11-16  Hrvoje Niksic  <hniksic@srce.hr>
1362
1363         * wget.texi (Wgetrc Syntax): Explained emptying lists.
1364
1365 1996-11-13  Hrvoje Niksic  <hniksic@srce.hr>
1366
1367         * wget.texi (Advanced Options): Document includes/excludes.
1368         (Wgetrc Commands): Likewise.
1369
1370 1996-11-10  Hrvoje Niksic  <hniksic@srce.hr>
1371
1372         * wget.texi (Advanced Options): Document headers.
1373
1374 1996-11-07  Hrvoje Niksic  <hniksic@srce.hr>
1375
1376         * sample.wgetrc: Added header examples.
1377
1378 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
1379
1380         * sample.wgetrc: Rewritten.
1381
1382         * Makefile.in (install.wgetrc): Install sample.wgetrc.
1383         (uninstall.info): Use $(RM).
1384
1385 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
1386
1387         * wget.texi: Docfixes.
1388
1389 1996-11-03  Hrvoje Niksic  <hniksic@srce.hr>
1390
1391         * wget.texi: Proofread; *many* docfixes.
1392
1393 1996-11-02  Hrvoje Niksic  <hniksic@srce.hr>
1394
1395         * wget.texi (Introduction): Updated robots mailing list address.
1396
1397 1996-11-01  Hrvoje Niksic  <hniksic@srce.hr>
1398
1399         * wget.texi: Minor docfixes.
1400
1401 1996-10-26  Hrvoje Niksic  <hniksic@srce.hr>
1402
1403         * wget.texi (Advanced Usage): Document passwords better.
1404
1405         * Makefile.in (distclean): Remove wget.1 on make distclean.
1406
1407         * wget.texi (Option Syntax): Explain --.
1408
1409 1996-10-21  Hrvoje Niksic  <hniksic@srce.hr>
1410
1411         * fetch.texi (No Parent): update.
1412
1413 1996-10-18  Hrvoje Niksic  <hniksic@srce.hr>
1414
1415         * fetch.texi (Advanced Options): Docfix.
1416
1417 1996-10-17  Tage Stabell-Kulo <tage@acm.org>
1418
1419         * geturl.texi (Advanced Options): Sort alphabetically.
1420
1421 1996-10-16  Hrvoje Niksic  <hniksic@srce.hr>
1422
1423         * geturl.texi (Advanced Options): Describe -nr.
1424         (Advanced Usage): Moved -O pipelines to Guru Usage.
1425         (Simple Usage): Update.
1426         (Advanced Options): Docfix.
1427
1428         * Makefile.in (RM): RM = rm -f.
1429
1430 1996-10-15  Hrvoje Niksic  <hniksic@srce.hr>
1431
1432         * geturl.texi (Guru Usage): Add proxy-filling example.
1433
1434 1996-10-12  Hrvoje Niksic  <hniksic@srce.hr>
1435
1436         * geturl.texi (Advanced Options): Added --spider.
1437
1438 1996-10-08  Hrvoje Niksic  <hniksic@srce.hr>
1439
1440         * geturl.texi (Advanced Options): Added -X.
1441
1442         * Makefile.in: Added $(srcdir) where appropriate (I hope).