CVS update by scop packages/unsupported/scop/vc ...
xemacs-cvs at xemacs.org
xemacs-cvs at xemacs.org
Sun Jul 8 10:35:27 EDT 2007
User: scop
Date: 07/07/08 16:35:27
Modified: packages/unsupported/scop/vc ChangeLog Makefile vc-cvs.el
Log:
Require gnus for parse-time in vc-cvs.el.
Revision Changes Path
1.82 +4 -0 XEmacs/packages/unsupported/scop/vc/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/unsupported/scop/vc/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -p -r1.81 -r1.82
--- ChangeLog 2007/07/07 20:04:30 1.81
+++ ChangeLog 2007/07/08 14:35:22 1.82
@@ -1,3 +1,7 @@
+2007-07-08 Ville Skyttä <scop at xemacs.org>
+
+ * Makefile (REQUIRES): Add gnus for `parse-time' in vc-cvs.el.
+
2007-07-07 Ville Skyttä <scop at xemacs.org>
* smerge-mode.el: Removed, requires too much porting work to be
1.17 +1 -1 XEmacs/packages/unsupported/scop/vc/Makefile
Index: Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/unsupported/scop/vc/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- Makefile 2007/07/07 16:37:45 1.16
+++ Makefile 2007/07/08 14:35:22 1.17
@@ -23,7 +23,7 @@ MAINTAINER = Ville Skyttä <scop at xemacs.o
PACKAGE = vc
PKG_TYPE = regular
REQUIRES = dired xemacs-base vc mail-lib ediff sh-script pcl-cvs tramp \
- prog-modes elib edebug
+ prog-modes elib edebug gnus
CATEGORY = unsupported
ELCS = vc-hooks.elc vc.elc vc-arch.elc vc-cvs.elc vc-git.elc vc-mcvs.elc \
1.18 +0 -1 XEmacs/packages/unsupported/scop/vc/vc-cvs.el
Index: vc-cvs.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/unsupported/scop/vc/vc-cvs.el,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -p -r1.17 -r1.18
--- vc-cvs.el 2007/02/03 13:08:38 1.17
+++ vc-cvs.el 2007/07/08 14:35:23 1.18
@@ -965,7 +965,6 @@ is non-nil."
;; (which is based on textual comparison), because there can be problems
;; generating a time string that looks exactly like the one from CVS.
(let ((mtime (nth 5 (file-attributes file))))
- ;; XEmacs TODO: parse-time is in gnus
(require 'parse-time)
(let ((parsed-time
(parse-time-string (concat (match-string 2) " +0000"))))
More information about the XEmacs-CVS
mailing list