Hello community,

here is the log from the commit of package telepathy-mission-control for 
openSUSE:Factory checked in at 2012-10-05 18:39:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/telepathy-mission-control (Old)
 and      /work/SRC/openSUSE:Factory/.telepathy-mission-control.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "telepathy-mission-control", Maintainer is 
"[email protected]"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/telepathy-mission-control/telepathy-mission-control.changes
      2012-10-03 10:43:07.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.telepathy-mission-control.new/telepathy-mission-control.changes
 2012-10-06 18:44:13.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Oct  4 09:19:11 UTC 2012 - [email protected]
+
+- Update to version 5.14.0:
+  + There were no code changes since 5.13.2.
+
+-------------------------------------------------------------------

Old:
----
  telepathy-mission-control-5.13.2.tar.gz

New:
----
  telepathy-mission-control-5.14.0.tar.gz

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

Other differences:
------------------
++++++ telepathy-mission-control.spec ++++++
--- /var/tmp/diff_new_pack.yti9Zn/_old  2012-10-06 18:44:15.000000000 +0200
+++ /var/tmp/diff_new_pack.yti9Zn/_new  2012-10-06 18:44:15.000000000 +0200
@@ -19,7 +19,7 @@
 Url:            http://mission-control.sourceforge.net/
 
 Name:           telepathy-mission-control
-Version:        5.13.2
+Version:        5.14.0
 Release:        0
 Summary:        Telepathy Mission Control instant messaging connection manager
 License:        LGPL-2.1

++++++ telepathy-mission-control-5.13.2.tar.gz -> 
telepathy-mission-control-5.14.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-mission-control-5.13.2/ChangeLog 
new/telepathy-mission-control-5.14.0/ChangeLog
--- old/telepathy-mission-control-5.13.2/ChangeLog      2012-09-20 
16:44:48.000000000 +0200
+++ new/telepathy-mission-control-5.14.0/ChangeLog      2012-10-03 
19:27:48.000000000 +0200
@@ -1,3 +1,56 @@
+commit c1fe16e325d1622bea056dbc8679c23e72000386
+Author: Simon McVittie <[email protected]>
+Date:   2012-10-03 18:11:25 +0100
+
+    fix Makefile syntax
+
+commit a433ba2a46c9fdcd73e365c88639a6e501762893
+Author: Simon McVittie <[email protected]>
+Date:   2012-09-21 15:35:54 +0100
+
+    exec-with-log.sh: add gdb wrapper
+    
+    Based on a patch from Jonny Lamb; changed to use ${abs_top_srcdir} to
+    work out-of-tree, backtrace all threads, and put the gdb script in /tools.
+    
+    Signed-off-by: Simon McVittie <[email protected]>
+
+commit 91006767d5ce8f95b43c7ff85fc6e5ec90d8895c
+Author: Guillaume Desmottes <[email protected]>
+Date:   2012-10-03 14:37:26 +0200
+
+    prepare 5.14.0
+
+commit 4e5a187773cb34de567e3cf90d62710830bbd876
+Author: Simon McVittie <[email protected]>
+Date:   2012-08-27 10:50:08 +0100
+
+    Don't warn on deprecated declarations, this is a stable branch.
+    
+    Signed-off-by: Simon McVittie <[email protected]>
+
+commit 5f156149b05e7b5ab9e54eeee729136d9d59128c
+Author: Guillaume Desmottes <[email protected]>
+Date:   2012-10-03 15:05:06 +0200
+
+    Upload documentation to the 5.14.x location
+    
+    To be reverted in the 5.15 branch.
+
+commit 2a0b73c02353a155e473504546a8b7e598da4449
+Author: Guillaume Desmottes <[email protected]>
+Date:   2012-10-03 14:57:48 +0200
+
+    Don't check documentation completeness in this stable branch
+    
+    To be reverted in the 5.15 branch.
+
+commit 90a3b33273dd4384ebf653c9ec4c7a5fbc752246
+Author: Simon McVittie <[email protected]>
+Date:   2012-09-20 16:15:48 +0100
+
+    Post-release version bump
+
 commit e80d7797aa038480701c6819bc178c9302d823e7
 Author: Simon McVittie <[email protected]>
 Date:   2012-09-20 15:41:12 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-mission-control-5.13.2/Makefile.am 
new/telepathy-mission-control-5.14.0/Makefile.am
--- old/telepathy-mission-control-5.13.2/Makefile.am    2012-09-13 
19:36:12.000000000 +0200
+++ new/telepathy-mission-control-5.14.0/Makefile.am    2012-10-03 
19:08:47.000000000 +0200
@@ -30,7 +30,7 @@
 maintainer-upload-release: _maintainer-upload-release-local
 _maintainer-upload-release-local: _maintainer-upload-release-check
        rsync -rvzPp --chmod=Dg+s,ug+rwX,o=rX 
doc/reference/mission-control-plugins/html/ \
-       
telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/doc/mission-control-plugins/
+       
telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/doc/mission-control-plugins-5.14.x/
 
 include tools/lcov.am
 include tools/telepathy.am
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-mission-control-5.13.2/Makefile.in 
new/telepathy-mission-control-5.14.0/Makefile.in
--- old/telepathy-mission-control-5.13.2/Makefile.in    2012-09-20 
16:41:28.000000000 +0200
+++ new/telepathy-mission-control-5.14.0/Makefile.in    2012-10-03 
19:08:56.000000000 +0200
@@ -920,7 +920,7 @@
 maintainer-upload-release: _maintainer-upload-release-local
 _maintainer-upload-release-local: _maintainer-upload-release-check
        rsync -rvzPp --chmod=Dg+s,ug+rwX,o=rX 
doc/reference/mission-control-plugins/html/ \
-       
telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/doc/mission-control-plugins/
+       
telepathy.freedesktop.org:/srv/telepathy.freedesktop.org/www/doc/mission-control-plugins-5.14.x/
 lcov-reset:
        lcov --directory @top_srcdir@ --zerocounters
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-mission-control-5.13.2/NEWS 
new/telepathy-mission-control-5.14.0/NEWS
--- old/telepathy-mission-control-5.13.2/NEWS   2012-09-20 16:40:22.000000000 
+0200
+++ new/telepathy-mission-control-5.14.0/NEWS   2012-10-03 19:08:47.000000000 
+0200
@@ -1,3 +1,35 @@
+telepathy-mission-control 5.14.0 (2012-10-03)
+=============================================
+
+The "it helps if the video is intact" release.
+
+This starts a new stable branch, recommended for use with GNOME 3.6.
+
+Summary of changes since the last stable branch, 5.12:
+
+• Remove support for many deprecated interfaces.
+
+• If a connection manager announces two or more channels in the same
+  NewChannels signal, behave as if it had announced each channel
+  separately.
+
+• Accounts are now stored in the telepathy/mission-control subdirectory
+  of g_get_user_data_dir(). On Unix, this usually means
+  ~/.local/share/telepathy/mission-control, but can be changed with the
+  standard $XDG_DATA_HOME and $XDG_DATA_DIRS environment variables.
+  Accounts data are automatically migrated to this new location when
+  running mission-control for the first time.
+
+• ./configure --with-accounts-dir (at build time) and $MC_ACCOUNTS_DIR
+  (at runtime) no longer change where new accounts are stored. They now set
+  what Mission Control considers to be the "old" location for accounts;
+  accounts in that directory will be moved into the new location.
+  Using this option is deprecated.
+
+• Various mc-tool improvements.
+
+There were no code changes since 5.13.2.
+
 telepathy-mission-control 5.13.2 (2012-09-20)
 =============================================
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-mission-control-5.13.2/configure 
new/telepathy-mission-control-5.14.0/configure
--- old/telepathy-mission-control-5.13.2/configure      2012-09-20 
16:41:28.000000000 +0200
+++ new/telepathy-mission-control-5.14.0/configure      2012-10-03 
19:08:55.000000000 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for telepathy-mission-control 5.13.2.
+# Generated by GNU Autoconf 2.69 for telepathy-mission-control 5.14.0.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -587,8 +587,8 @@
 # Identity of this package.
 PACKAGE_NAME='telepathy-mission-control'
 PACKAGE_TARNAME='telepathy-mission-control'
-PACKAGE_VERSION='5.13.2'
-PACKAGE_STRING='telepathy-mission-control 5.13.2'
+PACKAGE_VERSION='5.14.0'
+PACKAGE_STRING='telepathy-mission-control 5.14.0'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1447,7 +1447,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 telepathy-mission-control 5.13.2 to adapt to many 
kinds of systems.
+\`configure' configures telepathy-mission-control 5.14.0 to adapt to many 
kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1518,7 +1518,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of telepathy-mission-control 
5.13.2:";;
+     short | recursive ) echo "Configuration of telepathy-mission-control 
5.14.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1697,7 +1697,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-telepathy-mission-control configure 5.13.2
+telepathy-mission-control configure 5.14.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2183,7 +2183,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by telepathy-mission-control $as_me 5.13.2, which was
+It was created by telepathy-mission-control $as_me 5.14.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -3001,7 +3001,7 @@
 
 # Define the identity of the package.
  PACKAGE='telepathy-mission-control'
- VERSION='5.13.2'
+ VERSION='5.14.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -15661,6 +15661,7 @@
 
 
   for tp_flag in missing-field-initializers \
+   deprecated-declarations \
    unused-parameter; do
 
   { $as_echo "$as_me:${as_lineno-$LINENO}: checking to see if compiler 
understands -Wno-$tp_flag" >&5
@@ -18572,7 +18573,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by telepathy-mission-control $as_me 5.13.2, which was
+This file was extended by telepathy-mission-control $as_me 5.14.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -18638,7 +18639,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-telepathy-mission-control config.status 5.13.2
+telepathy-mission-control config.status 5.14.0
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-mission-control-5.13.2/configure.ac 
new/telepathy-mission-control-5.14.0/configure.ac
--- old/telepathy-mission-control-5.13.2/configure.ac   2012-09-20 
16:40:58.000000000 +0200
+++ new/telepathy-mission-control-5.14.0/configure.ac   2012-10-03 
19:08:47.000000000 +0200
@@ -1,7 +1,7 @@
 dnl Set the version number to e.g. 5.x.y immediately before a release.
 dnl Set the version number to e.g. 5.x.y+ immediately after (this will
 dnl enable -Werror).
-AC_INIT([telepathy-mission-control], [5.13.2])
+AC_INIT([telepathy-mission-control], [5.14.0])
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_SRCDIR(Makefile.am)
@@ -73,6 +73,7 @@
    init-self \
    ],
   [missing-field-initializers \
+   deprecated-declarations \
    unused-parameter])
 AC_SUBST([ERROR_CFLAGS])
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.13.2/doc/reference/mission-control-plugins/Makefile.am
 
new/telepathy-mission-control-5.14.0/doc/reference/mission-control-plugins/Makefile.am
--- 
old/telepathy-mission-control-5.13.2/doc/reference/mission-control-plugins/Makefile.am
      2012-05-07 20:02:03.000000000 +0200
+++ 
new/telepathy-mission-control-5.14.0/doc/reference/mission-control-plugins/Makefile.am
      2012-10-03 19:11:17.000000000 +0200
@@ -145,14 +145,6 @@
                        echo "$$file missing from $(DOC_MODULE)-docs.sgml"; \
                        err=1; \
                fi; \
-       done; \
-       case $(ENABLE_DOC_CHECKS)/$$err in \
-               (yes/1) \
-                       echo "Documentation check failed" >&2; \
-                       exit $$err; \
-                       ;; \
-               (*) \
-                       exit 0; \
-                       ;; \
-       esac
+       done
 endif
+# ... but don't fail on incomplete documentation, this is a stable branch
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.13.2/doc/reference/mission-control-plugins/Makefile.in
 
new/telepathy-mission-control-5.14.0/doc/reference/mission-control-plugins/Makefile.in
--- 
old/telepathy-mission-control-5.13.2/doc/reference/mission-control-plugins/Makefile.in
      2012-09-20 16:41:28.000000000 +0200
+++ 
new/telepathy-mission-control-5.14.0/doc/reference/mission-control-plugins/Makefile.in
      2012-10-03 19:19:16.000000000 +0200
@@ -834,16 +834,8 @@
 @ENABLE_GTK_DOC_TRUE@                  echo "$$file missing from 
$(DOC_MODULE)-docs.sgml"; \
 @ENABLE_GTK_DOC_TRUE@                  err=1; \
 @ENABLE_GTK_DOC_TRUE@          fi; \
-@ENABLE_GTK_DOC_TRUE@  done; \
-@ENABLE_GTK_DOC_TRUE@  case $(ENABLE_DOC_CHECKS)/$$err in \
-@ENABLE_GTK_DOC_TRUE@          (yes/1) \
-@ENABLE_GTK_DOC_TRUE@                  echo "Documentation check failed" >&2; \
-@ENABLE_GTK_DOC_TRUE@                  exit $$err; \
-@ENABLE_GTK_DOC_TRUE@                  ;; \
-@ENABLE_GTK_DOC_TRUE@          (*) \
-@ENABLE_GTK_DOC_TRUE@                  exit 0; \
-@ENABLE_GTK_DOC_TRUE@                  ;; \
-@ENABLE_GTK_DOC_TRUE@  esac
+@ENABLE_GTK_DOC_TRUE@  done
+# ... but don't fail on incomplete documentation, this is a stable branch
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.13.2/doc/reference/mission-control-plugins/html/McpDispatchOperation.html
 
new/telepathy-mission-control-5.14.0/doc/reference/mission-control-plugins/html/McpDispatchOperation.html
--- 
old/telepathy-mission-control-5.13.2/doc/reference/mission-control-plugins/html/McpDispatchOperation.html
   2012-09-20 16:44:48.000000000 +0200
+++ 
new/telepathy-mission-control-5.14.0/doc/reference/mission-control-plugins/html/McpDispatchOperation.html
   2012-10-03 19:27:47.000000000 +0200
@@ -58,12 +58,12 @@
 <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean";><span
 class="returnvalue">gboolean</span></a>            <a class="link" 
href="McpDispatchOperation.html#mcp-dispatch-operation-find-channel-by-type" 
title="mcp_dispatch_operation_find_channel_by_type 
()">mcp_dispatch_operation_find_channel_by_type</a>
                                                         (<em 
class="parameter"><code><a class="link" href="McpDispatchOperation.html" 
title="McpDispatchOperation"><span class="type">McpDispatchOperation</span></a> 
*self</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint";><span
 class="type">guint</span></a> start_from</code></em>,
-                                                         <em 
class="parameter"><code><a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-enums.html#TpHandleType";><span
 class="type">TpHandleType</span></a> handle_type</code></em>,
+                                                         <em 
class="parameter"><code><a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/telepathy-glib-enums.html#TpHandleType";><span
 class="type">TpHandleType</span></a> handle_type</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark";><span
 class="type">GQuark</span></a> channel_type</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint";><span
 class="type">guint</span></a> *ret_index</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar";><span
 class="type">gchar</span></a> **ret_dup_path</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable";><span
 class="type">GHashTable</span></a> **ret_ref_immutable_properties</code></em>,
-                                                         <em 
class="parameter"><code><a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-channel.html#TpChannel";><span
 class="type">TpChannel</span></a> **ret_ref_channel</code></em>);
+                                                         <em 
class="parameter"><code><a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/telepathy-glib-channel.html#TpChannel";><span
 class="type">TpChannel</span></a> **ret_ref_channel</code></em>);
 const <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar";><span
 class="returnvalue">gchar</span></a> *       <a class="link" 
href="McpDispatchOperation.html#mcp-dispatch-operation-get-account-path" 
title="mcp_dispatch_operation_get_account_path 
()">mcp_dispatch_operation_get_account_path</a>
                                                         (<em 
class="parameter"><code><a class="link" href="McpDispatchOperation.html" 
title="McpDispatchOperation"><span class="type">McpDispatchOperation</span></a> 
*self</code></em>);
 const <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar";><span
 class="returnvalue">gchar</span></a> *       <a class="link" 
href="McpDispatchOperation.html#mcp-dispatch-operation-get-cm-name" 
title="mcp_dispatch_operation_get_cm_name 
()">mcp_dispatch_operation_get_cm_name</a>  (<em class="parameter"><code><a 
class="link" href="McpDispatchOperation.html" 
title="McpDispatchOperation"><span class="type">McpDispatchOperation</span></a> 
*self</code></em>);
@@ -78,11 +78,11 @@
 <span class="returnvalue">void</span>                <a class="link" 
href="McpDispatchOperation.html#mcp-dispatch-operation-leave-channels" 
title="mcp_dispatch_operation_leave_channels 
()">mcp_dispatch_operation_leave_channels</a>
                                                         (<em 
class="parameter"><code><a class="link" href="McpDispatchOperation.html" 
title="McpDispatchOperation"><span class="type">McpDispatchOperation</span></a> 
*self</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean";><span
 class="type">gboolean</span></a> wait_for_observers</code></em>,
-                                                         <em 
class="parameter"><code><a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-enums.html#TpChannelGroupChangeReason";><span
 class="type">TpChannelGroupChangeReason</span></a> reason</code></em>,
+                                                         <em 
class="parameter"><code><a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/telepathy-glib-enums.html#TpChannelGroupChangeReason";><span
 class="type">TpChannelGroupChangeReason</span></a> reason</code></em>,
                                                          <em 
class="parameter"><code>const <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar";><span
 class="type">gchar</span></a> *message</code></em>);
-<a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-connection.html#TpConnection";><span
 class="returnvalue">TpConnection</span></a> *      <a class="link" 
href="McpDispatchOperation.html#mcp-dispatch-operation-ref-connection" 
title="mcp_dispatch_operation_ref_connection 
()">mcp_dispatch_operation_ref_connection</a>
+<a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/telepathy-glib-connection.html#TpConnection";><span
 class="returnvalue">TpConnection</span></a> *      <a class="link" 
href="McpDispatchOperation.html#mcp-dispatch-operation-ref-connection" 
title="mcp_dispatch_operation_ref_connection 
()">mcp_dispatch_operation_ref_connection</a>
                                                         (<em 
class="parameter"><code><a class="link" href="McpDispatchOperation.html" 
title="McpDispatchOperation"><span class="type">McpDispatchOperation</span></a> 
*self</code></em>);
-<a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-channel.html#TpChannel";><span
 class="returnvalue">TpChannel</span></a> *         <a class="link" 
href="McpDispatchOperation.html#mcp-dispatch-operation-ref-nth-channel" 
title="mcp_dispatch_operation_ref_nth_channel 
()">mcp_dispatch_operation_ref_nth_channel</a>
+<a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/telepathy-glib-channel.html#TpChannel";><span
 class="returnvalue">TpChannel</span></a> *         <a class="link" 
href="McpDispatchOperation.html#mcp-dispatch-operation-ref-nth-channel" 
title="mcp_dispatch_operation_ref_nth_channel 
()">mcp_dispatch_operation_ref_nth_channel</a>
                                                         (<em 
class="parameter"><code><a class="link" href="McpDispatchOperation.html" 
title="McpDispatchOperation"><span class="type">McpDispatchOperation</span></a> 
*self</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint";><span
 class="type">guint</span></a> n</code></em>);
 <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable";><span
 class="returnvalue">GHashTable</span></a> *        <a class="link" 
href="McpDispatchOperation.html#mcp-dispatch-operation-ref-nth-channel-properties"
 title="mcp_dispatch_operation_ref_nth_channel_properties 
()">mcp_dispatch_operation_ref_nth_channel_properties</a>
@@ -216,12 +216,12 @@
 <pre class="programlisting"><a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean";><span
 class="returnvalue">gboolean</span></a>            
mcp_dispatch_operation_find_channel_by_type
                                                         (<em 
class="parameter"><code><a class="link" href="McpDispatchOperation.html" 
title="McpDispatchOperation"><span class="type">McpDispatchOperation</span></a> 
*self</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint";><span
 class="type">guint</span></a> start_from</code></em>,
-                                                         <em 
class="parameter"><code><a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-enums.html#TpHandleType";><span
 class="type">TpHandleType</span></a> handle_type</code></em>,
+                                                         <em 
class="parameter"><code><a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/telepathy-glib-enums.html#TpHandleType";><span
 class="type">TpHandleType</span></a> handle_type</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-Quarks.html#GQuark";><span
 class="type">GQuark</span></a> channel_type</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint";><span
 class="type">guint</span></a> *ret_index</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar";><span
 class="type">gchar</span></a> **ret_dup_path</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-Hash-Tables.html#GHashTable";><span
 class="type">GHashTable</span></a> **ret_ref_immutable_properties</code></em>,
-                                                         <em 
class="parameter"><code><a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-channel.html#TpChannel";><span
 class="type">TpChannel</span></a> **ret_ref_channel</code></em>);</pre>
+                                                         <em 
class="parameter"><code><a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/telepathy-glib-channel.html#TpChannel";><span
 class="type">TpChannel</span></a> **ret_ref_channel</code></em>);</pre>
 <p>
 Attempt to find a channel matching the given handle type and channel type
 in the bundle. This is an easy way to test whether the bundle contains any
@@ -268,7 +268,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><em 
class="parameter"><code>ret_ref_channel</code></em> :</span></p></td>
-<td>if not <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS";><code
 class="literal">NULL</code></a>, used to return a <a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-channel.html#TpChannel";><span
 class="type">TpChannel</span></a>, which is not
+<td>if not <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS";><code
 class="literal">NULL</code></a>, used to return a <a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/telepathy-glib-channel.html#TpChannel";><span
 class="type">TpChannel</span></a>, which is not
 guaranteed to be ready immediately, and must be released with
 <a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref";><code
 class="function">g_object_unref()</code></a>
 </td>
@@ -438,7 +438,7 @@
 <pre class="programlisting"><span class="returnvalue">void</span>              
  mcp_dispatch_operation_leave_channels
                                                         (<em 
class="parameter"><code><a class="link" href="McpDispatchOperation.html" 
title="McpDispatchOperation"><span class="type">McpDispatchOperation</span></a> 
*self</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean";><span
 class="type">gboolean</span></a> wait_for_observers</code></em>,
-                                                         <em 
class="parameter"><code><a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-enums.html#TpChannelGroupChangeReason";><span
 class="type">TpChannelGroupChangeReason</span></a> reason</code></em>,
+                                                         <em 
class="parameter"><code><a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/telepathy-glib-enums.html#TpChannelGroupChangeReason";><span
 class="type">TpChannelGroupChangeReason</span></a> reason</code></em>,
                                                          <em 
class="parameter"><code>const <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar";><span
 class="type">gchar</span></a> *message</code></em>);</pre>
 <p>
 Leave all channels in this bundle by using RemoveMembersWithReason if the
@@ -471,11 +471,11 @@
 <hr>
 <div class="refsect2">
 <a 
name="mcp-dispatch-operation-ref-connection"></a><h3>mcp_dispatch_operation_ref_connection
 ()</h3>
-<pre class="programlisting"><a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-connection.html#TpConnection";><span
 class="returnvalue">TpConnection</span></a> *      
mcp_dispatch_operation_ref_connection
+<pre class="programlisting"><a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/telepathy-glib-connection.html#TpConnection";><span
 class="returnvalue">TpConnection</span></a> *      
mcp_dispatch_operation_ref_connection
                                                         (<em 
class="parameter"><code><a class="link" href="McpDispatchOperation.html" 
title="McpDispatchOperation"><span class="type">McpDispatchOperation</span></a> 
*self</code></em>);</pre>
 <p>
-Return a <a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-connection.html#TpConnection";><span
 class="type">TpConnection</span></a> object. It is not guaranteed to be ready 
immediately;
-use <a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-connection.html#tp-connection-call-when-ready";><code
 class="function">tp_connection_call_when_ready()</code></a>.
+Return a <a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/telepathy-glib-connection.html#TpConnection";><span
 class="type">TpConnection</span></a> object. It is not guaranteed to be ready 
immediately;
+use <a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/telepathy-glib-connection.html#tp-connection-call-when-ready";><code
 class="function">tp_connection_call_when_ready()</code></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
@@ -486,7 +486,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><span 
class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>a reference to a <a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-connection.html#TpConnection";><span
 class="type">TpConnection</span></a>, which must be released with
+<td>a reference to a <a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/telepathy-glib-connection.html#TpConnection";><span
 class="type">TpConnection</span></a>, which must be released with
 <a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref";><code
 class="function">g_object_unref()</code></a> by the caller</td>
 </tr>
 </tbody>
@@ -495,12 +495,12 @@
 <hr>
 <div class="refsect2">
 <a 
name="mcp-dispatch-operation-ref-nth-channel"></a><h3>mcp_dispatch_operation_ref_nth_channel
 ()</h3>
-<pre class="programlisting"><a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-channel.html#TpChannel";><span
 class="returnvalue">TpChannel</span></a> *         
mcp_dispatch_operation_ref_nth_channel
+<pre class="programlisting"><a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/telepathy-glib-channel.html#TpChannel";><span
 class="returnvalue">TpChannel</span></a> *         
mcp_dispatch_operation_ref_nth_channel
                                                         (<em 
class="parameter"><code><a class="link" href="McpDispatchOperation.html" 
title="McpDispatchOperation"><span class="type">McpDispatchOperation</span></a> 
*self</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint";><span
 class="type">guint</span></a> n</code></em>);</pre>
 <p>
-Return a <a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-channel.html#TpChannel";><span
 class="type">TpChannel</span></a> object. It is not guaranteed to be ready 
immediately;
-use <a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-channel.html#tp-channel-call-when-ready";><code
 class="function">tp_channel_call_when_ready()</code></a>.
+Return a <a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/telepathy-glib-channel.html#TpChannel";><span
 class="type">TpChannel</span></a> object. It is not guaranteed to be ready 
immediately;
+use <a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/telepathy-glib-channel.html#tp-channel-call-when-ready";><code
 class="function">tp_channel_call_when_ready()</code></a>.
 </p>
 <div class="variablelist"><table border="0">
 <col align="left" valign="top">
@@ -515,7 +515,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><span 
class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>a reference to a <a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-channel.html#TpChannel";><span
 class="type">TpChannel</span></a>, which must be released with
+<td>a reference to a <a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/telepathy-glib-channel.html#TpChannel";><span
 class="type">TpChannel</span></a>, which must be released with
 <a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Type.html#g-object-unref";><code
 class="function">g_object_unref()</code></a> by the caller, or <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS";><code
 class="literal">NULL</code></a> if <em class="parameter"><code>n</code></em> 
is too large</td>
 </tr>
 </tbody>
@@ -534,7 +534,7 @@
 </p>
 <p>
 The keys of the hash table are strings and the values are in <a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue";><span
 class="type">GValue</span></a>
-structures, using the same representation as dbus-glib, <a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-asv.html#tp-asv-get-string";><code
 class="function">tp_asv_get_string()</code></a>
+structures, using the same representation as dbus-glib, <a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/telepathy-glib-asv.html#tp-asv-get-string";><code
 class="function">tp_asv_get_string()</code></a>
 etc. Do not add or remove entries in this hash table.
 </p>
 <div class="variablelist"><table border="0">
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.13.2/doc/reference/mission-control-plugins/html/ch01.html
 
new/telepathy-mission-control-5.14.0/doc/reference/mission-control-plugins/html/ch01.html
--- 
old/telepathy-mission-control-5.13.2/doc/reference/mission-control-plugins/html/ch01.html
   2012-09-20 16:44:48.000000000 +0200
+++ 
new/telepathy-mission-control-5.14.0/doc/reference/mission-control-plugins/html/ch01.html
   2012-10-03 19:27:47.000000000 +0200
@@ -21,7 +21,7 @@
 </tr></table>
 <div class="chapter">
 <div class="titlepage"><div><div><h2 class="title">
-<a name="idp2419648"></a>Global functions</h2></div></div></div>
+<a name="idp3009584"></a>Global functions</h2></div></div></div>
 <div class="toc"><dl><dt>
 <span class="refentrytitle"><a 
href="mission-control-plugins-Plugin-loader-and-global-functions.html">Plugin 
loader and global functions</a></span><span class="refpurpose"> — Writing a 
plugin, or loading plugins</span>
 </dt></dl></div>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.13.2/doc/reference/mission-control-plugins/html/ch02.html
 
new/telepathy-mission-control-5.14.0/doc/reference/mission-control-plugins/html/ch02.html
--- 
old/telepathy-mission-control-5.13.2/doc/reference/mission-control-plugins/html/ch02.html
   2012-09-20 16:44:48.000000000 +0200
+++ 
new/telepathy-mission-control-5.14.0/doc/reference/mission-control-plugins/html/ch02.html
   2012-10-03 19:27:47.000000000 +0200
@@ -21,7 +21,7 @@
 </tr></table>
 <div class="chapter">
 <div class="titlepage"><div><div><h2 class="title">
-<a name="idp3977696"></a>Account storage</h2></div></div></div>
+<a name="idp1711184"></a>Account storage</h2></div></div></div>
 <div class="toc"><dl>
 <dt>
 <span class="refentrytitle"><a 
href="mission-control-plugins-McpAccountStorage.html">McpAccountStorage</a></span><span
 class="refpurpose"> — Account Storage object, implemented by plugins</span>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.13.2/doc/reference/mission-control-plugins/html/ch03.html
 
new/telepathy-mission-control-5.14.0/doc/reference/mission-control-plugins/html/ch03.html
--- 
old/telepathy-mission-control-5.13.2/doc/reference/mission-control-plugins/html/ch03.html
   2012-09-20 16:44:48.000000000 +0200
+++ 
new/telepathy-mission-control-5.14.0/doc/reference/mission-control-plugins/html/ch03.html
   2012-10-03 19:27:47.000000000 +0200
@@ -21,7 +21,7 @@
 </tr></table>
 <div class="chapter">
 <div class="titlepage"><div><div><h2 class="title">
-<a name="idp4243856"></a>Channel requests</h2></div></div></div>
+<a name="idp4759792"></a>Channel requests</h2></div></div></div>
 <div class="toc"><dl>
 <dt>
 <span class="refentrytitle"><a 
href="mission-control-plugins-McpRequestPolicy.html">McpRequestPolicy</a></span><span
 class="refpurpose"> — Request-policy object, implemented by plugins</span>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.13.2/doc/reference/mission-control-plugins/html/ch04.html
 
new/telepathy-mission-control-5.14.0/doc/reference/mission-control-plugins/html/ch04.html
--- 
old/telepathy-mission-control-5.13.2/doc/reference/mission-control-plugins/html/ch04.html
   2012-09-20 16:44:48.000000000 +0200
+++ 
new/telepathy-mission-control-5.14.0/doc/reference/mission-control-plugins/html/ch04.html
   2012-10-03 19:27:47.000000000 +0200
@@ -21,7 +21,7 @@
 </tr></table>
 <div class="chapter">
 <div class="titlepage"><div><div><h2 class="title">
-<a name="idp4136288"></a>Channel dispatch operations</h2></div></div></div>
+<a name="idp4881424"></a>Channel dispatch operations</h2></div></div></div>
 <div class="toc"><dl>
 <dt>
 <span class="refentrytitle"><a 
href="mission-control-plugins-McpDispatchOperationPolicy.html">McpDispatchOperationPolicy</a></span><span
 class="refpurpose"> — Dispatch Operation policy object, implemented by 
plugins</span>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.13.2/doc/reference/mission-control-plugins/html/mission-control-plugins-McpAccountStorage.html
 
new/telepathy-mission-control-5.14.0/doc/reference/mission-control-plugins/html/mission-control-plugins-McpAccountStorage.html
--- 
old/telepathy-mission-control-5.13.2/doc/reference/mission-control-plugins/html/mission-control-plugins-McpAccountStorage.html
      2012-09-20 16:44:48.000000000 +0200
+++ 
new/telepathy-mission-control-5.14.0/doc/reference/mission-control-plugins/html/mission-control-plugins-McpAccountStorage.html
      2012-10-03 19:27:47.000000000 +0200
@@ -204,7 +204,7 @@
 <p>
 </p>
 <div class="example">
-<a name="idp9038176"></a><p class="title"><b>Example 1. </b></p>
+<a name="idp7843456"></a><p class="title"><b>Example 1. </b></p>
 <div class="example-contents">
   <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
     <tbody>
@@ -865,7 +865,7 @@
 </tr>
 <tr>
 <td><p><span class="term"><span 
class="emphasis"><em>Returns</em></span> :</span></p></td>
-<td>a bitmask of <a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-enums.html#TpStorageRestrictionFlags";><code
 class="literal">TpStorageRestrictionFlags</code></a> with the restrictions to
+<td>a bitmask of <a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/telepathy-glib-enums.html#TpStorageRestrictionFlags";><code
 class="literal">TpStorageRestrictionFlags</code></a> with the restrictions to
 account storage.</td>
 </tr>
 </tbody>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.13.2/doc/reference/mission-control-plugins/html/mission-control-plugins-McpDispatchOperationPolicy.html
 
new/telepathy-mission-control-5.14.0/doc/reference/mission-control-plugins/html/mission-control-plugins-McpDispatchOperationPolicy.html
--- 
old/telepathy-mission-control-5.13.2/doc/reference/mission-control-plugins/html/mission-control-plugins-McpDispatchOperationPolicy.html
     2012-09-20 16:44:48.000000000 +0200
+++ 
new/telepathy-mission-control-5.14.0/doc/reference/mission-control-plugins/html/mission-control-plugins-McpDispatchOperationPolicy.html
     2012-10-03 19:27:47.000000000 +0200
@@ -48,7 +48,7 @@
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-Error-Reporting.html#GError";><span
 class="type">GError</span></a> **error</code></em>);
 <span class="returnvalue">void</span>                (<a class="link" 
href="mission-control-plugins-McpDispatchOperationPolicy.html#McpDispatchOperationPolicyHandlerIsSuitableAsync"
 title="McpDispatchOperationPolicyHandlerIsSuitableAsync 
()">*McpDispatchOperationPolicyHandlerIsSuitableAsync</a>)
                                                         (<em 
class="parameter"><code><span class="type">McpDispatchOperationPolicy</span> 
*policy</code></em>,
-                                                         <em 
class="parameter"><code><a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-client.html#TpClient";><span
 class="type">TpClient</span></a> *handler</code></em>,
+                                                         <em 
class="parameter"><code><a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/telepathy-glib-client.html#TpClient";><span
 class="type">TpClient</span></a> *handler</code></em>,
                                                          <em 
class="parameter"><code>const <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar";><span
 class="type">gchar</span></a> *unique_name</code></em>,
                                                          <em 
class="parameter"><code><a class="link" href="McpDispatchOperation.html" 
title="McpDispatchOperation"><span class="type">McpDispatchOperation</span></a> 
*dispatch_operation</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback";><span
 class="type">GAsyncReadyCallback</span></a> callback</code></em>,
@@ -58,7 +58,7 @@
                                                          <em 
class="parameter"><code><a class="link" href="McpDispatchOperation.html" 
title="McpDispatchOperation"><span class="type">McpDispatchOperation</span></a> 
*dispatch_operation</code></em>);
 <span class="returnvalue">void</span>                <a class="link" 
href="mission-control-plugins-McpDispatchOperationPolicy.html#mcp-dispatch-operation-policy-handler-is-suitable-async"
 title="mcp_dispatch_operation_policy_handler_is_suitable_async 
()">mcp_dispatch_operation_policy_handler_is_suitable_async</a>
                                                         (<em 
class="parameter"><code><span class="type">McpDispatchOperationPolicy</span> 
*policy</code></em>,
-                                                         <em 
class="parameter"><code><a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-client.html#TpClient";><span
 class="type">TpClient</span></a> *handler</code></em>,
+                                                         <em 
class="parameter"><code><a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/telepathy-glib-client.html#TpClient";><span
 class="type">TpClient</span></a> *handler</code></em>,
                                                          <em 
class="parameter"><code>const <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar";><span
 class="type">gchar</span></a> *unique_name</code></em>,
                                                          <em 
class="parameter"><code><a class="link" href="McpDispatchOperation.html" 
title="McpDispatchOperation"><span class="type">McpDispatchOperation</span></a> 
*dispatch_operation</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback";><span
 class="type">GAsyncReadyCallback</span></a> callback</code></em>,
@@ -93,7 +93,7 @@
 <p>
 </p>
 <div class="example">
-<a name="idp9698272"></a><p class="title"><b>Example 3. </b></p>
+<a name="idp10688768"></a><p class="title"><b>Example 3. </b></p>
 <div class="example-contents">
   <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
     <tbody>
@@ -206,7 +206,7 @@
 <a 
name="McpDispatchOperationPolicyHandlerIsSuitableAsync"></a><h3>McpDispatchOperationPolicyHandlerIsSuitableAsync
 ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>              
  (*McpDispatchOperationPolicyHandlerIsSuitableAsync)
                                                         (<em 
class="parameter"><code><span class="type">McpDispatchOperationPolicy</span> 
*policy</code></em>,
-                                                         <em 
class="parameter"><code><a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-client.html#TpClient";><span
 class="type">TpClient</span></a> *handler</code></em>,
+                                                         <em 
class="parameter"><code><a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/telepathy-glib-client.html#TpClient";><span
 class="type">TpClient</span></a> *handler</code></em>,
                                                          <em 
class="parameter"><code>const <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar";><span
 class="type">gchar</span></a> *unique_name</code></em>,
                                                          <em 
class="parameter"><code><a class="link" href="McpDispatchOperation.html" 
title="McpDispatchOperation"><span class="type">McpDispatchOperation</span></a> 
*dispatch_operation</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback";><span
 class="type">GAsyncReadyCallback</span></a> callback</code></em>,
@@ -325,7 +325,7 @@
 <a 
name="mcp-dispatch-operation-policy-handler-is-suitable-async"></a><h3>mcp_dispatch_operation_policy_handler_is_suitable_async
 ()</h3>
 <pre class="programlisting"><span class="returnvalue">void</span>              
  mcp_dispatch_operation_policy_handler_is_suitable_async
                                                         (<em 
class="parameter"><code><span class="type">McpDispatchOperationPolicy</span> 
*policy</code></em>,
-                                                         <em 
class="parameter"><code><a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib/telepathy-glib-client.html#TpClient";><span
 class="type">TpClient</span></a> *handler</code></em>,
+                                                         <em 
class="parameter"><code><a 
href="http://telepathy.freedesktop.org/doc/telepathy-glib-0.20.x/telepathy-glib-client.html#TpClient";><span
 class="type">TpClient</span></a> *handler</code></em>,
                                                          <em 
class="parameter"><code>const <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar";><span
 class="type">gchar</span></a> *unique_name</code></em>,
                                                          <em 
class="parameter"><code><a class="link" href="McpDispatchOperation.html" 
title="McpDispatchOperation"><span class="type">McpDispatchOperation</span></a> 
*dispatch_operation</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/gio/unstable/GAsyncResult.html#GAsyncReadyCallback";><span
 class="type">GAsyncReadyCallback</span></a> callback</code></em>,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.13.2/doc/reference/mission-control-plugins/html/mission-control-plugins-McpRequestPolicy.html
 
new/telepathy-mission-control-5.14.0/doc/reference/mission-control-plugins/html/mission-control-plugins-McpRequestPolicy.html
--- 
old/telepathy-mission-control-5.13.2/doc/reference/mission-control-plugins/html/mission-control-plugins-McpRequestPolicy.html
       2012-09-20 16:44:48.000000000 +0200
+++ 
new/telepathy-mission-control-5.14.0/doc/reference/mission-control-plugins/html/mission-control-plugins-McpRequestPolicy.html
       2012-10-03 19:27:47.000000000 +0200
@@ -70,7 +70,7 @@
 <p>
 </p>
 <div class="example">
-<a name="idp7344256"></a><p class="title"><b>Example 2. </b></p>
+<a name="idp5678864"></a><p class="title"><b>Example 2. </b></p>
 <div class="example-contents">
   <table class="listing_frame" border="0" cellpadding="0" cellspacing="0">
     <tbody>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.13.2/tests/twisted/tools/exec-with-log.sh.in 
new/telepathy-mission-control-5.14.0/tests/twisted/tools/exec-with-log.sh.in
--- 
old/telepathy-mission-control-5.13.2/tests/twisted/tools/exec-with-log.sh.in    
    2012-09-20 16:04:52.000000000 +0200
+++ 
new/telepathy-mission-control-5.14.0/tests/twisted/tools/exec-with-log.sh.in    
    2012-10-03 19:08:47.000000000 +0200
@@ -50,6 +50,8 @@
         if test -z "$MISSIONCONTROL_WRAPPER" ; then
                 MISSIONCONTROL_WRAPPER="refdbg"
         fi
+elif test -n "$MISSIONCONTROL_TEST_BACKTRACE"; then
+        MISSIONCONTROL_WRAPPER="gdb -x @abs_top_srcdir@/tools/run_and_bt.gdb"
 fi
 
 # The bus-daemon that is activating us doesn't know it's also the system bus
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-mission-control-5.13.2/tools/Makefile.am 
new/telepathy-mission-control-5.14.0/tools/Makefile.am
--- old/telepathy-mission-control-5.13.2/tools/Makefile.am      2012-09-07 
18:36:08.000000000 +0200
+++ new/telepathy-mission-control-5.14.0/tools/Makefile.am      2012-10-03 
19:08:47.000000000 +0200
@@ -15,6 +15,7 @@
     lcov.am \
     libtpcodegen.py \
     libglibcodegen.py \
+    run_and_bt.gdb \
     spec-to-introspect.xsl \
     telepathy.am
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/telepathy-mission-control-5.13.2/tools/Makefile.in 
new/telepathy-mission-control-5.14.0/tools/Makefile.in
--- old/telepathy-mission-control-5.13.2/tools/Makefile.in      2012-09-20 
16:41:28.000000000 +0200
+++ new/telepathy-mission-control-5.14.0/tools/Makefile.in      2012-10-03 
19:08:56.000000000 +0200
@@ -269,6 +269,7 @@
     lcov.am \
     libtpcodegen.py \
     libglibcodegen.py \
+    run_and_bt.gdb \
     spec-to-introspect.xsl \
     telepathy.am
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/telepathy-mission-control-5.13.2/tools/run_and_bt.gdb 
new/telepathy-mission-control-5.14.0/tools/run_and_bt.gdb
--- old/telepathy-mission-control-5.13.2/tools/run_and_bt.gdb   1970-01-01 
01:00:00.000000000 +0100
+++ new/telepathy-mission-control-5.14.0/tools/run_and_bt.gdb   2012-10-03 
19:08:47.000000000 +0200
@@ -0,0 +1,7 @@
+run
+echo ---- [bt full] -------------------------------------------\n
+bt full
+echo -----[thread apply all bt full] --------------------------\n
+thread apply all bt full
+echo ----------------------------------------------------------\n
+quit

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to