comparison 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
comparison
equal deleted inserted replaced
81820:37a7f9bddc45 81821:0d37b602a4f0
1 2007-07-12 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * vc-cvs.el: Require CL.
4 (vc-cvs-revision-table, vc-cvs-revision-completion-table):
5 New functions to provide completion of revision names.
6
7 * vc-cvs.el (vc-functions): Clear up the cache when reloading the file.
8 (vc-cvs-annotate-first-line-re): New const.
9 (vc-cvs-annotate-process-filter): New fun.
10 (vc-cvs-annotate-command): Use them and run the command asynchronously.
11
1 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net> 12 2007-07-12 Paul Pogonyshev <pogonyshev@gmx.net>
2 13
3 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation. 14 * emacs-lisp/eldoc.el (eldoc-last-data): Revise documentation.
4 (eldoc-print-current-symbol-info): Adjust for changed helper 15 (eldoc-print-current-symbol-info): Adjust for changed helper
5 function signatures. 16 function signatures.