# HG changeset patch # User Andr Spiegel # Date 1049632533 0 # Node ID 4ed7bb80efbe78305c8dde684af0d0fa2cc03546 # Parent ea2fa27f60d7d07b0f975f7c97678c7e59811860 # diff -r ea2fa27f60d7 -r 4ed7bb80efbe lisp/ChangeLog --- a/lisp/ChangeLog Sun Apr 06 10:50:11 2003 +0000 +++ b/lisp/ChangeLog Sun Apr 06 12:35:33 2003 +0000 @@ -15,6 +15,12 @@ * info-look.el (emacs-lisp-mode): Add prefix/suffix matching regexps. +2003-04-05 Andre Spiegel + + * vc-cvs.el (vc-cvs-get-entries): New function that uses the + right coding system for accessing CVS/Entries. + (vc-cvs-registered, vc-cvs-dir-state-heuristic): Use it. + 2003-04-04 Vinicius Jose Latorre * subr.el (number-sequence): Adjust code.