commit/bbdb: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in bbdb:
https://bitbucket.org/xemacs/bbdb/commits/9a11b39ecab4/
Changeset: 9a11b39ecab4
User: Jerry James
Date: 2014-05-13 21:55:00
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(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 21 files
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,12 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+\.html$
+\.info$
+^lisp/_pkg\.el$
+^lisp/auto-autoloads\.el$
+^lisp/custom-defines\.el$
+^lisp/custom-load\.el$
+^package-info$
+^pdepends\.mk$
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * lisp/.cvsignore: Remove.
+ * texinfo/.cvsignore: Remove.
+ * .hgignore: New file.
+ * lisp/*.el: Restore CVS keyword expansions.
+ * texinfo/bbdb.texinfo: Ditto. Update for texinfo 5.x.
+
2007-02-27 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.32 released.
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-com.el
--- a/lisp/bbdb-com.el
+++ b/lisp/bbdb-com.el
@@ -20,7 +20,7 @@
;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;
-;; $Id$
+;; $Id: bbdb-com.el,v 1.10 2007-02-23 20:24:06 fenk Exp $
;;
(require 'cl)
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-ftp.el
--- a/lisp/bbdb-ftp.el
+++ b/lisp/bbdb-ftp.el
@@ -21,7 +21,7 @@
;;; This file was written by Ivan Vazquez <ivan(a)haldane.bu.edu>
-;;; $Id$
+;;; $Id: bbdb-ftp.el,v 1.9 2007-02-23 20:24:07 fenk Exp $
;;; This file adds the ability to define ftp-sites in a BBDB, much the same
;;; way one adds a regular person's name to the BBDB. It also defines the
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-gnus.el
--- a/lisp/bbdb-gnus.el
+++ b/lisp/bbdb-gnus.el
@@ -19,7 +19,7 @@
;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;
-;; $Id$
+;; $Id: bbdb-gnus.el,v 1.9 2007-02-23 20:24:07 fenk Exp $
;;
(require 'bbdb)
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-hooks.el
--- a/lisp/bbdb-hooks.el
+++ b/lisp/bbdb-hooks.el
@@ -32,7 +32,7 @@
;;; Read the docstrings; read the texinfo file.
;;
-;; $Id$
+;; $Id: bbdb-hooks.el,v 1.7 2007-02-23 20:24:07 fenk Exp $
;;
(require 'bbdb)
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-mhe.el
--- a/lisp/bbdb-mhe.el
+++ b/lisp/bbdb-mhe.el
@@ -22,7 +22,7 @@
;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;
-;; $Id$
+;; $Id: bbdb-mhe.el,v 1.6 2007-02-23 20:24:07 fenk Exp $
;;
(eval-and-compile
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-migrate.el
--- a/lisp/bbdb-migrate.el
+++ b/lisp/bbdb-migrate.el
@@ -21,7 +21,7 @@
;;;
;;
-;; $Id$
+;; $Id: bbdb-migrate.el,v 1.9 2007-02-23 20:24:08 fenk Exp $
;;
(require 'bbdb)
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-print.el
--- a/lisp/bbdb-print.el
+++ b/lisp/bbdb-print.el
@@ -53,7 +53,7 @@
;;; documentation for the allowed options.
;;
-;; $Id$
+;; $Id: bbdb-print.el,v 1.7 2007-02-23 20:24:08 fenk Exp $
;;
;;; Installation:
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-reportmail.el
--- a/lisp/bbdb-reportmail.el
+++ b/lisp/bbdb-reportmail.el
@@ -51,7 +51,7 @@
;; Initial release.
;;
-;; $Id$
+;; $Id: bbdb-reportmail.el,v 1.7 2007-02-23 20:24:08 fenk Exp $
;;
;;-----------------------------------------------------------------------
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-rmail.el
--- a/lisp/bbdb-rmail.el
+++ b/lisp/bbdb-rmail.el
@@ -18,7 +18,7 @@
;;; along with GNU Emacs; see the file COPYING. If not, write to
;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;
-;; $Id$
+;; $Id: bbdb-rmail.el,v 1.8 2007-02-26 22:25:26 fenk Exp $
;;
(require 'bbdb)
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-sc.el
--- a/lisp/bbdb-sc.el
+++ b/lisp/bbdb-sc.el
@@ -26,7 +26,7 @@
;;; for improvements and to Michael D. Carney <carney(a)ltx-tr.com>
;;; for testing and feedback.
-;;; $Id$
+;;; $Id: bbdb-sc.el,v 1.8 2007-02-23 20:24:08 fenk Exp $
;;; This file adds the ability to define attributions for Supercite in
;;; a BBDB, enables you to retrieve your standard attribution from
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-snarf.el
--- a/lisp/bbdb-snarf.el
+++ b/lisp/bbdb-snarf.el
@@ -2,7 +2,7 @@
;;;
;;; Copyright (C) 1997 by John Heidemann <johnh(a)isi.edu>.
-;;; $Id$
+;;; $Id: bbdb-snarf.el,v 1.8 2007-02-23 20:24:08 fenk Exp $
;;;
;;; This file is free software; you can redistribute it and/or modify
;;; it under the terms of the GNU General Public License as published
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-srv.el
--- a/lisp/bbdb-srv.el
+++ b/lisp/bbdb-srv.el
@@ -20,7 +20,7 @@
;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;
-;; $Id$
+;; $Id: bbdb-srv.el,v 1.9 2007-02-23 20:24:08 fenk Exp $
;;; This requires the `gnuserv' and `itimer' packages.
;;;
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-vm.el
--- a/lisp/bbdb-vm.el
+++ b/lisp/bbdb-vm.el
@@ -19,7 +19,7 @@
;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;
-;; $Id$
+;; $Id: bbdb-vm.el,v 1.8 2007-02-23 20:24:08 fenk Exp $
;;
(eval-and-compile
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb-w3.el
--- a/lisp/bbdb-w3.el
+++ b/lisp/bbdb-w3.el
@@ -17,7 +17,7 @@
;;; the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
;;
-;; $Id$
+;; $Id: bbdb-w3.el,v 1.7 2007-02-23 20:24:09 fenk Exp $
;;
(require 'bbdb-com)
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb lisp/bbdb.el
--- a/lisp/bbdb.el
+++ b/lisp/bbdb.el
@@ -35,7 +35,7 @@
;;; | information plus state information about how you have BBDB set up. |
;;; ------------------------------------------------------------------------
;;;
-;;; $Id$
+;;; $Id: bbdb.el,v 1.10 2007-02-23 20:24:09 fenk Exp $
(require 'timezone)
(eval-when-compile (require 'cl))
@@ -65,7 +65,7 @@
)
(defconst bbdb-version "2.35")
-(defconst bbdb-version-date "$Date$")
+(defconst bbdb-version-date "$Date: 2007-02-23 20:24:09 $")
(defcustom bbdb-gui (if (fboundp 'display-color-p) ; Emacs 21
(display-color-p)
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb texinfo/.cvsignore
--- a/texinfo/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-bbdb*.html
diff -r f9bdc83b52865b2df13c9166ebe5ba63195dd754 -r 9a11b39ecab421b158f538974bc4c634d489aecb texinfo/bbdb.texinfo
--- a/texinfo/bbdb.texinfo
+++ b/texinfo/bbdb.texinfo
@@ -5,10 +5,10 @@
@c %**end of header
@c
-@c $Id$
+@c $Id: bbdb.texinfo,v 1.9 2005-07-24 15:23:05 waider Exp $
@c
-@ifinfo
+@ifnottex
@dircategory Emacs
@direntry
* BBDB: (bbdb). The Insidious Big Brother Database.
@@ -16,7 +16,7 @@
This file documents the Insidious Big Brother Database
-This is edition $Revision$ of the BBDB User Manual for BBDB
+This is edition $Revision: 1.9 $ of the BBDB User Manual for BBDB
version 2.34.
Copyright (c) 1991-1994 Jamie Zawinski <jwz@(a)netscape.com>
@@ -24,12 +24,12 @@
Copyright (c) 1997-1999 Matt Simmons <simmonmt@(a)acm.org>
Copyright (c) 2000-present The BBDB Development Team
-@end ifinfo
+@end ifnottex
@titlepage
@title BBDB User Manual
@subtitle A phone number and address database program for Emacs
-@subtitle Edition $Revision$, $Date$
+@subtitle Edition $Revision: 1.9 $, $Date: 2005-07-24 15:23:05 $
@author by Jamie Zawinski, Matt Simmons and the BBDB Development Team
@page
@@ -40,8 +40,8 @@
Copyright @copyright{} 2000-present The BBDB Development Team
@sp 2
-This is edition $Revision$ of the @cite{BBDB User Manual} for BBDB
-version 2.34, $Date$.@refill
+This is edition $Revision: 1.9 $ of the @cite{BBDB User Manual} for BBDB
+version 2.34, $Date: 2005-07-24 15:23:05 $.@refill
@sp 2
@@ -220,7 +220,7 @@
This program consists of several groups of files, organized by
directory:
-@ifinfo
+@ifnottex
@example
lisp - the main program code for the @b{BBDB}
tex - TeX support files for @xref{bbdb-print}, the @b{BBDB}
@@ -231,7 +231,7 @@
bits - things that have been written as add-ons for @b{BBDB}
but have not yet been merged with the main codebase
@end example
-@end ifinfo
+@end ifnottex
@iftex
@bgroup(a)tableindent=1.5in
@table @b
@@ -416,7 +416,7 @@
After configuring, run one of the following commands:
-@ifinfo
+@ifnottex
@example
@code{make bbdb} - Build the core, mailer independent, components
@code{make gnus} - Core components plus @code{Gnus} support
@@ -426,7 +426,7 @@
@code{make all} - Core components plus support for all mailers
listed above
@end example
-@end ifinfo
+@end ifnottex
@iftex
@bgroup(a)tableindent=1.5in
@table @b
@@ -490,7 +490,7 @@
tree and the production code.
@end itemize
-@ifinfo
+@ifnottex
@subsubheading TeX files
The @file{tex} subdirectory contains the TeX support files for
@@ -501,7 +501,7 @@
@code{TEXINPUTS} environment variable. If neither of these two options
is taken, TeX will not be able to process the file output by
@code{bbdb-print}.
-@end ifinfo
+@end ifnottex
@iftex
@subsubheading @TeX files
@@ -3941,7 +3941,7 @@
Last, but not least, thanks to Jamie Zawinski for writing @b{BBDB} in the
first place.
-@ifinfo
+@ifnottex
@node _,,,(dir)
@unnumbered _
@example
@@ -3964,7 +3964,7 @@
* Top::
@end menu
-@end ifinfo
+@end ifnottex
@node Concept Index, Variable Index,, Top
@unnumbered Concept Index
Repository URL: https://bitbucket.org/xemacs/bbdb/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
commit/forms: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in forms:
https://bitbucket.org/xemacs/forms/commits/c9a8ed0f6ba3/
Changeset: c9a8ed0f6ba3
User: Jerry James
Date: 2014-05-13 21:55:00
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(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 5 files
diff -r 0ddb99b38d8c1147e1aca5bb5bf24ade1a9317cc -r c9a8ed0f6ba369ca802575e76ff5f2d04d7bc581 .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-forms*.html
diff -r 0ddb99b38d8c1147e1aca5bb5bf24ade1a9317cc -r c9a8ed0f6ba369ca802575e76ff5f2d04d7bc581 .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 0ddb99b38d8c1147e1aca5bb5bf24ade1a9317cc -r c9a8ed0f6ba369ca802575e76ff5f2d04d7bc581 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+ * forms.el: Restore CVS keyword expansions.
+ * forms.texi: Update for texinfo 5.x.
+
2011-12-22 Vin Shelton <acs(a)xemacs.org>
* forms.el (forms-version): Set $Revision to the most recent CVS
diff -r 0ddb99b38d8c1147e1aca5bb5bf24ade1a9317cc -r c9a8ed0f6ba369ca802575e76ff5f2d04d7bc581 forms.el
--- a/forms.el
+++ b/forms.el
@@ -305,7 +305,7 @@
(defconst forms-version (substring "$Revision: 1.3 $" 11 -2)
"The version number of forms-mode (as string). The complete RCS id is:
- $Id$")
+ $Id: forms.el,v 1.3 1999-12-04 11:31:33 andreasj Exp $")
(defcustom forms-mode-hooks nil
"Hook functions to be run upon entering Forms mode."
diff -r 0ddb99b38d8c1147e1aca5bb5bf24ade1a9317cc -r c9a8ed0f6ba369ca802575e76ff5f2d04d7bc581 forms.texi
--- a/forms.texi
+++ b/forms.texi
@@ -20,7 +20,7 @@
* Forms:: Mode for working with simple textual data bases in a
forms-oriented manner
@end direntry
-@ifinfo
+@ifnottex
This file documents Forms mode, a form-editing major mode for GNU Emacs.
Permission is granted to make and distribute verbatim copies of this
@@ -34,7 +34,7 @@
paragraph not being relevant to the printed manual).
@end ignore
-@end ifinfo
+@end ifnottex
@iftex
@titlepage
@@ -59,10 +59,10 @@
@end titlepage
@end iftex
-@ifinfo
+@ifnottex
@node Top
@top Forms Mode
-@end ifinfo
+@end ifnottex
Forms mode is an Emacs major mode for working with simple textual data
bases in a forms-oriented manner. In Forms mode, the information in
Repository URL: https://bitbucket.org/xemacs/forms/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
commit/mail-lib: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in mail-lib:
https://bitbucket.org/xemacs/mail-lib/commits/32f3c8d91f01/
Changeset: 32f3c8d91f01
User: Jerry James
Date: 2014-05-13 21:55:00
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(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 4 files
diff -r 38cddbcdd130a9bd62f9396d20471745e375b30a -r 32f3c8d91f01737a6647cf8a08a48cecf75a2745 .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,11 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+\.info$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$
diff -r 38cddbcdd130a9bd62f9396d20471745e375b30a -r 32f3c8d91f01737a6647cf8a08a48cecf75a2745 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+ * smtpmail.texi: Update for texinfo 5.x.
+
2008-07-23 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.80 released.
diff -r 38cddbcdd130a9bd62f9396d20471745e375b30a -r 32f3c8d91f01737a6647cf8a08a48cecf75a2745 smtpmail.texi
--- a/smtpmail.texi
+++ b/smtpmail.texi
@@ -31,9 +31,9 @@
@end direntry
@titlepage
-@title{Emacs SMTP Library}
-@subtitle{An Emacs package for sending mail via SMTP}
-@author{Simon Josefsson, Alex Schroeder}
+@title Emacs SMTP Library
+@subtitle An Emacs package for sending mail via SMTP
+@author Simon Josefsson, Alex Schroeder
@page
@vskip 0pt plus 1filll
@insertcopying
Repository URL: https://bitbucket.org/xemacs/mail-lib/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
commit/re-builder: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in re-builder:
https://bitbucket.org/xemacs/re-builder/commits/b769a7d35713/
Changeset: b769a7d35713
User: Jerry James
Date: 2014-05-13 21:55:00
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(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 2 files
diff -r dc1000c3ffcb29dc0cfbd7720e30e67255d294e3 -r b769a7d35713ad0addc3c020117954df90254467 .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,11 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+\.info$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$
diff -r dc1000c3ffcb29dc0cfbd7720e30e67255d294e3 -r b769a7d35713ad0addc3c020117954df90254467 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .hgignore: New file.
+
2005-09-12 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.05 released.
Repository URL: https://bitbucket.org/xemacs/re-builder/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
commit/general-docs: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in general-docs:
https://bitbucket.org/xemacs/general-docs/commits/f6c49967e4d9/
Changeset: f6c49967e4d9
User: Jerry James
Date: 2014-05-13 21:55:00
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(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 8 files
diff -r 61ebe6c6b1bf84bf0fe5685ef66fed734bd00679 -r f6c49967e4d9aa7af1bcf8b344597278c5e5c7d2 .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 61ebe6c6b1bf84bf0fe5685ef66fed734bd00679 -r f6c49967e4d9aa7af1bcf8b344597278c5e5c7d2 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * texi/packages/.cvsignore: Remove.
+ * texi/xemacs/.cvsignore: Remove.
+ * .hgignore: New file.
+ * texi/xemacs/fontconfig.texi: Update for texinfo 5.x.
+ * texi/xemacs/xemacs-devguide.texi: Ditto. Restore CVS keyword
+ expansions.
+
2009-02-24 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.06 released.
diff -r 61ebe6c6b1bf84bf0fe5685ef66fed734bd00679 -r f6c49967e4d9aa7af1bcf8b344597278c5e5c7d2 texi/.cvsignore
--- a/texi/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*.html
-*.info
diff -r 61ebe6c6b1bf84bf0fe5685ef66fed734bd00679 -r f6c49967e4d9aa7af1bcf8b344597278c5e5c7d2 texi/packages/.cvsignore
--- a/texi/packages/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*.html
-*.info
diff -r 61ebe6c6b1bf84bf0fe5685ef66fed734bd00679 -r f6c49967e4d9aa7af1bcf8b344597278c5e5c7d2 texi/xemacs/.cvsignore
--- a/texi/xemacs/.cvsignore
+++ /dev/null
@@ -1,2 +0,0 @@
-*.html
-*.info
diff -r 61ebe6c6b1bf84bf0fe5685ef66fed734bd00679 -r f6c49967e4d9aa7af1bcf8b344597278c5e5c7d2 texi/xemacs/fontconfig.texi
--- a/texi/xemacs/fontconfig.texi
+++ b/texi/xemacs/fontconfig.texi
@@ -33,7 +33,7 @@
@end titlepage
-@ifinfo
+@ifnottex
@node Top, Copying, (dir), (dir)
@top Fontconfig
@@ -77,7 +77,7 @@
@c distributions of the fontconfig library available from the CVS
@c repository of the XFree86 Project in module xc/extra/fontconfig.
-@end ifinfo
+@end ifnottex
@menu
* Copying::
diff -r 61ebe6c6b1bf84bf0fe5685ef66fed734bd00679 -r f6c49967e4d9aa7af1bcf8b344597278c5e5c7d2 texi/xemacs/xemacs-devguide.texi
--- a/texi/xemacs/xemacs-devguide.texi
+++ b/texi/xemacs/xemacs-devguide.texi
@@ -1,5 +1,5 @@
\input texinfo @c -*-texinfo-*-
-@c $Id$
+@c $Id: xemacs-devguide.texi,v 1.7 2009-02-24 09:59:13 stephent Exp $
@c Generate HTML with:
@c (shell-command "texi2html -number -monolithic xemacs-devguide.texi" nil)
@c
@@ -99,6 +99,7 @@
* The Work Roles::
* The Work Flow::
* XEmacs Resources on the Internet::
+* Copying::
* Nodes borrowed from other projects not adapted to XEmacs::
* Index::
@@ -183,7 +184,6 @@
* News::
* Surveys::
* Free Software Directories::
-* Copying::
Bugs
@@ -687,14 +687,14 @@
@c #### fix these urefs!!
Developers should be familiar with the
@uref{http://www.xemacs.org/Documentation/21.5/html/,XEmacs Lisp Manual}
-@ifinfo
+@ifnottex
@xref{Top, XEmacs Lisp Reference, , lispref}.
-@end ifinfo
+@end ifnottex
as well as the
@uref{http://www.xemacs.org/Documentation/21.5/html/,XEmacs Manual}.
-@ifinfo
+@ifnottex
@xref{Top, XEmacs User's Guide, , xemacs}.
-@end ifinfo
+@end ifnottex
@cindex xemacs-design mailing list
@cindex mailing lists, xemacs-design
@@ -2207,11 +2207,11 @@
@node XEmacs Resources on the Internet, Copying, The Work Flow, Top
@chapter XEmacs Resources on the Internet
-@strong{Write this node! Get mailing list and newsgroup information
+@strong{Write this node!} Get mailing list and newsgroup information
from the @uref{http://www.xemacs.org/Lists/, mailing list page},
available as the module @emph{xemacsweb} @ref{CVS Repository}.
-There should also be a node for the Emacs Wiki.}
+There should also be a node for the Emacs Wiki.
@cindex XEmacs Resources on the Internet
@@ -2418,9 +2418,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
@@ -2643,9 +2643,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
@@ -2673,9 +2673,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
@@ -2769,7 +2769,7 @@
@end menu
-@node Support Requests, Bugs, , Top
+@node Support Requests, Bugs, Nodes borrowed from other projects not adapted to XEmacs, Nodes borrowed from other projects not adapted to XEmacs
@chapter Support Requests
@cindex Support Requests
@@ -2780,7 +2780,7 @@
-@node Bugs, Feature Requests, Support Requests, Top
+@node Bugs, Feature Requests, Support Requests, Nodes borrowed from other projects not adapted to XEmacs
@chapter Bugs
@strong{We don't have a tracker. We should. Describe what it should
@@ -3119,7 +3119,7 @@
@end table
-@node Feature Requests, Patch Queue, Bugs, Top
+@node Feature Requests, Patch Queue, Bugs, Nodes borrowed from other projects not adapted to XEmacs
@chapter Feature Requests
@cindex Feature Requests
@@ -3142,7 +3142,7 @@
After incorporating the feature, update the feature request as
described in the previous section (@pxref{Bugs}).
-@node Patch Queue, File Releases, Feature Requests, Top
+@node Patch Queue, File Releases, Feature Requests, Nodes borrowed from other projects not adapted to XEmacs
@chapter Patch Queue
@cindex Patch Queue
@@ -3161,7 +3161,7 @@
-@node File Releases, News, Patch Queue, Top
+@node File Releases, News, Patch Queue, Nodes borrowed from other projects not adapted to XEmacs
@chapter File Releases
@strong{This node and all of its children need to be reviewed and
@@ -3536,7 +3536,7 @@
and must also be given access to the Emacs CVS repository. This can be
accomplished by following these steps:
-@table @emph
+@enumerate
@item
Obtain a
@@ -3550,7 +3550,7 @@
Follow the instructions given in
@uref{https://savannah.gnu.org/cvs/?group=emacs, the CVS instructions}.
-@end table
+@end enumerate
@cindex emacs-devel
@cindex mailing lists, emacs-devel
@@ -3854,7 +3854,7 @@
releases. It also limits the scope of the release, and makes it clear
when we're done.
-@node News, Surveys, File Releases, Top
+@node News, Surveys, File Releases, Nodes borrowed from other projects not adapted to XEmacs
@chapter News
@strong{Needs review.}
@@ -3929,7 +3929,7 @@
The Emacs announcement is described in @ref{Updating the Emacs
Repository}.
-@node Surveys, Free Software Directories, News, Top
+@node Surveys, Free Software Directories, News, Nodes borrowed from other projects not adapted to XEmacs
@chapter Surveys
@strong{Interesting. Should we do this, maybe?}
@@ -3942,7 +3942,7 @@
interface is backwards. First you create questions and note the
question IDs. Then you create a survey and list the question IDs.
-@node Free Software Directories, , Surveys, Top
+@node Free Software Directories, , Surveys, Nodes borrowed from other projects not adapted to XEmacs
@chapter Free Software Directories
@cindex FSF/UNESCO Free Software Directory
Repository URL: https://bitbucket.org/xemacs/general-docs/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
commit/xemacs-devel: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in xemacs-devel:
https://bitbucket.org/xemacs/xemacs-devel/commits/c9931c9b630d/
Changeset: c9931c9b630d
User: Jerry James
Date: 2014-05-13 21:55:00
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(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 9 files
diff -r ec58531392f665a09fe5bc0c75ff371b293dd19d -r c9931c9b630d7f19af84718b59c9602c545f280a .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 ec58531392f665a09fe5bc0c75ff371b293dd19d -r c9931c9b630d7f19af84718b59c9602c545f280a ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * texi/.cvsignore: Remove.
+ * .hgignore: New file.
+ * *.el: Restore CVS keyword expansions.
+
2011-12-22 Vin Shelton <acs(a)xemacs.org>
* bench.el (bench-version): Set $Revision to the most recent CVS
diff -r ec58531392f665a09fe5bc0c75ff371b293dd19d -r c9931c9b630d7f19af84718b59c9602c545f280a bench.el
--- a/bench.el
+++ b/bench.el
@@ -1,11 +1,11 @@
;;; bench.el --- benchmarking utility for emacsen
;; Copyright (C) 1987,88,89,90,93,94,95,96 Free Software Foundation, Inc.
-;; $Id$
-;; $Source$
-;; $Revision$
-;; $Author$
-;; $Date$
+;; $Id: bench.el,v 1.4 2001-09-08 11:01:26 adrian Exp $
+;; $Source: /cvsroot/xemacs/XEmacs/packages/xemacs-packages/xemacs-devel/bench.el,v $
+;; $Revision: 1.4 $
+;; $Author: adrian $
+;; $Date: 2001-09-08 11:01:26 $
;; Author: Shane Holder <holder(a)rsn.hp.com>
;; Adapted-By: Steve Baur <steve(a)xemacs.org>
diff -r ec58531392f665a09fe5bc0c75ff371b293dd19d -r c9931c9b630d7f19af84718b59c9602c545f280a eldoc.el
--- a/eldoc.el
+++ b/eldoc.el
@@ -7,7 +7,7 @@
;; Keywords: extensions
;; Created: 1995-10-06
-;; $Id$
+;; $Id: eldoc.el,v 1.5 2002/01/10 11:36:26 youngs Exp $
;; This file is part of GNU Emacs.
diff -r ec58531392f665a09fe5bc0c75ff371b293dd19d -r c9931c9b630d7f19af84718b59c9602c545f280a eval-expr.el
--- a/eval-expr.el
+++ b/eval-expr.el
@@ -9,7 +9,7 @@
;; Keywords: extensions
;; Created: 1998-07-30
-;; $Id$
+;; $Id: eval-expr.el,v 1.2 1998/08/04 02:43:59 friedman 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
diff -r ec58531392f665a09fe5bc0c75ff371b293dd19d -r c9931c9b630d7f19af84718b59c9602c545f280a patch-keywords.el
--- a/patch-keywords.el
+++ b/patch-keywords.el
@@ -2,7 +2,7 @@
;; Copyright (C) 2002 Steve Youngs
-;; RCS: $Id$
+;; RCS: $Id: patch-keywords.el,v 1.4 2003-08-17 09:34:55 adrian Exp $
;; Author: Steve Youngs <youngs(a)xemacs.org>
;; Maintainer: Steve Youngs <youngs(a)xemacs.org>
;; Created: 2002-01-14
diff -r ec58531392f665a09fe5bc0c75ff371b293dd19d -r c9931c9b630d7f19af84718b59c9602c545f280a pretty-print.el
--- a/pretty-print.el
+++ b/pretty-print.el
@@ -115,7 +115,10 @@
; Change History
;
-; $Log$
+; $Log: pretty-print.el,v $
+; Revision 1.3 2000-10-06 09:35:05 youngs
+; Martin's Monster Mega typo patch
+;
; Revision 1.2 1998/02/10 16:23:33 steveb
; pretty-print fixes
;
diff -r ec58531392f665a09fe5bc0c75ff371b293dd19d -r c9931c9b630d7f19af84718b59c9602c545f280a texi/.cvsignore
--- a/texi/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-patcher*.html
Repository URL: https://bitbucket.org/xemacs/xemacs-devel/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
commit/net-utils: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in net-utils:
https://bitbucket.org/xemacs/net-utils/commits/b5f7d6af3467/
Changeset: b5f7d6af3467
User: Jerry James
Date: 2014-05-13 21:54:59
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(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 6 files
diff -r 4ed5c0a1817d68d946e9bfad4d6d2ac9ffa281e3 -r b5f7d6af346741dccce886fc418100a415c661cd .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,10 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$
diff -r 4ed5c0a1817d68d946e9bfad4d6d2ac9ffa281e3 -r b5f7d6af346741dccce886fc418100a415c661cd ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+ * *.el: Restore CVS keyword expansions.
+
2014-04-07 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.58 released.
diff -r 4ed5c0a1817d68d946e9bfad4d6d2ac9ffa281e3 -r b5f7d6af346741dccce886fc418100a415c661cd metamail.el
--- a/metamail.el
+++ b/metamail.el
@@ -3,7 +3,7 @@
;; Copyright (C) 1993, 1996 Masanobu UMEDA
;; Author: Masanobu UMEDA <umerin(a)mse.kyutech.ac.jp>
-;; Version: $Header$
+;; Version: $Header: /cvsroot/xemacs/XEmacs/packages/xemacs-packages/net-utils/metamail.el,v 1.4 2007-03-06 14:02:59 viteno Exp $
;; Keywords: mail, news, mime, multimedia
;; This file is part of XEmacs.
diff -r 4ed5c0a1817d68d946e9bfad4d6d2ac9ffa281e3 -r b5f7d6af346741dccce886fc418100a415c661cd net-utils.el
--- a/net-utils.el
+++ b/net-utils.el
@@ -2,7 +2,7 @@
;; Author: Peter Breton <pbreton(a)cs.umb.edu>
;; Created: Sun Mar 16 1997
-;; Version: $Id$
+;; Version: $Id: net-utils.el,v 1.5 2007-03-06 14:02:59 viteno Exp $
;; Keywords:
;; Time-stamp: <Monday Mar 5, 2007 14:14:13 steve>
@@ -74,7 +74,7 @@
(defconst net-utils-version (substring "$Revision: 1.5 $" 11 -2)
"The version number of net-utils (as string). The complete RCS id is:
- $Id$")
+ $Id: net-utils.el,v 1.5 2007-03-06 14:02:59 viteno Exp $")
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Customization Variables
diff -r 4ed5c0a1817d68d946e9bfad4d6d2ac9ffa281e3 -r b5f7d6af346741dccce886fc418100a415c661cd shadowfile.el
--- a/shadowfile.el
+++ b/shadowfile.el
@@ -25,7 +25,7 @@
;; LCD Archive Entry:
;; shadowfile|Boris Goldowsky|boris(a)gnu.ai.mit.edu|
;; Helps you keep identical copies of files in multiple places.|
-;; $Date$ |$Revision$|~/misc/shadowfile.el.Z|
+;; $Date: 2007-03-06 14:03:00 $ |$Revision: 1.3 $|~/misc/shadowfile.el.Z|
;;; Synched up with: FSF 19.30.
Repository URL: https://bitbucket.org/xemacs/net-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.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
commit/crisp: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in crisp:
https://bitbucket.org/xemacs/crisp/commits/9b81e3c06816/
Changeset: 9b81e3c06816
User: Jerry James
Date: 2014-05-13 21:54:59
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(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 4 files
diff -r 9a199193038751d27bf9ef14cbf5eefa0ade51b7 -r 9b81e3c0681698aec63f5577dd3ab60995edaedb .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,10 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$
diff -r 9a199193038751d27bf9ef14cbf5eefa0ade51b7 -r 9b81e3c0681698aec63f5577dd3ab60995edaedb ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+ * scroll-lock.el: Restore CVS keyword expansion.
+
2005-04-26 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.15 released.
diff -r 9a199193038751d27bf9ef14cbf5eefa0ade51b7 -r 9b81e3c0681698aec63f5577dd3ab60995edaedb scroll-lock.el
--- a/scroll-lock.el
+++ b/scroll-lock.el
@@ -5,7 +5,7 @@
;; with contributions/suggestions/ideas from:
;; Rick Macdonald <rickm(a)vsl.com>
;; Anders Lindgren <andersl(a)csd.uu.se>
-;; $Revision$
+;; $Revision: 1.2 $
;; Keywords: scroll crisp brief lock
;; This file is part of GNU Emacs.
Repository URL: https://bitbucket.org/xemacs/crisp/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
commit/ediff: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in ediff:
https://bitbucket.org/xemacs/ediff/commits/83d8cad29676/
Changeset: 83d8cad29676
User: Jerry James
Date: 2014-05-13 21:54:59
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(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 3 files
diff -r 68569d2f5904bfc32cc5f9beececfb6e56b6f152 -r 83d8cad2967684900b32ce576820ec5f588d2339 .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-ediff*.html
diff -r 68569d2f5904bfc32cc5f9beececfb6e56b6f152 -r 83d8cad2967684900b32ce576820ec5f588d2339 .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 68569d2f5904bfc32cc5f9beececfb6e56b6f152 -r 83d8cad2967684900b32ce576820ec5f588d2339 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+
2013-01-27 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.82 released.
Repository URL: https://bitbucket.org/xemacs/ediff/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
commit/mine: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 8 months
Bitbucket
1 new commit in mine:
https://bitbucket.org/xemacs/mine/commits/10ec47b1fc7c/
Changeset: 10ec47b1fc7c
User: Jerry James
Date: 2014-05-13 21:54:59
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(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 3 files
diff -r ccb3d74d9f75a12b77197f480da12f31e495a98d -r 10ec47b1fc7cc5301b82def02682bbfad6484a98 .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,10 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$
diff -r ccb3d74d9f75a12b77197f480da12f31e495a98d -r 10ec47b1fc7cc5301b82def02682bbfad6484a98 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+
2003-10-31 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.16 released.
Repository URL: https://bitbucket.org/xemacs/mine/
--
This is a commit notification from bitbucket.org. You are receiving
this because you have the service enabled, addressing the recipient of
this email.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches