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