ChangeLog.OLD 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  1. Thu Jan 31 2008 Kahlil Hodgson <kal@grebo.cs.rmit.edu.au>
  2. * stow.texi: Austin Wood and Chris Hoobin clean this up for version 2.
  3. * texi2man: new script by Austin and Chris to generate a man page from the
  4. texinfo file.
  5. Sun Nov 25 19:31:32 2007 Kahlil Hodgson <kahlil@internode.con.net>
  6. * all: Version 2.0.1
  7. * AUTHORS: added Kahlil Hodgson as a new author and current maintainer.
  8. * stow.in: major rewrite to produce version 2.0.1 see NEWS for details
  9. * t/: added test suite and support code
  10. * configure.in: renamed to configure.ac as per autotools recommendation.
  11. * configure.ac:
  12. Use AC_INT rather than obsolete AM_INTI_MAKEFILE usage.
  13. Remove redundant VERSION and PACKAGE setttings
  14. Remove redundant AC_ARG_PROGRAM
  15. Use AM_INIT_AUTOMAKE([-Wall -Werror]) because we are pedantic.
  16. Add AC_PREREQ([2.6.1])
  17. * Makefile.am, configure.ac:
  18. Use explicit rewrite in Makefile.am, rather than AC_CONFIG_FILES(stow.in),
  19. as per autotools recommendation.
  20. * Makefile.am:
  21. Add TESTS and TEST_ENVIRONMENT for files in t/
  22. Use dist_man_MANS instead of EXTRA_DIST for man page
  23. * INSTALL: update to reflect autotools modernization.
  24. * NEWS: update to describe cahnges in Version 2.0.1.
  25. * README: update to point to the right websites and email addresses.
  26. * THANKS:
  27. Add Emil Mikulc who's ideas largely inspired Version 2 and
  28. and Geoffrey Giesemann who did some initial testing and found some
  29. important bugs.
  30. * TODO: remove tasks that where implemented in Version 2
  31. * stow.texi: update documentation to reflect Version 2 changes.
  32. * stow.8: update to reflect Version 2 changes.
  33. Sat Jan 26 16:15:21 2002 Guillaume Morin <gmorin@gnu.org>
  34. * stow.in: if $ENV{'STOW_DIR'} is set, this becomes the default
  35. Stow directory.
  36. Sun Jan 06 12:18:50 2002 Guillaume Morin <gmorin@gnu.org>
  37. * Makefile.am: use EXTRA_DIST to include manpage in distribution
  38. Wed Jan 02 21:33:41 2002 Guillaume Morin <gmorin@gnu.org>
  39. * stow.in: Stow now only warns the user if a subdirectory
  40. is unreadable during unstowing.
  41. Wed Jan 02 20:58:05 2002 Guillaume Morin <gmorin@gnu.org>
  42. * stow.in: fixed JoinPaths so that subdirs called "0" are
  43. correctly pushed. Thanks a lot to Gergely Nagy
  44. <algernon@bonehunter.rulez.org> who patiently helped me to chase
  45. this bug.
  46. Sun Dec 30 21:58:25 2001 Guillaume Morin <gmorin@gnu.org>
  47. * stow.in: fixed a bug introduced by previous changes when
  48. Target argument was relative. (thanks to Luca Filipozzi
  49. <lfilipoz@debian.org> for pointing this out)
  50. Sun Dec 30 18:23:25 2001 Guillaume Morin <gmorin@gnu.org>
  51. * stow.in: now requires Perl 5. Use POSIX getcwd instead of broken
  52. fastcwd. Fixed bug when CommonParent is /. Stow does not remove
  53. initially empty directories anymore.
  54. Sun Dec 30 18:07:51 2001 Guillaume Morin <gmorin@gnu.org>
  55. * configure.in: automake fixes (fp_ -> AC, +AC_INIT_AUTOMAKE)
  56. Fri Oct 11 22:09:45 1996 Bob Glickstein <bobg@hiro.zanshin.com>
  57. * stow.html, configure.in: Version 1.3.2.
  58. * README, stow.texi: Correct the URL again.
  59. Fri Oct 11 18:20:42 1996 Bob Glickstein <bobg@hiro.zanshin.com>
  60. * configure.in: Version 1.3.1.
  61. * stow.html: Update Stow manual URL. Mention version 1.3.1.
  62. * README: Update Stow URL.
  63. * Makefile.am: stow-manual.html -> manual.html.
  64. * stow.texi:
  65. Add a reference to the Stow home page on the GNU web server. Change
  66. several occurrences of "which" to "that" for grammatical superiority.
  67. Wed Oct 9 00:34:07 1996 Bob Glickstein <bobg@hiro.zanshin.com>
  68. * Makefile.am:
  69. Add maintainer-only rules for stow-manual.html and stow-manual.texi.
  70. Wed Oct 9 00:32:31 1996 Bob Glickstein <bobg@hiro.zanshin.com>
  71. * README: Refer to the new location for the Stow home page.
  72. * stow.html: Make it right for the GNU web server.
  73. Tue Oct 8 21:54:09 1996 Bob Glickstein <bobg@hiro.zanshin.com>
  74. * stow.texi: Document --restow
  75. * stow.in: Add --restow (-R) option
  76. * configure.in: Add "perl4" to search for Perl binary.
  77. Bump version number to 1.3.
  78. Mon Jun 24 23:23:03 1996 Bob Glickstein <bobg@hiro.zanshin.com>
  79. * stow.texi: Delete trailing whitespace.
  80. Fri Jun 21 19:44:26 1996 Bob Glickstein <bobg@hiro.zanshin.com>
  81. * Makefile.am:
  82. Don't explicitly mention version.texi. Automake now does it
  83. automagically, by noticing the `@include version.texi' in
  84. stow.texi. Awesome.
  85. * stow.texi:
  86. Use @include instead of @input. This is more Texinfoid, plus
  87. allows Automake to automatically deduce the need for
  88. version.texi.
  89. * stow.in:
  90. Elide trailing slashes from package names, then complain if
  91. package names have slashes in them.
  92. Tue Jun 18 23:19:04 1996 Bob Glickstein <bobg@hiro.zanshin.com>
  93. * README: Call it "Gnu Stow".
  94. Tue Jun 18 22:15:45 1996 Bob Glickstein <bobg@hiro.zanshin.com>
  95. * configure.in:
  96. Bump version number to 1.2.
  97. Look for Perl under the names `perl' and `perl5'. If not found,
  98. print a warning.
  99. * stow.texi:
  100. Add a section about bootstrapping. Add text about hacking Gnu
  101. Make output.
  102. * INSTALL:
  103. Describe what happens when Perl isn't found during `configure'.
  104. Mon Jun 17 19:43:25 1996 Bob Glickstein <bobg@hiro.zanshin.com>
  105. * THANKS: Thank Fritz.
  106. Fri Jun 14 19:18:50 1996 Bob Glickstein <bobg@hiro.zanshin.com>
  107. * AUTHORS: Credit John Bazik and Gord Matzigkeit.
  108. * stow.texi: Remove a "known bug" -- the pwd dependency is gone.
  109. * stow.in:
  110. Use fastcwd, from fastcwd.pl (which is GPL'd), to remove
  111. dependency on an external pwd binary. Suggested by Gord
  112. Matzigkeit.
  113. * stow.in: Add a missing comma.
  114. Thu Jun 13 21:52:10 1996 Bob Glickstein <bobg@hiro.zanshin.com>
  115. * stow.in:
  116. Change three occurrences of `my' to `local' for Perl 4
  117. compatibility.
  118. Thu Jun 13 18:07:37 1996 Bob Glickstein <bobg@hiro.zanshin.com>
  119. * configure.in: Bump version number to 1.1.
  120. * Makefile.am:
  121. Add `stow' to the list of clean targets. Don't redirect output
  122. directly into a make target.
  123. * AUTHORS, README:
  124. Use <bobg+stow@zanshin.com> as the contact address.
  125. * TODO: New file.
  126. * stow.in:
  127. Refer to "Gnu Stow" in a few places. Use <bobg+stow@zanshin.com>
  128. as the contact address. Handle long and short options. Handle
  129. `version' and `help' options. Refer to "packages," not
  130. "collections," for consistency with the manual.
  131. * stow.texi:
  132. Refer to "Gnu Stow" in a few places. Use <bobg+stow@zanshin.com>
  133. as the contact address. Add sections on Reporting bugs and Known
  134. bugs. Create a master menu. Minor rewording. Remove the period
  135. from a node name.
  136. * TODO, THANKS: New files.
  137. Mon Jun 10 14:44:13 1996 Bob Glickstein <bobg@hiro.zanshin.com>
  138. * NEWS: Create NEWS file for release. 1.0 now ready.
  139. * stow.texi: Big revisions in preparation for release.
  140. Sun Jun 9 15:47:19 1996 Bob Glickstein <bobg@zoger.ipost.com>
  141. * stow.in: Enhance argument parsing, losing Perl 4 support in the
  142. process.
  143. (later) Perl 4 support restored.
  144. Fri Jun 7 12:13:33 1996 Bob Glickstein <bobg@hiro.zanshin.com>
  145. * Created stow, formerly "depot."