[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-cvs: branch: master updated (1.3.0-20071229-2-g0525e60)



The branch, master has been updated
       via  0525e60123ab47ff62c9c30f4a3159ca75bbb456 (commit)
       via  ec101c69efe4cef25410fc6e8b9e43a3dbafd5f0 (commit)
      from  46f8e5671e1f22ed32d02ce7fd4f87f65f257c0f (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
=========

 gschem/.gitignore         |    1 +
 gschem/include/.gitignore |    1 +
 gschem/intl/.gitignore    |    1 +
 gschem/src/.gitignore     |    1 +
 gschem/src/x_menus.c      |    2 +-
 libgeda/intl/.gitignore   |    1 +
 6 files changed, 6 insertions(+), 1 deletions(-)


=================
 Commit Messages
=================

commit 0525e60123ab47ff62c9c30f4a3159ca75bbb456
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Date:   Sun Dec 30 20:15:19 2007 +0000

    Add TAGS to some .gitignore files.

:100644 100644 1268589... 59629b2... M	gschem/.gitignore
:100644 100644 23c1897... 660c44f... M	gschem/include/.gitignore
:100644 100644 ecb8788... 88864ff... M	gschem/intl/.gitignore
:100644 100644 239df5f... dd7d0b6... M	gschem/src/.gitignore
:100644 100644 ecb8788... 88864ff... M	libgeda/intl/.gitignore

commit ec101c69efe4cef25410fc6e8b9e43a3dbafd5f0
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Date:   Sun Dec 30 20:15:19 2007 +0000

    gschem: Use protected evaluator to run menu functions.

:100644 100644 0c97ee9... 167df2c... M	gschem/src/x_menus.c

=========
 Changes
=========

commit 0525e60123ab47ff62c9c30f4a3159ca75bbb456
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Date:   Sun Dec 30 20:15:19 2007 +0000

    Add TAGS to some .gitignore files.

diff --git a/gschem/.gitignore b/gschem/.gitignore
index 1268589..59629b2 100644
--- a/gschem/.gitignore
+++ b/gschem/.gitignore
@@ -24,3 +24,4 @@ intltool-extract
 intltool-merge
 intltool-update
 *~
+TAGS
diff --git a/gschem/include/.gitignore b/gschem/include/.gitignore
index 23c1897..660c44f 100644
--- a/gschem/include/.gitignore
+++ b/gschem/include/.gitignore
@@ -1,3 +1,4 @@
 Makefile
 Makefile.in
 *~
+TAGS
diff --git a/gschem/intl/.gitignore b/gschem/intl/.gitignore
index ecb8788..88864ff 100644
--- a/gschem/intl/.gitignore
+++ b/gschem/intl/.gitignore
@@ -10,3 +10,4 @@ config.charset
 locale.alias
 libgnuintl.h.in
 *~
+TAGS
diff --git a/gschem/src/.gitignore b/gschem/src/.gitignore
index 239df5f..dd7d0b6 100644
--- a/gschem/src/.gitignore
+++ b/gschem/src/.gitignore
@@ -5,3 +5,4 @@ gschem
 gschem.exe
 *.o
 *~
+TAGS
diff --git a/libgeda/intl/.gitignore b/libgeda/intl/.gitignore
index ecb8788..88864ff 100644
--- a/libgeda/intl/.gitignore
+++ b/libgeda/intl/.gitignore
@@ -10,3 +10,4 @@ config.charset
 locale.alias
 libgnuintl.h.in
 *~
+TAGS

commit ec101c69efe4cef25410fc6e8b9e43a3dbafd5f0
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Date:   Sun Dec 30 20:15:19 2007 +0000

    gschem: Use protected evaluator to run menu functions.

diff --git a/gschem/src/x_menus.c b/gschem/src/x_menus.c
index 0c97ee9..167df2c 100644
--- a/gschem/src/x_menus.c
+++ b/gschem/src/x_menus.c
@@ -77,7 +77,7 @@ static void g_menu_execute(char *func)
 #if DEBUG
   printf("%s\n", guile_string);
 #endif
-  scm_c_eval_string (guile_string);
+  g_scm_c_eval_string_protected (guile_string);
   g_free(guile_string);
 }
 




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs