1 new commit in edit-utils:
https://bitbucket.org/xemacs/edit-utils/commits/4c92c151e2d3/
Changeset: 4c92c151e2d3
User: Jerry James
Date: 2014-05-13 21:54:50
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 #: 13 files
diff -r d31456930643cd907725bb4358892ba4a5a88a8a -r 4c92c151e2d3004b45d3f16e75a099d50787ecc3 .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-tempo*.html
-edit-utils*.html
diff -r d31456930643cd907725bb4358892ba4a5a88a8a -r 4c92c151e2d3004b45d3f16e75a099d50787ecc3 .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 d31456930643cd907725bb4358892ba4a5a88a8a -r 4c92c151e2d3004b45d3f16e75a099d50787ecc3 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.
+ * edit-utils.texi: Update for texinfo 5.x.
+ * tempo.texi: Ditto.
+
2014-01-07 Norbert Koch <[email protected]>
* Makefile (VERSION): XEmacs package 2.52 released.
diff -r d31456930643cd907725bb4358892ba4a5a88a8a -r 4c92c151e2d3004b45d3f16e75a099d50787ecc3 after-save-commands.el
--- a/after-save-commands.el
+++ b/after-save-commands.el
@@ -2,7 +2,7 @@
;; Copyright (C) 1997,98,99 by Karl M. Hegbloom
-;; $Id$
+;; $Id: after-save-commands.el,v 1.8 2002-10-29 20:58:06 scop Exp $
;; Author: Karl M. Hegbloom <[email protected]>
;; Keywords: processes,unix
diff -r d31456930643cd907725bb4358892ba4a5a88a8a -r 4c92c151e2d3004b45d3f16e75a099d50787ecc3 allout.el
--- a/allout.el
+++ b/allout.el
@@ -5,7 +5,7 @@
;; Author: Ken Manheimer <[email protected]>
;; Maintainer: Ken Manheimer <[email protected]>
;; Created: Dec 1991 - first release to usenet
-;; Version: $Id$||
+;; Version: $Id: allout.el,v 1.1 2003-08-07 14:16:11 j_colman Exp $||
;; Keywords: outline mode wp languages
;; This file is part of GNU Emacs.
diff -r d31456930643cd907725bb4358892ba4a5a88a8a -r 4c92c151e2d3004b45d3f16e75a099d50787ecc3 edit-utils.texi
--- a/edit-utils.texi
+++ b/edit-utils.texi
@@ -3674,9 +3674,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 0
@item
@@ -3899,9 +3899,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
@@ -3929,9 +3929,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 d31456930643cd907725bb4358892ba4a5a88a8a -r 4c92c151e2d3004b45d3f16e75a099d50787ecc3 icomplete.el
--- a/icomplete.el
+++ b/icomplete.el
@@ -4,7 +4,7 @@
;; Author: Ken Manheimer <[email protected]>
;; Maintainer: Ken Manheimer <[email protected]>
-;; Version: $Id$
+;; Version: $Id: icomplete.el,v 1.4 2000-11-02 13:49:00 nick Exp $
;; Created: Mar 1993 [email protected] - first release to usenet
;; Keywords: help, abbrev
diff -r d31456930643cd907725bb4358892ba4a5a88a8a -r 4c92c151e2d3004b45d3f16e75a099d50787ecc3 iswitchb.el
--- a/iswitchb.el
+++ b/iswitchb.el
@@ -6,7 +6,7 @@
;; Maintainer: Stephen Eglen <[email protected]>
;; Keywords: extensions
;; location: http://www.cns.ed.ac.uk/people/stephen/emacs/
-;; RCS: $Id$
+;; RCS: $Id: iswitchb.el,v 1.3 2001-07-20 14:09:12 youngs Exp $
;; This file is part of GNU Emacs.
diff -r d31456930643cd907725bb4358892ba4a5a88a8a -r 4c92c151e2d3004b45d3f16e75a099d50787ecc3 recent-files.el
--- a/recent-files.el
+++ b/recent-files.el
@@ -1,5 +1,5 @@
;;; recent-files.el --- Maintain menu of recently opened files.
-;;; $Header$
+;;; $Header: /cvsroot/xemacs/XEmacs/packages/xemacs-packages/edit-utils/recent-files.el,v 1.9 2004-11-08 02:38:42 ben Exp $
;;;
;;; Copyright (C) 1994, 1995 Juergen Nickelsen <[email protected]>
;;; Copyright (C) 2002 Ben Wing.
@@ -421,7 +421,7 @@
"Return a string identifying the current version of recent-files.
If called interactively, show it in the echo area."
(interactive)
- (let ((version "$Header$"))
+ (let ((version "$Header: /cvsroot/xemacs/XEmacs/packages/xemacs-packages/edit-utils/recent-files.el,v 1.9 2004-11-08 02:38:42 ben Exp $"))
(if (interactive-p)
(message version)
version)))
diff -r d31456930643cd907725bb4358892ba4a5a88a8a -r 4c92c151e2d3004b45d3f16e75a099d50787ecc3 rsz-minibuf.el
--- a/rsz-minibuf.el
+++ b/rsz-minibuf.el
@@ -33,7 +33,7 @@
;; This file has received maintenance by the XEmacs development team.
-;; $Id$
+;; $Id: rsz-minibuf.el,v 1.1.1.1 1998-01-14 06:36:14 steve Exp $
;; This package allows the entire contents (or as much as possible) of the
;; minibuffer to be visible at once when typing. As the end of a line is
diff -r d31456930643cd907725bb4358892ba4a5a88a8a -r 4c92c151e2d3004b45d3f16e75a099d50787ecc3 search-buffers.el
--- a/search-buffers.el
+++ b/search-buffers.el
@@ -4,7 +4,7 @@
;; Author: Adrian Aichner, Teradyne GmbH Munich <[email protected]>
;; Date: Sat Dec 26 1998
-;; Version: $Revision$
+;; Version: $Revision: 1.2 $
;; Keywords: internal
;; This file is part of XEmacs.
diff -r d31456930643cd907725bb4358892ba4a5a88a8a -r 4c92c151e2d3004b45d3f16e75a099d50787ecc3 tempo.texi
--- a/tempo.texi
+++ b/tempo.texi
@@ -13,7 +13,7 @@
@set UPDATED 8 June 1995
@set UPDATED-MONTH June 1995
-@ifinfo
+@ifnottex
This is Edition @value{EDITION},
last updated @value{UPDATED},
of @cite{the Tempo manual},
@@ -42,7 +42,7 @@
into another language, under the above conditions for modified versions,
except that this permission notice may be stated in a translation
approved by the Free Software Foundation.
-@end ifinfo
+@end ifnottex
@titlepage
@title Tempo
@@ -75,7 +75,7 @@
approved by the Free Software Foundation.
@end titlepage
-@ifinfo
+@ifnottex
@node Top, Overview, (dir), (dir)
@top Tempo
@@ -111,7 +111,7 @@
* Defining your own elements:: Defining your own elements
@end menu
-@end ifinfo
+@end ifnottex
@node Overview, Templates, Top, Top
@chapter Overview
@@ -286,12 +286,12 @@
template elements.
@end iftex
-@ifinfo
+@ifnottex
This node describes the syntax and semantics of templates defined by
@code{tempo-define-template}. The first part deals with the syntax of
the function itself, while the second part describes the different
template elements.
-@end ifinfo
+@end ifnottex
@menu
* Syntax:: Template syntax
diff -r d31456930643cd907725bb4358892ba4a5a88a8a -r 4c92c151e2d3004b45d3f16e75a099d50787ecc3 vertical-mode.el
--- a/vertical-mode.el
+++ b/vertical-mode.el
@@ -4,7 +4,7 @@
;; Copyright (C) 1998-2000 Pavel Machek <[email protected]>
;;
;; Author: Pavel Machek <[email protected]>
-;; Version: $Id$
+;; Version: $Id: vertical-mode.el,v 1.2 2002-03-24 20:52:50 youngs Exp $
;; Keywords:
;; Requirements:
Repository URL: https://bitbucket.org/xemacs/edit-utils/
--
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.