f83922fbb8b51eaf674f98ff9952d0d3740aa938
[platform/upstream/help2man.git] / debian / changelog
1 help2man (1.46.4) unstable; urgency=medium
2
3   * Include architecture.mk and buildflags.mk into rules to replace the
4     multiple calls to dpkg-architecture and to pick up the correct
5     hardening flags.
6   * Add $(LDFLAGS) when building preload to pick up -z relro (see
7     https://wiki.debian.org/Hardening).
8   * Minor correction to Norwegian Bokmaal translation.
9   * Minor correction to Brazilian Portuguese translation.
10   * Escape dashes in --name flag for groff (see lintian tag:
11     hyphen-used-as-minus-sign).
12   * Fix example using AM_MISSING_PROG in documentation: this macro no
13     longer requires the third argument.
14
15  -- Brendan O'Dea <bod@debian.org>  Fri, 10 Oct 2014 09:08:17 +1100
16
17 help2man (1.46.3) unstable; urgency=medium
18
19   * Update Serbian translation (thanks to Мирослав Николић).
20   * Add Spanish translation (thanks to Antonio Ceballos).
21
22  -- Brendan O'Dea <bod@debian.org>  Sun, 21 Sep 2014 19:01:16 +1000
23
24 help2man (1.46.2) unstable; urgency=medium
25
26   * Update French translation, and add translation of info page (thanks to
27     David Prévot).
28
29  -- Brendan O'Dea <bod@debian.org>  Sat, 06 Sep 2014 14:17:45 +1000
30
31 help2man (1.46.1) unstable; urgency=medium
32
33   * Apply texinfo patch from Mario Blätterman.
34   * Rename aclocal macros with LOCAL_ prefix.
35   * Include "missing" program from automake in distribution.
36   * Add LOCAL_PROG_OR_MISSING macro.
37   * Add German translation of info page (thanks to Mario Blätterman).
38   * Change reference to standards to avoid spurious comma.
39   * Merge updates into texinfo translations.
40   * Update German translation (thanks to Mario Blättermann).
41   * Update Brazilian Portuguese translation (thanks to Rafael Ferreira).
42   * Update Vietnamese translation (thanks to Trần Ngọc Quân).
43   * Update Ukranian translation, and add translation of info page (thanks
44     to Yuri Chornoivan).
45   * Update Esperanto translation (thanks to Felipe Castro).
46   * Update French translation (thanks to David Prévot).
47   * Update Russian translation (thanks to Yuri Kozlov).
48   * Add Hungarian translation (thanks to Balázs Úr).
49   * Update Polish translation, and add translation of info page (thanks to
50     Jakub Bogusz).
51   * Move automake helper scripts into a build-aux sub-directory.
52   * Add a helper script to locate files in $VPATH.
53   * Add helper scripts to clean up texinfo translations:
54     + fixup-tex-pot: remove entries from template which should not be
55         translated.
56     + fixup-texi-trans: add the correct path for install-info and correct the
57         alignment of the main menu.
58   * Add Norwegian Bokmaal translation (thanks to Johnny A. Solbu).
59
60  -- Brendan O'Dea <bod@debian.org>  Sat, 26 Jul 2014 23:25:48 +1000
61
62 help2man (1.45.1) unstable; urgency=low
63
64   * Skip additional blank lines following sections, and provide an
65     explicit method of adding sections (thanks to Mischa Williamson).
66   * Improve handling of tagged paragraphs when the body is on a following
67     line (thanks to Brian Campbell).
68   * Add escapes to adjust spacing of italic text at roman/italic
69     boundaries (thanks to Bjarni Ingi Gislason, closes: #742289)
70
71  -- Brendan O'Dea <bod@debian.org>  Mon, 24 Mar 2014 21:45:24 +1100
72
73 help2man (1.44.1) unstable; urgency=low
74
75   * Perform shell word splitting on option lines in include files.
76   * Update Serbian translation (thanks to Мирослав Николић).
77   * Update German translation (thanks to Mario Blättermann).
78   * Update copyright years.
79   * Change distribution filename in README to help2man-VERSION.tar.xz
80   * Fix gitweb URL in README.
81
82  -- Brendan O'Dea <bod@debian.org>  Sun, 02 Feb 2014 15:07:59 +1100
83
84 help2man (1.43.3) unstable; urgency=low
85
86   * Update Ukranian translation (thanks to Yuri Chornoivan).
87   * Update Esperanto translation (thanks to Felipe Castro).
88   * Update Polish translation (thanks to Jakub Bogusz).
89   * Update Russian translation (thanks to Yuri Kozlov).
90   * Update Japanese translation (thanks to Yasumichi Akahoshi).
91   * Update Vietnamese translation (thanks to Trần Ngọc Quân).
92   * Update French translation (thanks to David Prévot).
93
94  -- Brendan O'Dea <bod@debian.org>  Sat, 08 Jun 2013 22:31:52 +1000
95
96 help2man (1.43.2) unstable; urgency=low
97
98   * Use the generic term "section" in the documentation rather than "name",
99     which could be confused to mean only the literal "NAME" section.
100
101  -- Brendan O'Dea <bod@debian.org>  Thu, 06 Jun 2013 07:13:29 +1000
102
103 help2man (1.43.1) unstable; urgency=low
104
105   * Add explicit include syntax for prepending, replacing or appending to
106     generated output for a section (thanks to Daniil Baturin for the idea).
107   * Update Vietnamese translation (thanks to Trần Ngọc Quân).
108   * Update Esperanto translation (thanks to Felipe Castro).
109
110  -- Brendan O'Dea <bod@debian.org>  Tue, 04 Jun 2013 22:22:39 +1000
111
112 help2man (1.42.1) unstable; urgency=low
113
114   * Update Vietnamese translation (thanks to Trần Ngọc Quân).
115   * Update Croatian translation (thanks to Tomislav Krznar).
116   * Consistently strip path and/or libtool "lt-" prefix from any instance
117     of $program derived from --help or --version (thanks to Eric Shattow
118     for identifying the issue).
119
120  -- Brendan O'Dea <bod@debian.org>  Tue, 28 May 2013 21:49:20 +1000
121
122 help2man (1.41.2) unstable; urgency=low
123
124   * Update Vietnamese translation (thanks to Trần Ngọc Quân).
125   * Update Croatian translation (thanks to Tomislav Krznar).
126   * Update Brazilian Portuguese translation (thanks to Rodolfo Ribeiro
127     Gomes).
128
129  -- Brendan O'Dea <bod@debian.org>  Sun, 14 Apr 2013 07:05:43 +1000
130
131 help2man (1.41.1) unstable; urgency=low
132
133   * Rename configure.in to .ac, and revise use of AC_INIT/AC_OUTPUT macros
134     to meet current autoconf guidelines.
135   * Add copyright headers to supporting files (GNU All-Permissive License).
136   * Fix section name comparisons ($sect is localised).
137   * Set filenames in italics (as suggested by Yann Soubeyrand).
138   * Suppress option/filename handling in EXAMPLES section.
139
140  -- Brendan O'Dea <bod@debian.org>  Sun, 30 Dec 2012 12:24:33 +1100
141
142 help2man (1.40.13) unstable; urgency=low
143
144   * Add "Multi-Arch: foreign" control field to permit any installable
145     architecture to satisfy a build dependency when cross-building
146     packages (closes: #694586).
147
148  -- Brendan O'Dea <bod@debian.org>  Mon, 03 Dec 2012 23:01:36 +1100
149
150 help2man (1.40.12) unstable; urgency=low
151
152   * Update Croatian translation (thanks to Tomislav Krznar).
153   * Fix updating of help2man.pot to occur only when help2man.PL is
154     changed, not help2man generated.
155
156  -- Brendan O'Dea <bod@debian.org>  Thu, 23 Aug 2012 11:43:05 +1000
157
158 help2man (1.40.11) unstable; urgency=low
159
160   * Add Croatian translation (thanks to Tomislav Krznar).
161
162  -- Brendan O'Dea <bod@debian.org>  Sat, 28 Jul 2012 19:29:43 +1000
163
164 help2man (1.40.10) unstable; urgency=low
165
166   * Update Greek translation (thanks to Savvas Radevic).
167   * Update Serbian translation (thanks to Мирослав Николић).
168   * Update German translation (thanks to Arun Persaud).
169
170  -- Brendan O'Dea <bod@debian.org>  Sat, 12 May 2012 13:54:58 +1000
171
172 help2man (1.40.9) unstable; urgency=low
173
174   * Update Japanese translation (thanks to Yasumichi Akahoshi).
175   * Update Esperanto translation (thanks to Felipe Castro).
176   * Update Vietnamese translation (thanks to Trần Ngọc Quân).
177   * Update German translation (thanks to Chris Leick, closes: #669564).
178
179  -- Brendan O'Dea <bod@debian.org>  Fri, 20 Apr 2012 21:35:43 +1000
180
181 help2man (1.40.8) unstable; urgency=low
182
183   * Update French translation (thanks to David Prévot).
184   * Update Italian translation (thanks to Sergio Zanchetta).
185   * Update Polish translation (thanks to Jakub Bogusz).
186   * Update Russian translation (thanks to Yuri Kozlov).
187   * Update Ukranian translation (thanks to Yuri Chornoivan).
188   * Modify self-extracting scripts to output to a temporary file.
189   * Ensure that help2man exists before building manual pages (as reported
190     by Richard Maw).
191
192  -- Brendan O'Dea <bod@debian.org>  Sun, 08 Apr 2012 23:10:20 +1000
193
194 help2man (1.40.7) unstable; urgency=low
195
196   * Update Greek translation (thanks to Savvas Radevic).
197
198  -- Brendan O'Dea <bod@debian.org>  Mon, 19 Mar 2012 21:28:41 +1100
199
200 help2man (1.40.6) unstable; urgency=low
201
202   * Update years in debian/copyright.
203   * Fix FSF address in comments (thanks to Paul Eggert).
204
205  -- Brendan O'Dea <bod@debian.org>  Sun, 12 Feb 2012 22:39:25 +1100
206
207 help2man (1.40.5) unstable; urgency=low
208
209   * Clean up some lintian warnings: build-targets, source format and
210     standards version.
211   * Add Serbian translation (thanks to Miroslav Nikolic).
212   * Fix trivial translation changes due to additional copyright year.
213   * Minor fix to Italian translation.
214
215  -- Brendan O'Dea <bod@debian.org>  Mon, 02 Jan 2012 20:50:50 +1100
216
217 help2man (1.40.4) unstable; urgency=low
218
219   * Update Brazilian Portuguese translation (thanks to Rodolfo Ribeiro
220     Gomes).
221
222  -- Brendan O'Dea <bod@debian.org>  Mon, 20 Jun 2011 11:29:04 +1000
223
224 help2man (1.40.3) unstable; urgency=low
225
226   * Update Esperanto translation (thanks to Felipe Castro).
227   * Update links to git repository.
228
229  -- Brendan O'Dea <bod@debian.org>  Tue, 14 Jun 2011 10:08:53 +1000
230
231 help2man (1.40.2) unstable; urgency=low
232
233   * Remove a superfluous period from texinfo doc.
234   * Change footnote about supported languages to a simple paragraph.
235   * Update Italian translation (thanks to Sergio Zanchetta).
236   * Update Ukrainian translation (thanks to Yuri Chornoivan).
237   * Update French translation (thanks to David Prévot).
238   * Update Japanese translation (thanks to Yasumichi Akahoshi).
239   * Update Russian translation (thanks to Yuri Kozlov).
240   * Update Polish translation (thanks to Jakub Bogusz).
241
242  -- Brendan O'Dea <bod@debian.org>  Wed, 01 Jun 2011 08:04:45 +1000
243
244 help2man (1.40.1) unstable; urgency=low
245
246   * Update texinfo docs with recommendations kindly provided by Karl
247     Berry.
248   * Document --libtool option.
249   * Fixup references to GNU Standards.
250   * Allow date format to be localised (thanks to Yasumichi Akahoshi).
251   * Add Japanese translation (thanks to Yasumichi Akahoshi).
252
253  -- Brendan O'Dea <bod@debian.org>  Sun, 29 May 2011 11:31:14 +1000
254
255 help2man (1.39.4) unstable; urgency=low
256
257   * Update Italian translation (thanks to Sergio Zanchetta).
258
259  -- Brendan O'Dea <bod@debian.org>  Wed, 11 May 2011 22:58:55 +1000
260
261 help2man (1.39.3) unstable; urgency=low
262
263   * Update French translation (thanks to David Prévot, closes: #620250).
264   * Update the "Localised man pages" section of the Texinfo docs and note that
265     translations are now handled through the Translation Project.
266   * Update German translation (thanks to Chris Leick, closes: #624401).
267   * Minor update to German translation as suggested by Werner Lemberg in
268     http://sourceforge.net/mailarchive/message.php?msg_id=26828512
269
270  -- Brendan O'Dea <bod@debian.org>  Sun, 01 May 2011 10:35:38 +1000
271
272 help2man (1.39.2) unstable; urgency=low
273
274   * Update Russian translation (thanks to Yuri Kozlov).
275   * Update Ukranian translation (thanks to Yuri Chornoivan).
276   * Update Polish translation (thanks to Jakub Bogusz).
277   * Add Esperanto translation (thanks to Felipe Castro).
278   * Update Finnish translation (thanks to Tommi Vainikainen).
279
280  -- Brendan O'Dea <bod@debian.org>  Tue, 08 Mar 2011 22:33:01 +1100
281
282 help2man (1.39.1) unstable; urgency=low
283
284   * Add option to remove `lt-' prefix for libtool programs (thanks to
285     Ben Asselstine).
286   * Add Ukranian translation (thanks to Yuri Chornoivan).
287   * Update Russian translation (thanks to Yuri Kozlov).
288   * Update Polish translation (thanks to Jakub Bogusz).
289
290  -- Brendan O'Dea <bod@debian.org>  Mon, 28 Feb 2011 11:15:44 +1100
291
292 help2man (1.38.4) unstable; urgency=low
293
294   * Add Italian translation (thanks to Sergio Zanchetta).
295   * Don't double encode $date in the header.
296   * Use UTF-8 encoding for all manual pages.
297   * Add Greek translation (thanks to Michael Kotsarinis).
298   * Update French translation (thanks to David Prévot, closes: #590580).
299   * Update German translation (thanks to Helge Kreutzmann, closes: #590975).
300   * Use INSTALL_SCRIPT to install Perl script.
301   * Remove deprecated DH_COMPAT in debian/rules, adding debian/compat.
302   * Add ${misc:Depends}.
303   * Don't ignore errors from distclean.
304   * Fix Brazilian, Russian and Italian translations (placement of period was
305     causing text to be interpreted as a macro).
306   * Update standards version to 3.9.1.
307   * Add missing dependency on dpkg/install-info.
308   * Strip bindtextdomain.so preload.
309   * Install preload into $(libdir)/help2man.
310
311  -- Brendan O'Dea <bod@debian.org>  Tue, 28 Dec 2010 15:43:36 +1100
312
313 help2man (1.38.3) unstable; urgency=low
314
315   * Apply patch from Mike Frysinger to allow "make install -j" to work.
316
317  -- Brendan O'Dea <bod@debian.org>  Sun, 04 Jul 2010 12:17:17 +1000
318
319 help2man (1.38.2) unstable; urgency=low
320
321   * Update Finnish translation (thanks to Tommi Vainikainen).
322   * Add Russian translation (thanks to Yuri Kozlov).
323
324  -- Brendan O'Dea <bod@debian.org>  Tue, 27 Apr 2010 19:00:04 +1000
325
326 help2man (1.38.1) unstable; urgency=low
327
328   * Add support for ENVIRONMENT and FILES sections (Sven Utcke).
329   * Ensure THANKS file includes translators.
330   * Fix handling of translated --no-discard-stderr instruction.
331   * Move tranlsated .h2m contents into .po files.
332   * Update Polish translation (thanks to Jakub Bogusz).
333   * Add Vietnamese translation (thanks to Clytie Siddall).
334   * Add some comments for translators.
335
336  -- Brendan O'Dea <bod@debian.org>  Mon, 26 Apr 2010 15:59:32 +1000
337
338 help2man (1.37.1) unstable; urgency=low
339
340   * Fix typo in comment (Paul Eggert).
341   * Move cvs repository to git.
342   * Remove extraneous whitespace from debian/rules.
343   * Sanity check that version in help2man.PL matches debian/changelog.
344   * Handle automake directory with explicit version number.
345   * Integrate NMU, thanks Stefano.
346   * Add @datarootdir@ used by new autoconf.
347   * Add --no-discard-stderr option, suggest use if no stdout (closes: #138752).
348   * Add VCS fields to debian/control.
349   * Update copyright years.
350   * Anchor [section] and /pattern/ matches for include files so that
351     pathnames are not matched by the latter (Reuben Thomas).
352   * Add line breaks into bug reporting section (Jim Meyering).
353   * Clarify that the section output order contains optional items (Rueben).
354   * Match "Report <prog> bugs to ..." (Jim).
355   * Add Brazilian Portuguese translation (Rodolfo Ribeiro Gomes).
356   * Add German translation (Chris Leick, closes: #547154).
357   * Remove addition of default territory to locale (closes: #336298).
358   * Set locale via argument embedded in .h2m files.
359   * Select a reasonable configure default for --enable-nls.
360   * Parse program output and include files in the chartset given by --locale. 
361   * Conditionally include gettext support at extraction, rather than run-time.
362   * Revise preload mechanism to not require preloadable libintl.
363   * Document recommended suffixes for --include files (Simon Josefsson).
364
365  -- Brendan O'Dea <bod@debian.org>  Wed, 09 Dec 2009 08:35:45 +1100
366
367 help2man (1.36.4+nmu1) unstable; urgency=low
368
369   * Non-maintainer upload.
370   * Bump debhelper compatibility level to 5 (4 is deprecated now), move
371     the setting to debian/compat
372   * Add missing dependency on ${shlibs:Depends}, neede by the .so file
373     shipped by help2man
374   * Add --version-string option to support programs which are missing some
375     sort of --version option. Thanks to Lionel Elie Mamane for the patch.
376     (Closes: #494739)
377
378  -- Stefano Zacchiroli <zack@debian.org>  Fri, 17 Apr 2009 12:35:34 +0200
379
380 help2man (1.36.4) unstable; urgency=low
381
382   * Add sv translation from Daniel Nylander (closes: #349568).
383
384  -- Brendan O'Dea <bod@debian.org>  Tue, 28 Feb 2006 00:42:19 +1100
385
386 help2man (1.36.3) unstable; urgency=low
387
388   * Updated fr translation from Denis Barbier (closes: #338995).
389
390  -- Brendan O'Dea <bod@debian.org>  Mon, 14 Nov 2005 22:57:23 +1100
391
392 help2man (1.36.2) unstable; urgency=low
393
394   * Updated po translation from Jakub Bogusz.
395   * Makefile.in: $(srcdir) fix from Paul Eggert (closes: #335741).
396
397  -- Brendan O'Dea <bod@debian.org>  Sat, 29 Oct 2005 16:46:16 +1000
398
399 help2man (1.36.1) unstable; urgency=low
400
401   * Add default territory to --locale option.
402   * Add Finnish translations (thanks to Tommi Vainikainen,
403     closes #332444).
404   * Correctly update .pot and .po files (thanks to Thomas Huriaux,
405     closes: #331678).
406
407  -- Brendan O'Dea <bod@debian.org>  Mon, 17 Oct 2005 01:38:59 +1000
408
409 help2man (1.35.2) unstable; urgency=low
410
411   * help2man.texi: spelling corrections (closes: #328671).
412   * debian/rules: configure --host on cross build (closes: #284701).
413   * debian/rules: set DH_COMPAT to 4.
414
415  -- Brendan O'Dea <bod@debian.org>  Tue,  4 Oct 2005 22:14:26 +1000
416
417 help2man (1.35.1) unstable; urgency=low
418
419   * Set program name to the first word of NAME paragraph in --include
420     file if given.
421
422  -- Brendan O'Dea <bod@debian.org>  Thu, 25 Nov 2004 21:06:58 +1100
423
424 help2man (1.34.2) unstable; urgency=low
425
426   * Update Polish translation (thanks to Jakub Bogusz).
427
428  -- Brendan O'Dea <bod@debian.org>  Wed, 24 Nov 2004 00:28:29 +1100
429
430 help2man (1.34.1) unstable; urgency=low
431
432   * Escape all unescaped hyphens in output (closes: #263803).
433   * Convert parenthesised options, eg (-F).
434   * info section in SEE ALSO should use $program rather than $info_page
435     when referring to the program (thanks to Jim Mayering).
436
437  -- Brendan O'Dea <bod@debian.org>  Sat, 20 Nov 2004 09:54:13 +1100
438
439 help2man (1.33.1) unstable; urgency=low
440
441   * Allow "Usage" to be localised.
442   * Add Polish translations (thanks to Jakub Bogusz).
443   * Add --enable-nls/--disable-nls configure option.
444   * Add back gettext and libgettext-perl build-depends (for configure).
445   * Check for Locale::gettext, gettext and usability of
446     preloadable_libintl.so.
447
448  -- Brendan O'Dea <bod@debian.org>  Fri, 18 Jul 2003 00:14:25 +1000
449
450 help2man (1.32.2) unstable; urgency=low
451
452   * Build preload with -fPIC.  Closes: #200632.
453
454  -- Brendan O'Dea <bod@debian.org>  Thu, 10 Jul 2003 07:57:56 +1000
455
456 help2man (1.32.1) unstable; urgency=low
457
458   * Set times on generated help2man so pages don't need to be
459     regenerated.  Remove some associated build-deps.
460
461  -- Brendan O'Dea <bod@debian.org>  Thu, 10 Jul 2003 00:13:42 +1000
462
463 help2man (1.31.2) unstable; urgency=low
464
465   * Fix quoting in generation of README file.
466   * Changed to arch=any due to inclusion of the LD_PRELOAD library.
467
468  -- Brendan O'Dea <bod@debian.org>  Wed,  9 Jul 2003 22:59:28 +1000
469
470 help2man (1.31.1) unstable; urgency=low
471
472   * Oops, might help to actually *install* the message catalog.
473   * Check for errors writing output (suggested by Jim Meyering).
474   * Work around an odd regex bug under perl 5.6+ where /^ {0}(\S.*)\n/
475     doesn't match correctly.
476
477  -- Brendan O'Dea <bod@debian.org>  Wed,  9 Jul 2003 20:20:02 +1000
478
479 help2man (1.30.1) unstable; urgency=low
480
481   * Add support for localised manual pages (closes #183671).  Many
482     thanks to Denis Barbier for patches, advice and French
483     translations.
484
485   * Import RCS files to CVS.
486   * Convert to native Debian package.
487
488  -- Brendan O'Dea <bod@debian.org>  Tue,  8 Jul 2003 23:57:44 +1000
489
490 Sat Sep  7 02:13:05 2002  Brendan O'Dea  <bod@debian.org>
491
492         * help2man.texi: Change @dircategory to "GNU programming support"
493           (Karl Berry). Change @setchapternewpage to "on" (Peter Moulder).
494
495         * Makefile.in: Added some more GNU standard targets (Peter
496           Moulder).
497
498         * Makefile.in, help2man.h2m: Rename help2man.aux to .h2m to avoid
499           clashing with tex.
500
501         * help2man.PL: version bump
502
503 Tue Jun  4 00:53:18 2002  Brendan O'Dea  <bod@debian.org>
504
505         * help2man.PL: Expand copyright years (Paul Eggert).  Provide
506           --info-page option (Bonzini).
507
508         * README.sh: hrm, different awk...
509
510 Tue Mar 19 23:52:37 2002  Brendan O'Dea  <bod@debian.org>
511
512         * help2man.PL: Allow short and long options to be separated by
513           multiple spaces (Paul Eggert).
514
515 Sat Mar  9 23:54:01 2002  Brendan O'Dea  <bod@debian.org>
516
517         * help2man.PL: version bump for doc changes
518         * help2man.texi: Add --help recommendations from Karl Berry (& co.)
519
520 Mon Dec  3 19:02:26 2001  Brendan O'Dea  <bod@debian.org>
521
522         * README.sh: Change email address
523         * configure.in: Require perl 5.005
524         * help2man.PL, help2man.texi: Add --source, --manual, --help-option
525           and --version-option; change email address; update copyright
526
527 Fri Dec 22 23:17:11 2000  Brendan O'Dea  <bod@compusol.com.au>
528
529         * help2man.PL: Process options given in the block before the first
530           section of an include file (suggested by Akim Demaille).
531
532         * help2man.aux: Document option parsing of initial include file
533           segment.
534
535         * help2man.texi: Use @pxref rather than @xref (Karl Berry).
536           Document option parsing of initial include file segment.
537
538 Tue Oct 31 17:07:30 2000  Brendan O'Dea  <bod@compusol.com.au>
539
540         * help2man.PL: Add protection for leading apostrophes (reported by
541           Matt Kraai). Don't zero-pad version.
542
543 Fri Jul  7 16:16:18 2000  Brendan O'Dea  <bod@compusol.com.au>
544
545         * README.sh: Add GNU prefix
546         * aclocal.m4: (add) autoconf support
547         * configure.in: Use AC_PROG_PERL from aclocal.m4 to find perl
548           (checks for perl and perl5)
549
550         * help2man.PL: Add GNU prefix, bug reporting address
551         * help2man.aux: Remove ozemail URL
552         * help2man.texi: Add GNU prefix, bug reporting address. Remove
553           ozemail URL
554
555 Sun Apr 16 00:18:41 2000  Brendan O'Dea  <bod@compusol.com.au>
556
557         * Makefile.in: Add mkinstalldirs (as reqested by Dave Morrison,
558           Patrick Tullmann and Mo DeJong)
559
560         * help2man.PL: Version bump
561
562 Thu Dec 30 01:29:12 1999  Brendan O'Dea  <bod@compusol.com.au>
563
564         * help2man.texi: Correct typo
565
566 Thu Nov 11 03:16:25 1999  Brendan O'Dea  <bod@compusol.com.au>
567
568         * help2man.PL: Remove directories from synopsis
569
570 Wed Nov  3 17:39:50 1999  Brendan O'Dea  <bod@compusol.com.au>
571
572         * help2man.PL: Revise tagged paragraph matching *again*
573
574 Mon Nov  1 21:50:36 1999  Brendan O'Dea  <bod@compusol.com.au>
575
576         * help2man.PL: Allow multiple synopsis entries (w/- `or:'). Single
577           options may have argument w/- `='.
578
579         * help2man.texi: Add /pattern/
580         * configure.in: Add MAKEINFO/INSTALL_INFO
581         * Makefile.in: Install help2man.info
582
583 Wed Oct 27 16:02:00 1999  Brendan O'Dea  <bod@compusol.com.au>
584
585         * help2man.PL: Allow --include to be specified multiple times. Add
586           /pattern/.
587
588         * help2man.aux: Document /pattern/ syntax
589
590 Mon Oct 25 22:36:16 1999  Brendan O'Dea  <bod@compusol.com.au>
591
592         * help2man.PL: Fix odd /^x|^y/ pre-5.005 perl bug. Split tagged
593           paragraph logic into option/other. Protect leading periods in
594           continuation lines.
595
596         * THANKS to Roland Huebner for extensive bug report.
597         * Add NEWS file
598
599 Tue Oct 12 16:25:23 1999  Brendan O'Dea  <bod@compusol.com.au>
600
601         * help2man.PL: Protect leading dots (1.14: not released)
602
603         * README.sh, help2man.aux: Add ftp.gnu.org URL
604         * help2man.PL: Allow fixed-pitch examples where prefixed by $,
605           % or > (for Akim)
606
607 Thu Sep  2 19:43:02 1999  Brendan O'Dea  <bod@compusol.com.au>
608
609         * help2man.PL: Fix typo in --help (Jim Meyering)
610           Escape backslashes (Andreas Schwab/Peter Moulder)
611
612         * help2man.texi: (add) Texinfo docs for help2man
613
614 Thu Jun 24 12:17:50 1999  Brendan O'Dea  <bod@compusol.com.au>
615
616         * help2man.PL: Add --section option (from Okuji Yoshinori). Fixes
617           to option handling and inter-paragraph breaks.
618
619 Thu Jun 17 19:45:08 1999  Brendan O'Dea  <bod@compusol.com.au>
620
621         * help2man.PL: Defer option formatting until after paragraph
622           continuation handling
623
624         * Makefile.in, configure.in: (add) autoconf support
625         * configure, makefile.dist: (remove) autoconf support
626         * README.in: Rename to README.sh (so as not to be confused with
627           autoconf files)
628
629 Wed Mar 24 21:47:18 1999  Brendan O'Dea  <bod@compusol.com.au>
630
631         * help2man.PL: Improved tagged paragraph/continuation handling
632
633 Thu Feb 25 15:58:30 1999  Brendan O'Dea  <bod@compusol.com.au>
634
635         * README.in, help2man.aux: Add URL for distribution
636         * help2man.PL: Increment revision (changes to help2man.aux)
637
638 Thu Jan 21 14:46:48 1999  Brendan O'Dea  <bod@compusol.com.au>
639
640         * help2man.PL: Update copyright
641         * makefile.dist: Add help2man.1 to `all' target
642
643 Mon Jan 11 10:42:04 1999  Brendan O'Dea  <bod@compusol.com.au>
644
645         * help2man.PL: Handle version output with `Free' as well as `GNU'.
646           Missing backslash in initial comment (from Andreas Schwab)
647
648 Thu Dec 10 12:50:10 1998  Brendan O'Dea  <bod@compusol.com.au>
649
650         * help2man.PL: Experimental NLS version on main trunk (1.6-1.8)
651           pruned, rejoined branch 1.5.1.4 as 1.6
652
653           Cleaned up version format and removed François' name from
654           the code (at his suggestion).
655
656         * README.in: (add) Description for help2man
657         * configure: (add) Dodgy configure script for help2man
658         * help2man.aux: (add) Include file for help2man man page
659         * makefile.dist: (add) Dodgy makefile for help2man
660
661 Wed Nov 25 11:31:09 1998  Brendan O'Dea  <bod@compusol.com.au>
662
663         * help2man.PL: Join hyphenated lines in --version output
664
665 Tue Oct 20 20:44:46 1998  Brendan O'Dea  <bod@compusol.com.au>
666
667         * help2man.PL: Fix strftime locale (from Akim Demaille), add
668           --no-info option
669
670 Tue Oct  6 10:05:20 1998  Brendan O'Dea  <bod@compusol.com.au>
671
672         * help2man.PL: Remove --manhelp/oneliner mechanism
673
674 Sat Aug 29 04:50:02 1998  Brendan O'Dea  <bod@compusol.com.au>
675
676         * help2man.PL: Add --include/--opt-include options and Clark
677           Morgan's --manhelp/oneliner parsing. Merged changes from Karl
678           Berry.
679
680 Thu Feb 26 10:38:34 1998  Brendan O'Dea  <bod@compusol.com.au>
681
682         * help2man.PL: Fix synopsis and revert `use version' to `require
683           version' as perl5.003 doesn't grok the former
684
685 Mon Feb 23 11:54:13 1998  Brendan O'Dea  <bod@compusol.com.au>
686
687         * help2man.PL: Add --output
688
689 Fri Feb 20 15:14:22 1998  Brendan O'Dea  <bod@compusol.com.au>
690
691         * help2man.PL: Made self-extracting .PL for portability; Some
692           enhancements to work with a2ps for Akim
693
694 Thu Feb 19 10:16:58 1998  Brendan O'Dea  <bod@compusol.com.au>
695
696         * help2man.PL: Fix DESCRIPTION mis-spell (from Akim Demaille)
697
698 Thu Jan 22 16:53:32 1998  Brendan O'Dea  <bod@compusol.com.au>
699
700         * help2man.PL: (add) Generate man page from a program's --version
701           and --help output