Hello community,

here is the log from the commit of package gedit-collaboration for 
openSUSE:Factory checked in at 2013-03-11 07:24:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gedit-collaboration (Old)
 and      /work/SRC/openSUSE:Factory/.gedit-collaboration.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gedit-collaboration", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/gedit-collaboration/gedit-collaboration.changes  
2012-09-25 13:40:00.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.gedit-collaboration.new/gedit-collaboration.changes 
    2013-03-11 07:24:18.000000000 +0100
@@ -1,0 +2,7 @@
+Sun Mar 10 12:14:48 UTC 2013 - [email protected]
+
+- Update to version 3.6.1:
+  + Misc bugfixes.
+  + Updated translations.
+
+-------------------------------------------------------------------

Old:
----
  gedit-collaboration-3.6.0.tar.xz

New:
----
  gedit-collaboration-3.6.1.tar.xz

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

Other differences:
------------------
++++++ gedit-collaboration.spec ++++++
--- /var/tmp/diff_new_pack.tE98hK/_old  2013-03-11 07:24:19.000000000 +0100
+++ /var/tmp/diff_new_pack.tE98hK/_new  2013-03-11 07:24:19.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gedit-collaboration
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2012 Dominique Leuenberger, Amsterdam, The Netherlands.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,7 +18,7 @@
 
 
 Name:           gedit-collaboration
-Version:        3.6.0
+Version:        3.6.1
 Release:        0
 Summary:        Plugin for gedit for collaborative editing
 License:        GPL-2.0+

++++++ gedit-collaboration-3.6.0.tar.xz -> gedit-collaboration-3.6.1.tar.xz 
++++++
++++ 3421 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/gedit-collaboration-3.6.0/INSTALL new/gedit-collaboration-3.6.1/INSTALL
--- old/gedit-collaboration-3.6.0/INSTALL       2012-09-22 13:41:28.000000000 
+0200
+++ new/gedit-collaboration-3.6.1/INSTALL       2013-02-24 19:38:15.000000000 
+0100
@@ -1,7 +1,7 @@
 Installation Instructions
 *************************
 
-Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
+Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation,
 Inc.
 
    Copying and distribution of this file, with or without modification,
@@ -309,9 +309,10 @@
 overridden in the site shell script).
 
 Unfortunately, this technique does not work for `CONFIG_SHELL' due to
-an Autoconf bug.  Until the bug is fixed you can use this workaround:
+an Autoconf limitation.  Until the limitation is lifted, you can use
+this workaround:
 
-     CONFIG_SHELL=/bin/bash /bin/bash ./configure CONFIG_SHELL=/bin/bash
+     CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
 
 `configure' Invocation
 ======================
@@ -367,4 +368,3 @@
 
 `configure' also accepts some other, not widely useful, options.  Run
 `configure --help' for more details.
-
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/gedit-collaboration-3.6.0/NEWS new/gedit-collaboration-3.6.1/NEWS
--- old/gedit-collaboration-3.6.0/NEWS  2012-09-22 13:41:06.000000000 +0200
+++ new/gedit-collaboration-3.6.1/NEWS  2013-02-24 19:37:56.000000000 +0100
@@ -1,3 +1,7 @@
+== gedit-collaboration-plugin 3.6.1 ==
+       * Misc bugfixes
+       * Translation updates
+
 == gedit-collaboration-plugin 3.6.0 ==
        * Misc bugfixes
        * Translation updates
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/gedit-collaboration-3.6.0/configure.ac 
new/gedit-collaboration-3.6.1/configure.ac
--- old/gedit-collaboration-3.6.0/configure.ac  2012-09-22 13:40:41.000000000 
+0200
+++ new/gedit-collaboration-3.6.1/configure.ac  2013-02-24 19:37:22.000000000 
+0100
@@ -3,7 +3,7 @@
 AC_PREREQ([2.64])
 
 AC_INIT([gedit-collaboration],
-        [3.6.0],
+        [3.6.1],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gedit],
         [gedit-collaboration],
         [http://projects.gnome.org/gedit/])
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/gedit-collaboration-3.6.0/missing new/gedit-collaboration-3.6.1/missing
--- old/gedit-collaboration-3.6.0/missing       2012-09-22 13:41:28.000000000 
+0200
+++ new/gedit-collaboration-3.6.1/missing       2013-02-24 19:38:15.000000000 
+0100
@@ -1,10 +1,9 @@
 #! /bin/sh
 # Common stub for a few missing GNU programs while installing.
 
-scriptversion=2012-01-06.13; # UTC
+scriptversion=2012-01-06.18; # UTC
 
-# Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
-# 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
+# Copyright (C) 1996-2012 Free Software Foundation, Inc.
 # Originally by Fran,cois Pinard <[email protected]>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
@@ -26,7 +25,7 @@
 # the same distribution terms that you use for the rest of that program.
 
 if test $# -eq 0; then
-  echo 1>&2 "Try \`$0 --help' for more information"
+  echo 1>&2 "Try '$0 --help' for more information"
   exit 1
 fi
 
@@ -34,7 +33,7 @@
 sed_output='s/.* --output[ =]\([^ ]*\).*/\1/p'
 sed_minuso='s/.* -o \([^ ]*\).*/\1/p'
 
-# In the cases where this matters, `missing' is being run in the
+# In the cases where this matters, 'missing' is being run in the
 # srcdir already.
 if test -f configure.ac; then
   configure_ac=configure.ac
@@ -65,7 +64,7 @@
     echo "\
 $0 [OPTION]... PROGRAM [ARGUMENT]...
 
-Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
+Handle 'PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
 error status if there is no known handling for PROGRAM.
 
 Options:
@@ -74,20 +73,20 @@
   --run           try to run the given command, and emulate it if it fails
 
 Supported PROGRAM values:
-  aclocal      touch file \`aclocal.m4'
-  autoconf     touch file \`configure'
-  autoheader   touch file \`config.h.in'
+  aclocal      touch file 'aclocal.m4'
+  autoconf     touch file 'configure'
+  autoheader   touch file 'config.h.in'
   autom4te     touch the output file, or create a stub one
-  automake     touch all \`Makefile.in' files
-  bison        create \`y.tab.[ch]', if possible, from existing .[ch]
-  flex         create \`lex.yy.c', if possible, from existing .c
+  automake     touch all 'Makefile.in' files
+  bison        create 'y.tab.[ch]', if possible, from existing .[ch]
+  flex         create 'lex.yy.c', if possible, from existing .c
   help2man     touch the output file
-  lex          create \`lex.yy.c', if possible, from existing .c
+  lex          create 'lex.yy.c', if possible, from existing .c
   makeinfo     touch the output file
-  yacc         create \`y.tab.[ch]', if possible, from existing .[ch]
+  yacc         create 'y.tab.[ch]', if possible, from existing .[ch]
 
-Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and
-\`g' are ignored when checking the name.
+Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
+'g' are ignored when checking the name.
 
 Send bug reports to <[email protected]>."
     exit $?
@@ -99,8 +98,8 @@
     ;;
 
   -*)
-    echo 1>&2 "$0: Unknown \`$1' option"
-    echo 1>&2 "Try \`$0 --help' for more information"
+    echo 1>&2 "$0: Unknown '$1' option"
+    echo 1>&2 "Try '$0 --help' for more information"
     exit 1
     ;;
 
@@ -127,7 +126,7 @@
        exit 1
     elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
        # Could not run --version or --help.  This is probably someone
-       # running `$TOOL --version' or `$TOOL --help' to check whether
+       # running '$TOOL --version' or '$TOOL --help' to check whether
        # $TOOL exists and not knowing $TOOL uses missing.
        exit 1
     fi
@@ -139,27 +138,27 @@
 case $program in
   aclocal*)
     echo 1>&2 "\
-WARNING: \`$1' is $msg.  You should only need it if
-         you modified \`acinclude.m4' or \`${configure_ac}'.  You might want
-         to install the \`Automake' and \`Perl' packages.  Grab them from
+WARNING: '$1' is $msg.  You should only need it if
+         you modified 'acinclude.m4' or '${configure_ac}'.  You might want
+         to install the Automake and Perl packages.  Grab them from
          any GNU archive site."
     touch aclocal.m4
     ;;
 
   autoconf*)
     echo 1>&2 "\
-WARNING: \`$1' is $msg.  You should only need it if
-         you modified \`${configure_ac}'.  You might want to install the
-         \`Autoconf' and \`GNU m4' packages.  Grab them from any GNU
+WARNING: '$1' is $msg.  You should only need it if
+         you modified '${configure_ac}'.  You might want to install the
+         Autoconf and GNU m4 packages.  Grab them from any GNU
          archive site."
     touch configure
     ;;
 
   autoheader*)
     echo 1>&2 "\
-WARNING: \`$1' is $msg.  You should only need it if
-         you modified \`acconfig.h' or \`${configure_ac}'.  You might want
-         to install the \`Autoconf' and \`GNU m4' packages.  Grab them
+WARNING: '$1' is $msg.  You should only need it if
+         you modified 'acconfig.h' or '${configure_ac}'.  You might want
+         to install the Autoconf and GNU m4 packages.  Grab them
          from any GNU archive site."
     files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' 
${configure_ac}`
     test -z "$files" && files="config.h"
@@ -176,9 +175,9 @@
 
   automake*)
     echo 1>&2 "\
-WARNING: \`$1' is $msg.  You should only need it if
-         you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
-         You might want to install the \`Automake' and \`Perl' packages.
+WARNING: '$1' is $msg.  You should only need it if
+         you modified 'Makefile.am', 'acinclude.m4' or '${configure_ac}'.
+         You might want to install the Automake and Perl packages.
          Grab them from any GNU archive site."
     find . -type f -name Makefile.am -print |
           sed 's/\.am$/.in/' |
@@ -187,10 +186,10 @@
 
   autom4te*)
     echo 1>&2 "\
-WARNING: \`$1' is needed, but is $msg.
+WARNING: '$1' is needed, but is $msg.
          You might have modified some files without having the
          proper tools for further handling them.
-         You can get \`$1' as part of \`Autoconf' from any GNU
+         You can get '$1' as part of Autoconf from any GNU
          archive site."
 
     file=`echo "$*" | sed -n "$sed_output"`
@@ -210,10 +209,10 @@
 
   bison*|yacc*)
     echo 1>&2 "\
-WARNING: \`$1' $msg.  You should only need it if
-         you modified a \`.y' file.  You may need the \`Bison' package
+WARNING: '$1' $msg.  You should only need it if
+         you modified a '.y' file.  You may need the Bison package
          in order for those modifications to take effect.  You can get
-         \`Bison' from any GNU archive site."
+         Bison from any GNU archive site."
     rm -f y.tab.c y.tab.h
     if test $# -ne 1; then
         eval LASTARG=\${$#}
@@ -240,10 +239,10 @@
 
   lex*|flex*)
     echo 1>&2 "\
-WARNING: \`$1' is $msg.  You should only need it if
-         you modified a \`.l' file.  You may need the \`Flex' package
+WARNING: '$1' is $msg.  You should only need it if
+         you modified a '.l' file.  You may need the Flex package
          in order for those modifications to take effect.  You can get
-         \`Flex' from any GNU archive site."
+         Flex from any GNU archive site."
     rm -f lex.yy.c
     if test $# -ne 1; then
         eval LASTARG=\${$#}
@@ -263,10 +262,10 @@
 
   help2man*)
     echo 1>&2 "\
-WARNING: \`$1' is $msg.  You should only need it if
+WARNING: '$1' is $msg.  You should only need it if
         you modified a dependency of a manual page.  You may need the
-        \`Help2man' package in order for those modifications to take
-        effect.  You can get \`Help2man' from any GNU archive site."
+        Help2man package in order for those modifications to take
+        effect.  You can get Help2man from any GNU archive site."
 
     file=`echo "$*" | sed -n "$sed_output"`
     test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
@@ -281,12 +280,12 @@
 
   makeinfo*)
     echo 1>&2 "\
-WARNING: \`$1' is $msg.  You should only need it if
-         you modified a \`.texi' or \`.texinfo' file, or any other file
+WARNING: '$1' is $msg.  You should only need it if
+         you modified a '.texi' or '.texinfo' file, or any other file
          indirectly affecting the aspect of the manual.  The spurious
-         call might also be the consequence of using a buggy \`make' (AIX,
-         DU, IRIX).  You might want to install the \`Texinfo' package or
-         the \`GNU make' package.  Grab either from any GNU archive site."
+         call might also be the consequence of using a buggy 'make' (AIX,
+         DU, IRIX).  You might want to install the Texinfo package or
+         the GNU make package.  Grab either from any GNU archive site."
     # The file to touch is that specified with -o ...
     file=`echo "$*" | sed -n "$sed_output"`
     test -z "$file" && file=`echo "$*" | sed -n "$sed_minuso"`
@@ -310,12 +309,12 @@
 
   *)
     echo 1>&2 "\
-WARNING: \`$1' is needed, and is $msg.
+WARNING: '$1' is needed, and is $msg.
          You might have modified some files without having the
-         proper tools for further handling them.  Check the \`README' file,
+         proper tools for further handling them.  Check the 'README' file,
          it often tells you about the needed prerequisites for installing
          this package.  You may also peek at any GNU archive site, in case
-         some other package would contain this missing \`$1' program."
+         some other package would contain this missing '$1' program."
     exit 1
     ;;
 esac
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/gedit-collaboration-3.6.0/po/LINGUAS 
new/gedit-collaboration-3.6.1/po/LINGUAS
--- old/gedit-collaboration-3.6.0/po/LINGUAS    2012-09-19 21:26:25.000000000 
+0200
+++ new/gedit-collaboration-3.6.1/po/LINGUAS    2013-02-24 19:35:02.000000000 
+0100
@@ -13,6 +13,7 @@
 fr
 gl
 he
+id
 it
 lv
 nb
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/gedit-collaboration-3.6.0/po/id.po new/gedit-collaboration-3.6.1/po/id.po
--- old/gedit-collaboration-3.6.0/po/id.po      1970-01-01 01:00:00.000000000 
+0100
+++ new/gedit-collaboration-3.6.1/po/id.po      2013-02-24 19:35:02.000000000 
+0100
@@ -0,0 +1,146 @@
+# Indonesian translation for gedit-collaboration.
+# Copyright (C) 2012 gedit-collaboration's COPYRIGHT HOLDER
+# This file is distributed under the same license as the gedit-collaboration 
package.
+# Andika Triwidada <[email protected]>, 2012.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gedit-collaboration master\n"
+"Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?";
+"product=gedit&keywords=I18N+L10N&component=general\n"
+"POT-Creation-Date: 2012-09-22 11:44+0000\n"
+"PO-Revision-Date: 2012-10-20 20:31+0700\n"
+"Last-Translator: Andika Triwidada <[email protected]>\n"
+"Language-Team: Indonesian <[email protected]>\n"
+"Language: id\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=1; plural=0;\n"
+"X-Generator: Poedit 1.5.4\n"
+
+#: ../data/org.gnome.gedit.plugins.collaboration.gschema.xml.in.in.h:1
+msgid "Default User Name"
+msgstr "Nama Pengguna Baku"
+
+#: ../data/org.gnome.gedit.plugins.collaboration.gschema.xml.in.in.h:2
+msgid "The default user name for collaboration"
+msgstr "Nama pengguna baku untuk kolaborasi"
+
+#: ../data/org.gnome.gedit.plugins.collaboration.gschema.xml.in.in.h:3
+msgid "Default User Hue"
+msgstr "Hue Pengguna Baku"
+
+#: ../data/org.gnome.gedit.plugins.collaboration.gschema.xml.in.in.h:4
+msgid "The default user hue part of the color to identify the user by."
+msgstr "Bagian hue warna pengguna baku untuk mengidentifikasi si pengguna."
+
+#: ../src/collaboration.plugin.desktop.in.in.h:1
+#: ../src/gedit-collaboration-window-helper.c:1639
+msgid "Collaboration"
+msgstr "Kolaborasi"
+
+#: ../src/collaboration.plugin.desktop.in.in.h:2
+msgid "Collaboration plugin"
+msgstr "Pengaya kolaborasi"
+
+#: ../src/gedit-collaboration-actions.c:118
+msgid "New File"
+msgstr "Berkas Baru"
+
+#: ../src/gedit-collaboration-actions.c:118
+msgid "New Folder"
+msgstr "Folder Baru"
+
+#: ../src/gedit-collaboration-actions.c:130
+msgid "File _name:"
+msgstr "_Nama berkas:"
+
+#: ../src/gedit-collaboration-actions.c:130
+msgid "Folder _name:"
+msgstr "_Nama folder:"
+
+#: ../src/gedit-collaboration-bookmark-dialog.c:262
+msgid "Defaults"
+msgstr "Bawaan"
+
+#: ../src/gedit-collaboration-bookmark-dialog.c:275
+msgid "Create New Bookmark"
+msgstr "Buat Tanda Taut Baru"
+
+#: ../src/gedit-collaboration-bookmark-dialog.c:287
+msgid "Bookmark Properties"
+msgstr "Properti Tanda Taut"
+
+#: ../src/gedit-collaboration-color-button.c:86
+msgid "Select User Color"
+msgstr "Pilih Warna Pengguna"
+
+#: ../src/gedit-collaboration-document-message.c:143
+msgid "The collaboration session for this file was closed"
+msgstr "Sesi kolaborasi bagi berkas ini ditutup"
+
+#: ../src/gedit-collaboration-document-message.c:166
+msgid "State vector has a bad format"
+msgstr "Vektor keadaan memiliki format buruk"
+
+#: ../src/gedit-collaboration-document-message.c:169
+msgid "State vector failed"
+msgstr "Vektor keadaan gagal"
+
+#: ../src/gedit-collaboration-document-message.c:180
+msgid "Adopted session user does not exist"
+msgstr "Pengguna sesi yang diadopsi tak ada"
+
+#: ../src/gedit-collaboration-document-message.c:183
+msgid "Adopted session missing operation"
+msgstr "Sesi yang diadopsi kurang operasi"
+
+#: ../src/gedit-collaboration-document-message.c:186
+msgid "Adopted session invalid request"
+msgstr "Permintaan tak valid pada sesi yang diadopsi"
+
+#: ../src/gedit-collaboration-document-message.c:189
+msgid "Adopted session missing state vector"
+msgstr "Sesi yang diadopsi kurang vektor keadaan"
+
+#: ../src/gedit-collaboration-document-message.c:192
+msgid "Adopted session failed"
+msgstr "Sesi yang diadopsi gagal"
+
+#: ../src/gedit-collaboration-document-message.c:199
+msgid "An unknown error occurred"
+msgstr "Terjadi galat yang tak diketahui"
+
+#: ../src/gedit-collaboration-manager.c:805
+msgid "Synchronizing document"
+msgstr "Menyelaraskan dokumen"
+
+#: ../src/gedit-collaboration-manager.c:806
+msgid "Please wait while the shared document is being synchronized"
+msgstr ""
+"Harap tunggu sementara dokumen yang dipakai bersama sedang diselaraskan"
+
+#. Translators: "Chat" is the label (noun) of the bottom pane in which
+#. the collaboration chat embedded and is used as a fallback label when
+#. the session name could not be determined
+#: ../src/gedit-collaboration-window-helper.c:737
+msgid "Chat"
+msgstr "Obrolan"
+
+#: ../src/gedit-collaboration-window-helper.c:1005
+#, c-format
+msgid "Please provide a password for %s"
+msgstr "Harap berikan sandi bagi %s"
+
+#: ../src/gedit-collaboration-window-helper.c:1013
+msgid "Note: The connection is not secure"
+msgstr "Catatan: Sambungan tidak aman"
+
+#: ../src/gedit-collaboration-window-helper.c:1514
+msgid "Clear _Collaboration Colors"
+msgstr "Bersihkan Warna _Kolaborasi"
+
+#: ../src/gedit-collaboration-window-helper.c:1515
+msgid "Clear collaboration user colors"
+msgstr "Bersihkan warna pengguna kolaborasi"
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/gedit-collaboration-3.6.0/po/it.po new/gedit-collaboration-3.6.1/po/it.po
--- old/gedit-collaboration-3.6.0/po/it.po      2012-09-12 08:23:03.000000000 
+0200
+++ new/gedit-collaboration-3.6.1/po/it.po      2013-02-24 19:35:02.000000000 
+0100
@@ -1,40 +1,40 @@
 # gedit-collaboration Italian translation.
-# Copyright (C) 2011 the gedit-collaboration copyright holder
+# Copyright (C) 2011, 2013 the gedit-collaboration copyright holder
 # This file is distributed under the same license as the gedit-collaboration 
package.
-# Milo Casagrande <[email protected]>, 2011.
+# Milo Casagrande <[email protected]>, 2011, 2013.
 #
 msgid ""
 msgstr ""
 "Project-Id-Version: gedit-collaboration\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2011-03-23 22:05+0100\n"
-"PO-Revision-Date: 2011-03-23 22:17+0100\n"
+"POT-Creation-Date: 2013-01-07 14:23+0100\n"
+"PO-Revision-Date: 2013-01-07 14:23+0100\n"
 "Last-Translator: Milo Casagrande <[email protected]>\n"
 "Language-Team: Italian <[email protected]>\n"
 "Language: \n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8-bit\n"
-"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+"Plural-Forms: nplurals=2; plural=(n!=1);\n"
 
 #: ../data/org.gnome.gedit.plugins.collaboration.gschema.xml.in.in.h:1
-msgid "Default User Hue"
-msgstr "Colore predefinito utente"
-
-#: ../data/org.gnome.gedit.plugins.collaboration.gschema.xml.in.in.h:2
 msgid "Default User Name"
 msgstr "Nome utente predefinito"
 
+#: ../data/org.gnome.gedit.plugins.collaboration.gschema.xml.in.in.h:2
+msgid "The default user name for collaboration"
+msgstr "Il nome utente predefinito per la collaborazione"
+
 #: ../data/org.gnome.gedit.plugins.collaboration.gschema.xml.in.in.h:3
-msgid "The default user hue part of the color to identify the user by."
-msgstr "Il colore predefinito dell'utente con cui identificarlo"
+msgid "Default User Hue"
+msgstr "Colore predefinito utente"
 
 #: ../data/org.gnome.gedit.plugins.collaboration.gschema.xml.in.in.h:4
-msgid "The default user name for collaboration"
-msgstr "Il nome utente predefinito per la collaborazione"
+msgid "The default user hue part of the color to identify the user by."
+msgstr "Il colore predefinito dell'utente con cui identificarlo"
 
 #: ../src/collaboration.plugin.desktop.in.in.h:1
-#: ../src/gedit-collaboration-window-helper.c:1629
+#: ../src/gedit-collaboration-window-helper.c:1639
 msgid "Collaboration"
 msgstr "Collaborazione"
 
@@ -42,102 +42,102 @@
 msgid "Collaboration plugin"
 msgstr "Plugin collaborazione"
 
-#: ../src/gedit-collaboration-actions.c:104
+#: ../src/gedit-collaboration-actions.c:118
 msgid "New File"
 msgstr "Nuovo file"
 
-#: ../src/gedit-collaboration-actions.c:104
+#: ../src/gedit-collaboration-actions.c:118
 msgid "New Folder"
 msgstr "Nuova cartella"
 
-#: ../src/gedit-collaboration-actions.c:116
+#: ../src/gedit-collaboration-actions.c:130
 msgid "File _name:"
 msgstr "Nome _file:"
 
-#: ../src/gedit-collaboration-actions.c:116
+#: ../src/gedit-collaboration-actions.c:130
 msgid "Folder _name:"
 msgstr "Nome car_tella:"
 
-#: ../src/gedit-collaboration-bookmark-dialog.c:249
+#: ../src/gedit-collaboration-bookmark-dialog.c:262
 msgid "Defaults"
 msgstr "Predefiniti"
 
-#: ../src/gedit-collaboration-bookmark-dialog.c:262
+#: ../src/gedit-collaboration-bookmark-dialog.c:275
 msgid "Create New Bookmark"
 msgstr "Crea nuovo segnalibro"
 
-#: ../src/gedit-collaboration-bookmark-dialog.c:274
+#: ../src/gedit-collaboration-bookmark-dialog.c:287
 msgid "Bookmark Properties"
 msgstr "Proprietà segnalibro"
 
-#: ../src/gedit-collaboration-color-button.c:71
+#: ../src/gedit-collaboration-color-button.c:86
 msgid "Select User Color"
 msgstr "Seleziona colore utente"
 
-#: ../src/gedit-collaboration-document-message.c:128
+#: ../src/gedit-collaboration-document-message.c:143
 msgid "The collaboration session for this file was closed"
 msgstr "La sessione di collaborazione per questo file è stata chiusa"
 
-#: ../src/gedit-collaboration-document-message.c:151
+#: ../src/gedit-collaboration-document-message.c:166
 msgid "State vector has a bad format"
 msgstr "Il vettore di stato ha un formato errato"
 
-#: ../src/gedit-collaboration-document-message.c:154
+#: ../src/gedit-collaboration-document-message.c:169
 msgid "State vector failed"
 msgstr "Vettore di stato non riuscito"
 
-#: ../src/gedit-collaboration-document-message.c:165
+#: ../src/gedit-collaboration-document-message.c:180
 msgid "Adopted session user does not exist"
 msgstr "L'utente della sessione adottata non esiste"
 
-#: ../src/gedit-collaboration-document-message.c:168
+#: ../src/gedit-collaboration-document-message.c:183
 msgid "Adopted session missing operation"
 msgstr "Operazione mancante nella sessione adottata"
 
-#: ../src/gedit-collaboration-document-message.c:171
+#: ../src/gedit-collaboration-document-message.c:186
 msgid "Adopted session invalid request"
 msgstr "Richiesta non valida nella sessione adottata"
 
-#: ../src/gedit-collaboration-document-message.c:174
+#: ../src/gedit-collaboration-document-message.c:189
 msgid "Adopted session missing state vector"
 msgstr "Vettore di stato mancante nella sessione adottata"
 
-#: ../src/gedit-collaboration-document-message.c:177
+#: ../src/gedit-collaboration-document-message.c:192
 msgid "Adopted session failed"
 msgstr "Sessione adottata non riuscita"
 
-#: ../src/gedit-collaboration-document-message.c:184
+#: ../src/gedit-collaboration-document-message.c:199
 msgid "An unknown error occurred"
 msgstr "Si è verificato un errore sconosciuto"
 
-#: ../src/gedit-collaboration-manager.c:738
+#: ../src/gedit-collaboration-manager.c:805
 msgid "Synchronizing document"
 msgstr "Sincronizzazione documento"
 
-#: ../src/gedit-collaboration-manager.c:739
+#: ../src/gedit-collaboration-manager.c:806
 msgid "Please wait while the shared document is being synchronized"
 msgstr "Attendere mentre il documento condiviso viene sincronizzato"
 
 #. Translators: "Chat" is the label (noun) of the bottom pane in which
 #. the collaboration chat embedded and is used as a fallback label when
 #. the session name could not be determined
-#: ../src/gedit-collaboration-window-helper.c:720
+#: ../src/gedit-collaboration-window-helper.c:737
 msgid "Chat"
 msgstr "Conversazione"
 
-#: ../src/gedit-collaboration-window-helper.c:992
+#: ../src/gedit-collaboration-window-helper.c:1005
 #, c-format
 msgid "Please provide a password for %s"
 msgstr "Fornire una password per %s"
 
-#: ../src/gedit-collaboration-window-helper.c:1000
+#: ../src/gedit-collaboration-window-helper.c:1013
 msgid "Note: The connection is not secure"
 msgstr "Nota: la connessione non è sicura"
 
-#: ../src/gedit-collaboration-window-helper.c:1501
+#: ../src/gedit-collaboration-window-helper.c:1514
 msgid "Clear _Collaboration Colors"
 msgstr "_Pulisci colori collaborazione"
 
-#: ../src/gedit-collaboration-window-helper.c:1502
+#: ../src/gedit-collaboration-window-helper.c:1515
 msgid "Clear collaboration user colors"
 msgstr "Pulisce i colori utente della collaborazione"
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/gedit-collaboration-3.6.0/src/collaboration.plugin.desktop.in 
new/gedit-collaboration-3.6.1/src/collaboration.plugin.desktop.in
--- old/gedit-collaboration-3.6.0/src/collaboration.plugin.desktop.in   
2012-09-22 13:41:32.000000000 +0200
+++ new/gedit-collaboration-3.6.1/src/collaboration.plugin.desktop.in   
2013-02-24 19:38:19.000000000 +0100
@@ -6,4 +6,4 @@
 Authors=Jesse van den Kieboom <[email protected]>
 Copyright=Copyright (C) 2010  Jesse van den Kieboom
 Website=http://www.gedit.org
-Version=3.6.0
+Version=3.6.1
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/gedit-collaboration-3.6.0/src/gedit-collaboration-undo-manager.c 
new/gedit-collaboration-3.6.1/src/gedit-collaboration-undo-manager.c
--- old/gedit-collaboration-3.6.0/src/gedit-collaboration-undo-manager.c        
2012-09-12 08:23:03.000000000 +0200
+++ new/gedit-collaboration-3.6.1/src/gedit-collaboration-undo-manager.c        
2013-02-24 19:35:37.000000000 +0100
@@ -20,7 +20,7 @@
 #include <libinftextgtk/inf-text-gtk-buffer.h>
 #include <libinfinity/adopted/inf-adopted-undo-grouping.h>
 #include <libinftext/inf-text-undo-grouping.h>
-#include <gtksourceview/gtksourceundomanager.h>
+#include <gtksourceview/gtksource.h>
 
 #define 
GEDIT_COLLABORATION_UNDO_MANAGER_GET_PRIVATE(object)(G_TYPE_INSTANCE_GET_PRIVATE((object),
 GEDIT_COLLABORATION_TYPE_UNDO_MANAGER, GeditCollaborationUndoManagerPrivate))
 

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

Reply via email to