changeset 76695:fcd97ad334b8

*** empty log message ***
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Sat, 24 Mar 2007 11:33:42 +0000
parents f35ed3fecce9
children a1bfaeef534b
files lisp/ChangeLog
diffstat 1 files changed, 8 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Sat Mar 24 11:32:37 2007 +0000
+++ b/lisp/ChangeLog	Sat Mar 24 11:33:42 2007 +0000
@@ -1,7 +1,14 @@
+2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
+
+	* vc-rcs.el (vc-rcs-annotate-command):
+	Set text property :vc-annotate-prefix on the annotation text.
+	(vc-rcs-annotate-time): Instead of searching for ": ",
+	search for end of text propertized with :vc-annotate-prefix.
+
 2007-03-24  Martin Rudalics  <rudalics@gmx.at>
 
 	* whitespace.el (top level): Remove calls putting
-	permanent-local nil property since these are no-ops. 
+	permanent-local nil property since these are no-ops.
 
 	* man.el (Man-support-local-filenames): Assure that
 	default-directory exists when doing call-process.