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