Hello community, here is the log from the commit of package gtksourceview for openSUSE:Factory checked in at Tue Oct 18 14:09:29 CEST 2011.
-------- --- openSUSE:Factory/gtksourceview/gtksourceview.changes 2011-10-10 14:10:40.000000000 +0200 +++ /mounts/work_src_done/STABLE/gtksourceview/gtksourceview.changes 2011-10-16 15:30:08.000000000 +0200 @@ -1,0 +2,6 @@ +Sun Oct 16 13:29:22 UTC 2011 - [email protected] + +- Update to version 3.2.2: + + Misc bugfixes. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- gtksourceview-3.2.1.tar.bz2 New: ---- gtksourceview-3.2.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtksourceview.spec ++++++ --- /var/tmp/diff_new_pack.MNUpLn/_old 2011-10-18 14:09:24.000000000 +0200 +++ /var/tmp/diff_new_pack.MNUpLn/_new 2011-10-18 14:09:24.000000000 +0200 @@ -18,7 +18,7 @@ Name: gtksourceview -Version: 3.2.1 +Version: 3.2.2 Release: 1 License: GPLv2+ Summary: GTK+ Source Editing Widget ++++++ gtksourceview-3.2.1.tar.bz2 -> gtksourceview-3.2.2.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtksourceview-3.2.1/ChangeLog new/gtksourceview-3.2.2/ChangeLog --- old/gtksourceview-3.2.1/ChangeLog 2011-10-09 16:49:13.000000000 +0200 +++ new/gtksourceview-3.2.2/ChangeLog 2011-10-16 13:31:42.000000000 +0200 @@ -1,6 +1,42 @@ +commit 34c625e339f5b9945c7e0ae274e92a6531e2a804 +Author: Ignacio Casal Quinteiro <[email protected]> +Date: 2011-10-10 + + completionprovider: the iter is an out parameter. + +M gtksourceview/gtksourcecompletionprovider.c + +commit 1f4c003d3fcccb533a6fb823c44041e56e733bc4 +Author: Ignacio Casal Quinteiro <[email protected]> +Date: 2011-10-10 + + completioninfo: add better docs. + +M gtksourceview/gtksourcecompletioninfo.c + +commit 9ae8cb7a1ee3361506c3a62de400665a6d10d075 +Author: Ignacio Casal Quinteiro <[email protected]> +Date: 2011-10-10 + + completion: ref the default info widget. + + We need to ref the widget if we are going to reuse it later. + +M gtksourceview/gtksourcecompletion.c + +commit 7e1752aeb31ba4d1633afcd1b4e20c0fc3bb73ab +Author: Ignacio Casal Quinteiro <[email protected]> +Date: 2011-10-09 + + Release 3.2.1 + +M NEWS +M README +M configure.ac + commit dd8663dd0caaae5b511d6702520a836be6319161 Author: [email protected] <[email protected]> -Date: 2011-10-09 +Date: 2011-10-09 New JavaScript Object Notation lang diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtksourceview-3.2.1/NEWS new/gtksourceview-3.2.2/NEWS --- old/gtksourceview-3.2.1/NEWS 2011-10-09 16:46:51.000000000 +0200 +++ new/gtksourceview-3.2.2/NEWS 2011-10-16 13:28:27.000000000 +0200 @@ -1,3 +1,7 @@ +News in 3.2.2 +------------- +* Misc bugfixes + News in 3.2.1 ------------- * New JavaScript Object Notation lang file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtksourceview-3.2.1/README new/gtksourceview-3.2.2/README --- old/gtksourceview-3.2.1/README 2011-10-09 16:45:45.000000000 +0200 +++ new/gtksourceview-3.2.2/README 2011-10-16 13:27:00.000000000 +0200 @@ -1,7 +1,7 @@ General Information =================== -This is version 3.2.1 of GtkSourceView. +This is version 3.2.2 of GtkSourceView. GtkSourceView is a text widget that extends the standard gtk+ 3.x text widget GtkTextView. @@ -32,8 +32,8 @@ Simple install procedure: - % tar Jxf gtksourceview-3.2.1.tar.xz # unpack the sources - % cd gtksourceview-3.2.1 # change to the toplevel directory + % tar Jxf gtksourceview-3.2.2.tar.xz # unpack the sources + % cd gtksourceview-3.2.2 # change to the toplevel directory % ./configure # run the `configure' script % make # build gtksourceview [ Become root if necessary ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtksourceview-3.2.1/configure new/gtksourceview-3.2.2/configure --- old/gtksourceview-3.2.1/configure 2011-10-09 16:47:14.000000000 +0200 +++ new/gtksourceview-3.2.2/configure 2011-10-16 13:30:07.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for gtksourceview 3.2.1. +# Generated by GNU Autoconf 2.68 for gtksourceview 3.2.2. # # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=gtksourceview>. # @@ -571,8 +571,8 @@ # Identity of this package. PACKAGE_NAME='gtksourceview' PACKAGE_TARNAME='gtksourceview' -PACKAGE_VERSION='3.2.1' -PACKAGE_STRING='gtksourceview 3.2.1' +PACKAGE_VERSION='3.2.2' +PACKAGE_STRING='gtksourceview 3.2.2' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=gtksourceview' PACKAGE_URL='http://projects.gnome.org/gtksourceview/' @@ -1409,7 +1409,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures gtksourceview 3.2.1 to adapt to many kinds of systems. +\`configure' configures gtksourceview 3.2.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1479,7 +1479,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gtksourceview 3.2.1:";; + short | recursive ) echo "Configuration of gtksourceview 3.2.2:";; esac cat <<\_ACEOF @@ -1620,7 +1620,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gtksourceview configure 3.2.1 +gtksourceview configure 3.2.2 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1989,7 +1989,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by gtksourceview $as_me 3.2.1, which was +It was created by gtksourceview $as_me 3.2.2, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -2811,7 +2811,7 @@ # Define the identity of the package. PACKAGE='gtksourceview' - VERSION='3.2.1' + VERSION='3.2.2' cat >>confdefs.h <<_ACEOF @@ -15603,7 +15603,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by gtksourceview $as_me 3.2.1, which was +This file was extended by gtksourceview $as_me 3.2.2, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15670,7 +15670,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -gtksourceview config.status 3.2.1 +gtksourceview config.status 3.2.2 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtksourceview-3.2.1/configure.ac new/gtksourceview-3.2.2/configure.ac --- old/gtksourceview-3.2.1/configure.ac 2011-10-09 16:45:30.000000000 +0200 +++ new/gtksourceview-3.2.2/configure.ac 2011-10-16 13:26:27.000000000 +0200 @@ -4,7 +4,7 @@ m4_define(gtksourceview_major_version, 3) m4_define(gtksourceview_minor_version, 2) -m4_define(gtksourceview_micro_version, 1) +m4_define(gtksourceview_micro_version, 2) m4_define(gtksourceview_version, gtksourceview_major_version.gtksourceview_minor_version.gtksourceview_micro_version) AC_INIT([gtksourceview],[gtksourceview_version],[http://bugzilla.gnome.org/enter_bug.cgi?product=gtksourceview],[gtksourceview],[http://projects.gnome.org/gtksourceview/]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtksourceview-3.2.1/docs/reference/html/GtkSourceCompletion.html new/gtksourceview-3.2.2/docs/reference/html/GtkSourceCompletion.html --- old/gtksourceview-3.2.1/docs/reference/html/GtkSourceCompletion.html 2011-10-09 16:49:07.000000000 +0200 +++ new/gtksourceview-3.2.2/docs/reference/html/GtkSourceCompletion.html 2011-10-16 13:31:37.000000000 +0200 @@ -300,7 +300,7 @@ </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td>The <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> associated with <em class="parameter"><code>completion</code></em>. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> GtkSource.View][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span> +<td>The <a class="link" href="GtkSourceView.html" title="GtkSourceView"><span class="type">GtkSourceView</span></a> associated with <em class="parameter"><code>completion</code></em>. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GtkSource.View][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span> </td> </tr> </tbody> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtksourceview-3.2.1/docs/reference/html/GtkSourceCompletionInfo.html new/gtksourceview-3.2.2/docs/reference/html/GtkSourceCompletionInfo.html --- old/gtksourceview-3.2.1/docs/reference/html/GtkSourceCompletionInfo.html 2011-10-09 16:49:07.000000000 +0200 +++ new/gtksourceview-3.2.2/docs/reference/html/GtkSourceCompletionInfo.html 2011-10-16 13:31:37.000000000 +0200 @@ -151,7 +151,9 @@ <p> Sets the content widget of the info window. If <em class="parameter"><code>widget</code></em> does not fit within the size requirements of the window, a <a href="http://library.gnome.org/devel/gtk/unstable/GtkScrolledWindow.html"><span class="type">GtkScrolledWindow</span></a> will automatically -be created and added to the window. +be created and added to the window. See that the previous widget will lose +a reference and it can be destroyed, so if you do not want this to happen +you must <code class="function">g_object_ref()</code> before calling this method. </p> <div class="variablelist"><table border="0"> <col align="left" valign="top"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtksourceview-3.2.1/docs/reference/html/GtkSourceCompletionProvider.html new/gtksourceview-3.2.2/docs/reference/html/GtkSourceCompletionProvider.html --- old/gtksourceview-3.2.1/docs/reference/html/GtkSourceCompletionProvider.html 2011-10-09 16:49:07.000000000 +0200 +++ new/gtksourceview-3.2.2/docs/reference/html/GtkSourceCompletionProvider.html 2011-10-16 13:31:37.000000000 +0200 @@ -325,7 +325,8 @@ </tr> <tr> <td><p><span class="term"><em class="parameter"><code>iter</code></em> :</span></p></td> -<td>a <a href="http://library.gnome.org/devel/gtk/unstable/GtkTextIter.html"><span class="type">GtkTextIter</span></a>.</td> +<td>a <a href="http://library.gnome.org/devel/gtk/unstable/GtkTextIter.html"><span class="type">GtkTextIter</span></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym>]</span> +</td> </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtksourceview-3.2.1/docs/reference/html/GtkSourceMarkAttributes.html new/gtksourceview-3.2.2/docs/reference/html/GtkSourceMarkAttributes.html --- old/gtksourceview-3.2.1/docs/reference/html/GtkSourceMarkAttributes.html 2011-10-09 16:49:07.000000000 +0200 +++ new/gtksourceview-3.2.2/docs/reference/html/GtkSourceMarkAttributes.html 2011-10-16 13:31:37.000000000 +0200 @@ -222,7 +222,7 @@ </tr> <tr> <td><p><span class="term"><em class="parameter"><code>background</code></em> :</span></p></td> -<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym> caller-allocates]</span> +<td>a <a href="http://library.gnome.org/devel/gdk/unstable/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>. <span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>]</span> </td> </tr> <tr> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtksourceview-3.2.1/docs/reference/html/GtkSourceView.html new/gtksourceview-3.2.2/docs/reference/html/GtkSourceView.html --- old/gtksourceview-3.2.1/docs/reference/html/GtkSourceView.html 2011-10-09 16:49:07.000000000 +0200 +++ new/gtksourceview-3.2.2/docs/reference/html/GtkSourceView.html 2011-10-16 13:31:37.000000000 +0200 @@ -991,7 +991,7 @@ </tr> <tr> <td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td> -<td>the <a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> associated with <em class="parameter"><code>view</code></em>. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> GtkSource.Completion][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span> +<td>the <a class="link" href="GtkSourceCompletion.html" title="GtkSourceCompletion"><span class="type">GtkSourceCompletion</span></a> associated with <em class="parameter"><code>view</code></em>. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GtkSource.Completion][<acronym title="Don't free data after the code is done."><span class="acronym">transfer none</span></acronym>]</span> </td> </tr> </tbody> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtksourceview-3.2.1/docs/reference/html/annotation-glossary.html new/gtksourceview-3.2.2/docs/reference/html/annotation-glossary.html --- old/gtksourceview-3.2.1/docs/reference/html/annotation-glossary.html 2011-10-09 16:49:07.000000000 +0200 +++ new/gtksourceview-3.2.2/docs/reference/html/annotation-glossary.html 2011-10-16 13:31:37.000000000 +0200 @@ -40,6 +40,9 @@ <dt> <a name="annotation-glossterm-out"></a>out</dt> <dd><p>Parameter for returning results. Default is <acronym title="Free data after the code is done."><span class="acronym">transfer full</span></acronym>.</p></dd> +<dt> +<a name="annotation-glossterm-out%20caller-allocates"></a>out caller-allocates</dt> +<dd><p>Out parameter, where caller must allocate storage.</p></dd> <a name="glsA"></a><h3 class="title">A</h3> <dt> <a name="annotation-glossterm-allow-none"></a>allow-none</dt> @@ -65,7 +68,7 @@ <dd><p>Free data after the code is done.</p></dd> <dt> <a name="annotation-glossterm-type"></a>type</dt> -<dd><p>Override the parsed C type with given type</p></dd> +<dd><p>Override the parsed C type with given type.</p></dd> </div> <div class="footer"> <hr> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtksourceview-3.2.1/docs/reference/html/gtksourceview-3.0-GtkSourceGutterRenderer.html new/gtksourceview-3.2.2/docs/reference/html/gtksourceview-3.0-GtkSourceGutterRenderer.html --- old/gtksourceview-3.2.1/docs/reference/html/gtksourceview-3.0-GtkSourceGutterRenderer.html 2011-10-09 16:49:07.000000000 +0200 +++ new/gtksourceview-3.2.2/docs/reference/html/gtksourceview-3.0-GtkSourceGutterRenderer.html 2011-10-16 13:31:37.000000000 +0200 @@ -401,12 +401,12 @@ </tr> <tr> <td><p><span class="term"><em class="parameter"><code>xpad</code></em> :</span></p></td> -<td>return location for the x-padding (can be <code class="literal">NULL</code>). <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym> caller-allocates][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span> +<td>return location for the x-padding (can be <code class="literal">NULL</code>). <span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span> </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>ypad</code></em> :</span></p></td> -<td>return location for the y-padding (can be <code class="literal">NULL</code>). <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym> caller-allocates][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span> +<td>return location for the y-padding (can be <code class="literal">NULL</code>). <span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span> </td> </tr> </tbody> @@ -463,12 +463,12 @@ </tr> <tr> <td><p><span class="term"><em class="parameter"><code>xalign</code></em> :</span></p></td> -<td>return location for the x-alignment (can be <code class="literal">NULL</code>). <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym> caller-allocates][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span> +<td>return location for the x-alignment (can be <code class="literal">NULL</code>). <span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span> </td> </tr> <tr> <td><p><span class="term"><em class="parameter"><code>yalign</code></em> :</span></p></td> -<td>return location for the y-alignment (can be <code class="literal">NULL</code>). <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym> caller-allocates][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span> +<td>return location for the y-alignment (can be <code class="literal">NULL</code>). <span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span> </td> </tr> </tbody> @@ -622,7 +622,7 @@ </tr> <tr> <td><p><span class="term"><em class="parameter"><code>color</code></em> :</span></p></td> -<td>return value for a <a href="http://library.gnome.org/devel/gdk/unstable/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>. <span class="annotation">[<acronym title="Parameter for returning results. Default is transfer full."><span class="acronym">out</span></acronym> caller-allocates][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span> +<td>return value for a <a href="http://library.gnome.org/devel/gdk/unstable/gdk3-RGBA-Colors.html#GdkRGBA"><span class="type">GdkRGBA</span></a>. <span class="annotation">[<acronym title="Out parameter, where caller must allocate storage."><span class="acronym">out caller-allocates</span></acronym>][<acronym title="NULL is ok, both for passing and for returning."><span class="acronym">allow-none</span></acronym>]</span> </td> </tr> <tr> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtksourceview-3.2.1/docs/reference/html/gtksourceview-3.0-completioncontext.html new/gtksourceview-3.2.2/docs/reference/html/gtksourceview-3.0-completioncontext.html --- old/gtksourceview-3.2.1/docs/reference/html/gtksourceview-3.0-completioncontext.html 2011-10-09 16:49:07.000000000 +0200 +++ new/gtksourceview-3.2.2/docs/reference/html/gtksourceview-3.0-completioncontext.html 2011-10-16 13:31:37.000000000 +0200 @@ -145,7 +145,7 @@ </tr> <tr> <td><p><span class="term"><em class="parameter"><code>provider</code></em> :</span></p></td> -<td>a <a class="link" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider"><span class="type">GtkSourceCompletionProvider</span></a>. <span class="annotation">[<acronym title="Override the parsed C type with given type"><span class="acronym">type</span></acronym> GtkSource.CompletionProvider]</span> +<td>a <a class="link" href="GtkSourceCompletionProvider.html" title="GtkSourceCompletionProvider"><span class="type">GtkSourceCompletionProvider</span></a>. <span class="annotation">[<acronym title="Override the parsed C type with given type."><span class="acronym">type</span></acronym> GtkSource.CompletionProvider]</span> </td> </tr> <tr> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtksourceview-3.2.1/docs/reference/html/gtksourceview-3.0.devhelp2 new/gtksourceview-3.2.2/docs/reference/html/gtksourceview-3.0.devhelp2 --- old/gtksourceview-3.2.1/docs/reference/html/gtksourceview-3.0.devhelp2 2011-10-09 16:49:07.000000000 +0200 +++ new/gtksourceview-3.2.2/docs/reference/html/gtksourceview-3.0.devhelp2 2011-10-16 13:31:37.000000000 +0200 @@ -411,11 +411,11 @@ <keyword type="function" name="gtk_source_undo_manager_can_redo_changed ()" link="GtkSourceUndoManager.html#gtk-source-undo-manager-can-redo-changed" since="2.10"/> <keyword type="signal" name="The "can-redo-changed" signal" link="GtkSourceUndoManager.html#GtkSourceUndoManager-can-redo-changed"/> <keyword type="signal" name="The "can-undo-changed" signal" link="GtkSourceUndoManager.html#GtkSourceUndoManager-can-undo-changed"/> - <keyword type="" name="Simple contexts" link="lang-reference.html#id532753"/> - <keyword type="" name="Container contexts" link="lang-reference.html#id532891"/> - <keyword type="" name="Sub-pattern contexts" link="lang-reference.html#id533081"/> - <keyword type="" name="Reference contexts" link="lang-reference.html#id533160"/> - <keyword type="" name="Keyword contexts" link="lang-reference.html#id533224"/> + <keyword type="" name="Simple contexts" link="lang-reference.html#id413423"/> + <keyword type="" name="Container contexts" link="lang-reference.html#id413561"/> + <keyword type="" name="Sub-pattern contexts" link="lang-reference.html#id413751"/> + <keyword type="" name="Reference contexts" link="lang-reference.html#id413830"/> + <keyword type="" name="Keyword contexts" link="lang-reference.html#id413894"/> <keyword type="constant" name="GTK_SOURCE_COMPLETION_ACTIVATION_NONE" link="gtksourceview-3.0-completioncontext.html#GTK-SOURCE-COMPLETION-ACTIVATION-NONE:CAPS"/> <keyword type="constant" name="GTK_SOURCE_COMPLETION_ACTIVATION_INTERACTIVE" link="gtksourceview-3.0-completioncontext.html#GTK-SOURCE-COMPLETION-ACTIVATION-INTERACTIVE:CAPS"/> <keyword type="constant" name="GTK_SOURCE_COMPLETION_ACTIVATION_USER_REQUESTED" link="gtksourceview-3.0-completioncontext.html#GTK-SOURCE-COMPLETION-ACTIVATION-USER-REQUESTED:CAPS"/> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtksourceview-3.2.1/docs/reference/html/index.html new/gtksourceview-3.2.2/docs/reference/html/index.html --- old/gtksourceview-3.2.1/docs/reference/html/index.html 2011-10-09 16:49:07.000000000 +0200 +++ new/gtksourceview-3.2.2/docs/reference/html/index.html 2011-10-16 13:31:37.000000000 +0200 @@ -14,7 +14,7 @@ <div class="titlepage"> <div> <div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GtkSourceView 3 Reference Manual</p></th></tr></table></div> -<div><p class="releaseinfo">for GtkSourceView 3.2.1 +<div><p class="releaseinfo">for GtkSourceView 3.2.2 </p></div> </div> <hr> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtksourceview-3.2.1/docs/reference/html/index.sgml new/gtksourceview-3.2.2/docs/reference/html/index.sgml --- old/gtksourceview-3.2.1/docs/reference/html/index.sgml 2011-10-09 16:49:07.000000000 +0200 +++ new/gtksourceview-3.2.2/docs/reference/html/index.sgml 2011-10-16 13:31:37.000000000 +0200 @@ -560,6 +560,7 @@ <ANCHOR id="lang-reference" href="gtksourceview-3.0/lang-reference.html"> <ANCHOR id="style-reference" href="gtksourceview-3.0/style-reference.html"> <ANCHOR id="annotation-glossterm-out" href="gtksourceview-3.0/annotation-glossary.html#annotation-glossterm-out"> +<ANCHOR id="annotation-glossterm-out caller-allocates" href="gtksourceview-3.0/annotation-glossary.html#annotation-glossterm-out caller-allocates"> <ANCHOR id="annotation-glossterm-allow-none" href="gtksourceview-3.0/annotation-glossary.html#annotation-glossterm-allow-none"> <ANCHOR id="annotation-glossterm-transfer none" href="gtksourceview-3.0/annotation-glossary.html#annotation-glossterm-transfer none"> <ANCHOR id="annotation-glossterm-array" href="gtksourceview-3.0/annotation-glossary.html#annotation-glossterm-array"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtksourceview-3.2.1/docs/reference/html/lang-reference.html new/gtksourceview-3.2.2/docs/reference/html/lang-reference.html --- old/gtksourceview-3.2.1/docs/reference/html/lang-reference.html 2011-10-09 16:49:07.000000000 +0200 +++ new/gtksourceview-3.2.2/docs/reference/html/lang-reference.html 2011-10-16 13:31:37.000000000 +0200 @@ -31,7 +31,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="id531782"></a><h2>Overview</h2> +<a name="id412452"></a><h2>Overview</h2> <p> This is an overview of the Language Definition XML format, describing the meaning and usage of every element and attribute. The formal definition is @@ -43,7 +43,7 @@ </p> </div> <div class="refsect1"> -<a name="id532172"></a><h2>Tag <code class="code"><language></code> +<a name="id412842"></a><h2>Tag <code class="code"><language></code> </h2> <p> The root element for Language Definition files. @@ -103,7 +103,7 @@ </div> </div> <div class="refsect1"> -<a name="id532304"></a><h2>Tag <code class="code"><metadata></code> +<a name="id412974"></a><h2>Tag <code class="code"><metadata></code> </h2> <p> Contains optional metadata about the language definition. @@ -137,7 +137,7 @@ </p></dd> </div> <div class="refsect1"> -<a name="id532382"></a><h2>Tag <code class="code"><styles></code> +<a name="id413052"></a><h2>Tag <code class="code"><styles></code> </h2> <p> Contains the definitions of every style used in the current language and @@ -149,7 +149,7 @@ </p> </div> <div class="refsect1"> -<a name="id532409"></a><h2>Tag <code class="code"><style></code> +<a name="id413079"></a><h2>Tag <code class="code"><style></code> </h2> <p> Defines a style, associating it's id with a user visible translatable @@ -196,7 +196,7 @@ </div> </div> <div class="refsect1"> -<a name="id532485"></a><h2>Tag <code class="code"><keyword-char-class></code> +<a name="id413155"></a><h2>Tag <code class="code"><keyword-char-class></code> </h2> <p> Contains a regex character class used to redefine the customizable @@ -209,7 +209,7 @@ </p> </div> <div class="refsect1"> -<a name="id532502"></a><h2>Tag <code class="code"><default-regex-options></code> +<a name="id413172"></a><h2>Tag <code class="code"><default-regex-options></code> </h2> <p> Used to set global options for how regular expressions are processed. @@ -253,7 +253,7 @@ </p> </div> <div class="refsect1"> -<a name="id532589"></a><h2>Tag <code class="code"><definitions></code> +<a name="id413259"></a><h2>Tag <code class="code"><definitions></code> </h2> <p> The element containing the real description of the syntax to be @@ -274,7 +274,7 @@ </p> </div> <div class="refsect1"> -<a name="id532646"></a><h2>Tag <code class="code"><define-regex></code> +<a name="id413316"></a><h2>Tag <code class="code"><define-regex></code> </h2> <p> Defines a regular expression that can be reused inside other regular @@ -320,7 +320,7 @@ </div> </div> <div class="refsect1"> -<a name="id532740"></a><h2>Tag <code class="code"><context></code> +<a name="id413410"></a><h2>Tag <code class="code"><context></code> </h2> <p> This is the most important element when describing the syntax: the file to @@ -330,7 +330,7 @@ contexts, sub-pattern contexts, reference contexts and keyword contexts. </p> <div class="refsect2"> -<a name="id532753"></a><h3>Simple contexts</h3> +<a name="id413423"></a><h3>Simple contexts</h3> They contain a mandatory <code class="code"><match></code> element and an optional <code class="code"><include></code> element. The context will span over the strings matched by the regular expression contained in the <code class="code"><match></code> @@ -398,7 +398,7 @@ </div> <hr> <div class="refsect2"> -<a name="id532891"></a><h3>Container contexts</h3> +<a name="id413561"></a><h3>Container contexts</h3> They contain a <code class="code"><start></code> element and an optional <code class="code"><end></code>. They respectively contain the regular expression that makes the engine enter in the context and the terminating one. @@ -487,7 +487,7 @@ </div> <hr> <div class="refsect2"> -<a name="id533081"></a><h3>Sub-pattern contexts</h3> +<a name="id413751"></a><h3>Sub-pattern contexts</h3> <p> They refer to a group in a regular expression of the parent context, so it is possible to highlight differently only a portion of the matched regular @@ -532,7 +532,7 @@ </div> <hr> <div class="refsect2"> -<a name="id533160"></a><h3>Reference contexts</h3> +<a name="id413830"></a><h3>Reference contexts</h3> <p> Used to include a previously defined context. </p> @@ -576,7 +576,7 @@ </div> <hr> <div class="refsect2"> -<a name="id533224"></a><h3>Keyword contexts</h3> +<a name="id413894"></a><h3>Keyword contexts</h3> <p> They contain a list of <code class="code"><keyword></code> and matches every keyword listed. You can also put a <code class="code"><prefix></code> and/or a @@ -597,7 +597,7 @@ </div> </div> <div class="refsect1"> -<a name="id533276"></a><h2>Tag <code class="code"><include></code> +<a name="id413946"></a><h2>Tag <code class="code"><include></code> </h2> <p> Contains the list of context contained in the current @@ -609,7 +609,7 @@ </p> </div> <div class="refsect1"> -<a name="id533310"></a><h2>Tag <code class="code"><match></code> +<a name="id413980"></a><h2>Tag <code class="code"><match></code> </h2> <p> Contains the regular expression for the current simple context. @@ -623,7 +623,7 @@ </p> </div> <div class="refsect1"> -<a name="id533334"></a><h2>Tag <code class="code"><start></code> +<a name="id414003"></a><h2>Tag <code class="code"><start></code> </h2> <p> Contains the starting regular expression for the current container context. @@ -637,7 +637,7 @@ </p> </div> <div class="refsect1"> -<a name="id533357"></a><h2>Tag <code class="code"><end></code> +<a name="id414027"></a><h2>Tag <code class="code"><end></code> </h2> <p> Contains the terminating regular expression for the current container @@ -663,7 +663,7 @@ </p> </div> <div class="refsect1"> -<a name="id533398"></a><h2>Tag <code class="code"><keyword></code> +<a name="id414068"></a><h2>Tag <code class="code"><keyword></code> </h2> <p> Contains a keyword to be matched by the current context. The keyword is a @@ -674,7 +674,7 @@ </p> </div> <div class="refsect1"> -<a name="id533417"></a><h2>Tag <code class="code"><prefix></code> +<a name="id414087"></a><h2>Tag <code class="code"><prefix></code> </h2> <p> Contains a prefix common to all of the following keywords in the current @@ -687,7 +687,7 @@ </p> </div> <div class="refsect1"> -<a name="id533440"></a><h2>Tag <code class="code"><suffix></code> +<a name="id414110"></a><h2>Tag <code class="code"><suffix></code> </h2> <p> Contains a suffix common to all of the following keywords in the current @@ -700,7 +700,7 @@ </p> </div> <div class="refsect1"> -<a name="id533463"></a><h2>Tag <code class="code"><replace></code> +<a name="id414132"></a><h2>Tag <code class="code"><replace></code> </h2> <p> The replace tag allows you to change one context so it functions as diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtksourceview-3.2.1/docs/reference/html/lang-tutorial.html new/gtksourceview-3.2.2/docs/reference/html/lang-tutorial.html --- old/gtksourceview-3.2.1/docs/reference/html/lang-tutorial.html 2011-10-09 16:49:07.000000000 +0200 +++ new/gtksourceview-3.2.2/docs/reference/html/lang-tutorial.html 2011-10-16 13:31:37.000000000 +0200 @@ -510,7 +510,7 @@ </pre> </div> <div class="refsect1"> -<a name="id531105"></a><h2>The full language definition</h2> +<a name="id411774"></a><h2>The full language definition</h2> <p> This is the full language definition for the subset of C taken in consideration for this tutorial: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtksourceview-3.2.1/docs/reference/html/rn01.html new/gtksourceview-3.2.2/docs/reference/html/rn01.html --- old/gtksourceview-3.2.1/docs/reference/html/rn01.html 2011-10-09 16:49:07.000000000 +0200 +++ new/gtksourceview-3.2.2/docs/reference/html/rn01.html 2011-10-16 13:31:37.000000000 +0200 @@ -22,7 +22,7 @@ <div class="reference"> <div class="titlepage"> <div><div><h1 class="title"> -<a name="id493136"></a>API reference</h1></div></div> +<a name="id373806"></a>API reference</h1></div></div> <hr> </div> <div class="toc"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtksourceview-3.2.1/docs/reference/html/rn02.html new/gtksourceview-3.2.2/docs/reference/html/rn02.html --- old/gtksourceview-3.2.1/docs/reference/html/rn02.html 2011-10-09 16:49:07.000000000 +0200 +++ new/gtksourceview-3.2.2/docs/reference/html/rn02.html 2011-10-16 13:31:37.000000000 +0200 @@ -22,7 +22,7 @@ <div class="reference"> <div class="titlepage"> <div><div><h1 class="title"> -<a name="id491483"></a>Syntax highlighting reference</h1></div></div> +<a name="id372153"></a>Syntax highlighting reference</h1></div></div> <hr> </div> <div class="toc"> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtksourceview-3.2.1/docs/reference/html/style-reference.html new/gtksourceview-3.2.2/docs/reference/html/style-reference.html --- old/gtksourceview-3.2.1/docs/reference/html/style-reference.html 2011-10-09 16:49:07.000000000 +0200 +++ new/gtksourceview-3.2.2/docs/reference/html/style-reference.html 2011-10-16 13:31:37.000000000 +0200 @@ -31,7 +31,7 @@ <td valign="top" align="right"></td> </tr></table></div> <div class="refsect1"> -<a name="id534680"></a><h2>Overview</h2> +<a name="id415350"></a><h2>Overview</h2> <p> This is an overview of the Style Scheme Definition XML format, describing the meaning and usage of every element and attribute. The formal definition is diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtksourceview-3.2.1/docs/reference/version.xml new/gtksourceview-3.2.2/docs/reference/version.xml --- old/gtksourceview-3.2.1/docs/reference/version.xml 2011-10-09 16:47:22.000000000 +0200 +++ new/gtksourceview-3.2.2/docs/reference/version.xml 2011-10-16 13:30:17.000000000 +0200 @@ -1 +1 @@ -3.2.1 +3.2.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtksourceview-3.2.1/gtksourceview/gtksourcecompletion.c new/gtksourceview-3.2.2/gtksourceview/gtksourcecompletion.c --- old/gtksourceview-3.2.1/gtksourceview/gtksourcecompletion.c 2011-10-07 21:04:20.000000000 +0200 +++ new/gtksourceview-3.2.2/gtksourceview/gtksourcecompletion.c 2011-10-13 12:47:27.000000000 +0200 @@ -968,6 +968,12 @@ } else { + /* we need to ref the default info widget before removing it */ + if (gtk_source_completion_info_get_widget (info_window) == completion->priv->default_info) + { + g_object_ref (completion->priv->default_info); + } + prov_update_info = TRUE; } } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtksourceview-3.2.1/gtksourceview/gtksourcecompletioninfo.c new/gtksourceview-3.2.2/gtksourceview/gtksourcecompletioninfo.c --- old/gtksourceview-3.2.1/gtksourceview/gtksourcecompletioninfo.c 2011-09-12 14:58:47.000000000 +0200 +++ new/gtksourceview-3.2.2/gtksourceview/gtksourcecompletioninfo.c 2011-10-10 18:41:01.000000000 +0200 @@ -193,7 +193,9 @@ * * Sets the content widget of the info window. If @widget does not fit within * the size requirements of the window, a #GtkScrolledWindow will automatically - * be created and added to the window. + * be created and added to the window. See that the previous widget will lose + * a reference and it can be destroyed, so if you do not want this to happen + * you must g_object_ref() before calling this method. */ void gtk_source_completion_info_set_widget (GtkSourceCompletionInfo *info, diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/gtksourceview-3.2.1/gtksourceview/gtksourcecompletionprovider.c new/gtksourceview-3.2.2/gtksourceview/gtksourcecompletionprovider.c --- old/gtksourceview-3.2.1/gtksourceview/gtksourcecompletionprovider.c 2011-09-12 14:58:47.000000000 +0200 +++ new/gtksourceview-3.2.2/gtksourceview/gtksourcecompletionprovider.c 2011-10-13 12:47:27.000000000 +0200 @@ -284,7 +284,7 @@ * @provider: a #GtkSourceCompletionProvider. * @proposal: a #GtkSourceCompletionProposal. * @context: a #GtkSourceCompletionContext. - * @iter: a #GtkTextIter. + * @iter: (out): a #GtkTextIter. * * Get the #GtkTextIter at which the completion for @proposal starts. When * implemented, the completion can use this information to position the continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
