*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 20 Mar 1999 23:16:34 +0000 (23:16 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 20 Mar 1999 23:16:34 +0000 (23:16 +0000)
old/sh-utils/ChangeLog
old/sh-utils/NEWS

index 910ae3d0c5f58d0fa33bf38968a5aa3e661bafa4..1a97811b2db79e6c23a2cf639703c5b3bb68ab0d 100644 (file)
@@ -1,3 +1,13 @@
+1999-03-20  Jim Meyering  <meyering@ascend.com>
+
+       * src/nohup.sh: Don't modify PATH just to get GNU nice.  Instead,
+       try to find an absolute path for GNU nice.  From Bruno Haible.
+
+1999-03-19  Jim Meyering  <meyering@ascend.com>
+
+       * configure.in: Use new macro, jm_WINSIZE_IN_PTEM, instead of
+       open-coding it.
+
 1999-03-17  Jim Meyering  <meyering@ascend.com>
 
        * configure.in (ALL_LINGUAS): Add Italian (it) and Slovak (sk).
index df89083087038e78291c0815028740638eeb5423..9b6261b418f2cfb76d8270c54e4b81be3de89afb 100644 (file)
@@ -1,5 +1,6 @@
 Changes in release 1.17
  [1.16g]
+* nohup no longer modifies the shell's search path
 * `basename /' now prints `/', per the single unix spec
 * `who --lookup' no longer erroneously reports `localhost' for IP addresses
   for which it could not do a reverse lookup.