Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : Eterm

Dir     : eterm/Eterm/src


Modified Files:
      Tag: ETERM-0_10
        actions.c actions.h buttons.c buttons.h command.c 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:
Mon Jan 19 14:48:47 2004                        Michael Jennings (mej)

(I )MERGE(d with your mom last night.)

===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/actions.c,v
retrieving revision 1.20.2.4
retrieving revision 1.20.2.5
diff -u -3 -r1.20.2.4 -r1.20.2.5
--- actions.c   3 Mar 2003 06:20:37 -0000       1.20.2.4
+++ actions.c   19 Jan 2004 19:49:21 -0000      1.20.2.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
@@ -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.20.2.4 2003/03/03 06:20:37 mej 
Exp $";
+static const char cvs_ident[] = "$Id: actions.c,v 1.20.2.5 2004/01/19 19:49:21 mej 
Exp $";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/actions.h,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -3 -r1.9.2.1 -r1.9.2.2
--- actions.h   3 Mar 2003 06:20:37 -0000       1.9.2.1
+++ actions.h   19 Jan 2004 19:49:21 -0000      1.9.2.2
@@ -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.25.2.6
retrieving revision 1.25.2.7
diff -u -3 -r1.25.2.6 -r1.25.2.7
--- buttons.c   24 Aug 2003 15:16:43 -0000      1.25.2.6
+++ buttons.c   19 Jan 2004 19:49:21 -0000      1.25.2.7
@@ -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.25.2.6 2003/08/24 15:16:43 mej 
Exp $";
+static const char cvs_ident[] = "$Id: buttons.c,v 1.25.2.7 2004/01/19 19:49:21 mej 
Exp $";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/buttons.h,v
retrieving revision 1.9.2.5
retrieving revision 1.9.2.6
diff -u -3 -r1.9.2.5 -r1.9.2.6
--- buttons.h   24 Aug 2003 15:16:43 -0000      1.9.2.5
+++ buttons.h   19 Jan 2004 19:49:21 -0000      1.9.2.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/command.c,v
retrieving revision 1.69.2.7
retrieving revision 1.69.2.8
diff -u -3 -r1.69.2.7 -r1.69.2.8
--- command.c   24 Aug 2003 15:16:43 -0000      1.69.2.7
+++ command.c   19 Jan 2004 19:49:21 -0000      1.69.2.8
@@ -34,7 +34,7 @@
  * he guarantee anything whatsoever.
  *----------------------------------------------------------------------*/
 
-static const char cvs_ident[] = "$Id: command.c,v 1.69.2.7 2003/08/24 15:16:43 mej 
Exp $";
+static const char cvs_ident[] = "$Id: command.c,v 1.69.2.8 2004/01/19 19:49:21 mej 
Exp $";
 
 /* includes: */
 #include "config.h"
@@ -2916,6 +2916,7 @@
     int ns_err;
     _ns_efuns *efuns;
     buttonbar_t *bbar;
+    spif_uchar_t old_pause = (BITFIELD_IS_SET(eterm_options, ETERM_OPTIONS_PAUSE) ? 
(1) : (0));
 
     if (TermWin.screen_mode == NS_MODE_NONE) {
         return run_command(argv);
@@ -2939,6 +2940,7 @@
         bbar_add(bbar);
     }
 
+    BITFIELD_SET(eterm_options, ETERM_OPTIONS_PAUSE);
     if ((TermWin.screen = ns_attach_by_URL(rs_url, rs_hop, &efuns, &ns_err, bbar)) == 
NULL) {
         D_CMD(("ns_attach_by_URL(%s,%s) failed\n", rs_url, rs_hop));
         return -1;
@@ -2946,6 +2948,9 @@
     if (rs_delay >= 0) {
         TermWin.screen->delay = rs_delay;       /* more flexible ways later */
     }
+    if (!old_pause) {
+        BITFIELD_CLEAR(eterm_options, ETERM_OPTIONS_PAUSE);
+    }
 
     make_escreen_menu(bbar);
 
@@ -3002,7 +3007,8 @@
     }
     if ((cmd_fd = command_func(argv)) < 0) {
         print_error("Unable to run sub-command.\n");
-        exit(EXIT_FAILURE);
+        paused = 1;
+        rs_finished_text = "Hit a key to exit...";
     }
 }
 
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/draw.c,v
retrieving revision 1.10.2.3
retrieving revision 1.10.2.4
diff -u -3 -r1.10.2.3 -r1.10.2.4
--- draw.c      3 Mar 2003 06:20:41 -0000       1.10.2.3
+++ draw.c      19 Jan 2004 19:49:21 -0000      1.10.2.4
@@ -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.10.2.3 2003/03/03 06:20:41 mej Exp 
$";
+static const char cvs_ident[] = "$Id: draw.c,v 1.10.2.4 2004/01/19 19:49:21 mej Exp 
$";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/draw.h,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -u -3 -r1.7.2.1 -r1.7.2.2
--- draw.h      3 Mar 2003 06:20:42 -0000       1.7.2.1
+++ draw.h      19 Jan 2004 19:49:21 -0000      1.7.2.2
@@ -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.20.2.3
retrieving revision 1.20.2.4
diff -u -3 -r1.20.2.3 -r1.20.2.4
--- e.c 3 Mar 2003 06:20:43 -0000       1.20.2.3
+++ e.c 19 Jan 2004 19:49:21 -0000      1.20.2.4
@@ -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.20.2.3 2003/03/03 06:20:43 mej Exp $";
+static const char cvs_ident[] = "$Id: e.c,v 1.20.2.4 2004/01/19 19:49:21 mej Exp $";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/e.h,v
retrieving revision 1.11.2.1
retrieving revision 1.11.2.2
diff -u -3 -r1.11.2.1 -r1.11.2.2
--- e.h 3 Mar 2003 06:20:43 -0000       1.11.2.1
+++ e.h 19 Jan 2004 19:49:21 -0000      1.11.2.2
@@ -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.5.2.2
retrieving revision 1.5.2.3
diff -u -3 -r1.5.2.2 -r1.5.2.3
--- encoding.c  3 Mar 2003 06:20:44 -0000       1.5.2.2
+++ encoding.c  19 Jan 2004 19:49:21 -0000      1.5.2.3
@@ -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.5.2.2 2003/03/03 06:20:44 mej 
Exp $";
+static const char cvs_ident[] = "$Id: encoding.c,v 1.5.2.3 2004/01/19 19:49:21 mej 
Exp $";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/encoding.h,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -u -3 -r1.3.2.1 -r1.3.2.2
--- encoding.h  3 Mar 2003 06:20:45 -0000       1.3.2.1
+++ encoding.h  19 Jan 2004 19:49:21 -0000      1.3.2.2
@@ -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.5.2.3
retrieving revision 1.5.2.4
diff -u -3 -r1.5.2.3 -r1.5.2.4
--- eterm_debug.h       24 Aug 2003 15:16:44 -0000      1.5.2.3
+++ eterm_debug.h       19 Jan 2004 19:49:21 -0000      1.5.2.4
@@ -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.9.2.1
retrieving revision 1.9.2.2
diff -u -3 -r1.9.2.1 -r1.9.2.2
--- eterm_utmp.h        3 Mar 2003 06:20:45 -0000       1.9.2.1
+++ eterm_utmp.h        19 Jan 2004 19:49:21 -0000      1.9.2.2
@@ -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.51.2.4
retrieving revision 1.51.2.5
diff -u -3 -r1.51.2.4 -r1.51.2.5
--- events.c    24 Aug 2003 15:16:44 -0000      1.51.2.4
+++ events.c    19 Jan 2004 19:49:21 -0000      1.51.2.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
@@ -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.51.2.4 2003/08/24 15:16:44 mej Exp 
$";
+static const char cvs_ident[] = "$Id: events.c,v 1.51.2.5 2004/01/19 19:49:21 mej Exp 
$";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/events.h,v
retrieving revision 1.13.2.1
retrieving revision 1.13.2.2
diff -u -3 -r1.13.2.1 -r1.13.2.2
--- events.h    3 Mar 2003 06:20:48 -0000       1.13.2.1
+++ events.h    19 Jan 2004 19:49:22 -0000      1.13.2.2
@@ -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.32.2.4
retrieving revision 1.32.2.5
diff -u -3 -r1.32.2.4 -r1.32.2.5
--- feature.h   28 Nov 2003 14:09:05 -0000      1.32.2.4
+++ feature.h   19 Jan 2004 19:49:22 -0000      1.32.2.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/font.c,v
retrieving revision 1.31.2.5
retrieving revision 1.31.2.6
diff -u -3 -r1.31.2.5 -r1.31.2.6
--- font.c      24 Aug 2003 15:16:44 -0000      1.31.2.5
+++ font.c      19 Jan 2004 19:49:22 -0000      1.31.2.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
@@ -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.31.2.5 2003/08/24 15:16:44 mej Exp 
$";
+static const char cvs_ident[] = "$Id: font.c,v 1.31.2.6 2004/01/19 19:49:22 mej Exp 
$";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/font.h,v
retrieving revision 1.14.2.1
retrieving revision 1.14.2.2
diff -u -3 -r1.14.2.1 -r1.14.2.2
--- font.h      3 Mar 2003 06:20:50 -0000       1.14.2.1
+++ font.h      19 Jan 2004 19:49:22 -0000      1.14.2.2
@@ -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.9.2.2
retrieving revision 1.9.2.3
diff -u -3 -r1.9.2.2 -r1.9.2.3
--- main.c      3 Mar 2003 06:20:50 -0000       1.9.2.2
+++ main.c      19 Jan 2004 19:49:22 -0000      1.9.2.3
@@ -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.9.2.2 2003/03/03 06:20:50 mej Exp $";
+static const char cvs_ident[] = "$Id: main.c,v 1.9.2.3 2004/01/19 19:49:22 mej Exp $";
 
 extern int eterm_bootstrap(int argc, char *argv[]);
 
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/menus.c,v
retrieving revision 1.47.2.4
retrieving revision 1.47.2.5
diff -u -3 -r1.47.2.4 -r1.47.2.5
--- menus.c     3 Mar 2003 06:20:51 -0000       1.47.2.4
+++ menus.c     19 Jan 2004 19:49:22 -0000      1.47.2.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
@@ -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.47.2.4 2003/03/03 06:20:51 mej Exp 
$";
+static const char cvs_ident[] = "$Id: menus.c,v 1.47.2.5 2004/01/19 19:49:22 mej Exp 
$";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/menus.h,v
retrieving revision 1.17.2.3
retrieving revision 1.17.2.4
diff -u -3 -r1.17.2.3 -r1.17.2.4
--- menus.h     3 Mar 2003 06:20:53 -0000       1.17.2.3
+++ menus.h     19 Jan 2004 19:49:22 -0000      1.17.2.4
@@ -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.20.2.3
retrieving revision 1.20.2.4
diff -u -3 -r1.20.2.3 -r1.20.2.4
--- misc.c      3 Mar 2003 06:20:53 -0000       1.20.2.3
+++ misc.c      19 Jan 2004 19:49:22 -0000      1.20.2.4
@@ -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.20.2.3 2003/03/03 06:20:53 mej Exp 
$";
+static const char cvs_ident[] = "$Id: misc.c,v 1.20.2.4 2004/01/19 19:49:22 mej Exp 
$";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/misc.h,v
retrieving revision 1.12.2.1
retrieving revision 1.12.2.2
diff -u -3 -r1.12.2.1 -r1.12.2.2
--- misc.h      3 Mar 2003 06:20:53 -0000       1.12.2.1
+++ misc.h      19 Jan 2004 19:49:22 -0000      1.12.2.2
@@ -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.4.2.1
retrieving revision 1.4.2.2
diff -u -3 -r1.4.2.1 -r1.4.2.2
--- mmx_cmod.S  3 Mar 2003 06:20:53 -0000       1.4.2.1
+++ mmx_cmod.S  19 Jan 2004 19:49:22 -0000      1.4.2.2
@@ -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.102.2.13
retrieving revision 1.102.2.14
diff -u -3 -r1.102.2.13 -r1.102.2.14
--- options.c   7 Nov 2003 17:38:24 -0000       1.102.2.13
+++ options.c   19 Jan 2004 19:49:22 -0000      1.102.2.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: options.c,v 1.102.2.13 2003/11/07 17:38:24 mej 
Exp $";
+static const char cvs_ident[] = "$Id: options.c,v 1.102.2.14 2004/01/19 19:49:22 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.36.2.7
retrieving revision 1.36.2.8
diff -u -3 -r1.36.2.7 -r1.36.2.8
--- options.h   7 Oct 2003 00:48:28 -0000       1.36.2.7
+++ options.h   19 Jan 2004 19:49:22 -0000      1.36.2.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/pixmap.c,v
retrieving revision 1.78.2.9
retrieving revision 1.78.2.10
diff -u -3 -r1.78.2.9 -r1.78.2.10
--- pixmap.c    28 Oct 2003 02:49:36 -0000      1.78.2.9
+++ pixmap.c    19 Jan 2004 19:49:22 -0000      1.78.2.10
@@ -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.78.2.9 2003/10/28 02:49:36 mej Exp 
$";
+static const char cvs_ident[] = "$Id: pixmap.c,v 1.78.2.10 2004/01/19 19:49:22 mej 
Exp $";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/pixmap.h,v
retrieving revision 1.40.2.2
retrieving revision 1.40.2.3
diff -u -3 -r1.40.2.2 -r1.40.2.3
--- pixmap.h    3 Mar 2003 06:20:57 -0000       1.40.2.2
+++ pixmap.h    19 Jan 2004 19:49:23 -0000      1.40.2.3
@@ -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.7.2.1
retrieving revision 1.7.2.2
diff -u -3 -r1.7.2.1 -r1.7.2.2
--- profile.h   3 Mar 2003 06:20:58 -0000       1.7.2.1
+++ profile.h   19 Jan 2004 19:49:23 -0000      1.7.2.2
@@ -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.15.2.6
retrieving revision 1.15.2.7
diff -u -3 -r1.15.2.6 -r1.15.2.7
--- script.c    7 Nov 2003 17:38:25 -0000       1.15.2.6
+++ script.c    19 Jan 2004 19:49:23 -0000      1.15.2.7
@@ -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.15.2.6 2003/11/07 17:38:25 mej Exp 
$";
+static const char cvs_ident[] = "$Id: script.c,v 1.15.2.7 2004/01/19 19:49:23 mej Exp 
$";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/script.h,v
retrieving revision 1.10.2.2
retrieving revision 1.10.2.3
diff -u -3 -r1.10.2.2 -r1.10.2.3
--- script.h    3 Mar 2003 06:21:00 -0000       1.10.2.2
+++ script.h    19 Jan 2004 19:49:23 -0000      1.10.2.3
@@ -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.38.2.4
retrieving revision 1.38.2.5
diff -u -3 -r1.38.2.4 -r1.38.2.5
--- scrollbar.c 24 Aug 2003 15:16:45 -0000      1.38.2.4
+++ scrollbar.c 19 Jan 2004 19:49:23 -0000      1.38.2.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
@@ -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.38.2.4 2003/08/24 15:16:45 mej 
Exp $";
+static const char cvs_ident[] = "$Id: scrollbar.c,v 1.38.2.5 2004/01/19 19:49:23 mej 
Exp $";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/scrollbar.h,v
retrieving revision 1.24.2.1
retrieving revision 1.24.2.2
diff -u -3 -r1.24.2.1 -r1.24.2.2
--- scrollbar.h 3 Mar 2003 06:21:00 -0000       1.24.2.1
+++ scrollbar.h 19 Jan 2004 19:49:23 -0000      1.24.2.2
@@ -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.29.2.7
retrieving revision 1.29.2.8
diff -u -3 -r1.29.2.7 -r1.29.2.8
--- startup.c   28 Oct 2003 02:49:36 -0000      1.29.2.7
+++ startup.c   19 Jan 2004 19:49:23 -0000      1.29.2.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: startup.c,v 1.29.2.7 2003/10/28 02:49:36 mej 
Exp $";
+static const char cvs_ident[] = "$Id: startup.c,v 1.29.2.8 2004/01/19 19:49:23 mej 
Exp $";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/startup.h,v
retrieving revision 1.14.2.4
retrieving revision 1.14.2.5
diff -u -3 -r1.14.2.4 -r1.14.2.5
--- startup.h   28 Oct 2003 02:49:36 -0000      1.14.2.4
+++ startup.h   19 Jan 2004 19:49:23 -0000      1.14.2.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/system.c,v
retrieving revision 1.14.2.4
retrieving revision 1.14.2.5
diff -u -3 -r1.14.2.4 -r1.14.2.5
--- system.c    24 Aug 2003 15:16:45 -0000      1.14.2.4
+++ system.c    19 Jan 2004 19:49:23 -0000      1.14.2.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
@@ -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.14.2.4 2003/08/24 15:16:45 mej Exp 
$";
+static const char cvs_ident[] = "$Id: system.c,v 1.14.2.5 2004/01/19 19:49:23 mej Exp 
$";
 
 #include "../config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/system.h,v
retrieving revision 1.7.2.1
retrieving revision 1.7.2.2
diff -u -3 -r1.7.2.1 -r1.7.2.2
--- system.h    3 Mar 2003 06:21:00 -0000       1.7.2.1
+++ system.h    19 Jan 2004 19:49:23 -0000      1.7.2.2
@@ -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.78.2.8
retrieving revision 1.78.2.9
diff -u -3 -r1.78.2.8 -r1.78.2.9
--- term.c      7 Oct 2003 00:48:29 -0000       1.78.2.8
+++ term.c      19 Jan 2004 19:49:23 -0000      1.78.2.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
@@ -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.78.2.8 2003/10/07 00:48:29 mej Exp 
$";
+static const char cvs_ident[] = "$Id: term.c,v 1.78.2.9 2004/01/19 19:49:23 mej Exp 
$";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/term.h,v
retrieving revision 1.21.2.4
retrieving revision 1.21.2.5
diff -u -3 -r1.21.2.4 -r1.21.2.5
--- term.h      7 Oct 2003 00:48:29 -0000       1.21.2.4
+++ term.h      19 Jan 2004 19:49:23 -0000      1.21.2.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/timer.c,v
retrieving revision 1.9.2.3
retrieving revision 1.9.2.4
diff -u -3 -r1.9.2.3 -r1.9.2.4
--- timer.c     3 Mar 2003 06:21:01 -0000       1.9.2.3
+++ timer.c     19 Jan 2004 19:49:23 -0000      1.9.2.4
@@ -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.9.2.3 2003/03/03 06:21:01 mej Exp 
$";
+static const char cvs_ident[] = "$Id: timer.c,v 1.9.2.4 2004/01/19 19:49:23 mej Exp 
$";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/timer.h,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -u -3 -r1.6.2.1 -r1.6.2.2
--- timer.h     3 Mar 2003 06:21:01 -0000       1.6.2.1
+++ timer.h     19 Jan 2004 19:49:23 -0000      1.6.2.2
@@ -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.13.2.3
retrieving revision 1.13.2.4
diff -u -3 -r1.13.2.3 -r1.13.2.4
--- utmp.c      3 Mar 2003 06:21:01 -0000       1.13.2.3
+++ utmp.c      19 Jan 2004 19:49:23 -0000      1.13.2.4
@@ -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.13.2.3 2003/03/03 06:21:01 mej Exp 
$";
+static const char cvs_ident[] = "$Id: utmp.c,v 1.13.2.4 2004/01/19 19:49:23 mej Exp 
$";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/windows.c,v
retrieving revision 1.51.2.6
retrieving revision 1.51.2.7
diff -u -3 -r1.51.2.6 -r1.51.2.7
--- windows.c   7 Oct 2003 00:48:29 -0000       1.51.2.6
+++ windows.c   19 Jan 2004 19:49:23 -0000      1.51.2.7
@@ -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.51.2.6 2003/10/07 00:48:29 mej 
Exp $";
+static const char cvs_ident[] = "$Id: windows.c,v 1.51.2.7 2004/01/19 19:49:23 mej 
Exp $";
 
 #include "config.h"
 #include "feature.h"
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/src/windows.h,v
retrieving revision 1.14.2.2
retrieving revision 1.14.2.3
diff -u -3 -r1.14.2.2 -r1.14.2.3
--- windows.h   3 Mar 2003 06:21:02 -0000       1.14.2.2
+++ windows.h   19 Jan 2004 19:49:23 -0000      1.14.2.3
@@ -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




-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to