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