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