Mercurial > emacs
changeset 46000:5af6af67f95a
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 24 Jun 2002 23:24:52 +0000 |
parents | 6efc3066895b |
children | 5133c42d55cc |
files | lisp/ChangeLog |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <monnier@cs.yale.edu> + + * 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 <storm@cua.dk> * emulation/keypad.el: Added :require 'keypad to defcustoms.