commit/frame-icon: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 7 months
Bitbucket
1 new commit in frame-icon:
https://bitbucket.org/xemacs/frame-icon/commits/c75fd5296f80/
Changeset: c75fd5296f80
User: Jerry James
Date: 2014-05-13 21:54:52
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 f8371cdd355b3b6288640fb84db3b039237de23a -r c75fd5296f8023a7027d6a95c5a7039fb9f453c1 .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 f8371cdd355b3b6288640fb84db3b039237de23a -r c75fd5296f8023a7027d6a95c5a7039fb9f453c1 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.11 released.
Repository URL: https://bitbucket.org/xemacs/frame-icon/
--
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/cc-mode: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 7 months
Bitbucket
1 new commit in cc-mode:
https://bitbucket.org/xemacs/cc-mode/commits/3e8cac693c40/
Changeset: 3e8cac693c40
User: Jerry James
Date: 2014-05-13 21:54:52
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 ab3c6b89127224a9d35c9e54cef3adb99e6a375f -r 3e8cac693c406f44c41c61b427fb60f0a45b01de .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-cc-mode*.html
diff -r ab3c6b89127224a9d35c9e54cef3adb99e6a375f -r 3e8cac693c406f44c41c61b427fb60f0a45b01de .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,11 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+\.html$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$
diff -r ab3c6b89127224a9d35c9e54cef3adb99e6a375f -r 3e8cac693c406f44c41c61b427fb60f0a45b01de ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+ * cc-mode.texi: Update for texinfo 5.x. Restore CVS keyword
+ expansion.
+
2013-10-28 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.74 released.
diff -r ab3c6b89127224a9d35c9e54cef3adb99e6a375f -r 3e8cac693c406f44c41c61b427fb60f0a45b01de cc-mode.texi
--- a/cc-mode.texi
+++ b/cc-mode.texi
@@ -191,19 +191,28 @@
@titlepage
@sp 10
+@iftex
@center @titlefont{CC Mode 5.32}
@sp 2
@center @subtitlefont{A GNU Emacs mode for editing C and C-like languages}
@sp 2
@center Barry A. Warsaw, Martin Stjernholm, Alan Mackenzie
+@end iftex
+@ifnottex
+@title CC Mode 5.32
+@sp 2
+@subtitle A GNU Emacs mode for editing C and C-like languages
+@sp 2
+@author Barry A. Warsaw, Martin Stjernholm, Alan Mackenzie
+@end ifnottex
@page
@vskip 0pt plus 1filll
@insertcopying
-This manual was generated from $Revision$ of $RCSfile$, which can be
+This manual was generated from $Revision: 5.266 $ of $RCSfile: cc-mode.texi,v $, which can be
downloaded from
-@url{http://cvs.sf.net/viewcvs.py/cc-mode/cc-mode/cc-mode.texi}.
+@url{http://cc-mode.cvs.sourceforge.net/viewvc/cc-mode/cc-mode/cc-mode.texi}.
@end titlepage
@comment !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Repository URL: https://bitbucket.org/xemacs/cc-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.
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches
commit/oo-browser: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 7 months
Bitbucket
1 new commit in oo-browser:
https://bitbucket.org/xemacs/oo-browser/commits/f38cc3157053/
Changeset: f38cc3157053
User: Jerry James
Date: 2014-05-13 21:54:52
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 a0a3bac469f2d74a0af53140dace0cc455060c43 -r f38cc3157053a4c906b4f78fd07e0ad2eee7a850 .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 a0a3bac469f2d74a0af53140dace0cc455060c43 -r f38cc3157053a4c906b4f78fd07e0ad2eee7a850 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .hgignore: New file.
+ * man/oo-browser.texi: Update for texinfo 5.x.
+
2007-06-22 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.05 released.
diff -r a0a3bac469f2d74a0af53140dace0cc455060c43 -r f38cc3157053a4c906b4f78fd07e0ad2eee7a850 man/oo-browser.texi
--- a/man/oo-browser.texi
+++ b/man/oo-browser.texi
@@ -32,8 +32,10 @@
@titlepage
@title The OO-Browser
@subtitle The Multi-language Object-Oriented Code Browser
+@tex
@sp 2
-@centerline{(a)psfig{figure=im/oobr-menu-cv.ps,width=5in}}
+\centerline{\psfig{figure=im/oobr-menu-cv.ps,width=5in}}
+@end tex
@sp 2
@author Bob Weiner
@@ -93,7 +95,7 @@
Edition 4.08
Printed January 3, 2002.
- E-mail: <bwcto(a)users.sf.net>
+ E-mail: <bwcto@(a)users.sf.net>
Web: www.sf.net/projects/oo-browser
</PRE>
Repository URL: https://bitbucket.org/xemacs/oo-browser/
--
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/build: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 7 months
Bitbucket
1 new commit in build:
https://bitbucket.org/xemacs/build/commits/d23fad0f7432/
Changeset: d23fad0f7432
User: Jerry James
Date: 2014-05-13 21:54:52
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 48d1fe7ef06580f7b02cc9c60efd1c3d03286324 -r d23fad0f743247c51135ad04854e4cb510e9e109 .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-*.err
diff -r 48d1fe7ef06580f7b02cc9c60efd1c3d03286324 -r d23fad0f743247c51135ad04854e4cb510e9e109 .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,12 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+\.err$
+\.info$
+^_pkg\.el$
+^auto-autoloads\.el$
+^custom-defines\.el$
+^custom-load\.el$
+^package-info$
+^pdepends\.mk$
diff -r 48d1fe7ef06580f7b02cc9c60efd1c3d03286324 -r d23fad0f743247c51135ad04854e4cb510e9e109 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+ * README: Restore CVS keyword expansions.
+ * build-report.el: Ditto.
+ * build.el: Ditto.
+
2009-10-02 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.15 released.
diff -r 48d1fe7ef06580f7b02cc9c60efd1c3d03286324 -r d23fad0f743247c51135ad04854e4cb510e9e109 README
--- a/README
+++ b/README
@@ -13,13 +13,13 @@
egrep -ni "\$[A-Z][a-z]+" * NUL
Compilation started at Sun Apr 29 23:59:06 2001 +0200 (W. Europe Daylight Time)
egrep: CVS: Invalid request code
-build.el:8:;; Date: $Date$
-build.el:9:;; Version: $Name$
-build.el:71: (let ((x "$Name$"))
-build.el:80: (let ((x "$Date$"))
-build.texi:28:@subtitle Version $Name$ (for XEmacs 21.1, 21.2), dated $Date$
-build.texi:59:This is the XEmacs Build Reference Manual, Version $Name$ (for XEmacs
-build.texi:60:21.1, 21.2), released $Date$, by @email{adrian@(a)xemacs.org, Adrian
+build.el:8:;; Date: $Date: 2002-12-08 21:26:36 $
+build.el:9:;; Version: $Name: $
+build.el:71: (let ((x "$Name: $"))
+build.el:80: (let ((x "$Date: 2002-12-08 21:26:36 $"))
+build.texi:28:@subtitle Version $Name: $ (for XEmacs 21.1, 21.2), dated $Date: 2002-12-08 21:26:36 $
+build.texi:59:This is the XEmacs Build Reference Manual, Version $Name: $ (for XEmacs
+build.texi:60:21.1, 21.2), released $Date: 2002-12-08 21:26:36 $, by @email{adrian@(a)xemacs.org, Adrian
grep exited abnormally with code 2 at Sun Apr 29 23:59:07
diff -r 48d1fe7ef06580f7b02cc9c60efd1c3d03286324 -r d23fad0f743247c51135ad04854e4cb510e9e109 build-report.el
--- a/build-report.el
+++ b/build-report.el
@@ -3,8 +3,8 @@
;; Copyright (C) 1997-2003 Adrian Aichner
;; Author: Adrian Aichner <adrian(a)xemacs.org>
-;; Date: $Date$
-;; Version: $Revision$
+;; Date: $Date: 2009-10-01 18:39:57 $
+;; Version: $Revision: 1.50 $
;; Keywords: internal
;; This file is part of XEmacs.
diff -r 48d1fe7ef06580f7b02cc9c60efd1c3d03286324 -r d23fad0f743247c51135ad04854e4cb510e9e109 build.el
--- a/build.el
+++ b/build.el
@@ -1,12 +1,12 @@
-;;; $Id$
+;;; $Id: build.el,v 1.52 2003-10-13 15:52:13 james Exp $
;;{{{ Legalese
;; Copyright (C) 1997-2002 Adrian Aichner
;; Author: Adrian Aichner <adrian(a)xemacs.org>
-;; Date: $Date$
-;; Version: $Revision$
+;; Date: $Date: 2003-10-13 15:52:13 $
+;; Version: $Revision: 1.52 $
;; Keywords: internal
;; This file is part of XEmacs.
Repository URL: https://bitbucket.org/xemacs/build/
--
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/texinfo: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 7 months
Bitbucket
1 new commit in texinfo:
https://bitbucket.org/xemacs/texinfo/commits/e785c435ea9f/
Changeset: e785c435ea9f
User: Jerry James
Date: 2014-05-13 21:54:52
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 50f7f052401a2bde5f1ae2a7d913705661d8cf2f -r e785c435ea9fd2c235b4852e427eb36c2c7f9427 .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 50f7f052401a2bde5f1ae2a7d913705661d8cf2f -r e785c435ea9fd2c235b4852e427eb36c2c7f9427 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+
2005-09-26 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.30 released.
Repository URL: https://bitbucket.org/xemacs/texinfo/
--
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/viper: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 7 months
Bitbucket
1 new commit in viper:
https://bitbucket.org/xemacs/viper/commits/41d1d58006a1/
Changeset: 41d1d58006a1
User: Jerry James
Date: 2014-05-13 21:54:52
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 b494b72f71b50f624e75e7614cd1d6b6d257d728 -r 41d1d58006a12cbd3e852e6a2f0b384f10791ae5 .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,1 +0,0 @@
-viper*.html
diff -r b494b72f71b50f624e75e7614cd1d6b6d257d728 -r 41d1d58006a12cbd3e852e6a2f0b384f10791ae5 .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 b494b72f71b50f624e75e7614cd1d6b6d257d728 -r 41d1d58006a12cbd3e852e6a2f0b384f10791ae5 ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+
2009-11-27 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.67 released.
Repository URL: https://bitbucket.org/xemacs/viper/
--
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/python-modes: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 7 months
Bitbucket
1 new commit in python-modes:
https://bitbucket.org/xemacs/python-modes/commits/41cee4ed0470/
Changeset: 41cee4ed0470
User: Jerry James
Date: 2014-05-13 21:54:52
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 7c8dac2bc8d9c7ef381dc2b1456a23c95a34b828 -r 41cee4ed04700bb72792d5a70f8734dde46616df .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 7c8dac2bc8d9c7ef381dc2b1456a23c95a34b828 -r 41cee4ed04700bb72792d5a70f8734dde46616df ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+ * pydoc.el.upstream: Restore CVS keyword expansions.
+
2011-12-23 Vin Shelton <acs(a)xemacs.org>
* pydoc.el (string-lessp): Set $Revision to the most recent CVS
diff -r 7c8dac2bc8d9c7ef381dc2b1456a23c95a34b828 -r 41cee4ed04700bb72792d5a70f8734dde46616df pydoc.el.upstream
--- a/pydoc.el.upstream
+++ b/pydoc.el.upstream
@@ -53,7 +53,7 @@
(require 'python-mode)
;; Ensure that the user has a python-mode version which supports pydoc.el.
-(if (string-lessp py-version "$Revision$")
+(if (string-lessp py-version "$Revision: 1.1 $")
(error "(pydoc): you must upgrade from python-mode.el %s to 4.1.1 (or higher)"
(if (string-match "[0-9.]+" py-version)
(match-string 0 py-version) py-version)))
Repository URL: https://bitbucket.org/xemacs/python-modes/
--
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/edt: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 7 months
Bitbucket
1 new commit in edt:
https://bitbucket.org/xemacs/edt/commits/add580f0f82e/
Changeset: add580f0f82e
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(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 3 files
diff -r 94f1da97c08e96f1bf1fd5a255934956e6a37a05 -r add580f0f82e3602227c6a81b5785e8b274d8c0a .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 94f1da97c08e96f1bf1fd5a255934956e6a37a05 -r add580f0f82e3602227c6a81b5785e8b274d8c0a ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+
2007-08-15 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.14 released.
Repository URL: https://bitbucket.org/xemacs/edt/
--
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/sounds-au: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 7 months
Bitbucket
1 new commit in sounds-au:
https://bitbucket.org/xemacs/sounds-au/commits/4de75a7e0840/
Changeset: 4de75a7e0840
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(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 3 files
diff -r 5f3375ab4795b966cc5f273904548782ef0b27fb -r 4de75a7e0840a64a8cd9e563f3af12ee9f459e9c .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 5f3375ab4795b966cc5f273904548782ef0b27fb -r 4de75a7e0840a64a8cd9e563f3af12ee9f459e9c 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.12 released.
Repository URL: https://bitbucket.org/xemacs/sounds-au/
--
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/ruby-modes: Jerry James: Migrate .cvsignore files to a single .hgignore file.
10 years, 7 months
Bitbucket
1 new commit in ruby-modes:
https://bitbucket.org/xemacs/ruby-modes/commits/5dbb91f42944/
Changeset: 5dbb91f42944
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(a)mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 7 files
diff -r 127c2e45f7399fb54f8538d88f3ad6b188bd40fb -r 5dbb91f42944ca1f0f4089c3e03e822d6bd9a2ef .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 127c2e45f7399fb54f8538d88f3ad6b188bd40fb -r 5dbb91f42944ca1f0f4089c3e03e822d6bd9a2ef 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.
+
2011-10-21 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.05 released.
diff -r 127c2e45f7399fb54f8538d88f3ad6b188bd40fb -r 5dbb91f42944ca1f0f4089c3e03e822d6bd9a2ef inf-ruby.el
--- a/inf-ruby.el
+++ b/inf-ruby.el
@@ -1,8 +1,8 @@
;;; -*-Emacs-Lisp-*-
;;;
-;;; $Id$
-;;; $Author$
-;;; $Date$
+;;; $Id: inf-ruby.el 12031 2007-03-11 10:01:15Z knu $
+;;; $Author: knu $
+;;; $Date: 2007-03-11 19:01:15 +0900 (Sun, 11 Mar 2007) $
;;;
;;; Inferior Ruby Mode - ruby process in a buffer.
;;; adapted from cmuscheme.el
diff -r 127c2e45f7399fb54f8538d88f3ad6b188bd40fb -r 5dbb91f42944ca1f0f4089c3e03e822d6bd9a2ef inf-ruby.el.upstream
--- a/inf-ruby.el.upstream
+++ b/inf-ruby.el.upstream
@@ -1,8 +1,8 @@
;;; -*-Emacs-Lisp-*-
;;;
-;;; $Id$
-;;; $Author$
-;;; $Date$
+;;; $Id: inf-ruby.el 12031 2007-03-11 10:01:15Z knu $
+;;; $Author: knu $
+;;; $Date: 2007-03-11 19:01:15 +0900 (Sun, 11 Mar 2007) $
;;;
;;; Inferior Ruby Mode - ruby process in a buffer.
;;; adapted from cmuscheme.el
diff -r 127c2e45f7399fb54f8538d88f3ad6b188bd40fb -r 5dbb91f42944ca1f0f4089c3e03e822d6bd9a2ef ruby-mode.el
--- a/ruby-mode.el
+++ b/ruby-mode.el
@@ -1,7 +1,7 @@
;;;
;;; ruby-mode.el -
;;;
-;;; $Author: knu$
+;;; $Author: knu $
;;; $Date: 2008-05-19 00:02:36 +0900 (Mon, 19 May 2008) $
;;; created at: Fri Feb 4 14:49:13 JST 1994
;;;
diff -r 127c2e45f7399fb54f8538d88f3ad6b188bd40fb -r 5dbb91f42944ca1f0f4089c3e03e822d6bd9a2ef ruby-mode.el.upstream
--- a/ruby-mode.el.upstream
+++ b/ruby-mode.el.upstream
@@ -1,12 +1,12 @@
;;;
;;; ruby-mode.el -
;;;
-;;; $Author$
-;;; $Date$
+;;; $Author: knu $
+;;; $Date: 2008-05-19 00:02:36 +0900 (Mon, 19 May 2008) $
;;; created at: Fri Feb 4 14:49:13 JST 1994
;;;
-(defconst ruby-mode-revision "$Revision$")
+(defconst ruby-mode-revision "$Revision: 16458 $")
(defconst ruby-mode-version
(progn
Repository URL: https://bitbucket.org/xemacs/ruby-modes/
--
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