Enlightenment CVS committal
Author : mej
Project : eterm
Module : Eterm
Dir : eterm/Eterm
Modified Files:
ChangeLog configure.in
Log Message:
Tue Apr 20 15:40:39 2004 Michael Jennings (mej)
Enable title-reporting and iconname-reporting escape sequences only if
specifically requested by user at compile time. This exists solely to
protect the ignorant and careless from themselves.
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/ChangeLog,v
retrieving revision 1.383
retrieving revision 1.384
diff -u -3 -r1.383 -r1.384
--- ChangeLog 20 Apr 2004 17:49:41 -0000 1.383
+++ ChangeLog 20 Apr 2004 19:41:35 -0000 1.384
@@ -5209,3 +5209,9 @@
theme settings will not preserve -e/--exec arguments unless a theme
was specifically named by the user.
----------------------------------------------------------------------
+Tue Apr 20 15:40:39 2004 Michael Jennings (mej)
+
+Enable title-reporting and iconname-reporting escape sequences only if
+specifically requested by user at compile time. This exists solely to
+protect the ignorant and careless from themselves.
+----------------------------------------------------------------------
===================================================================
RCS file: /cvsroot/enlightenment/eterm/Eterm/configure.in,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -3 -r1.81 -r1.82
--- configure.in 11 Mar 2004 16:48:04 -0000 1.81
+++ configure.in 20 Apr 2004 19:41:37 -0000 1.82
@@ -1,4 +1,4 @@
-dnl# $Id: configure.in,v 1.81 2004/03/11 16:48:04 mej Exp $
+dnl# $Id: configure.in,v 1.82 2004/04/20 19:41:37 mej Exp $
PATH=$PATH:/usr/bin:/bin:/usr/local/bin:/usr/ccs/bin:/usr/contrib/bin:/usr/ucb/bin
export PATH
@@ -916,6 +916,17 @@
AC_MSG_RESULT(no)
fi
+dnl# Enable/disable name reporting escape sequences
+AC_MSG_CHECKING(if we should enable name reporting escape sequences)
+AC_ARG_ENABLE(name-eporting-escapes, [ --enable-name-reporting-escapes Specify this
to enable title/icon name reporting], [
+ if test "$enableval" = "yes"; then
+ AC_MSG_RESULT(yes)
+ AC_DEFINE(ENABLE_NAME_REPORTING_ESCAPES, 1, [Defined to enable
title/icon name reporting escape sequences.])
+ else
+ AC_MSG_RESULT(no)
+ fi
+], [AC_MSG_RESULT(no)])
+
dnl# Enable/disable humor
AC_ARG_WITH(sense-of-humor, [ --without-sense-of-humor Specify this if you have no
sense of humor], [
if test "$withval" = "no"; then
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs