diff lisp/ChangeLog @ 81821:0d37b602a4f0

Require CL. (vc-cvs-revision-table, vc-cvs-revision-completion-table): New functions to provide completion of revision names.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Thu, 12 Jul 2007 03:13:37 +0000
parents f6d3d2315f54
children 64c8ecd78bf2
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jul 12 03:10:45 2007 +0000
+++ b/lisp/ChangeLog	Thu Jul 12 03:13:37 2007 +0000
@@ -1,3 +1,14 @@
+2007-07-12  Stefan Monnier  <monnier@iro.umontreal.ca>
+
+	* vc-cvs.el: Require CL.
+	(vc-cvs-revision-table, vc-cvs-revision-completion-table):
+	New functions to provide completion of revision names.
+
+	* vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
+	(vc-cvs-annotate-first-line-re): New const.
+	(vc-cvs-annotate-process-filter): New fun.
+	(vc-cvs-annotate-command): Use them and run the command asynchronously.
+
 2007-07-12  Paul Pogonyshev  <pogonyshev@gmx.net>
 
 	* emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.