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