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