1 new commit in ede:
https://bitbucket.org/xemacs/ede/commits/f2c27b3e19f3/
Changeset: f2c27b3e19f3
User: Jerry James
Date: 2014-05-13 21:54:56
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 #: 35 files
diff -r 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,10 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$
diff -r 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-13 Jerry James <[email protected]>
+
+ * .hgignore: New file.
+ * *.el: Restore CVS keyword expansions.
+ * *.texi: Ditto.
+
2012-01-10 Norbert Koch <[email protected]>
* Makefile (VERSION): XEmacs package 1.04 released.
diff -r 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf autoconf-compat.el
--- a/autoconf-compat.el
+++ b/autoconf-compat.el
@@ -10,7 +10,7 @@
;; Author: Dave Love <[email protected]>
;; Keywords: languages
-;; $Revision$
+;; $Revision: 1.1 $
;; This software 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 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf autoconf-edit.el
--- a/autoconf-edit.el
+++ b/autoconf-edit.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: project
-;; RCS: $Id$
+;; RCS: $Id: autoconf-edit.el,v 1.1 2007-11-26 15:22:05 michaels Exp $
;; This software 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 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-compilers.texi
--- a/ede-compilers.texi
+++ b/ede-compilers.texi
@@ -1,6 +1,6 @@
@c -*-texinfo-*-
@c
-@c $Id$
+@c $Id: ede-compilers.texi,v 1.1 2007-11-26 15:22:06 michaels Exp $
@c
@c The next line is for the back-search to see what node this one
diff -r 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-dired.el
--- a/ede-dired.el
+++ b/ede-dired.el
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Version: 0.4
;; Keywords: project, make
-;; RCS: $Id$
+;; RCS: $Id: ede-dired.el,v 1.1 2007-11-26 15:22:06 michaels Exp $
;; This software 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 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-load.el
--- a/ede-load.el
+++ b/ede-load.el
@@ -3,7 +3,7 @@
;;; Copyright (C) 2003 David Ponce
;; Author: David Ponce <[email protected]>
-;; X-RCS: $Id$
+;; X-RCS: $Id: ede-load.el,v 1.1 2007-11-26 15:22:06 michaels Exp $
;; EDE 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 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-pconf.el
--- a/ede-pconf.el
+++ b/ede-pconf.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: project
-;; RCS: $Id$
+;; RCS: $Id: ede-pconf.el,v 1.1 2007-11-26 15:22:07 michaels Exp $
;; This software 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 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-pmake.el
--- a/ede-pmake.el
+++ b/ede-pmake.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: project, make
-;; RCS: $Id$
+;; RCS: $Id: ede-pmake.el,v 1.1 2007-11-26 15:22:07 michaels Exp $
;; This software 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 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-proj-archive.el
--- a/ede-proj-archive.el
+++ b/ede-proj-archive.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: project, make
-;; RCS: $Id$
+;; RCS: $Id: ede-proj-archive.el,v 1.1 2007-11-26 15:22:07 michaels Exp $
;; This software 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 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-proj-aux.el
--- a/ede-proj-aux.el
+++ b/ede-proj-aux.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: project, make
-;; RCS: $Id$
+;; RCS: $Id: ede-proj-aux.el,v 1.1 2007-11-26 15:22:07 michaels Exp $
;; This software 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 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-proj-comp.el
--- a/ede-proj-comp.el
+++ b/ede-proj-comp.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: project, make
-;; RCS: $Id$
+;; RCS: $Id: ede-proj-comp.el,v 1.1 2007-11-26 15:22:08 michaels Exp $
;; This software 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 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-proj-comp.el.upstream
--- a/ede-proj-comp.el.upstream
+++ b/ede-proj-comp.el.upstream
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: project, make
-;; RCS: $Id$
+;; RCS: $Id: ede-proj-comp.el.upstream,v 1.1 2007-11-26 15:22:08 michaels Exp $
;; This software 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 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-proj-elisp.el
--- a/ede-proj-elisp.el
+++ b/ede-proj-elisp.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: project, make
-;; RCS: $Id$
+;; RCS: $Id: ede-proj-elisp.el,v 1.1 2007-11-26 15:22:08 michaels Exp $
;; This software 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 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-proj-info.el
--- a/ede-proj-info.el
+++ b/ede-proj-info.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: project, make
-;; RCS: $Id$
+;; RCS: $Id: ede-proj-info.el,v 1.1 2007-11-26 15:22:08 michaels Exp $
;; This software 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 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-proj-misc.el
--- a/ede-proj-misc.el
+++ b/ede-proj-misc.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: project, make
-;; RCS: $Id$
+;; RCS: $Id: ede-proj-misc.el,v 1.1 2007-11-26 15:22:09 michaels Exp $
;; This software 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 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-proj-obj.el
--- a/ede-proj-obj.el
+++ b/ede-proj-obj.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: project, make
-;; RCS: $Id$
+;; RCS: $Id: ede-proj-obj.el,v 1.1 2007-11-26 15:22:09 michaels Exp $
;; This software 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 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-proj-prog.el
--- a/ede-proj-prog.el
+++ b/ede-proj-prog.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: project, make
-;; RCS: $Id$
+;; RCS: $Id: ede-proj-prog.el,v 1.1 2007-11-26 15:22:09 michaels Exp $
;; This software 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 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-proj-scheme.el
--- a/ede-proj-scheme.el
+++ b/ede-proj-scheme.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: project, make, scheme
-;; RCS: $Id$
+;; RCS: $Id: ede-proj-scheme.el,v 1.1 2007-11-26 15:22:09 michaels Exp $
;; This software 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 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-proj-shared.el
--- a/ede-proj-shared.el
+++ b/ede-proj-shared.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: project, make
-;; RCS: $Id$
+;; RCS: $Id: ede-proj-shared.el,v 1.1 2007-11-26 15:22:10 michaels Exp $
;; This software 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 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-proj-skel.el
--- a/ede-proj-skel.el
+++ b/ede-proj-skel.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: project, make
-;; RCS: $Id$
+;; RCS: $Id: ede-proj-skel.el,v 1.1 2007-11-26 15:22:10 michaels Exp $
;; This software 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 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-proj.el
--- a/ede-proj.el
+++ b/ede-proj.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: project, make
-;; RCS: $Id$
+;; RCS: $Id: ede-proj.el,v 1.1 2007-11-26 15:22:10 michaels Exp $
;; This software 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 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-projects.texi
--- a/ede-projects.texi
+++ b/ede-projects.texi
@@ -1,6 +1,6 @@
@c -*-texinfo-*-
@c
-@c $Id$
+@c $Id: ede-projects.texi,v 1.1 2007-11-26 15:22:10 michaels Exp $
@c
@c The next line is for the back-search to see what node this one
diff -r 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-simple.el
--- a/ede-simple.el
+++ b/ede-simple.el
@@ -3,7 +3,7 @@
;; Copyright (C) 2007 Eric M. Ludlam
;; Author: Eric M. Ludlam <[email protected]>
-;; X-RCS: $Id$
+;; X-RCS: $Id: ede-simple.el,v 1.1 2007-11-26 15:22:10 michaels Exp $
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
diff -r 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-simple.el.upstream
--- a/ede-simple.el.upstream
+++ b/ede-simple.el.upstream
@@ -3,7 +3,7 @@
;; Copyright (C) 2007 Eric M. Ludlam
;; Author: Eric M. Ludlam <[email protected]>
-;; X-RCS: $Id$
+;; X-RCS: $Id: ede-simple.el.upstream,v 1.1 2007-11-26 15:22:11 michaels Exp $
;; This program is free software; you can redistribute it and/or
;; modify it under the terms of the GNU General Public License as
diff -r 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-source.el
--- a/ede-source.el
+++ b/ede-source.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: project, make
-;; RCS: $Id$
+;; RCS: $Id: ede-source.el,v 1.1 2007-11-26 15:22:11 michaels Exp $
;; This software 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 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-sourcecode.texi
--- a/ede-sourcecode.texi
+++ b/ede-sourcecode.texi
@@ -1,6 +1,6 @@
@c -*-texinfo-*-
@c
-@c $Id$
+@c $Id: ede-sourcecode.texi,v 1.1 2007-11-26 15:22:11 michaels Exp $
@c
@c The next line is for the back-search to see what node this one
diff -r 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-speedbar.el
--- a/ede-speedbar.el
+++ b/ede-speedbar.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: project, make, tags
-;; RCS: $Id$
+;; RCS: $Id: ede-speedbar.el,v 1.1 2007-11-26 15:22:11 michaels Exp $
;; This file is NOT part of GNU Emacs.
diff -r 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-system.el
--- a/ede-system.el
+++ b/ede-system.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: project, make, vc
-;; RCS: $Id$
+;; RCS: $Id: ede-system.el,v 1.1 2007-11-26 15:22:11 michaels Exp $
;; This software 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 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-targets.texi
--- a/ede-targets.texi
+++ b/ede-targets.texi
@@ -1,6 +1,6 @@
@c -*-texinfo-*-
@c
-@c $Id$
+@c $Id: ede-targets.texi,v 1.1 2007-11-26 15:22:11 michaels Exp $
@c
@c The next line is for the back-search to see what node this one
diff -r 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede-util.el
--- a/ede-util.el
+++ b/ede-util.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: project, make
-;; RCS: $Id$
+;; RCS: $Id: ede-util.el,v 1.1 2007-11-26 15:22:12 michaels Exp $
;; This software 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 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede.el
--- a/ede.el
+++ b/ede.el
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: project, make
-;; RCS: $Id$
+;; RCS: $Id: ede.el,v 1.1 2007-11-26 15:22:12 michaels Exp $
(defconst ede-version "1.0pre4"
"Current version of the Emacs EDE.")
diff -r 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede.el.upstream
--- a/ede.el.upstream
+++ b/ede.el.upstream
@@ -4,7 +4,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Keywords: project, make
-;; RCS: $Id$
+;; RCS: $Id: ede.el.upstream,v 1.1 2007-11-26 15:22:12 michaels Exp $
(defconst ede-version "1.0pre4"
"Current version of the Emacs EDE.")
diff -r 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf ede.texi
--- a/ede.texi
+++ b/ede.texi
@@ -1,6 +1,6 @@
\input texinfo @c -*-texinfo-*-
@c
-@c $Id$
+@c $Id: ede.texi,v 1.1 2007-11-26 15:22:13 michaels Exp $
@c
@setfilename ede.info
@settitle Emacs Development Environment
diff -r 5200706cfcb56eeefed3d21d8f63f32dd491ca85 -r f2c27b3e19f31549169cf77b981e9e903eb33dbf project-am.el
--- a/project-am.el
+++ b/project-am.el
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Version: 0.0.3
;; Keywords: project, make
-;; RCS: $Id$
+;; RCS: $Id: project-am.el,v 1.1 2007-11-26 15:22:13 michaels Exp $
;; This file is NOT part of GNU Emacs.
Repository URL: https://bitbucket.org/xemacs/ede/
--
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.