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