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: Wed Jan 4 04:22:13 2006 Michael Jennings (mej) Update copyright dates. ---------------------------------------------------------------------- =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/src/actions.c,v retrieving revision 1.28 retrieving revision 1.29 diff -u -3 -r1.28 -r1.29 --- actions.c 19 Apr 2005 01:57:00 -0000 1.28 +++ actions.c 4 Jan 2006 09:22:38 -0000 1.29 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.28 2005/04/19 01:57:00 mej Exp $"; +static const char cvs_ident[] = "$Id: actions.c,v 1.29 2006/01/04 09:22:38 mej Exp $"; #include "config.h" #include "feature.h" =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/src/actions.h,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- actions.h 11 Jan 2004 22:10:29 -0000 1.11 +++ actions.h 4 Jan 2006 09:22:38 -0000 1.12 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.45 retrieving revision 1.46 diff -u -3 -r1.45 -r1.46 --- buttons.c 19 Apr 2005 01:57:16 -0000 1.45 +++ buttons.c 4 Jan 2006 09:22:38 -0000 1.46 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.45 2005/04/19 01:57:16 mej Exp $"; +static const char cvs_ident[] = "$Id: buttons.c,v 1.46 2006/01/04 09:22:38 mej Exp $"; #include "config.h" #include "feature.h" =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/src/buttons.h,v retrieving revision 1.17 retrieving revision 1.18 diff -u -3 -r1.17 -r1.18 --- buttons.h 11 Jan 2004 22:10:29 -0000 1.17 +++ buttons.h 4 Jan 2006 09:22:38 -0000 1.18 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.17 retrieving revision 1.18 diff -u -3 -r1.17 -r1.18 --- draw.c 19 Apr 2005 01:57:17 -0000 1.17 +++ draw.c 4 Jan 2006 09:22:38 -0000 1.18 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.17 2005/04/19 01:57:17 mej Exp $"; +static const char cvs_ident[] = "$Id: draw.c,v 1.18 2006/01/04 09:22:38 mej Exp $"; #include "config.h" #include "feature.h" =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/src/draw.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- draw.h 11 Jan 2004 22:10:29 -0000 1.9 +++ draw.h 4 Jan 2006 09:22:38 -0000 1.10 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.29 retrieving revision 1.30 diff -u -3 -r1.29 -r1.30 --- e.c 16 Aug 2005 14:50:46 -0000 1.29 +++ e.c 4 Jan 2006 09:22:38 -0000 1.30 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.29 2005/08/16 14:50:46 mej Exp $"; +static const char cvs_ident[] = "$Id: e.c,v 1.30 2006/01/04 09:22:38 mej Exp $"; #include "config.h" #include "feature.h" =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/src/e.h,v retrieving revision 1.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- e.h 11 Jan 2004 22:10:29 -0000 1.13 +++ e.h 4 Jan 2006 09:22:38 -0000 1.14 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- encoding.c 11 Jan 2004 22:10:29 -0000 1.8 +++ encoding.c 4 Jan 2006 09:22:38 -0000 1.9 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.8 2004/01/11 22:10:29 mej Exp $"; +static const char cvs_ident[] = "$Id: encoding.c,v 1.9 2006/01/04 09:22:38 mej Exp $"; #include "config.h" #include "feature.h" =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/src/encoding.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- encoding.h 11 Jan 2004 22:10:29 -0000 1.5 +++ encoding.h 4 Jan 2006 09:22:38 -0000 1.6 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- eterm_debug.h 16 Aug 2005 14:50:46 -0000 1.14 +++ eterm_debug.h 4 Jan 2006 09:22:38 -0000 1.15 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- eterm_utmp.h 11 Jan 2004 22:10:29 -0000 1.11 +++ eterm_utmp.h 4 Jan 2006 09:22:38 -0000 1.12 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.65 retrieving revision 1.66 diff -u -3 -r1.65 -r1.66 --- events.c 19 Apr 2005 01:57:17 -0000 1.65 +++ events.c 4 Jan 2006 09:22:38 -0000 1.66 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.65 2005/04/19 01:57:17 mej Exp $"; +static const char cvs_ident[] = "$Id: events.c,v 1.66 2006/01/04 09:22:38 mej Exp $"; #include "config.h" #include "feature.h" =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/src/events.h,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- events.h 11 Jan 2004 22:10:29 -0000 1.15 +++ events.h 4 Jan 2006 09:22:38 -0000 1.16 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.47 retrieving revision 1.48 diff -u -3 -r1.47 -r1.48 --- feature.h 4 Jan 2006 08:44:14 -0000 1.47 +++ feature.h 4 Jan 2006 09:22:38 -0000 1.48 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.46 retrieving revision 1.47 diff -u -3 -r1.46 -r1.47 --- font.c 25 Apr 2005 19:37:22 -0000 1.46 +++ font.c 4 Jan 2006 09:22:38 -0000 1.47 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.46 2005/04/25 19:37:22 mej Exp $"; +static const char cvs_ident[] = "$Id: font.c,v 1.47 2006/01/04 09:22:38 mej Exp $"; #include "config.h" #include "feature.h" =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/src/font.h,v retrieving revision 1.17 retrieving revision 1.18 diff -u -3 -r1.17 -r1.18 --- font.h 25 Apr 2005 19:37:22 -0000 1.17 +++ font.h 4 Jan 2006 09:22:38 -0000 1.18 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.13 retrieving revision 1.14 diff -u -3 -r1.13 -r1.14 --- main.c 15 Mar 2005 21:48:02 -0000 1.13 +++ main.c 4 Jan 2006 09:22:38 -0000 1.14 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.13 2005/03/15 21:48:02 mej Exp $"; +static const char cvs_ident[] = "$Id: main.c,v 1.14 2006/01/04 09:22:38 mej Exp $"; extern int eterm_bootstrap(int argc, char *argv[]); =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/src/menus.c,v retrieving revision 1.64 retrieving revision 1.65 diff -u -3 -r1.64 -r1.65 --- menus.c 19 Apr 2005 01:57:18 -0000 1.64 +++ menus.c 4 Jan 2006 09:22:38 -0000 1.65 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.64 2005/04/19 01:57:18 mej Exp $"; +static const char cvs_ident[] = "$Id: menus.c,v 1.65 2006/01/04 09:22:38 mej Exp $"; #include "config.h" #include "feature.h" =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/src/menus.h,v retrieving revision 1.22 retrieving revision 1.23 diff -u -3 -r1.22 -r1.23 --- menus.h 11 Jan 2004 22:10:29 -0000 1.22 +++ menus.h 4 Jan 2006 09:22:38 -0000 1.23 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.27 retrieving revision 1.28 diff -u -3 -r1.27 -r1.28 --- misc.c 19 Apr 2005 01:57:19 -0000 1.27 +++ misc.c 4 Jan 2006 09:22:38 -0000 1.28 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.27 2005/04/19 01:57:19 mej Exp $"; +static const char cvs_ident[] = "$Id: misc.c,v 1.28 2006/01/04 09:22:38 mej Exp $"; #include "config.h" #include "feature.h" =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/src/misc.h,v retrieving revision 1.16 retrieving revision 1.17 diff -u -3 -r1.16 -r1.17 --- misc.h 15 Mar 2005 21:48:02 -0000 1.16 +++ misc.h 4 Jan 2006 09:22:38 -0000 1.17 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- mmx_cmod.S 9 May 2005 01:17:25 -0000 1.7 +++ mmx_cmod.S 4 Jan 2006 09:22:38 -0000 1.8 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.140 retrieving revision 1.141 diff -u -3 -r1.140 -r1.141 --- options.c 2 Jun 2005 17:39:07 -0000 1.140 +++ options.c 4 Jan 2006 09:22:38 -0000 1.141 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.140 2005/06/02 17:39:07 mej Exp $"; +static const char cvs_ident[] = "$Id: options.c,v 1.141 2006/01/04 09:22:38 mej Exp $"; #include "config.h" #include "feature.h" @@ -374,7 +374,7 @@ usage(void) { printf("Eterm Enlightened Terminal Emulator for the X Window System\n"); - printf("Copyright (c) 1997-2004, " AUTHORS "\n\n"); + printf("Copyright (c) 1997-2006, " 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"); @@ -400,7 +400,7 @@ { printf("Eterm " VERSION "\n"); - printf("Copyright (c) 1997-2004, " AUTHORS "\n\n"); + printf("Copyright (c) 1997-2006, " 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.52 retrieving revision 1.53 diff -u -3 -r1.52 -r1.53 --- options.h 23 Feb 2005 20:38:23 -0000 1.52 +++ options.h 4 Jan 2006 09:22:40 -0000 1.53 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.116 retrieving revision 1.117 diff -u -3 -r1.116 -r1.117 --- pixmap.c 4 Jan 2006 09:15:17 -0000 1.116 +++ pixmap.c 4 Jan 2006 09:22:40 -0000 1.117 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.116 2006/01/04 09:15:17 mej Exp $"; +static const char cvs_ident[] = "$Id: pixmap.c,v 1.117 2006/01/04 09:22:40 mej Exp $"; #include "config.h" #include "feature.h" =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/src/pixmap.h,v retrieving revision 1.43 retrieving revision 1.44 diff -u -3 -r1.43 -r1.44 --- pixmap.h 11 Jan 2004 22:10:29 -0000 1.43 +++ pixmap.h 4 Jan 2006 09:22:40 -0000 1.44 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- profile.h 11 Jan 2004 22:10:29 -0000 1.9 +++ profile.h 4 Jan 2006 09:22:40 -0000 1.10 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.27 retrieving revision 1.28 diff -u -3 -r1.27 -r1.28 --- script.c 11 Jan 2004 22:10:29 -0000 1.27 +++ script.c 4 Jan 2006 09:22:40 -0000 1.28 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.27 2004/01/11 22:10:29 mej Exp $"; +static const char cvs_ident[] = "$Id: script.c,v 1.28 2006/01/04 09:22:40 mej Exp $"; #include "config.h" #include "feature.h" =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/src/script.h,v retrieving revision 1.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- script.h 11 Jan 2004 22:10:29 -0000 1.15 +++ script.h 4 Jan 2006 09:22:40 -0000 1.16 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.49 retrieving revision 1.50 diff -u -3 -r1.49 -r1.50 --- scrollbar.c 19 Apr 2005 01:57:23 -0000 1.49 +++ scrollbar.c 4 Jan 2006 09:22:40 -0000 1.50 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.49 2005/04/19 01:57:23 mej Exp $"; +static const char cvs_ident[] = "$Id: scrollbar.c,v 1.50 2006/01/04 09:22:40 mej Exp $"; #include "config.h" #include "feature.h" =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/src/scrollbar.h,v retrieving revision 1.26 retrieving revision 1.27 diff -u -3 -r1.26 -r1.27 --- scrollbar.h 11 Jan 2004 22:10:29 -0000 1.26 +++ scrollbar.h 4 Jan 2006 09:22:41 -0000 1.27 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.53 retrieving revision 1.54 diff -u -3 -r1.53 -r1.54 --- startup.c 16 Sep 2005 01:56:01 -0000 1.53 +++ startup.c 4 Jan 2006 09:22:41 -0000 1.54 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.53 2005/09/16 01:56:01 mej Exp $"; +static const char cvs_ident[] = "$Id: startup.c,v 1.54 2006/01/04 09:22:41 mej Exp $"; #include "config.h" #include "feature.h" =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/src/startup.h,v retrieving revision 1.22 retrieving revision 1.23 diff -u -3 -r1.22 -r1.23 --- startup.h 16 Sep 2005 01:56:01 -0000 1.22 +++ startup.h 4 Jan 2006 09:22:41 -0000 1.23 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.21 retrieving revision 1.22 diff -u -3 -r1.21 -r1.22 --- system.c 11 Jan 2004 22:10:29 -0000 1.21 +++ system.c 4 Jan 2006 09:22:41 -0000 1.22 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.21 2004/01/11 22:10:29 mej Exp $"; +static const char cvs_ident[] = "$Id: system.c,v 1.22 2006/01/04 09:22:41 mej Exp $"; #include "../config.h" #include "feature.h" =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/src/system.h,v retrieving revision 1.9 retrieving revision 1.10 diff -u -3 -r1.9 -r1.10 --- system.h 11 Jan 2004 22:10:29 -0000 1.9 +++ system.h 4 Jan 2006 09:22:41 -0000 1.10 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.109 retrieving revision 1.110 diff -u -3 -r1.109 -r1.110 --- term.c 1 Sep 2005 06:16:49 -0000 1.109 +++ term.c 4 Jan 2006 09:22:41 -0000 1.110 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.109 2005/09/01 06:16:49 mej Exp $"; +static const char cvs_ident[] = "$Id: term.c,v 1.110 2006/01/04 09:22:41 mej Exp $"; #include "config.h" #include "feature.h" =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/src/term.h,v retrieving revision 1.28 retrieving revision 1.29 diff -u -3 -r1.28 -r1.29 --- term.h 18 Apr 2005 22:04:04 -0000 1.28 +++ term.h 4 Jan 2006 09:22:41 -0000 1.29 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.15 retrieving revision 1.16 diff -u -3 -r1.15 -r1.16 --- timer.c 19 Apr 2005 01:57:24 -0000 1.15 +++ timer.c 4 Jan 2006 09:22:41 -0000 1.16 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.15 2005/04/19 01:57:24 mej Exp $"; +static const char cvs_ident[] = "$Id: timer.c,v 1.16 2006/01/04 09:22:41 mej Exp $"; #include "config.h" #include "feature.h" =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/src/timer.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- timer.h 11 Jan 2004 22:10:29 -0000 1.8 +++ timer.h 4 Jan 2006 09:22:41 -0000 1.9 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.19 retrieving revision 1.20 diff -u -3 -r1.19 -r1.20 --- utmp.c 19 Apr 2005 01:57:24 -0000 1.19 +++ utmp.c 4 Jan 2006 09:22:41 -0000 1.20 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.19 2005/04/19 01:57:24 mej Exp $"; +static const char cvs_ident[] = "$Id: utmp.c,v 1.20 2006/01/04 09:22:41 mej Exp $"; #include "config.h" #include "feature.h" =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/src/windows.c,v retrieving revision 1.73 retrieving revision 1.74 diff -u -3 -r1.73 -r1.74 --- windows.c 16 Sep 2005 01:56:01 -0000 1.73 +++ windows.c 4 Jan 2006 09:22:41 -0000 1.74 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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.73 2005/09/16 01:56:01 mej Exp $"; +static const char cvs_ident[] = "$Id: windows.c,v 1.74 2006/01/04 09:22:41 mej Exp $"; #include "config.h" #include "feature.h" =================================================================== RCS file: /cvsroot/enlightenment/eterm/Eterm/src/windows.h,v retrieving revision 1.18 retrieving revision 1.19 diff -u -3 -r1.18 -r1.19 --- windows.h 11 Jan 2004 22:10:29 -0000 1.18 +++ windows.h 4 Jan 2006 09:22:41 -0000 1.19 @@ -1,5 +1,5 @@ /* - * Copyright (C) 1997-2004, Michael Jennings + * Copyright (C) 1997-2006, 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: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs