commit/mmm-mode: Jerry James: Migrate .cvsignore files to a single .hgignore file.

[email protected]
Newsgroups gmane.emacs.xemacs.patches
Message-ID <[email protected]>
1 new commit in mmm-mode:

https://bitbucket.org/xemacs/mmm-mode/commits/7b2ad2c1025c/
Changeset:   7b2ad2c1025c
User:        Jerry James
Date:        2014-05-13 21:54:51
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 306282595cd6c40b1ac35d774319165413dbf8b4 -r 7b2ad2c1025cf2221df3819d56c9b4a587b5f69a .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-mmm*.html
\ No newline at end of file

diff -r 306282595cd6c40b1ac35d774319165413dbf8b4 -r 7b2ad2c1025cf2221df3819d56c9b4a587b5f69a .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 306282595cd6c40b1ac35d774319165413dbf8b4 -r 7b2ad2c1025cf2221df3819d56c9b4a587b5f69a ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-05-13  Jerry James  <[email protected]>
+
+	* .cvsignore: Remove.
+	* .hgignore: New file.
+	* *.el: Restore CVS keyword expansions.
+	* mkinstalldirs: Ditto.
+	* mmm.texinfo: Update for texinfo 5.x.
+
 2012-01-10  Norbert Koch  <[email protected]>
 
 	* Makefile (VERSION): XEmacs package 1.06 released.

diff -r 306282595cd6c40b1ac35d774319165413dbf8b4 -r 7b2ad2c1025cf2221df3819d56c9b4a587b5f69a mkinstalldirs
--- a/mkinstalldirs
+++ b/mkinstalldirs
@@ -4,7 +4,7 @@
 # Created: 1993-05-16
 # Public domain
 
-# $Id$
+# $Id: mkinstalldirs,v 1.1 2008-12-22 14:02:23 mharnisch Exp $
 
 errstatus=0
 

diff -r 306282595cd6c40b1ac35d774319165413dbf8b4 -r 7b2ad2c1025cf2221df3819d56c9b4a587b5f69a mmm-auto.el
--- a/mmm-auto.el
+++ b/mmm-auto.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2000 by Michael Abraham Shulman
 
 ;; Author: Michael Abraham Shulman <[email protected]>
-;; Version: $Id$
+;; Version: $Id: mmm-auto.el,v 1.2 2008-12-22 14:02:24 mharnisch Exp $
 
 ;;{{{ GPL
 

diff -r 306282595cd6c40b1ac35d774319165413dbf8b4 -r 7b2ad2c1025cf2221df3819d56c9b4a587b5f69a mmm-class.el
--- a/mmm-class.el
+++ b/mmm-class.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2000, 2004 by Michael Abraham Shulman
 
 ;; Author: Michael Abraham Shulman <[email protected]>
-;; Version: $Id$
+;; Version: $Id: mmm-class.el,v 1.3 2010-02-07 18:19:22 sperber-guest Exp $
 
 ;;{{{ GPL
 

diff -r 306282595cd6c40b1ac35d774319165413dbf8b4 -r 7b2ad2c1025cf2221df3819d56c9b4a587b5f69a mmm-cmds.el
--- a/mmm-cmds.el
+++ b/mmm-cmds.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2000 by Michael Abraham Shulman
 
 ;; Author: Michael Abraham Shulman <[email protected]>
-;; Version: $Id$
+;; Version: $Id: mmm-cmds.el,v 1.4 2009-08-14 10:50:32 aidan Exp $
 
 ;;{{{ GPL
 

diff -r 306282595cd6c40b1ac35d774319165413dbf8b4 -r 7b2ad2c1025cf2221df3819d56c9b4a587b5f69a mmm-compat.el
--- a/mmm-compat.el
+++ b/mmm-compat.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2000 by Michael Abraham Shulman
 
 ;; Author: Michael Abraham Shulman <[email protected]>
-;; Version: $Id$
+;; Version: $Id: mmm-compat.el,v 1.3 2008-12-22 14:02:24 mharnisch Exp $
 
 ;;{{{ GPL
 

diff -r 306282595cd6c40b1ac35d774319165413dbf8b4 -r 7b2ad2c1025cf2221df3819d56c9b4a587b5f69a mmm-cweb.el
--- a/mmm-cweb.el
+++ b/mmm-cweb.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2001 by Alan Shutko
 
 ;; Author: Alan Shutko <[email protected]>
-;; Version: $Id$
+;; Version: $Id: mmm-cweb.el,v 1.1 2008-12-22 14:02:24 mharnisch Exp $
 
 ;;{{{ GPL
 

diff -r 306282595cd6c40b1ac35d774319165413dbf8b4 -r 7b2ad2c1025cf2221df3819d56c9b4a587b5f69a mmm-mason.el
--- a/mmm-mason.el
+++ b/mmm-mason.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2000 by Michael Abraham Shulman
 
 ;; Author: Michael Abraham Shulman <[email protected]>
-;; Version: $Id$
+;; Version: $Id: mmm-mason.el,v 1.2 2008-12-22 14:02:24 mharnisch Exp $
 
 ;;{{{ GPL
 

diff -r 306282595cd6c40b1ac35d774319165413dbf8b4 -r 7b2ad2c1025cf2221df3819d56c9b4a587b5f69a mmm-mode.el
--- a/mmm-mode.el
+++ b/mmm-mode.el
@@ -8,7 +8,7 @@
 ;; Keywords: convenience, faces, languages, tools
 ;; Version: 0.4.8
 
-;; Revision: $Id$
+;; Revision: $Id: mmm-mode.el,v 1.2 2008-12-22 14:02:24 mharnisch Exp $
 
 ;;{{{ GPL
 

diff -r 306282595cd6c40b1ac35d774319165413dbf8b4 -r 7b2ad2c1025cf2221df3819d56c9b4a587b5f69a mmm-region.el
--- a/mmm-region.el
+++ b/mmm-region.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2000 by Michael Abraham Shulman
 
 ;; Author: Michael Abraham Shulman <[email protected]>
-;; Version: $Id$
+;; Version: $Id: mmm-region.el,v 1.2 2008-12-22 14:02:24 mharnisch Exp $
 
 ;;{{{ GPL
 

diff -r 306282595cd6c40b1ac35d774319165413dbf8b4 -r 7b2ad2c1025cf2221df3819d56c9b4a587b5f69a mmm-rpm.el
--- a/mmm-rpm.el
+++ b/mmm-rpm.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2000 by Marcus Harnisch <[email protected]>
 
 ;; Author:  Marcus Harnisch <[email protected]>
-;; Version: $Id$
+;; Version: $Id: mmm-rpm.el,v 1.2 2008-12-22 14:02:25 mharnisch Exp $
 
 ;;{{{ GPL
 

diff -r 306282595cd6c40b1ac35d774319165413dbf8b4 -r 7b2ad2c1025cf2221df3819d56c9b4a587b5f69a mmm-sample.el
--- a/mmm-sample.el
+++ b/mmm-sample.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2003, 2004 by Michael Abraham Shulman
 
 ;; Author: Michael Abraham Shulman <[email protected]>
-;; Version: $Id$
+;; Version: $Id: mmm-sample.el,v 1.2 2008-12-22 14:02:25 mharnisch Exp $
 
 ;;{{{ GPL
 

diff -r 306282595cd6c40b1ac35d774319165413dbf8b4 -r 7b2ad2c1025cf2221df3819d56c9b4a587b5f69a mmm-utils.el
--- a/mmm-utils.el
+++ b/mmm-utils.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2000 by Michael Abraham Shulman
 
 ;; Author: Michael Abraham Shulman <[email protected]>
-;; Version: $Id$
+;; Version: $Id: mmm-utils.el,v 1.2 2008-12-22 14:02:25 mharnisch Exp $
 
 ;;{{{ GPL
 

diff -r 306282595cd6c40b1ac35d774319165413dbf8b4 -r 7b2ad2c1025cf2221df3819d56c9b4a587b5f69a mmm-vars.el
--- a/mmm-vars.el
+++ b/mmm-vars.el
@@ -3,7 +3,7 @@
 ;; Copyright (C) 2000, 2004 by Michael Abraham Shulman
 
 ;; Author: Michael Abraham Shulman <[email protected]>
-;; Version: $Id$
+;; Version: $Id: mmm-vars.el,v 1.2 2008-12-22 14:02:25 mharnisch Exp $
 
 ;;{{{ GPL
 

diff -r 306282595cd6c40b1ac35d774319165413dbf8b4 -r 7b2ad2c1025cf2221df3819d56c9b4a587b5f69a mmm.texinfo
--- a/mmm.texinfo
+++ b/mmm.texinfo
@@ -13,7 +13,7 @@
 
 @include version.texi
 
-@ifinfo
+@ifnottex
 This is edition @value{EDITION} of the MMM Mode Manual, last updated
 @value{UPDATED}. It documents version @value{VERSION} of MMM Mode.
 
@@ -42,7 +42,7 @@
 except that this permission notice may be stated in a translation
 approved by the Free Software Foundation.
 
-@end ifinfo
+@end ifnottex
 
 @titlepage
 @title MMM Mode Manual
@@ -72,7 +72,7 @@
 
 @end titlepage
 
-@ifinfo
+@ifnottex
 @node Top, Overview, (dir), (dir)
 @top MMM Mode
 
@@ -82,7 +82,7 @@
 This is edition @value{EDITION} of the MMM Mode Manual, last updated
 @value{UPDATED}, which documents version @value{VERSION} of MMM Mode.
 
-@end ifinfo
+@end ifnottex
 
 @menu
 * Overview::                    An overview and introduction to MMM Mode.

Repository URL: https://bitbucket.org/xemacs/mmm-mode/

--

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.