[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-158-gb4ed5e9)
The branch, master has been updated
via b4ed5e92d203c7449b7d33e924a41b093e1de930 (commit)
from 6a7ab649d6f77ccab9be7f3562197c2d15d92ee7 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
=========
Summary
=========
gattrib/src/globals.c | 2 --
gnetlist/src/globals.c | 1 -
gschem/src/globals.c | 1 -
gsymcheck/src/globals.c | 1 -
libgeda/src/s_log.c | 2 +-
utils/gschlas/globals.c | 1 -
6 files changed, 1 insertions(+), 7 deletions(-)
=================
Commit Messages
=================
commit b4ed5e92d203c7449b7d33e924a41b093e1de930
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Date: Tue Aug 26 12:55:07 2008 +0100
Remove duplicate definitions of do_logging.
Also sets the default in libgeda to TRUE.
:100644 100644 565ff66... c83c26c... M gattrib/src/globals.c
:100644 100644 97e3c35... dff0868... M gnetlist/src/globals.c
:100644 100644 7898f89... e0d25a5... M gschem/src/globals.c
:100644 100644 276dfd1... 1f01108... M gsymcheck/src/globals.c
:100644 100644 959cfcd... 552a079... M libgeda/src/s_log.c
:100644 100644 56f1756... 74f9958... M utils/gschlas/globals.c
=========
Changes
=========
commit b4ed5e92d203c7449b7d33e924a41b093e1de930
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Date: Tue Aug 26 12:55:07 2008 +0100
Remove duplicate definitions of do_logging.
Also sets the default in libgeda to TRUE.
diff --git a/gattrib/src/globals.c b/gattrib/src/globals.c
index 565ff66..c83c26c 100644
--- a/gattrib/src/globals.c
+++ b/gattrib/src/globals.c
@@ -32,8 +32,6 @@
#include <dmalloc.h>
#endif
-int do_logging=TRUE;
-
/* command line arguments */
int verbose_mode=FALSE;
int quiet_mode=FALSE;
diff --git a/gnetlist/src/globals.c b/gnetlist/src/globals.c
index 97e3c35..dff0868 100644
--- a/gnetlist/src/globals.c
+++ b/gnetlist/src/globals.c
@@ -42,7 +42,6 @@ GdkColor white;
GdkColor black;
int logfile_fd=-1;
-int do_logging=TRUE;
int logging_dest=LOG_WINDOW;
/* netlist specific variables */
diff --git a/gschem/src/globals.c b/gschem/src/globals.c
index 7898f89..e0d25a5 100644
--- a/gschem/src/globals.c
+++ b/gschem/src/globals.c
@@ -47,7 +47,6 @@ GdkColormap *colormap;
GdkColor white;
GdkColor black;
-int do_logging = TRUE;
int logging_dest = LOG_WINDOW;
/* these are required by libgeda */
diff --git a/gsymcheck/src/globals.c b/gsymcheck/src/globals.c
index 276dfd1..1f01108 100644
--- a/gsymcheck/src/globals.c
+++ b/gsymcheck/src/globals.c
@@ -40,7 +40,6 @@ GdkColor black;
int logfile_fd=-1;
-int do_logging=TRUE;
int logging_dest=STDOUT_TTY;
/* these are required by libgeda */
diff --git a/libgeda/src/s_log.c b/libgeda/src/s_log.c
index 959cfcd..552a079 100644
--- a/libgeda/src/s_log.c
+++ b/libgeda/src/s_log.c
@@ -50,7 +50,7 @@
void (*x_log_update_func)() = NULL;
/*! Default setting for log enable. */
-int do_logging = 0;
+int do_logging = TRUE;
#define CATCH_LOG_LEVELS (G_LOG_LEVEL_MASK ^ \
(G_LOG_LEVEL_DEBUG | G_LOG_LEVEL_INFO))
diff --git a/utils/gschlas/globals.c b/utils/gschlas/globals.c
index 56f1756..74f9958 100644
--- a/utils/gschlas/globals.c
+++ b/utils/gschlas/globals.c
@@ -44,7 +44,6 @@ GdkColor black;
#endif
int logfile_fd=-1;
-int do_logging=TRUE;
int logging_dest=LOG_WINDOW;
/* these are required by libgeda */
_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs