Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package xfce4-terminal for openSUSE:Factory 
checked in at 2022-04-19 09:58:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfce4-terminal (Old)
 and      /work/SRC/openSUSE:Factory/.xfce4-terminal.new.1941 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfce4-terminal"

Tue Apr 19 09:58:49 2022 rev:28 rq:970654 version:1.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/xfce4-terminal/xfce4-terminal.changes    
2022-04-08 00:28:32.817764354 +0200
+++ /work/SRC/openSUSE:Factory/.xfce4-terminal.new.1941/xfce4-terminal.changes  
2022-04-19 09:59:48.623684846 +0200
@@ -1,0 +2,22 @@
+Fri Apr 15 13:50:09 UTC 2022 - Marcel Kuehlhorn <[email protected]>
+
+- Update to version 1.0.1
+  * A new hidden preference `DropdownParametersOnce` has been
+    introduced to control whether the drop-down window accepts
+    command line arguments after creation. With the introduction
+    of this preference an older bug was fixed where tabs could be
+    added to the drop-down window even though they weren't
+    supposed to.
+  * Options: --active-tab does not behave properly when adding tabs
+    to existing windows.
+  * Find dialog does not respond to Return key
+    (gxo#apps/xfce4-terminal#176)
+  * Dragging a URL from Chromium ends up truncated
+    (gxo#apps/xfce4-terminal#180)
+  * Toolbar size changes when the window is maximized
+    (gxo#apps/xfce4-terminal#181).
+  * Unable to create a single window with many tabs through command
+    line options (gxo#apps/xfce4-terminal#182).
+  * Translation Updates
+
+-------------------------------------------------------------------

Old:
----
  xfce4-terminal-1.0.0.tar.bz2

New:
----
  xfce4-terminal-1.0.1.tar.bz2

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

Other differences:
------------------
++++++ xfce4-terminal.spec ++++++
--- /var/tmp/diff_new_pack.ZeCFMC/_old  2022-04-19 09:59:49.043685392 +0200
+++ /var/tmp/diff_new_pack.ZeCFMC/_new  2022-04-19 09:59:49.047685397 +0200
@@ -19,7 +19,7 @@
 
 %bcond_with git
 Name:           xfce4-terminal
-Version:        1.0.0
+Version:        1.0.1
 Release:        0
 Summary:        Terminal Emulator for the Xfce Desktop Environment
 License:        GPL-2.0-or-later

++++++ xfce4-terminal-1.0.0.tar.bz2 -> xfce4-terminal-1.0.1.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-terminal-1.0.0/ChangeLog 
new/xfce4-terminal-1.0.1/ChangeLog
--- old/xfce4-terminal-1.0.0/ChangeLog  2022-04-01 18:26:24.000000000 +0200
+++ new/xfce4-terminal-1.0.1/ChangeLog  2022-04-13 18:58:10.000000000 +0200
@@ -1,3 +1,92 @@
+commit 0aa0560f448ceeb5eb9303d43b901d543a401812
+Author: Sergios - Anestis Kefalidis <[email protected]>
+Date:   Wed Apr 13 19:30:57 2022 +0300
+
+    Preference: DropdownParametersOnce (Issue #179)
+    
+    When set to TRUE the drop-down ignores command line options after it has 
been created.
+
+commit 12691ea1ed83ca7c7e15ec482c9688c29f8eb98b
+Author: Sergios - Anestis Kefalidis <[email protected]>
+Date:   Mon Apr 11 20:05:05 2022 +0300
+
+    Options: --active-tab does not behave properly when adding tabs to 
existing windows.
+    
+    Issue #183
+
+commit 982042bec7f22addc6b2767c95c1e918b5c70035
+Author: Sergios - Anestis Kefalidis <[email protected]>
+Date:   Mon Apr 11 19:53:29 2022 +0300
+
+    Options: Allow creating a single new window with additional tabs.
+    
+    Previously a command like xfce4-terminal --tab would add a tab in the 
existing window. At the same time
+    xfce4-terminal --window --tab would open 2 new windows, one of which would 
have 2 tabs.
+
+commit 3a916553ab4710a91b676cfa65f2ee8d1e02ec19
+Author: Anonymous <[email protected]>
+Date:   Mon Apr 11 12:54:36 2022 +0200
+
+    I18n: Update translation ru (96%).
+    
+    418 translated messages, 16 untranslated messages.
+    
+    Transifex (https://www.transifex.com/xfce/public/).
+
+commit d00796ce8dc178b52f9f15ec93bff5c280a6c5e4
+Author: Sergios - Anestis Kefalidis <[email protected]>
+Date:   Fri Apr 8 15:48:54 2022 +0300
+
+    Regression: Find dialog does not respond to Return key (Issue #176)
+    
+    Issue #176
+
+commit 3514a2d76045e2563edec4a9a65ec96fdc91e0fe
+Author: Sergios - Anestis Kefalidis <[email protected]>
+Date:   Fri Apr 8 16:33:50 2022 +0300
+
+    Regression: Toolbar size changes when the window is maximized.
+
+commit a9d9b54c5284091fbf1357f65dd9f118790cbaa3
+Author: Sergios - Anestis Kefalidis <[email protected]>
+Date:   Wed Apr 6 10:30:11 2022 +0300
+
+    Regression: dragging a URL from Chromium ends up truncated (Issue #180)
+    
+    Introduced in 6bac5f5a69229b48c90547acf227e508b971723c.
+
+commit 8d5d5baf96f11726dfaa5dd696a2d7c3bdd03d0c
+Author: Anonymous <[email protected]>
+Date:   Thu Apr 7 00:52:05 2022 +0200
+
+    I18n: Update translation ru (96%).
+    
+    417 translated messages, 17 untranslated messages.
+    
+    Transifex (https://www.transifex.com/xfce/public/).
+
+commit c5f7c00110ef5caac003160b9331b36ee0641703
+Author: Anonymous <[email protected]>
+Date:   Thu Apr 7 00:52:05 2022 +0200
+
+    I18n: Update translation fi (92%).
+    
+    402 translated messages, 32 untranslated messages.
+    
+    Transifex (https://www.transifex.com/xfce/public/).
+
+commit 35219f29cf48d0800eef55690c8965319e4254cc
+Author: Sergios - Anestis Kefalidis <[email protected]>
+Date:   Fri Apr 1 19:32:49 2022 +0300
+
+    Back to development
+
+commit a1cb500a416a87a9a6ca514435651b66c5f40f68
+Author: Sergios - Anestis Kefalidis <[email protected]>
+Date:   Fri Apr 1 19:26:44 2022 +0300
+
+    Updates for release
+
 commit e0357c84811052ffd274d1b45ea2b02c1e034ca7
 Author: Anonymous <[email protected]>
 Date:   Fri Apr 1 00:51:58 2022 +0200
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-terminal-1.0.0/Makefile.in 
new/xfce4-terminal-1.0.1/Makefile.in
--- old/xfce4-terminal-1.0.0/Makefile.in        2022-04-01 18:26:20.000000000 
+0200
+++ new/xfce4-terminal-1.0.1/Makefile.in        2022-04-13 18:58:06.000000000 
+0200
@@ -90,10 +90,10 @@
 host_triplet = @host@
 subdir = .
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-       $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-       $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-       $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
+       $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
+       $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
+       $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-terminal-1.0.0/NEWS 
new/xfce4-terminal-1.0.1/NEWS
--- old/xfce4-terminal-1.0.0/NEWS       2022-04-01 18:26:00.000000000 +0200
+++ new/xfce4-terminal-1.0.1/NEWS       2022-04-13 18:55:27.000000000 +0200
@@ -1,3 +1,22 @@
+1.0.1
+======
+Stable release fixing regressions and a couple of older bugs.
+
+- A new hidden preference `DropdownParametersOnce` has been introduced to 
control whether the drop-down
+  window accepts command line arguments after creation. With the introduction 
of this preference
+  an older bug was fixed where tabs could be added to the drop-down window 
even though they
+  weren't supposed to.
+- Options: --active-tab does not behave properly when adding tabs to existing 
windows.
+
+Regressions fixed:
+- Find dialog does not respond to Return key (Issue #176)
+- Dragging a URL from Chromium ends up truncated (Issue #180)
+- Toolbar size changes when the window is maximized (Issue #181).
+- Unable to create a single window with many tabs through command line options 
(Issue #182).
+
+Translation Updates:
+  Danish, Finnish, Greek, Russian, Turkish
+
 1.0.0
 ======
 Stable release including improvements introduced in versions 0.9.0, 0.9.1 and 
0.9.2. 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-terminal-1.0.0/aclocal.m4 
new/xfce4-terminal-1.0.1/aclocal.m4
--- old/xfce4-terminal-1.0.0/aclocal.m4 2022-04-01 18:26:19.000000000 +0200
+++ new/xfce4-terminal-1.0.1/aclocal.m4 2022-04-13 18:58:05.000000000 +0200
@@ -20,120 +20,6 @@
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically 
'autoreconf'.])])
 
-# -*- mode: autoconf -*-
-#
-# gtk-doc.m4 - configure macro to check for gtk-doc
-# Copyright (C) 2003 James Henstridge
-#               2007-2017  Stefan Sauer
-#
-# 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 3 of the License, 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, the above copyright owner gives unlimited
-# permission to copy, distribute and modify the configure scripts that
-# are the output of Autoconf when processing the Macro. You need not
-# follow the terms of the GNU General Public License when using or
-# distributing such scripts, even though portions of the text of the
-# Macro appear in them. The GNU General Public License (GPL) does govern
-# all other use of the material that constitutes the Autoconf Macro.
-
-# serial 2
-
-dnl Usage:
-dnl   GTK_DOC_CHECK([minimum-gtk-doc-version])
-AC_DEFUN([GTK_DOC_CHECK],
-[
-  AC_REQUIRE([PKG_PROG_PKG_CONFIG])
-  AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first
-  AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first
-
-  ifelse([$1],[],[gtk_doc_requires="gtk-doc"],[gtk_doc_requires="gtk-doc >= 
$1"])
-  AC_MSG_CHECKING([for gtk-doc])
-  PKG_CHECK_EXISTS([$gtk_doc_requires],[have_gtk_doc=yes],[have_gtk_doc=no])
-  AC_MSG_RESULT($have_gtk_doc)
-
-  if test "$have_gtk_doc" = "no"; then
-      AC_MSG_WARN([
-  You will not be able to create source packages with 'make dist'
-  because $gtk_doc_requires is not found.])
-  fi
-
-  dnl check for tools we added during development
-  dnl Use AC_CHECK_PROG to avoid the check target using an absolute path that
-  dnl may not be writable by the user. Currently, automake requires that the
-  dnl test name must end in '.test'.
-  dnl https://bugzilla.gnome.org/show_bug.cgi?id=701638
-  AC_CHECK_PROG([GTKDOC_CHECK],[gtkdoc-check],[gtkdoc-check.test])
-  AC_PATH_PROG([GTKDOC_CHECK_PATH],[gtkdoc-check])
-  AC_PATH_PROGS([GTKDOC_REBASE],[gtkdoc-rebase],[true])
-  AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf])
-
-  dnl for overriding the documentation installation directory
-  AC_ARG_WITH([html-dir],
-    AS_HELP_STRING([--with-html-dir=PATH], [path to installed docs]),,
-    [with_html_dir='${datadir}/gtk-doc/html'])
-  HTML_DIR="$with_html_dir"
-  AC_SUBST([HTML_DIR])
-
-  dnl enable/disable documentation building
-  AC_ARG_ENABLE([gtk-doc],
-    AS_HELP_STRING([--enable-gtk-doc],
-                   [use gtk-doc to build documentation [[default=no]]]),,
-    [enable_gtk_doc=no])
-
-  AC_MSG_CHECKING([whether to build gtk-doc documentation])
-  AC_MSG_RESULT($enable_gtk_doc)
-
-  if test "x$enable_gtk_doc" = "xyes" && test "$have_gtk_doc" = "no"; then
-    AC_MSG_ERROR([
-  You must have $gtk_doc_requires installed to build documentation for
-  $PACKAGE_NAME. Please install gtk-doc or disable building the
-  documentation by adding '--disable-gtk-doc' to '[$]0'.])
-  fi
-
-  dnl don't check for glib if we build glib
-  if test "x$PACKAGE_NAME" != "xglib"; then
-    dnl don't fail if someone does not have glib
-    PKG_CHECK_MODULES(GTKDOC_DEPS, glib-2.0 >= 2.10.0 gobject-2.0  >= 
2.10.0,,[:])
-  fi
-
-  dnl enable/disable output formats
-  AC_ARG_ENABLE([gtk-doc-html],
-    AS_HELP_STRING([--enable-gtk-doc-html],
-                   [build documentation in html format [[default=yes]]]),,
-    [enable_gtk_doc_html=yes])
-    AC_ARG_ENABLE([gtk-doc-pdf],
-      AS_HELP_STRING([--enable-gtk-doc-pdf],
-                     [build documentation in pdf format [[default=no]]]),,
-      [enable_gtk_doc_pdf=no])
-
-  if test -z "$GTKDOC_MKPDF"; then
-    enable_gtk_doc_pdf=no
-  fi
-
-  if test -z "$AM_DEFAULT_VERBOSITY"; then
-    AM_DEFAULT_VERBOSITY=1
-  fi
-  AC_SUBST([AM_DEFAULT_VERBOSITY])
-
-  AM_CONDITIONAL([HAVE_GTK_DOC], [test x$have_gtk_doc = xyes])
-  AM_CONDITIONAL([ENABLE_GTK_DOC], [test x$enable_gtk_doc = xyes])
-  AM_CONDITIONAL([GTK_DOC_BUILD_HTML], [test x$enable_gtk_doc_html = xyes])
-  AM_CONDITIONAL([GTK_DOC_BUILD_PDF], [test x$enable_gtk_doc_pdf = xyes])
-  AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], [test -n "$LIBTOOL"])
-  AM_CONDITIONAL([GTK_DOC_USE_REBASE], [test -n "$GTKDOC_REBASE"])
-])
-
 
 dnl IT_PROG_INTLTOOL([MINIMUM-VERSION], [no-xml])
 # serial 42 IT_PROG_INTLTOOL
@@ -2405,6 +2291,7 @@
 AC_SUBST([am__untar])
 ]) # _AM_PROG_TAR
 
+m4_include([m4/gtk-doc.m4])
 m4_include([m4/libtool.m4])
 m4_include([m4/ltoptions.m4])
 m4_include([m4/ltsugar.m4])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-terminal-1.0.0/colorschemes/Makefile.in 
new/xfce4-terminal-1.0.1/colorschemes/Makefile.in
--- old/xfce4-terminal-1.0.0/colorschemes/Makefile.in   2022-04-01 
18:26:20.000000000 +0200
+++ new/xfce4-terminal-1.0.1/colorschemes/Makefile.in   2022-04-13 
18:58:06.000000000 +0200
@@ -90,10 +90,10 @@
 host_triplet = @host@
 subdir = colorschemes
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-       $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-       $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-       $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
+       $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
+       $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
+       $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-terminal-1.0.0/configure 
new/xfce4-terminal-1.0.1/configure
--- old/xfce4-terminal-1.0.0/configure  2022-04-01 18:26:19.000000000 +0200
+++ new/xfce4-terminal-1.0.1/configure  2022-04-13 18:58:05.000000000 +0200
@@ -1,7 +1,7 @@
 #! /bin/sh
-# From configure.ac e0357c84.
+# From configure.ac 0aa0560f.
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for xfce4-terminal 1.0.0.
+# Generated by GNU Autoconf 2.69 for xfce4-terminal 1.0.1.
 #
 # Report bugs to <https://gitlab.xfce.org/apps/xfce4-terminal/>.
 #
@@ -597,8 +597,8 @@
 # Identity of this package.
 PACKAGE_NAME='xfce4-terminal'
 PACKAGE_TARNAME='xfce4-terminal'
-PACKAGE_VERSION='1.0.0'
-PACKAGE_STRING='xfce4-terminal 1.0.0'
+PACKAGE_VERSION='1.0.1'
+PACKAGE_STRING='xfce4-terminal 1.0.1'
 PACKAGE_BUGREPORT='https://gitlab.xfce.org/apps/xfce4-terminal/'
 PACKAGE_URL=''
 
@@ -1450,7 +1450,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures xfce4-terminal 1.0.0 to adapt to many kinds of systems.
+\`configure' configures xfce4-terminal 1.0.1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1525,7 +1525,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of xfce4-terminal 1.0.0:";;
+     short | recursive ) echo "Configuration of xfce4-terminal 1.0.1:";;
    esac
   cat <<\_ACEOF
 
@@ -1667,7 +1667,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-xfce4-terminal configure 1.0.0
+xfce4-terminal configure 1.0.1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -2042,7 +2042,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by xfce4-terminal $as_me 1.0.0, which was
+It was created by xfce4-terminal $as_me 1.0.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2908,7 +2908,7 @@
 
 # Define the identity of the package.
  PACKAGE='xfce4-terminal'
- VERSION='1.0.0'
+ VERSION='1.0.1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -16817,7 +16817,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by xfce4-terminal $as_me 1.0.0, which was
+This file was extended by xfce4-terminal $as_me 1.0.1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -16883,7 +16883,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-xfce4-terminal config.status 1.0.0
+xfce4-terminal config.status 1.0.1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-terminal-1.0.0/configure.ac 
new/xfce4-terminal-1.0.1/configure.ac
--- old/xfce4-terminal-1.0.0/configure.ac       2022-04-01 18:26:14.000000000 
+0200
+++ new/xfce4-terminal-1.0.1/configure.ac       2022-04-13 18:57:59.000000000 
+0200
@@ -15,9 +15,9 @@
 dnl ***************************
 m4_define([terminal_version_major], [1])
 m4_define([terminal_version_minor], [0])
-m4_define([terminal_version_micro], [0])
+m4_define([terminal_version_micro], [1])
 m4_define([terminal_version_nano], [])
-m4_define([terminal_version_build], [e0357c84])
+m4_define([terminal_version_build], [0aa0560f])
 m4_define([terminal_version_tag], [])
 m4_define([terminal_version_dbus], [5])
 m4_define([terminal_version], 
[terminal_version_major().terminal_version_minor().terminal_version_micro()ifelse(terminal_version_nano(),
 [], [], [.terminal_version_nano()])ifelse(terminal_version_tag(), [git], 
[terminal_version_tag()-terminal_version_build()], [terminal_version_tag()])])
@@ -41,7 +41,7 @@
 
 Written by Benedikt Meurer <[email protected]>.])
 AC_INIT([xfce4-terminal], [terminal_version], 
[https://gitlab.xfce.org/apps/xfce4-terminal/])
-AC_REVISION([e0357c84])
+AC_REVISION([0aa0560f])
 AC_PREREQ([2.69])
 AC_ARG_PROGRAM()
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-terminal-1.0.0/doc/Makefile.in 
new/xfce4-terminal-1.0.1/doc/Makefile.in
--- old/xfce4-terminal-1.0.0/doc/Makefile.in    2022-04-01 18:26:20.000000000 
+0200
+++ new/xfce4-terminal-1.0.1/doc/Makefile.in    2022-04-13 18:58:06.000000000 
+0200
@@ -91,10 +91,10 @@
 host_triplet = @host@
 subdir = doc
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-       $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-       $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-       $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
+       $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
+       $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
+       $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-terminal-1.0.0/doc/xfce4-terminal.1 
new/xfce4-terminal-1.0.1/doc/xfce4-terminal.1
--- old/xfce4-terminal-1.0.0/doc/xfce4-terminal.1       2021-12-10 
12:24:44.000000000 +0100
+++ new/xfce4-terminal-1.0.1/doc/xfce4-terminal.1       2022-04-13 
18:24:29.000000000 +0200
@@ -1,13 +1,13 @@
 '\" t
 .\"     Title: xfce4-terminal
 .\"    Author: Sergios - Anestis Kefalidis <[email protected]>
-.\" Generator: DocBook XSL Stylesheets v1.79.1 <http://docbook.sf.net/>
-.\"      Date: 12/10/2021
+.\" Generator: DocBook XSL Stylesheets vsnapshot <http://docbook.sf.net/>
+.\"      Date: 04/13/2022
 .\"    Manual: Xfce
 .\"    Source: xfce4-terminal
 .\"  Language: English
 .\"
-.TH "XFCE4\-TERMINAL" "1" "12/10/2021" "xfce4-terminal" "Xfce"
+.TH "XFCE4\-TERMINAL" "1" "04/13/2022" "xfce4-terminal" "Xfce"
 .\" -----------------------------------------------------------------
 .\" * Define some portability stuff
 .\" -----------------------------------------------------------------
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-terminal-1.0.0/icons/128x128/Makefile.in 
new/xfce4-terminal-1.0.1/icons/128x128/Makefile.in
--- old/xfce4-terminal-1.0.0/icons/128x128/Makefile.in  2022-04-01 
18:26:20.000000000 +0200
+++ new/xfce4-terminal-1.0.1/icons/128x128/Makefile.in  2022-04-13 
18:58:06.000000000 +0200
@@ -90,10 +90,10 @@
 host_triplet = @host@
 subdir = icons/128x128
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-       $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-       $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-       $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
+       $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
+       $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
+       $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-terminal-1.0.0/icons/16x16/Makefile.in 
new/xfce4-terminal-1.0.1/icons/16x16/Makefile.in
--- old/xfce4-terminal-1.0.0/icons/16x16/Makefile.in    2022-04-01 
18:26:20.000000000 +0200
+++ new/xfce4-terminal-1.0.1/icons/16x16/Makefile.in    2022-04-13 
18:58:06.000000000 +0200
@@ -90,10 +90,10 @@
 host_triplet = @host@
 subdir = icons/16x16
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-       $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-       $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-       $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
+       $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
+       $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
+       $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-terminal-1.0.0/icons/24x24/Makefile.in 
new/xfce4-terminal-1.0.1/icons/24x24/Makefile.in
--- old/xfce4-terminal-1.0.0/icons/24x24/Makefile.in    2022-04-01 
18:26:20.000000000 +0200
+++ new/xfce4-terminal-1.0.1/icons/24x24/Makefile.in    2022-04-13 
18:58:07.000000000 +0200
@@ -90,10 +90,10 @@
 host_triplet = @host@
 subdir = icons/24x24
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-       $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-       $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-       $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
+       $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
+       $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
+       $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-terminal-1.0.0/icons/32x32/Makefile.in 
new/xfce4-terminal-1.0.1/icons/32x32/Makefile.in
--- old/xfce4-terminal-1.0.0/icons/32x32/Makefile.in    2022-04-01 
18:26:20.000000000 +0200
+++ new/xfce4-terminal-1.0.1/icons/32x32/Makefile.in    2022-04-13 
18:58:07.000000000 +0200
@@ -90,10 +90,10 @@
 host_triplet = @host@
 subdir = icons/32x32
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-       $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-       $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-       $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
+       $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
+       $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
+       $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-terminal-1.0.0/icons/48x48/Makefile.in 
new/xfce4-terminal-1.0.1/icons/48x48/Makefile.in
--- old/xfce4-terminal-1.0.0/icons/48x48/Makefile.in    2022-04-01 
18:26:20.000000000 +0200
+++ new/xfce4-terminal-1.0.1/icons/48x48/Makefile.in    2022-04-13 
18:58:07.000000000 +0200
@@ -90,10 +90,10 @@
 host_triplet = @host@
 subdir = icons/48x48
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-       $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-       $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-       $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
+       $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
+       $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
+       $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-terminal-1.0.0/icons/Makefile.in 
new/xfce4-terminal-1.0.1/icons/Makefile.in
--- old/xfce4-terminal-1.0.0/icons/Makefile.in  2022-04-01 18:26:20.000000000 
+0200
+++ new/xfce4-terminal-1.0.1/icons/Makefile.in  2022-04-13 18:58:07.000000000 
+0200
@@ -89,10 +89,10 @@
 host_triplet = @host@
 subdir = icons
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-       $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-       $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-       $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
+       $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
+       $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
+       $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-terminal-1.0.0/icons/scalable/Makefile.in 
new/xfce4-terminal-1.0.1/icons/scalable/Makefile.in
--- old/xfce4-terminal-1.0.0/icons/scalable/Makefile.in 2022-04-01 
18:26:20.000000000 +0200
+++ new/xfce4-terminal-1.0.1/icons/scalable/Makefile.in 2022-04-13 
18:58:07.000000000 +0200
@@ -90,10 +90,10 @@
 host_triplet = @host@
 subdir = icons/scalable
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-       $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-       $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-       $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
+       $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
+       $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
+       $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-terminal-1.0.0/m4/gtk-doc.m4 
new/xfce4-terminal-1.0.1/m4/gtk-doc.m4
--- old/xfce4-terminal-1.0.0/m4/gtk-doc.m4      1970-01-01 01:00:00.000000000 
+0100
+++ new/xfce4-terminal-1.0.1/m4/gtk-doc.m4      2022-04-13 18:24:15.000000000 
+0200
@@ -0,0 +1,113 @@
+# -*- mode: autoconf -*-
+#
+# gtk-doc.m4 - configure macro to check for gtk-doc
+# Copyright (C) 2003 James Henstridge
+#               2007-2017  Stefan Sauer
+#
+# 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 3 of the License, 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, the above copyright owner gives unlimited
+# permission to copy, distribute and modify the configure scripts that
+# are the output of Autoconf when processing the Macro. You need not
+# follow the terms of the GNU General Public License when using or
+# distributing such scripts, even though portions of the text of the
+# Macro appear in them. The GNU General Public License (GPL) does govern
+# all other use of the material that constitutes the Autoconf Macro.
+
+# serial 2
+
+dnl Usage:
+dnl   GTK_DOC_CHECK([minimum-gtk-doc-version])
+AC_DEFUN([GTK_DOC_CHECK],
+[
+  AC_REQUIRE([PKG_PROG_PKG_CONFIG])
+  AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first
+  AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first
+
+  ifelse([$1],[],[gtk_doc_requires="gtk-doc"],[gtk_doc_requires="gtk-doc >= 
$1"])
+  AC_MSG_CHECKING([for gtk-doc])
+  PKG_CHECK_EXISTS([$gtk_doc_requires],[have_gtk_doc=yes],[have_gtk_doc=no])
+  AC_MSG_RESULT($have_gtk_doc)
+
+  if test "$have_gtk_doc" = "no"; then
+      AC_MSG_WARN([
+  You will not be able to create source packages with 'make dist'
+  because $gtk_doc_requires is not found.])
+  fi
+
+  dnl check for tools we added during development
+  dnl Use AC_CHECK_PROG to avoid the check target using an absolute path that
+  dnl may not be writable by the user. Currently, automake requires that the
+  dnl test name must end in '.test'.
+  dnl https://bugzilla.gnome.org/show_bug.cgi?id=701638
+  AC_CHECK_PROG([GTKDOC_CHECK],[gtkdoc-check],[gtkdoc-check.test])
+  AC_PATH_PROG([GTKDOC_CHECK_PATH],[gtkdoc-check])
+  AC_PATH_PROGS([GTKDOC_REBASE],[gtkdoc-rebase],[true])
+  AC_PATH_PROG([GTKDOC_MKPDF],[gtkdoc-mkpdf])
+
+  dnl for overriding the documentation installation directory
+  AC_ARG_WITH([html-dir],
+    AS_HELP_STRING([--with-html-dir=PATH], [path to installed docs]),,
+    [with_html_dir='${datadir}/gtk-doc/html'])
+  HTML_DIR="$with_html_dir"
+  AC_SUBST([HTML_DIR])
+
+  dnl enable/disable documentation building
+  AC_ARG_ENABLE([gtk-doc],
+    AS_HELP_STRING([--enable-gtk-doc],
+                   [use gtk-doc to build documentation [[default=no]]]),,
+    [enable_gtk_doc=no])
+
+  AC_MSG_CHECKING([whether to build gtk-doc documentation])
+  AC_MSG_RESULT($enable_gtk_doc)
+
+  if test "x$enable_gtk_doc" = "xyes" && test "$have_gtk_doc" = "no"; then
+    AC_MSG_ERROR([
+  You must have $gtk_doc_requires installed to build documentation for
+  $PACKAGE_NAME. Please install gtk-doc or disable building the
+  documentation by adding '--disable-gtk-doc' to '[$]0'.])
+  fi
+
+  dnl don't check for glib if we build glib
+  if test "x$PACKAGE_NAME" != "xglib"; then
+    dnl don't fail if someone does not have glib
+    PKG_CHECK_MODULES(GTKDOC_DEPS, glib-2.0 >= 2.10.0 gobject-2.0  >= 
2.10.0,,[:])
+  fi
+
+  dnl enable/disable output formats
+  AC_ARG_ENABLE([gtk-doc-html],
+    AS_HELP_STRING([--enable-gtk-doc-html],
+                   [build documentation in html format [[default=yes]]]),,
+    [enable_gtk_doc_html=yes])
+    AC_ARG_ENABLE([gtk-doc-pdf],
+      AS_HELP_STRING([--enable-gtk-doc-pdf],
+                     [build documentation in pdf format [[default=no]]]),,
+      [enable_gtk_doc_pdf=no])
+
+  if test -z "$GTKDOC_MKPDF"; then
+    enable_gtk_doc_pdf=no
+  fi
+
+  if test -z "$AM_DEFAULT_VERBOSITY"; then
+    AM_DEFAULT_VERBOSITY=1
+  fi
+  AC_SUBST([AM_DEFAULT_VERBOSITY])
+
+  AM_CONDITIONAL([HAVE_GTK_DOC], [test x$have_gtk_doc = xyes])
+  AM_CONDITIONAL([ENABLE_GTK_DOC], [test x$enable_gtk_doc = xyes])
+  AM_CONDITIONAL([GTK_DOC_BUILD_HTML], [test x$enable_gtk_doc_html = xyes])
+  AM_CONDITIONAL([GTK_DOC_BUILD_PDF], [test x$enable_gtk_doc_pdf = xyes])
+  AM_CONDITIONAL([GTK_DOC_USE_LIBTOOL], [test -n "$LIBTOOL"])
+  AM_CONDITIONAL([GTK_DOC_USE_REBASE], [test -n "$GTKDOC_REBASE"])
+])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-terminal-1.0.0/po/fi.po 
new/xfce4-terminal-1.0.1/po/fi.po
--- old/xfce4-terminal-1.0.0/po/fi.po   2022-04-01 12:00:51.000000000 +0200
+++ new/xfce4-terminal-1.0.1/po/fi.po   2022-04-13 18:23:47.000000000 +0200
@@ -3,7 +3,7 @@
 # This file is distributed under the same license as the PACKAGE package.
 # 
 # Translators:
-# Ammuu5, 2018
+# Ammuu5, 2018,2022
 # Jiri Gr??nroos <[email protected]>, 2013,2018-2019,2021
 # Juhani Numminen <[email protected]>, 2013-2014
 # Pasi Lallinaho <[email protected]>, 2017-2019
@@ -12,8 +12,8 @@
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2022-01-12 12:52+0100\n"
-"PO-Revision-Date: 2022-01-12 11:52+0000\n"
-"Last-Translator: Xfce Bot <[email protected]>\n"
+"PO-Revision-Date: 2013-07-03 18:42+0000\n"
+"Last-Translator: Ammuu5, 2018,2022\n"
 "Language-Team: Finnish 
(http://www.transifex.com/xfce/xfce-apps/language/fi/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -160,15 +160,15 @@
 
 #: ../terminal/main.c:214
 msgid "Nick Schermer <[email protected]>,"
-msgstr ""
+msgstr "Nick Schermer <[email protected]>,"
 
 #: ../terminal/main.c:215
 msgid "Igor Zakharov <[email protected]>,"
-msgstr ""
+msgstr "Igor Zakharov <[email protected]>,"
 
 #: ../terminal/main.c:216
 msgid "Sergios - Anestis Kefalidis <[email protected]>."
-msgstr ""
+msgstr "Sergios - Anestis Kefalidis <[email protected]>."
 
 #: ../terminal/main.c:217
 #, c-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-terminal-1.0.0/po/ru.po 
new/xfce4-terminal-1.0.1/po/ru.po
--- old/xfce4-terminal-1.0.0/po/ru.po   2022-04-01 12:00:51.000000000 +0200
+++ new/xfce4-terminal-1.0.1/po/ru.po   2022-04-13 18:23:47.000000000 +0200
@@ -18,8 +18,8 @@
 "Project-Id-Version: Xfce Apps\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2022-01-12 12:52+0100\n"
-"PO-Revision-Date: 2022-03-12 00:48+0000\n"
-"Last-Translator: Andrei Stepanov\n"
+"PO-Revision-Date: 2013-07-03 18:42+0000\n"
+"Last-Translator: Andrei Stepanov, 2022\n"
 "Language-Team: Russian 
(http://www.transifex.com/xfce/xfce-apps/language/ru/)\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -501,7 +501,7 @@
 msgid ""
 "Pasting this text to the terminal may be dangerous as it looks like some "
 "commands may be executed, potentially involving root access ('sudo')."
-msgstr ""
+msgstr "?????????????? ?????????? ???????????? ?? ???????????????? ?????????? 
???????? ??????????????, ?????? ?????? ????????????, ?????? ?????????? ???????? 
?????????????????? ?????????????????? ?????????????? ????-?????? ???????? 
('sudo')."
 
 #: ../terminal/terminal-screen.c:1802
 msgid ""
@@ -931,39 +931,39 @@
 #. is still handle by GtkActionEntries
 #: ../terminal/terminal-window.c:379
 msgid "Go to Tab 1"
-msgstr ""
+msgstr "?????????????? ?? ?????????????? 1"
 
 #: ../terminal/terminal-window.c:380
 msgid "Go to Tab 2"
-msgstr ""
+msgstr "?????????????? ?? ?????????????? 2"
 
 #: ../terminal/terminal-window.c:381
 msgid "Go to Tab 3"
-msgstr ""
+msgstr "?????????????? ?? ?????????????? 3"
 
 #: ../terminal/terminal-window.c:382
 msgid "Go to Tab 4"
-msgstr ""
+msgstr "?????????????? ?? ?????????????? 4"
 
 #: ../terminal/terminal-window.c:383
 msgid "Go to Tab 5"
-msgstr ""
+msgstr "?????????????? ?? ?????????????? 5"
 
 #: ../terminal/terminal-window.c:384
 msgid "Go to Tab 6"
-msgstr ""
+msgstr "?????????????? ?? ?????????????? 6"
 
 #: ../terminal/terminal-window.c:385
 msgid "Go to Tab 7"
-msgstr ""
+msgstr "?????????????? ?? ?????????????? 7"
 
 #: ../terminal/terminal-window.c:386
 msgid "Go to Tab 8"
-msgstr ""
+msgstr "?????????????? ?? ?????????????? 8"
 
 #: ../terminal/terminal-window.c:387
 msgid "Go to Tab 9"
-msgstr ""
+msgstr "?????????????? ?? ?????????????? 9"
 
 #. create encoding action
 #: ../terminal/terminal-window.c:555
@@ -1093,7 +1093,7 @@
 
 #: ../terminal/terminal-preferences.glade.h:7
 msgid "Paste Selection"
-msgstr ""
+msgstr "???????????????? ????????????????????"
 
 #: ../terminal/terminal-preferences.glade.h:8
 msgid "Disabled"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-terminal-1.0.0/terminal/Makefile.in 
new/xfce4-terminal-1.0.1/terminal/Makefile.in
--- old/xfce4-terminal-1.0.0/terminal/Makefile.in       2022-04-01 
18:26:20.000000000 +0200
+++ new/xfce4-terminal-1.0.1/terminal/Makefile.in       2022-04-13 
18:58:07.000000000 +0200
@@ -92,10 +92,10 @@
 @HAVE_UTEMPTER_TRUE@am__append_1 = -lutempter
 subdir = terminal
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
-am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
-       $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
-       $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
-       $(top_srcdir)/configure.ac
+am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \
+       $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
+       $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
+       $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac
 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        $(ACLOCAL_M4)
 DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-terminal-1.0.0/terminal/terminal-app.c 
new/xfce4-terminal-1.0.1/terminal/terminal-app.c
--- old/xfce4-terminal-1.0.0/terminal/terminal-app.c    2022-04-01 
12:00:51.000000000 +0200
+++ new/xfce4-terminal-1.0.1/terminal/terminal-app.c    2022-04-13 
18:27:17.000000000 +0200
@@ -720,6 +720,7 @@
                           TerminalWindowAttr *attr)
 {
   GtkWidget       *window;
+  GtkNotebook     *notebook;
   TerminalScreen  *terminal;
   GdkScreen       *screen;
   gchar           *geometry;
@@ -727,7 +728,7 @@
   gboolean         reuse_window = FALSE;
   GdkDisplay      *attr_display;
   gint             attr_screen_num;
-  gint             active_tab = -1, i;
+  gint             active_tab = -1, i, existing_tabs = 0;
 #ifdef GDK_WINDOWING_X11
   GdkGravity       gravity = GDK_GRAVITY_NORTH_WEST;
   gint             mask = NoValue, x, y, new_x, new_y;
@@ -756,7 +757,11 @@
 
       if (lp != NULL)
         {
-          if (G_UNLIKELY (attr->reuse_last_window))
+          gboolean parameters_once;
+
+          g_object_get (G_OBJECT (app->preferences), 
"dropdown-parameters-once", &parameters_once, NULL);
+
+          if (G_UNLIKELY (attr->reuse_last_window) && parameters_once == FALSE)
             {
               /* use the drop-down window to insert the tab */
               window = lp->data;
@@ -875,6 +880,10 @@
 #endif
     }
 
+  /* special handling for --active-tab in case we are adding tabs to an 
existing window */
+  notebook = GTK_NOTEBOOK (terminal_window_get_notebook (TERMINAL_WINDOW 
(window)));
+  existing_tabs = gtk_notebook_get_n_pages (notebook);
+
   /* add the tabs */
   for (lp = attr->tabs, i = 0; lp != NULL; lp = lp->next, ++i)
     {
@@ -890,10 +899,7 @@
 
   /* set active tab */
   if (active_tab > -1)
-    {
-      GtkNotebook *notebook = GTK_NOTEBOOK (terminal_window_get_notebook 
(TERMINAL_WINDOW (window)));
-      gtk_notebook_set_current_page (notebook, active_tab);
-    }
+    gtk_notebook_set_current_page (notebook, existing_tabs + active_tab);
 
   if (!attr->drop_down)
     {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-terminal-1.0.0/terminal/terminal-options.c 
new/xfce4-terminal-1.0.1/terminal/terminal-options.c
--- old/xfce4-terminal-1.0.0/terminal/terminal-options.c        2021-12-10 
12:18:40.000000000 +0100
+++ new/xfce4-terminal-1.0.1/terminal/terminal-options.c        2022-04-13 
18:39:10.000000000 +0200
@@ -227,6 +227,7 @@
   gint                n, short_offset = 0;
   gchar              *end_ptr = NULL;
   TerminalVisibility  visible;
+  gboolean            ignore_window_option = TRUE;
 
   win_attr = terminal_window_attr_new ();
   tab_attr = win_attr->tabs->data;
@@ -566,6 +567,16 @@
         }
       else if (terminal_option_cmp ("window", 0, argc, argv, &n, NULL, 
&short_offset))
         {
+          /* --window is ignored if no tab has been added in the active window 
or no other window has been created.
+           * This way users can separate between adding tabs to the existing 
window and adding tabs to a single new window.
+           */
+          if (can_reuse_window == TRUE && ignore_window_option == TRUE)
+            {
+              ignore_window_option = FALSE;
+              can_reuse_window = FALSE;
+              continue;
+            }
+
           /* all new tabs will be added to new windows */
           can_reuse_window = FALSE;
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-terminal-1.0.0/terminal/terminal-preferences.c 
new/xfce4-terminal-1.0.1/terminal/terminal-preferences.c
--- old/xfce4-terminal-1.0.0/terminal/terminal-preferences.c    2021-12-10 
12:18:40.000000000 +0100
+++ new/xfce4-terminal-1.0.1/terminal/terminal-preferences.c    2022-04-13 
18:27:17.000000000 +0200
@@ -82,6 +82,7 @@
   PROP_DROPDOWN_MOVE_TO_ACTIVE,
   PROP_DROPDOWN_ALWAYS_SHOW_TABS,
   PROP_DROPDOWN_SHOW_BORDERS,
+  PROP_DROPDOWN_PARAMETERS_ONCE,
   PROP_ENCODING,
   PROP_FONT_ALLOW_BOLD,
   PROP_FONT_NAME,
@@ -771,6 +772,18 @@
                             FALSE,
                             G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
 
+  /**
+   * TerminalPreferences:dropdown-parameters-once:
+   *
+   * If set to TRUE the drop-down window accepts command line parameters only 
the first time, i.e. when it is created.
+   **/
+  preferences_props[PROP_DROPDOWN_PARAMETERS_ONCE] =
+      g_param_spec_boolean ("dropdown-parameters-once",
+                            NULL,
+                            "DropdownParametersOnce",
+                            FALSE,
+                            G_PARAM_READWRITE | G_PARAM_STATIC_STRINGS);
+
   /**
    * TerminalPreferences:encoding:
    **/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/xfce4-terminal-1.0.0/terminal/terminal-search-dialog.c 
new/xfce4-terminal-1.0.1/terminal/terminal-search-dialog.c
--- old/xfce4-terminal-1.0.0/terminal/terminal-search-dialog.c  2022-04-01 
12:00:51.000000000 +0200
+++ new/xfce4-terminal-1.0.1/terminal/terminal-search-dialog.c  2022-04-13 
18:23:47.000000000 +0200
@@ -106,11 +106,11 @@
 
   close_button = xfce_gtk_button_new_mixed ("window-close", _("_Close"));
   xfce_titled_dialog_add_action_widget (XFCE_TITLED_DIALOG (dialog), 
close_button, GTK_RESPONSE_CLOSE);
-  gtk_widget_set_can_default (close_button, TRUE);
 
   dialog->button_prev = xfce_gtk_button_new_mixed ("go-previous", 
_("_Previous"));
   xfce_titled_dialog_add_action_widget (XFCE_TITLED_DIALOG (dialog), 
dialog->button_prev, TERMINAL_RESPONSE_SEARCH_PREV);
   gtk_widget_set_can_default (dialog->button_prev, TRUE);
+  gtk_widget_grab_default (dialog->button_prev);
 
   dialog->button_next = xfce_gtk_button_new_mixed ("go-next", _("_Next"));
   xfce_titled_dialog_add_action_widget (XFCE_TITLED_DIALOG (dialog), 
dialog->button_next, TERMINAL_RESPONSE_SEARCH_NEXT);
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-terminal-1.0.0/terminal/terminal-widget.c 
new/xfce4-terminal-1.0.1/terminal/terminal-widget.c
--- old/xfce4-terminal-1.0.0/terminal/terminal-widget.c 2022-04-01 
12:00:51.000000000 +0200
+++ new/xfce4-terminal-1.0.1/terminal/terminal-widget.c 2022-04-13 
18:23:47.000000000 +0200
@@ -543,7 +543,7 @@
         {
           str = g_string_new (NULL);
           ucs = gtk_selection_data_get_data (selection_data);
-          for (n = 0; n < gtk_selection_data_get_length (selection_data) / 2 
&& ucs[n] != '\n'; ++n)
+          for (n = 0; n < gtk_selection_data_get_length (selection_data) && 
ucs[n] != '\n'; ++n)
             g_string_append_unichar (str, ucs[n]);
           filename = g_filename_from_uri (str->str, NULL, NULL);
           if (filename != NULL)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/xfce4-terminal-1.0.0/terminal/terminal-window.c 
new/xfce4-terminal-1.0.1/terminal/terminal-window.c
--- old/xfce4-terminal-1.0.0/terminal/terminal-window.c 2022-04-01 
12:00:51.000000000 +0200
+++ new/xfce4-terminal-1.0.1/terminal/terminal-window.c 2022-04-13 
18:23:47.000000000 +0200
@@ -543,7 +543,7 @@
       G_CALLBACK (terminal_window_notebook_scroll_event), window);
 
   gtk_box_pack_start (GTK_BOX (window->priv->vbox), window->menubar, FALSE, 
FALSE, 0);
-  gtk_box_pack_start (GTK_BOX (window->priv->vbox), window->toolbar, TRUE, 
TRUE, 0);
+  gtk_box_pack_start (GTK_BOX (window->priv->vbox), window->toolbar, FALSE, 
FALSE, 0);
   gtk_box_pack_start (GTK_BOX (window->priv->vbox), window->priv->notebook, 
TRUE, TRUE, 0);
   gtk_widget_show_all (window->priv->vbox);
 

Reply via email to