commit/elib: 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 elib:

https://bitbucket.org/xemacs/elib/commits/934dbb105516/
Changeset:   934dbb105516
User:        Jerry James
Date:        2014-05-13 21:54:58
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 #:  22 files

diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,26 +0,0 @@
-elib.aux
-elib.cp
-elib.dvi
-elib.fn
-elib.html
-elib.info*
-elib.ky
-elib.log
-elib.pg
-elib.toc
-elib.tp
-elib.vr
-elib_1.html
-elib_10.html
-elib_2.html
-elib_3.html
-elib_4.html
-elib_5.html
-elib_6.html
-elib_7.html
-elib_8.html
-elib_9.html
-elib_abt.html
-elib_ovr.html
-elib_toc.html
-gpl.html

diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,22 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+\.html$
+\.info$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^elib\.aux$
+^elib\.cp$
+^elib\.dvi$
+^elib\.fn$
+^elib\.ky$
+^elib\.log$
+^elib\.pg$
+^elib\.toc$
+^elib\.tp$
+^elib\.vr$
+^package-info$
+^pdepends\.mk$

diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2014-05-13  Jerry James  <[email protected]>
+
+	* .cvsignore: Remove.
+	* .hgignore: New file.
+	* *.el: Restore CVS keyword expansions.
+	* INSTALL: Ditto.
+	* Makefile.dist: Ditto.
+	* elib.texi: Ditto.  Update for texinfo 5.x.
+	* gpl.texi: Update for texinfo 5.x.
+
 2008-01-01  Norbert Koch  <[email protected]>
 
 	* Makefile (VERSION): XEmacs package 1.13 released.

diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 INSTALL
--- a/INSTALL
+++ b/INSTALL
@@ -1,4 +1,4 @@
-$Id$
+$Id: INSTALL,v 1.1.1.1 1998-10-07 11:10:57 jareth Exp $
 
 This file describes the installation of Elib, the GNU emacs lisp
 library.  You should install not only the library but also the on-line

diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 Makefile.dist
--- a/Makefile.dist
+++ b/Makefile.dist
@@ -1,4 +1,4 @@
-# $Id$
+# $Id: Makefile.dist,v 1.1.1.1 1998-10-07 11:10:57 jareth Exp $
 # Makefile for the GNU Emacs lisp library, Elib
 # Copyright (C) 1991-1995 Free Software Foundation
 #

diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 avltree.el
--- a/avltree.el
+++ b/avltree.el
@@ -1,4 +1,4 @@
-;;;; $Id$
+;;;; $Id: avltree.el,v 1.1.1.1 1998-10-07 11:10:57 jareth Exp $
 ;;;; This file implements balanced binary trees, AVL-trees.
 
 ;; Copyright (C) 1991-1995 Free Software Foundation

diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 bintree.el
--- a/bintree.el
+++ b/bintree.el
@@ -1,4 +1,4 @@
-;;;; $Id$
+;;;; $Id: bintree.el,v 1.1.1.1 1998-10-07 11:10:57 jareth Exp $
 ;;; This file implements binary trees.
 
 ;; Copyright (C) 1991-1995 Free Software Foundation

diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 cookie.el
--- a/cookie.el
+++ b/cookie.el
@@ -1,4 +1,4 @@
-;;; $Id$
+;;; $Id: cookie.el,v 1.2 2000-10-06 08:35:00 youngs Exp $
 ;;; cookie.el -- Utility to display cookies in buffers
 
 ;; Copyright (C) 1991-1995   Free Software Foundation

diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 dll-debug.el
--- a/dll-debug.el
+++ b/dll-debug.el
@@ -1,5 +1,5 @@
 ;;; dll-debug -- A slow implementation of dll for debugging.
-;;; $Id$
+;;; $Id: dll-debug.el,v 1.1.1.1 1998-10-07 11:10:57 jareth Exp $
 
 ;; Copyright (C) 1991-1995  Free Software Foundation
 

diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 dll.el
--- a/dll.el
+++ b/dll.el
@@ -1,4 +1,4 @@
-;;; $Id$
+;;; $Id: dll.el,v 1.1.1.1 1998-10-07 11:10:57 jareth Exp $
 ;;; elib-dll.el -- Some primitives for Doubly linked lists.
 
 ;; Copyright (C) 1991-1995  Free Software Foundation

diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 elib-compile-all.el
--- a/elib-compile-all.el
+++ b/elib-compile-all.el
@@ -1,4 +1,4 @@
-;;;; $Id$
+;;;; $Id: elib-compile-all.el,v 1.1.1.1 1998-10-07 11:10:57 jareth Exp $
 ;;;; This file byte-compiles all .el files in elib.
 
 ;; Copyright (C) 1991-1995 Free Software Foundation

diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 elib-node.el
--- a/elib-node.el
+++ b/elib-node.el
@@ -1,4 +1,4 @@
-;;;; $Id$
+;;;; $Id: elib-node.el,v 1.1.1.1 1998-10-07 11:10:57 jareth Exp $
 ;;;; Nodes used in binary trees and doubly linked lists.
 
 ;; Copyright (C) 1991-1995 Free Software Foundation

diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 elib-test.el
--- a/elib-test.el
+++ b/elib-test.el
@@ -1,4 +1,4 @@
-;;;; $Id$
+;;;; $Id: elib-test.el,v 1.1.1.1 1998-10-07 11:10:57 jareth Exp $
 ;;;; This file contains functions for testing all packages in ELIB.
 
 ;; Copyright (C) 1991-1995 Free Software Foundation

diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 elib.texi
--- a/elib.texi
+++ b/elib.texi
@@ -1,6 +1,6 @@
 \input texinfo   @c -*-texinfo-*-
 
-@comment $Id$
+@comment $Id: elib.texi,v 1.3 2001-12-31 09:36:02 adrian Exp $
 @comment Documentation for the GNU Emacs lisp library, Elib
 @comment Copyright (C) 1991, 1992 Free Software Foundation
 
@@ -30,18 +30,18 @@
 @setchapternewpage odd
 @syncodeindex fn cp
      
-@ifinfo
+@ifnottex
 Copyright @copyright{} 1991, 1992 Free Software Foundation
-@end ifinfo
+@end ifnottex
      
 @comment The titlepage section does not appear in the Info file.
 @titlepage
 @sp 4
 @comment The title is printed in a large font.
 @center @titlefont{User's Guide}
-@sp
+@sp 1
 @center @titlefont{to}
-@sp
+@sp 1
 @center @titlefont{Elib - The Emacs Lisp Library}
 @sp 2
 @center version 1.0
@@ -79,7 +79,7 @@
 @comment                   The real text starts here
 @comment ================================================================
 
-@ifinfo
+@ifnottex
 @node    Top, License information, (dir), (dir)
 @comment node-name, next,          previous, up
 @cindex Introduction
@@ -91,7 +91,7 @@
 base for all kinds of other elisp packages and are not programs, modes
 or packages of their own.
 
-@end ifinfo
+@end ifnottex
 @menu
 * License information::         Information about terms for copying Elib.
 * What is Elib?::               What is Elib?
@@ -1478,13 +1478,13 @@
 a bug report to @code{elib-maintainers@@lysator.liu.se}.  We will try to
 be as quick as possible in fixing the bugs and redistributing the fixes.
 
-@ifinfo
+@ifnottex
 @node    Node index,  , Reporting bugs, Top
 @comment node-name,    next,  previous,      up
 @unnumbered Node index
 
 @printindex cp
-@end ifinfo
+@end ifnottex
 
 @contents
 @bye

diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 gpl.texi
--- a/gpl.texi
+++ b/gpl.texi
@@ -64,9 +64,9 @@
 @iftex
 @unnumberedsec 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
 @item
@@ -289,9 +289,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
@@ -319,9 +319,9 @@
 @iftex
 @heading END OF TERMS AND CONDITIONS
 @end iftex
-@ifinfo
+@ifnottex
 @center END OF TERMS AND CONDITIONS
-@end ifinfo
+@end ifnottex
 
 @page
 @unnumberedsec How to Apply These Terms to Your New Programs

diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 queue-f.el
--- a/queue-f.el
+++ b/queue-f.el
@@ -1,4 +1,4 @@
-;;;; $Id$
+;;;; $Id: queue-f.el,v 1.1.1.1 1998-10-07 11:10:58 jareth Exp $
 ;;;; This file implements a simple FIFO queue.
 
 ;; Copyright (C) 1991-1995 Free Software Foundation

diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 queue-m.el
--- a/queue-m.el
+++ b/queue-m.el
@@ -1,4 +1,4 @@
-;;;; $Id$
+;;;; $Id: queue-m.el,v 1.1.1.1 1998-10-07 11:10:58 jareth Exp $
 ;;;; This file implements a simple FIFO queue using macros.
 
 ;; Copyright (C) 1991-1995 Free Software Foundation

diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 read.el
--- a/read.el
+++ b/read.el
@@ -1,4 +1,4 @@
-;;;; $Id$
+;;;; $Id: read.el,v 1.1.1.1 1998-10-07 11:10:58 jareth Exp $
 ;;;; This file contains a number of functions for reading from the
 ;;;; minibuffer.
 

diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 stack-f.el
--- a/stack-f.el
+++ b/stack-f.el
@@ -1,4 +1,4 @@
-;;;; $Id$
+;;;; $Id: stack-f.el,v 1.1.1.1 1998-10-07 11:10:58 jareth Exp $
 ;;;; This file implements a simple LIFO stack.
 
 ;; Copyright (C) 1991-1995 Free Software Foundation

diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 stack-m.el
--- a/stack-m.el
+++ b/stack-m.el
@@ -1,4 +1,4 @@
-;;;; $Id$
+;;;; $Id: stack-m.el,v 1.1.1.1 1998-10-07 11:10:58 jareth Exp $
 ;;;; This file implements a simple LIFO stack using macros.
 
 ;; Copyright (C) 1991-1995 Free Software Foundation

diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 startup-template.el
--- a/startup-template.el
+++ b/startup-template.el
@@ -1,4 +1,4 @@
-;;; $Id$
+;;; $Id: startup-template.el,v 1.1.1.1 1998-10-07 11:10:58 jareth Exp $
 ;;; Support for the elisp library elib.
 (setq load-path (append (list ELIB_PATH)
 			load-path))

diff -r b4507a4857330d15869ce16cd74c1014aa9ecbcb -r 934dbb1055166b9f0496ecd2b7dae76894a20a28 string.el
--- a/string.el
+++ b/string.el
@@ -1,4 +1,4 @@
-;;;; $Id$
+;;;; $Id: string.el,v 1.1.1.1 1998-10-07 11:10:58 jareth Exp $
 ;;;; This file contains some miscellaneous string functions
 
 ;; Copyright (C) 1991-1995 Free Software Foundation

Repository URL: https://bitbucket.org/xemacs/elib/

--

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.