Mailinglist Archive: opensuse-commit (2092 mails)

< Previous Next >
commit libglade2
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 02 Aug 2007 18:42:54 +0200
  • Message-id: <20070802164255.36FFB6781B8@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package libglade2
checked in at Thu Aug 2 18:42:54 CEST 2007.

--------
--- GNOME/libglade2/libglade2.changes   2007-07-27 21:25:20.000000000 +0200
+++ /mounts/work_src_done/STABLE/libglade2/libglade2.changes    2007-07-31 20:39:44.758976000 +0200
@@ -1,0 +2,6 @@
+Tue Jul 31 20:37:11 CEST 2007 - maw@xxxxxxx
+
+- Update to version 2.6.2, which fixes building with gtk+ 2.11
+- Remove dont-disable-deprecated.patch as it is no longer needed.
+
+-------------------------------------------------------------------

Old:
----
  dont-disable-deprecated.patch
  libglade-2.6.1.tar.bz2

New:
----
  libglade-2.6.2.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libglade2.spec ++++++
--- /var/tmp/diff_new_pack.ta7313/_old  2007-08-02 18:41:49.000000000 +0200
+++ /var/tmp/diff_new_pack.ta7313/_new  2007-08-02 18:41:49.000000000 +0200
@@ -1,5 +1,5 @@
 #
-# spec file for package libglade2 (Version 2.6.1)
+# spec file for package libglade2 (Version 2.6.2)
 #
 # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # This file and all modifications and additions to the pristine
@@ -17,10 +17,9 @@
 Autoreqprov:    on
 Summary:        Glade Library Compatible with the GNOME 2.x Desktop Platform
 Group:          Development/Libraries/GNOME
-Version:        2.6.1
-Release:        5
+Version:        2.6.2
+Release:        1
 Source:         ftp://ftp.gnome.org/pub/GNOME/sources/%{_name}/2.6/%{_name}-%{version}.tar.bz2
-Patch0:         dont-disable-deprecated.patch
 URL:            http://www.daa.com.au/~james/gnome/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -74,7 +73,6 @@
 
 %prep
 %setup -q -n %{_name}-%{version}
-%patch0 -p1
 
 %build
 ACLOCAL="aclocal -I m4" autoreconf -f -i
@@ -120,6 +118,9 @@
 %{_datadir}/xml/libglade
 
 %changelog
+* Tue Jul 31 2007 - maw@xxxxxxx
+- Update to version 2.6.2, which fixes building with gtk+ 2.11
+- Remove dont-disable-deprecated.patch as it is no longer needed.
 * Fri Jul 27 2007 - maw@xxxxxxx
 - Add dont-disable-deprecated.patch
 - Use %%fdupes.

++++++ libglade-2.6.1.tar.bz2 -> libglade-2.6.2.tar.bz2 ++++++
++++ 22689 lines of diff (skipped)
++++    retrying with extended exclude list
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libglade-2.6.1/ChangeLog new/libglade-2.6.2/ChangeLog
--- old/libglade-2.6.1/ChangeLog        2007-06-19 10:14:13.000000000 +0200
+++ new/libglade-2.6.2/ChangeLog        2007-07-31 00:30:38.000000000 +0200
@@ -1,3 +1,21 @@
+libglade-2.6.2:
+
+2007-07-31  Christian Persch  <chpe@xxxxxxxxx>
+
+       * NEWS:
+       * configure.in: Updated for 2.6.2.
+
+2007-07-11  Christian Persch  <chpe@xxxxxxxxx>
+
+       * glade/Makefile.am: Remove GTK_DISABLE_DEPRECATED. Fixes the build
+       with gtk+ trunk; bug #455566.
+
+2007-07-07  Christian Persch  <chpe@xxxxxxxxx>
+
+       * autogen.sh: Use gnome-autogen. Bug #423573.
+        * Makefile.am:
+       * configure.in: Use automake 1.9.
+
 libglade-2.6.1:
 
 2007-04-16  Murray Cumming  <murrayc@xxxxxxxxxxx>
@@ -1965,7 +1983,7 @@
        * configure.in: add gnome-db tests and update version number.
 
        * glade/glade-gnomedb.c: new file based on the gnomedb support
-       contributed by David Marín Carreño <davefx@xxxxxxxxxxx>.
+       contributed by David Mar�n Carre�o <davefx@xxxxxxxxxxx>.
 
 2000-11-29  James Henstridge  <james@xxxxxxxxxx>
 
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libglade-2.6.1/configure.in new/libglade-2.6.2/configure.in
--- old/libglade-2.6.1/configure.in     2007-06-19 10:14:27.000000000 +0200
+++ new/libglade-2.6.2/configure.in     2007-07-31 00:27:25.000000000 +0200
@@ -6,28 +6,19 @@
 m4_define([required_atk_version],    [1.9.0])
 m4_define([required_gtk_version],    [2.5.0])
 
-AC_INIT([libglade], [2.6.1],
+AC_INIT([libglade],[2.6.2],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=libglade])
 
 AC_CONFIG_SRCDIR([test-libglade.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])
 
-AM_INIT_AUTOMAKE
+AM_INIT_AUTOMAKE([1.9 no-dist-gzip dist-bzip2])
 
-# make sure $ACLOCAL_FLAGS are used during a rebuild.
-AC_SUBST([ACLOCAL_AMFLAGS], ["-I $ac_macro_dir \${ACLOCAL_FLAGS}"])
+GNOME_COMMON_INIT
 
-AC_ARG_ENABLE(debug,
-  AC_HELP_STRING([--enable-debug], [check LIBGLADE_DEBUG env var]),,
-  [enable_debug=yes])
-
-AC_MSG_CHECKING([if debuging support was requested])
-if test "x$enable_debug" != xno; then
-  AC_DEFINE(DEBUG, 1, [enable use of LIBGLADE_DEBUG environment variable])
-  AC_MSG_RESULT(yes)
-else
-  AC_MSG_RESULT(no)
+if test "$enable_debug" != "no"; then
+  AC_DEFINE([DEBUG],[1],[enable use of LIBGLADE_DEBUG environment variable])
 fi
 
 AC_PROG_CC
@@ -49,7 +40,7 @@
   AC_DEFINE(HAVE_GTK_PLUG,1,[gtk has GtkPlug/GtkSocket implementation]))
 LIBS=$save_LIBS
 
-AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
+PKG_PROG_PKG_CONFIG
 
 PKG_CHECK_MODULES(LIBGLADE, [dnl
   libxml-2.0 >= required_libxml_version dnl
@@ -122,7 +113,7 @@
 dnl provides translation for the XML files it reads in.
 AC_SUBST(GETTEXT_PACKAGE, libglade-2.0)
 
-ALL_LINGUAS=""
+ALL_LINGUAS=
 AM_GLIB_GNU_GETTEXT
 
 dnl stuff to go in the config.h file
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libglade-2.6.1/doc/html/GladeXML.html new/libglade-2.6.2/doc/html/GladeXML.html
--- old/libglade-2.6.1/doc/html/GladeXML.html   2007-06-19 10:20:38.000000000 +0200
+++ new/libglade-2.6.2/doc/html/GladeXML.html   2007-07-31 00:30:56.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>GladeXML</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 <link rel="start" href="index.html" title="Libglade Reference Manual">
 <link rel="up" href="libglade-lib.html" title="Part&#160;I.&#160;Libglade Library Reference">
 <link rel="prev" href="libglade-Libglade-Initialisation.html" title="Libglade Initialisation">
@@ -23,18 +23,18 @@
 <th width="100%" align="center">Libglade Reference Manual</th>
 <td><a accesskey="n" href="libglade-Libglade-SAX-Parser.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 </tr>
-<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2555904" class="shortcut">Top</a>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2565085" class="shortcut">Top</a>
                   &#160;|&#160;
-                  <a href="#id2579473" class="shortcut">Description</a>
+                  <a href="#id2573804" class="shortcut">Description</a>
                   &#160;|&#160;
-                  <a href="#id2579448" class="shortcut">Object Hierarchy</a></nobr></td></tr>
+                  <a href="#id2573780" class="shortcut">Object Hierarchy</a></nobr></td></tr>
 </table>
 <div class="refentry" lang="en">
 <a name="GladeXML"></a><div class="titlepage"></div>
 <div class="refnamediv"><table width="100%"><tr>
 <td valign="top">
 <h2>
-<a name="id2555904"></a><span class="refentrytitle">GladeXML</span>
+<a name="id2565085"></a><span class="refentrytitle">GladeXML</span>
 </h2>
 <p>GladeXML &#8212; Allows dynamic loading of user interfaces from XML descriptions.</p>
 </td>
@@ -106,7 +106,7 @@
 </pre>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2579448"></a><h2>Object Hierarchy</h2>
+<a name="id2573780"></a><h2>Object Hierarchy</h2>
 <pre class="synopsis">
 
   GObject
@@ -114,7 +114,7 @@
 </pre>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2579473"></a><h2>Description</h2>
+<a name="id2573804"></a><h2>Description</h2>
 <p>
 This object represents an `instantiation' of an XML interface description.
 When one of these objects is created, the XML file is read, and the
@@ -130,11 +130,11 @@
 </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2579502"></a><h2>Details</h2>
+<a name="id2573833"></a><h2>Details</h2>
 <div class="refsect2" lang="en">
-<a name="id2576267"></a><h3>
+<a name="id2591103"></a><h3>
 <a name="GladeXML-struct"></a>GladeXML</h3>
-<a class="indexterm" name="id2576280"></a><pre class="programlisting">typedef struct {
+<a class="indexterm" name="id2591115"></a><pre class="programlisting">typedef struct {
     GObject parent;
 
     char *filename;
@@ -146,9 +146,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2576296"></a><h3>
+<a name="id2591132"></a><h3>
 <a name="GladeXMLClass"></a>GladeXMLClass</h3>
-<a class="indexterm" name="id2576309"></a><pre class="programlisting">typedef struct {
+<a class="indexterm" name="id2591144"></a><pre class="programlisting">typedef struct {
     GObjectClass parent_class;
 
     /* Virtual function: gets the appropriate gtype for the typename.*/
@@ -161,17 +161,15 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2576328"></a><h3>
+<a name="id2591163"></a><h3>
 <a name="glade-xml-new"></a>glade_xml_new ()</h3>
-<a class="indexterm" name="id2576340"></a><pre class="programlisting"><a href="GladeXML.html" title="GladeXML">GladeXML</a>*           glade_xml_new                       (const char *fname,
+<a class="indexterm" name="id2591175"></a><pre class="programlisting"><a href="GladeXML.html" title="GladeXML">GladeXML</a>*           glade_xml_new                       (const char *fname,
                                                          const char *root,
                                                          const char *domain);</pre>
 <p>
 Creates a new GladeXML object (and the corresponding widgets) from the
 XML file <em class="parameter"><code>fname</code></em>.  Optionally it will only build the interface from the
-widget node <em class="parameter"><code>root</code></em> (if it is not <a
-href="../liboil/liboil-liboiljunk.html#NULL:CAPS"
-><code class="literal">NULL</code></a>).  This feature is useful if you
+widget node <em class="parameter"><code>root</code></em> (if it is not <code class="literal">NULL</code>).  This feature is useful if you
 only want to build say a toolbar or menu from the XML file, but not the
 window it is embedded in.  Note also that the XML parse tree is cached
 to speed up creating another GladeXML object for the same file</p>
@@ -188,16 +186,12 @@
 </tr>
 <tr>
 <td><span class="term"><em class="parameter"><code>root</code></em>&#160;:</span></td>
-<td> the widget node in <em class="parameter"><code>fname</code></em> to start building from (or <a
-href="../liboil/liboil-liboiljunk.html#NULL:CAPS"
-><code class="literal">NULL</code></a>)
+<td> the widget node in <em class="parameter"><code>fname</code></em> to start building from (or <code class="literal">NULL</code>)
 </td>
 </tr>
 <tr>
 <td><span class="term"><em class="parameter"><code>domain</code></em>&#160;:</span></td>
-<td> the translation domain for the XML file (or <a
-href="../liboil/liboil-liboiljunk.html#NULL:CAPS"
-><code class="literal">NULL</code></a> for default)
+<td> the translation domain for the XML file (or <code class="literal">NULL</code> for default)
 </td>
 </tr>
 <tr>
@@ -210,18 +204,16 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2576496"></a><h3>
+<a name="id2591332"></a><h3>
 <a name="glade-xml-new-from-buffer"></a>glade_xml_new_from_buffer ()</h3>
-<a class="indexterm" name="id2576508"></a><pre class="programlisting"><a href="GladeXML.html" title="GladeXML">GladeXML</a>*           glade_xml_new_from_buffer           (const char *buffer,
+<a class="indexterm" name="id2591343"></a><pre class="programlisting"><a href="GladeXML.html" title="GladeXML">GladeXML</a>*           glade_xml_new_from_buffer           (const char *buffer,
                                                          int size,
                                                          const char *root,
                                                          const char *domain);</pre>
 <p>
 Creates a new GladeXML object (and the corresponding widgets) from the
 buffer <em class="parameter"><code>buffer</code></em>.  Optionally it will only build the interface from the
-widget node <em class="parameter"><code>root</code></em> (if it is not <a
-href="../liboil/liboil-liboiljunk.html#NULL:CAPS"
-><code class="literal">NULL</code></a>).  This feature is useful if you
+widget node <em class="parameter"><code>root</code></em> (if it is not <code class="literal">NULL</code>).  This feature is useful if you
 only want to build say a toolbar or menu from the XML document, but not the
 window it is embedded in.</p>
 <p>
@@ -242,16 +234,12 @@
 </tr>
 <tr>
 <td><span class="term"><em class="parameter"><code>root</code></em>&#160;:</span></td>
-<td> the widget node in <em class="parameter"><code>buffer</code></em> to start building from (or <a
-href="../liboil/liboil-liboiljunk.html#NULL:CAPS"
-><code class="literal">NULL</code></a>)
+<td> the widget node in <em class="parameter"><code>buffer</code></em> to start building from (or <code class="literal">NULL</code>)
 </td>
 </tr>
 <tr>
 <td><span class="term"><em class="parameter"><code>domain</code></em>&#160;:</span></td>
-<td> the translation domain to use for this interface (or <a
-href="../liboil/liboil-liboiljunk.html#NULL:CAPS"
-><code class="literal">NULL</code></a>)
+<td> the translation domain to use for this interface (or <code class="literal">NULL</code>)
 </td>
 </tr>
 <tr>
@@ -264,9 +252,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2592580"></a><h3>
+<a name="id2601070"></a><h3>
 <a name="glade-xml-construct"></a>glade_xml_construct ()</h3>
-<a class="indexterm" name="id2592590"></a><pre class="programlisting">gboolean            glade_xml_construct                 (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
+<a class="indexterm" name="id2601080"></a><pre class="programlisting">gboolean            glade_xml_construct                 (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
                                                          const char *fname,
                                                          const char *root,
                                                          const char *domain);</pre>
@@ -291,16 +279,12 @@
 </tr>
 <tr>
 <td><span class="term"><em class="parameter"><code>root</code></em>&#160;:</span></td>
-<td> the root widget node (or <a
-href="../liboil/liboil-liboiljunk.html#NULL:CAPS"
-><code class="literal">NULL</code></a> for none)
+<td> the root widget node (or <code class="literal">NULL</code> for none)
 </td>
 </tr>
 <tr>
 <td><span class="term"><em class="parameter"><code>domain</code></em>&#160;:</span></td>
-<td> the translation domain (or <a
-href="../liboil/liboil-liboiljunk.html#NULL:CAPS"
-><code class="literal">NULL</code></a> for the default)
+<td> the translation domain (or <code class="literal">NULL</code> for the default)
 </td>
 </tr>
 <tr>
@@ -313,9 +297,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2592720"></a><h3>
+<a name="id2601225"></a><h3>
 <a name="glade-xml-signal-connect"></a>glade_xml_signal_connect ()</h3>
-<a class="indexterm" name="id2592730"></a><pre class="programlisting">void                glade_xml_signal_connect            (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
+<a class="indexterm" name="id2601236"></a><pre class="programlisting">void                glade_xml_signal_connect            (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
                                                          const char *handlername,
                                                          GCallback func);</pre>
 <p>
@@ -348,9 +332,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2592816"></a><h3>
+<a name="id2601331"></a><h3>
 <a name="glade-xml-signal-connect-data"></a>glade_xml_signal_connect_data ()</h3>
-<a class="indexterm" name="id2592826"></a><pre class="programlisting">void                glade_xml_signal_connect_data       (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
+<a class="indexterm" name="id2601344"></a><pre class="programlisting">void                glade_xml_signal_connect_data       (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
                                                          const char *handlername,
                                                          GCallback func,
                                                          gpointer user_data);</pre>
@@ -394,14 +378,12 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2592939"></a><h3>
+<a name="id2601468"></a><h3>
 <a name="glade-xml-signal-autoconnect"></a>glade_xml_signal_autoconnect ()</h3>
-<a class="indexterm" name="id2592952"></a><pre class="programlisting">void                glade_xml_signal_autoconnect        (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self);</pre>
+<a class="indexterm" name="id2601481"></a><pre class="programlisting">void                glade_xml_signal_autoconnect        (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self);</pre>
 <p>
 This function is a variation of glade_xml_signal_connect.  It uses
-gmodule's introspective features (by openning the module <a
-href="../liboil/liboil-liboiljunk.html#NULL:CAPS"
-><code class="literal">NULL</code></a>) to
+gmodule's introspective features (by openning the module <code class="literal">NULL</code>) to
 look at the application's symbol table.  From here it tries to match
 the signal handler names given in the interface description with
 symbols in the application and connects the signals.
@@ -423,9 +405,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2593015"></a><h3>
+<a name="id2601551"></a><h3>
 <a name="glade-xml-get-widget"></a>glade_xml_get_widget ()</h3>
-<a class="indexterm" name="id2593026"></a><pre class="programlisting">GtkWidget*          glade_xml_get_widget                (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
+<a class="indexterm" name="id2601562"></a><pre class="programlisting">GtkWidget*          glade_xml_get_widget                (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
                                                          const char *name);</pre>
 <p>
 This function is used to get a pointer to the GtkWidget corresponding to
@@ -449,9 +431,7 @@
 </tr>
 <tr>
 <td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
-<td> the widget matching <em class="parameter"><code>name</code></em>, or <a
-href="../liboil/liboil-liboiljunk.html#NULL:CAPS"
-><code class="literal">NULL</code></a> if none exists.
+<td> the widget matching <em class="parameter"><code>name</code></em>, or <code class="literal">NULL</code> if none exists.
 </td>
 </tr>
 </tbody>
@@ -459,9 +439,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2593120"></a><h3>
+<a name="id2601667"></a><h3>
 <a name="glade-xml-get-widget-prefix"></a>glade_xml_get_widget_prefix ()</h3>
-<a class="indexterm" name="id2593131"></a><pre class="programlisting">GList*              glade_xml_get_widget_prefix         (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
+<a class="indexterm" name="id2601679"></a><pre class="programlisting">GList*              glade_xml_get_widget_prefix         (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
                                                          const char *name);</pre>
 <p>
 This function is used to get a list of pointers to the GtkWidget(s)
@@ -487,9 +467,7 @@
 <tr>
 <td><span class="term"><span class="emphasis"><em>Returns</em></span>&#160;:</span></td>
 <td> A list of the widget that match <em class="parameter"><code>name</code></em> as the start of their
-name, or <a
-href="../liboil/liboil-liboiljunk.html#NULL:CAPS"
-><code class="literal">NULL</code></a> if none exists.
+name, or <code class="literal">NULL</code> if none exists.
 </td>
 </tr>
 </tbody>
@@ -497,9 +475,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2593228"></a><h3>
+<a name="id2601759"></a><h3>
 <a name="glade-get-widget-name"></a>glade_get_widget_name ()</h3>
-<a class="indexterm" name="id2593238"></a><pre class="programlisting">const char*         glade_get_widget_name               (GtkWidget *widget);</pre>
+<a class="indexterm" name="id2601770"></a><pre class="programlisting">const char*         glade_get_widget_name               (GtkWidget *widget);</pre>
 <p>
 Used to get the name of a widget that was generated by a GladeXML object.</p>
 <p>
@@ -523,9 +501,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2593294"></a><h3>
+<a name="id2601825"></a><h3>
 <a name="glade-get-widget-tree"></a>glade_get_widget_tree ()</h3>
-<a class="indexterm" name="id2593305"></a><pre class="programlisting"><a href="GladeXML.html" title="GladeXML">GladeXML</a>*           glade_get_widget_tree               (GtkWidget *widget);</pre>
+<a class="indexterm" name="id2601836"></a><pre class="programlisting"><a href="GladeXML.html" title="GladeXML">GladeXML</a>*           glade_get_widget_tree               (GtkWidget *widget);</pre>
 <p>
 This function is used to get the GladeXML object that built this widget.</p>
 <p>
@@ -549,9 +527,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2593360"></a><h3>
+<a name="id2601892"></a><h3>
 <a name="GladeXMLConnectFunc"></a>GladeXMLConnectFunc ()</h3>
-<a class="indexterm" name="id2593371"></a><pre class="programlisting">void                (*GladeXMLConnectFunc)              (const gchar *handler_name,
+<a class="indexterm" name="id2601902"></a><pre class="programlisting">void                (*GladeXMLConnectFunc)              (const gchar *handler_name,
                                                          GObject *object,
                                                          const gchar *signal_name,
                                                          const gchar *signal_data,
@@ -610,9 +588,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2593540"></a><h3>
+<a name="id2602071"></a><h3>
 <a name="glade-xml-signal-connect-full"></a>glade_xml_signal_connect_full ()</h3>
-<a class="indexterm" name="id2593552"></a><pre class="programlisting">void                glade_xml_signal_connect_full       (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
+<a class="indexterm" name="id2602083"></a><pre class="programlisting">void                glade_xml_signal_connect_full       (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
                                                          const gchar *handler_name,
                                                          <a href="GladeXML.html#GladeXMLConnectFunc">GladeXMLConnectFunc</a> func,
                                                          gpointer user_data);</pre>
@@ -653,9 +631,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2593663"></a><h3>
+<a name="id2602194"></a><h3>
 <a name="glade-xml-signal-autoconnect-full"></a>glade_xml_signal_autoconnect_full ()</h3>
-<a class="indexterm" name="id2593676"></a><pre class="programlisting">void                glade_xml_signal_autoconnect_full   (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
+<a class="indexterm" name="id2602207"></a><pre class="programlisting">void                glade_xml_signal_autoconnect_full   (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
                                                          <a href="GladeXML.html#GladeXMLConnectFunc">GladeXMLConnectFunc</a> func,
                                                          gpointer user_data);</pre>
 <p>
@@ -690,9 +668,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2593765"></a><h3>
+<a name="id2602296"></a><h3>
 <a name="GladeXMLCustomWidgetHandler"></a>GladeXMLCustomWidgetHandler ()</h3>
-<a class="indexterm" name="id2593776"></a><pre class="programlisting">GtkWidget*          (*GladeXMLCustomWidgetHandler)      (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *xml,
+<a class="indexterm" name="id2602308"></a><pre class="programlisting">GtkWidget*          (*GladeXMLCustomWidgetHandler)      (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *xml,
                                                          gchar *func_name,
                                                          gchar *name,
                                                          gchar *string1,
@@ -758,9 +736,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2593974"></a><h3>
+<a name="id2602505"></a><h3>
 <a name="glade-set-custom-handler"></a>glade_set_custom_handler ()</h3>
-<a class="indexterm" name="id2593984"></a><pre class="programlisting">void                glade_set_custom_handler            (<a href="GladeXML.html#GladeXMLCustomWidgetHandler">GladeXMLCustomWidgetHandler</a> handler,
+<a class="indexterm" name="id2602516"></a><pre class="programlisting">void                glade_set_custom_handler            (<a href="GladeXML.html#GladeXMLCustomWidgetHandler">GladeXMLCustomWidgetHandler</a> handler,
                                                          gpointer user_data);</pre>
 <p>
 Calling this function allows you to override the default behaviour
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libglade-2.6.1/doc/html/index.html new/libglade-2.6.2/doc/html/index.html
--- old/libglade-2.6.1/doc/html/index.html      2007-06-19 10:20:38.000000000 +0200
+++ new/libglade-2.6.2/doc/html/index.html      2007-07-31 00:30:56.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Libglade Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 <meta name="description" content="This manual documents the interfaces of the libglade library and has some short notes to help get you up to speed with using the library.">
 <link rel="start" href="index.html" title="Libglade Reference Manual">
 <link rel="next" href="libglade-notes.html" title="Libglade Programming Notes">
@@ -25,10 +25,10 @@
        &#160;&#160;&#160;&#160;<code class="email">&lt;<a href="mailto:james@xxxxxxxxxx";>james@xxxxxxxxxx</a>&gt;</code><br>
        &#160;&#160;</p></div></div>
 </div></div></div>
-<div><p class="releaseinfo">for libglade <span>2.6.1</span></p></div>
+<div><p class="releaseinfo">for libglade <span>2.6.2</span></p></div>
 <div><p class="copyright">Copyright &#169; 1999-2002 James Henstridge</p></div>
 <div><div class="legalnotice">
-<a name="id2507133"></a><p>Permission is granted to copy, distribute and/or modify
+<a name="id2515621"></a><p>Permission is granted to copy, distribute and/or modify
       this document under the terms of the <em class="citetitle">GNU Free
       Documentation License</em>, Version 1.1 or any later
       version published by the Free Software Foundation with no
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libglade-2.6.1/doc/html/libglade-dtd-exceptions.html new/libglade-2.6.2/doc/html/libglade-dtd-exceptions.html
--- old/libglade-2.6.1/doc/html/libglade-dtd-exceptions.html    2007-06-19 10:20:38.000000000 +0200
+++ new/libglade-2.6.2/doc/html/libglade-dtd-exceptions.html    2007-07-31 00:30:56.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Exceptions</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 <link rel="start" href="index.html" title="Libglade Reference Manual">
 <link rel="up" href="libglade-dtd.html" title="Glade 2.0 File Format">
 <link rel="prev" href="libglade-dtd.html" title="Glade 2.0 File Format">
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libglade-2.6.1/doc/html/libglade-dtd.html new/libglade-2.6.2/doc/html/libglade-dtd.html
--- old/libglade-2.6.1/doc/html/libglade-dtd.html       2007-06-19 10:20:38.000000000 +0200
+++ new/libglade-2.6.2/doc/html/libglade-dtd.html       2007-07-31 00:30:56.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Glade 2.0 File Format</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 <link rel="start" href="index.html" title="Libglade Reference Manual">
 <link rel="up" href="index.html" title="Libglade Reference Manual">
 <link rel="prev" href="libglade-embedding.html" title="Embedding Libglade Interfaces">
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libglade-2.6.1/doc/html/libglade-embedding.html new/libglade-2.6.2/doc/html/libglade-embedding.html
--- old/libglade-2.6.1/doc/html/libglade-embedding.html 2007-06-19 10:20:38.000000000 +0200
+++ new/libglade-2.6.2/doc/html/libglade-embedding.html 2007-07-31 00:30:56.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Embedding Libglade Interfaces</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 <link rel="start" href="index.html" title="Libglade Reference Manual">
 <link rel="up" href="libglade-notes.html" title="Libglade Programming Notes">
 <link rel="prev" href="libglade-extending.html" title="Extending Libglade">
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libglade-2.6.1/doc/html/libglade-extending.html new/libglade-2.6.2/doc/html/libglade-extending.html
--- old/libglade-2.6.1/doc/html/libglade-extending.html 2007-06-19 10:20:38.000000000 +0200
+++ new/libglade-2.6.2/doc/html/libglade-extending.html 2007-07-31 00:30:56.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Extending Libglade</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 <link rel="start" href="index.html" title="Libglade Reference Manual">
 <link rel="up" href="libglade-notes.html" title="Libglade Programming Notes">
 <link rel="prev" href="libglade-i18n.html" title="Internationalisation with Libglade">
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libglade-2.6.1/doc/html/libglade-i18n.html new/libglade-2.6.2/doc/html/libglade-i18n.html
--- old/libglade-2.6.1/doc/html/libglade-i18n.html      2007-06-19 10:20:38.000000000 +0200
+++ new/libglade-2.6.2/doc/html/libglade-i18n.html      2007-07-31 00:30:56.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Internationalisation with Libglade</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 <link rel="start" href="index.html" title="Libglade Reference Manual">
 <link rel="up" href="libglade-notes.html" title="Libglade Programming Notes">
 <link rel="prev" href="libglade-modules.html" title="Libglade Modules">
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libglade-2.6.1/doc/html/libglade-Libglade-Build.html new/libglade-2.6.2/doc/html/libglade-Libglade-Build.html
--- old/libglade-2.6.1/doc/html/libglade-Libglade-Build.html    2007-06-19 10:20:38.000000000 +0200
+++ new/libglade-2.6.2/doc/html/libglade-Libglade-Build.html    2007-07-31 00:30:56.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Libglade Build</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 <link rel="start" href="index.html" title="Libglade Reference Manual">
 <link rel="up" href="libglade-lib.html" title="Part&#160;I.&#160;Libglade Library Reference">
 <link rel="prev" href="libglade-Libglade-SAX-Parser.html" title="Libglade SAX Parser">
@@ -22,16 +22,16 @@
 <th width="100%" align="center">Libglade Reference Manual</th>
 <td>&#160;</td>
 </tr>
-<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2553397" class="shortcut">Top</a>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2557410" class="shortcut">Top</a>
                   &#160;|&#160;
-                  <a href="#id2567460" class="shortcut">Description</a></nobr></td></tr>
+                  <a href="#id2509604" class="shortcut">Description</a></nobr></td></tr>
 </table>
 <div class="refentry" lang="en">
 <a name="libglade-Libglade-Build"></a><div class="titlepage"></div>
 <div class="refnamediv"><table width="100%"><tr>
 <td valign="top">
 <h2>
-<a name="id2553397"></a><span class="refentrytitle">Libglade Build</span>
+<a name="id2557410"></a><span class="refentrytitle">Libglade Build</span>
 </h2>
 <p>Libglade Build &#8212; Routines used by widget building routines</p>
 </td>
@@ -110,18 +110,18 @@
 </pre>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2567460"></a><h2>Description</h2>
+<a name="id2509604"></a><h2>Description</h2>
 <p>
 These functions are used by the routines that are responsible for building
 the actual widgets from the XML node data structures.
 </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2567478"></a><h2>Details</h2>
+<a name="id2509622"></a><h2>Details</h2>
 <div class="refsect2" lang="en">
-<a name="id2567488"></a><h3>
+<a name="id2509632"></a><h3>
 <a name="GladeNewFunc"></a>GladeNewFunc ()</h3>
-<a class="indexterm" name="id2567501"></a><pre class="programlisting">GtkWidget*          (*GladeNewFunc)                     (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *xml,
+<a class="indexterm" name="id2509645"></a><pre class="programlisting">GtkWidget*          (*GladeNewFunc)                     (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *xml,
                                                          GType widget_type,
                                                          <a href="libglade-Libglade-SAX-Parser.html#GladeWidgetInfo">GladeWidgetInfo</a> *info);</pre>
 <p>
@@ -160,9 +160,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2567609"></a><h3>
+<a name="id2509753"></a><h3>
 <a name="GladeBuildChildrenFunc"></a>GladeBuildChildrenFunc ()</h3>
-<a class="indexterm" name="id2567620"></a><pre class="programlisting">void                (*GladeBuildChildrenFunc)           (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *xml,
+<a class="indexterm" name="id2509764"></a><pre class="programlisting">void                (*GladeBuildChildrenFunc)           (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *xml,
                                                          GtkWidget *parent,
                                                          <a href="libglade-Libglade-SAX-Parser.html#GladeWidgetInfo">GladeWidgetInfo</a> *info);</pre>
 <p>
@@ -195,9 +195,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2596485"></a><h3>
+<a name="id2604956"></a><h3>
 <a name="GladeFindInternalChildFunc"></a>GladeFindInternalChildFunc ()</h3>
-<a class="indexterm" name="id2596496"></a><pre class="programlisting">GtkWidget*          (*GladeFindInternalChildFunc)       (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *xml,
+<a class="indexterm" name="id2604966"></a><pre class="programlisting">GtkWidget*          (*GladeFindInternalChildFunc)       (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *xml,
                                                          GtkWidget *parent,
                                                          const gchar *childname);</pre>
 <p>
@@ -246,9 +246,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2596604"></a><h3>
+<a name="id2605075"></a><h3>
 <a name="glade-xml-build-widget"></a>glade_xml_build_widget ()</h3>
-<a class="indexterm" name="id2596614"></a><pre class="programlisting">GtkWidget*          glade_xml_build_widget              (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
+<a class="indexterm" name="id2605086"></a><pre class="programlisting">GtkWidget*          glade_xml_build_widget              (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
                                                          <a href="libglade-Libglade-SAX-Parser.html#GladeWidgetInfo">GladeWidgetInfo</a> *info);</pre>
 <p>
 This function is not intended for people who just use libglade.  Instead
@@ -288,9 +288,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2596684"></a><h3>
+<a name="id2605155"></a><h3>
 <a name="glade-xml-handle-internal-child"></a>glade_xml_handle_internal_child ()</h3>
-<a class="indexterm" name="id2596695"></a><pre class="programlisting">void                glade_xml_handle_internal_child     (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
+<a class="indexterm" name="id2605166"></a><pre class="programlisting">void                glade_xml_handle_internal_child     (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
                                                          GtkWidget *parent,
                                                          <a href="libglade-Libglade-SAX-Parser.html#GladeChildInfo">GladeChildInfo</a> *child_info);</pre>
 <p>
@@ -325,9 +325,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2596783"></a><h3>
+<a name="id2605255"></a><h3>
 <a name="glade-xml-set-common-params"></a>glade_xml_set_common_params ()</h3>
-<a class="indexterm" name="id2596794"></a><pre class="programlisting">void                glade_xml_set_common_params         (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
+<a class="indexterm" name="id2605266"></a><pre class="programlisting">void                glade_xml_set_common_params         (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
                                                          GtkWidget *widget,
                                                          <a href="libglade-Libglade-SAX-Parser.html#GladeWidgetInfo">GladeWidgetInfo</a> *info);</pre>
 <p>
@@ -362,9 +362,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2596884"></a><h3>
+<a name="id2605355"></a><h3>
 <a name="glade-register-widget"></a>glade_register_widget ()</h3>
-<a class="indexterm" name="id2596894"></a><pre class="programlisting">void                glade_register_widget               (GType type,
+<a class="indexterm" name="id2605366"></a><pre class="programlisting">void                glade_register_widget               (GType type,
                                                          <a href="libglade-Libglade-Build.html#GladeNewFunc">GladeNewFunc</a> new_func,
                                                          <a href="libglade-Libglade-Build.html#GladeBuildChildrenFunc">GladeBuildChildrenFunc</a> build_children,
                                                          <a href="libglade-Libglade-Build.html#GladeFindInternalChildFunc">GladeFindInternalChildFunc</a> find_internal_child);</pre>
@@ -408,9 +408,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2597023"></a><h3>
+<a name="id2605495"></a><h3>
 <a name="glade-standard-build-widget"></a>glade_standard_build_widget ()</h3>
-<a class="indexterm" name="id2597034"></a><pre class="programlisting">GtkWidget*          glade_standard_build_widget         (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *xml,
+<a class="indexterm" name="id2605506"></a><pre class="programlisting">GtkWidget*          glade_standard_build_widget         (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *xml,
                                                          GType widget_type,
                                                          <a href="libglade-Libglade-SAX-Parser.html#GladeWidgetInfo">GladeWidgetInfo</a> *info);</pre>
 <p>
@@ -449,9 +449,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2597131"></a><h3>
+<a name="id2605603"></a><h3>
 <a name="glade-xml-handle-widget-prop"></a>glade_xml_handle_widget_prop ()</h3>
-<a class="indexterm" name="id2597143"></a><pre class="programlisting">void                glade_xml_handle_widget_prop        (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
+<a class="indexterm" name="id2605615"></a><pre class="programlisting">void                glade_xml_handle_widget_prop        (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
                                                          GtkWidget *widget,
                                                          const gchar *prop_name,
                                                          const gchar *value_name);</pre>
@@ -497,9 +497,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2597258"></a><h3>
+<a name="id2605731"></a><h3>
 <a name="glade-standard-build-children"></a>glade_standard_build_children ()</h3>
-<a class="indexterm" name="id2597271"></a><pre class="programlisting">void                glade_standard_build_children       (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
+<a class="indexterm" name="id2605743"></a><pre class="programlisting">void                glade_standard_build_children       (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
                                                          GtkWidget *parent,
                                                          <a href="libglade-Libglade-SAX-Parser.html#GladeWidgetInfo">GladeWidgetInfo</a> *info);</pre>
 <p>
@@ -538,9 +538,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2597364"></a><h3>
+<a name="id2605836"></a><h3>
 <a name="glade-xml-set-packing-property"></a>glade_xml_set_packing_property ()</h3>
-<a class="indexterm" name="id2597376"></a><pre class="programlisting">void                glade_xml_set_packing_property      (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
+<a class="indexterm" name="id2605848"></a><pre class="programlisting">void                glade_xml_set_packing_property      (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
                                                          GtkWidget *parent,
                                                          GtkWidget *child,
                                                          const char *name,
@@ -584,9 +584,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2597518"></a><h3>
+<a name="id2605990"></a><h3>
 <a name="GladeApplyCustomPropFunc"></a>GladeApplyCustomPropFunc ()</h3>
-<a class="indexterm" name="id2597528"></a><pre class="programlisting">void                (*GladeApplyCustomPropFunc)         (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *xml,
+<a class="indexterm" name="id2606001"></a><pre class="programlisting">void                (*GladeApplyCustomPropFunc)         (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *xml,
                                                          GtkWidget *widget,
                                                          const gchar *propname,
                                                          const gchar *value);</pre>
@@ -624,9 +624,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2597642"></a><h3>
+<a name="id2606113"></a><h3>
 <a name="glade-register-custom-prop"></a>glade_register_custom_prop ()</h3>
-<a class="indexterm" name="id2597653"></a><pre class="programlisting">void                glade_register_custom_prop          (GType type,
+<a class="indexterm" name="id2606124"></a><pre class="programlisting">void                glade_register_custom_prop          (GType type,
                                                          const gchar *prop_name,
                                                          <a href="libglade-Libglade-Build.html#GladeApplyCustomPropFunc">GladeApplyCustomPropFunc</a> apply_prop);</pre>
 <p>
@@ -660,9 +660,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2597746"></a><h3>
+<a name="id2606218"></a><h3>
 <a name="glade-xml-relative-file"></a>glade_xml_relative_file ()</h3>
-<a class="indexterm" name="id2597756"></a><pre class="programlisting">gchar*              glade_xml_relative_file             (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
+<a class="indexterm" name="id2606228"></a><pre class="programlisting">gchar*              glade_xml_relative_file             (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *self,
                                                          const gchar *filename);</pre>
 <p>
 This function resolves a relative pathname, using the directory of the
@@ -694,9 +694,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2597833"></a><h3>
+<a name="id2606304"></a><h3>
 <a name="glade-enum-from-string"></a>glade_enum_from_string ()</h3>
-<a class="indexterm" name="id2597843"></a><pre class="programlisting">gint                glade_enum_from_string              (GType type,
+<a class="indexterm" name="id2606315"></a><pre class="programlisting">gint                glade_enum_from_string              (GType type,
                                                          const char *string);</pre>
 <p>
 This helper routine is designed to be used by widget build routines to
@@ -730,9 +730,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2597923"></a><h3>
+<a name="id2606394"></a><h3>
 <a name="glade-flags-from-string"></a>glade_flags_from_string ()</h3>
-<a class="indexterm" name="id2597933"></a><pre class="programlisting">guint               glade_flags_from_string             (GType type,
+<a class="indexterm" name="id2606405"></a><pre class="programlisting">guint               glade_flags_from_string             (GType type,
                                                          const char *string);</pre>
 <p>
 This helper routine is designed to be used by widget build routines
@@ -766,9 +766,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2598014"></a><h3>
+<a name="id2606485"></a><h3>
 <a name="glade-xml-set-value-from-string"></a>glade_xml_set_value_from_string ()</h3>
-<a class="indexterm" name="id2598026"></a><pre class="programlisting">gboolean            glade_xml_set_value_from_string     (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *xml,
+<a class="indexterm" name="id2606498"></a><pre class="programlisting">gboolean            glade_xml_set_value_from_string     (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *xml,
                                                          GParamSpec *pspec,
                                                          const gchar *string,
                                                          GValue *value);</pre>
@@ -818,9 +818,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2598171"></a><h3>
+<a name="id2606642"></a><h3>
 <a name="glade-xml-set-toplevel"></a>glade_xml_set_toplevel ()</h3>
-<a class="indexterm" name="id2598181"></a><pre class="programlisting">void                glade_xml_set_toplevel              (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *xml,
+<a class="indexterm" name="id2606653"></a><pre class="programlisting">void                glade_xml_set_toplevel              (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *xml,
                                                          GtkWindow *window);</pre>
 <p>
 This is used while the tree is being built to set the toplevel window that
@@ -847,9 +847,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2598248"></a><h3>
+<a name="id2606719"></a><h3>
 <a name="glade-xml-ensure-accel"></a>glade_xml_ensure_accel ()</h3>
-<a class="indexterm" name="id2598258"></a><pre class="programlisting">GtkAccelGroup*      glade_xml_ensure_accel              (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *xml);</pre>
+<a class="indexterm" name="id2606730"></a><pre class="programlisting">GtkAccelGroup*      glade_xml_ensure_accel              (<a href="GladeXML.html" title="GladeXML">GladeXML</a> *xml);</pre>
 <p>
 This function is used to get the current GtkAccelGroup.  If there isn't
 one, a new one is created and bound to the current toplevel window (if
@@ -875,9 +875,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2598315"></a><h3>
+<a name="id2606787"></a><h3>
 <a name="GLADE-MODULE-CHECK-INIT:CAPS"></a>GLADE_MODULE_CHECK_INIT</h3>
-<a class="indexterm" name="id2598328"></a><pre class="programlisting">#define             GLADE_MODULE_CHECK_INIT</pre>
+<a class="indexterm" name="id2606799"></a><pre class="programlisting">#define             GLADE_MODULE_CHECK_INIT</pre>
 <p>
 This macro will insert a suitable version check function into a
 libglade loadable module.</p>
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libglade-2.6.1/doc/html/libglade-Libglade-Initialisation.html new/libglade-2.6.2/doc/html/libglade-Libglade-Initialisation.html
--- old/libglade-2.6.1/doc/html/libglade-Libglade-Initialisation.html   2007-06-19 10:20:38.000000000 +0200
+++ new/libglade-2.6.2/doc/html/libglade-Libglade-Initialisation.html   2007-07-31 00:30:56.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Libglade Initialisation</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 <link rel="start" href="index.html" title="Libglade Reference Manual">
 <link rel="up" href="libglade-lib.html" title="Part&#160;I.&#160;Libglade Library Reference">
 <link rel="prev" href="libglade-lib.html" title="Part&#160;I.&#160;Libglade Library Reference">
@@ -23,16 +23,16 @@
 <th width="100%" align="center">Libglade Reference Manual</th>
 <td><a accesskey="n" href="GladeXML.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 </tr>
-<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2576636" class="shortcut">Top</a>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2585066" class="shortcut">Top</a>
                   &#160;|&#160;
-                  <a href="#id2548003" class="shortcut">Description</a></nobr></td></tr>
+                  <a href="#id2556478" class="shortcut">Description</a></nobr></td></tr>
 </table>
 <div class="refentry" lang="en">
 <a name="libglade-Libglade-Initialisation"></a><div class="titlepage"></div>
 <div class="refnamediv"><table width="100%"><tr>
 <td valign="top">
 <h2>
-<a name="id2576636"></a><span class="refentrytitle">Libglade Initialisation</span>
+<a name="id2585066"></a><span class="refentrytitle">Libglade Initialisation</span>
 </h2>
 <p>Libglade Initialisation &#8212; Routines used to initialise libglade.</p>
 </td>
@@ -52,7 +52,7 @@
 </pre>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2548003"></a><h2>Description</h2>
+<a name="id2556478"></a><h2>Description</h2>
 <p>
 These routines are used to initialise libglade, and to load addon modules
 that recognise extra widget sets.  The <code class="filename">glade_init</code>
@@ -62,11 +62,11 @@
 </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2548034"></a><h2>Details</h2>
+<a name="id2556509"></a><h2>Details</h2>
 <div class="refsect2" lang="en">
-<a name="id2548045"></a><h3>
+<a name="id2556520"></a><h3>
 <a name="glade-init"></a>glade_init ()</h3>
-<a class="indexterm" name="id2548057"></a><pre class="programlisting">void                glade_init                          (void);</pre>
+<a class="indexterm" name="id2556532"></a><pre class="programlisting">void                glade_init                          (void);</pre>
 <p>
 It used to be necessary to call <a href="libglade-Libglade-Initialisation.html#glade-init"><code class="function">glade_init()</code></a> before creating
 GladeXML objects.  This is now no longer the case, as libglade will
@@ -78,9 +78,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2524512"></a><h3>
+<a name="id2532990"></a><h3>
 <a name="glade-require"></a>glade_require ()</h3>
-<a class="indexterm" name="id2524524"></a><pre class="programlisting">void                glade_require                       (const gchar *library);</pre>
+<a class="indexterm" name="id2533003"></a><pre class="programlisting">void                glade_require                       (const gchar *library);</pre>
 <p>
 Ensure that a required library is available.  If it is not already
 available, libglade will attempt to dynamically load a module that
@@ -99,9 +99,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2524576"></a><h3>
+<a name="id2533055"></a><h3>
 <a name="glade-provide"></a>glade_provide ()</h3>
-<a class="indexterm" name="id2524589"></a><pre class="programlisting">void                glade_provide                       (const gchar *library);</pre>
+<a class="indexterm" name="id2533067"></a><pre class="programlisting">void                glade_provide                       (const gchar *library);</pre>
 <p>
 This function should be called by a module to assert that it
 provides wrappers for a particular library.  This should be called
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libglade-2.6.1/doc/html/libglade-Libglade-SAX-Parser.html new/libglade-2.6.2/doc/html/libglade-Libglade-SAX-Parser.html
--- old/libglade-2.6.1/doc/html/libglade-Libglade-SAX-Parser.html       2007-06-19 10:20:38.000000000 +0200
+++ new/libglade-2.6.2/doc/html/libglade-Libglade-SAX-Parser.html       2007-07-31 00:30:56.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Libglade SAX Parser</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 <link rel="start" href="index.html" title="Libglade Reference Manual">
 <link rel="up" href="libglade-lib.html" title="Part&#160;I.&#160;Libglade Library Reference">
 <link rel="prev" href="GladeXML.html" title="GladeXML">
@@ -23,16 +23,16 @@
 <th width="100%" align="center">Libglade Reference Manual</th>
 <td><a accesskey="n" href="libglade-Libglade-Build.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
 </tr>
-<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2590191" class="shortcut">Top</a>
+<tr><td colspan="5" class="shortcuts"><nobr><a href="#id2578007" class="shortcut">Top</a>
                   &#160;|&#160;
-                  <a href="#id2584175" class="shortcut">Description</a></nobr></td></tr>
+                  <a href="#id2559201" class="shortcut">Description</a></nobr></td></tr>
 </table>
 <div class="refentry" lang="en">
 <a name="libglade-Libglade-SAX-Parser"></a><div class="titlepage"></div>
 <div class="refnamediv"><table width="100%"><tr>
 <td valign="top">
 <h2>
-<a name="id2590191"></a><span class="refentrytitle">Libglade SAX Parser</span>
+<a name="id2578007"></a><span class="refentrytitle">Libglade SAX Parser</span>
 </h2>
 <p>Libglade SAX Parser &#8212; Declarations and routines for accessing the SAX based parser.</p>
 </td>
@@ -65,7 +65,7 @@
 </pre>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2584175"></a><h2>Description</h2>
+<a name="id2559201"></a><h2>Description</h2>
 <p>
 The structures described here are the output of libglade's XML parser.
 These structures are really only useful for people who are extending
@@ -77,11 +77,11 @@
 </p>
 </div>
 <div class="refsect1" lang="en">
-<a name="id2556596"></a><h2>Details</h2>
+<a name="id2565773"></a><h2>Details</h2>
 <div class="refsect2" lang="en">
-<a name="id2556607"></a><h3>
+<a name="id2565784"></a><h3>
 <a name="GladeInterface"></a>GladeInterface</h3>
-<a class="indexterm" name="id2556620"></a><pre class="programlisting">typedef struct {
+<a class="indexterm" name="id2565796"></a><pre class="programlisting">typedef struct {
     gchar **requires;
     guint n_requires;
 
@@ -99,9 +99,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2556638"></a><h3>
+<a name="id2565815"></a><h3>
 <a name="GladeWidgetInfo"></a>GladeWidgetInfo</h3>
-<a class="indexterm" name="id2556651"></a><pre class="programlisting">typedef struct {
+<a class="indexterm" name="id2565827"></a><pre class="programlisting">typedef struct {
     GladeWidgetInfo *parent;
 
     gchar *classname;
@@ -135,9 +135,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2556675"></a><h3>
+<a name="id2565851"></a><h3>
 <a name="GladeChildInfo"></a>GladeChildInfo</h3>
-<a class="indexterm" name="id2556687"></a><pre class="programlisting">typedef struct {
+<a class="indexterm" name="id2565864"></a><pre class="programlisting">typedef struct {
     GladeProperty *properties;
     guint n_properties;
 
@@ -151,9 +151,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2556705"></a><h3>
+<a name="id2565882"></a><h3>
 <a name="GladeProperty"></a>GladeProperty</h3>
-<a class="indexterm" name="id2556717"></a><pre class="programlisting">typedef struct {
+<a class="indexterm" name="id2565894"></a><pre class="programlisting">typedef struct {
     gchar *name;
     gchar *value;
 } GladeProperty;
@@ -164,9 +164,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2556734"></a><h3>
+<a name="id2565911"></a><h3>
 <a name="GladeSignalInfo"></a>GladeSignalInfo</h3>
-<a class="indexterm" name="id2556747"></a><pre class="programlisting">typedef struct {
+<a class="indexterm" name="id2565923"></a><pre class="programlisting">typedef struct {
     gchar *name;
     gchar *handler;
     gchar *object; /* NULL if this isn't a connect_object signal */
@@ -179,9 +179,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2573164"></a><h3>
+<a name="id2595690"></a><h3>
 <a name="GladeAccelInfo"></a>GladeAccelInfo</h3>
-<a class="indexterm" name="id2573176"></a><pre class="programlisting">typedef struct {
+<a class="indexterm" name="id2595702"></a><pre class="programlisting">typedef struct {
     guint key;
     GdkModifierType modifiers;
     gchar *signal;
@@ -193,9 +193,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2573194"></a><h3>
+<a name="id2595720"></a><h3>
 <a name="GladeAtkActionInfo"></a>GladeAtkActionInfo</h3>
-<a class="indexterm" name="id2573206"></a><pre class="programlisting">typedef struct {
+<a class="indexterm" name="id2595732"></a><pre class="programlisting">typedef struct {
     gchar *action_name;
     gchar *description;
 } GladeAtkActionInfo;
@@ -206,9 +206,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2573223"></a><h3>
+<a name="id2595749"></a><h3>
 <a name="GladeAtkRelationInfo"></a>GladeAtkRelationInfo</h3>
-<a class="indexterm" name="id2573234"></a><pre class="programlisting">typedef struct {
+<a class="indexterm" name="id2595760"></a><pre class="programlisting">typedef struct {
     gchar *target;
     gchar *type;
 } GladeAtkRelationInfo;
@@ -219,9 +219,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2573251"></a><h3>
+<a name="id2595777"></a><h3>
 <a name="glade-parser-parse-file"></a>glade_parser_parse_file ()</h3>
-<a class="indexterm" name="id2573262"></a><pre class="programlisting"><a href="libglade-Libglade-SAX-Parser.html#GladeInterface">GladeInterface</a>*     glade_parser_parse_file             (const gchar *file,
+<a class="indexterm" name="id2595788"></a><pre class="programlisting"><a href="libglade-Libglade-SAX-Parser.html#GladeInterface">GladeInterface</a>*     glade_parser_parse_file             (const gchar *file,
                                                          const gchar *domain);</pre>
 <p>
 This function parses a Glade XML interface file to a GladeInterface
@@ -257,9 +257,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2573352"></a><h3>
+<a name="id2595877"></a><h3>
 <a name="glade-parser-parse-buffer"></a>glade_parser_parse_buffer ()</h3>
-<a class="indexterm" name="id2573363"></a><pre class="programlisting"><a href="libglade-Libglade-SAX-Parser.html#GladeInterface">GladeInterface</a>*     glade_parser_parse_buffer           (const gchar *buffer,
+<a class="indexterm" name="id2595889"></a><pre class="programlisting"><a href="libglade-Libglade-SAX-Parser.html#GladeInterface">GladeInterface</a>*     glade_parser_parse_buffer           (const gchar *buffer,
                                                          gint len,
                                                          const gchar *domain);</pre>
 <p>
@@ -301,9 +301,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2580845"></a><h3>
+<a name="id2561042"></a><h3>
 <a name="glade-interface-destroy"></a>glade_interface_destroy ()</h3>
-<a class="indexterm" name="id2580856"></a><pre class="programlisting">void                glade_interface_destroy             (<a href="libglade-Libglade-SAX-Parser.html#GladeInterface">GladeInterface</a> *interface);</pre>
+<a class="indexterm" name="id2561053"></a><pre class="programlisting">void                glade_interface_destroy             (<a href="libglade-Libglade-SAX-Parser.html#GladeInterface">GladeInterface</a> *interface);</pre>
 <p>
 Frees a GladeInterface structure.</p>
 <p>
@@ -320,9 +320,9 @@
 </div>
 <hr>
 <div class="refsect2" lang="en">
-<a name="id2580905"></a><h3>
+<a name="id2561102"></a><h3>
 <a name="glade-interface-dump"></a>glade_interface_dump ()</h3>
-<a class="indexterm" name="id2580916"></a><pre class="programlisting">void                glade_interface_dump                (<a href="libglade-Libglade-SAX-Parser.html#GladeInterface">GladeInterface</a> *interface,
+<a class="indexterm" name="id2561113"></a><pre class="programlisting">void                glade_interface_dump                (<a href="libglade-Libglade-SAX-Parser.html#GladeInterface">GladeInterface</a> *interface,
                                                          const gchar *filename);</pre>
 <p>
 This function dumps the contents of a GladeInterface into a file as
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libglade-2.6.1/doc/html/libglade-lib.html new/libglade-2.6.2/doc/html/libglade-lib.html
--- old/libglade-2.6.1/doc/html/libglade-lib.html       2007-06-19 10:20:38.000000000 +0200
+++ new/libglade-2.6.2/doc/html/libglade-lib.html       2007-07-31 00:30:56.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Part&#160;I.&#160;Libglade Library Reference</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 <link rel="start" href="index.html" title="Libglade Reference Manual">
 <link rel="up" href="index.html" title="Libglade Reference Manual">
 <link rel="prev" href="libglade-dtd-exceptions.html" title="Exceptions">
@@ -29,23 +29,6 @@
 <div></div>
 <p>This section contains the API reference for libglade.  All
       the public interfaces are documented here.</p>
-<div class="toc">
-<p><b>Table of Contents</b></p>
-<dl>
-<dt>
-<span class="refentrytitle"><a href="libglade-Libglade-Initialisation.html">Libglade Initialisation</a></span><span class="refpurpose"> &#8212; Routines used to initialise libglade.</span>
-</dt>
-<dt>
-<span class="refentrytitle"><a href="GladeXML.html">GladeXML</a></span><span class="refpurpose"> &#8212; Allows dynamic loading of user interfaces from XML descriptions.</span>
-</dt>
-<dt>
-<span class="refentrytitle"><a href="libglade-Libglade-SAX-Parser.html">Libglade SAX Parser</a></span><span class="refpurpose"> &#8212; Declarations and routines for accessing the SAX based parser.</span>
-</dt>
-<dt>
-<span class="refentrytitle"><a href="libglade-Libglade-Build.html">Libglade Build</a></span><span class="refpurpose"> &#8212; Routines used by widget building routines</span>
-</dt>
-</dl>
-</div>
 </div>
 </div>
 </body>
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libglade-2.6.1/doc/html/libglade-modules.html new/libglade-2.6.2/doc/html/libglade-modules.html
--- old/libglade-2.6.1/doc/html/libglade-modules.html   2007-06-19 10:20:38.000000000 +0200
+++ new/libglade-2.6.2/doc/html/libglade-modules.html   2007-07-31 00:30:56.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Libglade Modules</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 <link rel="start" href="index.html" title="Libglade Reference Manual">
 <link rel="up" href="libglade-notes.html" title="Libglade Programming Notes">
 <link rel="prev" href="libglade-notes.html" title="Libglade Programming Notes">
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libglade-2.6.1/doc/html/libglade-notes.html new/libglade-2.6.2/doc/html/libglade-notes.html
--- old/libglade-2.6.1/doc/html/libglade-notes.html     2007-06-19 10:20:38.000000000 +0200
+++ new/libglade-2.6.2/doc/html/libglade-notes.html     2007-07-31 00:30:56.000000000 +0200
@@ -3,7 +3,7 @@
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
 <title>Libglade Programming Notes</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.71.0">
+<meta name="generator" content="DocBook XSL Stylesheets V1.72.0">
 <link rel="start" href="index.html" title="Libglade Reference Manual">
 <link rel="up" href="index.html" title="Libglade Reference Manual">
 <link rel="prev" href="index.html" title="Libglade Reference Manual">
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libglade-2.6.1/doc/html/style.css new/libglade-2.6.2/doc/html/style.css
--- old/libglade-2.6.1/doc/html/style.css       2007-06-19 10:20:38.000000000 +0200
+++ new/libglade-2.6.2/doc/html/style.css       2007-07-31 00:30:56.000000000 +0200
@@ -55,7 +55,7 @@
   font-size: 80%;
 }
 
-div.refentry, div.chapter, div.reference, div.part, div.book, div.index, div.glossary, div.sect1, div.appendix, div.preface
+div.refentry, div.chapter, div.part, div.book, div.index, div.glossary, div.sect1, div.appendix, div.preface
 {
   position: relative;
   top: 3em;
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libglade-2.6.1/doc/version.xml new/libglade-2.6.2/doc/version.xml
--- old/libglade-2.6.1/doc/version.xml  2007-06-19 10:17:08.000000000 +0200
+++ new/libglade-2.6.2/doc/version.xml  2007-07-31 00:27:54.000000000 +0200
@@ -1,4 +1,4 @@
 <?xml version="1.0" standalone="no"?>
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
     "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";>
-<phrase>2.6.1</phrase>
+<phrase>2.6.2</phrase>
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libglade-2.6.1/glade/Makefile.am new/libglade-2.6.2/glade/Makefile.am
--- old/libglade-2.6.1/glade/Makefile.am        2007-04-16 10:45:59.000000000 +0200
+++ new/libglade-2.6.2/glade/Makefile.am        2007-07-11 22:54:33.000000000 +0200
@@ -34,7 +34,6 @@
   -DG_DISABLE_DEPRECATED \
   -DGDK_DISABLE_DEPRECATED \
   -DGDK_PIXBUF_DISABLE_DEPRECATED \
-  -DGTK_DISABLE_DEPRECATED \
   -DGNOME_DISABLE_DEPRECATED
 
 glademoduledir = $(libdir)/libglade/2.0
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libglade-2.6.1/gtk-doc.make new/libglade-2.6.2/gtk-doc.make
--- old/libglade-2.6.1/gtk-doc.make     2007-06-17 20:51:45.000000000 +0200
+++ new/libglade-2.6.2/gtk-doc.make     2007-07-31 00:27:35.000000000 +0200
@@ -111,7 +111,7 @@
        rm -rf .libs
 
 maintainer-clean-local: clean
-       cd $(srcdir) && rm -rf xml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt $(DOC_MODULE)-undocumented.txt
+       cd $(srcdir) && rm -rf xml html $(DOC_MODULE)-decl-list.txt $(DOC_MODULE)-decl.txt
 
 install-data-local:
        installfiles=`echo $(srcdir)/html/*`; \
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libglade-2.6.1/libglade.spec new/libglade-2.6.2/libglade.spec
--- old/libglade-2.6.1/libglade.spec    2007-06-19 10:17:07.000000000 +0200
+++ new/libglade-2.6.2/libglade.spec    2007-07-31 00:27:54.000000000 +0200
@@ -1,6 +1,6 @@
 Summary: libglade library
 Name: libglade
-Version: 2.6.1
+Version: 2.6.2
 Release: 1
 Copyright: LGPL
 Group: System Environment/Libraries
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libglade-2.6.1/Makefile.am new/libglade-2.6.2/Makefile.am
--- old/libglade-2.6.1/Makefile.am      2007-04-16 10:45:59.000000000 +0200
+++ new/libglade-2.6.2/Makefile.am      2007-07-06 19:59:35.000000000 +0200
@@ -1,5 +1,7 @@
 SUBDIRS = glade doc tests
 
+ACLOCAL_AMFLAGS = -I m4
+
 INCLUDES = $(LIBGLADE_CFLAGS)
 
 # build documentation when doing a distcheck.
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libglade-2.6.1/missing new/libglade-2.6.2/missing
--- old/libglade-2.6.1/missing  2007-04-22 15:29:43.000000000 +0200
+++ new/libglade-2.6.2/missing  2007-07-31 00:27:43.000000000 +0200
@@ -1,9 +1,9 @@
 #! /bin/sh
 # Common stub for a few missing GNU programs while installing.
 
-scriptversion=2005-06-08.21
+scriptversion=2006-05-10.23
 
-# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005
+# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006
 #   Free Software Foundation, Inc.
 # Originally by Fran,cois Pinard <pinard@xxxxxxxxxxxxxxxx>, 1996.
 
@@ -33,6 +33,8 @@
 fi
 
 run=:
+sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p'
+sed_minuso='s/.* -o \([^ ]*\).*/\1/p'
 
 # In the cases where this matters, `missing' is being run in the
 # srcdir already.
@@ -44,7 +46,7 @@
 
 msg="missing on your system"
 
-case "$1" in
+case $1 in
 --run)
   # Try to run requested program, and just exit if it succeeds.
   run=
@@ -77,6 +79,7 @@
   aclocal      touch file \`aclocal.m4'
   autoconf     touch file \`configure'
   autoheader   touch file \`config.h.in'
+  autom4te     touch the output file, or create a stub one
   automake     touch all \`Makefile.in' files
   bison        create \`y.tab.[ch]', if possible, from existing .[ch]
   flex         create \`lex.yy.c', if possible, from existing .c
@@ -106,7 +109,7 @@
 # Now exit if we have it, but it failed.  Also exit now if we
 # don't have it and --version was passed (most likely to detect
 # the program).
-case "$1" in
+case $1 in
   lex|yacc)
     # Not GNU programs, they don't have --version.
     ;;
@@ -135,7 +138,7 @@
 
 # If it does not exist, or fails to run (possibly an outdated version),
 # try to emulate it.
-case "$1" in
+case $1 in
   aclocal*)
     echo 1>&2 "\
 WARNING: \`$1' is $msg.  You should only need it if
@@ -164,7 +167,7 @@
     test -z "$files" && files="config.h"
     touch_files=
     for f in $files; do
-      case "$f" in
+      case $f in
       *:*) touch_files="$touch_files "`echo "$f" |
                                       sed -e 's/^[^:]*://' -e 's/:.*//'`;;
       *) touch_files="$touch_files $f.in";;
@@ -192,8 +195,8 @@
          You can get \`$1' as part of \`Autoconf' from any GNU
          archive site."
 
-    file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
-    test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
+    file=`echo "$*" | sed -n "$sed_output"`
+    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
     if test -f "$file"; then
        touch $file
     else
@@ -214,25 +217,25 @@
          in order for those modifications to take effect.  You can get
          \`Bison' from any GNU archive site."
     rm -f y.tab.c y.tab.h
-    if [ $# -ne 1 ]; then
+    if test $# -ne 1; then
         eval LASTARG="\${$#}"
-       case "$LASTARG" in
+       case $LASTARG in
        *.y)
            SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
-           if [ -f "$SRCFILE" ]; then
+           if test -f "$SRCFILE"; then
                 cp "$SRCFILE" y.tab.c
            fi
            SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
-           if [ -f "$SRCFILE" ]; then
+           if test -f "$SRCFILE"; then
                 cp "$SRCFILE" y.tab.h
            fi
          ;;
        esac
     fi
-    if [ ! -f y.tab.h ]; then
+    if test ! -f y.tab.h; then
        echo >y.tab.h
     fi
-    if [ ! -f y.tab.c ]; then
+    if test ! -f y.tab.c; then
        echo 'main() { return 0; }' >y.tab.c
     fi
     ;;
@@ -244,18 +247,18 @@
          in order for those modifications to take effect.  You can get
          \`Flex' from any GNU archive site."
     rm -f lex.yy.c
-    if [ $# -ne 1 ]; then
+    if test $# -ne 1; then
         eval LASTARG="\${$#}"
-       case "$LASTARG" in
+       case $LASTARG in
        *.l)
            SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
-           if [ -f "$SRCFILE" ]; then
+           if test -f "$SRCFILE"; then
                 cp "$SRCFILE" lex.yy.c
            fi
          ;;
        esac
     fi
-    if [ ! -f lex.yy.c ]; then
+    if test ! -f lex.yy.c; then
        echo 'main() { return 0; }' >lex.yy.c
     fi
     ;;
@@ -267,11 +270,9 @@
         \`Help2man' package in order for those modifications to take
         effect.  You can get \`Help2man' from any GNU archive site."
 
-    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
-    if test -z "$file"; then
-       file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
-    fi
-    if [ -f "$file" ]; then
+    file=`echo "$*" | sed -n "$sed_output"`
+    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
+    if test -f "$file"; then
        touch $file
     else
        test -z "$file" || exec >$file
@@ -289,11 +290,17 @@
          DU, IRIX).  You might want to install the \`Texinfo' package or
          the \`GNU make' package.  Grab either from any GNU archive site."
     # The file to touch is that specified with -o ...
-    file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
+    file=`echo "$*" | sed -n "$sed_output"`
+    test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
     if test -z "$file"; then
       # ... or it is the one specified with @setfilename ...
       infile=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
-      file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $infile`
+      file=`sed -n '
+       /^@setfilename/{
+         s/.* \([^ ]*\) *$/\1/
+         p
+         q
+       }' $infile`
       # ... or it is derived from the source name (dir/f.texi becomes f.info)
       test -z "$file" && file=`echo "$infile" | sed 's,.*/,,;s,.[^.]*$,,'`.info
     fi
@@ -317,13 +324,13 @@
     fi
     firstarg="$1"
     if shift; then
-       case "$firstarg" in
+       case $firstarg in
        *o*)
            firstarg=`echo "$firstarg" | sed s/o//`
            tar "$firstarg" "$@" && exit 0
            ;;
        esac
-       case "$firstarg" in
+       case $firstarg in
        *h*)
            firstarg=`echo "$firstarg" | sed s/h//`
            tar "$firstarg" "$@" && exit 0
diff -urN --exclude=CVS --exclude=.cvsignore --exclude=.svn --exclude=.svnignore --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/libglade-2.6.1/NEWS new/libglade-2.6.2/NEWS
--- old/libglade-2.6.1/NEWS     2007-06-19 10:14:03.000000000 +0200
+++ new/libglade-2.6.2/NEWS     2007-07-31 00:27:03.000000000 +0200
@@ -1,4 +1,7 @@
-libglade-2.6.1: 19-July-2008
+libglade-2.6.2:
+       * Fix building with gtk+ 2.11.
+
+libglade-2.6.1: 19-July-2007
        - Added glade_xml_construct_from_buffer(), 
        for language bindings. (Douglas C. MacKenzie) 
 


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread
  • No further messages