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