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