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