1 new commit in docbookide:
https://bitbucket.org/xemacs/docbookide/commits/11053c291931/
Changeset: 11053c291931
User: Jerry James
Date: 2014-05-13 21:54:54
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 #: 13 files
diff -r d46c05a9659ced5df8912710270831fc989e49fd -r
11053c2919313a9fbe7cf41477ca61611a4c7c3d .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 d46c05a9659ced5df8912710270831fc989e49fd -r
11053c2919313a9fbe7cf41477ca61611a4c7c3d 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.
+ * dot_emacs: Ditto.
+
2007-01-14 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 0.08 released.
diff -r d46c05a9659ced5df8912710270831fc989e49fd -r
11053c2919313a9fbe7cf41477ca61611a4c7c3d dbide-abbrev.el
--- a/dbide-abbrev.el
+++ b/dbide-abbrev.el
@@ -1,5 +1,5 @@
;;;; dbide-abbrev.el --- Abbrev table definitions for docbookide
-;; $Id$
+;; $Id: dbide-abbrev.el,v 1.2 2000/03/29 19:12:16 nwalsh Exp $
;; Copyright (C) 2000 Norman Walsh
;; Based extensively on (one might go so far as to say "totally hacked
@@ -7,7 +7,7 @@
;; Author: Norman Walsh <ndw(a)nwalsh.com>
;; Created: 29 March 2000
-;; Version: $Revision$
+;; Version: $Revision: 1.2 $
;; Keywords: languages, xml, docbook
;;; This file is not part of GNU Emacs.
diff -r d46c05a9659ced5df8912710270831fc989e49fd -r
11053c2919313a9fbe7cf41477ca61611a4c7c3d dbide-data.el
--- a/dbide-data.el
+++ b/dbide-data.el
@@ -1,5 +1,5 @@
;;;; dbide-data.el --- DocBook IDE element and attribute data
-;; $Id$
+;; $Id: dbide-data.el,v 1.2 2000/03/29 19:12:16 nwalsh Exp $
;; Copyright (C) 2000 Norman Walsh
;; Based extensively on (one might go so far as to say "totally hacked
@@ -7,7 +7,7 @@
;; Author: Norman Walsh <ndw(a)nwalsh.com>
;; Created: 29 March 2000
-;; Version: $Revision$
+;; Version: $Revision: 1.2 $
;; Keywords: languages, xml, docbook
;; Changes:
diff -r d46c05a9659ced5df8912710270831fc989e49fd -r
11053c2919313a9fbe7cf41477ca61611a4c7c3d dbide-data.el.upstream
--- a/dbide-data.el.upstream
+++ b/dbide-data.el.upstream
@@ -1,5 +1,5 @@
;;;; dbide-data.el --- DocBook IDE element and attribute data
-;; $Id$
+;; $Id: dbide-data.el.upstream,v 1.1 2002-06-13 18:39:03 scop Exp $
;; Copyright (C) 2000 Norman Walsh
;; Based extensively on (one might go so far as to say "totally hacked
@@ -7,7 +7,7 @@
;; Author: Norman Walsh <ndw(a)nwalsh.com>
;; Created: 29 March 2000
-;; Version: $Revision$
+;; Version: $Revision: 1.1 $
;; Keywords: languages, xml, docbook
;;; This file is not part of GNU Emacs.
diff -r d46c05a9659ced5df8912710270831fc989e49fd -r
11053c2919313a9fbe7cf41477ca61611a4c7c3d dbide-font.el
--- a/dbide-font.el
+++ b/dbide-font.el
@@ -1,5 +1,5 @@
;;;; dbide-data.el --- DocBook font lock keywords
-;; $Id$
+;; $Id: dbide-font.el,v 1.2 2000/03/29 19:12:16 nwalsh Exp $
;; Copyright (C) 2000 Norman Walsh
;; Based extensively on (one might go so far as to say "totally hacked
@@ -7,7 +7,7 @@
;; Author: Norman Walsh <ndw(a)nwalsh.com>
;; Created: 29 March 2000
-;; Version: $Revision$
+;; Version: $Revision: 1.2 $
;; Keywords: languages, xml, docbook
;;; This file is not part of GNU Emacs.
diff -r d46c05a9659ced5df8912710270831fc989e49fd -r
11053c2919313a9fbe7cf41477ca61611a4c7c3d dbide-font.el.upstream
--- a/dbide-font.el.upstream
+++ b/dbide-font.el.upstream
@@ -1,5 +1,5 @@
;;;; dbide-data.el --- DocBook font lock keywords
-;; $Id$
+;; $Id: dbide-font.el.upstream,v 1.1 2002-06-21 16:19:04 scop Exp $
;; Copyright (C) 2000 Norman Walsh
;; Based extensively on (one might go so far as to say "totally hacked
@@ -7,7 +7,7 @@
;; Author: Norman Walsh <ndw(a)nwalsh.com>
;; Created: 29 March 2000
-;; Version: $Revision$
+;; Version: $Revision: 1.1 $
;; Keywords: languages, xml, docbook
;;; This file is not part of GNU Emacs.
diff -r d46c05a9659ced5df8912710270831fc989e49fd -r
11053c2919313a9fbe7cf41477ca61611a4c7c3d dbide-process.el
--- a/dbide-process.el
+++ b/dbide-process.el
@@ -1,5 +1,5 @@
;;;; dbide-data.el --- Process document with DOCBOOK
-;; $Id$
+;; $Id: dbide-process.el,v 1.2 2000/03/29 19:12:16 nwalsh Exp $
;; Copyright (C) 2000 Norman Walsh
;; Based extensively on (one might go so far as to say "totally hacked
@@ -7,7 +7,7 @@
;; Author: Norman Walsh <ndw(a)nwalsh.com>
;; Created: 29 March 2000
-;; Version: $Revision$
+;; Version: $Revision: 1.2 $
;; Keywords: languages, xml, docbook
;;; This file is not part of GNU Emacs.
diff -r d46c05a9659ced5df8912710270831fc989e49fd -r
11053c2919313a9fbe7cf41477ca61611a4c7c3d dbide-process.el.upstream
--- a/dbide-process.el.upstream
+++ b/dbide-process.el.upstream
@@ -1,5 +1,5 @@
;;;; dbide-data.el --- Process document with DOCBOOK
-;; $Id$
+;; $Id: dbide-process.el,v 1.2 2000/03/29 19:12:16 nwalsh Exp $
;; Copyright (C) 2000 Norman Walsh
;; Based extensively on (one might go so far as to say "totally hacked
@@ -7,7 +7,7 @@
;; Author: Norman Walsh <ndw(a)nwalsh.com>
;; Created: 29 March 2000
-;; Version: $Revision$
+;; Version: $Revision: 1.2 $
;; Keywords: languages, xml, docbook
;;; This file is not part of GNU Emacs.
diff -r d46c05a9659ced5df8912710270831fc989e49fd -r
11053c2919313a9fbe7cf41477ca61611a4c7c3d docbookide.el
--- a/docbookide.el
+++ b/docbookide.el
@@ -1,5 +1,5 @@
;;;; docbookide.el --- DocBook Integrated Development Environment
-;; $Id$
+;; $Id: docbookide.el,v 1.1.1.1 2000/03/29 18:57:00 nwalsh Exp $
;; Copyright (C) 2000 Norman Walsh
;; Based extensively on (one might go so far as to say "totally hacked
@@ -7,7 +7,7 @@
;; Author: Norman Walsh <ndw(a)nwalsh.com>
;; Created: 29 March 2000
-;; Version: $Revision$
+;; Version: $Revision: 1.1.1.1 $
;; Keywords: languages, xml, docbook
;;; This file is not part of GNU Emacs.
diff -r d46c05a9659ced5df8912710270831fc989e49fd -r
11053c2919313a9fbe7cf41477ca61611a4c7c3d docbookide.el.upstream
--- a/docbookide.el.upstream
+++ b/docbookide.el.upstream
@@ -1,5 +1,5 @@
;;;; docbookide.el --- DocBook Integrated Development Environment
-;; $Id$
+;; $Id: docbookide.el,v 1.1.1.1 2000/03/29 18:57:00 nwalsh Exp $
;; Copyright (C) 2000 Norman Walsh
;; Based extensively on (one might go so far as to say "totally hacked
@@ -7,7 +7,7 @@
;; Author: Norman Walsh <ndw(a)nwalsh.com>
;; Created: 29 March 2000
-;; Version: $Revision$
+;; Version: $Revision: 1.1.1.1 $
;; Keywords: languages, xml, docbook
;;; This file is not part of GNU Emacs.
diff -r d46c05a9659ced5df8912710270831fc989e49fd -r
11053c2919313a9fbe7cf41477ca61611a4c7c3d dot_emacs
--- a/dot_emacs
+++ b/dot_emacs
@@ -1,4 +1,4 @@
-;; $Id$
+;; $Id: dot_emacs,v 1.2 2000/03/29 19:12:16 nwalsh Exp $
;; DocBook IDE mode
(autoload 'docbook-mode "docbookide" "Major mode for DocBook
documents." t)
Repository URL:
https://bitbucket.org/xemacs/docbookide/
--
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