Enlightenment CVS committal
Author : mej
Project : eterm
Module : Eterm
Dir : eterm/Eterm/src
Modified Files:
actions.c actions.h buttons.c buttons.h draw.c draw.h e.c e.h
encoding.c encoding.h eterm_debug.h eterm_utmp.h events.c
events.h feature.h font.c font.h main.c menus.c menus.h misc.c
misc.h mmx_cmod.S options.c options.h pixmap.c pixmap.h
profile.h script.c script.h scrollbar.c scrollbar.h startup.c
startup.h system.c system.h term.c term.h timer.c timer.h
utmp.c windows.c windows.h
Log Message:
Sun Jan 11 17:09:07 2004 Michael Jennings (mej)
It's too bad you can't just say, "Copyright 1997-2999."
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/actions.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- actions.c 19 Feb 2003 21:17:43 -0000 1.26
+++ actions.c 11 Jan 2004 22:10:28 -0000 1.27
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id: actions.c,v 1.26 2003/02/19 21:17:43 mej Exp $";
+static const char cvs_ident[] = "$Id: actions.c,v 1.27 2004/01/11 22:10:28 mej Exp $";
#include "config.h"
#include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/actions.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- actions.h 19 Feb 2003 21:17:43 -0000 1.10
+++ actions.h 11 Jan 2004 22:10:29 -0000 1.11
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/buttons.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- buttons.c 22 Aug 2003 03:19:42 -0000 1.42
+++ buttons.c 11 Jan 2004 22:10:29 -0000 1.43
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id: buttons.c,v 1.42 2003/08/22 03:19:42 mej Exp $";
+static const char cvs_ident[] = "$Id: buttons.c,v 1.43 2004/01/11 22:10:29 mej Exp $";
#include "config.h"
#include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/buttons.h,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- buttons.h 22 Aug 2003 03:19:42 -0000 1.16
+++ buttons.h 11 Jan 2004 22:10:29 -0000 1.17
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/draw.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- draw.c 19 Feb 2003 21:17:46 -0000 1.14
+++ draw.c 11 Jan 2004 22:10:29 -0000 1.15
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id: draw.c,v 1.14 2003/02/19 21:17:46 mej Exp $";
+static const char cvs_ident[] = "$Id: draw.c,v 1.15 2004/01/11 22:10:29 mej Exp $";
#include "config.h"
#include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/draw.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- draw.h 19 Feb 2003 21:17:47 -0000 1.8
+++ draw.h 11 Jan 2004 22:10:29 -0000 1.9
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/e.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- e.c 19 Feb 2003 21:17:47 -0000 1.24
+++ e.c 11 Jan 2004 22:10:29 -0000 1.25
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id: e.c,v 1.24 2003/02/19 21:17:47 mej Exp $";
+static const char cvs_ident[] = "$Id: e.c,v 1.25 2004/01/11 22:10:29 mej Exp $";
#include "config.h"
#include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/e.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- e.h 19 Feb 2003 21:17:48 -0000 1.12
+++ e.h 11 Jan 2004 22:10:29 -0000 1.13
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/encoding.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- encoding.c 19 Feb 2003 21:17:49 -0000 1.7
+++ encoding.c 11 Jan 2004 22:10:29 -0000 1.8
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id: encoding.c,v 1.7 2003/02/19 21:17:49 mej Exp $";
+static const char cvs_ident[] = "$Id: encoding.c,v 1.8 2004/01/11 22:10:29 mej Exp $";
#include "config.h"
#include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/encoding.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- encoding.h 19 Feb 2003 21:17:49 -0000 1.4
+++ encoding.h 11 Jan 2004 22:10:29 -0000 1.5
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/eterm_debug.h,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- eterm_debug.h 24 Aug 2003 15:09:32 -0000 1.11
+++ eterm_debug.h 11 Jan 2004 22:10:29 -0000 1.12
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/eterm_utmp.h,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -3 -r1.10 -r1.11
--- eterm_utmp.h 19 Feb 2003 21:17:50 -0000 1.10
+++ eterm_utmp.h 11 Jan 2004 22:10:29 -0000 1.11
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/events.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -3 -r1.61 -r1.62
--- events.c 24 Aug 2003 15:09:32 -0000 1.61
+++ events.c 11 Jan 2004 22:10:29 -0000 1.62
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id: events.c,v 1.61 2003/08/24 15:09:32 mej Exp $";
+static const char cvs_ident[] = "$Id: events.c,v 1.62 2004/01/11 22:10:29 mej Exp $";
#include "config.h"
#include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/events.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- events.h 19 Feb 2003 21:17:50 -0000 1.14
+++ events.h 11 Jan 2004 22:10:29 -0000 1.15
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/feature.h,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -3 -r1.37 -r1.38
--- feature.h 28 Nov 2003 14:05:28 -0000 1.37
+++ feature.h 11 Jan 2004 22:10:29 -0000 1.38
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/font.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- font.c 24 Aug 2003 15:09:32 -0000 1.42
+++ font.c 11 Jan 2004 22:10:29 -0000 1.43
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id: font.c,v 1.42 2003/08/24 15:09:32 mej Exp $";
+static const char cvs_ident[] = "$Id: font.c,v 1.43 2004/01/11 22:10:29 mej Exp $";
#include "config.h"
#include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/font.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- font.h 19 Feb 2003 21:17:52 -0000 1.15
+++ font.h 11 Jan 2004 22:10:29 -0000 1.16
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/main.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- main.c 19 Feb 2003 21:17:52 -0000 1.11
+++ main.c 11 Jan 2004 22:10:29 -0000 1.12
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id: main.c,v 1.11 2003/02/19 21:17:52 mej Exp $";
+static const char cvs_ident[] = "$Id: main.c,v 1.12 2004/01/11 22:10:29 mej Exp $";
extern int eterm_bootstrap(int argc, char *argv[]);
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/menus.c,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -3 -r1.61 -r1.62
--- menus.c 19 Feb 2003 21:17:53 -0000 1.61
+++ menus.c 11 Jan 2004 22:10:29 -0000 1.62
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id: menus.c,v 1.61 2003/02/19 21:17:53 mej Exp $";
+static const char cvs_ident[] = "$Id: menus.c,v 1.62 2004/01/11 22:10:29 mej Exp $";
#include "config.h"
#include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/menus.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -3 -r1.21 -r1.22
--- menus.h 19 Feb 2003 21:17:54 -0000 1.21
+++ menus.h 11 Jan 2004 22:10:29 -0000 1.22
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/misc.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -3 -r1.24 -r1.25
--- misc.c 3 Mar 2003 04:53:34 -0000 1.24
+++ misc.c 11 Jan 2004 22:10:29 -0000 1.25
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id: misc.c,v 1.24 2003/03/03 04:53:34 mej Exp $";
+static const char cvs_ident[] = "$Id: misc.c,v 1.25 2004/01/11 22:10:29 mej Exp $";
#include "config.h"
#include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/misc.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- misc.h 3 Mar 2003 04:53:34 -0000 1.14
+++ misc.h 11 Jan 2004 22:10:29 -0000 1.15
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/mmx_cmod.S,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- mmx_cmod.S 19 Feb 2003 21:17:55 -0000 1.5
+++ mmx_cmod.S 11 Jan 2004 22:10:29 -0000 1.6
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/options.c,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -3 -r1.130 -r1.131
--- options.c 7 Nov 2003 17:28:42 -0000 1.130
+++ options.c 11 Jan 2004 22:10:29 -0000 1.131
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id: options.c,v 1.130 2003/11/07 17:28:42 mej Exp
$";
+static const char cvs_ident[] = "$Id: options.c,v 1.131 2004/01/11 22:10:29 mej Exp
$";
#include "config.h"
#include "feature.h"
@@ -356,7 +356,7 @@
usage(void)
{
printf("Eterm Enlightened Terminal Emulator for the X Window System\n");
- printf("Copyright (c) 1997-2003, " AUTHORS "\n\n");
+ printf("Copyright (c) 1997-2004, " AUTHORS "\n\n");
printf("OPTION types:\n");
printf(" (bool) -- Boolean option ('1', 'on', 'yes', or 'true' to activate, '0',
'off', 'no', or 'false' to deactivate)\n");
@@ -382,7 +382,7 @@
{
printf("Eterm " VERSION "\n");
- printf("Copyright (c) 1997-2003, " AUTHORS "\n\n");
+ printf("Copyright (c) 1997-2004, " AUTHORS "\n\n");
printf("Build info:\n");
printf(" Built on " BUILD_DATE "\n");
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/options.h,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -3 -r1.48 -r1.49
--- options.h 26 Aug 2003 01:45:10 -0000 1.48
+++ options.h 11 Jan 2004 22:10:29 -0000 1.49
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/pixmap.c,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -3 -r1.101 -r1.102
--- pixmap.c 22 Dec 2003 02:44:36 -0000 1.101
+++ pixmap.c 11 Jan 2004 22:10:29 -0000 1.102
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id: pixmap.c,v 1.101 2003/12/22 02:44:36 mej Exp $";
+static const char cvs_ident[] = "$Id: pixmap.c,v 1.102 2004/01/11 22:10:29 mej Exp $";
#include "config.h"
#include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/pixmap.h,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- pixmap.h 19 Feb 2003 21:18:01 -0000 1.42
+++ pixmap.h 11 Jan 2004 22:10:29 -0000 1.43
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/profile.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- profile.h 19 Feb 2003 21:18:02 -0000 1.8
+++ profile.h 11 Jan 2004 22:10:29 -0000 1.9
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/script.c,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- script.c 7 Nov 2003 17:28:42 -0000 1.26
+++ script.c 11 Jan 2004 22:10:29 -0000 1.27
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id: script.c,v 1.26 2003/11/07 17:28:42 mej Exp $";
+static const char cvs_ident[] = "$Id: script.c,v 1.27 2004/01/11 22:10:29 mej Exp $";
#include "config.h"
#include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/script.h,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -3 -r1.14 -r1.15
--- script.h 19 Feb 2003 21:18:02 -0000 1.14
+++ script.h 11 Jan 2004 22:10:29 -0000 1.15
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/scrollbar.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -3 -r1.46 -r1.47
--- scrollbar.c 24 Aug 2003 15:09:32 -0000 1.46
+++ scrollbar.c 11 Jan 2004 22:10:29 -0000 1.47
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id: scrollbar.c,v 1.46 2003/08/24 15:09:32 mej Exp
$";
+static const char cvs_ident[] = "$Id: scrollbar.c,v 1.47 2004/01/11 22:10:29 mej Exp
$";
#include "config.h"
#include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/scrollbar.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -3 -r1.25 -r1.26
--- scrollbar.h 19 Feb 2003 21:18:03 -0000 1.25
+++ scrollbar.h 11 Jan 2004 22:10:29 -0000 1.26
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/startup.c,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -3 -r1.42 -r1.43
--- startup.c 28 Oct 2003 02:42:53 -0000 1.42
+++ startup.c 11 Jan 2004 22:10:29 -0000 1.43
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id: startup.c,v 1.42 2003/10/28 02:42:53 mej Exp $";
+static const char cvs_ident[] = "$Id: startup.c,v 1.43 2004/01/11 22:10:29 mej Exp $";
#include "config.h"
#include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/startup.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- startup.h 28 Oct 2003 02:42:53 -0000 1.18
+++ startup.h 11 Jan 2004 22:10:29 -0000 1.19
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/system.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -3 -r1.20 -r1.21
--- system.c 22 Aug 2003 04:09:40 -0000 1.20
+++ system.c 11 Jan 2004 22:10:29 -0000 1.21
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id: system.c,v 1.20 2003/08/22 04:09:40 mej Exp $";
+static const char cvs_ident[] = "$Id: system.c,v 1.21 2004/01/11 22:10:29 mej Exp $";
#include "../config.h"
#include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/system.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- system.h 19 Feb 2003 21:18:05 -0000 1.8
+++ system.h 11 Jan 2004 22:10:29 -0000 1.9
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/term.c,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -3 -r1.99 -r1.100
--- term.c 26 Aug 2003 01:45:11 -0000 1.99
+++ term.c 11 Jan 2004 22:10:29 -0000 1.100
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id: term.c,v 1.99 2003/08/26 01:45:11 mej Exp $";
+static const char cvs_ident[] = "$Id: term.c,v 1.100 2004/01/11 22:10:29 mej Exp $";
#include "config.h"
#include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/term.h,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -3 -r1.26 -r1.27
--- term.h 26 Aug 2003 01:45:11 -0000 1.26
+++ term.h 11 Jan 2004 22:10:29 -0000 1.27
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/timer.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- timer.c 19 Feb 2003 21:18:07 -0000 1.13
+++ timer.c 11 Jan 2004 22:10:29 -0000 1.14
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id: timer.c,v 1.13 2003/02/19 21:18:07 mej Exp $";
+static const char cvs_ident[] = "$Id: timer.c,v 1.14 2004/01/11 22:10:29 mej Exp $";
#include "config.h"
#include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/timer.h,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -3 -r1.7 -r1.8
--- timer.h 19 Feb 2003 21:18:08 -0000 1.7
+++ timer.h 11 Jan 2004 22:10:29 -0000 1.8
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/utmp.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- utmp.c 19 Feb 2003 21:18:08 -0000 1.17
+++ utmp.c 11 Jan 2004 22:10:29 -0000 1.18
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id: utmp.c,v 1.17 2003/02/19 21:18:08 mej Exp $";
+static const char cvs_ident[] = "$Id: utmp.c,v 1.18 2004/01/11 22:10:29 mej Exp $";
#include "config.h"
#include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/windows.c,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -3 -r1.65 -r1.66
--- windows.c 26 Aug 2003 01:45:11 -0000 1.65
+++ windows.c 11 Jan 2004 22:10:29 -0000 1.66
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
@@ -21,7 +21,7 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-static const char cvs_ident[] = "$Id: windows.c,v 1.65 2003/08/26 01:45:11 mej Exp $";
+static const char cvs_ident[] = "$Id: windows.c,v 1.66 2004/01/11 22:10:29 mej Exp $";
#include "config.h"
#include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/windows.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -3 -r1.17 -r1.18
--- windows.h 3 Mar 2003 04:53:35 -0000 1.17
+++ windows.h 11 Jan 2004 22:10:29 -0000 1.18
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1997-2003, Michael Jennings
+ * Copyright (C) 1997-2004, Michael Jennings
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to
-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs