CVS update by scop packages/unsupported/scop/vc ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Sat Feb 3 08:13:14 EST 2007


  User: scop    
  Date: 07/02/03 14:13:14

  Modified:    packages/unsupported/scop/vc ChangeLog Makefile
Log:
0.90, status update.

Revision  Changes    Path
1.80      +8 -5      XEmacs/packages/unsupported/scop/STATUS

Index: STATUS
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/unsupported/scop/STATUS,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -p -r1.79 -r1.80
--- STATUS	2007/01/28 20:20:48	1.79
+++ STATUS	2007/02/03 13:13:12	1.80
@@ -17,11 +17,14 @@ generic-modes: generic.el and generic-x.
 - Compiles, seems to work, auto-mode-alist and autoloads may need spanking.
 
 vc: vc*.el and a few other related files from GNU Emacs, vc-git.el from git
-- Up to date with GNU Emacs CVS HEAD, git upstream as of 2007-01-28.
+- Up to date with GNU Emacs CVS HEAD, git upstream as of 2007-02-03.
 - Approaching usable state.
 - smerge-mode.el needs work.
-- Causes autoload related crashing with 21.4.x, more info:
-  http://koti.welho.com/vskytta/xemacs/new-vc/
+- Pre-2007-02-03 versions used to cause autoload related crashing with
+  21.4.x, more info: http://koti.welho.com/vskytta/xemacs/new-vc/
   (Workaround: remove auto-autoloads.elc from the installed dir.)
-- TODO, sometime: Mercurial support, eg. http://kanis.cc/ivan/lisp/vc-hg.el
-  or perhaps contrib/mercurial.el from Mercurial itself.
+  If you experience crashes and need to apply the above workaround with
+  post-2007-02-03 (0.90+) versions, please report to xemacs-beta at xemacs.org
+- TODO, sometime: Mercurial support, eg. http://kanis.cc/ivan/lisp/vc-hg.el,
+  (http://kanis.cc/viewcvs/trunk/ivan/lisp/vc-hg.el) or perhaps
+  contrib/mercurial.el from Mercurial itself.



1.69      +2 -0      XEmacs/packages/unsupported/scop/vc/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/unsupported/scop/vc/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -p -r1.68 -r1.69
--- ChangeLog	2007/02/03 13:08:38	1.68
+++ ChangeLog	2007/02/03 13:13:13	1.69
@@ -1,5 +1,7 @@
 2007-02-03  Ville Skyttä  <scop at xemacs.org>
 
+	* Makefile (VERSION): 0.90.
+
 	* vc-hooks.el (vc-registered): Call vc-BACKEND-registered-lite
 	if vc-BACKEND-registered is not bound to work around XEmacs 21.4
 	byte compiler or bytecode interpreter issues when the real



1.12      +1 -1      XEmacs/packages/unsupported/scop/vc/Makefile

Index: Makefile
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/unsupported/scop/vc/Makefile,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- Makefile	2006/08/16 20:44:35	1.11
+++ Makefile	2007/02/03 13:13:14	1.12
@@ -17,7 +17,7 @@
 # the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 # Boston, MA 02111-1307, USA.
 
-VERSION = 0.05
+VERSION = 0.90
 AUTHOR_VERSION =
 MAINTAINER = Ville Skyttä <scop at xemacs.org>
 PACKAGE = vc




More information about the XEmacs-CVS mailing list