1 new commit in eieio:
https://bitbucket.org/xemacs/eieio/commits/8eb90f0bed4e/
Changeset: 8eb90f0bed4e
User: Jerry James
Date: 2014-05-13 21:54:58
Summary: Migrate .cvsignore files to a single .hgignore file.
In addition:
- Restore CVS keyword expansions that were lost during the switch to Mercurial
- Update texinfo sources for texinfo 5.x
See <CAHCOHQmqMvFtLqEt6M+w4vFyq9=e+i1Uy8zaQcUeAjeV3F9uWQ(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 18 files
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r
8eb90f0bed4e51f95adaf09defa06117e2ea40f3 .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-eieio*.html
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r
8eb90f0bed4e51f95adaf09defa06117e2ea40f3 .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,12 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+\.html$
+\.info$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r
8eb90f0bed4e51f95adaf09defa06117e2ea40f3 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+ * *.el: Restore CVS keyword expansions.
+ * eieio.texi: Ditto.
+
2010-03-30 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.07 released.
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r
8eb90f0bed4e51f95adaf09defa06117e2ea40f3 call-tree.el
--- a/call-tree.el
+++ b/call-tree.el
@@ -5,7 +5,7 @@
;;
;; Author: <zappo(a)gnu.ai.mit.edu>
;; Version: 0.1
-;; RCS: $Id$
+;; RCS: $Id: call-tree.el,v 1.3 2007-11-26 15:01:03 michaels Exp $
;; Keywords: OO, tree, call-graph
;;
;; This program is free software; you can redistribute it and/or modify
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r
8eb90f0bed4e51f95adaf09defa06117e2ea40f3 chart.el
--- a/chart.el
+++ b/chart.el
@@ -4,7 +4,7 @@
;;
;; Author: <zappo(a)gnu.org>
;; Version: 0.2
-;; RCS: $Id$
+;; RCS: $Id: chart.el,v 1.4 2007-11-26 15:01:03 michaels Exp $
;; Keywords: OO, chart, graph
;;
;; This program is free software; you can redistribute it and/or modify
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r
8eb90f0bed4e51f95adaf09defa06117e2ea40f3 eieio-base.el
--- a/eieio-base.el
+++ b/eieio-base.el
@@ -4,7 +4,7 @@
;; Copyright (C) 2000, 2001, 2002, 2004, 2005, 2007 Eric M. Ludlam
;;
;; Author: <zappo(a)gnu.org>
-;; RCS: $Id$
+;; RCS: $Id: eieio-base.el,v 1.3 2007-11-26 15:01:03 michaels Exp $
;; Keywords: OO, lisp
;;
;; This program is free software; you can redistribute it and/or modify
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r
8eb90f0bed4e51f95adaf09defa06117e2ea40f3 eieio-comp.el
--- a/eieio-comp.el
+++ b/eieio-comp.el
@@ -4,7 +4,7 @@
;; Copyright (C) 1995,1996, 1998, 1999, 2000, 2001, 2002, 2005 Eric M. Ludlam
;;
;; Author: <zappo(a)gnu.org>
-;; RCS: $Id$
+;; RCS: $Id: eieio-comp.el,v 1.6 2010-03-28 12:44:26 sperber-guest Exp $
;; Keywords: oop, lisp, tools
;;
;; This program is free software; you can redistribute it and/or modify
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r
8eb90f0bed4e51f95adaf09defa06117e2ea40f3 eieio-custom.el
--- a/eieio-custom.el
+++ b/eieio-custom.el
@@ -3,7 +3,7 @@
;;; Copyright (C) 1999, 2000, 2001, 2005, 2007 Eric M. Ludlam
;;
;; Author: <zappo(a)gnu.org>
-;; RCS: $Id$
+;; RCS: $Id: eieio-custom.el,v 1.4 2007-11-26 15:01:04 michaels Exp $
;; Keywords: OO, lisp
;;
;; This program is free software; you can redistribute it and/or modify
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r
8eb90f0bed4e51f95adaf09defa06117e2ea40f3 eieio-doc.el
--- a/eieio-doc.el
+++ b/eieio-doc.el
@@ -3,7 +3,7 @@
;;; Copyright (C) 1996, 1998, 1999, 2000, 2001, 2004, 2005 Eric M. Ludlam
;;
;; Author: <zappo(a)gnu.org>
-;; RCS: $Id$
+;; RCS: $Id: eieio-doc.el,v 1.4 2007-11-26 15:01:04 michaels Exp $
;; Keywords: OO, lisp, docs
;;
;; This program is free software; you can redistribute it and/or modify
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r
8eb90f0bed4e51f95adaf09defa06117e2ea40f3 eieio-load.el
--- a/eieio-load.el
+++ b/eieio-load.el
@@ -3,7 +3,7 @@
;;; Copyright (C) 2003 David Ponce
;; Author: David Ponce <david(a)dponce.com>
-;; X-RCS: $Id$
+;; X-RCS: $Id: eieio-load.el,v 1.1 2007-11-26 15:01:04 michaels Exp $
;; EIEIO is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r
8eb90f0bed4e51f95adaf09defa06117e2ea40f3 eieio-opt.el
--- a/eieio-opt.el
+++ b/eieio-opt.el
@@ -3,7 +3,7 @@
;;; Copyright (C) 1996, 1998, 1999, 2000, 2001, 2002, 2003, 2005 Eric M. Ludlam
;;
;; Author: <zappo(a)gnu.org>
-;; RCS: $Id$
+;; RCS: $Id: eieio-opt.el,v 1.5 2007-11-26 15:01:05 michaels Exp $
;; Keywords: OO, lisp
;;
;; This program is free software; you can redistribute it and/or modify
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r
8eb90f0bed4e51f95adaf09defa06117e2ea40f3 eieio-speedbar.el
--- a/eieio-speedbar.el
+++ b/eieio-speedbar.el
@@ -4,7 +4,7 @@
;; Copyright (C) 1999, 2000, 2001, 2002, 2005, 2007 Eric M. Ludlam
;;
;; Author: <zappo(a)gnu.org>
-;; RCS: $Id$
+;; RCS: $Id: eieio-speedbar.el,v 1.4 2007-11-26 15:01:05 michaels Exp $
;; Keywords: oop, tools
;;
;; This program is free software; you can redistribute it and/or modify
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r
8eb90f0bed4e51f95adaf09defa06117e2ea40f3 eieio-test-methodinvoke.el
--- a/eieio-test-methodinvoke.el
+++ b/eieio-test-methodinvoke.el
@@ -4,7 +4,7 @@
;; Copyright (C) 2005 Eric M. Ludlam
;;
;; Author: <zappo(a)gnu.org>
-;; RCS: $Id$
+;; RCS: $Id: eieio-test-methodinvoke.el,v 1.1 2007-11-26 15:01:05 michaels Exp $
;; Keywords: oop, lisp, tools
;;
;; This program is free software; you can redistribute it and/or modify
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r
8eb90f0bed4e51f95adaf09defa06117e2ea40f3 eieio-tests.el
--- a/eieio-tests.el
+++ b/eieio-tests.el
@@ -4,7 +4,7 @@
;; Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2006 Eric M. Ludlam
;;
;; Author: <zappo(a)gnu.org>
-;; RCS: $Id$
+;; RCS: $Id: eieio-tests.el,v 1.4 2007-11-26 15:01:05 michaels Exp $
;; Keywords: oop, lisp, tools
;;
;; This program is free software; you can redistribute it and/or modify
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r
8eb90f0bed4e51f95adaf09defa06117e2ea40f3 eieio.el
--- a/eieio.el
+++ b/eieio.el
@@ -5,7 +5,7 @@
;; Copyright (C) 95,96,98,99,2000,01,02,03,04,05,06,07 Eric M. Ludlam
;;
;; Author: <zappo(a)gnu.org>
-;; RCS: $Id$
+;; RCS: $Id: eieio.el,v 1.4 2007-11-26 15:01:06 michaels Exp $
;; Keywords: OO, lisp
(defvar eieio-version "1.0"
"Current version of EIEIO.")
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r
8eb90f0bed4e51f95adaf09defa06117e2ea40f3 eieio.el.upstream
--- a/eieio.el.upstream
+++ b/eieio.el.upstream
@@ -5,7 +5,7 @@
;; Copyright (C) 95,96,98,99,2000,01,02,03,04,05,06,07 Eric M. Ludlam
;;
;; Author: <zappo(a)gnu.org>
-;; RCS: $Id$
+;; RCS: $Id: eieio.el.upstream,v 1.1 2007-11-26 15:01:06 michaels Exp $
;; Keywords: OO, lisp
(defvar eieio-version "1.0"
"Current version of EIEIO.")
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r
8eb90f0bed4e51f95adaf09defa06117e2ea40f3 eieio.texi
--- a/eieio.texi
+++ b/eieio.texi
@@ -1,6 +1,6 @@
\input texinfo @c -*-texinfo-*-
@c
-@c $Id$
+@c $Id: eieio.texi,v 1.4 2007-11-26 15:01:06 michaels Exp $
@c
@c
diff -r c498c1621c7dff0e835215129b80c5b53eb4ef33 -r
8eb90f0bed4e51f95adaf09defa06117e2ea40f3 tree.el
--- a/tree.el
+++ b/tree.el
@@ -4,7 +4,7 @@
;;
;; Author: <zappo(a)gnu.org>
;; Version: 0.3
-;; RCS: $Id$
+;; RCS: $Id: tree.el,v 1.4 2007-11-26 15:01:07 michaels Exp $
;; Keywords: OO, tree
;;
;; This program is free software; you can redistribute it and/or modify
Repository URL:
https://bitbucket.org/xemacs/eieio/
--
This is a commit notification from
bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches