1 new commit in ecb:
https://bitbucket.org/xemacs/ecb/commits/eeb381a51adb/
Changeset: eeb381a51adb
User: Jerry James
Date: 2014-05-13 21:54:54
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 #: 31 files
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e .cvsignore
--- a/.cvsignore
+++ /dev/null
@@ -1,6 +0,0 @@
-test-install
-test-start
-ecb*.html
-patches
-create-patch
-update-from-mainstream
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,17 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+\.html$
+\.info(-\d+)?$
+^_pkg\.el$
+^auto-autoloads\.el$
+^create-patch$
+^custom-defines\.el$
+^custom-load\.el$
+^patches$
+^package-info$
+^pdepends\.mk$
+^test-install$
+^test-start$
+^update-from-mainstream$
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2014-05-13 Jerry James <james(a)xemacs.org>
+
+ * .cvsignore: Remove.
+ * .hgignore: New file.
+ * Makefile.upstream: Restore CVS keyword expansions.
+ * *.el: Ditto.
+ * ecb.texi: Ditto.
+
2004-12-22 Norbert Koch <viteno(a)xemacs.org>
* Makefile (VERSION): XEmacs package 1.22 released.
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e Makefile.upstream
--- a/Makefile.upstream
+++ b/Makefile.upstream
@@ -26,7 +26,7 @@
# GNU Emacs; see the file COPYING. If not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-# $Id$
+# $Id: Makefile.upstream,v 1.16 2004-12-10 16:34:20 berndl Exp $
# ========================================================================
@@ -144,7 +144,7 @@
# Do not change anything below!
-# $Id$
+# $Id: Makefile.upstream,v 1.16 2004-12-10 16:34:20 berndl Exp $
# For the ECB-maintainers: Change the version-number here and not
# elsewhere!
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-autogen.el
--- a/ecb-autogen.el
+++ b/ecb-autogen.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-autogen.el,v 1.14 2004-12-10 16:34:19 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-common-browser.el
--- a/ecb-common-browser.el
+++ b/ecb-common-browser.el
@@ -25,7 +25,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-common-browser.el,v 1.2 2004-12-10 16:34:19 berndl Exp $
;;; History
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-compatibility.el
--- a/ecb-compatibility.el
+++ b/ecb-compatibility.el
@@ -24,7 +24,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-compatibility.el,v 1.7 2004-12-10 16:34:19 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-compilation.el
--- a/ecb-compilation.el
+++ b/ecb-compilation.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-compilation.el,v 1.34 2004/05/06 09:02:08 berndl Exp $
;;; Commentary:
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-create-layout.el
--- a/ecb-create-layout.el
+++ b/ecb-create-layout.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-create-layout.el,v 1.15 2004-12-10 16:34:18 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-cycle.el
--- a/ecb-cycle.el
+++ b/ecb-cycle.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-cycle.el,v 1.26 2003/12/09 16:47:57 berndl Exp $
;;; Commentary:
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-eshell.el
--- a/ecb-eshell.el
+++ b/ecb-eshell.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-eshell.el,v 1.74 2004/11/17 17:28:39 berndl Exp $
;;; Commentary:
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-examples.el
--- a/ecb-examples.el
+++ b/ecb-examples.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-examples.el,v 1.15 2004-12-10 16:34:18 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-face.el
--- a/ecb-face.el
+++ b/ecb-face.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-face.el,v 1.16 2004-12-10 16:34:18 berndl Exp $
;;; Commentary:
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-file-browser.el
--- a/ecb-file-browser.el
+++ b/ecb-file-browser.el
@@ -23,7 +23,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-file-browser.el,v 1.8 2004-12-10 16:34:18 berndl Exp $
;;; Commentary:
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-help.el
--- a/ecb-help.el
+++ b/ecb-help.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-help.el,v 1.109 2004/11/17 17:28:38 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-jde.el
--- a/ecb-jde.el
+++ b/ecb-jde.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-jde.el,v 1.15 2004-12-10 16:34:18 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-layout-defs.el
--- a/ecb-layout-defs.el
+++ b/ecb-layout-defs.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-layout-defs.el,v 1.15 2004-12-10 16:34:17 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-layout.el
--- a/ecb-layout.el
+++ b/ecb-layout.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-layout.el,v 1.243 2004/12/01 14:19:39 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-method-browser.el
--- a/ecb-method-browser.el
+++ b/ecb-method-browser.el
@@ -24,7 +24,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-method-browser.el,v 1.8 2004-12-10 16:34:17 berndl Exp $
;;; Commentary:
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-mode-line.el
--- a/ecb-mode-line.el
+++ b/ecb-mode-line.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-mode-line.el,v 1.29 2004/05/06 09:02:05 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-navigate.el
--- a/ecb-navigate.el
+++ b/ecb-navigate.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-navigate.el,v 1.16 2004-12-10 16:34:17 berndl Exp $
;;; Commentary:
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-semantic-wrapper.el
--- a/ecb-semantic-wrapper.el
+++ b/ecb-semantic-wrapper.el
@@ -23,7 +23,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-semantic-wrapper.el,v 1.8 2004-12-10 16:34:17 berndl Exp $
;;; Commentary:
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-speedbar.el
--- a/ecb-speedbar.el
+++ b/ecb-speedbar.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-speedbar.el,v 1.62 2004/12/10 12:54:41 berndl Exp $
;;; Commentary:
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-tod.el
--- a/ecb-tod.el
+++ b/ecb-tod.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-tod.el,v 1.16 2004-12-10 16:34:17 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-upgrade.el
--- a/ecb-upgrade.el
+++ b/ecb-upgrade.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-upgrade.el,v 1.17 2004-12-10 16:34:16 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-util.el
--- a/ecb-util.el
+++ b/ecb-util.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-util.el,v 1.124 2004/11/25 18:10:12 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb-winman-support.el
--- a/ecb-winman-support.el
+++ b/ecb-winman-support.el
@@ -21,7 +21,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb-winman-support.el,v 1.10 2004-12-10 16:34:16 berndl Exp $
;;; Commentary
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb.el
--- a/ecb.el
+++ b/ecb.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: ecb.el,v 1.419 2004/12/10 12:54:38 berndl Exp $
;;; Commentary:
;;
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e ecb.texi
--- a/ecb.texi
+++ b/ecb.texi
@@ -26,7 +26,7 @@
@c GNU Emacs; see the file COPYING. If not, write to the Free Software
@c Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-@c $Id$
+@c $Id: ecb.texi,v 1.20 2004-12-10 16:34:14 berndl Exp $
@setfilename ecb.info
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e silentcomp.el
--- a/silentcomp.el
+++ b/silentcomp.el
@@ -21,7 +21,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: silentcomp.el,v 1.15 2004-12-10 16:34:14 berndl Exp $
;;; Location
diff -r 1f946911eacc8ffaab073695dc7d8211f2ab4028 -r
eeb381a51adb5d36b26a52f6f19dacc43df2811e tree-buffer.el
--- a/tree-buffer.el
+++ b/tree-buffer.el
@@ -26,7 +26,7 @@
;; GNU Emacs; see the file COPYING. If not, write to the Free Software
;; Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-;; $Id$
+;; $Id: tree-buffer.el,v 1.16 2004-12-10 16:34:14 berndl Exp $
;;; Commentary:
Repository URL:
https://bitbucket.org/xemacs/ecb/
--
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