]> sjero.net Git - wget/blob - doc/ChangeLog
[svn] Clarify; link to "free-software-for-freedom.html".
[wget] / doc / ChangeLog
1 2001-05-27  Hrvoje Niksic  <hniksic@arsdigita.com>
2
3         * wget.texi (Copying): Clarify.  Link to
4         "free-software-for-freedom.html".
5
6 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
7
8         * wget.texi (Contributors): Updated list of contributors.
9
10 2001-05-26  Hrvoje Niksic  <hniksic@arsdigita.com>
11
12         * wget.texi: Updated version to 1.7-pre1.
13
14 2001-04-28  Hrvoje Niksic  <hniksic@arsdigita.com>
15
16         * wget.texi (Wgetrc Commands): Update docs for `continue'.
17
18 2001-04-27  Hrvoje Niksic  <hniksic@arsdigita.com>
19
20         * wget.texi (HTTP Options): Document cookie options.
21
22 2001-01-20  Karl Eichwalder  <ke@suse.de>
23
24         * Makefile.in: Provide and use DESTDIR according to the Coding
25         Standards.
26
27 2001-04-01  Hrvoje Niksic  <hniksic@arsdigita.com>
28
29         * wget.texi (Recursive Retrieval Options): Document more
30         accurately what --convert-links does.
31
32 2001-03-27  Dan Harkless  <wget@harkless.org>
33
34         * Makefile.in: Moved top_builddir out of "User configuration
35         section" of top Makefile and analogous spot in this one.
36
37 2001-03-26  Dan Harkless  <wget@harkless.org>
38
39         * wget.texi (Recursive Retrieval Options): Explained that you need
40         to use -r -l1 -p to get the two levels of requisites for a
41         <FRAMESET> page.  Also made a few other wording improvements.
42         
43 2001-03-17  Dan Harkless  <wget@harkless.org>
44
45         * Makefile.in: Using '^' in the sed call caused a weird failure on 
46         Solaris 2.6.  Changed it to a ','.  Defined top_builddir.
47         
48 2001-02-23  Dan Harkless  <wget@harkless.org>
49
50         * wget.texi: Corrections, clarifications, and English fixes to
51         time-stamping documentation.  Also moved -nr from "Recursive
52         Retrieval Options" to "FTP Options" and gave it a @cindex entry.
53         Alphabetized FTP options by long option name.  Mentioned that
54         .listing symlinked to /etc/passwd is not a security hole, but that
55         other files could be, so root shouldn't run wget in user dirs.
56         
57 2001-02-22  Dan Harkless  <wget@harkless.org>
58
59         * Makefile.in: Make wget man page and install it if we have
60         pod2man.  Added some missing '$(srcdir)/'s.  Added missing
61         dependencies on install targets (allowing you to just do `make
62         install' rather than forcing you to do `make && make install').
63         Also, Makefile rules should always use output file parameters if
64         available rather than redirecting stdout with '>', or you falsely
65         satisfy dependencies if the tool you're running is missing or
66         fails -- fixed call of texi2pod.pl that did this wrong.
67
68         * texi2pod.pl: Removed from CVS.  Now automatically generated.
69                 
70         * texi2pod.pl.in: This new file is processed into texi2pod.pl,
71         getting the appropriate path to the Perl 5+ executable on this
72         system and becoming executable (CVS files, by contrast, don't
73         arrive executable).
74         
75 2001-02-19  Dan Harkless  <wget@harkless.org>
76
77         * wget.texi (Download Options): Further improvement to --continue
78         documentation -- explain interaction with -r and -N, mention
79         usefulness for downloading new sections of appended-to files, etc.
80
81 2001-01-06  Jan Prikryl  <prikryl@cg.tuwien.ac.at>
82
83         * wget.texi (Reporting Bugs): Deleted the setence about Cc-ing the
84         bug report to Wget mailing list as the bug report address is an
85         alias for the mailing ist anyway.  
86         (Mailing List): Added URL for the alternate archive.
87         
88         * wget.texi: Bunch of cosmetical changes.
89         
90         * Makefile.in: Added targets for manpage generation using
91         texi2pod.pl and pod2man (comes with Perl5). As we cannot rely on
92         Perl5 being available on the system, manpage is not being built
93         automatically. Updated '*clean' targets to remove
94         'sample.wgetrc.munged...', 'wget.pod', and 'wget.man'.
95         
96         * texi2pod.pl: New file copied from GCC distribution to facilitate
97         automatic manpage generation.
98             
99 2001-01-09  Dan Harkless  <wget@harkless.org>
100
101         * wget.texi (Download Options): Did a bunch of clarification and
102         correction to the description of --continue.
103
104 2001-01-06  Dan Harkless  <wget@harkless.org>
105
106         * ChangeLog: The '[Not in 1.6 branch.]'s were decided not to be
107         the best way to go about my aim.  Removed them in favor of:
108
109         * ChangeLog-branches/1.6_branch.ChangeLog: New file.
110         
111 2000-12-31  Dan Harkless  <wget@harkless.org>
112
113         * Makefile.in (distclean): sample.wgetrc.munged_for_texi_inclusion
114         needs to be included in the distribution or it'll get regenerated
115         due to the wget.info dependency, and then that file will get
116         regenerated, forcing people to have makeinfo installed
117         unnecessarily.  We could use a kludge of a 0-length file in the
118         distro, but the file isn't that big and should compress very well.
119         
120         * wget.texi: Changed "VERSION 1.5.3+dev" to "VERSION 1.7-dev" and
121         "UPDATED Feb 2000" to "UPDATED Dec 2000".  Like the comment in the
122         file says, it'd be nice if these were handled automatically...
123         
124         * ChangeLog: Since this flat file doesn't have multiple branches,
125         looking at the dates would make you think that things went into
126         1.6 that actually just went into the 1.7-dev branch.  Added "[Not
127         in 1.6 branch.]" where appropriate to clarify.
128         
129 2000-12-10  Hrvoje Niksic  <hniksic@arsdigita.com>
130
131         * Makefile.in (install.info): Info files are *not* in $(srcdir),
132         but in the current build dir.
133
134 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
135
136         * wget.texi (Robots): Document that we now support the meta tag
137         exclusion.
138
139 2000-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
140
141         * wget.texi: Use --- consistently.
142         Spell "Wget" with starting capital letter consistently.
143         Use ``...'' or @dfn{} instead of simple double quotes where
144         appropriate.
145         Use double space as separator between sentences consistently.
146
147 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
148
149         * wget.texi (Robots): Rearrange text.  Mention the meta tag.
150
151 2000-11-14  Hrvoje Niksic  <hniksic@arsdigita.com>
152
153         * wget.texi: Add GFDL; remove norobots specification.
154
155         * wget.texi (Sample Wgetrc): Remove warnings with lateish
156         makeinfo, mostly by changing xref{} to pxref{} when inside
157         parentheses.
158
159 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
160
161         * wget.texi: cc.fer.hr -> srk.fer.hr.
162
163 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
164
165         * Makefile.in (sample.wgetrc.munged_for_texi_inclusion): Use $(srcdir).
166
167 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
168
169         * wget.texi: Updated names of contributors.
170
171 2000-10-23  Hrvoje Niksic  <hniksic@arsdigita.com>
172
173         * wget.texi (HTTP Options): Remove Netscape bullying.
174
175 2000-10-23  Dan Harkless  <wget@harkless.org>
176
177         * wget.texi (Recursive Retrieval Options): Improved --delete-after docs.
178         (Download Options): Documented Rob Mayoff's new --bind-address option.
179         (Wgetrc Commands): Documented Rob Mayoff's new bind_address command.
180         
181 2000-10-20  Dan Harkless  <wget@harkless.org>
182
183         * wget.texi (Recursive Retrieval Options): Sugg. -E on 1-page download.
184         
185 2000-10-19  Dan Harkless  <wget@harkless.org>
186
187         * wget.texi (HTTP Options): Documented my new -E / --html-extension.
188         (Wgetrc Commands): Documented my new html_extension option and
189         John Daily's "quad" values (which I renamed to "lockable
190         Boolean").  When I documented Damir Dzeko's --referer, I forgot to
191         add the .wgetrc equivalent; mentioned the "referrer" spelling issue.
192         
193 2000-10-09  Dan Harkless  <wget@harkless.org>
194
195         * wget.texi (FTP Options): --retr-symlinks wasn't documented properly.
196
197 2000-08-30  Dan Harkless  <wget@harkless.org>
198
199         * wget.texi (Recursive Retrieval Options): Documented new -p option.
200         (Wgetrc Commands): Documented -p's equvialent, page_requisites.
201         
202 2000-08-23  Dan Harkless  <wget@harkless.org>
203
204         * wget.texi (Download Options): Using -c on a file that's already fully
205         downloaded results in an unchanged file and no second ".1" copy.
206
207         * wget.texi (Logging and Input File Options): -B / --base was not
208         documented as a separate item, and the .wgetrc version was misleading.
209
210         * wget.texi (Wgetrc Commands): Changed all instances of 
211         ", the same as" to the more grammatical " -- the same as".
212
213 2000-08-22  Dan Harkless  <wget@harkless.org>
214
215         * wget.texi (Download Options): --no-clobber's documentation was
216         severely lacking -- ameliorated the situation.  Some of the
217         previously-undocumented stuff (like the multiple-file-version
218         numeric-suffixing) that's now mentioned for the first (and only)
219         time in the -nc documentation should probably be mentioned
220         elsewhere, but due to the way that wget.texi's hierarchy is laid
221         out, I had a hard time finding anywhere else appropriate.
222
223 2000-07-17  Dan Harkless  <wget@harkless.org>
224
225         * wget.texi (HTTP Options): Minor clarification in "download a
226         single HTML page and all files necessary to display it" example.
227
228 2000-05-22  Dan Harkless  <wget@harkless.org>
229
230         * wget.texi (HTTP Options): Damir Dzeko <ddzeko@zesoi.fer.hr> did
231         not document his new --referer option.  Did so.
232
233 2000-04-18  Dan Harkless  <wget@harkless.org>
234
235         * sample.wgetrc: Realized I put a global setting in the local section.
236         
237 2000-04-13  Dan Harkless  <wget@harkless.org>
238
239         * Makefile.in (sample.wgetrc.munged_for_texi_inclusion): Added
240         build, dependencies, and distclean cleanup of this new file.
241         
242         * sample.wgetrc: Uncommented waitretry and set it to 10, clarified
243         some wording, and re-wrapped some text to 71 columns due to
244         @sample indentation in wget.texi.
245
246         * wget.texi: Herold further expounded on the behavior of waitretry
247         -- reworded docs again.  Changed note saying _all_ lines in
248         sample.wgetrc are commented out.  Don't have an entire hand-
249         cut-and-pasted copy of sample.wgetrc in this file -- use @include.
250
251 2000-04-12  Dan Harkless  <wget@harkless.org>
252
253         * Makefile.in (install.wgetrc): I completely missed the message
254         that the new wgetrc wasn't being installed the first couple of
255         times I ran `make install' after changing sample.wgetrc.  Added
256         blank lines around the message and a "<Hit RETURN to
257         acknowledge>", and reworded the message to be a bit more clear.
258         
259         * sample.wgetrc: Added entries for backup_converted and waitretry.
260
261         * wget.texi (Download Options and Wgetrc Commands): Herold Heiko
262         <Heiko.Herold@previnet.it>'s new --waitretry option was
263         undocumented until now.  Reworded the suggested documentation he
264         sent to the list.
265
266 2000-03-10  Dan Harkless  <wget@harkless.org>
267
268         * wget.texi (Recursive Retrieval Options): In -K description,
269         added a link to the discussion of interaction with -N.
270         (Recursive Accept/Reject Options): Did some alphabetizing and added
271         descriptions of new --follow-tags and -G / --ignore-tags options.
272         (Following Links): Changed "the loads of" to "loads of".
273         (Wgetrc Commands): Added descriptions of new follow_tags and
274         ignore_tags commands.
275
276 2000-03-02  Daniel S. Lewart  <d-lewart@uiuc.edu>
277
278         * wget.texi: Fix spelling and grammatical mistakes.
279
280 2000-03-02  Hrvoje Niksic  <hniksic@iskon.hr>
281
282         * wget.texi (Contributors): Update contributors list.
283
284 2000-03-01  Dan Harkless  <wget@harkless.org>
285
286         * wget.texi (HTTP Time-Stamping Internals): Added a note about my
287         newly-implemented interaction between -K and -N.
288
289 2000-02-29  Dan Harkless  <wget@harkless.org>
290
291         * wget.texi: Updated version to 1.5.3+dev, updated copyrights to
292         2000, changed Hrvoje's old, invalid email address to his new one,
293         and added " and the developers" to the .texi file's byline.
294
295 2000-02-18  Dan Harkless  <wget@harkless.org>
296
297         * wget.texi (Recursive Retrieval Options): Documented my new -K /
298         --backup-converted option.
299         (Wgetrc Commands): Documented backup_converted equivalent.
300
301 1998-09-10  Hrvoje Niksic  <hniksic@srce.hr>
302
303         * wget.texi (HTTP Options): Warn against masquerading as Mozilla.
304
305 1998-05-24  Hrvoje Niksic  <hniksic@srce.hr>
306
307         * Makefile.in (clean): Remove HTML files.
308
309 1998-05-13  Hrvoje Niksic  <hniksic@srce.hr>
310
311         * wget.texi: Various updates.
312         (Proxies): New node.
313
314 1998-05-09  Hrvoje Niksic  <hniksic@srce.hr>
315
316         * texinfo.tex: New file.
317
318 1998-05-08  Hrvoje Niksic  <hniksic@srce.hr>
319
320         * Makefile.in (dvi): New target.
321
322 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
323
324         * wget.texi (Recursive Retrieval): Fix typo.  Suggested by
325         Francois Pinard.
326
327 1998-04-18  Hrvoje Niksic  <hniksic@srce.hr>
328
329         * wget.texi: Fixed @dircategory, courtesy Karl Eichwalder.
330
331 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
332
333         * Makefile.in: Don't attempt to (un)install the man-page.
334
335 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
336
337         * wget.1: Removed it.
338
339 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
340
341         * wget.texi (Invoking): Split into more sections, analogous to
342         output of `wget --help'.
343         (HTTP Options): Document --user-agent.
344
345 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
346
347         * wget.texi (Contributors): Updated with oodles of new names.
348
349 1998-02-22  Karl Eichwalder  <ke@suse.de>
350
351         * Makefile.in (install.info): only info files (no *info.orig,
352         etc.).
353
354 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
355
356         * Makefile.in (install.wgetrc): Don't use `!'.
357
358 1998-01-28  Hrvoje Niksic  <hniksic@srce.hr>
359
360         * wget.texi (Advanced Options): Expanded.
361
362 1998-01-25  Hrvoje Niksic  <hniksic@srce.hr>
363
364         * wget.texi (Advanced Options): Document `--cache'.
365         (Contributors): Added Brian.
366
367 1997-07-26  Francois Pinard  <pinard@iro.umontreal.ca>
368
369         * Makefile.in (install.wgetrc): Print the sample.wgetrc warning
370         only if the files actually differ.
371
372 1998-01-23  Hrvoje Niksic  <hniksic@srce.hr>
373
374         * Makefile.in: Use `test ...' rather than `[ ... ]'.
375
376         * wget.texi (Advanced Options): Explained suffices.
377
378 1998-01-23  Karl Heuer  <kwzh@gnu.org>
379
380         * wget.texi (Advanced Options): Updated.
381
382 1997-12-18  Hrvoje Niksic  <hniksic@srce.hr>
383
384         * wget.texi (Mailing List): Update.
385
386 1997-04-23  Hrvoje Niksic  <hniksic@srce.hr>
387
388         * wget.texi (Advanced Options): Document `--follow-ftp'.
389
390 1997-02-17  Hrvoje Niksic  <hniksic@srce.hr>
391
392         * wget.texi (Advanced Options): Document --proxy-user and
393         --proxy-passwd.
394
395 1997-02-14  Karl Eichwalder  <ke@ke.Central.DE>
396
397         * Makefile.in (install.wgetrc): Never ever nuke an existing rc file.
398
399 1997-02-02  Hrvoje Niksic  <hniksic@srce.hr>
400
401         * wget.texi: Updated and revised.
402
403         * wget.texi (Contributors): Update.
404         (Advanced Options): Removed bogus **/* example.
405
406         * wget.texi: Use ``...'' instead of "...".
407
408 1997-02-01  Hrvoje Niksic  <hniksic@srce.hr>
409
410         * wget.texi (Domain Acceptance): Document --exclude-domains.
411
412 1997-01-21  Hrvoje Niksic  <hniksic@srce.hr>
413
414         * wget.texi (Advanced Options): Document --ignore-length.
415
416 1997-01-20  Hrvoje Niksic  <hniksic@srce.hr>
417
418         * wget.texi (Time-Stamping): New node.
419
420 1997-01-12  Hrvoje Niksic  <hniksic@srce.hr>
421
422         * Makefile.in (distclean): Don't remove wget.info*.
423
424 1997-01-08  Hrvoje Niksic  <hniksic@srce.hr>
425
426         * wget.texi (Mailing List): Update archive.
427         (Portability): Update the Windows port by Budor.
428
429 1996-12-21  Hrvoje Niksic  <hniksic@srce.hr>
430
431         * wget.texi (Security Considerations): New node.
432
433 1996-12-19  Hrvoje Niksic  <hniksic@srce.hr>
434
435         * wget.texi (Advanced Options): Document --passive.
436
437 1996-12-12  Dieter Baron <dillo@danbala.tuwien.ac.at>
438
439         * wget.texi (Advanced Usage): Would reference prep instead of
440         wuarchive.
441
442 1996-11-25  Hrvoje Niksic  <hniksic@srce.hr>
443
444         * wget.texi (Advanced Options): Documented --retr-symlinks.
445
446 1996-11-23  Hrvoje Niksic  <hniksic@srce.hr>
447
448         * wget.texi (Advanced Options): Document --delete-after.
449
450 1996-11-22  Hrvoje Niksic  <hniksic@srce.hr>
451
452         * wget.texi (Portability): Add IRIX and FreeBSD as the "regular"
453         platforms.
454
455 1996-11-20  Hrvoje Niksic  <hniksic@srce.hr>
456
457         * wget.texi (Advanced Usage): Document dot-style.
458
459 1996-11-18  Hrvoje Niksic  <hniksic@srce.hr>
460
461         * wget.texi (Advanced Usage): Dot customization example.
462         (Sample Wgetrc): Likewise.
463
464 1996-11-16  Hrvoje Niksic  <hniksic@srce.hr>
465
466         * wget.texi (Wgetrc Syntax): Explained emptying lists.
467
468 1996-11-13  Hrvoje Niksic  <hniksic@srce.hr>
469
470         * wget.texi (Advanced Options): Document includes/excludes.
471         (Wgetrc Commands): Likewise.
472
473 1996-11-10  Hrvoje Niksic  <hniksic@srce.hr>
474
475         * wget.texi (Advanced Options): Document headers.
476
477 1996-11-07  Hrvoje Niksic  <hniksic@srce.hr>
478
479         * sample.wgetrc: Added header examples.
480
481 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
482
483         * sample.wgetrc: Rewritten.
484
485         * Makefile.in (install.wgetrc): Install sample.wgetrc.
486         (uninstall.info): Use $(RM).
487
488 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
489
490         * wget.texi: Docfixes.
491
492 1996-11-03  Hrvoje Niksic  <hniksic@srce.hr>
493
494         * wget.texi: Proofread; *many* docfixes.
495
496 1996-11-02  Hrvoje Niksic  <hniksic@srce.hr>
497
498         * wget.texi (Introduction): Updated robots mailing list address.
499
500 1996-11-01  Hrvoje Niksic  <hniksic@srce.hr>
501
502         * wget.texi: Minor docfixes.
503
504 1996-10-26  Hrvoje Niksic  <hniksic@srce.hr>
505
506         * wget.texi (Advanced Usage): Document passwords better.
507
508         * Makefile.in (distclean): Remove wget.1 on make distclean.
509
510         * wget.texi (Option Syntax): Explain --.
511
512 1996-10-21  Hrvoje Niksic  <hniksic@srce.hr>
513
514         * fetch.texi (No Parent): update.
515
516 1996-10-18  Hrvoje Niksic  <hniksic@srce.hr>
517
518         * fetch.texi (Advanced Options): Docfix.
519
520 1996-10-17  Tage Stabell-Kulo <tage@acm.org>
521
522         * geturl.texi (Advanced Options): Sort alphabetically.
523
524 1996-10-16  Hrvoje Niksic  <hniksic@srce.hr>
525
526         * geturl.texi (Advanced Options): Describe -nr.
527         (Advanced Usage): Moved -O pipelines to Guru Usage.
528         (Simple Usage): Update.
529         (Advanced Options): Docfix.
530
531         * Makefile.in (RM): RM = rm -f.
532
533 1996-10-15  Hrvoje Niksic  <hniksic@srce.hr>
534
535         * geturl.texi (Guru Usage): Add proxy-filling example.
536
537 1996-10-12  Hrvoje Niksic  <hniksic@srce.hr>
538
539         * geturl.texi (Advanced Options): Added --spider.
540
541 1996-10-08  Hrvoje Niksic  <hniksic@srce.hr>
542
543         * geturl.texi (Advanced Options): Added -X.
544
545         * Makefile.in: Added $(srcdir) where appropriate (I hope).