commit/mh-e: 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 mh-e:

https://bitbucket.org/xemacs/mh-e/commits/01805dc8bff1/
Changeset:   01805dc8bff1
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 #:  4 files

diff -r 75ee31abcb26795cb9316dd53cdead6f9728e2ab -r 01805dc8bff17a81f2ba4e4002118c7009706673 .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-mh-e*.html

diff -r 75ee31abcb26795cb9316dd53cdead6f9728e2ab -r 01805dc8bff17a81f2ba4e4002118c7009706673 .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 75ee31abcb26795cb9316dd53cdead6f9728e2ab -r 01805dc8bff17a81f2ba4e4002118c7009706673 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-13  Jerry James  <[email protected]>
+
+	* .cvsignore: Remove.
+	* .hgignore: New file.
+	* mh-e.texi: Restore CVS keyword expansions.  Update for texinfo 5.x.
+
 2011-03-18  Norbert Koch  <[email protected]>
 
 	* Makefile (VERSION): XEmacs package 1.33 released.

diff -r 75ee31abcb26795cb9316dd53cdead6f9728e2ab -r 01805dc8bff17a81f2ba4e4002118c7009706673 mh-e.texi
--- a/mh-e.texi
+++ b/mh-e.texi
@@ -1,5 +1,5 @@
 \input texinfo   @c -*-texinfo-*-
-@c $Id$
+@c $Id: mh-e.texi,v 1.6 2003-04-30 01:28:04 youngs Exp $
 @c %**start of header
 @setfilename ../info/mh-e
 @settitle mh-e
@@ -18,7 +18,7 @@
 @set UPDATED 18 February 2001
 @set UPDATE-MONTH February 2001
 
-@ifinfo
+@ifnottex
 This is Edition @value{EDITION}, last updated @value{UPDATED}, of
 @cite{mh-e, The Emacs Interface to MH}, for mh-e, Version
 @value{VERSION}.
@@ -41,7 +41,7 @@
 Documentation License.  If you want to distribute this document
 separately from the collection, you can do so by adding a copy of the
 license to the document, as described in section 6 of the license.
-@end ifinfo
+@end ifnottex
 
 @titlepage
 @sp 10
@@ -77,7 +77,7 @@
 license to the document, as described in section 6 of the license.
 @end titlepage
 
-@ifinfo
+@ifnottex
 @node Top, Preface, (dir), (dir)
 @top MH and Emacs
 This is Edition @value{EDITION} of @cite{mh-e, The Emacs Interface to
@@ -96,7 +96,7 @@
 * Variable Index::              
 * Concept Index::               
 @end menu
-@end ifinfo
+@end ifnottex
 
 @node Preface, Tour Through mh-e, Top, Top
 @unnumbered Preface
@@ -134,9 +134,9 @@
 @iftex
 @cite{GNU Emacs Manual},
 @end iftex
-@ifinfo
+@ifnottex
 @ref{top, , GNU Emacs Manual, emacs, The GNU Emacs Manual},
-@end ifinfo
+@end ifnottex
 from the Free Software Foundation.
 
 If more information is needed, you can go to the Unix manual pages of
@@ -2060,7 +2060,7 @@
 @kbd{C-h C-d}, or you can request an order form from
 @i{gnu@@gnu.org}.}
 @end iftex
-@ifinfo
+@ifnottex
 @footnote{Perhaps you can find the online version of @ref{Top, The GNU
 Emacs Lisp Reference Manual, , elisp, GNU Emacs Lisp Reference Manual}.
 If not, you can order a printed manual, which has the desirable
@@ -2068,7 +2068,7 @@
 made all this great software available.  You can find an order form by
 running @kbd{C-h C-d}, or you can request an order form from
 @i{gnu@@gnu.org}.}
-@end ifinfo
+@end ifnottex
 and you can look at the code itself for examples.  Look in the Emacs
 Lisp directory on your system (such as @file{/usr/local/lib/emacs/lisp})
 and find all the @file{mh-*.el} files there.  When calling mh-e and
@@ -3609,9 +3609,9 @@
 @iftex
 @appendixsec TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
 @end iftex
-@ifinfo
+@ifnottex
 @center TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
-@end ifinfo
+@end ifnottex
 
 @enumerate 0
 @item
@@ -3834,9 +3834,9 @@
 @iftex
 @heading NO WARRANTY
 @end iftex
-@ifinfo
+@ifnottex
 @center NO WARRANTY
-@end ifinfo
+@end ifnottex
 
 @item
 BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
@@ -3864,9 +3864,9 @@
 @iftex
 @heading END OF TERMS AND CONDITIONS
 @end iftex
-@ifinfo
+@ifnottex
 @center END OF TERMS AND CONDITIONS
-@end ifinfo
+@end ifnottex
 
 @page
 @appendixsec How to Apply These Terms to Your New Programs

Repository URL: https://bitbucket.org/xemacs/mh-e/

--

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.