1 new commit in cogre:
https://bitbucket.org/xemacs/cogre/commits/f55f53143752/
Changeset: f55f53143752
User: Jerry James
Date: 2014-05-13 21:54:50
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@mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 11 files
diff -r e18acdbfcd36295d052cd56fa2e6d78c68b4b7d4 -r f55f531437526988f4b1efc63d52b398e69863b8 .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,11 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+\.info$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$
diff -r e18acdbfcd36295d052cd56fa2e6d78c68b4b7d4 -r f55f531437526988f4b1efc63d52b398e69863b8 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-13 Jerry James <[email protected]>
+
+ * .hgignore: New file.
+ * *.el: Restore CVS keyword expansions.
+ * cogre.texi: Ditto.
+
2009-02-04 Norbert Koch <[email protected]>
* Makefile (VERSION): XEmacs package 1.02 released.
diff -r e18acdbfcd36295d052cd56fa2e6d78c68b4b7d4 -r f55f531437526988f4b1efc63d52b398e69863b8 cogre-load.el
--- a/cogre-load.el
+++ b/cogre-load.el
@@ -3,7 +3,7 @@
;;; Copyright (C) 2003 David Ponce
;; Author: David Ponce <[email protected]>
-;; X-RCS: $Id$
+;; X-RCS: $Id: cogre-load.el,v 1.1 2007-11-26 15:04:22 michaels Exp $
;; COGRE 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 e18acdbfcd36295d052cd56fa2e6d78c68b4b7d4 -r f55f531437526988f4b1efc63d52b398e69863b8 cogre-uml.el
--- a/cogre-uml.el
+++ b/cogre-uml.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: oop, uml
-;; X-RCS: $Id$
+;; X-RCS: $Id: cogre-uml.el,v 1.1 2007-11-26 15:04:23 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r e18acdbfcd36295d052cd56fa2e6d78c68b4b7d4 -r f55f531437526988f4b1efc63d52b398e69863b8 cogre.el
--- a/cogre.el
+++ b/cogre.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: graph, oop, extensions, outlines
-;; X-RCS: $Id$
+;; X-RCS: $Id: cogre.el,v 1.1 2007-11-26 15:04:23 michaels Exp $
(defvar cogre-version "0.5"
"Current version of Cogre.")
diff -r e18acdbfcd36295d052cd56fa2e6d78c68b4b7d4 -r f55f531437526988f4b1efc63d52b398e69863b8 cogre.texi
--- a/cogre.texi
+++ b/cogre.texi
@@ -1,6 +1,6 @@
\input texinfo @c -*-texinfo-*-
@c
-@c $Id$
+@c $Id: cogre.texi,v 1.1 2007-11-26 15:04:24 michaels Exp $
@c
@setfilename cogre.info
@settitle COGRE: COnnected GRaph Editor
diff -r e18acdbfcd36295d052cd56fa2e6d78c68b4b7d4 -r f55f531437526988f4b1efc63d52b398e69863b8 picture-hack.el
--- a/picture-hack.el
+++ b/picture-hack.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: picture
-;; X-RCS: $Id$
+;; X-RCS: $Id: picture-hack.el,v 1.1 2007-11-26 15:04:25 michaels Exp $
;; Semantic 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 e18acdbfcd36295d052cd56fa2e6d78c68b4b7d4 -r f55f531437526988f4b1efc63d52b398e69863b8 uml-create.el
--- a/uml-create.el
+++ b/uml-create.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: oop, uml
-;; X-RCS: $Id$
+;; X-RCS: $Id: uml-create.el,v 1.1 2007-11-26 15:04:26 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r e18acdbfcd36295d052cd56fa2e6d78c68b4b7d4 -r f55f531437526988f4b1efc63d52b398e69863b8 wisent-dot-wy.el
--- a/wisent-dot-wy.el
+++ b/wisent-dot-wy.el
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Created: 2007-06-05 21:48:08-0400
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent-dot-wy.el,v 1.1 2007-11-26 15:04:26 michaels Exp $
;; This file is not part of GNU Emacs.
;;
diff -r e18acdbfcd36295d052cd56fa2e6d78c68b4b7d4 -r f55f531437526988f4b1efc63d52b398e69863b8 wisent-dot.el
--- a/wisent-dot.el
+++ b/wisent-dot.el
@@ -4,7 +4,7 @@
;; Author: Eric Ludlam <[email protected]>
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent-dot.el,v 1.1 2007-11-26 15:04:27 michaels Exp $
;; This file is not part of GNU Emacs.
diff -r e18acdbfcd36295d052cd56fa2e6d78c68b4b7d4 -r f55f531437526988f4b1efc63d52b398e69863b8 wisent-dot.wy
--- a/wisent-dot.wy
+++ b/wisent-dot.wy
@@ -4,7 +4,7 @@
;; Author: Eric Ludlam <[email protected]>
;; Keywords: syntax
-;; X-RCS: $Id$
+;; X-RCS: $Id: wisent-dot.wy,v 1.1 2007-11-26 15:04:27 michaels Exp $
;; This file is not part of GNU Emacs.
Repository URL: https://bitbucket.org/xemacs/cogre/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.