Hello community,

here is the log from the commit of package telepathy-mission-control for 
openSUSE:Factory checked in at 2014-09-15 17:40:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/telepathy-mission-control (Old)
 and      /work/SRC/openSUSE:Factory/.telepathy-mission-control.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "telepathy-mission-control"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/telepathy-mission-control/telepathy-mission-control.changes
      2014-05-26 10:28:08.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.telepathy-mission-control.new/telepathy-mission-control.changes
 2014-09-15 17:40:29.000000000 +0200
@@ -1,0 +2,15 @@
+Mon Aug 25 15:16:00 UTC 2014 - [email protected]
+
+- Update to version 5.16.3:
+  + Fixes: mcd-connection: use tp_asv_new() properly (fdo#81751).
+- Changes from version 5.16.2:
+  + Fixes:
+    - Don't crash in 'mc-tool auto-presence' subcommand
+      (fdo#74187).
+    - Fix parallel build.
+    - Use G_STRFUNC in mission-control-plugins's DEBUG macro.
+    - Fix a crash when GOA is restarted (fdo#79827).
+- Drop 0001-mc-tool-fix-setting-automatic-presence.patch: Fixed
+  upstream.
+
+-------------------------------------------------------------------

Old:
----
  0001-mc-tool-fix-setting-automatic-presence.patch
  telepathy-mission-control-5.16.1.tar.gz

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

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

Other differences:
------------------
++++++ telepathy-mission-control.spec ++++++
--- /var/tmp/diff_new_pack.wap37D/_old  2014-09-15 17:40:31.000000000 +0200
+++ /var/tmp/diff_new_pack.wap37D/_new  2014-09-15 17:40:31.000000000 +0200
@@ -19,7 +19,7 @@
 Url:            http://mission-control.sourceforge.net/
 
 Name:           telepathy-mission-control
-Version:        5.16.1
+Version:        5.16.3
 Release:        0
 Summary:        Telepathy Mission Control instant messaging connection manager
 License:        LGPL-2.1
@@ -27,8 +27,6 @@
 Source:         
http://telepathy.freedesktop.org/releases/telepathy-mission-control/%{name}-%{version}.tar.gz
 # PATCH-NEEDS-REBASE lockdown-protocols.patch fdo21699 [email protected] -- 
Sent upstream for discussion, it will need a rewrite for MC5 WAS: 
PATCH-FEATURE-UPSTREAM
 Patch1:         lockdown-protocols.patch
-# PATCH-FIX-UPSTREAM 0001-mc-tool-fix-setting-automatic-presence.patch 
fdo#74187 [email protected] -- fix crash setting auto-presence.
-Patch2:         0001-mc-tool-fix-setting-automatic-presence.patch
 BuildRequires:  dbus-1-glib-devel >= 0.73
 BuildRequires:  fdupes
 BuildRequires:  libxslt-devel
@@ -78,7 +76,6 @@
 %setup -q
 # NEEDS REBASE
 # %patch1 -p0
-%patch2 -p1
 
 %build
 %configure --disable-static --with-pic

++++++ telepathy-mission-control-5.16.1.tar.gz -> 
telepathy-mission-control-5.16.3.tar.gz ++++++
++++ 2998 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/telepathy-mission-control-5.16.1/ChangeLog 
new/telepathy-mission-control-5.16.3/ChangeLog
--- old/telepathy-mission-control-5.16.1/ChangeLog      2014-01-27 
13:28:05.000000000 +0100
+++ new/telepathy-mission-control-5.16.3/ChangeLog      2014-08-25 
14:45:32.000000000 +0200
@@ -1,3 +1,117 @@
+commit 84dc7d0fd952a9ef3d200ac5557cdf2daccca145
+Author: Guillaume Desmottes <[email protected]>
+Date:   2014-08-25 14:34:18 +0200
+
+    5.16.3
+
+commit ab29ae42f751bf7e4ecc9a601e09cafab499fd14
+Author: Steffen Kieß <[email protected]>
+Date:   2014-08-25 14:11:35 +0200
+
+    mcd-connection: use tp_asv_new() properly
+    
+    The second argument has to be the type of the value.
+    
+    https://bugs.freedesktop.org/show_bug.cgi?id=81751
+
+commit 810b32e92f2896a1ad8ee204bf6b8d5456a5db08
+Author: Guillaume Desmottes <[email protected]>
+Date:   2014-06-11 15:50:37 +0200
+
+    nano flag
+
+commit fb8000842e0b20f4aa4928edd62736b5cea2e8d5
+Author: Guillaume Desmottes <[email protected]>
+Date:   2014-06-11 15:44:01 +0200
+
+    5.16.2
+
+commit 42c485ff56f5425cd592ae73c1c0e6c0f1de2b13
+Author: Guillaume Desmottes <[email protected]>
+Date:   2014-06-11 10:15:05 +0200
+
+    mcd_account_delete: make sure that the account stays alive
+    
+    Fix a regression introduced when backporting fix for
+    https://bugs.freedesktop.org/show_bug.cgi?id=79827
+
+commit 224443c1843ab0df7ef8ee1eda0409c35a4745a9
+Author: Guillaume Desmottes <[email protected]>
+Date:   2014-06-09 15:39:23 +0200
+
+    mcd-account: unregister the account once we're done deleting it
+    
+    The McdAccount object may still be alive for a short while because of 
pending
+    async operations. We want to get rid of the D-Bus object as soon as 
possible
+    and so, for example, a new Account object replacing the deleted one can be
+    created.
+    
+    Fix https://bugs.freedesktop.org/show_bug.cgi?id=79827
+
+commit 9c8e148e3ba00e53d0323aa75bdf6a5528968554
+Author: Guillaume Desmottes <[email protected]>
+Date:   2014-06-09 15:34:13 +0200
+
+    use G_STRFUNC in mission-control-plugins's DEBUG macro
+    
+    It's more useful when reading logs than G_STRLOC and that's what we already
+    use in src/mcd-debug.h
+
+commit c86536f3b5fcc21eac60a836954d1aa002b67cc0
+Author: Simon McVittie <[email protected]>
+Date:   2014-01-30 13:04:56 +0000
+
+    codegen: avoid generating more than one thing in the same command
+    
+    As with telepathy-glib commit 36c2a545c9, a rule like this:
+    
+        _gen/x.c _gen/x.h: prerequisites
+            $(AM_V_GEN)x-generator
+    
+    doesn't consider x.c and x.h together. Instead, it expands to two rules,
+    one to generate x.c and one to generate x.h, which happen to run the
+    same commands.
+    
+    This means that in the worst case, you can end up running x-generator
+    twice in parallel, and they'll race with each other and overwrite or
+    delete each other's output.
+    
+    Updated version of a patch from Ross Burton, taking into account that
+    we now generate a separate header for the gtk-doc. I use the gtk-doc
+    header as the one that "matters", because it's the last to be generated.
+    
+    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69446
+    Reviewed-by: Guillaume Desmottes <[email protected]>
+
+commit d4471ccad3163ee33fe5b5bd5947ca47ad01158a
+Author: Simon McVittie <[email protected]>
+Date:   2014-01-29 19:24:54 +0000
+
+    NEWS
+
+commit a4bcc16f16f72d7a2b8fe74e715183b7b6985427
+Author: Simon McVittie <[email protected]>
+Date:   2014-01-28 16:28:16 +0000
+
+    mc-tool: fix setting automatic presence
+    
+    We were using the wrong finish-function.
+    
+    Reviewed-by: Guillaume Desmottes <[email protected]>
+    Bug: https://bugs.freedesktop.org/show_bug.cgi?id=74187
+
+commit 84f1f56a114738c622bcd926868f5c232b3e6d8c
+Author: Simon McVittie <[email protected]>
+Date:   2014-01-28 11:08:33 +0000
+
+    start 5.16.2
+
+commit 53f6d1cf3fecd6667591a43bf511518f5a4b345f
+Author: Simon McVittie <[email protected]>
+Date:   2014-01-27 14:51:36 +0000
+
+    forgot a NEWS entry
+
 commit 4eb0184ff5c7020cfcbada0ee66e4336158fc49e
 Author: Simon McVittie <[email protected]>
 Date:   2014-01-27 12:25:18 +0000
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/telepathy-mission-control-5.16.1/NEWS 
new/telepathy-mission-control-5.16.3/NEWS
--- old/telepathy-mission-control-5.16.1/NEWS   2014-01-27 13:25:02.000000000 
+0100
+++ new/telepathy-mission-control-5.16.3/NEWS   2014-08-25 14:34:01.000000000 
+0200
@@ -1,3 +1,23 @@
+telepathy-mission-control 5.16.3 (2014-08-25)
+=============================================
+
+Fixes:
+
+• mcd-connection: use tp_asv_new() properly (fd.o #81751, Steffen Kieß)
+
+telepathy-mission-control 5.16.2 (2014-06-11)
+=============================================
+
+Fixes:
+
+• don't crash in 'mc-tool auto-presence' subcommand (fd.o #74187, Simon)
+
+• fix parallel build (Simon)
+
+• Use G_STRFUNC in mission-control-plugins's DEBUG macro (Guillaume)
+
+• Fix a crash when GOA is restarted (fd.o #79827, Guillaume)
+
 telepathy-mission-control 5.16.1 (2014-01-27)
 =============================================
 
@@ -14,6 +34,9 @@
 • Fix a crash if unable to create XDG_DATA_HOME/telepathy/mission-control
   (fd.o #72138, Sebastien Bacher)
 
+• connectivity-monitor: start watching 'use-conn' key in constructed,
+  fixing the ability to switch it off (Guillaume Desmottes)
+
 telepathy-mission-control 5.16.0 (2013-10-02)
 =============================================
 
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/telepathy-mission-control-5.16.1/build-aux/compile 
new/telepathy-mission-control-5.16.3/build-aux/compile
--- old/telepathy-mission-control-5.16.1/build-aux/compile      2013-10-02 
18:11:06.000000000 +0200
+++ new/telepathy-mission-control-5.16.3/build-aux/compile      1970-01-01 
01:00:00.000000000 +0100
@@ -1,347 +0,0 @@
-#! /bin/sh
-# Wrapper for compilers which do not understand '-c -o'.
-
-scriptversion=2012-10-14.11; # UTC
-
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
-# Written by Tom Tromey <[email protected]>.
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2, or (at your option)
-# any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program.  If not, see <http://www.gnu.org/licenses/>.
-
-# As a special exception to the GNU General Public License, if you
-# distribute this file as part of a program that contains a
-# configuration script generated by Autoconf, you may include it under
-# the same distribution terms that you use for the rest of that program.
-
-# This file is maintained in Automake, please report
-# bugs to <[email protected]> or send patches to
-# <[email protected]>.
-
-nl='
-'
-
-# We need space, tab and new line, in precisely that order.  Quoting is
-# there to prevent tools from complaining about whitespace usage.
-IFS=" ""       $nl"
-
-file_conv=
-
-# func_file_conv build_file lazy
-# Convert a $build file to $host form and store it in $file
-# Currently only supports Windows hosts. If the determined conversion
-# type is listed in (the comma separated) LAZY, no conversion will
-# take place.
-func_file_conv ()
-{
-  file=$1
-  case $file in
-    / | /[!/]*) # absolute file, and not a UNC file
-      if test -z "$file_conv"; then
-       # lazily determine how to convert abs files
-       case `uname -s` in
-         MINGW*)
-           file_conv=mingw
-           ;;
-         CYGWIN*)
-           file_conv=cygwin
-           ;;
-         *)
-           file_conv=wine
-           ;;
-       esac
-      fi
-      case $file_conv/,$2, in
-       *,$file_conv,*)
-         ;;
-       mingw/*)
-         file=`cmd //C echo "$file " | sed -e 's/"\(.*\) " *$/\1/'`
-         ;;
-       cygwin/*)
-         file=`cygpath -m "$file" || echo "$file"`
-         ;;
-       wine/*)
-         file=`winepath -w "$file" || echo "$file"`
-         ;;
-      esac
-      ;;
-  esac
-}
-
-# func_cl_dashL linkdir
-# Make cl look for libraries in LINKDIR
-func_cl_dashL ()
-{
-  func_file_conv "$1"
-  if test -z "$lib_path"; then
-    lib_path=$file
-  else
-    lib_path="$lib_path;$file"
-  fi
-  linker_opts="$linker_opts -LIBPATH:$file"
-}
-
-# func_cl_dashl library
-# Do a library search-path lookup for cl
-func_cl_dashl ()
-{
-  lib=$1
-  found=no
-  save_IFS=$IFS
-  IFS=';'
-  for dir in $lib_path $LIB
-  do
-    IFS=$save_IFS
-    if $shared && test -f "$dir/$lib.dll.lib"; then
-      found=yes
-      lib=$dir/$lib.dll.lib
-      break
-    fi
-    if test -f "$dir/$lib.lib"; then
-      found=yes
-      lib=$dir/$lib.lib
-      break
-    fi
-    if test -f "$dir/lib$lib.a"; then
-      found=yes
-      lib=$dir/lib$lib.a
-      break
-    fi
-  done
-  IFS=$save_IFS
-
-  if test "$found" != yes; then
-    lib=$lib.lib
-  fi
-}
-
-# func_cl_wrapper cl arg...
-# Adjust compile command to suit cl
-func_cl_wrapper ()
-{
-  # Assume a capable shell
-  lib_path=
-  shared=:
-  linker_opts=
-  for arg
-  do
-    if test -n "$eat"; then
-      eat=
-    else
-      case $1 in
-       -o)
-         # configure might choose to run compile as 'compile cc -o foo foo.c'.
-         eat=1
-         case $2 in
-           *.o | *.[oO][bB][jJ])
-             func_file_conv "$2"
-             set x "$@" -Fo"$file"
-             shift
-             ;;
-           *)
-             func_file_conv "$2"
-             set x "$@" -Fe"$file"
-             shift
-             ;;
-         esac
-         ;;
-       -I)
-         eat=1
-         func_file_conv "$2" mingw
-         set x "$@" -I"$file"
-         shift
-         ;;
-       -I*)
-         func_file_conv "${1#-I}" mingw
-         set x "$@" -I"$file"
-         shift
-         ;;
-       -l)
-         eat=1
-         func_cl_dashl "$2"
-         set x "$@" "$lib"
-         shift
-         ;;
-       -l*)
-         func_cl_dashl "${1#-l}"
-         set x "$@" "$lib"
-         shift
-         ;;
-       -L)
-         eat=1
-         func_cl_dashL "$2"
-         ;;
-       -L*)
-         func_cl_dashL "${1#-L}"
-         ;;
-       -static)
-         shared=false
-         ;;
-       -Wl,*)
-         arg=${1#-Wl,}
-         save_ifs="$IFS"; IFS=','
-         for flag in $arg; do
-           IFS="$save_ifs"
-           linker_opts="$linker_opts $flag"
-         done
-         IFS="$save_ifs"
-         ;;
-       -Xlinker)
-         eat=1
-         linker_opts="$linker_opts $2"
-         ;;
-       -*)
-         set x "$@" "$1"
-         shift
-         ;;
-       *.cc | *.CC | *.cxx | *.CXX | *.[cC]++)
-         func_file_conv "$1"
-         set x "$@" -Tp"$file"
-         shift
-         ;;
-       *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
-         func_file_conv "$1" mingw
-         set x "$@" "$file"
-         shift
-         ;;
-       *)
-         set x "$@" "$1"
-         shift
-         ;;
-      esac
-    fi
-    shift
-  done
-  if test -n "$linker_opts"; then
-    linker_opts="-link$linker_opts"
-  fi
-  exec "$@" $linker_opts
-  exit 1
-}
-
-eat=
-
-case $1 in
-  '')
-     echo "$0: No command.  Try '$0 --help' for more information." 1>&2
-     exit 1;
-     ;;
-  -h | --h*)
-    cat <<\EOF
-Usage: compile [--help] [--version] PROGRAM [ARGS]
-
-Wrapper for compilers which do not understand '-c -o'.
-Remove '-o dest.o' from ARGS, run PROGRAM with the remaining
-arguments, and rename the output as expected.
-
-If you are trying to build a whole package this is not the
-right script to run: please start by reading the file 'INSTALL'.
-
-Report bugs to <[email protected]>.
-EOF
-    exit $?
-    ;;
-  -v | --v*)
-    echo "compile $scriptversion"
-    exit $?
-    ;;
-  cl | *[/\\]cl | cl.exe | *[/\\]cl.exe )
-    func_cl_wrapper "$@"      # Doesn't return...
-    ;;
-esac
-
-ofile=
-cfile=
-
-for arg
-do
-  if test -n "$eat"; then
-    eat=
-  else
-    case $1 in
-      -o)
-       # configure might choose to run compile as 'compile cc -o foo foo.c'.
-       # So we strip '-o arg' only if arg is an object.
-       eat=1
-       case $2 in
-         *.o | *.obj)
-           ofile=$2
-           ;;
-         *)
-           set x "$@" -o "$2"
-           shift
-           ;;
-       esac
-       ;;
-      *.c)
-       cfile=$1
-       set x "$@" "$1"
-       shift
-       ;;
-      *)
-       set x "$@" "$1"
-       shift
-       ;;
-    esac
-  fi
-  shift
-done
-
-if test -z "$ofile" || test -z "$cfile"; then
-  # If no '-o' option was seen then we might have been invoked from a
-  # pattern rule where we don't need one.  That is ok -- this is a
-  # normal compilation that the losing compiler can handle.  If no
-  # '.c' file was seen then we are probably linking.  That is also
-  # ok.
-  exec "$@"
-fi
-
-# Name of file we expect compiler to create.
-cofile=`echo "$cfile" | sed 's|^.*[\\/]||; s|^[a-zA-Z]:||; s/\.c$/.o/'`
-
-# Create the lock directory.
-# Note: use '[/\\:.-]' here to ensure that we don't use the same name
-# that we are using for the .o file.  Also, base the name on the expected
-# object file name, since that is what matters with a parallel build.
-lockdir=`echo "$cofile" | sed -e 's|[/\\:.-]|_|g'`.d
-while true; do
-  if mkdir "$lockdir" >/dev/null 2>&1; then
-    break
-  fi
-  sleep 1
-done
-# FIXME: race condition here if user kills between mkdir and trap.
-trap "rmdir '$lockdir'; exit 1" 1 2 15
-
-# Run the compile.
-"$@"
-ret=$?
-
-if test -f "$cofile"; then
-  test "$cofile" = "$ofile" || mv "$cofile" "$ofile"
-elif test -f "${cofile}bj"; then
-  test "${cofile}bj" = "$ofile" || mv "${cofile}bj" "$ofile"
-fi
-
-rmdir "$lockdir"
-exit $ret
-
-# Local Variables:
-# mode: shell-script
-# sh-indentation: 2
-# eval: (add-hook 'write-file-hooks 'time-stamp)
-# time-stamp-start: "scriptversion="
-# time-stamp-format: "%:y-%02m-%02d.%02H"
-# time-stamp-time-zone: "UTC"
-# time-stamp-end: "; # UTC"
-# End:
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/telepathy-mission-control-5.16.1/configure.ac 
new/telepathy-mission-control-5.16.3/configure.ac
--- old/telepathy-mission-control-5.16.1/configure.ac   2014-01-27 
13:25:11.000000000 +0100
+++ new/telepathy-mission-control-5.16.3/configure.ac   2014-08-25 
14:34:10.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.16.1])
+AC_INIT([telepathy-mission-control], [5.16.3])
 
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_AUX_DIR([build-aux])
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/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/McpAccountManager.html
 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/html/McpAccountManager.html
--- 
old/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/McpAccountManager.html
      2014-01-27 13:28:05.000000000 +0100
+++ 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/html/McpAccountManager.html
      2014-08-25 14:45:32.000000000 +0200
@@ -53,12 +53,12 @@
                                                          <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> *account</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> *attribute</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant";><span
 class="type">GVariant</span></a> *value</code></em>,
-                                                         <em 
class="parameter"><code><span class="type">McpAttributeFlags</span> 
flags</code></em>);
+                                                         <em 
class="parameter"><code><a 
href="mission-control-plugins-McpAccountStorage.html#McpAttributeFlags"><span 
class="type">McpAttributeFlags</span></a> flags</code></em>);
 <span class="returnvalue">void</span>                <a class="link" 
href="McpAccountManager.html#mcp-account-manager-set-parameter" 
title="mcp_account_manager_set_parameter 
()">mcp_account_manager_set_parameter</a>   (<em class="parameter"><code>const 
<a class="link" href="McpAccountManager.html" title="McpAccountManager"><span 
class="type">McpAccountManager</span></a> *mcpa</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> *account</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> *parameter</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant";><span
 class="type">GVariant</span></a> *value</code></em>,
-                                                         <em 
class="parameter"><code><span class="type">McpParameterFlags</span> 
flags</code></em>);
+                                                         <em 
class="parameter"><code><a 
href="mission-control-plugins-McpAccountStorage.html#McpParameterFlags"><span 
class="type">McpParameterFlags</span></a> flags</code></em>);
 <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar";><span
 class="returnvalue">gchar</span></a> *             <a class="link" 
href="McpAccountManager.html#mcp-account-manager-get-value" 
title="mcp_account_manager_get_value ()">mcp_account_manager_get_value</a>      
 (<em class="parameter"><code>const <a class="link" 
href="McpAccountManager.html" title="McpAccountManager"><span 
class="type">McpAccountManager</span></a> *mcpa</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> *account</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> *key</code></em>);
@@ -91,8 +91,8 @@
                                                         (<em 
class="parameter"><code>const <a class="link" href="McpAccountManager.html" 
title="McpAccountManager"><span class="type">McpAccountManager</span></a> 
*mcpa</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Generic-values.html#GValue";><span
 class="type">GValue</span></a> *value</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> *attribute</code></em>);
-                    <a class="link" 
href="McpAccountManager.html#McpAccountManager-struct" 
title="McpAccountManager">McpAccountManager</a>;
                     <a class="link" 
href="McpAccountManager.html#McpAccountManagerIface" 
title="McpAccountManagerIface">McpAccountManagerIface</a>;
+                    <a class="link" 
href="McpAccountManager.html#McpAccountManager-struct" 
title="McpAccountManager">McpAccountManager</a>;
 </pre>
 </div>
 <div class="refsect1">
@@ -175,7 +175,7 @@
                                                          <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> *account</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> *attribute</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant";><span
 class="type">GVariant</span></a> *value</code></em>,
-                                                         <em 
class="parameter"><code><span class="type">McpAttributeFlags</span> 
flags</code></em>);</pre>
+                                                         <em 
class="parameter"><code><a 
href="mission-control-plugins-McpAccountStorage.html#McpAttributeFlags"><span 
class="type">McpAttributeFlags</span></a> flags</code></em>);</pre>
 <p>
 Inform Mission Control that <em class="parameter"><code>attribute</code></em> 
has changed its value to <em class="parameter"><code>value</code></em>.
 </p>
@@ -224,7 +224,7 @@
                                                          <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> *account</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> *parameter</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant";><span
 class="type">GVariant</span></a> *value</code></em>,
-                                                         <em 
class="parameter"><code><span class="type">McpParameterFlags</span> 
flags</code></em>);</pre>
+                                                         <em 
class="parameter"><code><a 
href="mission-control-plugins-McpAccountStorage.html#McpParameterFlags"><span 
class="type">McpParameterFlags</span></a> flags</code></em>);</pre>
 <p>
 Inform Mission Control that <em class="parameter"><code>parameter</code></em> 
has changed its value to <em class="parameter"><code>value</code></em>.
 </p>
@@ -579,13 +579,13 @@
 </div>
 <hr>
 <div class="refsect2">
-<a name="McpAccountManager-struct"></a><h3>McpAccountManager</h3>
-<pre class="programlisting">typedef struct _McpAccountManager 
McpAccountManager;</pre>
+<a name="McpAccountManagerIface"></a><h3>McpAccountManagerIface</h3>
+<pre class="programlisting">typedef struct _McpAccountManagerIface 
McpAccountManagerIface;</pre>
 </div>
 <hr>
 <div class="refsect2">
-<a name="McpAccountManagerIface"></a><h3>McpAccountManagerIface</h3>
-<pre class="programlisting">typedef struct _McpAccountManagerIface 
McpAccountManagerIface;</pre>
+<a name="McpAccountManager-struct"></a><h3>McpAccountManager</h3>
+<pre class="programlisting">typedef struct _McpAccountManager 
McpAccountManager;</pre>
 </div>
 </div>
 <div class="refsect1">
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/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/McpDispatchOperation.html
 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/html/McpDispatchOperation.html
--- 
old/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/McpDispatchOperation.html
   2014-01-27 13:28:05.000000000 +0100
+++ 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/html/McpDispatchOperation.html
   2014-08-25 14:45:32.000000000 +0200
@@ -88,8 +88,8 @@
                                                         (<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>);
                     <a class="link" 
href="McpDispatchOperation.html#McpDispatchOperationIface" 
title="McpDispatchOperationIface">McpDispatchOperationIface</a>;
-                    <a class="link" 
href="McpDispatchOperation.html#McpDispatchOperation-struct" 
title="McpDispatchOperation">McpDispatchOperation</a>;
                     <a class="link" 
href="McpDispatchOperation.html#McpDispatchOperationDelay" 
title="McpDispatchOperationDelay">McpDispatchOperationDelay</a>;
+                    <a class="link" 
href="McpDispatchOperation.html#McpDispatchOperation-struct" 
title="McpDispatchOperation">McpDispatchOperation</a>;
 </pre>
 </div>
 <div class="refsect1">
@@ -644,13 +644,13 @@
 </div>
 <hr>
 <div class="refsect2">
-<a name="McpDispatchOperation-struct"></a><h3>McpDispatchOperation</h3>
-<pre class="programlisting">typedef struct _McpDispatchOperation 
McpDispatchOperation;</pre>
+<a name="McpDispatchOperationDelay"></a><h3>McpDispatchOperationDelay</h3>
+<pre class="programlisting">typedef struct _McpDispatchOperationDelay 
McpDispatchOperationDelay;</pre>
 </div>
 <hr>
 <div class="refsect2">
-<a name="McpDispatchOperationDelay"></a><h3>McpDispatchOperationDelay</h3>
-<pre class="programlisting">typedef struct _McpDispatchOperationDelay 
McpDispatchOperationDelay;</pre>
+<a name="McpDispatchOperation-struct"></a><h3>McpDispatchOperation</h3>
+<pre class="programlisting">typedef struct _McpDispatchOperation 
McpDispatchOperation;</pre>
 </div>
 </div>
 <div class="refsect1">
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/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/McpRequest.html
 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/html/McpRequest.html
--- 
old/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/McpRequest.html
     2014-01-27 13:28:05.000000000 +0100
+++ 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/html/McpRequest.html
     2014-08-25 14:45:32.000000000 +0200
@@ -52,7 +52,7 @@
 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="McpRequest.html#mcp-request-get-account-path" 
title="mcp_request_get_account_path ()">mcp_request_get_account_path</a>        
(<em class="parameter"><code><a class="link" href="McpRequest.html" 
title="McpRequest"><span class="type">McpRequest</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="McpRequest.html#mcp-request-get-protocol" title="mcp_request_get_protocol 
()">mcp_request_get_protocol</a>            (<em class="parameter"><code><a 
class="link" href="McpRequest.html" title="McpRequest"><span 
class="type">McpRequest</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="McpRequest.html#mcp-request-get-cm-name" title="mcp_request_get_cm_name 
()">mcp_request_get_cm_name</a>             (<em class="parameter"><code><a 
class="link" href="McpRequest.html" title="McpRequest"><span 
class="type">McpRequest</span></a> *self</code></em>);
-<span class="returnvalue">gint64</span>              <a class="link" 
href="McpRequest.html#mcp-request-get-user-action-time" 
title="mcp_request_get_user_action_time 
()">mcp_request_get_user_action_time</a>    (<em class="parameter"><code><a 
class="link" href="McpRequest.html" title="McpRequest"><span 
class="type">McpRequest</span></a> *self</code></em>);
+<a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint64";><span
 class="returnvalue">gint64</span></a>              <a class="link" 
href="McpRequest.html#mcp-request-get-user-action-time" 
title="mcp_request_get_user_action_time 
()">mcp_request_get_user_action_time</a>    (<em class="parameter"><code><a 
class="link" href="McpRequest.html" title="McpRequest"><span 
class="type">McpRequest</span></a> *self</code></em>);
 <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint";><span
 class="returnvalue">guint</span></a>               <a class="link" 
href="McpRequest.html#mcp-request-get-n-requests" 
title="mcp_request_get_n_requests ()">mcp_request_get_n_requests</a>          
(<em class="parameter"><code><a class="link" href="McpRequest.html" 
title="McpRequest"><span class="type">McpRequest</span></a> *self</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="McpRequest.html#mcp-request-ref-nth-request" 
title="mcp_request_ref_nth_request ()">mcp_request_ref_nth_request</a>         
(<em class="parameter"><code><a class="link" href="McpRequest.html" 
title="McpRequest"><span class="type">McpRequest</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>);
@@ -112,7 +112,7 @@
 <hr>
 <div class="refsect2">
 <a 
name="mcp-request-get-user-action-time"></a><h3>mcp_request_get_user_action_time
 ()</h3>
-<pre class="programlisting"><span class="returnvalue">gint64</span>            
  mcp_request_get_user_action_time    (<em class="parameter"><code><a 
class="link" href="McpRequest.html" title="McpRequest"><span 
class="type">McpRequest</span></a> *self</code></em>);</pre>
+<pre class="programlisting"><a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gint64";><span
 class="returnvalue">gint64</span></a>              
mcp_request_get_user_action_time    (<em class="parameter"><code><a 
class="link" href="McpRequest.html" title="McpRequest"><span 
class="type">McpRequest</span></a> *self</code></em>);</pre>
 </div>
 <hr>
 <div class="refsect2">
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/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/annotation-glossary.html
 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/html/annotation-glossary.html
--- 
old/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/annotation-glossary.html
    2014-01-27 13:28:05.000000000 +0100
+++ 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/html/annotation-glossary.html
    2014-08-25 14:45:32.000000000 +0200
@@ -20,35 +20,32 @@
 <td> </td>
 </tr>
 <tr><td colspan="5" class="shortcuts">
-<a class="shortcut" href="#glsT">T</a>
+<a class="shortcut" href="#glsA">A</a>
                       | 
                    <a class="shortcut" href="#glsE">E</a>
                       | 
-                   <a class="shortcut" href="#glsA">A</a>
+                   <a class="shortcut" href="#glsO">O</a>
                       | 
                    <a class="shortcut" href="#glsT">T</a>
-                      | 
-                   <a class="shortcut" href="#glsO">O</a>
 </td></tr>
 </table>
 <div class="glossary">
 <div class="titlepage"><div><div><h1 class="title">
 <a name="annotation-glossary"></a>Annotation Glossary</h1></div></div></div>
-<a name="glsT"></a><h3 class="title">T</h3>
-<dt><span class="glossterm"><a 
name="annotation-glossterm-transfer%20full"></a>transfer full</span></dt>
-<dd class="glossdef"><p>Free data after the code is done.</p></dd>
-<a name="glsE"></a><h3 class="title">E</h3>
-<dt><span class="glossterm"><a 
name="annotation-glossterm-element-type"></a>element-type</span></dt>
-<dd class="glossdef"><p>Generics and defining elements of containers and 
arrays.</p></dd>
 <a name="glsA"></a><h3 class="title">A</h3>
 <dt><span class="glossterm"><a 
name="annotation-glossterm-allow-none"></a>allow-none</span></dt>
 <dd class="glossdef"><p>NULL is ok, both for passing and for 
returning.</p></dd>
-<a name="glsT"></a><h3 class="title">T</h3>
-<dt><span class="glossterm"><a 
name="annotation-glossterm-transfer%20container"></a>transfer 
container</span></dt>
-<dd class="glossdef"><p>Free data container after the code is done.</p></dd>
+<a name="glsE"></a><h3 class="title">E</h3>
+<dt><span class="glossterm"><a 
name="annotation-glossterm-element-type"></a>element-type</span></dt>
+<dd class="glossdef"><p>Generics and defining elements of containers and 
arrays.</p></dd>
 <a name="glsO"></a><h3 class="title">O</h3>
 <dt><span class="glossterm"><a 
name="annotation-glossterm-out%20caller-allocates"></a>out 
caller-allocates</span></dt>
 <dd class="glossdef"><p>Out parameter, where caller must allocate 
storage.</p></dd>
+<a name="glsT"></a><h3 class="title">T</h3>
+<dt><span class="glossterm"><a 
name="annotation-glossterm-transfer%20container"></a>transfer 
container</span></dt>
+<dd class="glossdef"><p>Free data container after the code is done.</p></dd>
+<dt><span class="glossterm"><a 
name="annotation-glossterm-transfer%20full"></a>transfer full</span></dt>
+<dd class="glossdef"><p>Free data after the code is done.</p></dd>
 </div>
 <div class="footer">
 <hr>
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/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/api-index-full.html
 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/html/api-index-full.html
--- 
old/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/api-index-full.html
 2014-01-27 13:28:05.000000000 +0100
+++ 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/html/api-index-full.html
 2014-08-25 14:45:32.000000000 +0200
@@ -221,7 +221,7 @@
 </dt>
 <dd></dd>
 <dt>
-McpAttributeFlags, enum in mission-control-plugins
+<a 
href="mission-control-plugins-McpAccountStorage.html#McpAttributeFlags">McpAttributeFlags</a>,
 enum in mission-control-plugins
 </dt>
 <dd></dd>
 <a name="idxD"></a><h3 class="title">D</h3>
@@ -413,7 +413,7 @@
 <dd></dd>
 <a name="idxP"></a><h3 class="title">P</h3>
 <dt>
-McpParameterFlags, enum in mission-control-plugins
+<a 
href="mission-control-plugins-McpAccountStorage.html#McpParameterFlags">McpParameterFlags</a>,
 enum in mission-control-plugins
 </dt>
 <dd></dd>
 <dt>
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/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/index.html
 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/html/index.html
--- 
old/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/index.html
  2014-01-27 13:28:05.000000000 +0100
+++ 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/html/index.html
  2014-08-25 14:45:32.000000000 +0200
@@ -15,8 +15,8 @@
 <div>
 <div><table class="navigation" id="top" width="100%" cellpadding="2" 
cellspacing="0"><tr><th valign="middle"><p class="title">Mission Control 
Plugins Reference Manual</p></th></tr></table></div>
 <div><p class="releaseinfo">
-      The latest version of this documentation can be found on-line at
-      <a class="ulink" 
href="http://telepathy.freedesktop.org/doc/mission-control-plugins/"; 
target="_top">http://telepathy.freedesktop.org/doc/mission-control-plugins/</a>.
+      The latest version of this documentation in this stable branch can be 
found on-line at
+      <a class="ulink" 
href="http://telepathy.freedesktop.org/doc/mission-control-plugins-5.16.x/"; 
target="_top">http://telepathy.freedesktop.org/doc/mission-control-plugins-5.16.x/</a>.
     </p></div>
 </div>
 <hr>
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/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/index.sgml
 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/html/index.sgml
--- 
old/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/index.sgml
  2014-01-27 13:27:54.000000000 +0100
+++ 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/html/index.sgml
  2014-08-25 14:45:32.000000000 +0200
@@ -1,4 +1,4 @@
-<ONLINE href="http://telepathy.freedesktop.org/doc/mission-control-plugins/";>
+<ONLINE 
href="http://telepathy.freedesktop.org/doc/mission-control-plugins-5.16.x/";>
 <ANCHOR id="mission-control-plugins-Plugin-loader-and-global-functions" 
href="mission-control-plugins/mission-control-plugins-Plugin-loader-and-global-functions.html">
 <ANCHOR 
id="mission-control-plugins-Plugin-loader-and-global-functions.synopsis" 
href="mission-control-plugins/mission-control-plugins-Plugin-loader-and-global-functions.html#mission-control-plugins-Plugin-loader-and-global-functions.synopsis">
 <ANCHOR 
id="mission-control-plugins-Plugin-loader-and-global-functions.description" 
href="mission-control-plugins/mission-control-plugins-Plugin-loader-and-global-functions.html#mission-control-plugins-Plugin-loader-and-global-functions.description">
@@ -61,8 +61,8 @@
 <ANCHOR id="mcp-account-manager-escape-variant-for-keyfile" 
href="mission-control-plugins/McpAccountManager.html#mcp-account-manager-escape-variant-for-keyfile">
 <ANCHOR id="mcp-account-manager-unescape-value-from-keyfile" 
href="mission-control-plugins/McpAccountManager.html#mcp-account-manager-unescape-value-from-keyfile">
 <ANCHOR id="mcp-account-manager-init-value-for-attribute" 
href="mission-control-plugins/McpAccountManager.html#mcp-account-manager-init-value-for-attribute">
-<ANCHOR id="McpAccountManager-struct" 
href="mission-control-plugins/McpAccountManager.html#McpAccountManager-struct">
 <ANCHOR id="McpAccountManagerIface" 
href="mission-control-plugins/McpAccountManager.html#McpAccountManagerIface">
+<ANCHOR id="McpAccountManager-struct" 
href="mission-control-plugins/McpAccountManager.html#McpAccountManager-struct">
 <ANCHOR id="McpAccountManager.see-also" 
href="mission-control-plugins/McpAccountManager.html#McpAccountManager.see-also">
 <ANCHOR id="mission-control-plugins-McpRequestPolicy" 
href="mission-control-plugins/mission-control-plugins-McpRequestPolicy.html">
 <ANCHOR id="mission-control-plugins-McpRequestPolicy.synopsis" 
href="mission-control-plugins/mission-control-plugins-McpRequestPolicy.html#mission-control-plugins-McpRequestPolicy.synopsis">
@@ -128,11 +128,11 @@
 <ANCHOR id="mcp-dispatch-operation-close-channels" 
href="mission-control-plugins/McpDispatchOperation.html#mcp-dispatch-operation-close-channels">
 <ANCHOR id="mcp-dispatch-operation-destroy-channels" 
href="mission-control-plugins/McpDispatchOperation.html#mcp-dispatch-operation-destroy-channels">
 <ANCHOR id="McpDispatchOperationIface" 
href="mission-control-plugins/McpDispatchOperation.html#McpDispatchOperationIface">
-<ANCHOR id="McpDispatchOperation-struct" 
href="mission-control-plugins/McpDispatchOperation.html#McpDispatchOperation-struct">
 <ANCHOR id="McpDispatchOperationDelay" 
href="mission-control-plugins/McpDispatchOperation.html#McpDispatchOperationDelay">
+<ANCHOR id="McpDispatchOperation-struct" 
href="mission-control-plugins/McpDispatchOperation.html#McpDispatchOperation-struct">
 <ANCHOR id="McpDispatchOperation.see-also" 
href="mission-control-plugins/McpDispatchOperation.html#McpDispatchOperation.see-also">
-<ANCHOR id="annotation-glossterm-transfer full" 
href="mission-control-plugins/annotation-glossary.html#annotation-glossterm-transfer
 full">
-<ANCHOR id="annotation-glossterm-element-type" 
href="mission-control-plugins/annotation-glossary.html#annotation-glossterm-element-type">
 <ANCHOR id="annotation-glossterm-allow-none" 
href="mission-control-plugins/annotation-glossary.html#annotation-glossterm-allow-none">
-<ANCHOR id="annotation-glossterm-transfer container" 
href="mission-control-plugins/annotation-glossary.html#annotation-glossterm-transfer
 container">
+<ANCHOR id="annotation-glossterm-element-type" 
href="mission-control-plugins/annotation-glossary.html#annotation-glossterm-element-type">
 <ANCHOR id="annotation-glossterm-out caller-allocates" 
href="mission-control-plugins/annotation-glossary.html#annotation-glossterm-out 
caller-allocates">
+<ANCHOR id="annotation-glossterm-transfer container" 
href="mission-control-plugins/annotation-glossary.html#annotation-glossterm-transfer
 container">
+<ANCHOR id="annotation-glossterm-transfer full" 
href="mission-control-plugins/annotation-glossary.html#annotation-glossterm-transfer
 full">
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/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/mission-control-plugins-McpAccountStorage.html
 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/html/mission-control-plugins-McpAccountStorage.html
--- 
old/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/mission-control-plugins-McpAccountStorage.html
      2014-01-27 13:28:05.000000000 +0100
+++ 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/html/mission-control-plugins-McpAccountStorage.html
      2014-08-25 14:45:32.000000000 +0200
@@ -94,13 +94,13 @@
                                                          <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> *account</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> *attribute</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant";><span
 class="type">GVariant</span></a> *value</code></em>,
-                                                         <em 
class="parameter"><code><span class="type">McpAttributeFlags</span> 
flags</code></em>);
+                                                         <em 
class="parameter"><code><a 
href="mission-control-plugins-McpAccountStorage.html#McpAttributeFlags"><span 
class="type">McpAttributeFlags</span></a> flags</code></em>);
 <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean";><span
 class="returnvalue">gboolean</span></a>            <a class="link" 
href="mission-control-plugins-McpAccountStorage.html#mcp-account-storage-set-parameter"
 title="mcp_account_storage_set_parameter 
()">mcp_account_storage_set_parameter</a>   (<em class="parameter"><code><a 
class="link" 
href="mission-control-plugins-McpAccountStorage.html#McpAccountStorage" 
title="struct McpAccountStorage"><span 
class="type">McpAccountStorage</span></a> *storage</code></em>,
                                                          <em 
class="parameter"><code><a class="link" href="McpAccountManager.html" 
title="McpAccountManager"><span class="type">McpAccountManager</span></a> 
*am</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> *account</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> *parameter</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant";><span
 class="type">GVariant</span></a> *value</code></em>,
-                                                         <em 
class="parameter"><code><span class="type">McpParameterFlags</span> 
flags</code></em>);
+                                                         <em 
class="parameter"><code><a 
href="mission-control-plugins-McpAccountStorage.html#McpParameterFlags"><span 
class="type">McpParameterFlags</span></a> flags</code></em>);
 <span class="returnvalue">void</span>                <a class="link" 
href="mission-control-plugins-McpAccountStorage.html#mcp-account-storage-emit-created"
 title="mcp_account_storage_emit_created 
()">mcp_account_storage_emit_created</a>    (<em class="parameter"><code><a 
class="link" 
href="mission-control-plugins-McpAccountStorage.html#McpAccountStorage" 
title="struct McpAccountStorage"><span 
class="type">McpAccountStorage</span></a> *storage</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> *account</code></em>);
 <span class="returnvalue">void</span>                <a class="link" 
href="mission-control-plugins-McpAccountStorage.html#mcp-account-storage-emit-altered"
 title="mcp_account_storage_emit_altered 
()">mcp_account_storage_emit_altered</a>    (<em class="parameter"><code><a 
class="link" 
href="mission-control-plugins-McpAccountStorage.html#McpAccountStorage" 
title="struct McpAccountStorage"><span 
class="type">McpAccountStorage</span></a> *storage</code></em>,
@@ -178,35 +178,35 @@
 27
 28
 29</pre></td>
-        <td class="listing_code"><pre class="programlisting"><span 
class="function"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-DEFINE-TYPE-WITH-CODE:CAPS";>G_DEFINE_TYPE_WITH_CODE</a></span>
 <span class="gtkdoc opt">(</span>FooPlugin<span class="gtkdoc opt">,</span> 
foo_plugin<span class="gtkdoc opt">,</span>
-   G_TYPE_OBJECT<span class="gtkdoc opt">,</span>
-   <span class="function"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-IMPLEMENT-INTERFACE:CAPS";>G_IMPLEMENT_INTERFACE</a></span>
 <span class="gtkdoc opt">(...);</span>
-   <span class="function"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-IMPLEMENT-INTERFACE:CAPS";>G_IMPLEMENT_INTERFACE</a></span>
 <span class="gtkdoc opt">(</span>MCP_TYPE_ACCOUNT_STORAGE<span class="gtkdoc 
opt">,</span>
-     account_storage_iface_init<span class="gtkdoc opt">));</span>
+        <td class="listing_code"><pre class="programlisting"><span 
class="function"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-DEFINE-TYPE-WITH-CODE:CAPS";>G_DEFINE_TYPE_WITH_CODE</a></span><span
 class="normal"> </span><span class="symbol">(</span><span 
class="normal">FooPlugin</span><span class="symbol">,</span><span 
class="normal"> foo_plugin</span><span class="symbol">,</span>
+<span class="normal">   <a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-TYPE-OBJECT:CAPS";>G_TYPE_OBJECT</a></span><span
 class="symbol">,</span>
+<span class="normal">   </span><span class="function"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-IMPLEMENT-INTERFACE:CAPS";>G_IMPLEMENT_INTERFACE</a></span><span
 class="normal"> </span><span class="symbol">(...);</span>
+<span class="normal">   </span><span class="function"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-IMPLEMENT-INTERFACE:CAPS";>G_IMPLEMENT_INTERFACE</a></span><span
 class="normal"> </span><span class="symbol">(</span><span 
class="normal">MCP_TYPE_ACCOUNT_STORAGE</span><span class="symbol">,</span>
+<span class="normal">     account_storage_iface_init</span><span 
class="symbol">));</span>
 <span class="comment">/* ... */</span>
-<span class="gtkdoc kwb">static void</span>
-<span class="function">account_storage_iface_init</span> <span class="gtkdoc 
opt">(</span>McpAccountStorageIface <span class="gtkdoc opt">*</span>iface<span 
class="gtkdoc opt">)</span>
-<span class="gtkdoc opt">{</span>
-  iface<span class="gtkdoc opt">-&gt;</span>priority <span class="gtkdoc 
opt">=</span> <span class="number">0</span><span class="gtkdoc opt">;</span>
-  iface<span class="gtkdoc opt">-&gt;</span>name <span class="gtkdoc 
opt">=</span> <span class="string">&quot;foo&quot;</span><span class="gtkdoc 
opt">;</span>
-  iface<span class="gtkdoc opt">-&gt;</span>desc <span class="gtkdoc 
opt">=</span> <span class="string">&quot;The FOO storage 
backend&quot;</span><span class="gtkdoc opt">;</span>
-  iface<span class="gtkdoc opt">-&gt;</span>provider <span class="gtkdoc 
opt">=</span> <span 
class="string">&quot;org.freedesktop.Telepathy.MissionControl5.FooStorage&quot;</span><span
 class="gtkdoc opt">;</span>
-
-  iface<span class="gtkdoc opt">-&gt;</span>get <span class="gtkdoc 
opt">=</span> foo_plugin_get<span class="gtkdoc opt">;</span>
-  iface<span class="gtkdoc opt">-&gt;</span>set <span class="gtkdoc 
opt">=</span> foo_plugin_get<span class="gtkdoc opt">;</span>
-  iface<span class="gtkdoc opt">-&gt;</span><span 
class="keyword">delete</span> <span class="gtkdoc opt">=</span> 
foo_plugin_delete<span class="gtkdoc opt">;</span>
-  iface<span class="gtkdoc opt">-&gt;</span>commit <span class="gtkdoc 
opt">=</span> foo_plugin_commit<span class="gtkdoc opt">;</span>
-  iface<span class="gtkdoc opt">-&gt;</span>commit_one <span class="gtkdoc 
opt">=</span> foo_plugin_commit_one<span class="gtkdoc opt">;</span>
-  iface<span class="gtkdoc opt">-&gt;</span>list <span class="gtkdoc 
opt">=</span> foo_plugin_list<span class="gtkdoc opt">;</span>
-  iface<span class="gtkdoc opt">-&gt;</span>ready <span class="gtkdoc 
opt">=</span> foo_plugin_ready<span class="gtkdoc opt">;</span>
-  iface<span class="gtkdoc opt">-&gt;</span>get_identifier <span class="gtkdoc 
opt">=</span> foo_plugin_get_identifier<span class="gtkdoc opt">;</span>
-  iface<span class="gtkdoc opt">-&gt;</span>get_additional_info <span 
class="gtkdoc opt">=</span> foo_plugin_get_additional_info<span class="gtkdoc 
opt">;</span>
-  iface<span class="gtkdoc opt">-&gt;</span>get_restrictions <span 
class="gtkdoc opt">=</span> foo_plugin_get_restrictions<span class="gtkdoc 
opt">;</span>
-  iface<span class="gtkdoc opt">-&gt;</span>create <span class="gtkdoc 
opt">=</span> foo_plugin_create<span class="gtkdoc opt">;</span>
-  iface<span class="gtkdoc opt">-&gt;</span>owns <span class="gtkdoc 
opt">=</span> foo_plugin_owns<span class="gtkdoc opt">;</span>
-  iface<span class="gtkdoc opt">-&gt;</span>set_attribute <span class="gtkdoc 
opt">=</span> foo_plugin_set_attribute<span class="gtkdoc opt">;</span>
-  iface<span class="gtkdoc opt">-&gt;</span>set_parameter <span class="gtkdoc 
opt">=</span> foo_plugin_set_parameter<span class="gtkdoc opt">;</span>
-<span class="gtkdoc opt">}</span></pre></td>
+<span class="keyword">static</span><span class="normal"> </span><span 
class="type">void</span>
+<span class="function">account_storage_iface_init</span><span class="normal"> 
</span><span class="symbol">(</span><span 
class="usertype">McpAccountStorageIface</span><span class="normal"> 
</span><span class="symbol">*</span><span class="normal">iface</span><span 
class="symbol">)</span>
+<span class="cbracket">{</span>
+<span class="normal">  iface</span><span class="symbol">-&gt;</span><span 
class="normal">priority </span><span class="symbol">=</span><span 
class="normal"> </span><span class="number">0</span><span 
class="symbol">;</span>
+<span class="normal">  iface</span><span class="symbol">-&gt;</span><span 
class="normal">name </span><span class="symbol">=</span><span class="normal"> 
</span><span class="string">"foo"</span><span class="symbol">;</span>
+<span class="normal">  iface</span><span class="symbol">-&gt;</span><span 
class="normal">desc </span><span class="symbol">=</span><span class="normal"> 
</span><span class="string">"The FOO storage backend"</span><span 
class="symbol">;</span>
+<span class="normal">  iface</span><span class="symbol">-&gt;</span><span 
class="normal">provider </span><span class="symbol">=</span><span 
class="normal"> </span><span 
class="string">"org.freedesktop.Telepathy.MissionControl5.FooStorage"</span><span
 class="symbol">;</span>
+
+<span class="normal">  iface</span><span class="symbol">-&gt;</span><span 
class="normal">get </span><span class="symbol">=</span><span class="normal"> 
foo_plugin_get</span><span class="symbol">;</span>
+<span class="normal">  iface</span><span class="symbol">-&gt;</span><span 
class="normal">set </span><span class="symbol">=</span><span class="normal"> 
foo_plugin_get</span><span class="symbol">;</span>
+<span class="normal">  iface</span><span class="symbol">-&gt;</span><span 
class="normal">delete </span><span class="symbol">=</span><span class="normal"> 
foo_plugin_delete</span><span class="symbol">;</span>
+<span class="normal">  iface</span><span class="symbol">-&gt;</span><span 
class="normal">commit </span><span class="symbol">=</span><span class="normal"> 
foo_plugin_commit</span><span class="symbol">;</span>
+<span class="normal">  iface</span><span class="symbol">-&gt;</span><span 
class="normal">commit_one </span><span class="symbol">=</span><span 
class="normal"> foo_plugin_commit_one</span><span class="symbol">;</span>
+<span class="normal">  iface</span><span class="symbol">-&gt;</span><span 
class="normal">list </span><span class="symbol">=</span><span class="normal"> 
foo_plugin_list</span><span class="symbol">;</span>
+<span class="normal">  iface</span><span class="symbol">-&gt;</span><span 
class="normal">ready </span><span class="symbol">=</span><span class="normal"> 
foo_plugin_ready</span><span class="symbol">;</span>
+<span class="normal">  iface</span><span class="symbol">-&gt;</span><span 
class="normal">get_identifier </span><span class="symbol">=</span><span 
class="normal"> foo_plugin_get_identifier</span><span class="symbol">;</span>
+<span class="normal">  iface</span><span class="symbol">-&gt;</span><span 
class="normal">get_additional_info </span><span class="symbol">=</span><span 
class="normal"> foo_plugin_get_additional_info</span><span 
class="symbol">;</span>
+<span class="normal">  iface</span><span class="symbol">-&gt;</span><span 
class="normal">get_restrictions </span><span class="symbol">=</span><span 
class="normal"> foo_plugin_get_restrictions</span><span class="symbol">;</span>
+<span class="normal">  iface</span><span class="symbol">-&gt;</span><span 
class="normal">create </span><span class="symbol">=</span><span class="normal"> 
foo_plugin_create</span><span class="symbol">;</span>
+<span class="normal">  iface</span><span class="symbol">-&gt;</span><span 
class="normal">owns </span><span class="symbol">=</span><span class="normal"> 
foo_plugin_owns</span><span class="symbol">;</span>
+<span class="normal">  iface</span><span class="symbol">-&gt;</span><span 
class="normal">set_attribute </span><span class="symbol">=</span><span 
class="normal"> foo_plugin_set_attribute</span><span class="symbol">;</span>
+<span class="normal">  iface</span><span class="symbol">-&gt;</span><span 
class="normal">set_parameter </span><span class="symbol">=</span><span 
class="normal"> foo_plugin_set_parameter</span><span class="symbol">;</span>
+<span class="cbracket">}</span></pre></td>
       </tr>
     </tbody>
   </table>
@@ -1043,7 +1043,7 @@
                                                          <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> *account</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> *attribute</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant";><span
 class="type">GVariant</span></a> *value</code></em>,
-                                                         <em 
class="parameter"><code><span class="type">McpAttributeFlags</span> 
flags</code></em>);</pre>
+                                                         <em 
class="parameter"><code><a 
href="mission-control-plugins-McpAccountStorage.html#McpAttributeFlags"><span 
class="type">McpAttributeFlags</span></a> flags</code></em>);</pre>
 <p>
 Store an attribute.
 </p>
@@ -1109,7 +1109,7 @@
                                                          <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> *account</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> *parameter</code></em>,
                                                          <em 
class="parameter"><code><a 
href="http://library.gnome.org/devel/glib/unstable/glib-GVariant.html#GVariant";><span
 class="type">GVariant</span></a> *value</code></em>,
-                                                         <em 
class="parameter"><code><span class="type">McpParameterFlags</span> 
flags</code></em>);</pre>
+                                                         <em 
class="parameter"><code><a 
href="mission-control-plugins-McpAccountStorage.html#McpParameterFlags"><span 
class="type">McpParameterFlags</span></a> flags</code></em>);</pre>
 <p>
 Store a parameter.
 </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/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/mission-control-plugins-McpDispatchOperationPolicy.html
 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/html/mission-control-plugins-McpDispatchOperationPolicy.html
--- 
old/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/mission-control-plugins-McpDispatchOperationPolicy.html
     2014-01-27 13:28:05.000000000 +0100
+++ 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/html/mission-control-plugins-McpDispatchOperationPolicy.html
     2014-08-25 14:45:32.000000000 +0200
@@ -113,21 +113,21 @@
 13
 14
 15</pre></td>
-        <td class="listing_code"><pre class="programlisting"><span 
class="function"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-DEFINE-TYPE-WITH-CODE:CAPS";>G_DEFINE_TYPE_WITH_CODE</a></span>
 <span class="gtkdoc opt">(</span>MyPlugin<span class="gtkdoc opt">,</span> 
my_plugin<span class="gtkdoc opt">,</span>
-   G_TYPE_OBJECT<span class="gtkdoc opt">,</span>
-   <span class="function"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-IMPLEMENT-INTERFACE:CAPS";>G_IMPLEMENT_INTERFACE</a></span>
 <span class="gtkdoc opt">(...);</span>
-   <span class="function"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-IMPLEMENT-INTERFACE:CAPS";>G_IMPLEMENT_INTERFACE</a></span>
 <span class="gtkdoc opt">(</span>MCP_TYPE_DISPATCH_OPERATION_POLICY<span 
class="gtkdoc opt">,</span>
-     cdo_policy_iface_init<span class="gtkdoc opt">);</span>
-   <span class="function"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-IMPLEMENT-INTERFACE:CAPS";>G_IMPLEMENT_INTERFACE</a></span>
 <span class="gtkdoc opt">(...))</span>
+        <td class="listing_code"><pre class="programlisting"><span 
class="function"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-DEFINE-TYPE-WITH-CODE:CAPS";>G_DEFINE_TYPE_WITH_CODE</a></span><span
 class="normal"> </span><span class="symbol">(</span><span 
class="normal">MyPlugin</span><span class="symbol">,</span><span 
class="normal"> my_plugin</span><span class="symbol">,</span>
+<span class="normal">   <a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-TYPE-OBJECT:CAPS";>G_TYPE_OBJECT</a></span><span
 class="symbol">,</span>
+<span class="normal">   </span><span class="function"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-IMPLEMENT-INTERFACE:CAPS";>G_IMPLEMENT_INTERFACE</a></span><span
 class="normal"> </span><span class="symbol">(...);</span>
+<span class="normal">   </span><span class="function"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-IMPLEMENT-INTERFACE:CAPS";>G_IMPLEMENT_INTERFACE</a></span><span
 class="normal"> </span><span class="symbol">(</span><span 
class="normal">MCP_TYPE_DISPATCH_OPERATION_POLICY</span><span 
class="symbol">,</span>
+<span class="normal">     cdo_policy_iface_init</span><span 
class="symbol">);</span>
+<span class="normal">   </span><span class="function"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-IMPLEMENT-INTERFACE:CAPS";>G_IMPLEMENT_INTERFACE</a></span><span
 class="normal"> </span><span class="symbol">(...))</span>
 <span class="comment">/* ... */</span>
-<span class="gtkdoc kwb">static void</span>
-<span class="function">cdo_policy_iface_init</span> <span class="gtkdoc 
opt">(</span>McpDispatchOperationPolicyIface <span class="gtkdoc 
opt">*</span>iface<span class="gtkdoc opt">,</span>
-    gpointer unused G_GNUC_UNUSED<span class="gtkdoc opt">)</span>
-<span class="gtkdoc opt">{</span>
-  iface<span class="gtkdoc opt">-&gt;</span>check <span class="gtkdoc 
opt">=</span> my_plugin_check_cdo<span class="gtkdoc opt">;</span>
-  iface<span class="gtkdoc opt">-&gt;</span>handler_is_suitable_async <span 
class="gtkdoc opt">=</span> my_plugin_handler_is_suitable_async<span 
class="gtkdoc opt">;</span>
-  iface<span class="gtkdoc opt">-&gt;</span>handler_is_suitable_finish <span 
class="gtkdoc opt">=</span> my_plugin_handler_is_suitable_finish<span 
class="gtkdoc opt">;</span>
-<span class="gtkdoc opt">}</span></pre></td>
+<span class="keyword">static</span><span class="normal"> </span><span 
class="type">void</span>
+<span class="function">cdo_policy_iface_init</span><span class="normal"> 
</span><span class="symbol">(</span><span 
class="usertype">McpDispatchOperationPolicyIface</span><span class="normal"> 
</span><span class="symbol">*</span><span class="normal">iface</span><span 
class="symbol">,</span>
+<span class="normal">    <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer";>gpointer</a>
 </span><span class="usertype">unused</span><span class="normal"> <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Miscellaneous-Macros.html#G-GNUC-UNUSED:CAPS";>G_GNUC_UNUSED</a></span><span
 class="symbol">)</span>
+<span class="cbracket">{</span>
+<span class="normal">  iface</span><span class="symbol">-&gt;</span><span 
class="normal">check </span><span class="symbol">=</span><span class="normal"> 
my_plugin_check_cdo</span><span class="symbol">;</span>
+<span class="normal">  iface</span><span class="symbol">-&gt;</span><span 
class="normal">handler_is_suitable_async </span><span 
class="symbol">=</span><span class="normal"> 
my_plugin_handler_is_suitable_async</span><span class="symbol">;</span>
+<span class="normal">  iface</span><span class="symbol">-&gt;</span><span 
class="normal">handler_is_suitable_finish </span><span 
class="symbol">=</span><span class="normal"> 
my_plugin_handler_is_suitable_finish</span><span class="symbol">;</span>
+<span class="cbracket">}</span></pre></td>
       </tr>
     </tbody>
   </table>
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/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/mission-control-plugins-McpRequestPolicy.html
 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/html/mission-control-plugins-McpRequestPolicy.html
--- 
old/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/mission-control-plugins-McpRequestPolicy.html
       2014-01-27 13:28:05.000000000 +0100
+++ 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/html/mission-control-plugins-McpRequestPolicy.html
       2014-08-25 14:45:32.000000000 +0200
@@ -88,19 +88,19 @@
 11
 12
 13</pre></td>
-        <td class="listing_code"><pre class="programlisting"><span 
class="function"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-DEFINE-TYPE-WITH-CODE:CAPS";>G_DEFINE_TYPE_WITH_CODE</a></span>
 <span class="gtkdoc opt">(</span>MyPlugin<span class="gtkdoc opt">,</span> 
my_plugin<span class="gtkdoc opt">,</span>
-   G_TYPE_OBJECT<span class="gtkdoc opt">,</span>
-   <span class="function"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-IMPLEMENT-INTERFACE:CAPS";>G_IMPLEMENT_INTERFACE</a></span>
 <span class="gtkdoc opt">(...);</span>
-   <span class="function"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-IMPLEMENT-INTERFACE:CAPS";>G_IMPLEMENT_INTERFACE</a></span>
 <span class="gtkdoc opt">(</span>MCP_TYPE_REQUEST_POLICY<span class="gtkdoc 
opt">,</span>
-     request_policy_iface_init<span class="gtkdoc opt">);</span>
-   <span class="function"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-IMPLEMENT-INTERFACE:CAPS";>G_IMPLEMENT_INTERFACE</a></span>
 <span class="gtkdoc opt">(...))</span>
+        <td class="listing_code"><pre class="programlisting"><span 
class="function"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-DEFINE-TYPE-WITH-CODE:CAPS";>G_DEFINE_TYPE_WITH_CODE</a></span><span
 class="normal"> </span><span class="symbol">(</span><span 
class="normal">MyPlugin</span><span class="symbol">,</span><span 
class="normal"> my_plugin</span><span class="symbol">,</span>
+<span class="normal">   <a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-TYPE-OBJECT:CAPS";>G_TYPE_OBJECT</a></span><span
 class="symbol">,</span>
+<span class="normal">   </span><span class="function"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-IMPLEMENT-INTERFACE:CAPS";>G_IMPLEMENT_INTERFACE</a></span><span
 class="normal"> </span><span class="symbol">(...);</span>
+<span class="normal">   </span><span class="function"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-IMPLEMENT-INTERFACE:CAPS";>G_IMPLEMENT_INTERFACE</a></span><span
 class="normal"> </span><span class="symbol">(</span><span 
class="normal">MCP_TYPE_REQUEST_POLICY</span><span class="symbol">,</span>
+<span class="normal">     request_policy_iface_init</span><span 
class="symbol">);</span>
+<span class="normal">   </span><span class="function"><a 
href="http://library.gnome.org/devel/gobject/unstable/gobject-Type-Information.html#G-IMPLEMENT-INTERFACE:CAPS";>G_IMPLEMENT_INTERFACE</a></span><span
 class="normal"> </span><span class="symbol">(...))</span>
 <span class="comment">/* ... */</span>
-<span class="gtkdoc kwb">static void</span>
-<span class="function">request_policy_iface_init</span> <span class="gtkdoc 
opt">(</span>McpRequestPolicyIface <span class="gtkdoc opt">*</span>iface<span 
class="gtkdoc opt">,</span>
-    gpointer unused G_GNUC_UNUSED<span class="gtkdoc opt">)</span>
-<span class="gtkdoc opt">{</span>
-  iface<span class="gtkdoc opt">-&gt;</span>check <span class="gtkdoc 
opt">=</span> my_plugin_check_request<span class="gtkdoc opt">;</span>
-<span class="gtkdoc opt">}</span></pre></td>
+<span class="keyword">static</span><span class="normal"> </span><span 
class="type">void</span>
+<span class="function">request_policy_iface_init</span><span class="normal"> 
</span><span class="symbol">(</span><span 
class="usertype">McpRequestPolicyIface</span><span class="normal"> </span><span 
class="symbol">*</span><span class="normal">iface</span><span 
class="symbol">,</span>
+<span class="normal">    <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer";>gpointer</a>
 </span><span class="usertype">unused</span><span class="normal"> <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Miscellaneous-Macros.html#G-GNUC-UNUSED:CAPS";>G_GNUC_UNUSED</a></span><span
 class="symbol">)</span>
+<span class="cbracket">{</span>
+<span class="normal">  iface</span><span class="symbol">-&gt;</span><span 
class="normal">check </span><span class="symbol">=</span><span class="normal"> 
my_plugin_check_request</span><span class="symbol">;</span>
+<span class="cbracket">}</span></pre></td>
       </tr>
     </tbody>
   </table>
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/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/mission-control-plugins-Plugin-loader-and-global-functions.html
 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/html/mission-control-plugins-Plugin-loader-and-global-functions.html
--- 
old/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/mission-control-plugins-Plugin-loader-and-global-functions.html
     2014-01-27 13:28:05.000000000 +0100
+++ 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/html/mission-control-plugins-Plugin-loader-and-global-functions.html
     2014-08-25 14:45:32.000000000 +0200
@@ -52,7 +52,7 @@
 <a 
name="mission-control-plugins-Plugin-loader-and-global-functions.description"></a><h2>Description</h2>
 <p>
 To write plugins for Mission Control, build a GModule whose name starts
-with "mcp-" and ends with <code class="literal">G_MODULE_SUFFIX</code>, for 
instance mcp-testplugin.so
+with "mcp-" and ends with <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Dynamic-Loading-of-Modules.html#G-MODULE-SUFFIX:CAPS";><code
 class="literal">G_MODULE_SUFFIX</code></a>, for instance mcp-testplugin.so
 on Linux or mcp-testplugin.dll on Windows. It must be installed in the
 directory given by the ${plugindir} variable in the mission-control-plugins
 pkg-config file.
@@ -165,7 +165,7 @@
 <pre class="programlisting"><span class="returnvalue">void</span>              
  mcp_read_dir                        (<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> *path</code></em>);</pre>
 <p>
 Read plugins from the given path. Any file with prefix "mcp-" and suffix
-<code class="literal">G_MODULE_SUFFIX</code> is considered as a potential 
plugin, and loaded; if it
+<a 
href="http://library.gnome.org/devel/glib/unstable/glib-Dynamic-Loading-of-Modules.html#G-MODULE-SUFFIX:CAPS";><code
 class="literal">G_MODULE_SUFFIX</code></a> is considered as a potential 
plugin, and loaded; if it
 contains the symbol <a class="link" 
href="mission-control-plugins-Plugin-loader-and-global-functions.html#mcp-plugin-ref-nth-object"
 title="mcp_plugin_ref_nth_object ()"><code 
class="function">mcp_plugin_ref_nth_object()</code></a>, the plugin is made
 resident, then that symbol is called as a function until it returns <a 
href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS";><code
 class="literal">NULL</code></a>.
 </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/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/mission-control-plugins.devhelp2
 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/html/mission-control-plugins.devhelp2
--- 
old/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/html/mission-control-plugins.devhelp2
    2014-01-27 13:27:54.000000000 +0100
+++ 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/html/mission-control-plugins.devhelp2
    2014-08-25 14:45:32.000000000 +0200
@@ -70,8 +70,8 @@
     <keyword type="function" 
name="mcp_account_manager_escape_variant_for_keyfile ()" 
link="McpAccountManager.html#mcp-account-manager-escape-variant-for-keyfile"/>
     <keyword type="function" 
name="mcp_account_manager_unescape_value_from_keyfile ()" 
link="McpAccountManager.html#mcp-account-manager-unescape-value-from-keyfile"/>
     <keyword type="function" 
name="mcp_account_manager_init_value_for_attribute ()" 
link="McpAccountManager.html#mcp-account-manager-init-value-for-attribute"/>
-    <keyword type="struct" name="McpAccountManager" 
link="McpAccountManager.html#McpAccountManager-struct"/>
     <keyword type="struct" name="McpAccountManagerIface" 
link="McpAccountManager.html#McpAccountManagerIface"/>
+    <keyword type="struct" name="McpAccountManager" 
link="McpAccountManager.html#McpAccountManager-struct"/>
     <keyword type="function" name="McpRequestPolicyCb ()" 
link="mission-control-plugins-McpRequestPolicy.html#McpRequestPolicyCb"/>
     <keyword type="function" name="mcp_request_policy_check ()" 
link="mission-control-plugins-McpRequestPolicy.html#mcp-request-policy-check"/>
     <keyword type="function" name="mcp_request_policy_iface_implement_check 
()" 
link="mission-control-plugins-McpRequestPolicy.html#mcp-request-policy-iface-implement-check"/>
@@ -113,7 +113,7 @@
     <keyword type="function" name="mcp_dispatch_operation_close_channels ()" 
link="McpDispatchOperation.html#mcp-dispatch-operation-close-channels"/>
     <keyword type="function" name="mcp_dispatch_operation_destroy_channels ()" 
link="McpDispatchOperation.html#mcp-dispatch-operation-destroy-channels"/>
     <keyword type="struct" name="McpDispatchOperationIface" 
link="McpDispatchOperation.html#McpDispatchOperationIface"/>
-    <keyword type="struct" name="McpDispatchOperation" 
link="McpDispatchOperation.html#McpDispatchOperation-struct"/>
     <keyword type="struct" name="McpDispatchOperationDelay" 
link="McpDispatchOperation.html#McpDispatchOperationDelay"/>
+    <keyword type="struct" name="McpDispatchOperation" 
link="McpDispatchOperation.html#McpDispatchOperation-struct"/>
   </functions>
 </book>
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/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/mission-control-plugins-docs.sgml
 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/mission-control-plugins-docs.sgml
--- 
old/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/mission-control-plugins-docs.sgml
        2013-09-18 12:15:04.000000000 +0200
+++ 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/mission-control-plugins-docs.sgml
        2014-08-25 14:20:16.000000000 +0200
@@ -8,8 +8,8 @@
   <bookinfo>
     <title>Mission Control Plugins Reference Manual</title>
     <releaseinfo>
-      The latest version of this documentation can be found on-line at
-      <ulink role="online-location" 
url="http://telepathy.freedesktop.org/doc/mission-control-plugins/";>http://telepathy.freedesktop.org/doc/mission-control-plugins/</ulink>.
+      The latest version of this documentation in this stable branch can be 
found on-line at
+      <ulink role="online-location" 
url="http://telepathy.freedesktop.org/doc/mission-control-plugins-5.16.x/";>http://telepathy.freedesktop.org/doc/mission-control-plugins-5.16.x/</ulink>.
     </releaseinfo>
   </bookinfo>
 
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/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/mission-control-plugins-sections.txt
 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/mission-control-plugins-sections.txt
--- 
old/telepathy-mission-control-5.16.1/doc/reference/mission-control-plugins/mission-control-plugins-sections.txt
     2014-01-27 13:27:54.000000000 +0100
+++ 
new/telepathy-mission-control-5.16.3/doc/reference/mission-control-plugins/mission-control-plugins-sections.txt
     2014-08-25 14:45:32.000000000 +0200
@@ -12,8 +12,8 @@
 mcp_account_manager_escape_variant_for_keyfile
 mcp_account_manager_unescape_value_from_keyfile
 mcp_account_manager_init_value_for_attribute
-McpAccountManager
 McpAccountManagerIface
+McpAccountManager
 <SUBSECTION Standard>
 MCP_ACCOUNT_MANAGER
 MCP_ACCOUNT_MANAGER_GET_IFACE
@@ -108,8 +108,8 @@
 mcp_dispatch_operation_close_channels
 mcp_dispatch_operation_destroy_channels
 McpDispatchOperationIface
-McpDispatchOperation
 McpDispatchOperationDelay
+McpDispatchOperation
 <SUBSECTION Standard>
 MCP_DISPATCH_OPERATION
 MCP_DISPATCH_OPERATION_GET_IFACE
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/telepathy-mission-control-5.16.1/m4/libtool.m4 
new/telepathy-mission-control-5.16.3/m4/libtool.m4
--- old/telepathy-mission-control-5.16.1/m4/libtool.m4  2013-10-02 
18:11:01.000000000 +0200
+++ new/telepathy-mission-control-5.16.3/m4/libtool.m4  2014-02-12 
16:08:31.000000000 +0100
@@ -1312,7 +1312,7 @@
   rm -rf conftest*
   ;;
 
-x86_64-*kfreebsd*-gnu|x86_64-*linux*|ppc*-*linux*|powerpc*-*linux*| \
+x86_64-*kfreebsd*-gnu|x86_64-*linux*|powerpc*-*linux*| \
 s390*-*linux*|s390*-*tpf*|sparc*-*linux*)
   # Find out which ABI we are using.
   echo 'int i;' > conftest.$ac_ext
@@ -1324,16 +1324,12 @@
            LD="${LD-ld} -m elf_i386_fbsd"
            ;;
          x86_64-*linux*)
-           case `/usr/bin/file conftest.o` in
-             *x86-64*)
-               LD="${LD-ld} -m elf32_x86_64"
-               ;;
-             *)
-               LD="${LD-ld} -m elf_i386"
-               ;;
-           esac
+           LD="${LD-ld} -m elf_i386"
+           ;;
+         powerpc64le-*linux*)
+           LD="${LD-ld} -m elf32lppclinux"
            ;;
-         ppc64-*linux*|powerpc64-*linux*)
+         powerpc64-*linux*)
            LD="${LD-ld} -m elf32ppclinux"
            ;;
          s390x-*linux*)
@@ -1352,7 +1348,10 @@
          x86_64-*linux*)
            LD="${LD-ld} -m elf_x86_64"
            ;;
-         ppc*-*linux*|powerpc*-*linux*)
+         powerpcle-*linux*)
+           LD="${LD-ld} -m elf64lppc"
+           ;;
+         powerpc-*linux*)
            LD="${LD-ld} -m elf64ppc"
            ;;
          s390*-*linux*|s390*-*tpf*)
@@ -1695,8 +1694,7 @@
     ;;
   *)
     lt_cv_sys_max_cmd_len=`(getconf ARG_MAX) 2> /dev/null`
-    if test -n "$lt_cv_sys_max_cmd_len" && \
-       test undefined != "$lt_cv_sys_max_cmd_len"; then
+    if test -n "$lt_cv_sys_max_cmd_len"; then
       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \/ 4`
       lt_cv_sys_max_cmd_len=`expr $lt_cv_sys_max_cmd_len \* 3`
     else
@@ -2520,6 +2518,17 @@
   esac
   ;;
 
+gnu*)
+  version_type=linux # correct to gnu/linux during the next big refactor
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix 
${libname}${release}${shared_ext}${major} ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  ;;
+
 haiku*)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
@@ -2636,7 +2645,7 @@
   ;;
 
 # This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
   version_type=linux # correct to gnu/linux during the next big refactor
   need_lib_prefix=no
   need_version=no
@@ -2666,10 +2675,14 @@
   # before this can be enabled.
   hardcode_into_libs=yes
 
+  # Add ABI-specific directories to the system library path.
+  sys_lib_dlsearch_path_spec="/lib64 /usr/lib64 /lib /usr/lib"
+
   # Append ld.so.conf contents to the search path
   if test -f /etc/ld.so.conf; then
     lt_ld_extra=`awk '/^include / { system(sprintf("cd /etc; cat %s 
2>/dev/null", \[$]2)); skip = 1; } { if (!skip) print \[$]0; skip = 0; }' < 
/etc/ld.so.conf | $SED -e 's/#.*//;/^[  ]*hwcap[        ]/d;s/[:,      ]/ 
/g;s/=[^=]*$//;s/=[^= ]* / /g;s/"//g;/^$/d' | tr '\n' ' '`
-    sys_lib_dlsearch_path_spec="/lib /usr/lib $lt_ld_extra"
+    sys_lib_dlsearch_path_spec="$sys_lib_dlsearch_path_spec $lt_ld_extra"
+
   fi
 
   # We used to test for /lib/ld.so.1 and disable shared libraries on
@@ -2681,18 +2694,6 @@
   dynamic_linker='GNU/Linux ld.so'
   ;;
 
-netbsdelf*-gnu)
-  version_type=linux
-  need_lib_prefix=no
-  need_version=no
-  library_names_spec='${libname}${release}${shared_ext}$versuffix 
${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
-  soname_spec='${libname}${release}${shared_ext}$major'
-  shlibpath_var=LD_LIBRARY_PATH
-  shlibpath_overrides_runpath=no
-  hardcode_into_libs=yes
-  dynamic_linker='NetBSD ld.elf_so'
-  ;;
-
 netbsd*)
   version_type=sunos
   need_lib_prefix=no
@@ -3252,6 +3253,10 @@
   fi
   ;;
 
+gnu*)
+  lt_cv_deplibs_check_method=pass_all
+  ;;
+
 haiku*)
   lt_cv_deplibs_check_method=pass_all
   ;;
@@ -3290,11 +3295,11 @@
   ;;
 
 # This must be glibc/ELF.
-linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
+linux* | k*bsd*-gnu | kopensolaris*-gnu)
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-netbsd* | netbsdelf*-gnu)
+netbsd*)
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
     lt_cv_deplibs_check_method='match_pattern 
/lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
   else
@@ -4042,7 +4047,7 @@
            ;;
        esac
        ;;
-      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
+      linux* | k*bsd*-gnu | kopensolaris*-gnu)
        case $cc_basename in
          KCC*)
            # KAI C++ Compiler
@@ -4106,7 +4111,7 @@
            ;;
        esac
        ;;
-      netbsd* | netbsdelf*-gnu)
+      netbsd*)
        ;;
       *qnx* | *nto*)
         # QNX uses GNU C++, but need to define -shared option too, otherwise
@@ -4341,7 +4346,7 @@
       _LT_TAGVAR(lt_prog_compiler_static, $1)='-non_shared'
       ;;
 
-    linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
+    linux* | k*bsd*-gnu | kopensolaris*-gnu)
       case $cc_basename in
       # old Intel for x86_64 which still supported -KPIC.
       ecc*)
@@ -4583,9 +4588,6 @@
       ;;
     esac
     ;;
-  linux* | k*bsd*-gnu | gnu*)
-    _LT_TAGVAR(link_all_deplibs, $1)=no
-    ;;
   *)
     _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | 
$global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
     ;;
@@ -4648,9 +4650,6 @@
   openbsd*)
     with_gnu_ld=no
     ;;
-  linux* | k*bsd*-gnu | gnu*)
-    _LT_TAGVAR(link_all_deplibs, $1)=no
-    ;;
   esac
 
   _LT_TAGVAR(ld_shlibs, $1)=yes
@@ -4872,7 +4871,7 @@
       fi
       ;;
 
-    netbsd* | netbsdelf*-gnu)
+    netbsd*)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs 
$linker_flags -o $lib'
        wlarc=
@@ -5049,7 +5048,6 @@
        if test "$aix_use_runtimelinking" = yes; then
          shared_flag="$shared_flag "'${wl}-G'
        fi
-       _LT_TAGVAR(link_all_deplibs, $1)=no
       else
        # not using gcc
        if test "$host_cpu" = ia64; then
@@ -5354,7 +5352,7 @@
       _LT_TAGVAR(link_all_deplibs, $1)=yes
       ;;
 
-    netbsd* | netbsdelf*-gnu)
+    netbsd*)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs 
$linker_flags'  # a.out
       else
@@ -6234,6 +6232,9 @@
         _LT_TAGVAR(ld_shlibs, $1)=yes
         ;;
 
+      gnu*)
+        ;;
+
       haiku*)
         _LT_TAGVAR(archive_cmds, $1)='$CC -shared $libobjs $deplibs 
$compiler_flags ${wl}-soname $wl$soname -o $lib'
         _LT_TAGVAR(link_all_deplibs, $1)=yes
@@ -6395,7 +6396,7 @@
         _LT_TAGVAR(inherit_rpath, $1)=yes
         ;;
 
-      linux* | k*bsd*-gnu | kopensolaris*-gnu | gnu*)
+      linux* | k*bsd*-gnu | kopensolaris*-gnu)
         case $cc_basename in
           KCC*)
            # Kuck and Associates, Inc. (KAI) C++ Compiler
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/telepathy-mission-control-5.16.1/mission-control-plugins/debug.h 
new/telepathy-mission-control-5.16.3/mission-control-plugins/debug.h
--- old/telepathy-mission-control-5.16.1/mission-control-plugins/debug.h        
2013-10-02 19:47:38.000000000 +0200
+++ new/telepathy-mission-control-5.16.3/mission-control-plugins/debug.h        
2014-08-25 14:20:16.000000000 +0200
@@ -27,7 +27,7 @@
 
 #define MCP_DEBUG(_type, _fmt, ...) \
   G_STMT_START { if (mcp_is_debugging (_type)) \
-      g_debug ("%s: " _fmt, G_STRLOC, ##__VA_ARGS__); } G_STMT_END
+      g_debug ("%s: " _fmt, G_STRFUNC, ##__VA_ARGS__); } G_STMT_END
 
 G_BEGIN_DECLS
 
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/telepathy-mission-control-5.16.1/src/Makefile.am 
new/telepathy-mission-control-5.16.3/src/Makefile.am
--- old/telepathy-mission-control-5.16.1/src/Makefile.am        2013-10-02 
19:47:38.000000000 +0200
+++ new/telepathy-mission-control-5.16.3/src/Makefile.am        2014-08-25 
14:20:16.000000000 +0200
@@ -275,7 +275,13 @@
                $(tools_dir)/glib-interfaces-body-generator.xsl \
                $< > $@
 
-_gen/gtypes.h _gen/gtypes-body.h: _gen/mcd.xml \
+_gen/gtypes.h: _gen/gtypes-gtk-doc.h
+       @: # generated as a side-effect
+
+_gen/gtypes-body.h: _gen/gtypes-gtk-doc.h
+       @: # generated as a side-effect
+
+_gen/gtypes-gtk-doc.h: _gen/mcd.xml \
        $(top_srcdir)/tools/glib-gtypes-generator.py
        $(AM_V_GEN)$(PYTHON) $(top_srcdir)/tools/glib-gtypes-generator.py \
                $< _gen/gtypes mc
@@ -296,7 +302,13 @@
        $(AM_V_GEN)$(XSLTPROC) $(XSLTPROCFLAGS) --xinclude 
$(tools_dir)/identity.xsl \
                $< > $@
 
-_gen/cli-%-body.h _gen/cli-%.h: _gen/%.xml \
+_gen/cli-%-body.h: _gen/cli-%-gtk-doc.h
+       @: # generated as a side-effect
+
+_gen/cli-%.h: _gen/cli-%-gtk-doc.h
+       @: # generated as a side-effect
+
+_gen/cli-%-gtk-doc.h: _gen/%.xml \
        $(tools_dir)/glib-client-gen.py Makefile.am
        $(AM_V_GEN)$(PYTHON) $(tools_dir)/glib-client-gen.py \
                --group=`echo $* | tr x- x_` \
@@ -304,7 +316,13 @@
                --tp-proxy-api=0.7.6 \
                $< Mc_Cli _gen/cli-$*
 
-_gen/svc-%.c _gen/svc-%.h: _gen/%.xml \
+_gen/svc-%.c: _gen/svc-%-gtk-doc.h
+       @: # generated as a side-effect
+
+_gen/svc-%.h: _gen/svc-%-gtk-doc.h
+       @: # generated as a side-effect
+
+_gen/svc-%-gtk-doc.h: _gen/%.xml \
        $(tools_dir)/glib-ginterface-gen.py Makefile.am
        $(AM_V_GEN)$(PYTHON) $(tools_dir)/glib-ginterface-gen.py \
                --filename=_gen/svc-$* \
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/telepathy-mission-control-5.16.1/src/mcd-account.c 
new/telepathy-mission-control-5.16.3/src/mcd-account.c
--- old/telepathy-mission-control-5.16.1/src/mcd-account.c      2013-10-02 
13:32:10.000000000 +0200
+++ new/telepathy-mission-control-5.16.3/src/mcd-account.c      2014-08-25 
14:20:16.000000000 +0200
@@ -126,6 +126,7 @@
 
     McdStorage *storage;
     TpDBusDaemon *dbus_daemon;
+    gboolean registered;
     McdConnectivityMonitor *connectivity;
 
     McdAccountConnectionContext *connection_context;
@@ -686,6 +687,22 @@
   g_object_unref (account);
 }
 
+static void
+unregister_dbus_service (McdAccount *self)
+{
+    DBusGConnection *dbus_connection;
+
+    g_return_if_fail (MCD_IS_ACCOUNT (self));
+
+    if (!self->priv->registered)
+        return;
+
+    dbus_connection = tp_proxy_get_dbus_connection (self->priv->dbus_daemon);
+    dbus_g_connection_unregister_g_object (dbus_connection, (GObject *) self);
+
+    self->priv->registered = FALSE;
+}
+
 void
 mcd_account_delete (McdAccount *account,
                      McdAccountDeleteCb callback,
@@ -757,6 +774,10 @@
 
     mcd_storage_commit (priv->storage, name);
 
+    /* The callback may drop the latest ref on @account so make sure it stays
+     * alive while we still need it. */
+    g_object_ref (account);
+
     if (callback != NULL)
         callback (account, NULL, user_data);
 
@@ -769,6 +790,9 @@
         priv->removed = TRUE;
         tp_svc_account_emit_removed (account);
     }
+
+    unregister_dbus_service (account);
+    g_object_unref (account);
 }
 
 void
@@ -3067,10 +3091,13 @@
 
     dbus_connection = tp_proxy_get_dbus_connection (TP_PROXY (dbus_daemon));
 
-    if (G_LIKELY (dbus_connection))
-       dbus_g_connection_register_g_object (dbus_connection,
-                                            self->priv->object_path,
-                                            (GObject *) self);
+    if (G_LIKELY (dbus_connection)) {
+        dbus_g_connection_register_g_object (dbus_connection,
+                                             self->priv->object_path,
+                                             (GObject *) self);
+
+        self->priv->registered = TRUE;
+    }
 }
 
 /*
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/telepathy-mission-control-5.16.1/src/mcd-connection.c 
new/telepathy-mission-control-5.16.3/src/mcd-connection.c
--- old/telepathy-mission-control-5.16.1/src/mcd-connection.c   2014-01-22 
12:44:42.000000000 +0100
+++ new/telepathy-mission-control-5.16.3/src/mcd-connection.c   2014-08-25 
14:20:16.000000000 +0200
@@ -2267,7 +2267,7 @@
     if (!priv->tp_conn)
     {
         GHashTable *details = tp_asv_new (
-            "debug-message", inner_error->message,
+            "debug-message", G_TYPE_STRING, inner_error->message,
             NULL);
 
         /* Constructing a TpConnection can only fail from invalid arguments,
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/telepathy-mission-control-5.16.1/util/mc-tool.c 
new/telepathy-mission-control-5.16.3/util/mc-tool.c
--- old/telepathy-mission-control-5.16.1/util/mc-tool.c 2013-09-18 
12:15:04.000000000 +0200
+++ new/telepathy-mission-control-5.16.3/util/mc-tool.c 2014-02-12 
16:07:47.000000000 +0100
@@ -1051,7 +1051,7 @@
                                              command.presence.status,
                                              command.presence.message,
                                              callback_for_async,
-                                             
tp_account_request_presence_finish);
+                                             
tp_account_set_automatic_presence_finish);
 
     return TRUE;
 }

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

Reply via email to