1 new commit in xlib:
https://bitbucket.org/xemacs/xlib/commits/33157d8ca645/
Changeset: 33157d8ca645
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@mail.gmail.com> in
xemacs-patches and followups for details.
Affected #: 21 files
diff -r bc5e241f2ddfed169b3e679b85a030237d5132ee -r 33157d8ca645e59e2792c70d09a692cddf3aa55a .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 bc5e241f2ddfed169b3e679b85a030237d5132ee -r 33157d8ca645e59e2792c70d09a692cddf3aa55a ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2014-05-13 Jerry James <[email protected]>
+
+ * .hgignore: New file.
+ * *.el: Restore CVS keyword expansions.
+
2005-04-05 Norbert Koch <[email protected]>
* Makefile (VERSION): XEmacs package 1.14 released.
@@ -195,4 +200,4 @@
* ChangeLog (Revision): ChangeLog for xlib in new XWEM layout
created.
-;; $Id$
+;; $Id: ChangeLog,v 1.35 2005-04-05 06:53:27 viteno Exp $
diff -r bc5e241f2ddfed169b3e679b85a030237d5132ee -r 33157d8ca645e59e2792c70d09a692cddf3aa55a lisp/xlib-composer.el
--- a/lisp/xlib-composer.el
+++ b/lisp/xlib-composer.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Fri Jun 4 18:46:04 MSD 2004
;; Keywords: xlib
-;; X-CVS: $Id$
+;; X-CVS: $Id: xlib-composer.el,v 1.2 2005-04-04 19:55:28 lg Exp $
;; This file is part of XWEM.
diff -r bc5e241f2ddfed169b3e679b85a030237d5132ee -r 33157d8ca645e59e2792c70d09a692cddf3aa55a lisp/xlib-const.el
--- a/lisp/xlib-const.el
+++ b/lisp/xlib-const.el
@@ -6,7 +6,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Modified: Zajcev Evgeny <[email protected]>
;; Keywords: xlib, xwem
-;; X-RCS: $Id$
+;; X-RCS: $Id: xlib-const.el,v 1.8 2005-04-04 19:55:28 lg 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 bc5e241f2ddfed169b3e679b85a030237d5132ee -r 33157d8ca645e59e2792c70d09a692cddf3aa55a lisp/xlib-hello.el
--- a/lisp/xlib-hello.el
+++ b/lisp/xlib-hello.el
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Modified: Zajcev Evgeny <[email protected]>
;; Keywords: xlib
-;; X-CVS: $Id$
+;; X-CVS: $Id: xlib-hello.el,v 1.8 2005-04-04 19:55:28 lg Exp $
;; This file is part of XWEM.
diff -r bc5e241f2ddfed169b3e679b85a030237d5132ee -r 33157d8ca645e59e2792c70d09a692cddf3aa55a lisp/xlib-img.el
--- a/lisp/xlib-img.el
+++ b/lisp/xlib-img.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Fri Dec 12 11:22:19 MSK 2003
;; Keywords: xlib, xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xlib-img.el,v 1.5 2005-04-04 19:55:28 lg Exp $
;; This file is part of XWEM.
diff -r bc5e241f2ddfed169b3e679b85a030237d5132ee -r 33157d8ca645e59e2792c70d09a692cddf3aa55a lisp/xlib-keysymdb.el
--- a/lisp/xlib-keysymdb.el
+++ b/lisp/xlib-keysymdb.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Tue Dec 7 20:23:10 MSK 2004
;; Keywords: xlib
-;; X-CVS: $Id$
+;; X-CVS: $Id: xlib-keysymdb.el,v 1.4 2005-04-04 19:55:28 lg Exp $
;; This file is part of XEmacs.
diff -r bc5e241f2ddfed169b3e679b85a030237d5132ee -r 33157d8ca645e59e2792c70d09a692cddf3aa55a lisp/xlib-math.el
--- a/lisp/xlib-math.el
+++ b/lisp/xlib-math.el
@@ -6,7 +6,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Modified: Zajcev Evgeny <[email protected]>
;; Keywords: xlib, xwem
-;; X-RCS: $Id$
+;; X-RCS: $Id: xlib-math.el,v 1.8 2005-04-04 19:55:28 lg Exp $
;; This file is part of XWEM.
diff -r bc5e241f2ddfed169b3e679b85a030237d5132ee -r 33157d8ca645e59e2792c70d09a692cddf3aa55a lisp/xlib-testing.el
--- a/lisp/xlib-testing.el
+++ b/lisp/xlib-testing.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Thu Nov 25 15:34:59 MSK 2004
;; Keywords: xlib
-;; X-CVS: $Id$
+;; X-CVS: $Id: xlib-testing.el,v 1.4 2005-04-04 19:55:29 lg Exp $
;; This file is part of XEmacs.
diff -r bc5e241f2ddfed169b3e679b85a030237d5132ee -r 33157d8ca645e59e2792c70d09a692cddf3aa55a lisp/xlib-tray.el
--- a/lisp/xlib-tray.el
+++ b/lisp/xlib-tray.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Tue Dec 9 14:14:07 MSK 2003
;; Keywords: xlib, xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xlib-tray.el,v 1.8 2005-04-04 19:55:29 lg Exp $
;; This file is part of XWEM.
diff -r bc5e241f2ddfed169b3e679b85a030237d5132ee -r 33157d8ca645e59e2792c70d09a692cddf3aa55a lisp/xlib-vidmode.el
--- a/lisp/xlib-vidmode.el
+++ b/lisp/xlib-vidmode.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Fri Jan 16 18:39:44 MSK 2004
;; Keywords: xlib, xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xlib-vidmode.el,v 1.5 2005-04-04 19:55:29 lg Exp $
;; This file is part of XWEM.
diff -r bc5e241f2ddfed169b3e679b85a030237d5132ee -r 33157d8ca645e59e2792c70d09a692cddf3aa55a lisp/xlib-xc.el
--- a/lisp/xlib-xc.el
+++ b/lisp/xlib-xc.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: 18 October 2003
;; Keywords: xlib, xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xlib-xc.el,v 1.7 2005-04-04 19:55:29 lg Exp $
;; X-URL: http://lgarc.narod.ru/xwem/index.html
;; This file is part of XWEM.
diff -r bc5e241f2ddfed169b3e679b85a030237d5132ee -r 33157d8ca645e59e2792c70d09a692cddf3aa55a lisp/xlib-xdpms.el
--- a/lisp/xlib-xdpms.el
+++ b/lisp/xlib-xdpms.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Tue Nov 18 03:19:16 MSK 2003
;; Keywords: xlib, xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xlib-xdpms.el,v 1.2 2005-04-04 19:55:29 lg Exp $
;; This file is part of XWEM.
diff -r bc5e241f2ddfed169b3e679b85a030237d5132ee -r 33157d8ca645e59e2792c70d09a692cddf3aa55a lisp/xlib-xinerama.el
--- a/lisp/xlib-xinerama.el
+++ b/lisp/xlib-xinerama.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Mon Nov 17 19:23:03 MSK 2003
;; Keywords: xlib, xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xlib-xinerama.el,v 1.7 2005-04-04 19:55:29 lg Exp $
;; This file is part of XWEM.
diff -r bc5e241f2ddfed169b3e679b85a030237d5132ee -r 33157d8ca645e59e2792c70d09a692cddf3aa55a lisp/xlib-xlib.el
--- a/lisp/xlib-xlib.el
+++ b/lisp/xlib-xlib.el
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Zajcev Evgeny <[email protected]>
;; Keywords: xlib, xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xlib-xlib.el,v 1.9 2005-04-04 19:55:30 lg Exp $
;; This file is part of XWEM.
diff -r bc5e241f2ddfed169b3e679b85a030237d5132ee -r 33157d8ca645e59e2792c70d09a692cddf3aa55a lisp/xlib-xpm.el
--- a/lisp/xlib-xpm.el
+++ b/lisp/xlib-xpm.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Fri Nov 28 01:28:18 MSK 2003
;; Keywords: xlib, xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xlib-xpm.el,v 1.7 2005-04-04 19:55:30 lg Exp $
;; This file is part of XWEM.
diff -r bc5e241f2ddfed169b3e679b85a030237d5132ee -r 33157d8ca645e59e2792c70d09a692cddf3aa55a lisp/xlib-xr.el
--- a/lisp/xlib-xr.el
+++ b/lisp/xlib-xr.el
@@ -5,7 +5,7 @@
;; Author: Eric M. Ludlam <[email protected]>
;; Zajcev Evgeny <[email protected]>
;; Keywords: xlib, xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xlib-xr.el,v 1.10 2005-04-04 19:55:30 lg Exp $
;; This file is part of XWEM.
diff -r bc5e241f2ddfed169b3e679b85a030237d5132ee -r 33157d8ca645e59e2792c70d09a692cddf3aa55a lisp/xlib-xrecord.el
--- a/lisp/xlib-xrecord.el
+++ b/lisp/xlib-xrecord.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: 18 October 2003
;; Keywords: xlib, xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xlib-xrecord.el,v 1.8 2005-04-04 19:55:30 lg Exp $
;; This file is part of XWEM.
diff -r bc5e241f2ddfed169b3e679b85a030237d5132ee -r 33157d8ca645e59e2792c70d09a692cddf3aa55a lisp/xlib-xshape.el
--- a/lisp/xlib-xshape.el
+++ b/lisp/xlib-xshape.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Mon Nov 17 19:23:03 MSK 2003
;; Keywords: xlib, xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xlib-xshape.el,v 1.6 2005-04-04 19:55:30 lg Exp $
;; This file is part of XWEM.
diff -r bc5e241f2ddfed169b3e679b85a030237d5132ee -r 33157d8ca645e59e2792c70d09a692cddf3aa55a lisp/xlib-xtest.el
--- a/lisp/xlib-xtest.el
+++ b/lisp/xlib-xtest.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: 18 October 2003
;; Keywords: xlib, xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xlib-xtest.el,v 1.5 2005-04-04 19:55:31 lg Exp $
;; X-URL: http://lgarc.narod.ru/xwem/index.html
;; This file is part of XWEM.
diff -r bc5e241f2ddfed169b3e679b85a030237d5132ee -r 33157d8ca645e59e2792c70d09a692cddf3aa55a lisp/xlib-xwin.el
--- a/lisp/xlib-xwin.el
+++ b/lisp/xlib-xwin.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: 18 October 2003
;; Keywords: xlib, xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xlib-xwin.el,v 1.9 2005-04-04 19:55:31 lg Exp $
;; X-URL: http://lgarc.narod.ru/xwem/index.html
;; This file is part of XWEM.
Repository URL: https://bitbucket.org/xemacs/xlib/
--
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.