Mercurial > emacs
diff lib-src/ChangeLog @ 53948:d76a6bf89265
rcs2log fixes for CVSROOT var.
Update Copyright dates to include 2004, and 1988 through 1992.
| author | Paul Eggert <eggert@twinsun.com> |
|---|---|
| date | Sun, 15 Feb 2004 07:47:45 +0000 |
| parents | ba92651ce8e9 |
| children | af02111da3e1 |
line wrap: on
line diff
--- a/lib-src/ChangeLog Sun Feb 15 07:41:58 2004 +0000 +++ b/lib-src/ChangeLog Sun Feb 15 07:47:45 2004 +0000 @@ -1,3 +1,14 @@ +2004-02-14 Paul Eggert <eggert@twinsun.com> + + * rcs2log: Work correctly if CVSROOT specifies :fork: or + :local: methods, or omits the colon between the hostname + and the path. Allow :/ in repository path, since CVS does. + Fix typo: "pository" should be set from $CVSROOT, not $repository. + This fixes a bug reported by Wolfgang Scherer in + <http://mail.gnu.org/archive/html/bug-gnu-emacs/2004-02/msg00085.html>, + along with some related bugs I discovered by inspecting how + CVS itself parses $CVSROOT. + 2004-02-04 J,bi(Br,bt(Bme Marant <jmarant@nerim.net> (tiny) * emacsclient.c (decode_options): Fix handling of alternate editor. @@ -5497,7 +5508,8 @@ ;; coding: iso-2022-7bit ;; End: - Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2001, 2002, 2003 + Copyright (C) 1988, 1989, 1990, 1991, 1992, 1993, 1994, 1995, + 1996, 1997, 1998, 1999, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. Copying and distribution of this file, with or without modification, are permitted provided the copyright notice and this notice are preserved.
