Enlightenment CVS committal

Author  : mej
Project : eterm
Module  : Eterm

Dir     : eterm/Eterm


Modified Files:
      Tag: ETERM-0_10
        ChangeLog configure.in 


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/ChangeLog,v
retrieving revision 1.278.2.23
retrieving revision 1.278.2.24
diff -u -3 -r1.278.2.23 -r1.278.2.24
--- ChangeLog   10 Dec 2003 03:38:11 -0000      1.278.2.23
+++ ChangeLog   19 Jan 2004 19:49:20 -0000      1.278.2.24
@@ -5153,3 +5153,31 @@
 
 Hopefully fixed Etbg_update_list to be Solaris /bin/sh-friendly.
 ----------------------------------------------------------------------
+Sun Dec 21 21:43:58 2003                        Michael Jennings (mej)
+
+Fix :hscale and :vscale to work properly.
+----------------------------------------------------------------------
+Mon Dec 22 13:39:02 2003                        Michael Jennings (mej)
+
+These two are going away.
+----------------------------------------------------------------------
+Mon Dec 22 15:40:43 2003                        Michael Jennings (mej)
+
+That too.
+----------------------------------------------------------------------
+Mon Dec 22 15:50:35 2003                        Michael Jennings (mej)
+
+Minor tweaks to utils/Etbg_update_list.
+----------------------------------------------------------------------
+Mon Dec 22 15:56:51 2003                        Michael Jennings (mej)
+
+Backported changes to menu generation.
+----------------------------------------------------------------------
+Wed Jan  7 15:08:24 2004                        Michael Jennings (mej)
+
+Disable build-time check for screen.
+----------------------------------------------------------------------
+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/configure.in,v
retrieving revision 1.62.2.10
retrieving revision 1.62.2.11
diff -u -3 -r1.62.2.10 -r1.62.2.11
--- configure.in        10 Dec 2003 03:38:11 -0000      1.62.2.10
+++ configure.in        19 Jan 2004 19:49:21 -0000      1.62.2.11
@@ -1,4 +1,4 @@
-dnl# $Id: configure.in,v 1.62.2.10 2003/12/10 03:38:11 mej Exp $
+dnl# $Id: configure.in,v 1.62.2.11 2004/01/19 19:49:21 mej Exp $
 
 PATH=$PATH:/usr/bin:/bin:/usr/local/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/ucb/bin
 export PATH
@@ -364,17 +364,19 @@
 )
 AC_MSG_CHECKING(for Escreen support)
 AC_ARG_ENABLE(escreen,
-[  --enable-escreen        enable Eterm's built-in screen support], [
-            if test "$enableval" = "yes"; then 
-              AC_CHECK_PROG(FOUND_SCREEN, screen, screen)
-              if test ! -z "$FOUND_SCREEN"; then
-                AC_DEFINE(NS_HAVE_SCREEN,1,[Support the GNU screen text windowing 
system?])
-              else
-                AC_WARN(*** screen support has been disabled because screen was not 
found ***)
-              fi
+[  --disable-escreen       disable Eterm's built-in screen support], [
+            if test "$enableval" = "yes"; then
+              FOUND_SCREEN=1
+              AC_DEFINE(NS_HAVE_SCREEN,1,[Support the GNU screen text windowing 
system?])
+              AC_MSG_RESULT(yes)
             else
               AC_MSG_RESULT(no)
-            fi], AC_MSG_RESULT(no)
+            fi
+          ], [
+            FOUND_SCREEN=1
+            AC_DEFINE(NS_HAVE_SCREEN,1,[Support the GNU screen text windowing 
system?])
+            AC_MSG_RESULT(yes)
+          ]
 )
 AC_MSG_CHECKING(for Etwin support)
 AC_ARG_ENABLE(etwin,




-------------------------------------------------------
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