1 new commit in psgml:
https://bitbucket.org/xemacs/psgml/commits/7cd841a3dbc4/
Changeset: 7cd841a3dbc4
User: Jerry James
Date: 2014-05-13 21:54:49
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 #: 17 files
diff -r 3e112e0ce8588d4e0631f32692ae169f19ee4b42 -r 7cd841a3dbc4fc9cd508e59199685705c3791a8d .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-psgml-api*.html
-psgml*.html
diff -r 3e112e0ce8588d4e0631f32692ae169f19ee4b42 -r 7cd841a3dbc4fc9cd508e59199685705c3791a8d .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 3e112e0ce8588d4e0631f32692ae169f19ee4b42 -r 7cd841a3dbc4fc9cd508e59199685705c3791a8d ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-05-13 Jerry James <[email protected]>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+ * *.el: Restore CVS keyword expansions.
+ * *.texi: Ditto. Update for texinfo 5.x.
+
2007-06-11 Norbert Koch <[email protected]>
* Makefile (VERSION): XEmacs package 1.45 released.
diff -r 3e112e0ce8588d4e0631f32692ae169f19ee4b42 -r 7cd841a3dbc4fc9cd508e59199685705c3791a8d iso-sgml.el
--- a/iso-sgml.el
+++ b/iso-sgml.el
@@ -16,7 +16,7 @@
;; Edit SGML or HTML buffers with ISO 8859-1 (Latin-1) display|
;; 10-May-1995|1.4|~/misc/iso-sgml.el.Z|
-;; $Id$
+;; $Id: iso-sgml.el,v 1.1.1.1 1998/01/14 06:37:10 steve Exp $
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -56,7 +56,7 @@
;; Code:
-(defconst isosgml-version "$Id$"
+(defconst isosgml-version "$Id: iso-sgml.el,v 1.1.1.1 1998/01/14 06:37:10 steve Exp $"
"iso-sgml RCS version number")
(defvar isosgml-modes-list '(html-mode html-helper-mode sgml-mode)
@@ -227,7 +227,7 @@
;; iso-sgml.el ends here
-; $Log$
+; $Log: iso-sgml.el,v $
; Revision 1.1.1.1 1998/01/14 06:37:10 steve
; Created
;
diff -r 3e112e0ce8588d4e0631f32692ae169f19ee4b42 -r 7cd841a3dbc4fc9cd508e59199685705c3791a8d psgml-api.el
--- a/psgml-api.el
+++ b/psgml-api.el
@@ -1,5 +1,5 @@
;;; psgml-api.el --- Extra API functions for PSGML
-;; $Id$
+;; $Id: psgml-api.el,v 1.8 2002/04/25 20:50:27 lenst Exp $
;; Copyright (C) 1994 Lennart Staflin
diff -r 3e112e0ce8588d4e0631f32692ae169f19ee4b42 -r 7cd841a3dbc4fc9cd508e59199685705c3791a8d psgml-api.texi
--- a/psgml-api.texi
+++ b/psgml-api.texi
@@ -6,7 +6,7 @@
@settitle psgml-api
@c @setchapternewpage odd
@c %**end of header
-@c $Id$
+@c $Id: psgml-api.texi,v 1.2 1999/12/03 17:29:39 lenst Exp $
@ifinfo
@format
@@ -16,7 +16,7 @@
@end format
@end ifinfo
-@ifinfo
+@ifnottex
Documentation for PSGML, a major mode for SGML.
Copyright 1994 Lennart Staflin
@@ -45,7 +45,7 @@
except that this permission notice may be stated in a
translation approved by the Free Software Foundation.
-@end ifinfo
+@end ifnottex
@titlepage
@@ -87,9 +87,9 @@
@node Top, Types, (dir), (dir)
@comment node-name, next, previous, up
-@ifinfo
+@ifnottex
@top PSGML Internals
-@end ifinfo
+@end ifnottex
@menu
* Types:: Types and operations
diff -r 3e112e0ce8588d4e0631f32692ae169f19ee4b42 -r 7cd841a3dbc4fc9cd508e59199685705c3791a8d psgml-charent.el
--- a/psgml-charent.el
+++ b/psgml-charent.el
@@ -1,6 +1,6 @@
;;;; psgml-charent.el
;;; Last edited: 1999-12-18 18:54:53 lenst
-;;; $Id$
+;;; $Id: psgml-charent.el,v 1.7 2002/04/25 20:50:27 lenst Exp $
;; Copyright (C) 1994 Lennart Staflin
diff -r 3e112e0ce8588d4e0631f32692ae169f19ee4b42 -r 7cd841a3dbc4fc9cd508e59199685705c3791a8d psgml-debug.el
--- a/psgml-debug.el
+++ b/psgml-debug.el
@@ -1,6 +1,6 @@
;;;;\filename psgml-debug.el
;;;\Last edited: 2001-03-10 00:32:00 lenst
-;;;\RCS $Id$
+;;;\RCS $Id: psgml-debug.el,v 2.31 2005/03/02 19:43:45 lenst Exp $
;;;\author {Lennart Staflin}
;;;\maketitle
diff -r 3e112e0ce8588d4e0631f32692ae169f19ee4b42 -r 7cd841a3dbc4fc9cd508e59199685705c3791a8d psgml-dtd.el
--- a/psgml-dtd.el
+++ b/psgml-dtd.el
@@ -1,5 +1,5 @@
;;;; psgml-dtd.el --- DTD parser for SGML-editing mode with parsing support
-;; $Id$
+;; $Id: psgml-dtd.el,v 2.30 2003/03/25 19:46:09 lenst Exp $
;; Copyright (C) 1994 Lennart Staflin
diff -r 3e112e0ce8588d4e0631f32692ae169f19ee4b42 -r 7cd841a3dbc4fc9cd508e59199685705c3791a8d psgml-edit.el
--- a/psgml-edit.el
+++ b/psgml-edit.el
@@ -1,6 +1,6 @@
;;; psgml-edit.el --- Editing commands for SGML-mode with parsing support
;;
-;; $Id$
+;; $Id: psgml-edit.el,v 2.73 2005/03/02 19:46:31 lenst Exp $
;; Copyright (C) 1994, 1995, 1996 Lennart Staflin
diff -r 3e112e0ce8588d4e0631f32692ae169f19ee4b42 -r 7cd841a3dbc4fc9cd508e59199685705c3791a8d psgml-fs.el
--- a/psgml-fs.el
+++ b/psgml-fs.el
@@ -2,7 +2,7 @@
;; Copyright (C) 1995, 2000 Lennart Staflin
;; Author: Lennart Staflin <[email protected]>
-;; Version: $Id$
+;; Version: $Id: psgml-fs.el,v 1.13 2002/07/14 10:03:26 lenst Exp $
;; Keywords:
;;; This program is free software; you can redistribute it and/or modify
diff -r 3e112e0ce8588d4e0631f32692ae169f19ee4b42 -r 7cd841a3dbc4fc9cd508e59199685705c3791a8d psgml-ids.el
--- a/psgml-ids.el
+++ b/psgml-ids.el
@@ -1,5 +1,5 @@
;;; psgml-ids.el --- Management of ID/IDREFS for PSGML
-;; $Id$
+;; $Id: psgml-ids.el,v 2.1 2005/02/09 15:29:09 lenst Exp $
;; Copyright (C) 1999 Jean-Daniel Fekete
diff -r 3e112e0ce8588d4e0631f32692ae169f19ee4b42 -r 7cd841a3dbc4fc9cd508e59199685705c3791a8d psgml-info.el
--- a/psgml-info.el
+++ b/psgml-info.el
@@ -1,6 +1,6 @@
;;;; psgml-info.el
;;; Last edited: 2000-11-09 19:23:50 lenst
-;;; $Id$
+;;; $Id: psgml-info.el,v 2.16 2005/02/27 17:12:05 lenst Exp $
;; Copyright (C) 1994, 1995 Lennart Staflin
diff -r 3e112e0ce8588d4e0631f32692ae169f19ee4b42 -r 7cd841a3dbc4fc9cd508e59199685705c3791a8d psgml-parse.el
--- a/psgml-parse.el
+++ b/psgml-parse.el
@@ -1,5 +1,5 @@
;;;; psgml-parse.el --- Parser for SGML-editing mode with parsing support
-;; $Id$
+;; $Id: psgml-parse.el,v 2.99 2005/02/27 17:13:07 lenst Exp $
;; Copyright (C) 1994, 1995, 1996, 1997, 1998 Lennart Staflin
diff -r 3e112e0ce8588d4e0631f32692ae169f19ee4b42 -r 7cd841a3dbc4fc9cd508e59199685705c3791a8d psgml-xemacs.el
--- a/psgml-xemacs.el
+++ b/psgml-xemacs.el
@@ -1,5 +1,5 @@
;;;; psgml-xemacs.el --- Part of SGML-editing mode with parsing support
-;; $Id$
+;; $Id: psgml-xemacs.el,v 2.7 2002/04/25 20:50:27 lenst Exp $
;; Copyright (C) 1994 Lennart Staflin
diff -r 3e112e0ce8588d4e0631f32692ae169f19ee4b42 -r 7cd841a3dbc4fc9cd508e59199685705c3791a8d psgml.el
--- a/psgml.el
+++ b/psgml.el
@@ -1,5 +1,5 @@
;;; psgml.el --- SGML-editing mode with parsing support
-;; $Id$
+;; $Id: psgml.el,v 2.70 2005/03/02 19:44:04 lenst Exp $
;; Copyright (C) 1993-2002 Lennart Staflin
;; Copyright (C) 1992 Free Software Foundation, Inc.
diff -r 3e112e0ce8588d4e0631f32692ae169f19ee4b42 -r 7cd841a3dbc4fc9cd508e59199685705c3791a8d psgml.texi
--- a/psgml.texi
+++ b/psgml.texi
@@ -9,7 +9,7 @@
@syncodeindex vr cp
@synindex ky cp
@c %**end of header
-@c $Id$
+@c $Id: psgml.texi,v 1.8 2005/03/02 19:44:20 lenst Exp $
@ifinfo
@format
@@ -19,7 +19,7 @@
@end format
@end ifinfo
-@ifinfo
+@ifnottex
Documentation for PSGML, a major mode for SGML.
Copyright 1994, 1996, 1998 Lennart Staflin
@@ -48,7 +48,7 @@
except that this permission notice may be stated in a
translation approved by the Free Software Foundation.
-@end ifinfo
+@end ifnottex
@titlepage
@@ -90,12 +90,12 @@
@node Top, Introduction, (dir), (dir)
@comment node-name, next, previous, up
-@ifinfo
+@ifnottex
@top PSGML
PSGML is a major mode for editing SGML documents. This is the DRAFT
documentation for PSGML version 1.4.
-@end ifinfo
+@end ifnottex
@menu
* Introduction:: Introduction
Repository URL: https://bitbucket.org/xemacs/psgml/
--
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.