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