aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier <[email protected]>2002-06-24 23:24:52 +0000
committerStefan Monnier <[email protected]>2002-06-24 23:24:52 +0000
commitb81f379bd4592e41a730e42999d615799014fafb (patch)
treeb3dae01ec9f3f1b923cdd7cb212e6f1a52989ec2
parenta399e814e14d75175fb43c5b875f959c40f50b90 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index a90eb0215e..54a651ceb7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
+2002-06-24 Stefan Monnier <[email protected]>
+
+ * 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 <[email protected]>
* emulation/keypad.el: Added :require 'keypad to defcustoms.