# HG changeset patch # User Stefan Monnier # Date 1024961092 0 # Node ID 5af6af67f95a6afe7dd71d566bf77de5e306e2d1 # Parent 6efc3066895b9cf6775d083247b5c669704d5316 *** empty log message *** diff -r 6efc3066895b -r 5af6af67f95a lisp/ChangeLog --- a/lisp/ChangeLog Mon Jun 24 22:49:38 2002 +0000 +++ b/lisp/ChangeLog Mon Jun 24 23:24:52 2002 +0000 @@ -1,3 +1,16 @@ +2002-06-24 Stefan Monnier + + * pcvs-parse.el (cvs-parse-table): + Handle `nothing known about' with more care. + + * pcvs.el (cvs-fileinfo-kill): Remove. + (cvs-parse-process): Add `old-fis' argument. + (cvs-mode-run): Use it instead of cvs-fileinfo-kill. + + * descr-text.el (describe-property-list): Make sure there's + a space between the property name and its value. + (describe-text-properties): Don't kill a pre-existing buffer. + 2002-06-24 Kim F. Storm * emulation/keypad.el: Added :require 'keypad to defcustoms.