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