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