1 new commit in xwem:
https://bitbucket.org/xemacs/xwem/commits/ddf3f8b3fe94/
Changeset: ddf3f8b3fe94
User: Jerry James
Date: 2014-05-13 21:54:53
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 #: 61 files
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de .hgignore
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,11 @@
+^#\..*#$
+^\.#
+~$
+\.elc$
+\.info$
+^lisp/_pkg\.el$
+^lisp/auto-autoloads\.el$
+^lisp/custom-defines\.el$
+^lisp/custom-load\.el$
+^package-info$
+^pdepends\.mk$
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2014-05-13 Jerry James <[email protected]>
+
+ * lisp/.cvsignore: Remove.
+ * .hgignore: New file.
+ * lisp/*.el: Restore CVS keyword expansions.
+ * ChangeLog: Ditto.
+ * TODO: Ditto.
+ * man/xwem.texi: Ditto.
+ * man/xwem-version.texi: Add trailing newline to fix texinfo 5.x
+ hang.
+
2009-10-02 Norbert Koch <[email protected]>
* Makefile (VERSION): XEmacs package 1.23 released.
@@ -636,4 +647,4 @@
* ChangeLog (Revision): ChangeLog in new XWEM layout created.
-;; $Id$
+;; $Id: ChangeLog,v 1.85 2009-10-02 14:33:08 viteno Exp $
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de TODO
--- a/TODO
+++ b/TODO
@@ -44,4 +44,4 @@
- Ubering. i.e. you can run other window manager in xwem frame.
Maybe implement using Xnest's -parent feature?
-# $Id$
+# $Id: TODO,v 1.3 2004-12-16 08:07:47 youngs Exp $
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-appcollect.el
--- a/lisp/xwem-appcollect.el
+++ b/lisp/xwem-appcollect.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Fri Oct 29 04:35:18 MSD 2004
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-appcollect.el,v 1.2 2005-04-04 19:54:10 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-battery.el
--- a/lisp/xwem-battery.el
+++ b/lisp/xwem-battery.el
@@ -6,7 +6,7 @@
;; Steve Youngs <[email protected]>
;; Created: Thu Sep 2 01:14:36 GMT 2004
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-battery.el,v 1.4 2009-10-02 12:03:35 aidan Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-clgen.el
--- a/lisp/xwem-clgen.el
+++ b/lisp/xwem-clgen.el
@@ -6,7 +6,7 @@
;; Steve Youngs <[email protected]>
;; Created: Sat Aug 28 14:31:39 MSD 2004
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-clgen.el,v 1.7 2006-04-01 17:11:04 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-clients.el
--- a/lisp/xwem-clients.el
+++ b/lisp/xwem-clients.el
@@ -7,7 +7,7 @@
;; Richard Klinda <[email protected]>
;; Created: 2 Mar 2003
;; Keywords: xlib, xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-clients.el,v 1.16 2009-10-01 18:30:13 aidan Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-clswi.el
--- a/lisp/xwem-clswi.el
+++ b/lisp/xwem-clswi.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Steve Youngs <[email protected]>
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-clswi.el,v 1.8 2005-04-04 19:54:10 lg Exp $
;; This file is NOT part of XEmacs.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-compat.el
--- a/lisp/xwem-compat.el
+++ b/lisp/xwem-compat.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Fri Dec 12 15:51:10 MSK 2003
;; Keywords: xwem, xlib
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-compat.el,v 1.7 2005-04-04 19:54:10 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-desktop.el
--- a/lisp/xwem-desktop.el
+++ b/lisp/xwem-desktop.el
@@ -6,7 +6,7 @@
;; Steve Youngs <[email protected]>
;; Created: Wed Jul 14 10:16:20 MSD 2004
;; Keywords: xwem, desktop
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-desktop.el,v 1.7 2005-04-04 19:54:10 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-diagram.el
--- a/lisp/xwem-diagram.el
+++ b/lisp/xwem-diagram.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Sat Mar 6 17:09:58 MSK 2004
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-diagram.el,v 1.6 2005-04-04 19:54:11 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-edmacro.el
--- a/lisp/xwem-edmacro.el
+++ b/lisp/xwem-edmacro.el
@@ -6,7 +6,7 @@
;; Steve Youngs <[email protected]>
;; Created: Fri Dec 12 11:19:50 MSK 2003
;; Keywords: xwem, xlib
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-edmacro.el,v 1.9 2005-04-04 19:54:11 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-edprops.el
--- a/lisp/xwem-edprops.el
+++ b/lisp/xwem-edprops.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Wed Oct 27 11:15:39 MSD 2004
;; Keywords: xwem, edit
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-edprops.el,v 1.2 2005-04-04 19:54:11 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-events.el
--- a/lisp/xwem-events.el
+++ b/lisp/xwem-events.el
@@ -6,7 +6,7 @@
;; Steve Youngs <[email protected]>
;; Created: 21 Mar 2003
;; Keywords: xlib, xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-events.el,v 1.11 2005-04-04 19:54:11 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-faces.el
--- a/lisp/xwem-faces.el
+++ b/lisp/xwem-faces.el
@@ -6,7 +6,7 @@
;; Steve Youngs <[email protected]>
;; Created: Mon Dec 29 12:04:19 MSK 2003
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-faces.el,v 1.12 2005-04-04 19:54:11 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-focus.el
--- a/lisp/xwem-focus.el
+++ b/lisp/xwem-focus.el
@@ -6,7 +6,7 @@
;; Steve Youngs <[email protected]>
;; Created: Fri Dec 19 13:25:30 MSK 2003
;; Keywords: xwem, xlib
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-focus.el,v 1.10 2005-04-04 19:54:11 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-frame.el
--- a/lisp/xwem-frame.el
+++ b/lisp/xwem-frame.el
@@ -6,7 +6,7 @@
;; Steve Youngs <[email protected]>
;; Created: 21 Mar 2003
;; Keywords: xlib, xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-frame.el,v 1.15 2005-04-04 19:54:11 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-framei.el
--- a/lisp/xwem-framei.el
+++ b/lisp/xwem-framei.el
@@ -6,7 +6,7 @@
;; Steve Youngs <[email protected]>
;; Created: Tue Jan 27 08:01:43 MSK 2004
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-framei.el,v 1.8 2005-04-04 19:54:11 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-frametrans.el
--- a/lisp/xwem-frametrans.el
+++ b/lisp/xwem-frametrans.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Thu Dec 2 10:35:14 MSK 2004
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-frametrans.el,v 1.2 2005-04-04 19:54:12 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-gamma.el
--- a/lisp/xwem-gamma.el
+++ b/lisp/xwem-gamma.el
@@ -6,7 +6,7 @@
;; Steve Youngs <[email protected]>
;; Created: Tue Jan 20 13:10:28 MSK 2004
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-gamma.el,v 1.7 2005-04-04 19:54:12 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-help.el
--- a/lisp/xwem-help.el
+++ b/lisp/xwem-help.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: 1 Sep 2003
;; Keywords: xlib, xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-help.el,v 1.8 2005-04-04 19:54:12 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-holer.el
--- a/lisp/xwem-holer.el
+++ b/lisp/xwem-holer.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Thu Jan 15 12:39:04 MSK 2004
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-holer.el,v 1.7 2005-04-04 19:54:12 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-icons.el
--- a/lisp/xwem-icons.el
+++ b/lisp/xwem-icons.el
@@ -6,7 +6,7 @@
;; Steve Youngs <[email protected]>
;; Created: Sat Dec 27 15:38:24 MSK 2003
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-icons.el,v 1.10 2005-04-04 19:54:12 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-interactive.el
--- a/lisp/xwem-interactive.el
+++ b/lisp/xwem-interactive.el
@@ -6,7 +6,7 @@
;; Steve Youngs <[email protected]>
;; Created: Thu Dec 18 05:49:52 MSK 2003
;; Keywords: xwem, xlib
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-interactive.el,v 1.13 2005-04-04 19:54:12 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-keyboard.el
--- a/lisp/xwem-keyboard.el
+++ b/lisp/xwem-keyboard.el
@@ -7,7 +7,7 @@
;; Alex Ott <[email protected]>
;; Created: 21 Mar 2003
;; Keywords: xwem, xlib
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-keyboard.el,v 1.17 2005-04-08 08:38:07 youngs Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-keydefs.el
--- a/lisp/xwem-keydefs.el
+++ b/lisp/xwem-keydefs.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Fri Dec 12 15:47:42 MSK 2003
;; Keywords: xwem, xlib
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-keydefs.el,v 1.12 2005-04-04 19:54:12 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-keymacro.el
--- a/lisp/xwem-keymacro.el
+++ b/lisp/xwem-keymacro.el
@@ -6,7 +6,7 @@
;; Steve Youngs <[email protected]>
;; Created: Fri Dec 12 17:18:00 MSK 2003
;; Keywords: xwem, xlib
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-keymacro.el,v 1.11 2005-04-04 19:54:13 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-launcher.el
--- a/lisp/xwem-launcher.el
+++ b/lisp/xwem-launcher.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Thu Dec 4 16:32:11 MSK 2003
;; Keywords: xwem, xlib
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-launcher.el,v 1.11 2005-04-04 19:54:13 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-load.el
--- a/lisp/xwem-load.el
+++ b/lisp/xwem-load.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Tue Aug 24 13:48:56 MSD 2004
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-load.el,v 1.7 2005-04-04 19:54:13 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-main.el
--- a/lisp/xwem-main.el
+++ b/lisp/xwem-main.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: 21 Mar 2003
;; Keywords: xlib, xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-main.el,v 1.18 2005-04-04 19:54:13 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-manage.el
--- a/lisp/xwem-manage.el
+++ b/lisp/xwem-manage.el
@@ -6,7 +6,7 @@
;; Richard Klinda <[email protected]>
;; Created: 21 Mar 2003
;; Keywords: xlib, xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-manage.el,v 1.11 2005-04-04 19:54:13 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-minibuffer.el
--- a/lisp/xwem-minibuffer.el
+++ b/lisp/xwem-minibuffer.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Thu Dec 4 15:13:12 MSK 2003
;; Keywords: xwem, xlib
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-minibuffer.el,v 1.12 2005-04-04 19:54:13 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-misc.el
--- a/lisp/xwem-misc.el
+++ b/lisp/xwem-misc.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: 21 Mar 2003
;; Keywords: xlib, xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-misc.el,v 1.18 2005-04-04 19:54:14 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-modes.el
--- a/lisp/xwem-modes.el
+++ b/lisp/xwem-modes.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Mon Oct 18 22:36:23 MSD 2004
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-modes.el,v 1.4 2005-04-04 19:54:14 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-mouse.el
--- a/lisp/xwem-mouse.el
+++ b/lisp/xwem-mouse.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: 21 Mar 2003
;; Keywords: xlib, xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-mouse.el,v 1.10 2005-04-04 19:54:14 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-netwm.el
--- a/lisp/xwem-netwm.el
+++ b/lisp/xwem-netwm.el
@@ -6,7 +6,7 @@
;; Steve Youngs <[email protected]>
;; Created: Sat May 15 19:44:58 MSD 2004
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-netwm.el,v 1.6 2005-04-04 19:54:14 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-osd.el
--- a/lisp/xwem-osd.el
+++ b/lisp/xwem-osd.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Mon Jan 12 13:14:32 MSK 2004
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-osd.el,v 1.7 2005-04-04 19:54:14 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-pager.el
--- a/lisp/xwem-pager.el
+++ b/lisp/xwem-pager.el
@@ -6,7 +6,7 @@
;; Zajcev Evgeny <[email protected]>
;; Created: Wed Aug 18 08:05:09 MSD 2004
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-pager.el,v 1.2 2005-04-04 19:54:15 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-recover.el
--- a/lisp/xwem-recover.el
+++ b/lisp/xwem-recover.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Sat Sep 11 23:20:23 GMT 2004
;; Keywords: xlib, xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-recover.el,v 1.2 2005-04-04 19:54:15 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-register.el
--- a/lisp/xwem-register.el
+++ b/lisp/xwem-register.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Fri Feb 6 08:04:24 MSK 2004
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-register.el,v 1.8 2005-04-04 19:54:15 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-report.el
--- a/lisp/xwem-report.el
+++ b/lisp/xwem-report.el
@@ -5,7 +5,7 @@
;; Author: Steve Youngs <[email protected]>
;; Created: 2004-12-05
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-report.el,v 1.5 2005-04-04 19:54:15 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-root.el
--- a/lisp/xwem-root.el
+++ b/lisp/xwem-root.el
@@ -6,7 +6,7 @@
;; Steve Youngs <[email protected]>
;; Created: 21 Mar 2003
;; Keywords: xlib, xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-root.el,v 1.10 2005-04-04 19:54:15 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-rooter.el
--- a/lisp/xwem-rooter.el
+++ b/lisp/xwem-rooter.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Sat Feb 21 03:41:02 MSK 2004
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-rooter.el,v 1.8 2005-04-04 19:54:15 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-rooticon.el
--- a/lisp/xwem-rooticon.el
+++ b/lisp/xwem-rooticon.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created:
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-rooticon.el,v 1.8 2005-04-04 19:54:15 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-selections.el
--- a/lisp/xwem-selections.el
+++ b/lisp/xwem-selections.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Wed May 5 17:06:41 MSD 2004
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-selections.el,v 1.5 2005-04-04 19:54:15 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-smartmods.el
--- a/lisp/xwem-smartmods.el
+++ b/lisp/xwem-smartmods.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Fri Dec 12 18:42:05 MSK 2003
;; Keywords: xwem, xlib
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-smartmods.el,v 1.6 2005-04-04 19:54:15 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-sound.el
--- a/lisp/xwem-sound.el
+++ b/lisp/xwem-sound.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Wed Jan 28 22:25:44 MSK 2004
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-sound.el,v 1.8 2005-04-04 19:54:15 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-special.el
--- a/lisp/xwem-special.el
+++ b/lisp/xwem-special.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Thu Dec 4 15:01:21 MSK 2003
;; Keywords: xwem, xlib
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-special.el,v 1.11 2005-04-04 19:54:16 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-strokes.el
--- a/lisp/xwem-strokes.el
+++ b/lisp/xwem-strokes.el
@@ -6,7 +6,7 @@
;; Steve Youngs <[email protected]>
;; Created: Thu Dec 4 17:42:12 MSK 2003
;; Keywords: xwem, xlib
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-strokes.el,v 1.10 2005-04-04 19:54:16 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-struct.el
--- a/lisp/xwem-struct.el
+++ b/lisp/xwem-struct.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Tue Aug 24 12:43:45 MSD 2004
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-struct.el,v 1.5 2005-04-04 19:54:16 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-tabbing.el
--- a/lisp/xwem-tabbing.el
+++ b/lisp/xwem-tabbing.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Sun Dec 7 18:35:15 MSK 2003
;; Keywords: xwem, xlib
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-tabbing.el,v 1.8 2005-04-04 19:54:16 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-theme.el
--- a/lisp/xwem-theme.el
+++ b/lisp/xwem-theme.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: Tue Nov 23 14:49:41 MSK 2004
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-theme.el,v 1.5 2005-04-04 19:54:16 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-time.el
--- a/lisp/xwem-time.el
+++ b/lisp/xwem-time.el
@@ -6,7 +6,7 @@
;; Steve Youngs <[email protected]>
;; Created: Mon Dec 8 09:53:42 MSK 2003
;; Keywords: xwem, xlib
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-time.el,v 1.8 2005-04-04 19:54:16 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-transient.el
--- a/lisp/xwem-transient.el
+++ b/lisp/xwem-transient.el
@@ -6,7 +6,7 @@
;; Steve Youngs <[email protected]>
;; Created: Sat Jun 5 01:33:25 MSD 2004
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-transient.el,v 1.6 2005-04-04 19:54:16 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-tray.el
--- a/lisp/xwem-tray.el
+++ b/lisp/xwem-tray.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: 1 Sep 2003
;; Keywords: xlib, xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-tray.el,v 1.9 2005-04-04 19:54:17 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-weather.el
--- a/lisp/xwem-weather.el
+++ b/lisp/xwem-weather.el
@@ -5,7 +5,7 @@
;; Author: Steve Youngs <[email protected]>
;; Created: 2004-06-22
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-weather.el,v 1.5 2005-04-04 19:54:17 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-win.el
--- a/lisp/xwem-win.el
+++ b/lisp/xwem-win.el
@@ -5,7 +5,7 @@
;; Author: Zajcev Evgeny <[email protected]>
;; Created: 21 Mar 2003
;; Keywords: xlib, xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-win.el,v 1.9 2005-04-04 19:54:17 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de lisp/xwem-worklog.el
--- a/lisp/xwem-worklog.el
+++ b/lisp/xwem-worklog.el
@@ -6,7 +6,7 @@
;; Richard Klinda <[email protected]>
;; Created: Thu Feb 26 01:00:25 MSK 2004
;; Keywords: xwem
-;; X-CVS: $Id$
+;; X-CVS: $Id: xwem-worklog.el,v 1.11 2005-04-04 19:54:17 lg Exp $
;; This file is part of XWEM.
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de man/xwem-version.texi
--- a/man/xwem-version.texi
+++ b/man/xwem-version.texi
@@ -1,1 +1,1 @@
-@set VERSION lg@@xwem.org--2004/xwem--main--2.0--version-0
\ No newline at end of file
+@set VERSION lg@@xwem.org--2004/xwem--main--2.0--version-0
diff -r 611279a47da1ffe6f52e33cbc210895fd9d0d66b -r ddf3f8b3fe9402793444c418a229fff7b84b53de man/xwem.texi
--- a/man/xwem.texi
+++ b/man/xwem.texi
@@ -1,5 +1,5 @@
\input texinfo @c xwem.texi -*-TeXinfo-*-
-@c $Id$
+@c $Id: xwem.texi,v 1.2 2005-01-01 04:43:08 youngs Exp $
@c Copyright (C) 2003 Free Software Foundation
@c %**start of header
@setfilename xwem.info
Repository URL: https://bitbucket.org/xemacs/xwem/
--
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.