changeset 56958:9aadc2889a41

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 07 Sep 2004 05:32:35 +0000
parents 56009bee8238
children dc35c2e20d41
files lisp/ChangeLog
diffstat 1 files changed, 19 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Tue Sep 07 05:18:49 2004 +0000
+++ b/lisp/ChangeLog	Tue Sep 07 05:32:35 2004 +0000
@@ -1,3 +1,21 @@
+2004-09-07  Stefan  <monnier@iro.umontreal.ca>
+
+	* newcomment.el (uncomment-region-default, comment-region-default):
+	New functions extracted from uncomment-region and comment-region.
+	(comment-region, comment-region-function, uncomment-region)
+	(uncomment-region-function): Use them.
+
+	* pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
+
+	* pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
+	It's not crucial but can make sense at times.
+
+	* vc-arch.el (vc-arch-workfile-version): Handle the special case before
+	the first commit.
+
+	* vc.el (vc-buffer-context, vc-restore-buffer-context):
+	Disable obsolete code.
+
 2004-09-07  Juri Linkov  <juri@jurta.org>
 
 	* progmodes/grep.el (grep-highlight-matches): Change default from
@@ -58,8 +76,7 @@
 	(next-error-follow-mode-post-command-hook): New functions.
 	(next-error-follow-last-line): New defvar.
 
-	* diff-mode.el (diff-mode-map): Bind
-	toggle-next-error-follow-mode.
+	* diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
 	* progmodes/compile.el (compilation-mode-map): Likewise.
 	* progmodes/grep.el (grep-mode-map): Likewise.
 	* replace.el (occur-mode-map): Likewise.