]> sjero.net Git - wget/blob - doc/ChangeLog
[svn] A bunch of new features:
[wget] / doc / ChangeLog
1 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
2
3         * wget.texi (Robots): Document that we now support the meta tag
4         exclusion.
5
6 2000-11-16  Hrvoje Niksic  <hniksic@arsdigita.com>
7
8         * wget.texi: Use --- consistently.
9         Spell "Wget" with starting capital letter consistently.
10         Use ``...'' or @dfn{} instead of simple double quotes where
11         appropriate.
12         Use double space as separator between sentences consistently.
13
14 2000-11-15  Hrvoje Niksic  <hniksic@arsdigita.com>
15
16         * wget.texi (Robots): Rearrange text.  Mention the meta tag.
17
18 2000-11-14  Hrvoje Niksic  <hniksic@arsdigita.com>
19
20         * wget.texi: Add GFDL; remove norobots specification.
21
22         * wget.texi (Sample Wgetrc): Remove warnings with lateish
23         makeinfo, mostly by changing xref{} to pxref{} when inside
24         parentheses.
25
26 2000-11-10  Hrvoje Niksic  <hniksic@arsdigita.com>
27
28         * wget.texi: cc.fer.hr -> srk.fer.hr.
29
30 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
31
32         * Makefile.in (sample.wgetrc.munged_for_texi_inclusion): Use $(srcdir).
33
34 2000-11-05  Hrvoje Niksic  <hniksic@arsdigita.com>
35
36         * wget.texi: Updated names of contributors.
37
38 2000-10-23  Hrvoje Niksic  <hniksic@arsdigita.com>
39
40         * wget.texi (HTTP Options): Remove Netscape bullying.
41
42 2000-10-23  Dan Harkless  <dan-wget@dilvish.speed.net>
43
44         * wget.texi (Recursive Retrieval Options): Improved --delete-after docs.
45         (Download Options): Documented Rob Mayoff's new --bind-address option.
46         (Wgetrc Commands): Documented Rob Mayoff's new bind_address command.
47         
48 2000-10-20  Dan Harkless  <dan-wget@dilvish.speed.net>
49
50         * wget.texi (Recursive Retrieval Options): Sugg. -E on 1-page download.
51         
52 2000-10-19  Dan Harkless  <dan-wget@dilvish.speed.net>
53
54         * wget.texi (HTTP Options): Documented my new -E / --html-extension.
55         (Wgetrc Commands): Documented my new html_extension option and
56         John Daily's "quad" values (which I renamed to "lockable
57         Boolean").  When I documented Damir Dzeko's --referer, I forgot to
58         add the .wgetrc equivalent; mentioned the "referrer" spelling issue.
59         
60 2000-10-09  Dan Harkless  <dan-wget@dilvish.speed.net>
61
62         * wget.texi (FTP Options): --retr-symlinks wasn't documented properly.
63
64 2000-08-30  Dan Harkless  <dan-wget@dilvish.speed.net>
65
66         * wget.texi (Recursive Retrieval Options): Documented new -p option.
67         (Wgetrc Commands): Documented -p's equvialent, page_requisites.
68         
69 2000-08-23  Dan Harkless  <dan-wget@dilvish.speed.net>
70
71         * wget.texi (Download Options): Using -c on a file that's already fully
72         downloaded results in an unchanged file and no second ".1" copy.
73
74         * wget.texi (Logging and Input File Options): -B / --base was not
75         documented as a separate item, and the .wgetrc version was misleading.
76
77         * wget.texi (Wgetrc Commands): Changed all instances of 
78         ", the same as" to the more grammatical " -- the same as".
79
80 2000-08-22  Dan Harkless  <dan-wget@dilvish.speed.net>
81
82         * wget.texi (Download Options): --no-clobber's documentation was
83         severely lacking -- ameliorated the situation.  Some of the
84         previously-undocumented stuff (like the multiple-file-version
85         numeric-suffixing) that's now mentioned for the first (and only)
86         time in the -nc documentation should probably be mentioned
87         elsewhere, but due to the way that wget.texi's hierarchy is laid
88         out, I had a hard time finding anywhere else appropriate.
89
90 2000-07-17  Dan Harkless  <dan-wget@dilvish.speed.net>
91
92         * wget.texi (HTTP Options): Minor clarification in "download a
93         single HTML page and all files necessary to display it" example.
94
95 2000-05-22  Dan Harkless  <dan-wget@dilvish.speed.net>
96
97         * wget.texi (HTTP Options): Damir Dzeko <ddzeko@zesoi.fer.hr> did
98         not document his new --referer option.  Did so.
99
100 2000-04-18  Dan Harkless  <dan-wget@dilvish.speed.net>
101
102         * sample.wgetrc: Realized I put a global setting in the local section.
103         
104 2000-04-13  Dan Harkless  <dan-wget@dilvish.speed.net>
105
106         * Makefile.in (sample.wgetrc.munged_for_texi_inclusion): Added
107         build, dependencies, and distclean cleanup of this new file.
108         
109         * sample.wgetrc: Uncommented waitretry and set it to 10, clarified
110         some wording, and re-wrapped some text to 71 columns due to
111         @sample indentation in wget.texi.
112
113         * wget.texi: Herold further expounded on the behavior of waitretry
114         -- reworded docs again.  Changed note saying _all_ lines in
115         sample.wgetrc are commented out.  Don't have an entire hand-
116         cut-and-pasted copy of sample.wgetrc in this file -- use @include.
117
118 2000-04-12  Dan Harkless  <dan-wget@dilvish.speed.net>
119
120         * Makefile.in (install.wgetrc): I completely missed the message
121         that the new wgetrc wasn't being installed the first couple of
122         times I ran `make install' after changing sample.wgetrc.  Added
123         blank lines around the message and a "<Hit RETURN to
124         acknowledge>", and reworded the message to be a bit more clear.
125         
126         * sample.wgetrc: Added entries for backup_converted and waitretry.
127
128         * wget.texi (Download Options and Wgetrc Commands): Herold Heiko
129         <Heiko.Herold@previnet.it>'s new --waitretry option was
130         undocumented until now.  Reworded the suggested documentation he
131         sent to the list.
132
133 2000-03-10  Dan Harkless  <dan-wget@dilvish.speed.net>
134
135         * wget.texi (Recursive Retrieval Options): In -K description,
136         added a link to the discussion of interaction with -N.
137         (Recursive Accept/Reject Options): Did some alphabetizing and added
138         descriptions of new --follow-tags and -G / --ignore-tags options.
139         (Following Links): Changed "the loads of" to "loads of".
140         (Wgetrc Commands): Added descriptions of new follow_tags and
141         ignore_tags commands.
142
143 2000-03-02  Daniel S. Lewart  <d-lewart@uiuc.edu>
144
145         * wget.texi: Fix spelling and grammatical mistakes.
146
147 2000-03-02  Hrvoje Niksic  <hniksic@iskon.hr>
148
149         * wget.texi (Contributors): Update contributors list.
150
151 2000-03-01  Dan Harkless  <dan-wget@dilvish.speed.net>
152
153         * wget.texi (HTTP Time-Stamping Internals): Added a note about my
154         newly-implemented interaction between -K and -N.
155
156 2000-02-29  Dan Harkless  <dan-wget@dilvish.speed.net>
157
158         * wget.texi: Updated version to 1.5.3+dev, updated copyrights to
159         2000, changed Hrvoje's old, invalid email address to his new one,
160         and added " and the developers" to the .texi file's byline.
161
162 2000-02-18  Dan Harkless  <dan-wget@dilvish.speed.net>
163
164         * wget.texi (Recursive Retrieval Options): Documented my new -K /
165         --backup-converted option.
166         (Wgetrc Commands): Documented backup_converted equivalent.
167
168 1998-09-10  Hrvoje Niksic  <hniksic@srce.hr>
169
170         * wget.texi (HTTP Options): Warn against masquerading as Mozilla.
171
172 1998-05-24  Hrvoje Niksic  <hniksic@srce.hr>
173
174         * Makefile.in (clean): Remove HTML files.
175
176 1998-05-13  Hrvoje Niksic  <hniksic@srce.hr>
177
178         * wget.texi: Various updates.
179         (Proxies): New node.
180
181 1998-05-09  Hrvoje Niksic  <hniksic@srce.hr>
182
183         * texinfo.tex: New file.
184
185 1998-05-08  Hrvoje Niksic  <hniksic@srce.hr>
186
187         * Makefile.in (dvi): New target.
188
189 1998-05-02  Hrvoje Niksic  <hniksic@srce.hr>
190
191         * wget.texi (Recursive Retrieval): Fix typo.  Suggested by
192         Francois Pinard.
193
194 1998-04-18  Hrvoje Niksic  <hniksic@srce.hr>
195
196         * wget.texi: Fixed @dircategory, courtesy Karl Eichwalder.
197
198 1998-03-31  Hrvoje Niksic  <hniksic@srce.hr>
199
200         * Makefile.in: Don't attempt to (un)install the man-page.
201
202 1998-03-30  Hrvoje Niksic  <hniksic@srce.hr>
203
204         * wget.1: Removed it.
205
206 1998-03-29  Hrvoje Niksic  <hniksic@srce.hr>
207
208         * wget.texi (Invoking): Split into more sections, analogous to
209         output of `wget --help'.
210         (HTTP Options): Document --user-agent.
211
212 1998-03-16  Hrvoje Niksic  <hniksic@srce.hr>
213
214         * wget.texi (Contributors): Updated with oodles of new names.
215
216 1998-02-22  Karl Eichwalder  <ke@suse.de>
217
218         * Makefile.in (install.info): only info files (no *info.orig,
219         etc.).
220
221 1998-01-31  Hrvoje Niksic  <hniksic@srce.hr>
222
223         * Makefile.in (install.wgetrc): Don't use `!'.
224
225 1998-01-28  Hrvoje Niksic  <hniksic@srce.hr>
226
227         * wget.texi (Advanced Options): Expanded.
228
229 1998-01-25  Hrvoje Niksic  <hniksic@srce.hr>
230
231         * wget.texi (Advanced Options): Document `--cache'.
232         (Contributors): Added Brian.
233
234 1997-07-26  Francois Pinard  <pinard@iro.umontreal.ca>
235
236         * Makefile.in (install.wgetrc): Print the sample.wgetrc warning
237         only if the files actually differ.
238
239 1998-01-23  Hrvoje Niksic  <hniksic@srce.hr>
240
241         * Makefile.in: Use `test ...' rather than `[ ... ]'.
242
243         * wget.texi (Advanced Options): Explained suffices.
244
245 1998-01-23  Karl Heuer  <kwzh@gnu.org>
246
247         * wget.texi (Advanced Options): Updated.
248
249 1997-12-18  Hrvoje Niksic  <hniksic@srce.hr>
250
251         * wget.texi (Mailing List): Update.
252
253 1997-04-23  Hrvoje Niksic  <hniksic@srce.hr>
254
255         * wget.texi (Advanced Options): Document `--follow-ftp'.
256
257 1997-02-17  Hrvoje Niksic  <hniksic@srce.hr>
258
259         * wget.texi (Advanced Options): Document --proxy-user and
260         --proxy-passwd.
261
262 1997-02-14  Karl Eichwalder  <ke@ke.Central.DE>
263
264         * Makefile.in (install.wgetrc): Never ever nuke an existing rc file.
265
266 1997-02-02  Hrvoje Niksic  <hniksic@srce.hr>
267
268         * wget.texi: Updated and revised.
269
270         * wget.texi (Contributors): Update.
271         (Advanced Options): Removed bogus **/* example.
272
273         * wget.texi: Use ``...'' instead of "...".
274
275 1997-02-01  Hrvoje Niksic  <hniksic@srce.hr>
276
277         * wget.texi (Domain Acceptance): Document --exclude-domains.
278
279 1997-01-21  Hrvoje Niksic  <hniksic@srce.hr>
280
281         * wget.texi (Advanced Options): Document --ignore-length.
282
283 1997-01-20  Hrvoje Niksic  <hniksic@srce.hr>
284
285         * wget.texi (Time-Stamping): New node.
286
287 1997-01-12  Hrvoje Niksic  <hniksic@srce.hr>
288
289         * Makefile.in (distclean): Don't remove wget.info*.
290
291 1997-01-08  Hrvoje Niksic  <hniksic@srce.hr>
292
293         * wget.texi (Mailing List): Update archive.
294         (Portability): Update the Windows port by Budor.
295
296 1996-12-21  Hrvoje Niksic  <hniksic@srce.hr>
297
298         * wget.texi (Security Considerations): New node.
299
300 1996-12-19  Hrvoje Niksic  <hniksic@srce.hr>
301
302         * wget.texi (Advanced Options): Document --passive.
303
304 1996-12-12  Dieter Baron <dillo@danbala.tuwien.ac.at>
305
306         * wget.texi (Advanced Usage): Would reference prep instead of
307         wuarchive.
308
309 1996-11-25  Hrvoje Niksic  <hniksic@srce.hr>
310
311         * wget.texi (Advanced Options): Documented --retr-symlinks.
312
313 1996-11-23  Hrvoje Niksic  <hniksic@srce.hr>
314
315         * wget.texi (Advanced Options): Document --delete-after.
316
317 1996-11-22  Hrvoje Niksic  <hniksic@srce.hr>
318
319         * wget.texi (Portability): Add IRIX and FreeBSD as the "regular"
320         platforms.
321
322 1996-11-20  Hrvoje Niksic  <hniksic@srce.hr>
323
324         * wget.texi (Advanced Usage): Document dot-style.
325
326 1996-11-18  Hrvoje Niksic  <hniksic@srce.hr>
327
328         * wget.texi (Advanced Usage): Dot customization example.
329         (Sample Wgetrc): Likewise.
330
331 1996-11-16  Hrvoje Niksic  <hniksic@srce.hr>
332
333         * wget.texi (Wgetrc Syntax): Explained emptying lists.
334
335 1996-11-13  Hrvoje Niksic  <hniksic@srce.hr>
336
337         * wget.texi (Advanced Options): Document includes/excludes.
338         (Wgetrc Commands): Likewise.
339
340 1996-11-10  Hrvoje Niksic  <hniksic@srce.hr>
341
342         * wget.texi (Advanced Options): Document headers.
343
344 1996-11-07  Hrvoje Niksic  <hniksic@srce.hr>
345
346         * sample.wgetrc: Added header examples.
347
348 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
349
350         * sample.wgetrc: Rewritten.
351
352         * Makefile.in (install.wgetrc): Install sample.wgetrc.
353         (uninstall.info): Use $(RM).
354
355 1996-11-06  Hrvoje Niksic  <hniksic@srce.hr>
356
357         * wget.texi: Docfixes.
358
359 1996-11-03  Hrvoje Niksic  <hniksic@srce.hr>
360
361         * wget.texi: Proofread; *many* docfixes.
362
363 1996-11-02  Hrvoje Niksic  <hniksic@srce.hr>
364
365         * wget.texi (Introduction): Updated robots mailing list address.
366
367 1996-11-01  Hrvoje Niksic  <hniksic@srce.hr>
368
369         * wget.texi: Minor docfixes.
370
371 1996-10-26  Hrvoje Niksic  <hniksic@srce.hr>
372
373         * wget.texi (Advanced Usage): Document passwords better.
374
375         * Makefile.in (distclean): Remove wget.1 on make distclean.
376
377         * wget.texi (Option Syntax): Explain --.
378
379 1996-10-21  Hrvoje Niksic  <hniksic@srce.hr>
380
381         * fetch.texi (No Parent): update.
382
383 1996-10-18  Hrvoje Niksic  <hniksic@srce.hr>
384
385         * fetch.texi (Advanced Options): Docfix.
386
387 1996-10-17  Tage Stabell-Kulo <tage@acm.org>
388
389         * geturl.texi (Advanced Options): Sort alphabetically.
390
391 1996-10-16  Hrvoje Niksic  <hniksic@srce.hr>
392
393         * geturl.texi (Advanced Options): Describe -nr.
394         (Advanced Usage): Moved -O pipelines to Guru Usage.
395         (Simple Usage): Update.
396         (Advanced Options): Docfix.
397
398         * Makefile.in (RM): RM = rm -f.
399
400 1996-10-15  Hrvoje Niksic  <hniksic@srce.hr>
401
402         * geturl.texi (Guru Usage): Add proxy-filling example.
403
404 1996-10-12  Hrvoje Niksic  <hniksic@srce.hr>
405
406         * geturl.texi (Advanced Options): Added --spider.
407
408 1996-10-08  Hrvoje Niksic  <hniksic@srce.hr>
409
410         * geturl.texi (Advanced Options): Added -X.
411
412         * Makefile.in: Added $(srcdir) where appropriate (I hope).