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