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

gEDA-cvs: gaf.git: branch: master updated (1.5.0-20080706-89-g7522ef3)



The branch, master has been updated
       via  7522ef33777ed3f6cec8dbe8b16620657c3edcce (commit)
       via  b26a13cbf455297ab27702fb9964e947e83bd30b (commit)
      from  6f42af29cfe5c70203ce6b881d48d904c1bb0fc7 (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/src/gschem_dialog.c                  |    6 +++---
 libgeda/include/Makefile.am                 |    5 +++--
 libgeda/include/{i_vars.h => i_vars_priv.h} |    0 
 libgeda/include/libgeda.h                   |    1 -
 libgeda/include/libgeda_priv.h              |    2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)
 rename libgeda/include/{i_vars.h => i_vars_priv.h} (100%)


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

commit 7522ef33777ed3f6cec8dbe8b16620657c3edcce
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Date:   Wed Aug 13 19:53:05 2008 +0100

    libgeda: Declare static variables privately.
    
    Libgeda shouldn't expose its static variables via its installed
    headers.

:100644 100644 da8d199... d3546bd... M	libgeda/include/Makefile.am
:100644 000000 043eba5... 0000000... D	libgeda/include/i_vars.h
:000000 100644 0000000... 043eba5... A	libgeda/include/i_vars_priv.h
:100644 100644 074fe0a... 1c477a0... M	libgeda/include/libgeda.h
:100644 100644 136ca10... 741b606... M	libgeda/include/libgeda_priv.h

commit b26a13cbf455297ab27702fb9964e947e83bd30b
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Date:   Wed Aug 13 15:06:43 2008 +0100

    Revert "Fix for dialogs drifting downwards on Cygwin/X."
    
    This reverts commit d86ac8ce4b16d41699ec64a3d88fd8d2c760b770. The
    effects were so annoying on non-broken X servers that another solution
    needs to be found.

:100644 100644 2493c10... 7c8410f... M	gschem/src/gschem_dialog.c

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

commit 7522ef33777ed3f6cec8dbe8b16620657c3edcce
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Date:   Wed Aug 13 19:53:05 2008 +0100

    libgeda: Declare static variables privately.
    
    Libgeda shouldn't expose its static variables via its installed
    headers.

diff --git a/libgeda/include/Makefile.am b/libgeda/include/Makefile.am
index da8d199..d3546bd 100644
--- a/libgeda/include/Makefile.am
+++ b/libgeda/include/Makefile.am
@@ -3,14 +3,15 @@
 libgedaincludedir = $(includedir)/libgeda
 libgedainclude_HEADERS = \
 	colors.h defines.h funcs.h globals.h o_types.h \
-	prototype.h struct.h libgeda.h i_vars.h papersizes.h \
+	prototype.h struct.h libgeda.h papersizes.h \
 	geda_list.h
 
 noinst_HEADERS = \
 	libgeda_priv.h \
 	prototype_priv.h \
 	gettext_priv.h \
-	guile_compat_1.6.h
+	guile_compat_1.6.h \
+	i_vars_priv.h
 
 MOSTLYCLEANFILES = *.log core FILE *~
 CLEANFILES = *.log core FILE *~
diff --git a/libgeda/include/i_vars.h b/libgeda/include/i_vars.h
deleted file mode 100644
index 043eba5..0000000
--- a/libgeda/include/i_vars.h
+++ /dev/null
@@ -1,20 +0,0 @@
-
-extern int default_init_right;
-extern int default_init_bottom;
-
-extern char *default_series_name;
-extern char *default_untitled_name;
-extern char *default_font_directory;
-extern char *default_scheme_directory;
-extern char *default_bitmap_directory;
-extern char *default_bus_ripper_symname;
-extern char *default_postscript_prolog;
-
-extern char *default_always_promote_attributes;
-
-extern char *default_print_command;
-
-extern int default_attribute_promotion;
-extern int default_promote_invisible;
-extern int default_keep_invisible;
-
diff --git a/libgeda/include/i_vars_priv.h b/libgeda/include/i_vars_priv.h
new file mode 100644
index 0000000..043eba5
--- /dev/null
+++ b/libgeda/include/i_vars_priv.h
@@ -0,0 +1,20 @@
+
+extern int default_init_right;
+extern int default_init_bottom;
+
+extern char *default_series_name;
+extern char *default_untitled_name;
+extern char *default_font_directory;
+extern char *default_scheme_directory;
+extern char *default_bitmap_directory;
+extern char *default_bus_ripper_symname;
+extern char *default_postscript_prolog;
+
+extern char *default_always_promote_attributes;
+
+extern char *default_print_command;
+
+extern int default_attribute_promotion;
+extern int default_promote_invisible;
+extern int default_keep_invisible;
+
diff --git a/libgeda/include/libgeda.h b/libgeda/include/libgeda.h
index 074fe0a..1c477a0 100644
--- a/libgeda/include/libgeda.h
+++ b/libgeda/include/libgeda.h
@@ -34,7 +34,6 @@
 #include <libgeda/funcs.h>
 #include <libgeda/colors.h>
 #include <libgeda/papersizes.h>
-#include <libgeda/i_vars.h>
 #include <libgeda/prototype.h>
 #include <libgeda/geda_list.h>
 
diff --git a/libgeda/include/libgeda_priv.h b/libgeda/include/libgeda_priv.h
index 136ca10..741b606 100644
--- a/libgeda/include/libgeda_priv.h
+++ b/libgeda/include/libgeda_priv.h
@@ -10,7 +10,6 @@
 #include "globals.h"
 #include "o_types.h"
 #include "colors.h"
-#include "i_vars.h"
 #include "papersizes.h"
 #include "prototype.h"
 #include "funcs.h"
@@ -19,6 +18,7 @@
 
 /* Private libgeda headers */
 #include "prototype_priv.h"
+#include "i_vars_priv.h"
 
 /* Gettext translation */
 #include "gettext_priv.h"

commit b26a13cbf455297ab27702fb9964e947e83bd30b
Author: Peter TB Brett <peter@xxxxxxxxxxxxx>
Date:   Wed Aug 13 15:06:43 2008 +0100

    Revert "Fix for dialogs drifting downwards on Cygwin/X."
    
    This reverts commit d86ac8ce4b16d41699ec64a3d88fd8d2c760b770. The
    effects were so annoying on non-broken X servers that another solution
    needs to be found.

diff --git a/gschem/src/gschem_dialog.c b/gschem/src/gschem_dialog.c
index 2493c10..7c8410f 100644
--- a/gschem/src/gschem_dialog.c
+++ b/gschem/src/gschem_dialog.c
@@ -221,9 +221,6 @@ static void show_handler (GtkWidget *widget)
   gchar *group_name;
   GschemDialog *dialog = GSCHEM_DIALOG( widget );
 
-  /* Let GTK show the window */
-  GTK_WIDGET_CLASS (gschem_dialog_parent_class)->show (widget);
-
   group_name = dialog->settings_name;
   if (group_name != NULL) {
 
@@ -234,6 +231,9 @@ static void show_handler (GtkWidget *widget)
                      dialog_geometry, group_name);
     }
   }
+
+  /* Let GTK show the window */
+  GTK_WIDGET_CLASS (gschem_dialog_parent_class)->show (widget);
 }
 
 




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