From: Paul Eggert Date: Sun, 3 Feb 2002 17:45:56 +0000 (+0000) Subject: * rcs2log (Copyright): Update to 2002. X-Git-Tag: emacs-21.2~123 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c6aa5d195119a6450588d769d703c0c3fbd1c5c4;p=emacs.git * rcs2log (Copyright): Update to 2002. Add '(C)' as per coding guidelines. (AWK, TMPDIR): Work around portability problem in broken shells that don't understand `: ${VAR=val}'. (SORT_K_OPTIONS): New var, for hosts that conform to POSIX 1003.1-2001. Prefer the new -k option to the traditional +M -N option. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 3237291f75b..8811666b674 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,12 @@ +2002-02-03 Paul Eggert + + * rcs2log (Copyright): Update to 2002. + Add '(C)' as per coding guidelines. + (AWK, TMPDIR): Work around portability problem in broken shells that + don't understand `: ${VAR=val}'. + (SORT_K_OPTIONS): New var, for hosts that conform to POSIX 1003.1-2001. + Prefer the new -k option to the traditional +M -N option. + 2001-11-16 Gerd Moellmann * ebrowse.c (matching_regexp): Escape '\\'.