diff -Nru latexila-3.16.1/aclocal.m4 latexila-3.16.2/aclocal.m4 --- latexila-3.16.1/aclocal.m4 2015-04-19 09:09:44.000000000 +0000 +++ latexila-3.16.2/aclocal.m4 2015-08-18 11:18:53.000000000 +0000 @@ -1,6 +1,6 @@ -# generated automatically by aclocal 1.14.1 -*- Autoconf -*- +# generated automatically by aclocal 1.15 -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1071,7 +1071,7 @@ m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([YELP_HELP_RULES])]) ]) -# Copyright (C) 2002-2013 Free Software Foundation, Inc. +# Copyright (C) 2002-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1083,10 +1083,10 @@ # generated from the m4 files accompanying Automake X.Y. # (This private macro should not be called outside this file.) AC_DEFUN([AM_AUTOMAKE_VERSION], -[am__api_version='1.14' +[am__api_version='1.15' dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to dnl require some minimum version. Point them to the right macro. -m4_if([$1], [1.14.1], [], +m4_if([$1], [1.15], [], [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl ]) @@ -1102,14 +1102,14 @@ # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced. # This function is AC_REQUIREd by AM_INIT_AUTOMAKE. AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION], -[AM_AUTOMAKE_VERSION([1.14.1])dnl +[AM_AUTOMAKE_VERSION([1.15])dnl m4_ifndef([AC_AUTOCONF_VERSION], [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))]) # AM_AUX_DIR_EXPAND -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1154,15 +1154,14 @@ # configured tree to be moved without reconfiguration. AC_DEFUN([AM_AUX_DIR_EXPAND], -[dnl Rely on autoconf to set up CDPATH properly. -AC_PREREQ([2.50])dnl -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` ]) # AM_CONDITIONAL -*- Autoconf -*- -# Copyright (C) 1997-2013 Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1193,7 +1192,7 @@ Usually this means the macro was only invoked conditionally.]]) fi])]) -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1384,7 +1383,7 @@ # Generate code to set up dependency tracking. -*- Autoconf -*- -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1460,7 +1459,7 @@ # Do all the work for Automake. -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1550,8 +1549,8 @@ # # AC_SUBST([mkdir_p], ['$(MKDIR_P)']) -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. AC_REQUIRE([AC_PROG_AWK])dnl AC_REQUIRE([AC_PROG_MAKE_SET])dnl AC_REQUIRE([AM_SET_LEADING_DOT])dnl @@ -1624,7 +1623,11 @@ END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi -fi]) +fi +dnl The trailing newline in this macro's definition is deliberate, for +dnl backward compatibility and to allow trailing 'dnl'-style comments +dnl after the AM_INIT_AUTOMAKE invocation. See automake bug#16841. +]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further @@ -1653,7 +1656,7 @@ done echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1664,7 +1667,7 @@ # Define $install_sh. AC_DEFUN([AM_PROG_INSTALL_SH], [AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -1674,7 +1677,7 @@ fi AC_SUBST([install_sh])]) -# Copyright (C) 2003-2013 Free Software Foundation, Inc. +# Copyright (C) 2003-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1696,7 +1699,7 @@ # Add --enable-maintainer-mode option to configure. -*- Autoconf -*- # From Jim Meyering -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1731,7 +1734,7 @@ # Check to see how 'make' treats includes. -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1781,7 +1784,7 @@ # Fake the existence of programs that GNU maintainers use. -*- Autoconf -*- -# Copyright (C) 1997-2013 Free Software Foundation, Inc. +# Copyright (C) 1997-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1820,7 +1823,7 @@ # Helper functions for option handling. -*- Autoconf -*- -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1849,7 +1852,7 @@ AC_DEFUN([_AM_IF_OPTION], [m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])]) -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1896,7 +1899,7 @@ # For backward compatibility. AC_DEFUN_ONCE([AM_PROG_CC_C_O], [AC_REQUIRE([AC_PROG_CC])]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1915,7 +1918,7 @@ # Check to make sure that the build environment is sane. -*- Autoconf -*- -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -1996,7 +1999,7 @@ rm -f conftest.file ]) -# Copyright (C) 2009-2013 Free Software Foundation, Inc. +# Copyright (C) 2009-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -2056,7 +2059,7 @@ _AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl ]) -# Copyright (C) 2001-2013 Free Software Foundation, Inc. +# Copyright (C) 2001-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -2084,7 +2087,7 @@ INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s" AC_SUBST([INSTALL_STRIP_PROGRAM])]) -# Copyright (C) 2006-2013 Free Software Foundation, Inc. +# Copyright (C) 2006-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -2103,7 +2106,7 @@ # Check how to create a tarball. -*- Autoconf -*- -# Copyright (C) 2004-2013 Free Software Foundation, Inc. +# Copyright (C) 2004-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -2236,7 +2239,7 @@ # Autoconf support for the Vala compiler -# Copyright (C) 2008-2013 Free Software Foundation, Inc. +# Copyright (C) 2008-2014 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, diff -Nru latexila-3.16.1/compile latexila-3.16.2/compile --- latexila-3.16.1/compile 2015-04-19 09:09:46.000000000 +0000 +++ latexila-3.16.2/compile 2015-08-18 11:18:55.000000000 +0000 @@ -3,7 +3,7 @@ scriptversion=2012-10-14.11; # UTC -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # Written by Tom Tromey . # # This program is free software; you can redistribute it and/or modify diff -Nru latexila-3.16.1/config.guess latexila-3.16.2/config.guess --- latexila-3.16.1/config.guess 2015-04-19 09:09:46.000000000 +0000 +++ latexila-3.16.2/config.guess 2015-08-18 11:18:55.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Attempt to guess a canonical system name. -# Copyright 1992-2014 Free Software Foundation, Inc. +# Copyright 1992-2015 Free Software Foundation, Inc. -timestamp='2014-03-23' +timestamp='2015-01-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -24,12 +24,12 @@ # program. This Exception is an additional permission under section 7 # of the GNU General Public License, version 3 ("GPLv3"). # -# Originally written by Per Bothner. +# Originally written by Per Bothner; maintained since 2000 by Ben Elliston. # # You can get the latest version of this script from: # http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD # -# Please send patches with a ChangeLog entry to config-patches@gnu.org. +# Please send patches to . me=`echo "$0" | sed -e 's,.*/,,'` @@ -50,7 +50,7 @@ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright 1992-2014 Free Software Foundation, Inc. +Copyright 1992-2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -579,8 +579,9 @@ else IBM_ARCH=powerpc fi - if [ -x /usr/bin/oslevel ] ; then - IBM_REV=`/usr/bin/oslevel` + if [ -x /usr/bin/lslpp ] ; then + IBM_REV=`/usr/bin/lslpp -Lqc bos.rte.libc | + awk -F: '{ print $3 }' | sed s/[0-9]*$/0/` else IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi diff -Nru latexila-3.16.1/config.sub latexila-3.16.2/config.sub --- latexila-3.16.1/config.sub 2015-04-19 09:09:46.000000000 +0000 +++ latexila-3.16.2/config.sub 2015-08-18 11:18:55.000000000 +0000 @@ -1,8 +1,8 @@ #! /bin/sh # Configuration validation subroutine script. -# Copyright 1992-2014 Free Software Foundation, Inc. +# Copyright 1992-2015 Free Software Foundation, Inc. -timestamp='2014-07-28' +timestamp='2015-01-01' # This file is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by @@ -25,7 +25,7 @@ # of the GNU General Public License, version 3 ("GPLv3"). -# Please send patches with a ChangeLog entry to config-patches@gnu.org. +# Please send patches to . # # Configuration subroutine to validate and canonicalize a configuration type. # Supply the specified configuration type as an argument. @@ -68,7 +68,7 @@ version="\ GNU config.sub ($timestamp) -Copyright 1992-2014 Free Software Foundation, Inc. +Copyright 1992-2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE." @@ -260,7 +260,7 @@ | c4x | c8051 | clipper \ | d10v | d30v | dlx | dsp16xx \ | epiphany \ - | fido | fr30 | frv \ + | fido | fr30 | frv | ft32 \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | hexagon \ | i370 | i860 | i960 | ia64 \ @@ -302,6 +302,7 @@ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle \ | pyramid \ + | riscv32 | riscv64 \ | rl78 | rx \ | score \ | sh | sh[1234] | sh[24]a | sh[24]aeb | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ @@ -312,6 +313,7 @@ | tahoe | tic4x | tic54x | tic55x | tic6x | tic80 | tron \ | ubicom32 \ | v850 | v850e | v850e1 | v850e2 | v850es | v850e2v3 \ + | visium \ | we32k \ | x86 | xc16x | xstormy16 | xtensa \ | z8k | z80) @@ -326,6 +328,9 @@ c6x) basic_machine=tic6x-unknown ;; + leon|leon[3-9]) + basic_machine=sparc-$basic_machine + ;; m6811 | m68hc11 | m6812 | m68hc12 | m68hcs12x | nvptx | picochip) basic_machine=$basic_machine-unknown os=-none @@ -436,6 +441,7 @@ | ubicom32-* \ | v850-* | v850e-* | v850e1-* | v850es-* | v850e2-* | v850e2v3-* \ | vax-* \ + | visium-* \ | we32k-* \ | x86-* | x86_64-* | xc16x-* | xps100-* \ | xstormy16-* | xtensa*-* \ @@ -773,6 +779,9 @@ basic_machine=m68k-isi os=-sysv ;; + leon-*|leon[3-9]-*) + basic_machine=sparc-`echo $basic_machine | sed 's/-.*//'` + ;; m68knommu) basic_machine=m68k-unknown os=-linux diff -Nru latexila-3.16.1/configure latexila-3.16.2/configure --- latexila-3.16.1/configure 2015-04-19 09:09:45.000000000 +0000 +++ latexila-3.16.2/configure 2015-08-18 11:18:54.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for LaTeXila 3.16.1. +# Generated by GNU Autoconf 2.69 for LaTeXila 3.16.2. # # Report bugs to . # @@ -651,8 +651,8 @@ # Identity of this package. PACKAGE_NAME='LaTeXila' PACKAGE_TARNAME='latexila' -PACKAGE_VERSION='3.16.1' -PACKAGE_STRING='LaTeXila 3.16.1' +PACKAGE_VERSION='3.16.2' +PACKAGE_STRING='LaTeXila 3.16.2' PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=latexila' PACKAGE_URL='https://wiki.gnome.org/Apps/LaTeXila' @@ -755,7 +755,6 @@ YELP_LC_DIST YELP_LC_MEDIA_LINKS GETTEXT_PACKAGE -DATADIRNAME ALL_LINGUAS INTLTOOL_PERL GMSGFMT @@ -1498,7 +1497,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 LaTeXila 3.16.1 to adapt to many kinds of systems. +\`configure' configures LaTeXila 3.16.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1568,7 +1567,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of LaTeXila 3.16.1:";; + short | recursive ) echo "Configuration of LaTeXila 3.16.2:";; esac cat <<\_ACEOF @@ -1704,7 +1703,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -LaTeXila configure 3.16.1 +LaTeXila configure 3.16.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1982,7 +1981,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by LaTeXila $as_me 3.16.1, which was +It was created by LaTeXila $as_me 3.16.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2337,7 +2336,7 @@ # Init Automake -am__api_version='1.14' +am__api_version='1.15' ac_aux_dir= for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do @@ -2538,8 +2537,8 @@ ac_script='s/[\\$]/&&/g;s/;s,x,x,$//' program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"` -# expand $ac_aux_dir to an absolute path -am_aux_dir=`cd $ac_aux_dir && pwd` +# Expand $ac_aux_dir to an absolute path. +am_aux_dir=`cd "$ac_aux_dir" && pwd` if test x"${MISSING+set}" != xset; then case $am_aux_dir in @@ -2558,7 +2557,7 @@ $as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;} fi -if test x"${install_sh}" != xset; then +if test x"${install_sh+set}" != xset; then case $am_aux_dir in *\ * | *\ *) install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;; @@ -2852,7 +2851,7 @@ # Define the identity of the package. PACKAGE='latexila' - VERSION='3.16.1' + VERSION='3.16.2' cat >>confdefs.h <<_ACEOF @@ -2886,8 +2885,8 @@ # mkdir_p='$(MKDIR_P)' -# We need awk for the "check" target. The system "awk" is bad on -# some platforms. +# We need awk for the "check" target (and possibly the TAP driver). The +# system "awk" is bad on some platforms. # Always define AMTAR for backward compatibility. Yes, it's still used # in the wild :-( We should find a proper way to deprecate it ... AMTAR='$${TAR-tar}' @@ -3061,6 +3060,7 @@ fi fi + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether to enable maintainer-specific portions of Makefiles" >&5 $as_echo_n "checking whether to enable maintainer-specific portions of Makefiles... " >&6; } # Check whether --enable-maintainer-mode was given. @@ -13317,44 +13317,6 @@ # Substitute ALL_LINGUAS so we can use it in po/Makefile -# Set DATADIRNAME correctly if it is not set yet -# (copied from glib-gettext.m4) -if test -z "$DATADIRNAME"; then - cat confdefs.h - <<_ACEOF >conftest.$ac_ext -/* end confdefs.h. */ - -int -main () -{ -extern int _nl_msg_cat_cntr; - return _nl_msg_cat_cntr - ; - return 0; -} -_ACEOF -if ac_fn_c_try_link "$LINENO"; then : - DATADIRNAME=share -else - case $host in - *-*-solaris*) - ac_fn_c_check_func "$LINENO" "bind_textdomain_codeset" "ac_cv_func_bind_textdomain_codeset" -if test "x$ac_cv_func_bind_textdomain_codeset" = xyes; then : - DATADIRNAME=share -else - DATADIRNAME=lib -fi - - ;; - *) - DATADIRNAME=lib - ;; - esac -fi -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi - - @@ -15572,7 +15534,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by LaTeXila $as_me 3.16.1, which was +This file was extended by LaTeXila $as_me 3.16.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -15639,7 +15601,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -LaTeXila config.status 3.16.1 +LaTeXila config.status 3.16.2 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -Nru latexila-3.16.1/configure.ac latexila-3.16.2/configure.ac --- latexila-3.16.1/configure.ac 2015-04-19 09:03:51.000000000 +0000 +++ latexila-3.16.2/configure.ac 2015-08-18 11:18:30.000000000 +0000 @@ -5,7 +5,7 @@ AC_PREREQ([2.64]) AC_INIT([LaTeXila], - [3.16.1], + [3.16.2], [https://bugzilla.gnome.org/enter_bug.cgi?product=latexila], [latexila], [https://wiki.gnome.org/Apps/LaTeXila]) diff -Nru latexila-3.16.1/data/build_tools/Makefile.in latexila-3.16.2/data/build_tools/Makefile.in --- latexila-3.16.1/data/build_tools/Makefile.in 2015-04-19 09:09:46.000000000 +0000 +++ latexila-3.16.2/data/build_tools/Makefile.in 2015-08-18 11:18:55.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,7 +15,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -79,8 +89,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = data/build_tools -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(dist_pkgdata_DATA) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -89,6 +97,8 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ + $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -142,6 +152,7 @@ am__installdirs = "$(DESTDIR)$(pkgdatadir)" DATA = $(dist_pkgdata_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ @@ -161,7 +172,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -338,7 +348,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/build_tools/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign data/build_tools/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -538,6 +547,8 @@ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ uninstall-am uninstall-dist_pkgdataDATA +.PRECIOUS: Makefile + -include $(top_srcdir)/git.mk diff -Nru latexila-3.16.1/data/icons/128x128/apps/Makefile.in latexila-3.16.2/data/icons/128x128/apps/Makefile.in --- latexila-3.16.1/data/icons/128x128/apps/Makefile.in 2015-04-19 09:09:46.000000000 +0000 +++ latexila-3.16.2/data/icons/128x128/apps/Makefile.in 2015-08-18 11:18:55.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,7 +15,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -79,8 +89,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = data/icons/128x128/apps -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(dist_icon_DATA) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -89,6 +97,8 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(dist_icon_DATA) \ + $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -142,6 +152,7 @@ am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(dist_icon_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ @@ -161,7 +172,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -338,7 +348,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/128x128/apps/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign data/icons/128x128/apps/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -538,6 +547,8 @@ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ uninstall-am uninstall-dist_iconDATA +.PRECIOUS: Makefile + -include $(top_srcdir)/git.mk diff -Nru latexila-3.16.1/data/icons/128x128/Makefile.in latexila-3.16.2/data/icons/128x128/Makefile.in --- latexila-3.16.1/data/icons/128x128/Makefile.in 2015-04-19 09:09:46.000000000 +0000 +++ latexila-3.16.2/data/icons/128x128/Makefile.in 2015-08-18 11:18:55.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,7 +14,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -78,7 +88,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = data/icons/128x128 -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -87,6 +96,7 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -146,6 +156,7 @@ ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ @@ -190,7 +201,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -366,7 +376,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/128x128/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign data/icons/128x128/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -661,6 +670,8 @@ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am +.PRECIOUS: Makefile + -include $(top_srcdir)/git.mk diff -Nru latexila-3.16.1/data/icons/16x16/apps/Makefile.in latexila-3.16.2/data/icons/16x16/apps/Makefile.in --- latexila-3.16.1/data/icons/16x16/apps/Makefile.in 2015-04-19 09:09:46.000000000 +0000 +++ latexila-3.16.2/data/icons/16x16/apps/Makefile.in 2015-08-18 11:18:55.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,7 +15,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -79,8 +89,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = data/icons/16x16/apps -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(dist_icon_DATA) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -89,6 +97,8 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(dist_icon_DATA) \ + $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -142,6 +152,7 @@ am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(dist_icon_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ @@ -161,7 +172,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -338,7 +348,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/16x16/apps/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign data/icons/16x16/apps/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -538,6 +547,8 @@ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ uninstall-am uninstall-dist_iconDATA +.PRECIOUS: Makefile + -include $(top_srcdir)/git.mk diff -Nru latexila-3.16.1/data/icons/16x16/Makefile.in latexila-3.16.2/data/icons/16x16/Makefile.in --- latexila-3.16.1/data/icons/16x16/Makefile.in 2015-04-19 09:09:46.000000000 +0000 +++ latexila-3.16.2/data/icons/16x16/Makefile.in 2015-08-18 11:18:55.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,7 +14,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -78,7 +88,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = data/icons/16x16 -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -87,6 +96,7 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -146,6 +156,7 @@ ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ @@ -190,7 +201,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -369,7 +379,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/16x16/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign data/icons/16x16/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -664,6 +673,8 @@ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am +.PRECIOUS: Makefile + -include $(top_srcdir)/git.mk diff -Nru latexila-3.16.1/data/icons/22x22/apps/Makefile.in latexila-3.16.2/data/icons/22x22/apps/Makefile.in --- latexila-3.16.1/data/icons/22x22/apps/Makefile.in 2015-04-19 09:09:46.000000000 +0000 +++ latexila-3.16.2/data/icons/22x22/apps/Makefile.in 2015-08-18 11:18:56.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,7 +15,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -79,8 +89,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = data/icons/22x22/apps -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(dist_icon_DATA) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -89,6 +97,8 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(dist_icon_DATA) \ + $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -142,6 +152,7 @@ am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(dist_icon_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ @@ -161,7 +172,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -338,7 +348,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/22x22/apps/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign data/icons/22x22/apps/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -538,6 +547,8 @@ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ uninstall-am uninstall-dist_iconDATA +.PRECIOUS: Makefile + -include $(top_srcdir)/git.mk diff -Nru latexila-3.16.1/data/icons/22x22/Makefile.in latexila-3.16.2/data/icons/22x22/Makefile.in --- latexila-3.16.1/data/icons/22x22/Makefile.in 2015-04-19 09:09:46.000000000 +0000 +++ latexila-3.16.2/data/icons/22x22/Makefile.in 2015-08-18 11:18:55.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,7 +14,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -78,7 +88,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = data/icons/22x22 -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -87,6 +96,7 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -146,6 +156,7 @@ ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ @@ -190,7 +201,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -366,7 +376,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/22x22/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign data/icons/22x22/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -661,6 +670,8 @@ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am +.PRECIOUS: Makefile + -include $(top_srcdir)/git.mk diff -Nru latexila-3.16.1/data/icons/24x24/apps/Makefile.in latexila-3.16.2/data/icons/24x24/apps/Makefile.in --- latexila-3.16.1/data/icons/24x24/apps/Makefile.in 2015-04-19 09:09:46.000000000 +0000 +++ latexila-3.16.2/data/icons/24x24/apps/Makefile.in 2015-08-18 11:18:56.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,7 +15,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -79,8 +89,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = data/icons/24x24/apps -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(dist_icon_DATA) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -89,6 +97,8 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(dist_icon_DATA) \ + $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -142,6 +152,7 @@ am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(dist_icon_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ @@ -161,7 +172,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -338,7 +348,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/24x24/apps/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign data/icons/24x24/apps/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -538,6 +547,8 @@ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ uninstall-am uninstall-dist_iconDATA +.PRECIOUS: Makefile + -include $(top_srcdir)/git.mk diff -Nru latexila-3.16.1/data/icons/24x24/Makefile.in latexila-3.16.2/data/icons/24x24/Makefile.in --- latexila-3.16.1/data/icons/24x24/Makefile.in 2015-04-19 09:09:46.000000000 +0000 +++ latexila-3.16.2/data/icons/24x24/Makefile.in 2015-08-18 11:18:56.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,7 +14,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -78,7 +88,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = data/icons/24x24 -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -87,6 +96,7 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -146,6 +156,7 @@ ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ @@ -190,7 +201,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -369,7 +379,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/24x24/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign data/icons/24x24/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -664,6 +673,8 @@ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am +.PRECIOUS: Makefile + -include $(top_srcdir)/git.mk diff -Nru latexila-3.16.1/data/icons/256x256/apps/Makefile.in latexila-3.16.2/data/icons/256x256/apps/Makefile.in --- latexila-3.16.1/data/icons/256x256/apps/Makefile.in 2015-04-19 09:09:46.000000000 +0000 +++ latexila-3.16.2/data/icons/256x256/apps/Makefile.in 2015-08-18 11:18:56.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,7 +15,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -79,8 +89,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = data/icons/256x256/apps -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(dist_icon_DATA) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -89,6 +97,8 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(dist_icon_DATA) \ + $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -142,6 +152,7 @@ am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(dist_icon_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ @@ -161,7 +172,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -338,7 +348,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/256x256/apps/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign data/icons/256x256/apps/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -538,6 +547,8 @@ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ uninstall-am uninstall-dist_iconDATA +.PRECIOUS: Makefile + -include $(top_srcdir)/git.mk diff -Nru latexila-3.16.1/data/icons/256x256/Makefile.in latexila-3.16.2/data/icons/256x256/Makefile.in --- latexila-3.16.1/data/icons/256x256/Makefile.in 2015-04-19 09:09:46.000000000 +0000 +++ latexila-3.16.2/data/icons/256x256/Makefile.in 2015-08-18 11:18:56.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,7 +14,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -78,7 +88,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = data/icons/256x256 -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -87,6 +96,7 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -146,6 +156,7 @@ ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ @@ -190,7 +201,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -366,7 +376,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/256x256/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign data/icons/256x256/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -661,6 +670,8 @@ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am +.PRECIOUS: Makefile + -include $(top_srcdir)/git.mk diff -Nru latexila-3.16.1/data/icons/32x32/apps/Makefile.in latexila-3.16.2/data/icons/32x32/apps/Makefile.in --- latexila-3.16.1/data/icons/32x32/apps/Makefile.in 2015-04-19 09:09:46.000000000 +0000 +++ latexila-3.16.2/data/icons/32x32/apps/Makefile.in 2015-08-18 11:18:56.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,7 +15,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -79,8 +89,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = data/icons/32x32/apps -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(dist_icon_DATA) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -89,6 +97,8 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(dist_icon_DATA) \ + $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -142,6 +152,7 @@ am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(dist_icon_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ @@ -161,7 +172,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -338,7 +348,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/32x32/apps/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign data/icons/32x32/apps/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -538,6 +547,8 @@ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ uninstall-am uninstall-dist_iconDATA +.PRECIOUS: Makefile + -include $(top_srcdir)/git.mk diff -Nru latexila-3.16.1/data/icons/32x32/Makefile.in latexila-3.16.2/data/icons/32x32/Makefile.in --- latexila-3.16.1/data/icons/32x32/Makefile.in 2015-04-19 09:09:46.000000000 +0000 +++ latexila-3.16.2/data/icons/32x32/Makefile.in 2015-08-18 11:18:56.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,7 +14,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -78,7 +88,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = data/icons/32x32 -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -87,6 +96,7 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -146,6 +156,7 @@ ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ @@ -190,7 +201,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -366,7 +376,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/32x32/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign data/icons/32x32/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -661,6 +670,8 @@ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am +.PRECIOUS: Makefile + -include $(top_srcdir)/git.mk diff -Nru latexila-3.16.1/data/icons/48x48/apps/Makefile.in latexila-3.16.2/data/icons/48x48/apps/Makefile.in --- latexila-3.16.1/data/icons/48x48/apps/Makefile.in 2015-04-19 09:09:47.000000000 +0000 +++ latexila-3.16.2/data/icons/48x48/apps/Makefile.in 2015-08-18 11:18:56.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,7 +15,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -79,8 +89,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = data/icons/48x48/apps -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(dist_icon_DATA) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -89,6 +97,8 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(dist_icon_DATA) \ + $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -142,6 +152,7 @@ am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(dist_icon_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ @@ -161,7 +172,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -338,7 +348,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/48x48/apps/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign data/icons/48x48/apps/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -538,6 +547,8 @@ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ uninstall-am uninstall-dist_iconDATA +.PRECIOUS: Makefile + -include $(top_srcdir)/git.mk diff -Nru latexila-3.16.1/data/icons/48x48/Makefile.in latexila-3.16.2/data/icons/48x48/Makefile.in --- latexila-3.16.1/data/icons/48x48/Makefile.in 2015-04-19 09:09:47.000000000 +0000 +++ latexila-3.16.2/data/icons/48x48/Makefile.in 2015-08-18 11:18:56.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,7 +14,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -78,7 +88,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = data/icons/48x48 -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -87,6 +96,7 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -146,6 +156,7 @@ ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ @@ -190,7 +201,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -366,7 +376,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/48x48/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign data/icons/48x48/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -661,6 +670,8 @@ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am +.PRECIOUS: Makefile + -include $(top_srcdir)/git.mk diff -Nru latexila-3.16.1/data/icons/Makefile.in latexila-3.16.2/data/icons/Makefile.in --- latexila-3.16.1/data/icons/Makefile.in 2015-04-19 09:09:47.000000000 +0000 +++ latexila-3.16.2/data/icons/Makefile.in 2015-08-18 11:18:56.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,7 +14,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -78,7 +88,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = data/icons -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -87,6 +96,7 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -146,6 +156,7 @@ ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ @@ -190,7 +201,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -369,7 +379,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign data/icons/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -664,6 +673,8 @@ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am +.PRECIOUS: Makefile + -include $(top_srcdir)/git.mk diff -Nru latexila-3.16.1/data/icons/scalable/apps/Makefile.in latexila-3.16.2/data/icons/scalable/apps/Makefile.in --- latexila-3.16.1/data/icons/scalable/apps/Makefile.in 2015-04-19 09:09:47.000000000 +0000 +++ latexila-3.16.2/data/icons/scalable/apps/Makefile.in 2015-08-18 11:18:56.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,7 +15,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -79,8 +89,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = data/icons/scalable/apps -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(dist_icon_DATA) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -89,6 +97,8 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(dist_icon_DATA) \ + $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -142,6 +152,7 @@ am__installdirs = "$(DESTDIR)$(icondir)" DATA = $(dist_icon_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ @@ -161,7 +172,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -338,7 +348,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/scalable/apps/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign data/icons/scalable/apps/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -538,6 +547,8 @@ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ uninstall-am uninstall-dist_iconDATA +.PRECIOUS: Makefile + -include $(top_srcdir)/git.mk diff -Nru latexila-3.16.1/data/icons/scalable/Makefile.in latexila-3.16.2/data/icons/scalable/Makefile.in --- latexila-3.16.1/data/icons/scalable/Makefile.in 2015-04-19 09:09:47.000000000 +0000 +++ latexila-3.16.2/data/icons/scalable/Makefile.in 2015-08-18 11:18:56.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,7 +14,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -78,7 +88,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = data/icons/scalable -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -87,6 +96,7 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -146,6 +156,7 @@ ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ @@ -190,7 +201,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -366,7 +376,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/icons/scalable/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign data/icons/scalable/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -661,6 +670,8 @@ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am +.PRECIOUS: Makefile + -include $(top_srcdir)/git.mk diff -Nru latexila-3.16.1/data/images/app/Makefile.in latexila-3.16.2/data/images/app/Makefile.in --- latexila-3.16.1/data/images/app/Makefile.in 2015-04-19 09:09:47.000000000 +0000 +++ latexila-3.16.2/data/images/app/Makefile.in 2015-08-18 11:18:56.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,7 +15,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -79,8 +89,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = data/images/app -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(dist_app_DATA) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -89,6 +97,8 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(dist_app_DATA) \ + $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -142,6 +152,7 @@ am__installdirs = "$(DESTDIR)$(appdir)" DATA = $(dist_app_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ @@ -161,7 +172,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -339,7 +349,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/images/app/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign data/images/app/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -539,6 +548,8 @@ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ uninstall-am uninstall-dist_appDATA +.PRECIOUS: Makefile + # The following screenshots were used for the AppData. They can be deleted in 2018. # screenshot-build-tools.png diff -Nru latexila-3.16.1/data/images/Makefile.in latexila-3.16.2/data/images/Makefile.in --- latexila-3.16.1/data/images/Makefile.in 2015-04-19 09:09:47.000000000 +0000 +++ latexila-3.16.2/data/images/Makefile.in 2015-08-18 11:18:56.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,7 +14,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -78,7 +88,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = data/images -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -87,6 +96,7 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -146,6 +156,7 @@ ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ @@ -190,7 +201,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -375,7 +385,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/images/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign data/images/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -670,6 +679,8 @@ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am +.PRECIOUS: Makefile + -include $(top_srcdir)/git.mk diff -Nru latexila-3.16.1/data/latexila.desktop.in latexila-3.16.2/data/latexila.desktop.in --- latexila-3.16.1/data/latexila.desktop.in 2015-04-19 09:09:50.000000000 +0000 +++ latexila-3.16.2/data/latexila.desktop.in 2015-08-18 11:18:59.000000000 +0000 @@ -14,7 +14,7 @@ X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=latexila X-GNOME-Bugzilla-Component=other -X-GNOME-Bugzilla-Version=3.16.1 +X-GNOME-Bugzilla-Version=3.16.2 [Desktop Action Window] _Name=Open a New Window diff -Nru latexila-3.16.1/data/Makefile.in latexila-3.16.2/data/Makefile.in --- latexila-3.16.1/data/Makefile.in 2015-04-19 09:09:46.000000000 +0000 +++ latexila-3.16.2/data/Makefile.in 2015-08-18 11:18:55.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,7 +15,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -79,10 +89,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = data -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(srcdir)/latexila.desktop.in.in \ - $(srcdir)/org.gnome.latexila.gschema.xml.in \ - $(dist_pkgdata_DATA) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -91,6 +97,8 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(dist_pkgdata_DATA) \ + $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = latexila.desktop.in \ @@ -181,6 +189,9 @@ ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) +am__DIST_COMMON = $(srcdir)/Makefile.in \ + $(srcdir)/latexila.desktop.in.in \ + $(srcdir)/org.gnome.latexila.gschema.xml.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ @@ -225,7 +236,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -421,7 +431,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign data/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -792,6 +801,8 @@ uninstall-am uninstall-appdataDATA uninstall-desktopDATA \ uninstall-dist_pkgdataDATA +.PRECIOUS: Makefile + @INTLTOOL_DESKTOP_RULE@ @INTLTOOL_XML_RULE@ diff -Nru latexila-3.16.1/data/templates/beamer.xml latexila-3.16.2/data/templates/beamer.xml --- latexila-3.16.1/data/templates/beamer.xml 2014-12-27 15:45:44.000000000 +0000 +++ latexila-3.16.2/data/templates/beamer.xml 2015-08-18 09:18:20.000000000 +0000 @@ -15,6 +15,10 @@ \begin{document} +\begin{frame} + \titlepage +\end{frame} + \end{document} diff -Nru latexila-3.16.1/data/templates/Makefile.in latexila-3.16.2/data/templates/Makefile.in --- latexila-3.16.1/data/templates/Makefile.in 2015-04-19 09:09:47.000000000 +0000 +++ latexila-3.16.2/data/templates/Makefile.in 2015-08-18 11:18:56.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,7 +15,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -79,8 +89,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = data/templates -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(dist_templates_DATA) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -89,6 +97,8 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(dist_templates_DATA) \ + $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -142,6 +152,7 @@ am__installdirs = "$(DESTDIR)$(templatesdir)" DATA = $(dist_templates_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ @@ -161,7 +172,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -345,7 +355,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign data/templates/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign data/templates/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -545,6 +554,8 @@ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ uninstall-am uninstall-dist_templatesDATA +.PRECIOUS: Makefile + -include $(top_srcdir)/git.mk diff -Nru latexila-3.16.1/debian/changelog latexila-3.16.2/debian/changelog --- latexila-3.16.1/debian/changelog 2015-06-18 18:42:58.000000000 +0000 +++ latexila-3.16.2/debian/changelog 2015-08-18 19:41:49.000000000 +0000 @@ -1,3 +1,13 @@ +latexila (3.16.2-0~wily~ppa0) wily; urgency=medium + + * New upstream release. + * Upstream ChangeLog: + - Ensure that the personal build tools are correctly saved + - A few other small bug fixes + - Translation update + + -- Matthieu Baerts (matttbe) Tue, 18 Aug 2015 21:35:38 +0200 + latexila (3.16.1-1) unstable; urgency=medium * New upstream release. (Closes: #787882) diff -Nru latexila-3.16.1/debian/control latexila-3.16.2/debian/control --- latexila-3.16.1/debian/control 2015-06-18 17:35:02.000000000 +0000 +++ latexila-3.16.2/debian/control 2015-08-18 19:37:11.000000000 +0000 @@ -1,7 +1,8 @@ Source: latexila Section: tex Priority: optional -Maintainer: Tanguy Ortolo +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Tanguy Ortolo Build-Depends: autotools-dev, debhelper (>= 9~), gettext, diff -Nru latexila-3.16.1/depcomp latexila-3.16.2/depcomp --- latexila-3.16.1/depcomp 2015-04-19 09:09:48.000000000 +0000 +++ latexila-3.16.2/depcomp 2015-08-18 11:18:57.000000000 +0000 @@ -3,7 +3,7 @@ scriptversion=2013-05-30.07; # UTC -# Copyright (C) 1999-2013 Free Software Foundation, Inc. +# Copyright (C) 1999-2014 Free Software Foundation, Inc. # 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 diff -Nru latexila-3.16.1/docs/Makefile.in latexila-3.16.2/docs/Makefile.in --- latexila-3.16.1/docs/Makefile.in 2015-04-19 09:09:47.000000000 +0000 +++ latexila-3.16.2/docs/Makefile.in 2015-08-18 11:18:56.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,7 +14,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -78,7 +88,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = docs -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -87,6 +96,7 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -146,6 +156,7 @@ ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ @@ -190,7 +201,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -366,7 +376,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign docs/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -661,6 +670,8 @@ mostlyclean mostlyclean-generic mostlyclean-libtool pdf pdf-am \ ps ps-am tags tags-am uninstall uninstall-am +.PRECIOUS: Makefile + -include $(top_srcdir)/git.mk diff -Nru latexila-3.16.1/docs/reference/html/annotation-glossary.html latexila-3.16.2/docs/reference/html/annotation-glossary.html --- latexila-3.16.1/docs/reference/html/annotation-glossary.html 2015-04-19 09:10:17.000000000 +0000 +++ latexila-3.16.2/docs/reference/html/annotation-glossary.html 2015-08-18 11:19:24.000000000 +0000 @@ -7,7 +7,7 @@ - + @@ -18,6 +18,8 @@  |  O  |  + S +  |  T Home @@ -38,6 +40,9 @@

NULL may be passed instead of a pointer to a location.

out

Parameter for returning results. Default is transfer full.

+

S

+
skip
+

Exposed in C code, not necessarily available in other languages.

T

transfer full

Free data after the code is done.

@@ -45,7 +50,6 @@

Don't free data after the code is done.

+
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru latexila-3.16.1/docs/reference/html/api-index-full.html latexila-3.16.2/docs/reference/html/api-index-full.html --- latexila-3.16.1/docs/reference/html/api-index-full.html 2015-04-19 09:10:17.000000000 +0000 +++ latexila-3.16.2/docs/reference/html/api-index-full.html 2015-08-18 11:19:24.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -377,6 +377,10 @@

U

+latexila_utils_create_parent_directories, function in LatexilaUtils +
+
+
latexila_utils_file_query_exists_async, function in LatexilaUtils
@@ -414,7 +418,6 @@
+
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru latexila-3.16.1/docs/reference/html/ch01.html latexila-3.16.2/docs/reference/html/ch01.html --- latexila-3.16.1/docs/reference/html/ch01.html 2015-04-19 09:10:17.000000000 +0000 +++ latexila-3.16.2/docs/reference/html/ch01.html 2015-08-18 11:19:24.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -62,7 +62,6 @@ +
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru latexila-3.16.1/docs/reference/html/index.html latexila-3.16.2/docs/reference/html/index.html --- latexila-3.16.1/docs/reference/html/index.html 2015-04-19 09:10:17.000000000 +0000 +++ latexila-3.16.2/docs/reference/html/index.html 2015-08-18 11:19:24.000000000 +0000 @@ -6,7 +6,7 @@ - + @@ -61,7 +61,6 @@ +
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru latexila-3.16.1/docs/reference/html/index.sgml latexila-3.16.2/docs/reference/html/index.sgml --- latexila-3.16.1/docs/reference/html/index.sgml 2015-04-19 09:10:17.000000000 +0000 +++ latexila-3.16.2/docs/reference/html/index.sgml 1970-01-01 00:00:00.000000000 +0000 @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff -Nru latexila-3.16.1/docs/reference/html/LatexilaBuildJob.html latexila-3.16.2/docs/reference/html/LatexilaBuildJob.html --- latexila-3.16.1/docs/reference/html/LatexilaBuildJob.html 2015-04-19 09:10:17.000000000 +0000 +++ latexila-3.16.2/docs/reference/html/LatexilaBuildJob.html 2015-08-18 11:19:24.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -59,7 +59,7 @@ -gchar * +gchar * latexila_build_job_to_xml () @@ -75,7 +75,7 @@ -gboolean +gboolean latexila_build_job_run_finish () @@ -95,7 +95,7 @@ -gchar * +gchar * command Read / Write / Construct @@ -122,7 +122,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── LatexilaBuildJob
 
@@ -144,7 +144,6 @@

Returns

a new LatexilaBuildJob object.

-


@@ -177,7 +176,7 @@

latexila_build_job_to_xml ()

-
gchar *
+
gchar *
 latexila_build_job_to_xml (LatexilaBuildJob *build_job);

Parameters

@@ -197,8 +196,7 @@

Returns

the XML contents of the build_job -. Free with g_free().

-

+. Free with g_free().


@@ -206,11 +204,11 @@

latexila_build_job_run_async ()

void
 latexila_build_job_run_async (LatexilaBuildJob *build_job,
-                              GFile *file,
+                              GFile *file,
                               LatexilaBuildView *build_view,
-                              GCancellable *cancellable,
-                              GAsyncReadyCallback callback,
-                              gpointer user_data);
+ GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Runs asynchronously the build job on a file with the messages displayed in a build view. When the operation is finished, callback will be called. You can @@ -241,7 +239,7 @@

cancellable

-

a GCancellable object.

+

a GCancellable object.

  @@ -261,9 +259,9 @@

latexila_build_job_run_finish ()

-
gboolean
+
gboolean
 latexila_build_job_run_finish (LatexilaBuildJob *build_job,
-                               GAsyncResult *result);
+ GAsyncResult *result);

Finishes the operation started with latexila_build_job_run_async().

Before calling this function, you should keep a reference to result as long @@ -284,7 +282,7 @@

result

-

a GAsyncResult.

+

a GAsyncResult.

  @@ -292,8 +290,7 @@

Returns

-

TRUE if the build job has run successfully.

-

+

TRUE if the build job has run successfully.

@@ -308,8 +305,7 @@

Property Details

The “command” property

-
  “command”                  gchar *
-

+
  “command”                  gchar *

Flags: Read / Write / Construct

Default value: NULL

@@ -317,14 +313,12 @@

The “post-processor-type” property

  “post-processor-type”      LatexilaPostProcessorType
-

Flags: Read / Write / Construct

Default value: LATEXILA_POST_PROCESSOR_TYPE_ALL_OUTPUT

+
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru latexila-3.16.1/docs/reference/html/LatexilaBuildTool.html latexila-3.16.2/docs/reference/html/LatexilaBuildTool.html --- latexila-3.16.1/docs/reference/html/LatexilaBuildTool.html 2015-04-19 09:10:17.000000000 +0000 +++ latexila-3.16.2/docs/reference/html/LatexilaBuildTool.html 2015-08-18 11:19:24.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -67,14 +67,14 @@ -GList * +GList * latexila_build_tool_get_jobs () -const gchar * +const gchar * latexila_build_tool_get_description () @@ -82,7 +82,7 @@ -gchar * +gchar * latexila_build_tool_to_xml () @@ -118,41 +118,41 @@ -gchar * +gchar * description Read / Write / Construct -gboolean +gboolean enabled Read / Write / Construct -gchar * +gchar * extensions Read / Write / Construct -gchar * +gchar * files-to-open Read / Write / Construct -gchar * +gchar * icon Read / Write / Construct -gint +gint id Read / Write / Construct -gchar * +gchar * label Read / Write / Construct @@ -174,7 +174,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── LatexilaBuildTool
 
@@ -199,7 +199,6 @@

Returns

a new LatexilaBuildTool object.

-


@@ -262,7 +261,7 @@

latexila_build_tool_get_jobs ()

-
GList *
+
GList *
 latexila_build_tool_get_jobs (LatexilaBuildTool *build_tool);

Parameters

@@ -289,7 +288,7 @@

latexila_build_tool_get_description ()

-
const gchar *
+
const gchar *
 latexila_build_tool_get_description (LatexilaBuildTool *build_tool);

Gets the description. The label is returned if the description is empty.

@@ -310,13 +309,12 @@

Returns

the description.

-


latexila_build_tool_to_xml ()

-
gchar *
+
gchar *
 latexila_build_tool_to_xml (LatexilaBuildTool *tool);

Parameters

@@ -335,8 +333,7 @@

Returns

-

the XML contents of the build tool. Free with g_free().

-

+

the XML contents of the build tool. Free with g_free().


@@ -344,11 +341,11 @@

latexila_build_tool_run_async ()

void
 latexila_build_tool_run_async (LatexilaBuildTool *build_tool,
-                               GFile *file,
+                               GFile *file,
                                LatexilaBuildView *build_view,
-                               GCancellable *cancellable,
-                               GAsyncReadyCallback callback,
-                               gpointer user_data);
+ GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Run a build tool on a file with the messages displayed in a build view.

Parameters

@@ -376,7 +373,7 @@

cancellable

-

a GCancellable object.

+

a GCancellable object.

  @@ -398,7 +395,7 @@

latexila_build_tool_run_finish ()

void
 latexila_build_tool_run_finish (LatexilaBuildTool *build_tool,
-                                GAsyncResult *result);
+ GAsyncResult *result);

Finishes the operation started with latexila_build_tool_run_async().

Before calling this function you should keep a reference to result as long @@ -421,7 +418,7 @@

result

-

a GAsyncResult.

+

a GAsyncResult.

  @@ -440,49 +437,44 @@

Property Details

The “description” property

-
  “description”              gchar *
-

+
  “description”              gchar *

Flags: Read / Write / Construct

Default value: NULL


The “enabled” property

-
  “enabled”                  gboolean
-

+
  “enabled”                  gboolean

Flags: Read / Write / Construct

Default value: FALSE


The “extensions” property

-
  “extensions”               gchar *
-

+
  “extensions”               gchar *

Flags: Read / Write / Construct

Default value: NULL


The “files-to-open” property

-
  “files-to-open”            gchar *
-

+
  “files-to-open”            gchar *

Flags: Read / Write / Construct

Default value: NULL


The “icon” property

-
  “icon”                     gchar *
-

+
  “icon”                     gchar *

Flags: Read / Write / Construct

Default value: NULL


The “id” property

-
  “id”                       gint
+
  “id”                       gint

The build tool ID. It is used only by the default build tools, for saving -in GSettings the lists of enabled/disabled build tools.

+in GSettings the lists of enabled/disabled build tools.

Flags: Read / Write / Construct

Allowed values: >= 0

Default value: 0

@@ -490,15 +482,13 @@

The “label” property

-
  “label”                    gchar *
-

+
  “label”                    gchar *

Flags: Read / Write / Construct

Default value: NULL

+
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru latexila-3.16.1/docs/reference/html/LatexilaBuildToolsDefault.html latexila-3.16.2/docs/reference/html/LatexilaBuildToolsDefault.html --- latexila-3.16.1/docs/reference/html/LatexilaBuildToolsDefault.html 2015-04-19 09:10:17.000000000 +0000 +++ latexila-3.16.2/docs/reference/html/LatexilaBuildToolsDefault.html 2015-08-18 11:19:24.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -64,7 +64,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── LatexilaBuildTools
         ╰── LatexilaBuildToolsDefault
 
@@ -110,7 +110,6 @@
+
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru latexila-3.16.1/docs/reference/html/LatexilaBuildTools.html latexila-3.16.2/docs/reference/html/LatexilaBuildTools.html --- latexila-3.16.1/docs/reference/html/LatexilaBuildTools.html 2015-04-19 09:10:17.000000000 +0000 +++ latexila-3.16.2/docs/reference/html/LatexilaBuildTools.html 2015-08-18 11:19:24.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -80,12 +80,12 @@ void loaded -Run Last +Run Last void modified -Run Last +Run Last @@ -105,7 +105,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── LatexilaBuildTools
         ├── LatexilaBuildToolsDefault
         ╰── LatexilaBuildToolsPersonal
@@ -132,7 +132,7 @@
 

latexila_build_tools_load ()

void
 latexila_build_tools_load (LatexilaBuildTools *build_tools,
-                           GFile *xml_file);
+ GFile *xml_file);

Loads asynchronously the XML file contents and parses it. This function is used by subclasses of LatexilaBuildTools. When the file is fully loaded, the “loaded” signal is @@ -165,8 +165,8 @@

latexila_build_tools_set_enabled ()

void
 latexila_build_tools_set_enabled (LatexilaBuildTools *build_tools,
-                                  guint tool_num,
-                                  gboolean enabled);
+ guint tool_num, + gboolean enabled);

Parameters

@@ -200,7 +200,7 @@

latexila_build_tools_nth ()

LatexilaBuildTool *
 latexila_build_tools_nth (LatexilaBuildTools *build_tools,
-                          guint tool_num);
+ guint tool_num);

Parameters

@@ -248,7 +248,7 @@ - + @@ -263,7 +263,7 @@

The “loaded” signal

void
 user_function (LatexilaBuildTools *build_tools,
-               gpointer            user_data)
+ gpointer user_data)

The ::loaded signal is emitted when the build tools are fully loaded.

Parameters

@@ -287,14 +287,14 @@

GList *build_tools;

GList *build_tools;

a list of LatexilaBuildTool's. External code should just read the list, not modify it.

[element-type LatexilaBuildTool]
-

Flags: Run Last

+

Flags: Run Last


The “modified” signal

void
 user_function (LatexilaBuildTools *build_tools,
-               gpointer            user_data)
+ gpointer user_data)

The ::modified signal is emitted when a build tool is modified.

Parameters

@@ -318,12 +318,11 @@
-

Flags: Run Last

+

Flags: Run Last

+
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru latexila-3.16.1/docs/reference/html/LatexilaBuildToolsPersonal.html latexila-3.16.2/docs/reference/html/LatexilaBuildToolsPersonal.html --- latexila-3.16.1/docs/reference/html/LatexilaBuildToolsPersonal.html 2015-04-19 09:10:17.000000000 +0000 +++ latexila-3.16.2/docs/reference/html/LatexilaBuildToolsPersonal.html 2015-08-18 11:19:24.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -122,7 +122,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── LatexilaBuildTools
         ╰── LatexilaBuildToolsPersonal
 
@@ -179,7 +179,7 @@

latexila_build_tools_personal_move_up ()

void
 latexila_build_tools_personal_move_up (LatexilaBuildToolsPersonal *build_tools,
-                                       guint tool_num);
+ guint tool_num);

Move a build tool up. The first build tool is at the top.

Parameters

@@ -210,7 +210,7 @@
void
 latexila_build_tools_personal_move_down
                                (LatexilaBuildToolsPersonal *build_tools,
-                                guint tool_num);
+ guint tool_num);

Move a build tool down. The first build tool is at the top.

Parameters

@@ -240,7 +240,7 @@

latexila_build_tools_personal_delete ()

void
 latexila_build_tools_personal_delete (LatexilaBuildToolsPersonal *build_tools,
-                                      guint tool_num);
+ guint tool_num);

Deletes a build tool.

Parameters

@@ -301,7 +301,7 @@
void
 latexila_build_tools_personal_insert (LatexilaBuildToolsPersonal *build_tools,
                                       LatexilaBuildTool *new_build_tool,
-                                      guint position);
+ guint position);

Inserts a new build tool at a given position.

Parameters

@@ -337,7 +337,7 @@
void
 latexila_build_tools_personal_replace (LatexilaBuildToolsPersonal *build_tools,
                                        LatexilaBuildTool *new_build_tool,
-                                       guint position);
+ guint position);

Replaces a build tool.

Parameters

@@ -379,7 +379,6 @@
+
Generated by GTK-Doc V1.24.1
\ No newline at end of file diff -Nru latexila-3.16.1/docs/reference/html/LatexilaBuildView.html latexila-3.16.2/docs/reference/html/LatexilaBuildView.html --- latexila-3.16.1/docs/reference/html/LatexilaBuildView.html 2015-04-19 09:10:17.000000000 +0000 +++ latexila-3.16.2/docs/reference/html/LatexilaBuildView.html 2015-08-18 11:19:24.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -93,7 +93,7 @@ -GtkTreeIter +GtkTreeIter latexila_build_view_add_main_title () @@ -101,7 +101,7 @@ -GtkTreeIter +GtkTreeIter latexila_build_view_add_job_title () @@ -117,7 +117,7 @@ -GtkTreeIter +GtkTreeIter latexila_build_view_append_single_message () @@ -152,22 +152,22 @@ -gboolean +gboolean has-details Read / Write / Construct -gboolean +gboolean show-badboxes Read / Write / Construct -gboolean +gboolean show-details Read / Write / Construct -gboolean +gboolean show-warnings Read / Write / Construct @@ -185,7 +185,7 @@ void jump-to-file -Run Last +Run Last
@@ -218,11 +218,11 @@

Object Hierarchy

-
    GObject
-    ╰── GInitiallyUnowned
-        ╰── GtkWidget
-            ╰── GtkContainer
-                ╰── GtkTreeView
+
    GObject
+    ╰── GInitiallyUnowned
+        ╰── GtkWidget
+            ╰── GtkContainer
+                ╰── GtkTreeView
                     ╰── LatexilaBuildView
 
@@ -230,7 +230,7 @@

Implemented Interfaces

LatexilaBuildView implements - AtkImplementorIface, GtkBuildable and GtkScrollable.

+ AtkImplementorIface, GtkBuildable and GtkScrollable.

Includes

@@ -239,7 +239,7 @@

Description

-

A LatexilaBuildView is a GtkTreeView containing the build messages. +

A LatexilaBuildView is a GtkTreeView containing the build messages. The build view is contained in the bottom panel.

@@ -249,10 +249,10 @@
LatexilaBuildMsg *
 latexila_build_msg_new (void);

Free the return value with latexila_build_msg_free() when no longer needed.

+

[skip]

-

Returns

+

Returns

a newly-allocated LatexilaBuildMsg.

-


@@ -262,8 +262,9 @@ latexila_build_msg_free (LatexilaBuildMsg *build_msg);

Frees the build_msg structure.

+

[skip]

-

Parameters

+

Parameters

@@ -331,7 +332,6 @@

Returns

a new LatexilaBuildView.

-


@@ -359,9 +359,9 @@

latexila_build_view_add_main_title ()

-
GtkTreeIter
+
GtkTreeIter
 latexila_build_view_add_main_title (LatexilaBuildView *build_view,
-                                    const gchar *main_title,
+                                    const gchar *main_title,
                                     LatexilaBuildState state);

Adds a build tool title. There should be only one main title.

@@ -393,16 +393,15 @@

Returns

-

the title ID as a GtkTreeIter.

-

+

the title ID as a GtkTreeIter.


latexila_build_view_add_job_title ()

-
GtkTreeIter
+
GtkTreeIter
 latexila_build_view_add_job_title (LatexilaBuildView *build_view,
-                                   const gchar *job_title,
+                                   const gchar *job_title,
                                    LatexilaBuildState state);

Adds a build job title.

@@ -434,8 +433,7 @@

Returns

-

the title ID as a GtkTreeIter.

-

+

the title ID as a GtkTreeIter.


@@ -443,7 +441,7 @@

latexila_build_view_set_title_state ()

void
 latexila_build_view_set_title_state (LatexilaBuildView *build_view,
-                                     GtkTreeIter *title_id,
+                                     GtkTreeIter *title_id,
                                      LatexilaBuildState state);

Changes the build state of a title, represented as an icon. If title_id @@ -468,7 +466,7 @@

- + @@ -483,10 +481,10 @@

latexila_build_view_append_single_message ()

-
GtkTreeIter
+
GtkTreeIter
 latexila_build_view_append_single_message
                                (LatexilaBuildView *build_view,
-                                GtkTreeIter *parent,
+                                GtkTreeIter *parent,
                                 LatexilaBuildMsg *message);

Appends a single message to the build view.

@@ -518,8 +516,7 @@

Returns

-

the GtkTreeIter where the message has been added.

-

+

the GtkTreeIter where the message has been added.


@@ -527,9 +524,9 @@

latexila_build_view_append_messages ()

void
 latexila_build_view_append_messages (LatexilaBuildView *build_view,
-                                     GtkTreeIter *parent,
-                                     const GList *messages,
-                                     gboolean expand);
+ GtkTreeIter *parent, + const GList *messages, + gboolean expand);

Appends a tree of messages to the build view.

Parameters

@@ -571,7 +568,7 @@

latexila_build_view_remove_children ()

void
 latexila_build_view_remove_children (LatexilaBuildView *build_view,
-                                     GtkTreeIter *parent);
+ GtkTreeIter *parent);

Removes the children of parent .

@@ -628,7 +625,7 @@ guint expand : 1; }; -

A build message, one line in the GtkTreeView. If a filename +

A build message, one line in the GtkTreeView. If a filename is provided, the file will be opened when the user clicks on the message. If start_line @@ -650,32 +647,32 @@

- + - + - + - + - + - + @@ -797,32 +794,28 @@

Property Details

The “has-details” property

-
  “has-details”              gboolean
-

+
  “has-details”              gboolean

Flags: Read / Write / Construct

Default value: FALSE


The “show-badboxes” property

-
  “show-badboxes”            gboolean
-

+
  “show-badboxes”            gboolean

Flags: Read / Write / Construct

Default value: TRUE


The “show-details” property

-
  “show-details”             gboolean
-

+
  “show-details”             gboolean

Flags: Read / Write / Construct

Default value: FALSE


The “show-warnings” property

-
  “show-warnings”            gboolean
-

+
  “show-warnings”            gboolean

Flags: Read / Write / Construct

Default value: TRUE

@@ -833,10 +826,10 @@

The “jump-to-file” signal

void
 user_function (LatexilaBuildView *build_view,
-               GFile             *file,
-               gint               start_line,
-               gint               end_line,
-               gpointer           user_data)
+ GFile *file, + gint start_line, + gint end_line, + gpointer user_data)

The ::jump-to-file signal is emitted when a row in the build view is selected. The row must contain a file, otherwise the signal is not emitted. The file should be opened and presented to the user. If start_line @@ -884,12 +877,11 @@

title_id

the title ID as a GtkTreeIter.

the title ID as a GtkTreeIter.

 
 

gchar *text;

gchar *text;

the text.

 

gchar *filename;

gchar *filename;

reference to a certain file.

 

gint start_line;

gint start_line;

reference to a line in the file. -1 to unset.

 

gint end_line;

gint end_line;

reference to a line in the file. -1 to unset.

 

GQueue *children;

GQueue *children;

list of children of type LatexilaBuildMsg.

 

guint expand : 1;

guint expand : 1;

if the message has children, whether to initially show them.

 
-

Flags: Run Last

+

Flags: Run Last

+
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru latexila-3.16.1/docs/reference/html/latexila.devhelp2 latexila-3.16.2/docs/reference/html/latexila.devhelp2 --- latexila-3.16.1/docs/reference/html/latexila.devhelp2 2015-04-19 09:10:17.000000000 +0000 +++ latexila-3.16.2/docs/reference/html/latexila.devhelp2 2015-08-18 11:19:23.000000000 +0000 @@ -1,5 +1,4 @@ - @@ -116,6 +115,7 @@ + diff -Nru latexila-3.16.1/docs/reference/html/latexila-LatexilaUtils.html latexila-3.16.2/docs/reference/html/latexila-LatexilaUtils.html --- latexila-3.16.1/docs/reference/html/latexila-LatexilaUtils.html 2015-04-19 09:10:17.000000000 +0000 +++ latexila-3.16.2/docs/reference/html/latexila-LatexilaUtils.html 2015-08-18 11:19:24.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -41,7 +41,7 @@ -gchar * +gchar * latexila_utils_get_shortname () @@ -49,7 +49,7 @@ -gchar * +gchar * latexila_utils_get_extension () @@ -57,7 +57,7 @@ -gchar * +gchar * latexila_utils_replace_home_dir_with_tilde () @@ -73,7 +73,7 @@ -GdkPixbuf * +GdkPixbuf * latexila_utils_get_pixbuf_from_icon_name () @@ -81,7 +81,7 @@ -gchar * +gchar * latexila_utils_str_replace () @@ -97,7 +97,7 @@ -gboolean +gboolean latexila_utils_file_query_exists_finish () @@ -111,6 +111,14 @@ latexila_utils_show_uri () + + +gboolean + + +latexila_utils_create_parent_directories () + + @@ -127,8 +135,8 @@

Functions

latexila_utils_get_shortname ()

-
gchar *
-latexila_utils_get_shortname (const gchar *filename);
+
gchar *
+latexila_utils_get_shortname (const gchar *filename);

Parameters

@@ -147,15 +155,14 @@

Returns

the filename -without its extension. Free with g_free().

-

+without its extension. Free with g_free().


latexila_utils_get_extension ()

-
gchar *
-latexila_utils_get_extension (const gchar *filename);
+
gchar *
+latexila_utils_get_extension (const gchar *filename);

Parameters

@@ -175,16 +182,15 @@

Returns

the filename 's extension with the dot, in lowercase. Free with -g_free().

-

+g_free().


latexila_utils_replace_home_dir_with_tilde ()

-
gchar *
+
gchar *
 latexila_utils_replace_home_dir_with_tilde
-                               (const gchar *filename);
+ (const gchar *filename);

Replaces the home directory with a tilde, if the home directory is present in the filename .

@@ -206,8 +212,7 @@

Returns

-

the new filename. Free with g_free().

-

+

the new filename. Free with g_free().


@@ -215,7 +220,7 @@

latexila_utils_register_icons ()

void
 latexila_utils_register_icons (void);
-

Register the LaTeXila icons to the GtkIconTheme as built-in icons. For +

Register the LaTeXila icons to the GtkIconTheme as built-in icons. For example the icon located at data/images/stock-icons/badbox.png in the LaTeXila git repository will be available with the icon name "badbox". The "stock-icons" directory name is for historical reasons and should be changed @@ -226,10 +231,10 @@


latexila_utils_get_pixbuf_from_icon_name ()

-
GdkPixbuf *
+
GdkPixbuf *
 latexila_utils_get_pixbuf_from_icon_name
-                               (const gchar *icon_name,
-                                GtkIconSize icon_size);
+ (const gchar *icon_name, + GtkIconSize icon_size);

Parameters

@@ -254,17 +259,17 @@

Returns

-

the corresponding GdkPixbuf.

+

the corresponding GdkPixbuf.

[nullable][transfer full]


latexila_utils_str_replace ()

-
gchar *
-latexila_utils_str_replace (const gchar *string,
-                            const gchar *search,
-                            const gchar *replacement);
+
gchar *
+latexila_utils_str_replace (const gchar *string,
+                            const gchar *search,
+                            const gchar *replacement);

Replaces all occurences of search by replacement .

@@ -297,8 +302,7 @@

Returns

-

A newly allocated string with the replacements. Free with g_free().

-

+

A newly allocated string with the replacements. Free with g_free().


@@ -306,11 +310,11 @@

latexila_utils_file_query_exists_async ()

void
 latexila_utils_file_query_exists_async
-                               (GFile *file,
-                                GCancellable *cancellable,
-                                GAsyncReadyCallback callback,
-                                gpointer user_data);
-

The asynchronous version of g_file_query_exists(). When the operation is + (GFile *file, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data); +

The asynchronous version of g_file_query_exists(). When the operation is finished, callback will be called. You can then call latexila_utils_file_query_exists_finish() to get the result of the operation.

@@ -325,12 +329,12 @@ - + - + @@ -350,13 +354,13 @@

latexila_utils_file_query_exists_finish ()

-
gboolean
+
gboolean
 latexila_utils_file_query_exists_finish
-                               (GFile *file,
-                                GAsyncResult *result);
+ (GFile *file, + GAsyncResult *result);

Finishes the operation started with latexila_utils_file_query_exists_async(). -There is no output GError parameter, so you should check if the operation -has been cancelled (in which case FALSE will be returned).

+There is no output GError parameter, so you should check if the operation +has been cancelled (in which case FALSE will be returned).

Parameters

file

a GFile.

a GFile.

 

cancellable

GCancellable.

GCancellable.

 
@@ -368,12 +372,12 @@ - + - + @@ -381,19 +385,18 @@

Returns

-

TRUE if the file exists and the operation hasn't been cancelled, -FALSE otherwise.

-

+

TRUE if the file exists and the operation hasn't been cancelled, +FALSE otherwise.


latexila_utils_show_uri ()

void
-latexila_utils_show_uri (GdkScreen *screen,
-                         const gchar *uri,
-                         guint32 timestamp,
-                         GError **error);
+latexila_utils_show_uri (GdkScreen *screen, + const gchar *uri, + guint32 timestamp, + GError **error);

Shows the uri . If the URI is a PDF file and if Evince is the default document viewer, this function also connects the Evince window so the @@ -409,7 +412,7 @@

- + @@ -424,20 +427,58 @@ - +

file

a GFile.

a GFile.

 

result

a GAsyncResult.

a GAsyncResult.

 

screen

a GdkScreen, or NULL.

a GdkScreen, or NULL.

[nullable]

error

a NULL GError, or NULL.

a NULL GError, or NULL.

[out][optional]
+
+
+

latexila_utils_create_parent_directories ()

+
gboolean
+latexila_utils_create_parent_directories
+                               (GFile *file,
+                                GError **error);
+

Synchronously creates parent directories of file +, so that file + can be +saved.

+
+

Parameters

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

file

a file

 

error

a location to a NULL GError, or NULL.

[out][optional]
+
+
+

Returns

+

whether the directories are correctly created. FALSE is returned on +error.

+
+

Types and Values

+
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru latexila-3.16.1/docs/reference/html/LatexilaPostProcessorAllOutput.html latexila-3.16.2/docs/reference/html/LatexilaPostProcessorAllOutput.html --- latexila-3.16.1/docs/reference/html/LatexilaPostProcessorAllOutput.html 2015-04-19 09:10:17.000000000 +0000 +++ latexila-3.16.2/docs/reference/html/LatexilaPostProcessorAllOutput.html 2015-08-18 11:19:24.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -64,7 +64,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── LatexilaPostProcessor
         ╰── LatexilaPostProcessorAllOutput
 
@@ -88,7 +88,6 @@

Returns

a new LatexilaPostProcessorAllOutput object.

-

@@ -101,7 +100,6 @@ +
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru latexila-3.16.1/docs/reference/html/LatexilaPostProcessor.html latexila-3.16.2/docs/reference/html/LatexilaPostProcessor.html --- latexila-3.16.1/docs/reference/html/LatexilaPostProcessor.html 2015-04-19 09:10:17.000000000 +0000 +++ latexila-3.16.2/docs/reference/html/LatexilaPostProcessor.html 2015-08-18 11:19:24.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -42,7 +42,7 @@ -const gchar * +const gchar * latexila_post_processor_get_name_from_type () @@ -50,7 +50,7 @@ -gboolean +gboolean latexila_post_processor_get_type_from_name () @@ -97,7 +97,7 @@ -const GList * +const GList * latexila_post_processor_get_messages () @@ -105,7 +105,7 @@ -GQueue * +GQueue * latexila_post_processor_take_messages () @@ -123,7 +123,7 @@ -gboolean +gboolean has-details Read / Write / Construct @@ -150,7 +150,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── LatexilaPostProcessor
         ├── LatexilaPostProcessorAllOutput
         ├── LatexilaPostProcessorLatex
@@ -178,7 +178,7 @@
 

Functions

latexila_post_processor_get_name_from_type ()

-
const gchar *
+
const gchar *
 latexila_post_processor_get_name_from_type
                                (LatexilaPostProcessorType type);
@@ -199,15 +199,14 @@

Returns

the post-processor name.

-


latexila_post_processor_get_type_from_name ()

-
gboolean
+
gboolean
 latexila_post_processor_get_type_from_name
-                               (const gchar *name,
+                               (const gchar *name,
                                 LatexilaPostProcessorType *type);

Parameters

@@ -233,8 +232,7 @@

Returns

-

TRUE on success, FALSE otherwise.

-

+

TRUE on success, FALSE otherwise.


@@ -242,13 +240,13 @@

latexila_post_processor_process_async ()

void
 latexila_post_processor_process_async (LatexilaPostProcessor *pp,
-                                       GFile *file,
-                                       GInputStream *stream,
-                                       GCancellable *cancellable,
-                                       GAsyncReadyCallback callback,
-                                       gpointer user_data);
+ GFile *file, + GInputStream *stream, + GCancellable *cancellable, + GAsyncReadyCallback callback, + gpointer user_data);

Asynchronously process an input stream. The input stream can for example come -from the output of a command launched with GSubprocess, or it can be the +from the output of a command launched with GSubprocess, or it can be the input stream of a file (e.g. the LaTeX log file), etc.

callback will be called when the operation is finished. You can then call @@ -269,7 +267,7 @@

file

-

the GFile on which the build tool is run.

+

the GFile on which the build tool is run.

  @@ -279,7 +277,7 @@

cancellable

-

a GCancellable.

+

a GCancellable.

  @@ -302,8 +300,8 @@
void
 latexila_post_processor_process_finish
                                (LatexilaPostProcessor *pp,
-                                GAsyncResult *result,
-                                gboolean succeeded);
+ GAsyncResult *result, + gboolean succeeded);

Finishes an operation started with latexila_post_processor_process_async(). After calling this function, you can get the filtered messages with latexila_post_processor_get_messages().

@@ -323,7 +321,7 @@

result

-

a GAsyncResult.

+

a GAsyncResult.

  @@ -340,7 +338,7 @@

latexila_post_processor_start ()

void
 latexila_post_processor_start (LatexilaPostProcessor *pp,
-                               GFile *file);
+ GFile *file);

Manually starts the post-processor.

Not needed if you use latexila_post_processor_process_async().

@@ -359,7 +357,7 @@

file

-

the GFile on which the build tool is run.

+

the GFile on which the build tool is run.

  @@ -371,10 +369,10 @@

latexila_post_processor_process_line ()

void
 latexila_post_processor_process_line (LatexilaPostProcessor *pp,
-                                      gchar *line);
+ gchar *line);

Manually processes a line. This function takes ownership of line . Free with -g_free() if you don't reuse the content.

+g_free() if you don't reuse the content.

Not needed if you use latexila_post_processor_process_async().

Parameters

@@ -404,7 +402,7 @@

latexila_post_processor_end ()

void
 latexila_post_processor_end (LatexilaPostProcessor *pp,
-                             gboolean succeeded);
+ gboolean succeeded);

Manually ends the processing.

Not needed if you use latexila_post_processor_process_async().

@@ -433,9 +431,9 @@

latexila_post_processor_get_messages ()

-
const GList *
+
const GList *
 latexila_post_processor_get_messages (LatexilaPostProcessor *pp,
-                                      gboolean show_details);
+ gboolean show_details);

Gets the filtered messages. Call this function only after calling latexila_post_processor_process_finish() or latexila_post_processor_end().

Another solution would have been to pass the LatexilaBuildView to the @@ -447,11 +445,11 @@

Obviously if the build view is passed to the post-processor, the latexmk post-processor can output its messages only at the end. But another reason to not pass the build view is for the unit tests. It is easier for the unit -tests to check the returned GList than analyzing a GtkTreeView. Of course -it would be possible to keep also the messages in a GList and have this +tests to check the returned GList than analyzing a GtkTreeView. Of course +it would be possible to keep also the messages in a GList and have this function only for the unit tests, but it takes more memory (unless a custom -GtkTreeModel is implemented), or another function is needed to configure -whether a GList is kept in memory or not... It becomes a little too +GtkTreeModel is implemented), or another function is needed to configure +whether a GList is kept in memory or not... It becomes a little too complicated, and doesn't really worth the effort as most users use latexmk.

The current solution is "good enough". And "good enough" is... "good enough".

@@ -471,7 +469,7 @@

show_details

whether to show the details. Has no effect if -“has-details” is FALSE.

+“has-details” is FALSE.

  @@ -487,13 +485,14 @@

latexila_post_processor_take_messages ()

-
GQueue *
+
GQueue *
 latexila_post_processor_take_messages (LatexilaPostProcessor *pp);
-

Takes ownership of all the messages. Since GQueue is not reference counted, +

Takes ownership of all the messages. Since GQueue is not reference counted, pp is emptied and is thus useless after calling this function.

+

[skip]

-

Parameters

+

Parameters

@@ -508,8 +507,8 @@
-

Returns

-

the tree of filtered messages, or NULL. +

Returns

+

the tree of filtered messages, or NULL. Element types: LatexilaBuildMsg.

[transfer full][nullable]

@@ -578,15 +577,13 @@

Property Details

The “has-details” property

-
  “has-details”              gboolean
-

+
  “has-details”              gboolean

Flags: Read / Write / Construct

Default value: FALSE

+
Generated by GTK-Doc V1.24.1
\ No newline at end of file diff -Nru latexila-3.16.1/docs/reference/html/LatexilaPostProcessorLatex.html latexila-3.16.2/docs/reference/html/LatexilaPostProcessorLatex.html --- latexila-3.16.1/docs/reference/html/LatexilaPostProcessorLatex.html 2015-04-19 09:10:17.000000000 +0000 +++ latexila-3.16.2/docs/reference/html/LatexilaPostProcessorLatex.html 2015-08-18 11:19:24.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -50,7 +50,7 @@ -gint +gint latexila_post_processor_latex_get_errors_count () @@ -74,7 +74,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── LatexilaPostProcessor
         ╰── LatexilaPostProcessorLatex
 
@@ -100,13 +100,12 @@

Returns

a new LatexilaPostProcessorLatex object.

-


latexila_post_processor_latex_get_errors_count ()

-
gint
+
gint
 latexila_post_processor_latex_get_errors_count
                                (LatexilaPostProcessorLatex *pp);
@@ -127,7 +126,6 @@

Returns

the number of errors.

-

@@ -140,7 +138,6 @@
+
Generated by GTK-Doc V1.24.1
\ No newline at end of file diff -Nru latexila-3.16.1/docs/reference/html/LatexilaPostProcessorLatexmk.html latexila-3.16.2/docs/reference/html/LatexilaPostProcessorLatexmk.html --- latexila-3.16.1/docs/reference/html/LatexilaPostProcessorLatexmk.html 2015-04-19 09:10:17.000000000 +0000 +++ latexila-3.16.2/docs/reference/html/LatexilaPostProcessorLatexmk.html 2015-08-18 11:19:24.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -64,7 +64,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── LatexilaPostProcessor
         ╰── LatexilaPostProcessorLatexmk
 
@@ -88,7 +88,6 @@

Returns

a new LatexilaPostProcessorLatexmk object.

-

@@ -101,7 +100,6 @@ +
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru latexila-3.16.1/docs/reference/html/LatexilaSynctex.html latexila-3.16.2/docs/reference/html/LatexilaSynctex.html --- latexila-3.16.1/docs/reference/html/LatexilaSynctex.html 2015-04-19 09:10:17.000000000 +0000 +++ latexila-3.16.2/docs/reference/html/LatexilaSynctex.html 2015-08-18 11:19:24.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -79,7 +79,7 @@ void backward-search -Run Last +Run Last @@ -98,7 +98,7 @@

Object Hierarchy

-
    GObject
+
    GObject
     ╰── LatexilaSynctex
 
@@ -137,7 +137,7 @@
void
 latexila_synctex_connect_evince_window
                                (LatexilaSynctex *synctex,
-                                const gchar *pdf_uri);
+ const gchar *pdf_uri);

Connects asynchronously the evince window for pdf_uri . LaTeXila will then listen the signals emitted by the evince window when the user wants to switch @@ -170,15 +170,15 @@

latexila_synctex_forward_search ()

void
 latexila_synctex_forward_search (LatexilaSynctex *synctex,
-                                 GtkTextBuffer *buffer,
-                                 GFile *buffer_location,
-                                 GFile *main_tex_file,
-                                 guint timestamp);
+ GtkTextBuffer *buffer, + GFile *buffer_location, + GFile *main_tex_file, + guint timestamp);

Does a forward search, i.e. switch from the *.tex file to the PDF file at the same position as the cursor position in buffer .

A correct timestamp - of the event is important. If GDK_CURRENT_TIME is used + of the event is important. If GDK_CURRENT_TIME is used instead, Evince is sometimes not shown directly, a notification appears instead saying that the "Document Viewer [...] is ready". It's more convenient if the Evince window is presented directly, which should work if @@ -200,7 +200,7 @@

buffer

-

a GtkTextBuffer.

+

a GtkTextBuffer.

  @@ -238,10 +238,10 @@

The “backward-search” signal

void
 user_function (LatexilaSynctex *synctex,
-               gchar           *tex_uri,
-               gint             line,
-               guint            timestamp,
-               gpointer         user_data)
+ gchar *tex_uri, + gint line, + guint timestamp, + gpointer user_data)

The ::backward-search signal is emitted to perform a backward search, i.e. switching from the PDF to the source *.tex file.

@@ -281,12 +281,11 @@
-

Flags: Run Last

+

Flags: Run Last

+
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru latexila-3.16.1/docs/reference/html/object-tree.html latexila-3.16.2/docs/reference/html/object-tree.html --- latexila-3.16.1/docs/reference/html/object-tree.html 2015-04-19 09:10:17.000000000 +0000 +++ latexila-3.16.2/docs/reference/html/object-tree.html 2015-08-18 11:19:24.000000000 +0000 @@ -8,7 +8,7 @@ - + @@ -23,16 +23,16 @@

Object Hierarchy

-    GObject
+    GObject
     ├── LatexilaBuildJob
     ├── LatexilaBuildTool
     ├── LatexilaBuildTools
        ├── LatexilaBuildToolsDefault
        ╰── LatexilaBuildToolsPersonal
-    ├── GInitiallyUnowned
-       ╰── GtkWidget
-           ╰── GtkContainer
-               ╰── GtkTreeView
+    ├── GInitiallyUnowned
+       ╰── GtkWidget
+           ╰── GtkContainer
+               ╰── GtkTreeView
                    ╰── LatexilaBuildView
     ├── LatexilaPostProcessor
        ├── LatexilaPostProcessorAllOutput
@@ -42,7 +42,6 @@
 
+
Generated by GTK-Doc V1.24.1 \ No newline at end of file diff -Nru latexila-3.16.1/docs/reference/html/style.css latexila-3.16.2/docs/reference/html/style.css --- latexila-3.16.1/docs/reference/html/style.css 2015-04-19 09:10:17.000000000 +0000 +++ latexila-3.16.2/docs/reference/html/style.css 2015-08-18 11:19:23.000000000 +0000 @@ -60,7 +60,7 @@ div.informaltable table { border-collapse: separate; - border-spacing: 1em 0.5em; + border-spacing: 1em 0.3em; border: none; } @@ -148,6 +148,8 @@ h4 { color: #555753; + margin-top: 1em; + margin-bottom: 1em; } hr @@ -166,17 +168,16 @@ padding-bottom: 0.25em; } -dl.toc > dd > dl > dt +dl.toc > dt { padding-top: 0.25em; padding-bottom: 0.25em; + font-weight: bold; } -dl.toc > dt +dl.toc > dl { - padding-top: 1em; padding-bottom: 0.5em; - font-weight: bold; } .parameter @@ -346,7 +347,9 @@ } @media screen { - sup a.footnote + /* these have a as a first child, but since there are no parent selectors + * we can't use that. */ + a.footnote { position: relative; top: 0em ! important; diff -Nru latexila-3.16.1/docs/reference/latexila-sections.txt latexila-3.16.2/docs/reference/latexila-sections.txt --- latexila-3.16.1/docs/reference/latexila-sections.txt 2015-04-19 09:10:17.000000000 +0000 +++ latexila-3.16.2/docs/reference/latexila-sections.txt 2015-08-18 11:19:23.000000000 +0000 @@ -241,4 +241,5 @@ latexila_utils_file_query_exists_async latexila_utils_file_query_exists_finish latexila_utils_show_uri +latexila_utils_create_parent_directories diff -Nru latexila-3.16.1/docs/reference/Makefile.in latexila-3.16.2/docs/reference/Makefile.in --- latexila-3.16.1/docs/reference/Makefile.in 2015-04-19 09:09:47.000000000 +0000 +++ latexila-3.16.2/docs/reference/Makefile.in 2015-08-18 11:18:56.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -20,7 +20,17 @@ # Everything below here is generic # #################################### VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -83,8 +93,6 @@ POST_UNINSTALL = : build_triplet = @build@ host_triplet = @host@ -DIST_COMMON = $(top_srcdir)/gtk-doc.make $(srcdir)/Makefile.in \ - $(srcdir)/Makefile.am subdir = docs/reference ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ @@ -94,6 +102,7 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -118,6 +127,7 @@ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/gtk-doc.make DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ @@ -137,7 +147,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -480,7 +489,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign docs/reference/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign docs/reference/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -489,7 +497,7 @@ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ esac; -$(top_srcdir)/gtk-doc.make: +$(top_srcdir)/gtk-doc.make $(am__empty): $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh @@ -665,6 +673,8 @@ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ uninstall-am uninstall-local +.PRECIOUS: Makefile + gtkdoc-check.test: Makefile $(AM_V_GEN)echo "#!/bin/sh -e" > $@; \ @@ -703,7 +713,7 @@ $(GTK_DOC_V_INTROSPECT)if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ scanobj_options=""; \ gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ - if test "$(?)" = "0"; then \ + if test "$$?" = "0"; then \ if test "x$(V)" = "x1"; then \ scanobj_options="--verbose"; \ fi; \ @@ -720,7 +730,7 @@ $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt: scan-build.stamp @true -sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) +sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) xml/gtkdocentities.ent $(GTK_DOC_V_XML)_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ @@ -731,17 +741,28 @@ sgml.stamp: sgml-build.stamp @true +xml/gtkdocentities.ent: Makefile + $(GTK_DOC_V_XML)$(MKDIR_P) $(@D) && ( \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + ) > $@ + html-build.stamp: sgml.stamp $(DOC_MAIN_SGML_FILE) $(content_files) $(expand_content_files) $(GTK_DOC_V_HTML)rm -rf html && mkdir html && \ mkhtml_options=""; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ - if test "$(?)" = "0"; then \ + if test "$$?" = "0"; then \ if test "x$(V)" = "x1"; then \ mkhtml_options="$$mkhtml_options --verbose"; \ fi; \ fi; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \ - if test "$(?)" = "0"; then \ + if test "$$?" = "0"; then \ mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \ fi; \ cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) @@ -761,7 +782,7 @@ $(GTK_DOC_V_PDF)rm -f $(DOC_MODULE).pdf && \ mkpdf_options=""; \ gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \ - if test "$(?)" = "0"; then \ + if test "$$?" = "0"; then \ if test "x$(V)" = "x1"; then \ mkpdf_options="$$mkpdf_options --verbose"; \ fi; \ diff -Nru latexila-3.16.1/gtk-doc.make latexila-3.16.2/gtk-doc.make --- latexila-3.16.1/gtk-doc.make 2015-04-19 09:09:31.000000000 +0000 +++ latexila-3.16.2/gtk-doc.make 2015-08-18 11:18:42.000000000 +0000 @@ -119,7 +119,7 @@ $(GTK_DOC_V_INTROSPECT)if grep -l '^..*$$' $(DOC_MODULE).types > /dev/null 2>&1 ; then \ scanobj_options=""; \ gtkdoc-scangobj 2>&1 --help | grep >/dev/null "\-\-verbose"; \ - if test "$(?)" = "0"; then \ + if test "$$?" = "0"; then \ if test "x$(V)" = "x1"; then \ scanobj_options="--verbose"; \ fi; \ @@ -142,7 +142,7 @@ GTK_DOC_V_XML_=$(GTK_DOC_V_XML_$(AM_DEFAULT_VERBOSITY)) GTK_DOC_V_XML_0=@echo " DOC Building XML"; -sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) +sgml-build.stamp: setup-build.stamp $(DOC_MODULE)-decl.txt $(SCANOBJ_FILES) $(HFILE_GLOB) $(CFILE_GLOB) $(DOC_MODULE)-sections.txt $(DOC_MODULE)-overrides.txt $(expand_content_files) xml/gtkdocentities.ent $(GTK_DOC_V_XML)_source_dir='' ; \ for i in $(DOC_SOURCE_DIR) ; do \ _source_dir="$${_source_dir} --source-dir=$$i" ; \ @@ -153,6 +153,17 @@ sgml.stamp: sgml-build.stamp @true +xml/gtkdocentities.ent: Makefile + $(GTK_DOC_V_XML)$(MKDIR_P) $(@D) && ( \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + echo ""; \ + ) > $@ + #### html #### GTK_DOC_V_HTML=$(GTK_DOC_V_HTML_$(V)) @@ -167,13 +178,13 @@ $(GTK_DOC_V_HTML)rm -rf html && mkdir html && \ mkhtml_options=""; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-verbose"; \ - if test "$(?)" = "0"; then \ + if test "$$?" = "0"; then \ if test "x$(V)" = "x1"; then \ mkhtml_options="$$mkhtml_options --verbose"; \ fi; \ fi; \ gtkdoc-mkhtml 2>&1 --help | grep >/dev/null "\-\-path"; \ - if test "$(?)" = "0"; then \ + if test "$$?" = "0"; then \ mkhtml_options="$$mkhtml_options --path=\"$(abs_srcdir)\""; \ fi; \ cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) @@ -199,7 +210,7 @@ $(GTK_DOC_V_PDF)rm -f $(DOC_MODULE).pdf && \ mkpdf_options=""; \ gtkdoc-mkpdf 2>&1 --help | grep >/dev/null "\-\-verbose"; \ - if test "$(?)" = "0"; then \ + if test "$$?" = "0"; then \ if test "x$(V)" = "x1"; then \ mkpdf_options="$$mkpdf_options --verbose"; \ fi; \ diff -Nru latexila-3.16.1/help/Makefile.in latexila-3.16.2/help/Makefile.in --- latexila-3.16.1/help/Makefile.in 2015-04-19 09:09:47.000000000 +0000 +++ latexila-3.16.2/help/Makefile.in 2015-08-18 11:18:56.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,7 +14,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -78,7 +88,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = help -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -87,6 +96,7 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -111,6 +121,7 @@ *) (install-info --version) >/dev/null 2>&1;; \ esac am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ @@ -130,7 +141,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -316,7 +326,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign help/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign help/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -491,6 +500,8 @@ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags-am uninstall uninstall-am +.PRECIOUS: Makefile + @YELP_HELP_RULES@ -include $(top_srcdir)/git.mk diff -Nru latexila-3.16.1/install-sh latexila-3.16.2/install-sh --- latexila-3.16.1/install-sh 2015-04-19 09:09:46.000000000 +0000 +++ latexila-3.16.2/install-sh 2015-08-18 11:18:55.000000000 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # install - install a program, script, or datafile -scriptversion=2011-11-20.07; # UTC +scriptversion=2013-12-25.23; # UTC # This originates from X11R5 (mit/util/scripts/install.sh), which was # later released in X11R6 (xc/config/util/install.sh) with the @@ -41,19 +41,15 @@ # This script is compatible with the BSD install script, but was written # from scratch. +tab=' ' nl=' ' -IFS=" "" $nl" +IFS=" $tab$nl" -# set DOITPROG to echo to test this script +# Set DOITPROG to "echo" to test this script. -# Don't use :- since 4.3BSD and earlier shells don't like it. doit=${DOITPROG-} -if test -z "$doit"; then - doit_exec=exec -else - doit_exec=$doit -fi +doit_exec=${doit:-exec} # Put in absolute file names if you don't have them in your path; # or use environment vars. @@ -68,17 +64,6 @@ rmprog=${RMPROG-rm} stripprog=${STRIPPROG-strip} -posix_glob='?' -initialize_posix_glob=' - test "$posix_glob" != "?" || { - if (set -f) 2>/dev/null; then - posix_glob= - else - posix_glob=: - fi - } -' - posix_mkdir= # Desired mode of installed file. @@ -97,7 +82,7 @@ dst_arg= copy_on_change=false -no_target_directory= +is_target_a_directory=possibly usage="\ Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE @@ -137,46 +122,57 @@ -d) dir_arg=true;; -g) chgrpcmd="$chgrpprog $2" - shift;; + shift;; --help) echo "$usage"; exit $?;; -m) mode=$2 - case $mode in - *' '* | *' '* | *' -'* | *'*'* | *'?'* | *'['*) - echo "$0: invalid mode: $mode" >&2 - exit 1;; - esac - shift;; + case $mode in + *' '* | *"$tab"* | *"$nl"* | *'*'* | *'?'* | *'['*) + echo "$0: invalid mode: $mode" >&2 + exit 1;; + esac + shift;; -o) chowncmd="$chownprog $2" - shift;; + shift;; -s) stripcmd=$stripprog;; - -t) dst_arg=$2 - # Protect names problematic for 'test' and other utilities. - case $dst_arg in - -* | [=\(\)!]) dst_arg=./$dst_arg;; - esac - shift;; + -t) + is_target_a_directory=always + dst_arg=$2 + # Protect names problematic for 'test' and other utilities. + case $dst_arg in + -* | [=\(\)!]) dst_arg=./$dst_arg;; + esac + shift;; - -T) no_target_directory=true;; + -T) is_target_a_directory=never;; --version) echo "$0 $scriptversion"; exit $?;; - --) shift - break;; + --) shift + break;; - -*) echo "$0: invalid option: $1" >&2 - exit 1;; + -*) echo "$0: invalid option: $1" >&2 + exit 1;; *) break;; esac shift done +# We allow the use of options -d and -T together, by making -d +# take the precedence; this is for compatibility with GNU install. + +if test -n "$dir_arg"; then + if test -n "$dst_arg"; then + echo "$0: target directory not allowed when installing a directory." >&2 + exit 1 + fi +fi + if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then # When -d is used, all remaining arguments are directories to create. # When -t is used, the destination is already specified. @@ -208,6 +204,15 @@ fi if test -z "$dir_arg"; then + if test $# -gt 1 || test "$is_target_a_directory" = always; then + if test ! -d "$dst_arg"; then + echo "$0: $dst_arg: Is not a directory." >&2 + exit 1 + fi + fi +fi + +if test -z "$dir_arg"; then do_exit='(exit $ret); exit $ret' trap "ret=129; $do_exit" 1 trap "ret=130; $do_exit" 2 @@ -223,16 +228,16 @@ *[0-7]) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw='% 200' + u_plus_rw='% 200' fi cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;; *) if test -z "$stripcmd"; then - u_plus_rw= + u_plus_rw= else - u_plus_rw=,u+rw + u_plus_rw=,u+rw fi cp_umask=$mode$u_plus_rw;; esac @@ -269,41 +274,15 @@ # If destination is a directory, append the input filename; won't work # if double slashes aren't ignored. if test -d "$dst"; then - if test -n "$no_target_directory"; then - echo "$0: $dst_arg: Is a directory" >&2 - exit 1 + if test "$is_target_a_directory" = never; then + echo "$0: $dst_arg: Is a directory" >&2 + exit 1 fi dstdir=$dst dst=$dstdir/`basename "$src"` dstdir_status=0 else - # Prefer dirname, but fall back on a substitute if dirname fails. - dstdir=` - (dirname "$dst") 2>/dev/null || - expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$dst" : 'X\(//\)[^/]' \| \ - X"$dst" : 'X\(//\)$' \| \ - X"$dst" : 'X\(/\)' \| . 2>/dev/null || - echo X"$dst" | - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ - s//\1/ - q - } - /^X\(\/\/\)[^/].*/{ - s//\1/ - q - } - /^X\(\/\/\)$/{ - s//\1/ - q - } - /^X\(\/\).*/{ - s//\1/ - q - } - s/.*/./; q' - ` - + dstdir=`dirname "$dst"` test -d "$dstdir" dstdir_status=$? fi @@ -314,74 +293,74 @@ if test $dstdir_status != 0; then case $posix_mkdir in '') - # Create intermediate dirs using mode 755 as modified by the umask. - # This is like FreeBSD 'install' as of 1997-10-28. - umask=`umask` - case $stripcmd.$umask in - # Optimize common cases. - *[2367][2367]) mkdir_umask=$umask;; - .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; - - *[0-7]) - mkdir_umask=`expr $umask + 22 \ - - $umask % 100 % 40 + $umask % 20 \ - - $umask % 10 % 4 + $umask % 2 - `;; - *) mkdir_umask=$umask,go-w;; - esac - - # With -d, create the new directory with the user-specified mode. - # Otherwise, rely on $mkdir_umask. - if test -n "$dir_arg"; then - mkdir_mode=-m$mode - else - mkdir_mode= - fi - - posix_mkdir=false - case $umask in - *[123567][0-7][0-7]) - # POSIX mkdir -p sets u+wx bits regardless of umask, which - # is incompatible with FreeBSD 'install' when (umask & 300) != 0. - ;; - *) - tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ - trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 - - if (umask $mkdir_umask && - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 - then - if test -z "$dir_arg" || { - # Check for POSIX incompatibilities with -m. - # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or - # other-writable bit of parent directory when it shouldn't. - # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. - ls_ld_tmpdir=`ls -ld "$tmpdir"` - case $ls_ld_tmpdir in - d????-?r-*) different_mode=700;; - d????-?--*) different_mode=755;; - *) false;; - esac && - $mkdirprog -m$different_mode -p -- "$tmpdir" && { - ls_ld_tmpdir_1=`ls -ld "$tmpdir"` - test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" - } - } - then posix_mkdir=: - fi - rmdir "$tmpdir/d" "$tmpdir" - else - # Remove any dirs left behind by ancient mkdir implementations. - rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null - fi - trap '' 0;; - esac;; + # Create intermediate dirs using mode 755 as modified by the umask. + # This is like FreeBSD 'install' as of 1997-10-28. + umask=`umask` + case $stripcmd.$umask in + # Optimize common cases. + *[2367][2367]) mkdir_umask=$umask;; + .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;; + + *[0-7]) + mkdir_umask=`expr $umask + 22 \ + - $umask % 100 % 40 + $umask % 20 \ + - $umask % 10 % 4 + $umask % 2 + `;; + *) mkdir_umask=$umask,go-w;; + esac + + # With -d, create the new directory with the user-specified mode. + # Otherwise, rely on $mkdir_umask. + if test -n "$dir_arg"; then + mkdir_mode=-m$mode + else + mkdir_mode= + fi + + posix_mkdir=false + case $umask in + *[123567][0-7][0-7]) + # POSIX mkdir -p sets u+wx bits regardless of umask, which + # is incompatible with FreeBSD 'install' when (umask & 300) != 0. + ;; + *) + tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$ + trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0 + + if (umask $mkdir_umask && + exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1 + then + if test -z "$dir_arg" || { + # Check for POSIX incompatibilities with -m. + # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or + # other-writable bit of parent directory when it shouldn't. + # FreeBSD 6.1 mkdir -m -p sets mode of existing directory. + ls_ld_tmpdir=`ls -ld "$tmpdir"` + case $ls_ld_tmpdir in + d????-?r-*) different_mode=700;; + d????-?--*) different_mode=755;; + *) false;; + esac && + $mkdirprog -m$different_mode -p -- "$tmpdir" && { + ls_ld_tmpdir_1=`ls -ld "$tmpdir"` + test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1" + } + } + then posix_mkdir=: + fi + rmdir "$tmpdir/d" "$tmpdir" + else + # Remove any dirs left behind by ancient mkdir implementations. + rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null + fi + trap '' 0;; + esac;; esac if $posix_mkdir && ( - umask $mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" + umask $mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir" ) then : else @@ -391,53 +370,51 @@ # directory the slow way, step by step, checking for races as we go. case $dstdir in - /*) prefix='/';; - [-=\(\)!]*) prefix='./';; - *) prefix='';; + /*) prefix='/';; + [-=\(\)!]*) prefix='./';; + *) prefix='';; esac - eval "$initialize_posix_glob" - oIFS=$IFS IFS=/ - $posix_glob set -f + set -f set fnord $dstdir shift - $posix_glob set +f + set +f IFS=$oIFS prefixes= for d do - test X"$d" = X && continue + test X"$d" = X && continue - prefix=$prefix$d - if test -d "$prefix"; then - prefixes= - else - if $posix_mkdir; then - (umask=$mkdir_umask && - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break - # Don't fail if two instances are running concurrently. - test -d "$prefix" || exit 1 - else - case $prefix in - *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; - *) qprefix=$prefix;; - esac - prefixes="$prefixes '$qprefix'" - fi - fi - prefix=$prefix/ + prefix=$prefix$d + if test -d "$prefix"; then + prefixes= + else + if $posix_mkdir; then + (umask=$mkdir_umask && + $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break + # Don't fail if two instances are running concurrently. + test -d "$prefix" || exit 1 + else + case $prefix in + *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;; + *) qprefix=$prefix;; + esac + prefixes="$prefixes '$qprefix'" + fi + fi + prefix=$prefix/ done if test -n "$prefixes"; then - # Don't fail if two instances are running concurrently. - (umask $mkdir_umask && - eval "\$doit_exec \$mkdirprog $prefixes") || - test -d "$dstdir" || exit 1 - obsolete_mkdir_used=true + # Don't fail if two instances are running concurrently. + (umask $mkdir_umask && + eval "\$doit_exec \$mkdirprog $prefixes") || + test -d "$dstdir" || exit 1 + obsolete_mkdir_used=true fi fi fi @@ -472,15 +449,12 @@ # If -C, don't bother to copy if it wouldn't change the file. if $copy_on_change && - old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && - new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && - - eval "$initialize_posix_glob" && - $posix_glob set -f && + old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` && + new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` && + set -f && set X $old && old=:$2:$4:$5:$6 && set X $new && new=:$2:$4:$5:$6 && - $posix_glob set +f && - + set +f && test "$old" = "$new" && $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1 then @@ -493,24 +467,24 @@ # to itself, or perhaps because mv is so ancient that it does not # support -f. { - # Now remove or move aside any old file at destination location. - # We try this two ways since rm can't unlink itself on some - # systems and the destination file might be busy for other - # reasons. In this case, the final cleanup might fail but the new - # file should still install successfully. - { - test ! -f "$dst" || - $doit $rmcmd -f "$dst" 2>/dev/null || - { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && - { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } - } || - { echo "$0: cannot unlink or rename $dst" >&2 - (exit 1); exit 1 - } - } && + # Now remove or move aside any old file at destination location. + # We try this two ways since rm can't unlink itself on some + # systems and the destination file might be busy for other + # reasons. In this case, the final cleanup might fail but the new + # file should still install successfully. + { + test ! -f "$dst" || + $doit $rmcmd -f "$dst" 2>/dev/null || + { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null && + { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; } + } || + { echo "$0: cannot unlink or rename $dst" >&2 + (exit 1); exit 1 + } + } && - # Now rename the file to the real destination. - $doit $mvcmd "$dsttmp" "$dst" + # Now rename the file to the real destination. + $doit $mvcmd "$dsttmp" "$dst" } fi || exit 1 diff -Nru latexila-3.16.1/m4/intltool.m4 latexila-3.16.2/m4/intltool.m4 --- latexila-3.16.1/m4/intltool.m4 2015-04-19 09:09:31.000000000 +0000 +++ latexila-3.16.2/m4/intltool.m4 2015-08-18 11:18:42.000000000 +0000 @@ -155,31 +155,6 @@ # Substitute ALL_LINGUAS so we can use it in po/Makefile AC_SUBST(ALL_LINGUAS) -# Set DATADIRNAME correctly if it is not set yet -# (copied from glib-gettext.m4) -if test -z "$DATADIRNAME"; then - AC_LINK_IFELSE( - [AC_LANG_PROGRAM([[]], - [[extern int _nl_msg_cat_cntr; - return _nl_msg_cat_cntr]])], - [DATADIRNAME=share], - [case $host in - *-*-solaris*) - dnl On Solaris, if bind_textdomain_codeset is in libc, - dnl GNU format message catalog is always supported, - dnl since both are added to the libc all together. - dnl Hence, we'd like to go with DATADIRNAME=share - dnl in this case. - AC_CHECK_FUNC(bind_textdomain_codeset, - [DATADIRNAME=share], [DATADIRNAME=lib]) - ;; - *) - [DATADIRNAME=lib] - ;; - esac]) -fi -AC_SUBST(DATADIRNAME) - IT_PO_SUBDIR([po]) ]) diff -Nru latexila-3.16.1/Makefile.in latexila-3.16.2/Makefile.in --- latexila-3.16.1/Makefile.in 2015-04-19 09:09:46.000000000 +0000 +++ latexila-3.16.2/Makefile.in 2015-08-18 11:18:55.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,7 +14,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -78,11 +88,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = . -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(top_srcdir)/configure $(am__configure_deps) \ - $(srcdir)/config.h.in $(srcdir)/README.in AUTHORS COPYING \ - INSTALL NEWS compile config.guess config.sub install-sh \ - missing ltmain.sh ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -91,6 +96,8 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(top_srcdir)/configure \ + $(am__configure_deps) $(am__DIST_COMMON) am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ configure.lineno config.status.lineno mkinstalldirs = $(install_sh) -d @@ -154,6 +161,9 @@ CTAGS = ctags CSCOPE = cscope DIST_SUBDIRS = $(SUBDIRS) +am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/README.in \ + $(srcdir)/config.h.in AUTHORS COPYING INSTALL NEWS compile \ + config.guess config.sub install-sh ltmain.sh missing DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) distdir = $(PACKAGE)-$(VERSION) top_distdir = $(distdir) @@ -214,7 +224,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -473,7 +482,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -705,15 +713,15 @@ $(am__post_remove_distdir) dist-tarZ: distdir - @echo WARNING: "Support for shar distribution archives is" \ - "deprecated." >&2 + @echo WARNING: "Support for distribution archives compressed with" \ + "legacy program 'compress' is deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z $(am__post_remove_distdir) dist-shar: distdir - @echo WARNING: "Support for distribution archives compressed with" \ - "legacy program 'compress' is deprecated." >&2 + @echo WARNING: "Support for shar distribution archives is" \ + "deprecated." >&2 @echo WARNING: "It will be removed altogether in Automake 2.0" >&2 shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz $(am__post_remove_distdir) @@ -749,17 +757,17 @@ esac chmod -R a-w $(distdir) chmod u+w $(distdir) - mkdir $(distdir)/_build $(distdir)/_inst + mkdir $(distdir)/_build $(distdir)/_build/sub $(distdir)/_inst chmod a-w $(distdir) test -d $(distdir)/_build || exit 0; \ dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ && am__cwd=`pwd` \ - && $(am__cd) $(distdir)/_build \ - && ../configure \ + && $(am__cd) $(distdir)/_build/sub \ + && ../../configure \ $(AM_DISTCHECK_CONFIGURE_FLAGS) \ $(DISTCHECK_CONFIGURE_FLAGS) \ - --srcdir=.. --prefix="$$dc_install_base" \ + --srcdir=../.. --prefix="$$dc_install_base" \ && $(MAKE) $(AM_MAKEFLAGS) \ && $(MAKE) $(AM_MAKEFLAGS) dvi \ && $(MAKE) $(AM_MAKEFLAGS) check \ @@ -938,6 +946,8 @@ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ uninstall-am +.PRECIOUS: Makefile + @GNOME_CODE_COVERAGE_RULES@ diff -Nru latexila-3.16.1/man/Makefile.in latexila-3.16.2/man/Makefile.in --- latexila-3.16.1/man/Makefile.in 2015-04-19 09:09:47.000000000 +0000 +++ latexila-3.16.2/man/Makefile.in 2015-08-18 11:18:56.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -14,7 +14,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -78,8 +88,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = man -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(dist_man_MANS) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -88,6 +96,7 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -143,6 +152,7 @@ NROFF = nroff MANS = $(dist_man_MANS) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(dist_man_MANS) $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ @@ -162,7 +172,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -339,7 +348,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign man/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign man/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -563,6 +571,8 @@ ps ps-am tags-am uninstall uninstall-am uninstall-man \ uninstall-man1 +.PRECIOUS: Makefile + -include $(top_srcdir)/git.mk diff -Nru latexila-3.16.1/missing latexila-3.16.2/missing --- latexila-3.16.1/missing 2015-04-19 09:09:46.000000000 +0000 +++ latexila-3.16.2/missing 2015-08-18 11:18:55.000000000 +0000 @@ -3,7 +3,7 @@ scriptversion=2013-10-28.13; # UTC -# Copyright (C) 1996-2013 Free Software Foundation, Inc. +# Copyright (C) 1996-2014 Free Software Foundation, Inc. # Originally written by Fran,cois Pinard , 1996. # This program is free software; you can redistribute it and/or modify diff -Nru latexila-3.16.1/NEWS latexila-3.16.2/NEWS --- latexila-3.16.1/NEWS 2015-04-19 09:08:12.000000000 +0000 +++ latexila-3.16.2/NEWS 2015-08-18 11:18:30.000000000 +0000 @@ -1,5 +1,11 @@ LaTeXila NEWS +Release 3.16.2 +-------------- +* Ensure that the personal build tools are correctly saved +* A few other small bug fixes +* Translation update + Release 3.16.1 -------------- * Fix the build with -Werror=format-security (Kalev Lember) diff -Nru latexila-3.16.1/po/Makefile.in.in latexila-3.16.2/po/Makefile.in.in --- latexila-3.16.1/po/Makefile.in.in 2015-04-19 09:09:31.000000000 +0000 +++ latexila-3.16.2/po/Makefile.in.in 2015-08-18 11:18:42.000000000 +0000 @@ -33,8 +33,7 @@ datadir = @datadir@ datarootdir = @datarootdir@ libdir = @libdir@ -DATADIRNAME = @DATADIRNAME@ -itlocaledir = $(prefix)/$(DATADIRNAME)/locale +localedir = @localedir@ subdir = po install_sh = @install_sh@ # Automake >= 1.8 provides @mkdir_p@. @@ -80,7 +79,7 @@ .po.pox: $(MAKE) $(GETTEXT_PACKAGE).pot - $(MSGMERGE) $< $(GETTEXT_PACKAGE).pot -o $*.pox + $(MSGMERGE) $* $(GETTEXT_PACKAGE).pot -o $*.pox .po.mo: $(INTLTOOL_V_MSGFMT)$(MSGFMT) -o $@ $< @@ -108,7 +107,7 @@ install-data-yes: all linguas="$(USE_LINGUAS)"; \ for lang in $$linguas; do \ - dir=$(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES; \ + dir=$(DESTDIR)$(localedir)/$$lang/LC_MESSAGES; \ $(mkdir_p) $$dir; \ if test -r $$lang.gmo; then \ $(INSTALL_DATA) $$lang.gmo $$dir/$(GETTEXT_PACKAGE).mo; \ @@ -142,8 +141,8 @@ uninstall: linguas="$(USE_LINGUAS)"; \ for lang in $$linguas; do \ - rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \ - rm -f $(DESTDIR)$(itlocaledir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \ + rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo; \ + rm -f $(DESTDIR)$(localedir)/$$lang/LC_MESSAGES/$(GETTEXT_PACKAGE).mo.m; \ done check: all $(GETTEXT_PACKAGE).pot diff -Nru latexila-3.16.1/po/POTFILES.skip latexila-3.16.2/po/POTFILES.skip --- latexila-3.16.1/po/POTFILES.skip 2015-04-18 17:05:46.000000000 +0000 +++ latexila-3.16.2/po/POTFILES.skip 2015-08-18 11:18:30.000000000 +0000 @@ -29,3 +29,4 @@ src/templates.c src/templates_dialogs.c src/utils.c +sub/data/latexila.desktop.in diff -Nru latexila-3.16.1/po/pt_BR.po latexila-3.16.2/po/pt_BR.po --- latexila-3.16.1/po/pt_BR.po 2015-04-18 17:05:46.000000000 +0000 +++ latexila-3.16.2/po/pt_BR.po 2015-08-18 10:59:16.000000000 +0000 @@ -1,19 +1,18 @@ # Brazilian Portuguese translation for LaTeXila package. # Copyright (C) 2014 COMSOLiD - Comunidade Maracanauense de Software Livre e Inclusão Digital -# Darlildo Souza -# # This file is distributed under the same license as the LaTeXila package. # Átila Camurça , 2012. +# Darlildo Souza , 2012. # Rafael Ferreira , 2013. -# Enrico Nicoletto , 2014. +# Enrico Nicoletto , 2014, 2015. # msgid "" msgstr "" "Project-Id-Version: LaTeXila\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=latexila&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-04-29 21:08+0000\n" -"PO-Revision-Date: 2014-04-30 01:32-0300\n" +"POT-Creation-Date: 2015-04-24 10:09+0000\n" +"PO-Revision-Date: 2015-04-24 13:47-0300\n" "Last-Translator: Rafael Ferreira \n" "Language-Team: Brazilian Portuguese \n" "Language: pt_BR\n" @@ -22,113 +21,116 @@ "Content-Transfer-Encoding: 8bit\n" "X-Poedit-SourceCharset: UTF-8\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -"X-Generator: Poedit 1.6.4\n" +"X-Generator: Poedit 1.7.5\n" -#: build_tools.xml:43(tool/label) ../src/build_tool_dialog.vala:166 +#. (itstool) path: tool/label +#: build_tools.xml:43 ../src/build_tool_dialog.vala:168 msgid "View PDF" msgstr "Visualizar PDF" -#: build_tools.xml:44(tool/description) +#. (itstool) path: tool/description +#: build_tools.xml:44 msgid "View the PDF file" msgstr "Visualizar o arquivo PDF" -#: build_tools.xml:49(tool/label) ../src/build_tool_dialog.vala:165 +#. (itstool) path: tool/label +#: build_tools.xml:49 ../src/build_tool_dialog.vala:167 msgid "View DVI" msgstr "Visualizar DVI" -#: build_tools.xml:50(tool/description) +#. (itstool) path: tool/description +#: build_tools.xml:50 msgid "View the DVI file" msgstr "Visualizar o arquivo DVI" -#: build_tools.xml:55(tool/label) ../src/build_tool_dialog.vala:167 +#. (itstool) path: tool/label +#: build_tools.xml:55 ../src/build_tool_dialog.vala:169 msgid "View PS" msgstr "Visualizar PS" -#: build_tools.xml:56(tool/description) +#. (itstool) path: tool/description +#: build_tools.xml:56 msgid "View the PostScript file" msgstr "Visualizar o arquivo PostScript" -#: build_tools.xml:64(tool/description) +#. (itstool) path: tool/description +#: build_tools.xml:64 msgid "Create a PDF file from LaTeX sources with the \"pdflatex\" command" -msgstr "" -"Criar um arquivo PDF a partir dos arquivos-fonte do LaTeX com o comando " -"\"pdflatex\"" +msgstr "Criar um arquivo PDF a partir dos arquivos-fonte do LaTeX com o comando \"pdflatex\"" -#: build_tools.xml:70(tool/description) +#. (itstool) path: tool/description +#: build_tools.xml:70 msgid "Create a DVI file from LaTeX sources with the \"latex\" command" -msgstr "" -"Criar um arquivo DVI a partir dos arquivos-fonte do LaTeX com o comando " -"\"latex\"" +msgstr "Criar um arquivo DVI a partir dos arquivos-fonte do LaTeX com o comando \"latex\"" -#: build_tools.xml:78(tool/description) +#. (itstool) path: tool/description +#: build_tools.xml:78 msgid "Run BibTeX (bibliography)" msgstr "Executar BibTeX (bibliografia)" -#: build_tools.xml:84(tool/description) +#. (itstool) path: tool/description +#: build_tools.xml:84 msgid "Run MakeIndex" msgstr "Executar MakeIndex" -#: build_tools.xml:92(tool/description) +#. (itstool) path: tool/description +#: build_tools.xml:92 msgid "Convert the DVI document to the PDF format" msgstr "Converter o documento DVI para o formato PDF" -#: build_tools.xml:98(tool/description) +#. (itstool) path: tool/description +#: build_tools.xml:98 msgid "Convert the DVI document to the PostScript format" msgstr "Converter o documento DVI para o formato PostScript" -#: build_tools.xml:104(tool/description) +#. (itstool) path: tool/description +#: build_tools.xml:104 msgid "Convert the PostScript document to the PDF format" msgstr "Converter o documento PostScript para o formato PDF" #: ../data/latexila.appdata.xml.in.h:1 msgid "" -"LaTeXila is an integrated LaTeX environment for the GNOME desktop. The idea " -"of LaTeXila is to always deal directly with the LaTeX code, while " -"simplifying as most as possible the writing of this LaTeX code." -msgstr "" -"O LaTeXila é um ambiente integrado LaTeX para a área de trabalho do GNOME. A " -"ideia do LaTeXila é a de sempre manipular diretamente o código LaTeX, " -"enquanto simplifica o máximo possível a escrita de tal código LaTeX." +"LaTeXila is an integrated LaTeX environment for the GNOME desktop. The idea of LaTeXila is " +"to always deal directly with the LaTeX code, while simplifying as most as possible the " +"writing of this LaTeX code." +msgstr "" +"O LaTeXila é um ambiente integrado LaTeX para a área de trabalho do GNOME. A ideia do " +"LaTeXila é a de sempre manipular diretamente o código LaTeX, enquanto simplifica o máximo " +"possível a escrita de tal código LaTeX." #: ../data/latexila.appdata.xml.in.h:2 msgid "" -"To help the writing of the LaTeX markup, auto-completion is available as " -"well as menus and toolbars with the principal commands." +"To help the writing of the LaTeX markup, auto-completion is available as well as menus and " +"toolbars with the principal commands." msgstr "" -"Para ajudar a escrita da marcação LaTeX, auto-completação está disponível " -"assim como menus e barras de ferramentas com os comandos principais." +"Para ajudar a escrita da marcação LaTeX, auto-completação está disponível assim como menus " +"e barras de ferramentas com os comandos principais." #: ../data/latexila.appdata.xml.in.h:3 msgid "" -"New documents are created from templates. There are buttons to compile, " -"convert and view a document in one click. And projects containing several ." -"tex files are managed easily." -msgstr "" -"Novos documentos são criados a partir de modelos. Há botões para efetuar " -"compilação, conversão e visualização de um documento em um único clique. E " -"projetos que possuem vários arquivos .tex são gerenciados de forma fácil." +"New documents are created from templates. There are buttons to compile, convert and view a " +"document in one click. And projects containing several .tex files are managed easily." +msgstr "" +"Novos documentos são criados a partir de modelos. Há botões para efetuar compilação, " +"conversão e visualização de um documento em um único clique. E projetos que possuem vários " +"arquivos .tex são gerenciados de forma fácil." #: ../data/latexila.appdata.xml.in.h:4 -#| msgid "" -#| "There is a side panel with three components: the document structure to " -#| "easily navigate in it; lists of symbols to insert them in a document; and " -#| "an integrated file browser." msgid "" -"A side panel contains three components: the document structure to easily " -"navigate in it; lists of symbols to insert them in a document; and an " -"integrated file browser." -msgstr "" -"Um painel lateral contém três componentes: a estrutura do documento para " -"fácil navegação pela mesma; listas de símbolos a serem inseridos em um " -"documento e um navegador de arquivos integrado." +"A side panel contains three components: the document structure to easily navigate in it; " +"lists of symbols to insert them in a document; and an integrated file browser." +msgstr "" +"Um painel lateral contém três componentes: a estrutura do documento para fácil navegação " +"pela mesma; listas de símbolos a serem inseridos em um documento e um navegador de " +"arquivos integrado." #: ../data/latexila.appdata.xml.in.h:5 msgid "" -"LaTeXila has also other features like the spell checking, or the forward and " -"backward search to switch between the .tex and the PDF." +"LaTeXila has also other features like the spell checking, or the forward and backward " +"search to switch between the .tex and the PDF." msgstr "" -"O LaTeXila também possui outras funções como verificação ortográfica e " -"pesquisa anterior e posterior para alternar entre o .tex e o PDF." +"O LaTeXila também possui outras funções como verificação ortográfica e pesquisa anterior e " +"posterior para alternar entre o .tex e o PDF." #: ../data/latexila.desktop.in.in.h:1 msgid "LaTeXila" @@ -143,10 +145,14 @@ msgstr "Edite documentos em LaTeX" #: ../data/latexila.desktop.in.in.h:4 +msgid "text;tex;latex;editor;documents;" +msgstr "texto;tex;latex;editor;documentos;" + +#: ../data/latexila.desktop.in.in.h:5 msgid "Open a New Window" msgstr "Abrir em uma nova janela" -#: ../data/latexila.desktop.in.in.h:5 +#: ../data/latexila.desktop.in.in.h:6 msgid "Open a New Document" msgstr "Abrir um novo documento" @@ -156,15 +162,13 @@ #: ../data/org.gnome.latexila.gschema.xml.in.h:2 msgid "" -"Whether to use the system's default fixed width font for editing text " -"instead of a font specific to LaTeXila. If this option is turned off, then " -"the font named in the \"Editor Font\" option will be used instead of the " -"system font." -msgstr "" -"Quando utilizar o tamanho de fonte padrão do sistema para e edição de texto " -"ao invés do fonte específica do LaTeXila. Se esta opção estiver " -"desabilitada, então a fonte indicada em \"Fonte do editor\" será usada ao " -"invés da fonte do sistema." +"Whether to use the system's default fixed width font for editing text instead of a font " +"specific to LaTeXila. If this option is turned off, then the font named in the \"Editor " +"Font\" option will be used instead of the system font." +msgstr "" +"Quando utilizar o tamanho de fonte padrão do sistema para e edição de texto ao invés do " +"fonte específica do LaTeXila. Se esta opção estiver desabilitada, então a fonte indicada " +"em \"Fonte do editor\" será usada ao invés da fonte do sistema." #: ../data/org.gnome.latexila.gschema.xml.in.h:3 msgid "Editor Font" @@ -172,11 +176,11 @@ #: ../data/org.gnome.latexila.gschema.xml.in.h:4 msgid "" -"A custom font that will be used for the editing area. This will only take " -"effect if the \"Use Default Font\" option is turned off." +"A custom font that will be used for the editing area. This will only take effect if the " +"\"Use Default Font\" option is turned off." msgstr "" -"Uma fonte customizada será utilizada para a área em edição. Isto só terá " -"efeito se a opção \"Usar fonte padrão\" estiver desabilitada." +"Uma fonte customizada será utilizada para a área em edição. Isto só terá efeito se a opção " +"\"Usar fonte padrão\" estiver desabilitada." #: ../data/org.gnome.latexila.gschema.xml.in.h:5 msgid "Style Scheme" @@ -184,8 +188,7 @@ #: ../data/org.gnome.latexila.gschema.xml.in.h:6 msgid "The ID of a GtkSourceView Style Scheme used to color the text." -msgstr "" -"O ID de um esquema de estilos GtkSourceView usado para colorir o texto." +msgstr "O ID de um esquema de estilos GtkSourceView usado para colorir o texto." #: ../data/org.gnome.latexila.gschema.xml.in.h:7 msgid "Create Backup Copies" @@ -193,9 +196,7 @@ #: ../data/org.gnome.latexila.gschema.xml.in.h:8 msgid "Whether LaTeXila should create backup copies for the files it saves." -msgstr "" -"Indica quando o LaTeXila deve criar copias de backup para os arquivos que " -"salva." +msgstr "Indica quando o LaTeXila deve criar copias de backup para os arquivos que salva." #: ../data/org.gnome.latexila.gschema.xml.in.h:9 msgid "Autosave" @@ -203,13 +204,12 @@ #: ../data/org.gnome.latexila.gschema.xml.in.h:10 msgid "" -"Whether LaTeXila should automatically save modified files after a time " -"interval. You can set the time interval with the \"Autosave Interval\" " -"option." -msgstr "" -"Indica quando o LaTeXila deve salvar automaticamente os arquivos modificados " -"após um intervalo de tempo. Você pode modificar o intervalo de tempo com a " -"opção \"Intervalo para salvar automaticamente\"." +"Whether LaTeXila should automatically save modified files after a time interval. You can " +"set the time interval with the \"Autosave Interval\" option." +msgstr "" +"Indica quando o LaTeXila deve salvar automaticamente os arquivos modificados após um " +"intervalo de tempo. Você pode modificar o intervalo de tempo com a opção \"Intervalo para " +"salvar automaticamente\"." #: ../data/org.gnome.latexila.gschema.xml.in.h:11 msgid "Autosave Interval" @@ -217,35 +217,29 @@ #: ../data/org.gnome.latexila.gschema.xml.in.h:12 msgid "" -"Number of minutes after which LaTeXila will automatically save modified " -"files. This will only take effect if the \"Autosave\" option is turned on." +"Number of minutes after which LaTeXila will automatically save modified files. This will " +"only take effect if the \"Autosave\" option is turned on." msgstr "" -"Número de minutos após o qual o LaTeXila irá salvar automaticamente os " -"arquivos modificados. Esta opção só terá efeito se a opção \"Salvar " -"automaticamente\" estiver habilitada." +"Número de minutos após o qual o LaTeXila irá salvar automaticamente os arquivos " +"modificados. Esta opção só terá efeito se a opção \"Salvar automaticamente\" estiver " +"habilitada." -#: ../data/org.gnome.latexila.gschema.xml.in.h:13 -#: ../src/ui/preferences_dialog.ui.h:9 +#: ../data/org.gnome.latexila.gschema.xml.in.h:13 ../src/ui/preferences_dialog.ui.h:9 msgid "Reopen files on startup" msgstr "Reabrir arquivos na inicialização" #: ../data/org.gnome.latexila.gschema.xml.in.h:14 msgid "Whether LaTeXila should reopen the files that was opened the last time." msgstr "" -"Indica quando o LaTeXila deve reabrir os arquivos que estavam abertos pela " -"última vez." +"Indica quando o LaTeXila deve reabrir os arquivos que estavam abertos pela última vez." #: ../data/org.gnome.latexila.gschema.xml.in.h:15 msgid "Tab Size" msgstr "Largura das tabulações" #: ../data/org.gnome.latexila.gschema.xml.in.h:16 -msgid "" -"Specifies the number of spaces that should be displayed instead of Tab " -"characters." -msgstr "" -"Especifica o número de espaços que devem ser mostrados ao invés de " -"tabulações." +msgid "Specifies the number of spaces that should be displayed instead of Tab characters." +msgstr "Especifica o número de espaços que devem ser mostrados ao invés de tabulações." #: ../data/org.gnome.latexila.gschema.xml.in.h:17 msgid "Insert spaces" @@ -269,8 +263,7 @@ #: ../data/org.gnome.latexila.gschema.xml.in.h:22 msgid "Whether LaTeXila should display line numbers in the editing area." -msgstr "" -"Indica quando o LaTeXila deve mostrar os números de linha na área de edição." +msgstr "Indica quando o LaTeXila deve mostrar os números de linha na área de edição." #: ../data/org.gnome.latexila.gschema.xml.in.h:23 msgid "Highlight Current Line" @@ -297,34 +290,28 @@ msgstr "Tornar barra de ferramentas principal visível" #: ../data/org.gnome.latexila.gschema.xml.in.h:29 -msgid "" -"Whether the main toolbar (file open, close, build, ...) should be visible." +msgid "Whether the main toolbar (file open, close, build, ...) should be visible." msgstr "" -"Indica quando a barra de ferramentas principal (abrir arquivo, fechar, " -"construir, ...) deve estar visível." +"Indica quando a barra de ferramentas principal (abrir arquivo, fechar, construir, ...) " +"deve estar visível." #: ../data/org.gnome.latexila.gschema.xml.in.h:30 msgid "Edit toolbar is visible" msgstr "Tornar barra de edição visível" #: ../data/org.gnome.latexila.gschema.xml.in.h:31 -msgid "" -"Whether the edit toolbar (bold, italic, character sizes, ...) should be " -"visible." +msgid "Whether the edit toolbar (bold, italic, character sizes, ...) should be visible." msgstr "" -"Indica quando a barra de edição (negrito, itálico, tamanho dos " -"caracteres, ...) deve estar visível." +"Indica quando a barra de edição (negrito, itálico, tamanho dos caracteres, ...) deve estar " +"visível." #: ../data/org.gnome.latexila.gschema.xml.in.h:32 msgid "Side panel is Visible" msgstr "Tornar painel lateral visível" #: ../data/org.gnome.latexila.gschema.xml.in.h:33 -msgid "" -"Whether the side panel at the left of editing windows should be visible." -msgstr "" -"Indica quando o painel lateral a esquerda da janela de edição deve estar " -"visível." +msgid "Whether the side panel at the left of editing windows should be visible." +msgstr "Indica quando o painel lateral a esquerda da janela de edição deve estar visível." #: ../data/org.gnome.latexila.gschema.xml.in.h:34 msgid "Bottom panel is Visible" @@ -332,20 +319,16 @@ #: ../data/org.gnome.latexila.gschema.xml.in.h:35 msgid "Whether the bottom panel containing the build view should be visible." -msgstr "" -"Indica quando o painel inferior que contém a visão de construção deve estar " -"visível." +msgstr "Indica quando o painel inferior que contém a visão de construção deve estar visível." #: ../data/org.gnome.latexila.gschema.xml.in.h:36 msgid "Side panel component" msgstr "Componente do painel lateral" #: ../data/org.gnome.latexila.gschema.xml.in.h:37 -msgid "" -"Side panel's active component. 0: Symbols. 1: File browser. 2: Structure." +msgid "Side panel's active component. 0: Symbols. 1: File browser. 2: Structure." msgstr "" -"Componente ativo do painel lateral. 0: Símbolos. 1: Navegador de arquivos. " -"2: Estrutura." +"Componente ativo do painel lateral. 0: Símbolos. 1: Navegador de arquivos. 2: Estrutura." #: ../data/org.gnome.latexila.gschema.xml.in.h:38 msgid "Show build output warnings" @@ -370,14 +353,11 @@ #: ../data/org.gnome.latexila.gschema.xml.in.h:43 msgid "" -"Minimum number of characters after \"\\\" for the interactive completion of " -"LaTeX commands" +"Minimum number of characters after \"\\\" for the interactive completion of LaTeX commands" msgstr "" -"Número mínimo de caracteres após \"\\\" para o auto-completar interativo de " -"comandos LaTeX" +"Número mínimo de caracteres após \"\\\" para o auto-completar interativo de comandos LaTeX" -#: ../data/org.gnome.latexila.gschema.xml.in.h:44 -#: ../src/ui/preferences_dialog.ui.h:19 +#: ../data/org.gnome.latexila.gschema.xml.in.h:44 ../src/ui/preferences_dialog.ui.h:19 msgid "No confirmation when cleaning-up" msgstr "Sem confirmação quando houver remoção" @@ -386,11 +366,9 @@ msgstr "Limpeza automática" #: ../data/org.gnome.latexila.gschema.xml.in.h:46 -msgid "" -"Automatically clean-up files after close. no-confirm-clean must be true." +msgid "Automatically clean-up files after close. no-confirm-clean must be true." msgstr "" -"Remover automaticamente arquivos após fechar. limpar-sem-confirmar deve ser " -"verdadeiro." +"Remover automaticamente arquivos após fechar. limpar-sem-confirmar deve ser verdadeiro." #: ../data/org.gnome.latexila.gschema.xml.in.h:47 msgid "File extensions for the clean-up" @@ -424,18 +402,15 @@ msgid "URI of the file browser current directory" msgstr "URI do navegador de arquivos do diretório atual" -#: ../data/org.gnome.latexila.gschema.xml.in.h:55 ../src/file_browser.vala:281 +#: ../data/org.gnome.latexila.gschema.xml.in.h:55 ../src/file_browser.vala:282 msgid "Show build files" msgstr "Mostrar arquivos de construção" #: ../data/org.gnome.latexila.gschema.xml.in.h:56 -msgid "" -"Show files with an extension present in preferences.latex.clean-extensions." -msgstr "" -"Mostrar arquivos com as extensões presentes em preferences.latex.clean-" -"extensions." +msgid "Show files with an extension present in preferences.latex.clean-extensions." +msgstr "Mostrar arquivos com as extensões presentes em preferences.latex.clean-extensions." -#: ../data/org.gnome.latexila.gschema.xml.in.h:57 ../src/file_browser.vala:289 +#: ../data/org.gnome.latexila.gschema.xml.in.h:57 ../src/file_browser.vala:290 msgid "Show hidden files" msgstr "Mostrar arquivos ocultos" @@ -443,9 +418,9 @@ msgid "Show files beginning with a dot." msgstr "Mostrar arquivos que iniciam com um ponto." +#. (itstool) path: template/babel #. This must be translated by a usepackage LaTeX command. -#: article.xml:8(template/babel) beamer.xml:8(template/babel) -#: book.xml:8(template/babel) report.xml:8(template/babel) +#: article.xml:8 beamer.xml:8 book.xml:8 report.xml:8 #, no-wrap msgid "" "\n" @@ -454,8 +429,8 @@ "\n" "% pacote babel ou equivalent\n" -#. There is a helper script in data/templates/tex2po.sh -#: letter.xml:2(template/translatableChunk) +#. (itstool) path: template/translatableChunk +#: letter.xml:2 #, no-wrap msgid "" "\n" @@ -515,171 +490,179 @@ msgid "Hide panel" msgstr "Ocultar painel" +#. close button +#: ../src/build_tool_dialog.vala:80 ../src/build_tools_preferences.vala:55 +#: ../src/main_window_file.vala:53 ../src/preferences_dialog.vala:42 +#: ../src/project_dialogs.vala:186 ../src/templates_dialogs.vala:244 +msgid "_Close" +msgstr "Fe_char" + #: ../src/build_tool_dialog.vala:81 msgid "Build Tool (read-only)" -msgstr "Ferramenta de construção (somente-leitura)" +msgstr "Ferramenta de construção (somente leitura)" + +#: ../src/build_tool_dialog.vala:86 ../src/build_tools_preferences.vala:332 +#: ../src/clean_build_files.vala:242 ../src/dialogs.vala:41 ../src/document_tab.vala:290 +#: ../src/main_window_file.vala:147 ../src/main_window.vala:746 ../src/main_window.vala:842 +#: ../src/main_window.vala:878 ../src/preferences_dialog.vala:117 +#: ../src/project_dialogs.vala:28 ../src/project_dialogs.vala:119 +#: ../src/project_dialogs.vala:274 ../src/project_dialogs.vala:294 +#: ../src/templates_dialogs.vala:36 ../src/templates_dialogs.vala:176 +msgid "_Cancel" +msgstr "_Cancelar" + +#: ../src/build_tool_dialog.vala:87 ../src/document_view.vala:207 +#: ../src/project_dialogs.vala:120 ../src/tab_info_bar.vala:77 +#: ../src/templates_dialogs.vala:37 ../src/templates_dialogs.vala:177 +msgid "_OK" +msgstr "_OK" #: ../src/build_tool_dialog.vala:88 msgid "Build Tool" msgstr "Ferramenta de construção" -#. icon stock-id +#. icon-name #. label -#: ../src/build_tool_dialog.vala:159 +#: ../src/build_tool_dialog.vala:161 msgid "Execute" msgstr "Executar" -#: ../src/build_tool_dialog.vala:163 +#: ../src/build_tool_dialog.vala:165 msgid "Convert" msgstr "Converter" -#: ../src/build_tool_dialog.vala:164 +#. FIXME don't use Stock +#: ../src/build_tool_dialog.vala:166 msgid "View File" msgstr "Visualizar arquivo" -#: ../src/build_tool_dialog.vala:228 +#: ../src/build_tool_dialog.vala:230 msgid "Commands" msgstr "Comandos" -#: ../src/build_tool_dialog.vala:238 +#: ../src/build_tool_dialog.vala:240 msgid "Post Processor" msgstr "Pós-processador" -#: ../src/build_tool_dialog.vala:265 ../src/build_tools_preferences.vala:289 +#: ../src/build_tool_dialog.vala:267 ../src/build_tools_preferences.vala:294 msgid "Add..." msgstr "Adicionar..." -#: ../src/build_tool_dialog.vala:282 ../src/build_tools_preferences.vala:306 +#: ../src/build_tool_dialog.vala:284 ../src/build_tools_preferences.vala:311 msgid "Remove" msgstr "Remover" -#: ../src/build_tool_dialog.vala:312 ../src/build_tools_preferences.vala:346 +#: ../src/build_tool_dialog.vala:314 ../src/build_tools_preferences.vala:351 msgid "Move up" msgstr "Mover para cima" -#: ../src/build_tool_dialog.vala:363 ../src/build_tools_preferences.vala:398 +#: ../src/build_tool_dialog.vala:365 ../src/build_tools_preferences.vala:403 msgid "Move down" msgstr "Mover para baixo" -#: ../src/build_tool_dialog.vala:563 ../src/build_tools_preferences.vala:181 -#: ../src/latex_menu.vala:52 ../src/structure.vala:782 +#: ../src/build_tool_dialog.vala:569 ../src/build_tools_preferences.vala:183 +#: ../src/latex_menu.vala:52 ../src/structure.vala:783 msgid "Label" msgstr "Etiqueta" -#: ../src/build_tool_dialog.vala:568 +#: ../src/build_tool_dialog.vala:574 msgid "You can select this arrow and copy/paste it!" msgstr "Você pode selecionar esta seta e copiar/colar!" -#: ../src/build_tool_dialog.vala:584 +#: ../src/build_tool_dialog.vala:590 msgid "Description" msgstr "Descrição" -#: ../src/build_tool_dialog.vala:590 +#: ../src/build_tool_dialog.vala:596 msgid "File extensions for which the build tool can be executed." -msgstr "" -"Extensões do arquivo com as quais foram construídas podem ser executadas." +msgstr "Extensões do arquivo com as quais foram construídas podem ser executadas." -#: ../src/build_tool_dialog.vala:591 +#: ../src/build_tool_dialog.vala:597 msgid "The extensions are separated by spaces." msgstr "As extensões são separadas por espaços." -#: ../src/build_tool_dialog.vala:592 +#: ../src/build_tool_dialog.vala:598 msgid "If it is empty, all extensions are allowed." msgstr "Se estiver vazio, todas as extensões são permitidas." -#: ../src/build_tool_dialog.vala:594 +#: ../src/build_tool_dialog.vala:600 msgid "Extensions" msgstr "Extensões" -#: ../src/build_tool_dialog.vala:599 +#: ../src/build_tool_dialog.vala:605 msgid "Icon" msgstr "Ícone" #. Placeholders -#: ../src/build_tool_dialog.vala:606 +#: ../src/build_tool_dialog.vala:612 msgid "Placeholders:" msgstr "Placeholders:" -#: ../src/build_tool_dialog.vala:610 +#: ../src/build_tool_dialog.vala:616 msgid "The active document's filename." msgstr "O nome do arquivo ativo." -#: ../src/build_tool_dialog.vala:611 ../src/build_tool_dialog.vala:616 +#: ../src/build_tool_dialog.vala:617 ../src/build_tool_dialog.vala:622 msgid "If the active document belongs to a project, the main file is chosen." -msgstr "" -"Se o documento ativo pertence a um projeto, o arquivo principal é escolhido." +msgstr "Se o documento ativo pertence a um projeto, o arquivo principal é escolhido." -#: ../src/build_tool_dialog.vala:615 +#: ../src/build_tool_dialog.vala:621 msgid "The active document's filename without its extension." msgstr "O nome do arquivo ativo sem sua extensão." -#: ../src/build_tool_dialog.vala:659 +#: ../src/build_tool_dialog.vala:665 msgid "Jobs" msgstr "Trabalhos" -#: ../src/build_tool_dialog.vala:665 +#: ../src/build_tool_dialog.vala:671 msgid "List of files to open after executing the build jobs." -msgstr "" -"Lista os arquivos para abrir depois de executar as tarefas de construção." +msgstr "Lista os arquivos para abrir depois de executar as tarefas de construção." -#: ../src/build_tool_dialog.vala:666 +#: ../src/build_tool_dialog.vala:672 msgid "The files are separated by spaces." msgstr "As extensões são separadas por espaços." -#: ../src/build_tool_dialog.vala:667 +#: ../src/build_tool_dialog.vala:673 msgid "You should use the placeholders to specify the files." msgstr "Você pode usar espaços reservados para especificar os arquivos." -#: ../src/build_tool_dialog.vala:670 +#: ../src/build_tool_dialog.vala:676 msgid "Files to open" msgstr "Arquivos para abrir" -#: ../src/build_tool_runner.vala:191 -#, c-format -msgid "%s doesn't seem to be installed." -msgstr "%s parece não estar instalado." - -#: ../src/build_tool_runner.vala:263 -#, c-format -msgid "Open %s" -msgstr "Abrir %s" - -#: ../src/build_tool_runner.vala:272 -#, c-format -msgid "The file '%s' doesn't exist." -msgstr "O arquivo \"%s\" não existe." - -#: ../src/build_tool_runner.vala:289 -#, c-format -msgid "Failed to open '%s':" -msgstr "Falhou ao abrir \"%s\":" - #: ../src/build_tools_preferences.vala:53 msgid "Build Tools" msgstr "Ferramentas de construção" -#: ../src/build_tools_preferences.vala:109 -msgid "Default build tools" +#: ../src/build_tools_preferences.vala:111 +msgid "Default Build Tools" msgstr "Ferramentas de construção padrão" -#: ../src/build_tools_preferences.vala:129 -msgid "Personal build tools" +#: ../src/build_tools_preferences.vala:132 +msgid "Personal Build Tools" msgstr "Ferramentas de construção pessoal" -#: ../src/build_tools_preferences.vala:172 +#: ../src/build_tools_preferences.vala:174 msgid "Enabled" msgstr "Habilitado" -#: ../src/build_tools_preferences.vala:274 +#: ../src/build_tools_preferences.vala:278 #, c-format msgid "%s [copy]" msgstr "%s [cópia]" -#: ../src/build_tools_preferences.vala:324 +#: ../src/build_tools_preferences.vala:329 #, c-format msgid "Do you really want to delete the build tool \"%s\"?" msgstr "Você realmente deseja excluir a ferramenta de construção \"%s\"?" +#: ../src/build_tools_preferences.vala:333 ../src/clean_build_files.vala:243 +#: ../src/main_window_edit.vala:51 ../src/main_window_structure.vala:38 +#: ../src/project_dialogs.vala:240 ../src/project_dialogs.vala:275 +#: ../src/templates_dialogs.vala:243 +msgid "_Delete" +msgstr "E_xcluir" + #: ../src/clean_build_files.vala:267 msgid "Do you really want to delete these files?" msgstr "Você realmente deseja excluir esses arquivos?" @@ -693,7 +676,7 @@ msgid "No build file to clean up." msgstr "Sem arquivos de construção para limpar." -#: ../src/completion.vala:315 +#: ../src/completion.vala:330 msgid "No matching proposal" msgstr "Nenhuma sugestão correspondente" @@ -704,17 +687,20 @@ msgid "Ln %d, Col %d" msgstr "Ln %d, Col %d" -#: ../src/dialogs.vala:40 ../src/main_window.vala:765 -msgid "Close without Saving" -msgstr "Fechar sem salvar" +#: ../src/dialogs.vala:40 ../src/main_window.vala:745 +msgid "Close _without Saving" +msgstr "Fechar s_em salvar" + +#: ../src/dialogs.vala:42 ../src/main_window_file.vala:41 ../src/main_window.vala:751 +#: ../src/main_window.vala:843 +msgid "_Save" +msgstr "_Salvar" #: ../src/dialogs.vala:66 #, c-format -msgid "" -"There are %d documents with unsaved changes. Save changes before closing?" +msgid "There are %d documents with unsaved changes. Save changes before closing?" msgstr "" -"Há %d documentos com mudanças que não estão salvas. Salvar as mudanças antes " -"de fechar?" +"Há %d documentos com mudanças que não estão salvas. Salvar as mudanças antes de fechar?" #: ../src/dialogs.vala:72 msgid "Select the documents you want to save:" @@ -722,8 +708,7 @@ #: ../src/dialogs.vala:129 msgid "If you don't save, all your changes will be permanently lost." -msgstr "" -"Se você não salvar, todas as suas mudanças serão perdidas definitivamente." +msgstr "Se você não salvar, todas as suas mudanças serão perdidas definitivamente." #: ../src/document_structure.vala:720 msgid "The structure item already contains a sub-paragraph." @@ -736,7 +721,7 @@ #. main file #: ../src/document_tab.vala:233 ../src/project_dialogs.vala:44 #: ../src/project_dialogs.vala:47 ../src/project_dialogs.vala:139 -#: ../src/project_dialogs.vala:142 ../src/project_dialogs.vala:216 +#: ../src/project_dialogs.vala:142 ../src/project_dialogs.vala:215 msgid "Main File" msgstr "Arquivo principal" @@ -763,8 +748,8 @@ msgstr "Você deseja recarregar o arquivo?" #: ../src/document_tab.vala:289 -msgid "Reload" -msgstr "Recarregar" +msgid "_Reload" +msgstr "_Recarregar" #: ../src/document.vala:121 #, c-format @@ -778,60 +763,74 @@ #: ../src/document.vala:200 msgid "If you save it, all the external changes could be lost. Save it anyway?" -msgstr "" -"Se você salvá-lo, todas as mudanças externas podem ser perdidos. Salvar " -"mesmo assim?" +msgstr "Se você salvá-lo, todas as mudanças externas podem ser perdidos. Salvar mesmo assim?" #: ../src/document.vala:203 -msgid "Save Anyway" -msgstr "Salvar mesmo assim" +msgid "_Save Anyway" +msgstr "Sal_var mesmo assim" -#: ../src/document.vala:205 -msgid "Don't Save" -msgstr "Não salvar" +#: ../src/document.vala:204 +msgid "_Don't Save" +msgstr "_Não salvar" -#: ../src/document.vala:217 +#: ../src/document.vala:216 msgid "Impossible to save the file." msgstr "Impossível salvar o arquivo." -#: ../src/document.vala:242 +#: ../src/document.vala:241 msgid "Error trying to convert the document to UTF-8" msgstr "Erro ao tentar converter documento para UTF-8" -#: ../src/document.vala:296 +#: ../src/document.vala:295 msgid "Unsaved Document" msgstr "Documento não-salvo" -#: ../src/document.vala:575 +#: ../src/document.vala:579 msgid "" -"The file has a temporary location. The data can be lost after rebooting your " -"computer." +"The file has a temporary location. The data can be lost after rebooting your computer." msgstr "" -"O arquivo tem uma localização temporária. Os dados podem ser perdidos após " -"reinicializar o computador." +"O arquivo tem uma localização temporária. Os dados podem ser perdidos após reinicializar o " +"computador." -#: ../src/document.vala:576 +#: ../src/document.vala:580 msgid "Do you want to save the file in a safer place?" msgstr "Você deseja salvar o arquivo em um lugar mais seguro?" -#: ../src/file_browser.vala:216 +#: ../src/document.vala:583 ../src/main_window_file.vala:44 ../src/main_window.vala:749 +msgid "Save _As" +msgstr "Salvar co_mo" + +#: ../src/document.vala:584 +msgid "Cancel" +msgstr "Cancelar" + +#: ../src/document_view.vala:204 +msgid "No dictionaries available for the spell checking." +msgstr "Nenhum dicionário disponível para verificação ortográfica." + +#. Help +#: ../src/document_view.vala:206 ../src/main_window.vala:62 +msgid "_Help" +msgstr "Aj_uda" + +#: ../src/file_browser.vala:218 msgid "Go to the home directory" msgstr "Ir para diretório pessoal" -#: ../src/file_browser.vala:231 +#: ../src/file_browser.vala:233 msgid "Go to the parent directory" msgstr "Ir para diretório acima" -#: ../src/file_browser.vala:247 +#: ../src/file_browser.vala:249 msgid "Go to the active document directory" msgstr "Ir para o diretório do documento ativo" -#: ../src/file_browser.vala:336 +#: ../src/file_browser.vala:338 msgid "File System" msgstr "Sistema de arquivos" #. File browser -#: ../src/file_browser.vala:455 ../src/main_window.vala:404 +#: ../src/file_browser.vala:457 ../src/main_window.vala:408 msgid "File Browser" msgstr "Navegador de arquivos" @@ -840,31 +839,31 @@ msgid "_Sectioning" msgstr "_Seccionamento" -#: ../src/latex_menu.vala:34 ../src/structure.vala:775 +#: ../src/latex_menu.vala:34 ../src/structure.vala:776 msgid "Part" msgstr "Parte" -#: ../src/latex_menu.vala:36 ../src/structure.vala:776 +#: ../src/latex_menu.vala:36 ../src/structure.vala:777 msgid "Chapter" msgstr "Capí­tulo" -#: ../src/latex_menu.vala:38 ../src/structure.vala:777 +#: ../src/latex_menu.vala:38 ../src/structure.vala:778 msgid "Section" msgstr "Seção" -#: ../src/latex_menu.vala:40 ../src/structure.vala:778 +#: ../src/latex_menu.vala:40 ../src/structure.vala:779 msgid "Sub-section" msgstr "Sub-seção" -#: ../src/latex_menu.vala:42 ../src/structure.vala:779 +#: ../src/latex_menu.vala:42 ../src/structure.vala:780 msgid "Sub-sub-section" msgstr "Sub-sub-seção" -#: ../src/latex_menu.vala:44 ../src/structure.vala:780 +#: ../src/latex_menu.vala:44 ../src/structure.vala:781 msgid "Paragraph" msgstr "Parágrafo" -#: ../src/latex_menu.vala:46 ../src/structure.vala:781 +#: ../src/latex_menu.vala:46 ../src/structure.vala:782 msgid "Sub-paragraph" msgstr "Sub-parágrafo" @@ -909,638 +908,671 @@ msgid "Figure - \\begin{figure}" msgstr "Figura - \\begin{figure}" -#: ../src/latex_menu.vala:76 ../src/latex_menu.vala:78 +#: ../src/latex_menu.vala:76 msgid "Table - \\begin{table}" msgstr "Tabela - \\begin{table}" -#: ../src/latex_menu.vala:80 +#: ../src/latex_menu.vala:78 msgid "Quote - \\begin{quote}" msgstr "Citar - \\begin{quote}" -#: ../src/latex_menu.vala:82 +#: ../src/latex_menu.vala:80 msgid "Quotation - \\begin{quotation}" msgstr "Citação - \\begin{quotation}" -#: ../src/latex_menu.vala:84 +#: ../src/latex_menu.vala:82 msgid "Verse - \\begin{verse}" msgstr "Verso - \\begin{verse}" -#: ../src/latex_menu.vala:86 +#: ../src/latex_menu.vala:84 msgid "Verbatim - \\begin{verbatim}" msgstr "Verbatim - \\begin{verbatim}" -#: ../src/latex_menu.vala:88 +#: ../src/latex_menu.vala:86 msgid "Minipage - \\begin{minipage}" msgstr "Mini-página - \\begin{minipage}" -#: ../src/latex_menu.vala:90 +#: ../src/latex_menu.vala:88 msgid "Title page - \\begin{titlepage}" msgstr "Página de título - \\begin{titlepage}" #. LaTeX: list environments -#: ../src/latex_menu.vala:94 +#: ../src/latex_menu.vala:92 msgid "_List Environments" msgstr "Ambientes de _lista" -#: ../src/latex_menu.vala:96 ../src/latex_menu.vala:98 +#: ../src/latex_menu.vala:94 msgid "Bulleted List - \\begin{itemize}" msgstr "Lista com marcadores - \\begin{itemize}" # sub item de LaTeX > List Environments -#: ../src/latex_menu.vala:100 ../src/latex_menu.vala:102 +#: ../src/latex_menu.vala:96 msgid "Enumeration - \\begin{enumerate}" msgstr "Enumerada - \\begin{enumerate}" -#: ../src/latex_menu.vala:104 ../src/latex_menu.vala:106 +#: ../src/latex_menu.vala:98 msgid "Description - \\begin{description}" msgstr "Descritiva - \\begin{description}" -#: ../src/latex_menu.vala:108 +#: ../src/latex_menu.vala:100 msgid "Custom list - \\begin{list}" msgstr "Lista personalizada - \\begin{list}" -#: ../src/latex_menu.vala:110 +#: ../src/latex_menu.vala:102 msgid "List item - \\item" msgstr "Item da lista - \\item" #. LaTeX: character sizes -#: ../src/latex_menu.vala:114 +#: ../src/latex_menu.vala:106 msgid "_Characters Sizes" msgstr "Tamanhos dos _caracteres" #. LaTeX: font styles -#: ../src/latex_menu.vala:138 +#: ../src/latex_menu.vala:130 msgid "_Font Styles" msgstr "_Estilos da fonte" -#: ../src/latex_menu.vala:140 +#: ../src/latex_menu.vala:132 msgid "Bold - \\textbf" msgstr "Negrito - \\textbf" -#: ../src/latex_menu.vala:142 +#: ../src/latex_menu.vala:134 msgid "Italic - \\textit" msgstr "Itálico - \\textit" -#: ../src/latex_menu.vala:144 +#: ../src/latex_menu.vala:136 msgid "Typewriter - \\texttt" msgstr "Máquina de escrever - \\texttt" -#: ../src/latex_menu.vala:146 +#: ../src/latex_menu.vala:138 msgid "Slanted - \\textsl" msgstr "Inclinado - \\textsl" -#: ../src/latex_menu.vala:148 +#: ../src/latex_menu.vala:140 msgid "Small Capitals - \\textsc" msgstr "Caixa alta pequena - \\textsc" -#: ../src/latex_menu.vala:150 +#: ../src/latex_menu.vala:142 msgid "Sans Serif - \\textsf" msgstr "Sans serif - \\textsf" -#: ../src/latex_menu.vala:152 +#: ../src/latex_menu.vala:144 msgid "Emphasized - \\emph" msgstr "Enfatizado - \\emph" -#: ../src/latex_menu.vala:154 +#: ../src/latex_menu.vala:146 msgid "Underline - \\underline" msgstr "Sublinhado - \\underline" -#: ../src/latex_menu.vala:156 +#: ../src/latex_menu.vala:148 msgid "_Font Family" msgstr "_Família da fonte" -#: ../src/latex_menu.vala:158 +#: ../src/latex_menu.vala:150 msgid "Roman - \\rmfamily" msgstr "Romano - \\rmfamily" -#: ../src/latex_menu.vala:160 +#: ../src/latex_menu.vala:152 msgid "Sans Serif - \\sffamily" msgstr "Sans serif - \\sffamily" -#: ../src/latex_menu.vala:162 +#: ../src/latex_menu.vala:154 msgid "Monospace - \\ttfamily" msgstr "Monospace - \\ttfamily" -#: ../src/latex_menu.vala:164 +#: ../src/latex_menu.vala:156 msgid "F_ont Series" msgstr "Séries da f_onte" -#: ../src/latex_menu.vala:166 +#: ../src/latex_menu.vala:158 msgid "Medium - \\mdseries" msgstr "Médio - \\mdseries" -#: ../src/latex_menu.vala:168 +#: ../src/latex_menu.vala:160 msgid "Bold - \\bfseries" msgstr "Negrito - \\bfseries" -#: ../src/latex_menu.vala:170 +#: ../src/latex_menu.vala:162 msgid "Fo_nt Shape" msgstr "Forma da fo_nte" -#: ../src/latex_menu.vala:172 +#: ../src/latex_menu.vala:164 msgid "Upright - \\upshape" msgstr "Vertical - \\upshape" -#: ../src/latex_menu.vala:174 +#: ../src/latex_menu.vala:166 msgid "Italic - \\itshape" msgstr "Itálico - \\itshape" -#: ../src/latex_menu.vala:176 +#: ../src/latex_menu.vala:168 msgid "Slanted - \\slshape" msgstr "Inclinado - \\slshape" -#: ../src/latex_menu.vala:178 +#: ../src/latex_menu.vala:170 msgid "Small Capitals - \\scshape" msgstr "Caixa alta pequena - \\scshape" #. LaTeX: Tabular -#: ../src/latex_menu.vala:182 +#: ../src/latex_menu.vala:174 msgid "_Tabular" msgstr "_Tabular" -#: ../src/latex_menu.vala:184 +#: ../src/latex_menu.vala:176 msgid "Tabbing - \\begin{tabbing}" msgstr "Tabulação - \\begin{tabbing}" -#: ../src/latex_menu.vala:186 +#: ../src/latex_menu.vala:178 msgid "Tabular - \\begin{tabular}" msgstr "Tabular - \\begin{tabular}" -#: ../src/latex_menu.vala:188 +#: ../src/latex_menu.vala:180 msgid "Multicolumn - \\multicolumn" msgstr "Multi-coluna - \\multicolumn" -#: ../src/latex_menu.vala:190 +#: ../src/latex_menu.vala:182 msgid "Horizontal line - \\hline" msgstr "Linha horizontal - \\hline" -#: ../src/latex_menu.vala:192 +#: ../src/latex_menu.vala:184 msgid "Vertical line - \\vline" msgstr "Linha vertical - \\vline" -#: ../src/latex_menu.vala:194 +#: ../src/latex_menu.vala:186 msgid "Horizontal line (columns specified) - \\cline" msgstr "Linha horizontal (colunas especificadas) - \\cline" -#: ../src/latex_menu.vala:200 +#: ../src/latex_menu.vala:192 msgid "Frame - \\begin{frame}" msgstr "Moldura - \\begin{frame}" -#: ../src/latex_menu.vala:202 +#: ../src/latex_menu.vala:194 msgid "Block - \\begin{block}" msgstr "Bloco - \\begin{block}" -#: ../src/latex_menu.vala:204 +#: ../src/latex_menu.vala:196 msgid "Two columns - \\begin{columns}" msgstr "Duas colunas - \\begin{columns}" #. LaTeX: Spacing -#: ../src/latex_menu.vala:208 +#: ../src/latex_menu.vala:200 msgid "_Spacing" msgstr "E_spaçamento" -#: ../src/latex_menu.vala:209 +#: ../src/latex_menu.vala:201 msgid "New _Line" msgstr "Nova _linha" -#: ../src/latex_menu.vala:210 +#: ../src/latex_menu.vala:202 msgid "New Line - \\\\" msgstr "Nova linha - \\\\" -#: ../src/latex_menu.vala:212 +#: ../src/latex_menu.vala:204 msgid "New page - \\newpage" msgstr "Nova página - \\newpage" -#: ../src/latex_menu.vala:214 +#: ../src/latex_menu.vala:206 msgid "Line break - \\linebreak" msgstr "Quebra de linha - \\linebreak" -#: ../src/latex_menu.vala:216 +#: ../src/latex_menu.vala:208 msgid "Page break - \\pagebreak" msgstr "Quebra de página - \\pagebreak" -#: ../src/latex_menu.vala:218 +#: ../src/latex_menu.vala:210 msgid "Big skip - \\bigskip" msgstr "Salto grande - \\bigskip" -#: ../src/latex_menu.vala:220 +#: ../src/latex_menu.vala:212 msgid "Medium skip - \\medskip" msgstr "Salto médio - \\medskip" -#: ../src/latex_menu.vala:222 +#: ../src/latex_menu.vala:214 msgid "Horizontal space - \\hspace" msgstr "Espaço horizontal - \\hspace" -#: ../src/latex_menu.vala:224 +#: ../src/latex_menu.vala:216 msgid "Vertical space - \\vspace" msgstr "Espaço vertical - \\vspace" -#: ../src/latex_menu.vala:226 +#: ../src/latex_menu.vala:218 msgid "No paragraph indentation - \\noindent" msgstr "Sem indentação de parágrafo - \\noindent" # no Português pode significar Acentos Nacionais! #. LaTeX: International accents -#: ../src/latex_menu.vala:230 +#: ../src/latex_menu.vala:222 msgid "International _Accents" msgstr "_Acentos internacionais" -#: ../src/latex_menu.vala:231 +#: ../src/latex_menu.vala:223 msgid "Acute accent - \\'" msgstr "Acento agudo - \\'" -#: ../src/latex_menu.vala:232 +#: ../src/latex_menu.vala:224 msgid "Grave accent - \\`" msgstr "Acento grave - \\`" -#: ../src/latex_menu.vala:233 +#: ../src/latex_menu.vala:225 msgid "Circumflex accent - \\^" msgstr "Acento circunflexo - \\^" -#: ../src/latex_menu.vala:234 +#: ../src/latex_menu.vala:226 msgid "Trema - \\\"" msgstr "Trema - \\\"" -#: ../src/latex_menu.vala:235 +#: ../src/latex_menu.vala:227 msgid "Tilde - \\~" msgstr "Til - \\~" -#: ../src/latex_menu.vala:236 +#: ../src/latex_menu.vala:228 msgid "Macron - \\=" msgstr "Macron - \\=" -#: ../src/latex_menu.vala:237 +#: ../src/latex_menu.vala:229 msgid "Dot above - \\." msgstr "Ponto acima - \\." -#: ../src/latex_menu.vala:238 +#: ../src/latex_menu.vala:230 msgid "Caron - \\v" msgstr "Caron - \\v" -#: ../src/latex_menu.vala:239 +#: ../src/latex_menu.vala:231 msgid "Breve - \\u" msgstr "Breve - \\u" -#: ../src/latex_menu.vala:241 +#: ../src/latex_menu.vala:233 msgid "Double acute accent - \\H" msgstr "Acento agudo duplo - \\H" -#: ../src/latex_menu.vala:242 +#: ../src/latex_menu.vala:234 msgid "Cedilla - \\c" msgstr "Cedilha - \\c" -#: ../src/latex_menu.vala:243 +#: ../src/latex_menu.vala:235 msgid "Ogonek - \\k" msgstr "Ogonek - \\k" -#: ../src/latex_menu.vala:244 +#: ../src/latex_menu.vala:236 msgid "Dot below - \\d" msgstr "Ponto abaixo - \\d" -#: ../src/latex_menu.vala:245 +#: ../src/latex_menu.vala:237 msgid "Macron below - \\b" msgstr "Macron abaixo - \\b" -#: ../src/latex_menu.vala:246 +#: ../src/latex_menu.vala:238 msgid "Ring - \\r" msgstr "Ring - \\r" -#: ../src/latex_menu.vala:247 +#: ../src/latex_menu.vala:239 msgid "Tie - \\t" msgstr "Tie - \\t" #. LaTeX: Others -#: ../src/latex_menu.vala:251 +#: ../src/latex_menu.vala:243 msgid "_Misc" msgstr "_Diversos" -#: ../src/latex_menu.vala:253 +#: ../src/latex_menu.vala:245 msgid "Document class - \\documentclass" msgstr "Classe do documento - \\documentclass" -#: ../src/latex_menu.vala:255 +#: ../src/latex_menu.vala:247 msgid "Use package - \\usepackage" msgstr "Usar pacote - \\usepackage" -#: ../src/latex_menu.vala:256 +#: ../src/latex_menu.vala:248 msgid "_AMS packages" msgstr "Pacotes _AMS" -#: ../src/latex_menu.vala:257 +#: ../src/latex_menu.vala:249 msgid "AMS packages" msgstr "Pacotes AMS" -#: ../src/latex_menu.vala:258 +#: ../src/latex_menu.vala:250 msgid "Author - \\author" msgstr "Autor - \\author" -#: ../src/latex_menu.vala:259 +#: ../src/latex_menu.vala:251 msgid "Title - \\title" msgstr "Título - \\title" -#: ../src/latex_menu.vala:261 +#: ../src/latex_menu.vala:253 msgid "Content of the document - \\begin{document}" msgstr "Conteúdo do documento - \\begin{document}" -#: ../src/latex_menu.vala:263 +#: ../src/latex_menu.vala:255 msgid "Make title - \\maketitle" msgstr "Criar título - \\maketitle" -#: ../src/latex_menu.vala:265 +#: ../src/latex_menu.vala:257 msgid "Table of contents - \\tableofcontents" msgstr "Sumário - \\tableofcontents" -#: ../src/latex_menu.vala:267 +#: ../src/latex_menu.vala:259 msgid "Abstract - \\begin{abstract}" msgstr "Resumo - \\begin{abstract}" -#: ../src/latex_menu.vala:269 +#: ../src/latex_menu.vala:261 msgid "Include an image (graphicx package) - \\includegraphics" msgstr "Incluir um imagem (pacote graphicx) - \\includegraphics" -#: ../src/latex_menu.vala:272 +#: ../src/latex_menu.vala:264 msgid "Include a file - \\input" msgstr "Incluir um arquivo - \\input" #. Math -#: ../src/latex_menu.vala:276 +#: ../src/latex_menu.vala:268 msgid "_Math" msgstr "_Matemática" #. Math Environments -#: ../src/latex_menu.vala:280 +#: ../src/latex_menu.vala:272 msgid "_Math Environments" msgstr "Ambientes _matemáticos" -#: ../src/latex_menu.vala:281 +#: ../src/latex_menu.vala:273 msgid "_Mathematical Environment - $...$" msgstr "Ambiente _matemático - $...$" -#: ../src/latex_menu.vala:282 +#: ../src/latex_menu.vala:274 msgid "Mathematical Environment - $...$" msgstr "Ambiente matemático - $...$" -#: ../src/latex_menu.vala:283 +#: ../src/latex_menu.vala:275 msgid "_Centered Formula - \\[...\\]" msgstr "Fórmula _centralizada - \\[...\\]" -#: ../src/latex_menu.vala:284 +#: ../src/latex_menu.vala:276 msgid "Centered Formula - \\[...\\]" msgstr "Fórmula centralizada - \\[...\\]" -#: ../src/latex_menu.vala:286 +#: ../src/latex_menu.vala:278 msgid "_Numbered Equation - \\begin{equation}" msgstr "Equação _numerada - \\begin{equation}" -#: ../src/latex_menu.vala:287 +#: ../src/latex_menu.vala:279 msgid "Numbered Equation - \\begin{equation}" msgstr "Equação numerada - \\begin{equation}" -#: ../src/latex_menu.vala:288 +#: ../src/latex_menu.vala:280 msgid "_Array of Equations - \\begin{align*}" msgstr "Vetor de equ_ações - \\begin{align*}" -#: ../src/latex_menu.vala:289 +#: ../src/latex_menu.vala:281 msgid "Array of Equations - \\begin{align*}" msgstr "Vetor de equações - \\begin{align*}" -#: ../src/latex_menu.vala:291 +#: ../src/latex_menu.vala:283 msgid "Numbered Array of _Equations - \\begin{align}" msgstr "Vetor de equações _numeradas - \\begin{align}" -#: ../src/latex_menu.vala:292 +#: ../src/latex_menu.vala:284 msgid "Numbered Array of Equations - \\begin{align}" msgstr "Vetor de equações numeradas - \\begin{align}" -#: ../src/latex_menu.vala:295 +#: ../src/latex_menu.vala:287 msgid "_Superscript - ^{}" msgstr "S_obrescrito - ^{}" -#: ../src/latex_menu.vala:296 +#: ../src/latex_menu.vala:288 msgid "Superscript - ^{}" msgstr "Sobrescrito - ^{}" -#: ../src/latex_menu.vala:297 +#: ../src/latex_menu.vala:289 msgid "Su_bscript - __{}" msgstr "Su_bscrito - __{}" -#: ../src/latex_menu.vala:298 +#: ../src/latex_menu.vala:290 msgid "Subscript - _{}" msgstr "Subscrito - _{}" -#: ../src/latex_menu.vala:299 +#: ../src/latex_menu.vala:291 msgid "_Fraction - \\frac{}{}" msgstr "_Fração - \\frac{}{}" -#: ../src/latex_menu.vala:300 +#: ../src/latex_menu.vala:292 msgid "Fraction - \\frac{}{}" msgstr "Fração - \\frac{}{}" -#: ../src/latex_menu.vala:301 +#: ../src/latex_menu.vala:293 msgid "Square _Root - \\sqrt{}" msgstr "Raiz _quadrada - \\sqrt{}" -#: ../src/latex_menu.vala:302 +#: ../src/latex_menu.vala:294 msgid "Square Root - \\sqrt{}" msgstr "Raiz quadrada - \\sqrt{}" -#: ../src/latex_menu.vala:303 +#: ../src/latex_menu.vala:295 msgid "_N-th Root - \\sqrt[]{}" msgstr "Raiz de grau _n - \\sqrt[]{}" -#: ../src/latex_menu.vala:304 +#: ../src/latex_menu.vala:296 msgid "N-th Root - \\sqrt[]{}" msgstr "Raiz de grau n - \\sqrt[]{}" #. Math functions -#: ../src/latex_menu.vala:308 +#: ../src/latex_menu.vala:300 msgid "Math _Functions" msgstr "_Funções matemáticas" # não há tradução plausível #. Math Font Styles -#: ../src/latex_menu.vala:342 +#: ../src/latex_menu.vala:334 msgid "Math Font _Styles" msgstr "E_stilo de fontes matemáticas" -#: ../src/latex_menu.vala:344 +#: ../src/latex_menu.vala:336 msgid "Roman - \\mathrm" msgstr "Romano - \\mathrm" -#: ../src/latex_menu.vala:346 +#: ../src/latex_menu.vala:338 msgid "Italic - \\mathit" msgstr "Itálico - \\mathit" -#: ../src/latex_menu.vala:348 +#: ../src/latex_menu.vala:340 msgid "Bold - \\mathbf" msgstr "Negrito - \\mathbf" -#: ../src/latex_menu.vala:350 +#: ../src/latex_menu.vala:342 msgid "Sans Serif - \\mathsf" msgstr "Sans serif - \\mathsf" -#: ../src/latex_menu.vala:352 +#: ../src/latex_menu.vala:344 msgid "Typewriter - \\mathtt" msgstr "Máquina de escrever - \\mathtt" -#: ../src/latex_menu.vala:354 +#: ../src/latex_menu.vala:346 msgid "Calligraphic - \\mathcal" msgstr "Caligráfica - \\mathcal" -#: ../src/latex_menu.vala:356 +#: ../src/latex_menu.vala:348 msgid "Blackboard (uppercase only) - \\mathbb (amsfonts package)" msgstr "Quadro negro (apenas maiúsculas) - \\mathbb (pacote amsfonts)" -#: ../src/latex_menu.vala:359 +#: ../src/latex_menu.vala:351 msgid "Euler Fraktur - \\mathfrak (amsfonts package)" msgstr "Euler Fraktur - \\mathfrak (pacote amsfonts)" #. Math Accents -#: ../src/latex_menu.vala:364 +#: ../src/latex_menu.vala:356 msgid "Math _Accents" msgstr "_Acentos matemáticos" #. Math Spaces -#: ../src/latex_menu.vala:385 +#: ../src/latex_menu.vala:377 msgid "Math _Spaces" msgstr "_Espaços matemáticos" -#: ../src/latex_menu.vala:386 +#: ../src/latex_menu.vala:378 msgid "_Small" msgstr "_Pequeno" -#: ../src/latex_menu.vala:387 +#: ../src/latex_menu.vala:379 msgid "Small - \\," msgstr "Pequeno - \\," -#: ../src/latex_menu.vala:388 +#: ../src/latex_menu.vala:380 msgid "_Medium" msgstr "_Médio" -#: ../src/latex_menu.vala:389 +#: ../src/latex_menu.vala:381 msgid "Medium - \\:" msgstr "Médio - \\:" -#: ../src/latex_menu.vala:390 +#: ../src/latex_menu.vala:382 msgid "_Large" msgstr "_Grande" -#: ../src/latex_menu.vala:391 +#: ../src/latex_menu.vala:383 msgid "Large - \\;" msgstr "Enorme - \\;" #. Math: Left Delimiters -#: ../src/latex_menu.vala:397 +#: ../src/latex_menu.vala:389 msgid "_Left Delimiters" msgstr "De_limitadores esquerdo" -#: ../src/latex_menu.vala:398 +#: ../src/latex_menu.vala:390 msgid "left (" msgstr "( esquerdo" -#: ../src/latex_menu.vala:400 +#: ../src/latex_menu.vala:392 msgid "left [" msgstr "[ esquerdo" -#: ../src/latex_menu.vala:402 +#: ../src/latex_menu.vala:394 msgid "left { " msgstr "{ esquerda" -#: ../src/latex_menu.vala:404 +#: ../src/latex_menu.vala:396 msgid "left <" msgstr "< esquerdo" -#: ../src/latex_menu.vala:406 +#: ../src/latex_menu.vala:398 msgid "left )" msgstr ") esquerdo" -#: ../src/latex_menu.vala:408 +#: ../src/latex_menu.vala:400 msgid "left ]" msgstr "] esquerdo" -#: ../src/latex_menu.vala:410 +#: ../src/latex_menu.vala:402 msgid "left }" msgstr "} esquerda" -#: ../src/latex_menu.vala:412 +#: ../src/latex_menu.vala:404 msgid "left >" msgstr "> esquerdo" -#: ../src/latex_menu.vala:414 +#: ../src/latex_menu.vala:406 msgid "left ." msgstr ". esquerdo" # ------------------------------------------------------------------------------------------------------------ #. Math: Right Delimiters -#: ../src/latex_menu.vala:419 +#: ../src/latex_menu.vala:411 msgid "Right _Delimiters" msgstr "_Delimitadores direito" -#: ../src/latex_menu.vala:420 +#: ../src/latex_menu.vala:412 msgid "right )" msgstr ") direito" -#: ../src/latex_menu.vala:422 +#: ../src/latex_menu.vala:414 msgid "right ]" msgstr "] direito" -#: ../src/latex_menu.vala:424 +#: ../src/latex_menu.vala:416 msgid "right }" msgstr "} direita" -#: ../src/latex_menu.vala:426 +#: ../src/latex_menu.vala:418 msgid "right >" msgstr "> direito" -#: ../src/latex_menu.vala:428 +#: ../src/latex_menu.vala:420 msgid "right (" msgstr "( direito" -#: ../src/latex_menu.vala:430 +#: ../src/latex_menu.vala:422 msgid "right [" msgstr "[ direito" -#: ../src/latex_menu.vala:432 +#: ../src/latex_menu.vala:424 msgid "right { " msgstr "{ direita" -#: ../src/latex_menu.vala:434 +#: ../src/latex_menu.vala:426 msgid "right <" msgstr "< direito" -#: ../src/latex_menu.vala:436 +#: ../src/latex_menu.vala:428 msgid "right ." msgstr ". direito" # Palavra confusa. #. menus under toolitems -#: ../src/latex_menu.vala:451 +#: ../src/latex_menu.vala:443 msgid "Sectioning" msgstr "Seccionamento" -#: ../src/latex_menu.vala:454 +#: ../src/latex_menu.vala:446 msgid "Characters Sizes" msgstr "Tamanhos dos caracteres" -#: ../src/latex_menu.vala:457 +#: ../src/latex_menu.vala:449 msgid "References" msgstr "Referências" -#: ../src/latex_menu.vala:460 +#: ../src/latex_menu.vala:452 msgid "Presentation Environments" msgstr "Ambientes de apresentação" -#: ../src/latex_menu.vala:463 +#: ../src/latex_menu.vala:455 msgid "Math Environments" msgstr "Ambientes matemáticos" -#: ../src/latex_menu.vala:466 -msgid "Left Delimiters" -msgstr "Delimitadores esquerdo" - -#: ../src/latex_menu.vala:469 -msgid "Right Delimiters" -msgstr "Delimitadores direito" +#: ../src/liblatexila/latexila-build-job.c:359 +#, c-format +msgid "%s doesn't seem to be installed." +msgstr "%s parece não estar instalado." + +#: ../src/liblatexila/latexila-build-tool.c:547 +#, c-format +msgid "The file '%s' doesn't exist." +msgstr "O arquivo \"%s\" não existe." + +#: ../src/liblatexila/latexila-build-tool.c:575 +#, c-format +msgid "Failed to open '%s':" +msgstr "Falhou ao abrir \"%s\":" + +#: ../src/liblatexila/latexila-build-tool.c:677 +#, c-format +msgid "Open %s" +msgstr "Abrir %s" + +#: ../src/liblatexila/latexila-synctex.c:189 +msgid "Impossible to do the forward search." +msgstr "Impossível realizar a busca do próximo." + +#: ../src/liblatexila/latexila-synctex.c:526 +msgid "Can not communicate with evince." +msgstr "Não foi possível abrir o visualizador de documentos Evince." + +#: ../src/liblatexila/latexila-synctex.c:556 +#, c-format +msgid "The file \"%s\" doesn't exist." +msgstr "O arquivo \"%s\" não existe." + +#: ../src/liblatexila/latexila-synctex.c:590 +msgid "The PDF file doesn't exist." +msgstr "O arquivo PDF não existe." + +#: ../src/liblatexila/latexila-synctex.c:641 +msgid "The document is not saved." +msgstr "O documento não está salvo." #: ../src/main.vala:51 msgid "Show the application's version" @@ -1562,8 +1594,8 @@ #, c-format msgid "Run '%s --help' to see a full list of available command line options.\n" msgstr "" -"Execute '%s --help' para ver uma lista completa de todas as opções " -"disponíveis de linha de comando.\n" +"Execute '%s --help' para ver uma lista completa de todas as opções disponíveis de linha de " +"comando.\n" #: ../src/main_window_build_tools.vala:28 msgid "_Build" @@ -1673,26 +1705,46 @@ msgid "_Edit" msgstr "_Editar" +#: ../src/main_window_edit.vala:32 +msgid "_Undo" +msgstr "_Desfazer" + #: ../src/main_window_edit.vala:33 msgid "Undo the last action" msgstr "Desfazer a última ação" +#: ../src/main_window_edit.vala:35 +msgid "_Redo" +msgstr "Re_fazer" + #: ../src/main_window_edit.vala:36 msgid "Redo the last undone action" msgstr "Refazer a última ação desfeita" +#: ../src/main_window_edit.vala:38 ../src/main_window_structure.vala:32 +msgid "Cu_t" +msgstr "_Recortar" + #: ../src/main_window_edit.vala:39 msgid "Cut the selection" msgstr "Recortar a seleção" +#: ../src/main_window_edit.vala:41 ../src/main_window_structure.vala:35 +msgid "_Copy" +msgstr "_Copiar" + #: ../src/main_window_edit.vala:42 msgid "Copy the selection" msgstr "Copiar a seleção" -#. No shortcut here because if the shortcut is null, Ctrl+V is used for the _all_ +#. No shortcut here because if the shortcut is null, Ctrl+V is used for _all_ #. the window. In this case Ctrl+V in the search text entry would be broken (the #. text is pasted in the document instead of the entry). #. Anyway if we press Ctrl+V when the cursor is in the document, no problem. +#: ../src/main_window_edit.vala:48 +msgid "_Paste" +msgstr "Co_lar" + #: ../src/main_window_edit.vala:49 msgid "Paste the clipboard" msgstr "Colar da área de transferência" @@ -1701,6 +1753,10 @@ msgid "Delete the selected text" msgstr "Excluir texto selecionado" +#: ../src/main_window_edit.vala:54 +msgid "Select _All" +msgstr "Selecionar _tudo" + #: ../src/main_window_edit.vala:55 msgid "Select the entire document" msgstr "Selecione o documento inteiro" @@ -1721,11 +1777,27 @@ msgid "Uncomment the selected lines (remove the character \"%\")" msgstr "Descomentar as linhas selecionadas (remover o caractere \"%\")" +#: ../src/main_window_edit.vala:65 +msgid "_Completion" +msgstr "_Completar" + #: ../src/main_window_edit.vala:66 +msgid "Complete the LaTeX command" +msgstr "Complete o comando LaTeX" + +#: ../src/main_window_edit.vala:68 +msgid "_Preferences" +msgstr "_Preferências" + +#: ../src/main_window_edit.vala:69 msgid "Configure the application" msgstr "Configurar a aplicação" -#: ../src/main_window_edit.vala:72 +#: ../src/main_window_edit.vala:74 +msgid "_Spell Check" +msgstr "_Verificação ortográfica" + +#: ../src/main_window_edit.vala:75 msgid "Activate or disable the spell checking" msgstr "Ativar ou desabilitar correção ortográfica" @@ -1733,6 +1805,10 @@ msgid "_File" msgstr "_Arquivo" +#: ../src/main_window_file.vala:32 ../src/project_dialogs.vala:29 +msgid "_New" +msgstr "_Novo" + #: ../src/main_window_file.vala:33 msgid "New file" msgstr "Novo arquivo" @@ -1745,7 +1821,11 @@ msgid "Create a new window" msgstr "Criar uma nova janela" -#: ../src/main_window_file.vala:39 ../src/main_window_file.vala:85 +#: ../src/main_window_file.vala:38 ../src/main_window_file.vala:148 +msgid "_Open" +msgstr "_Abrir" + +#: ../src/main_window_file.vala:39 ../src/main_window_file.vala:86 msgid "Open a file" msgstr "Abrir um arquivo" @@ -1786,21 +1866,21 @@ msgid "Open recently used files" msgstr "Abrir arquivo utilizado recetemente" -#: ../src/main_window_file.vala:86 +#: ../src/main_window_file.vala:87 msgid "Open a recently used file" msgstr "Abrir um arquivo utilizado recetemente" -#: ../src/main_window_file.vala:143 +#: ../src/main_window_file.vala:144 msgid "Open Files" msgstr "Abrir arquivos" #. Filter: by default show only .tex and .bib files -#: ../src/main_window_file.vala:157 +#: ../src/main_window_file.vala:166 msgid "All LaTeX Files" msgstr "Todos os arquivos LaTeX" #. All files filter -#: ../src/main_window_file.vala:164 +#: ../src/main_window_file.vala:173 msgid "All Files" msgstr "Abrir arquivos" @@ -1818,7 +1898,7 @@ #: ../src/main_window_structure.vala:39 msgid "Delete the selected structure item" -msgstr "Deletar o item selecionado da estrutura" +msgstr "Excluir o item selecionado da estrutura" #: ../src/main_window_structure.vala:41 msgid "_Select" @@ -1838,9 +1918,7 @@ #: ../src/main_window_structure.vala:48 msgid "Shift the selected structure item to the left (e.g. section → chapter)" -msgstr "" -"Desloca o item selecionado da estrutura para a esquerda (e.g. seção → " -"capítulo)" +msgstr "Desloca o item selecionado da estrutura para a esquerda (e.g. seção → capítulo)" #: ../src/main_window_structure.vala:51 msgid "Shift _Right" @@ -1848,9 +1926,7 @@ #: ../src/main_window_structure.vala:52 msgid "Shift the selected structure item to the right (e.g. chapter → section)" -msgstr "" -"Desloca o item selecionado da estrutura para a direita (e.g. capítulo → " -"seção)" +msgstr "Desloca o item selecionado da estrutura para a direita (e.g. capítulo → seção)" #: ../src/main_window_structure.vala:55 msgid "_Open File" @@ -1860,6 +1936,10 @@ msgid "Open the file referenced by the selected structure item" msgstr "Abrir o arquivo referenciado pelo item selecionado da estrutura" +#: ../src/main_window.vala:28 +msgid "_Quit" +msgstr "Sa_ir" + #: ../src/main_window.vala:29 msgid "Quit the program" msgstr "Sair do programa" @@ -1898,10 +1978,18 @@ msgid "_Search" msgstr "Pes_quisar" +#: ../src/main_window.vala:42 +msgid "_Find" +msgstr "_Localizar" + #: ../src/main_window.vala:43 msgid "Search for text" msgstr "Pesquisa por texto" +#: ../src/main_window.vala:44 +msgid "Find and _Replace" +msgstr "Localizar e subs_tituir" + #: ../src/main_window.vala:45 msgid "Search for and replace text" msgstr "Pesquisa texto e substitui" @@ -1951,11 +2039,6 @@ msgid "Manage Projects" msgstr "Gerenciar projetos" -#. Help -#: ../src/main_window.vala:62 -msgid "_Help" -msgstr "Aj_uda" - #: ../src/main_window.vala:63 msgid "_Contents" msgstr "_Conteúdo" @@ -1972,19 +2055,11 @@ msgid "The Kile LaTeX Reference" msgstr "Referência LaTeX do editor Kile" -#: ../src/main_window.vala:67 -msgid "_Donate" -msgstr "_Doe" +#: ../src/main_window.vala:70 +msgid "_About" +msgstr "_Sobre" -#: ../src/main_window.vala:68 -msgid "" -"Donate to demonstrate your appreciation of LaTeXila and help its future " -"development" -msgstr "" -"Faça uma doação para demonstrar o quanto você aprecia o LaTeXila, ajudando-o " -"em seu futuro desenvolvimento" - -#: ../src/main_window.vala:71 ../src/main_window.vala:1244 +#: ../src/main_window.vala:71 ../src/main_window.vala:1213 msgid "About LaTeXila" msgstr "Sobre LaTeXila" @@ -2022,102 +2097,99 @@ msgstr "Mostrar ou esconder o painel inferior" #. Symbols -#: ../src/main_window.vala:400 +#: ../src/main_window.vala:404 msgid "Symbols" msgstr "Sí­mbolos" -#: ../src/main_window.vala:409 +#: ../src/main_window.vala:413 msgid "Structure" msgstr "Estrutura" -#: ../src/main_window.vala:655 +#: ../src/main_window.vala:635 #, c-format msgid "This file (%s) is already opened in another LaTeXila window." msgstr "Este arquivo (%s) já está aberto em outra janela do LaTeXila." -#: ../src/main_window.vala:657 +#: ../src/main_window.vala:637 msgid "" -"LaTeXila opened this instance of the file in a non-editable way. Do you want " -"to edit it anyway?" +"LaTeXila opened this instance of the file in a non-editable way. Do you want to edit it " +"anyway?" msgstr "" -"LaTeXila abriu esta instância do arquivo de uma forma não-editável. Você " -"deseja editá-lo mesmo assim?" +"LaTeXila abriu esta instância do arquivo de uma forma não-editável. Você deseja editá-lo " +"mesmo assim?" -#: ../src/main_window.vala:660 +#: ../src/main_window.vala:640 msgid "Edit Anyway" msgstr "Editar mesmo assim" -#: ../src/main_window.vala:661 +#: ../src/main_window.vala:641 msgid "Don't Edit" msgstr "Não editar" -#: ../src/main_window.vala:762 +#: ../src/main_window.vala:742 #, c-format msgid "Save changes to document \"%s\" before closing?" msgstr "Salvar mudanças no documento \"%s\" antes de fechar?" -#: ../src/main_window.vala:842 +#: ../src/main_window.vala:822 msgid "Read-Only" msgstr "Apenas leitura" -#: ../src/main_window.vala:860 +#: ../src/main_window.vala:840 msgid "Save File" msgstr "Salvar arquivo" -#: ../src/main_window.vala:895 +#: ../src/main_window.vala:875 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Um arquivo chamado \"%s\" já existe. Deseja sobrescrevê-lo?" -#: ../src/main_window.vala:900 ../src/search.vala:182 -msgid "Replace" -msgstr "Substituir" +#: ../src/main_window.vala:879 +msgid "_Replace" +msgstr "Subs_tituir" -#: ../src/main_window.vala:1206 +#: ../src/main_window.vala:1174 msgid "LaTeXila is an Integrated LaTeX Environment for the GNOME Desktop" msgstr "LaTeXila é um Ambiente Integrado LaTeX para a Plataforma GNOME" -#: ../src/main_window.vala:1245 +#: ../src/main_window.vala:1214 msgid "translator-credits" msgstr "" "Átila Camurça \n" "Darlildo Lima \n" -"Rafael Ferreira " - -#: ../src/post_processors.vala:188 -msgid "Latexmk messages" -msgstr "Mensagens do latexmk" +"Rafael Ferreira \n" +"Enrico Nicoletto " #: ../src/preferences_dialog.vala:31 msgid "Preferences" msgstr "Preferências" #. reset all button -#: ../src/preferences_dialog.vala:36 ../src/utils.vala:400 -msgid "Reset All" -msgstr "Redefinir tudo" +#: ../src/preferences_dialog.vala:36 ../src/preferences_dialog.vala:118 +msgid "_Reset All" +msgstr "_Redefinir tudo" -#: ../src/preferences_dialog.vala:39 +#: ../src/preferences_dialog.vala:37 msgid "Reset all preferences" msgstr "Redefinir todas as preferências" -#: ../src/preferences_dialog.vala:118 +#: ../src/preferences_dialog.vala:115 msgid "Do you really want to reset all preferences?" msgstr "Você realmente quer repor todas as preferências?" -#: ../src/preferences_dialog.vala:191 +#: ../src/preferences_dialog.vala:192 msgid "minute" msgid_plural "minutes" msgstr[0] "minuto" msgstr[1] "minutos" -#: ../src/preferences_dialog.vala:291 +#: ../src/preferences_dialog.vala:292 msgid "character" msgid_plural "characters" msgstr[0] "caractere" msgstr[1] "caracteres" -#: ../src/preferences_dialog.vala:331 +#: ../src/preferences_dialog.vala:332 #, c-format msgid "Use the system fixed width font (%s)" msgstr "Usar a fonte de largura fixa padrão (%s)" @@ -2128,7 +2200,7 @@ #. directory #: ../src/project_dialogs.vala:36 ../src/project_dialogs.vala:40 -#: ../src/project_dialogs.vala:203 +#: ../src/project_dialogs.vala:202 msgid "Directory" msgstr "Diretório" @@ -2145,20 +2217,28 @@ msgid "Location of the project" msgstr "Localização do projeto" -#: ../src/project_dialogs.vala:243 ../src/project_dialogs.vala:300 -msgid "Clear All" -msgstr "Limpar tudo" +#: ../src/project_dialogs.vala:239 +msgid "_Properties" +msgstr "_Propriedades" + +#: ../src/project_dialogs.vala:241 +msgid "_Clear All" +msgstr "_Limpar tudo" -#: ../src/project_dialogs.vala:275 +#: ../src/project_dialogs.vala:271 #, c-format msgid "Do you really want to delete the project \"%s\"?" msgstr "Você realmente deseja excluir o projeto \"%s\"?" -#: ../src/project_dialogs.vala:296 +#: ../src/project_dialogs.vala:292 msgid "Do you really want to clear all projects?" msgstr "Você realmente deseja apagar todos os projetos?" -#: ../src/project_dialogs.vala:328 +#: ../src/project_dialogs.vala:295 +msgid "Clear _All" +msgstr "Limpar _tudo" + +#: ../src/project_dialogs.vala:319 msgid "The Main File is not in the directory." msgstr "O arquivo principal não está dentro do diretório." @@ -2174,6 +2254,10 @@ msgid "Replace with" msgstr "Substituir por" +#: ../src/search.vala:182 +msgid "Replace" +msgstr "Substituir" + #. replace all: image + label #: ../src/search.vala:186 msgid "Replace All" @@ -2215,98 +2299,96 @@ msgstr[0] "%d ocorrência" msgstr[1] "%d ocorrências" -#: ../src/structure.vala:163 +#: ../src/structure.vala:164 msgid "Refresh" msgstr "Atualizar" -#: ../src/structure.vala:177 +#: ../src/structure.vala:179 msgid "Collapse All" msgstr "Recolher todos" -#: ../src/structure.vala:187 +#: ../src/structure.vala:189 msgid "Show labels" msgstr "Mostrar etiquetas" -#: ../src/structure.vala:188 +#: ../src/structure.vala:190 msgid "Show included files" msgstr "Mostrar arquivos incluídos" -#: ../src/structure.vala:189 +#: ../src/structure.vala:191 msgid "Show tables" msgstr "Mostrar tabelas" -#: ../src/structure.vala:190 +#: ../src/structure.vala:192 msgid "Show figures and images" msgstr "Mostrar figuras e imagens" #. Translators: do not translate the words TODO and FIXME. They are special #. comments that can be inserted in LaTeX documents. -#: ../src/structure.vala:193 +#: ../src/structure.vala:195 msgid "Show TODOs and FIXMEs" msgstr "Mostrar TODOs e FIXMEs" -#: ../src/structure.vala:633 +#: ../src/structure.vala:634 #, c-format msgid "Structure action error: %s" msgstr "Erro na ação da estrutura: %s" -#: ../src/structure.vala:638 +#: ../src/structure.vala:639 msgid "The structure data seems outdated. Please refresh the structure." -msgstr "" -"Os dados da estrutura parecem estar desatualizados. Por favor, atualize a " -"estrutura." +msgstr "Os dados da estrutura parecem estar desatualizados. Por favor, atualize a estrutura." #. Translators: it's a verb -#: ../src/structure.vala:729 +#: ../src/structure.vala:730 msgid "cut" msgstr "recortar" #. Translators: it's a verb -#: ../src/structure.vala:731 +#: ../src/structure.vala:732 msgid "copy" msgstr "copiar" -#: ../src/structure.vala:732 +#: ../src/structure.vala:733 msgid "delete" -msgstr "deletar" +msgstr "excluir" -#: ../src/structure.vala:733 +#: ../src/structure.vala:734 msgid "select" msgstr "selecionar" #. Translators: it's a verb -#: ../src/structure.vala:735 +#: ../src/structure.vala:736 msgid "comment" msgstr "comentar" #. Translators: it's a verb -#: ../src/structure.vala:737 +#: ../src/structure.vala:738 msgid "shift left" msgstr "deslocar para esquerda" #. Translators: it's a verb -#: ../src/structure.vala:739 +#: ../src/structure.vala:740 msgid "shift right" msgstr "deslocar para direita" -#: ../src/structure.vala:740 +#: ../src/structure.vala:741 msgid "open file" msgstr "abrir arquivo" -#: ../src/structure.vala:785 +#: ../src/structure.vala:786 msgid "Table" msgstr "Tabela" #. Translators: "Figure" here means a diagram (\begin{figure}...\end{figure}) -#: ../src/structure.vala:787 +#: ../src/structure.vala:788 msgid "Figure" msgstr "Figura" -#: ../src/structure.vala:788 +#: ../src/structure.vala:789 msgid "Image" msgstr "Imagem" -#: ../src/structure.vala:789 +#: ../src/structure.vala:790 msgid "File included" msgstr "Arquivo incluído" @@ -2342,26 +2424,13 @@ msgid "Most Used" msgstr "Mais usados" -#: ../src/synctex.vala:84 -msgid "The document is not saved." -msgstr "O documento não está salvo." - -#: ../src/synctex.vala:91 -msgid "The PDF file doesn't exist." -msgstr "O arquivo PDF não existe." - -#: ../src/synctex.vala:100 -#, c-format -msgid "The file \"%s\" doesn't exist." -msgstr "O arquivo \"%s\" não existe." - -#: ../src/synctex.vala:107 -msgid "Can not communicate with evince." -msgstr "Não foi possível abrir o visualizador de documentos Evince." - -#: ../src/synctex.vala:125 -msgid "Impossible to do the forward search." -msgstr "Impossível realizar a busca do próximo." +#: ../src/symbols_view.vala:157 +msgid "_Clear" +msgstr "_Limpar" + +#: ../src/symbols_view.vala:159 +msgid "Clear most used symbols" +msgstr "Limpa os símbolos mais usados" #: ../src/templates_dialogs.vala:34 msgid "New File..." @@ -2505,13 +2574,72 @@ msgid "Other" msgstr "Outro" +#~ msgid "Personal Build Tool" +#~ msgstr "Ferramenta de construção pessoal" + +#~ msgid "_Apply" +#~ msgstr "_Aplicar" + +#~ msgid "View the properties (read-only)" +#~ msgstr "Ver as propriedades (somente leitura)" + +#~ msgid "Edit the properties" +#~ msgstr "Editar as propriedades" + +#~ msgid "Create a copy" +#~ msgstr "Criar uma cópia" + +#~ msgid "Open in a file manager" +#~ msgstr "Abrir em um gerenciador de arquivos" + +#~ msgid "Open the current directory in a file manager" +#~ msgstr "Abre o diretório atual em um gerenciador de arquivos" + +#~ msgid "Open in a terminal" +#~ msgstr "Abrir em um terminal" + +#~ msgid "Open the current directory in a terminal" +#~ msgstr "Abre o diretório atual em um terminal" + +#~ msgid "_Indent" +#~ msgstr "_Recuo" + +#~ msgid "Indent the selected lines" +#~ msgstr "Aplicar recuo nas linhas selecionadas" + +#~ msgid "_Unindent" +#~ msgstr "Re_tirar recuo" + +#~ msgid "Unindent the selected lines" +#~ msgstr "Retira recuo das linhas selecionadas" + +#~ msgid "Crea_te" +#~ msgstr "_Criar" + +#~ msgid "_Donate" +#~ msgstr "_Doe" + +#~ msgid "" +#~ "Donate to demonstrate your appreciation of LaTeXila and help its future development" +#~ msgstr "" +#~ "Faça uma doação para demonstrar o quanto você aprecia o LaTeXila, ajudando-o em seu " +#~ "futuro desenvolvimento" + +#~ msgid "Left Delimiters" +#~ msgstr "Delimitadores esquerdo" + +#~ msgid "Right Delimiters" +#~ msgstr "Delimitadores direito" + +#~ msgid "Latexmk messages" +#~ msgstr "Mensagens do latexmk" + #~ msgid "" -#~ "There are menus and toolbars with the principal LaTeX commands. To help " -#~ "the writing of the LaTeX markup, there is also LaTeX commands completion." +#~ "There are menus and toolbars with the principal LaTeX commands. To help the writing of " +#~ "the LaTeX markup, there is also LaTeX commands completion." #~ msgstr "" -#~ "Existem menus e barras de ferramentas com os principais comandos LaTeX. " -#~ "Para facilitar a escrita da marcação LaTeX, também há o preenchimento " -#~ "interativo de comandos LaTeX." +#~ "Existem menus e barras de ferramentas com os principais comandos LaTeX. Para facilitar " +#~ "a escrita da marcação LaTeX, também há o preenchimento interativo de comandos LaTeX." #~ msgid "(no suggestions)" #~ msgstr "(sem sugestões)" diff -Nru latexila-3.16.1/README latexila-3.16.2/README --- latexila-3.16.1/README 2015-04-19 09:09:51.000000000 +0000 +++ latexila-3.16.2/README 2015-08-18 11:18:59.000000000 +0000 @@ -1,7 +1,7 @@ General Information =================== -This is the version 3.16.1 of LaTeXila. +This is the version 3.16.2 of LaTeXila. LaTeXila is an Integrated LaTeX Environment for the GNOME desktop. LaTeXila is released under the GNU General Public License (GPL) version 3 or diff -Nru latexila-3.16.1/src/app_settings.c latexila-3.16.2/src/app_settings.c --- latexila-3.16.1/src/app_settings.c 2015-04-19 09:10:04.000000000 +0000 +++ latexila-3.16.2/src/app_settings.c 2015-08-18 11:19:12.000000000 +0000 @@ -1,4 +1,4 @@ -/* app_settings.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* app_settings.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from app_settings.vala, do not modify */ /* diff -Nru latexila-3.16.1/src/bottom_panel.c latexila-3.16.2/src/bottom_panel.c --- latexila-3.16.1/src/bottom_panel.c 2015-04-19 09:10:04.000000000 +0000 +++ latexila-3.16.2/src/bottom_panel.c 2015-08-18 11:19:12.000000000 +0000 @@ -1,4 +1,4 @@ -/* bottom_panel.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* bottom_panel.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from bottom_panel.vala, do not modify */ /* diff -Nru latexila-3.16.1/src/build_tool_dialog.c latexila-3.16.2/src/build_tool_dialog.c --- latexila-3.16.1/src/build_tool_dialog.c 2015-04-19 09:10:04.000000000 +0000 +++ latexila-3.16.2/src/build_tool_dialog.c 2015-08-18 11:19:12.000000000 +0000 @@ -1,4 +1,4 @@ -/* build_tool_dialog.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* build_tool_dialog.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from build_tool_dialog.vala, do not modify */ /* diff -Nru latexila-3.16.1/src/build_tools_preferences.c latexila-3.16.2/src/build_tools_preferences.c --- latexila-3.16.1/src/build_tools_preferences.c 2015-04-19 09:10:04.000000000 +0000 +++ latexila-3.16.2/src/build_tools_preferences.c 2015-08-18 11:19:12.000000000 +0000 @@ -1,4 +1,4 @@ -/* build_tools_preferences.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* build_tools_preferences.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from build_tools_preferences.vala, do not modify */ /* @@ -1123,7 +1123,7 @@ iter = _tmp1_; selected_row = _tmp2_; _tmp3_ = selected_row; - if (_tmp3_ == (-1)) { + if (_tmp3_ == -1) { return; } _tmp4_ = self->priv->_personal_store; @@ -1562,7 +1562,7 @@ const gchar* _tmp22_ = NULL; _tmp4_ = tool; _tmp5_ = latexila_build_tool_get_description (_tmp4_); - _tmp6_ = g_markup_escape_text (_tmp5_, (gssize) (-1)); + _tmp6_ = g_markup_escape_text (_tmp5_, (gssize) -1); description = _tmp6_; _tmp7_ = store; gtk_list_store_append (_tmp7_, &_tmp8_); diff -Nru latexila-3.16.1/src/clean_build_files.c latexila-3.16.2/src/clean_build_files.c --- latexila-3.16.1/src/clean_build_files.c 2015-04-19 09:10:04.000000000 +0000 +++ latexila-3.16.2/src/clean_build_files.c 2015-08-18 11:19:12.000000000 +0000 @@ -1,4 +1,4 @@ -/* clean_build_files.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* clean_build_files.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from clean_build_files.vala, do not modify */ /* diff -Nru latexila-3.16.1/src/completion.c latexila-3.16.2/src/completion.c --- latexila-3.16.1/src/completion.c 2015-04-19 09:10:04.000000000 +0000 +++ latexila-3.16.2/src/completion.c 2015-08-18 11:19:12.000000000 +0000 @@ -1,4 +1,4 @@ -/* completion.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* completion.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from completion.vala, do not modify */ /* @@ -755,7 +755,7 @@ _tmp17_ = completion_provider_get_argument_num (self, _tmp14_, _tmp14__length1, _tmp16_); arg_num = _tmp17_; _tmp18_ = arg_num; - if (_tmp18_ == (-1)) { + if (_tmp18_ == -1) { result = NULL; _g_free0 (cmd_info); completion_provider_completion_command_destroy (&cmd); @@ -1044,7 +1044,7 @@ _tmp12_ = completion_provider_get_argument_num (self, _tmp10_, _tmp10__length1, _tmp11_); arg_num = _tmp12_; _tmp13_ = arg_num; - if (_tmp13_ != (-1)) { + if (_tmp13_ != -1) { gchar* info = NULL; CompletionProviderCompletionCommand _tmp14_ = {0}; gint _tmp15_ = 0; @@ -2544,7 +2544,7 @@ context = _tmp11_; _tmp12_ = context; _tmp13_ = contents; - g_markup_parse_context_parse (_tmp12_, _tmp13_, (gssize) (-1), &_inner_error_); + g_markup_parse_context_parse (_tmp12_, _tmp13_, (gssize) -1, &_inner_error_); if (G_UNLIKELY (_inner_error_ != NULL)) { _g_markup_parse_context_unref0 (context); goto __catch2_g_error; diff -Nru latexila-3.16.1/src/custom_statusbar.c latexila-3.16.2/src/custom_statusbar.c --- latexila-3.16.1/src/custom_statusbar.c 2015-04-19 09:10:04.000000000 +0000 +++ latexila-3.16.2/src/custom_statusbar.c 2015-08-18 11:19:12.000000000 +0000 @@ -1,4 +1,4 @@ -/* custom_statusbar.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* custom_statusbar.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from custom_statusbar.vala, do not modify */ /* @@ -110,10 +110,10 @@ _tmp0_ = self->priv->cursor_position; gtk_statusbar_pop (_tmp0_, (guint) 0); _tmp2_ = line; - if (_tmp2_ == (-1)) { + if (_tmp2_ == -1) { gint _tmp3_ = 0; _tmp3_ = col; - _tmp1_ = _tmp3_ == (-1); + _tmp1_ = _tmp3_ == -1; } else { _tmp1_ = FALSE; } diff -Nru latexila-3.16.1/src/dialogs.c latexila-3.16.2/src/dialogs.c --- latexila-3.16.1/src/dialogs.c 2015-04-19 09:10:04.000000000 +0000 +++ latexila-3.16.2/src/dialogs.c 2015-08-18 11:19:12.000000000 +0000 @@ -1,4 +1,4 @@ -/* dialogs.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* dialogs.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from dialogs.vala, do not modify */ /* diff -Nru latexila-3.16.1/src/document.c latexila-3.16.2/src/document.c --- latexila-3.16.1/src/document.c 2015-04-19 09:10:04.000000000 +0000 +++ latexila-3.16.2/src/document.c 2015-08-18 11:19:12.000000000 +0000 @@ -1,4 +1,4 @@ -/* document.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* document.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from document.vala, do not modify */ /* @@ -494,7 +494,7 @@ chars_length1 = 0; text = (gchar*) _tmp5_; _tmp6_ = text; - _tmp7_ = g_utf8_validate (_tmp6_, (gssize) (-1), NULL); + _tmp7_ = g_utf8_validate (_tmp6_, (gssize) -1, NULL); if (_tmp7_) { const gchar* _tmp8_ = NULL; _tmp8_ = text; @@ -684,7 +684,7 @@ const gchar* _tmp5_ = NULL; gchar* _tmp6_ = NULL; _tmp5_ = contents; - _tmp6_ = string_slice (_tmp5_, (glong) 0, (glong) (-1)); + _tmp6_ = string_slice (_tmp5_, (glong) 0, (glong) -1); _g_free0 (contents2); contents2 = _tmp6_; } @@ -1881,7 +1881,7 @@ j = _tmp39_ + 1; } _tmp40_ = start_delete; - if (_tmp40_ == (-1)) { + if (_tmp40_ == -1) { _g_free0 (line); continue; } @@ -1972,7 +1972,7 @@ GtkTextIter _tmp6_ = {0}; g_return_val_if_fail (self != NULL, FALSE); _tmp0_ = line; - g_return_val_if_fail (_tmp0_ >= (-1), FALSE); + g_return_val_if_fail (_tmp0_ >= -1, FALSE); ret = TRUE; _tmp1_ = line; _tmp2_ = gtk_text_buffer_get_line_count ((GtkTextBuffer*) self); @@ -2005,7 +2005,7 @@ Project* _tmp5_ = NULL; g_return_val_if_fail (self != NULL, NULL); _tmp0_ = self->priv->_project_id; - if (_tmp0_ == (-1)) { + if (_tmp0_ == -1) { result = NULL; return result; } diff -Nru latexila-3.16.1/src/documents_panel.c latexila-3.16.2/src/documents_panel.c --- latexila-3.16.1/src/documents_panel.c 2015-04-19 09:10:04.000000000 +0000 +++ latexila-3.16.2/src/documents_panel.c 2015-08-18 11:19:12.000000000 +0000 @@ -1,4 +1,4 @@ -/* documents_panel.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* documents_panel.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from documents_panel.vala, do not modify */ /* @@ -349,7 +349,7 @@ _tmp0_ = gtk_notebook_get_current_page ((GtkNotebook*) self); n = _tmp0_; _tmp1_ = n; - if (_tmp1_ == (-1)) { + if (_tmp1_ == -1) { break; } _tmp2_ = n; diff -Nru latexila-3.16.1/src/document_structure.c latexila-3.16.2/src/document_structure.c --- latexila-3.16.1/src/document_structure.c 2015-04-19 09:10:04.000000000 +0000 +++ latexila-3.16.2/src/document_structure.c 2015-08-18 11:19:12.000000000 +0000 @@ -1,4 +1,4 @@ -/* document_structure.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* document_structure.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from document_structure.vala, do not modify */ /* @@ -623,7 +623,7 @@ _tmp0_ = document_structure__chars_regex; _tmp1_ = line; _tmp2_ = start_index; - g_regex_match_full (_tmp0_, _tmp1_, (gssize) (-1), _tmp2_, 0, &_tmp3_, &_inner_error_); + g_regex_match_full (_tmp0_, _tmp1_, (gssize) -1, _tmp2_, 0, &_tmp3_, &_inner_error_); _g_match_info_unref0 (match_info); match_info = _tmp3_; if (G_UNLIKELY (_inner_error_ != NULL)) { @@ -1377,7 +1377,7 @@ _vala_begin_contents_index = NULL; _tmp0_ = line; _tmp1_ = after_backslash_index; - _tmp2_ = string_substring (_tmp0_, (glong) _tmp1_, (glong) (-1)); + _tmp2_ = string_substring (_tmp0_, (glong) _tmp1_, (glong) -1); after_backslash_text = _tmp2_; _tmp3_ = document_structure__command_name_regex; _tmp4_ = after_backslash_text; @@ -1851,7 +1851,7 @@ _vala_end_match_index = NULL; _tmp0_ = line; _tmp1_ = after_percent_index; - _tmp2_ = string_substring (_tmp0_, (glong) _tmp1_, (glong) (-1)); + _tmp2_ = string_substring (_tmp0_, (glong) _tmp1_, (glong) -1); _tmp3_ = _tmp2_; _tmp4_ = string_strip (_tmp3_); _tmp5_ = _tmp4_; @@ -2405,7 +2405,7 @@ return result; } _tmp1_ = text; - _tmp2_ = g_utf8_strlen (_tmp1_, (gssize) (-1)); + _tmp2_ = g_utf8_strlen (_tmp1_, (gssize) -1); if (_tmp2_ <= DOCUMENT_STRUCTURE_ITEM_MAX_LENGTH) { result = NULL; return result; diff -Nru latexila-3.16.1/src/document_tab.c latexila-3.16.2/src/document_tab.c --- latexila-3.16.1/src/document_tab.c 2015-04-19 09:10:04.000000000 +0000 +++ latexila-3.16.2/src/document_tab.c 2015-08-18 11:19:12.000000000 +0000 @@ -1,4 +1,4 @@ -/* document_tab.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* document_tab.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from document_tab.vala, do not modify */ /* diff -Nru latexila-3.16.1/src/document_view.c latexila-3.16.2/src/document_view.c --- latexila-3.16.1/src/document_view.c 2015-04-19 09:10:04.000000000 +0000 +++ latexila-3.16.2/src/document_view.c 2015-08-18 11:19:12.000000000 +0000 @@ -1,4 +1,4 @@ -/* document_view.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* document_view.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from document_view.vala, do not modify */ /* diff -Nru latexila-3.16.1/src/encodings.c latexila-3.16.2/src/encodings.c --- latexila-3.16.1/src/encodings.c 2015-04-19 09:10:04.000000000 +0000 +++ latexila-3.16.2/src/encodings.c 2015-08-18 11:19:12.000000000 +0000 @@ -1,4 +1,4 @@ -/* encodings.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* encodings.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from encodings.vala, do not modify */ /* diff -Nru latexila-3.16.1/src/error_entry.c latexila-3.16.2/src/error_entry.c --- latexila-3.16.1/src/error_entry.c 2015-04-19 09:10:04.000000000 +0000 +++ latexila-3.16.2/src/error_entry.c 2015-08-18 11:19:12.000000000 +0000 @@ -1,4 +1,4 @@ -/* error_entry.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* error_entry.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from error_entry.vala, do not modify */ /* @@ -93,7 +93,7 @@ const gchar* _tmp4_ = NULL; _tmp3_ = error_entry__provider; _tmp4_ = style; - gtk_css_provider_load_from_data (_tmp3_, _tmp4_, (gssize) (-1), &_inner_error_); + gtk_css_provider_load_from_data (_tmp3_, _tmp4_, (gssize) -1, &_inner_error_); if (G_UNLIKELY (_inner_error_ != NULL)) { goto __catch18_g_error; } diff -Nru latexila-3.16.1/src/evince/Makefile.in latexila-3.16.2/src/evince/Makefile.in --- latexila-3.16.1/src/evince/Makefile.in 2015-04-19 09:09:47.000000000 +0000 +++ latexila-3.16.2/src/evince/Makefile.in 2015-08-18 11:18:56.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,7 +15,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -79,8 +89,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = src/evince -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(top_srcdir)/depcomp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -89,6 +97,7 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -165,6 +174,7 @@ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags +am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ @@ -184,7 +194,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -371,7 +380,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/evince/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/evince/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -653,6 +661,8 @@ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am +.PRECIOUS: Makefile + evince-gdbus-generated.c evince-gdbus-generated.h: evince-gdbus.xml Makefile $(AM_V_GEN) $(GDBUS_CODEGEN) \ diff -Nru latexila-3.16.1/src/file_browser.c latexila-3.16.2/src/file_browser.c --- latexila-3.16.1/src/file_browser.c 2015-04-19 09:10:04.000000000 +0000 +++ latexila-3.16.2/src/file_browser.c 2015-08-18 11:19:12.000000000 +0000 @@ -1,4 +1,4 @@ -/* file_browser.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* file_browser.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from file_browser.vala, do not modify */ /* @@ -1689,7 +1689,7 @@ if (_tmp14_) { _tmp13_ = -1; } else { - _tmp13_ = +1; + _tmp13_ = 1; } result = _tmp13_; return result; diff -Nru latexila-3.16.1/src/finance.c latexila-3.16.2/src/finance.c --- latexila-3.16.1/src/finance.c 2015-04-19 09:10:04.000000000 +0000 +++ latexila-3.16.2/src/finance.c 2015-08-18 11:19:12.000000000 +0000 @@ -1,4 +1,4 @@ -/* finance.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* finance.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from finance.vala, do not modify */ /* diff -Nru latexila-3.16.1/src/gedit/Makefile.in latexila-3.16.2/src/gedit/Makefile.in --- latexila-3.16.1/src/gedit/Makefile.in 2015-04-19 09:09:47.000000000 +0000 +++ latexila-3.16.2/src/gedit/Makefile.in 2015-08-18 11:18:56.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,7 +15,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -79,8 +89,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = src/gedit -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(top_srcdir)/depcomp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -89,6 +97,7 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -161,6 +170,7 @@ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags +am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ @@ -180,7 +190,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -361,7 +370,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/gedit/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/gedit/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -632,6 +640,8 @@ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am +.PRECIOUS: Makefile + -include $(top_srcdir)/git.mk diff -Nru latexila-3.16.1/src/latexila_app.c latexila-3.16.2/src/latexila_app.c --- latexila-3.16.1/src/latexila_app.c 2015-04-19 09:10:04.000000000 +0000 +++ latexila-3.16.2/src/latexila_app.c 2015-08-18 11:19:12.000000000 +0000 @@ -1,4 +1,4 @@ -/* latexila_app.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* latexila_app.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from latexila_app.vala, do not modify */ /* @@ -68,6 +68,7 @@ typedef struct _MostUsedSymbols MostUsedSymbols; typedef struct _MostUsedSymbolsClass MostUsedSymbolsClass; #define _g_object_unref0(var) ((var == NULL) ? NULL : (var = (g_object_unref (var), NULL))) +#define _g_error_free0(var) ((var == NULL) ? NULL : (var = (g_error_free (var), NULL))) #define _g_free0(var) (var = (g_free (var), NULL)) #define TYPE_MAIN_WINDOW (main_window_get_type ()) @@ -100,7 +101,6 @@ typedef struct _AppSettings AppSettings; typedef struct _AppSettingsClass AppSettingsClass; -#define _g_error_free0(var) ((var == NULL) ? NULL : (var = (g_error_free (var), NULL))) #define __g_list_free__g_object_unref0_0(var) ((var == NULL) ? NULL : (var = (_g_list_free__g_object_unref0_ (var), NULL))) #define TYPE_DOCUMENT (document_get_type ()) @@ -249,8 +249,11 @@ Projects* _tmp1_ = NULL; MostUsedSymbols* _tmp2_ = NULL; MostUsedSymbols* _tmp3_ = NULL; + gchar* accel_filename = NULL; gchar* _tmp4_ = NULL; - gchar* _tmp5_ = NULL; + GFile* accel_file = NULL; + GFile* _tmp5_ = NULL; + GError * _inner_error_ = NULL; g_application_hold ((GApplication*) self); _tmp0_ = projects_get_default (); _tmp1_ = _tmp0_; @@ -261,10 +264,40 @@ most_used_symbols_save (_tmp3_); _g_object_unref0 (_tmp3_); _tmp4_ = latexila_app_get_accel_filename (self); - _tmp5_ = _tmp4_; - gtk_accel_map_save (_tmp5_); - _g_free0 (_tmp5_); + accel_filename = _tmp4_; + _tmp5_ = g_file_new_for_path (accel_filename); + accel_file = _tmp5_; + { + latexila_utils_create_parent_directories (accel_file, &_inner_error_); + if (G_UNLIKELY (_inner_error_ != NULL)) { + goto __catch24_g_error; + } + gtk_accel_map_save (accel_filename); + } + goto __finally24; + __catch24_g_error: + { + GError* _error_ = NULL; + GError* _tmp6_ = NULL; + const gchar* _tmp7_ = NULL; + _error_ = _inner_error_; + _inner_error_ = NULL; + _tmp6_ = _error_; + _tmp7_ = _tmp6_->message; + g_warning ("latexila_app.vala:63: Error when saving accel file: %s", _tmp7_); + _g_error_free0 (_error_); + } + __finally24: + if (G_UNLIKELY (_inner_error_ != NULL)) { + _g_object_unref0 (accel_file); + _g_free0 (accel_filename); + g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); + g_clear_error (&_inner_error_); + return; + } g_application_release ((GApplication*) self); + _g_object_unref0 (accel_file); + _g_free0 (accel_filename); } @@ -553,15 +586,15 @@ _tmp12_ = gdk_pixbuf_new_from_file (_tmp11_, &_inner_error_); _tmp10_ = _tmp12_; if (G_UNLIKELY (_inner_error_ != NULL)) { - goto __catch24_g_error; + goto __catch25_g_error; } _tmp13_ = _tmp10_; _tmp10_ = NULL; list = g_list_append (list, _tmp13_); _g_object_unref0 (_tmp10_); } - goto __finally24; - __catch24_g_error: + goto __finally25; + __catch25_g_error: { GError* e = NULL; GError* _tmp14_ = NULL; @@ -570,10 +603,10 @@ _inner_error_ = NULL; _tmp14_ = e; _tmp15_ = _tmp14_->message; - g_warning ("latexila_app.vala:139: Application icon: %s", _tmp15_); + g_warning ("latexila_app.vala:153: Application icon: %s", _tmp15_); _g_error_free0 (e); } - __finally24: + __finally25: if (G_UNLIKELY (_inner_error_ != NULL)) { _g_free0 (filename); _g_free0 (size); @@ -662,11 +695,11 @@ _tmp13_ = file; gtk_css_provider_load_from_file (_tmp12_, _tmp13_, &_inner_error_); if (G_UNLIKELY (_inner_error_ != NULL)) { - goto __catch25_g_error; + goto __catch26_g_error; } } - goto __finally25; - __catch25_g_error: + goto __finally26; + __catch26_g_error: { GError* e = NULL; GError* _tmp14_ = NULL; @@ -675,10 +708,10 @@ _inner_error_ = NULL; _tmp14_ = e; _tmp15_ = _tmp14_->message; - g_warning ("latexila_app.vala:170: Cannot load CSS: %s", _tmp15_); + g_warning ("latexila_app.vala:184: Cannot load CSS: %s", _tmp15_); _g_error_free0 (e); } - __finally25: + __finally26: if (G_UNLIKELY (_inner_error_ != NULL)) { _g_object_unref0 (file); _g_object_unref0 (screen); @@ -1028,7 +1061,7 @@ _tmp5_ = string_to_string (_tmp4_); _tmp6_ = g_strconcat ("Backward search: the file \"", _tmp5_, "\" doesn't exist.", NULL); _tmp7_ = _tmp6_; - g_warning ("latexila_app.vala:273: %s", _tmp7_); + g_warning ("latexila_app.vala:287: %s", _tmp7_); _g_free0 (_tmp7_); _g_object_unref0 (tex_file); return; diff -Nru latexila-3.16.1/src/latexila_app.vala latexila-3.16.2/src/latexila_app.vala --- latexila-3.16.1/src/latexila_app.vala 2015-04-18 17:05:46.000000000 +0000 +++ latexila-3.16.2/src/latexila_app.vala 2015-08-18 11:05:49.000000000 +0000 @@ -46,9 +46,23 @@ shutdown.connect (() => { hold (); + Projects.get_default ().save (); MostUsedSymbols.get_default ().save (); - Gtk.AccelMap.save (get_accel_filename ()); + + /* Save accel file */ + string accel_filename = get_accel_filename (); + File accel_file = File.new_for_path (accel_filename); + try + { + Latexila.utils_create_parent_directories (accel_file); + Gtk.AccelMap.save (accel_filename); + } + catch (Error error) + { + warning ("Error when saving accel file: %s", error.message); + } + release (); }); } diff -Nru latexila-3.16.1/src/latex_menu.c latexila-3.16.2/src/latex_menu.c --- latexila-3.16.1/src/latex_menu.c 2015-04-19 09:10:04.000000000 +0000 +++ latexila-3.16.2/src/latex_menu.c 2015-08-18 11:19:13.000000000 +0000 @@ -1,4 +1,4 @@ -/* latex_menu.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* latex_menu.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from latex_menu.vala, do not modify */ /* @@ -1561,7 +1561,7 @@ regex = _tmp4_; if (G_UNLIKELY (_inner_error_ != NULL)) { if (_inner_error_->domain == G_REGEX_ERROR) { - goto __catch26_g_regex_error; + goto __catch27_g_regex_error; } g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); @@ -1569,12 +1569,12 @@ } _tmp6_ = regex; _tmp7_ = replacement; - _tmp8_ = g_regex_replace_literal (_tmp6_, self, (gssize) (-1), 0, _tmp7_, 0, &_inner_error_); + _tmp8_ = g_regex_replace_literal (_tmp6_, self, (gssize) -1, 0, _tmp7_, 0, &_inner_error_); _tmp5_ = _tmp8_; if (G_UNLIKELY (_inner_error_ != NULL)) { _g_regex_unref0 (regex); if (_inner_error_->domain == G_REGEX_ERROR) { - goto __catch26_g_regex_error; + goto __catch27_g_regex_error; } _g_regex_unref0 (regex); g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); @@ -1588,8 +1588,8 @@ _g_regex_unref0 (regex); return result; } - goto __finally26; - __catch26_g_regex_error: + goto __finally27; + __catch27_g_regex_error: { GError* e = NULL; e = _inner_error_; @@ -1597,7 +1597,7 @@ g_assert_not_reached (); _g_error_free0 (e); } - __finally26: + __finally27: if (G_UNLIKELY (_inner_error_ != NULL)) { g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); diff -Nru latexila-3.16.1/src/liblatexila/latexila-build-tools-personal.c latexila-3.16.2/src/liblatexila/latexila-build-tools-personal.c --- latexila-3.16.1/src/liblatexila/latexila-build-tools-personal.c 2015-04-19 08:58:59.000000000 +0000 +++ latexila-3.16.2/src/liblatexila/latexila-build-tools-personal.c 2015-08-18 11:04:43.000000000 +0000 @@ -30,6 +30,7 @@ #include "latexila-build-tools-personal.h" #include #include "latexila-build-tool.h" +#include "latexila-utils.h" static LatexilaBuildToolsPersonal *instance = NULL; @@ -161,6 +162,7 @@ GString *contents; GList *cur_build_tool; GFile *xml_file; + GError *error = NULL; g_return_if_fail (LATEXILA_IS_BUILD_TOOLS_PERSONAL (build_tools)); @@ -184,23 +186,34 @@ g_string_append (contents, "\n"); - /* Avoid finalization of build_tools during the async operation. And keep the - * application running. - */ - g_object_ref (build_tools); - g_application_hold (g_application_get_default ()); - xml_file = get_xml_file (); - g_file_replace_contents_async (xml_file, - contents->str, - contents->len, - NULL, - TRUE, /* make a backup */ - G_FILE_CREATE_NONE, - NULL, - (GAsyncReadyCallback) save_cb, - build_tools); + latexila_utils_create_parent_directories (xml_file, &error); + + if (error == NULL) + { + /* Avoid finalization of build_tools during the async operation. And keep the + * application running. + */ + g_object_ref (build_tools); + g_application_hold (g_application_get_default ()); + + g_file_replace_contents_async (xml_file, + contents->str, + contents->len, + NULL, + TRUE, /* make a backup */ + G_FILE_CREATE_NONE, + NULL, + (GAsyncReadyCallback) save_cb, + build_tools); + } + else + { + g_warning ("Error while saving the personal build tools: %s", + error->message); + g_error_free (error); + } g_object_unref (xml_file); } diff -Nru latexila-3.16.1/src/liblatexila/latexila-utils.c latexila-3.16.2/src/liblatexila/latexila-utils.c --- latexila-3.16.1/src/liblatexila/latexila-utils.c 2015-04-18 17:05:46.000000000 +0000 +++ latexila-3.16.2/src/liblatexila/latexila-utils.c 2015-08-18 11:01:23.000000000 +0000 @@ -336,3 +336,49 @@ g_free (extension); } } + +/** + * latexila_utils_create_parent_directories: + * @file: a file + * @error: (out) (optional): a location to a %NULL #GError, or %NULL. + * + * Synchronously creates parent directories of @file, so that @file can be + * saved. + * + * Returns: whether the directories are correctly created. %FALSE is returned on + * error. + */ +gboolean +latexila_utils_create_parent_directories (GFile *file, + GError **error) +{ + GFile *parent; + GError *my_error = NULL; + + g_return_val_if_fail (G_IS_FILE (file), FALSE); + g_return_val_if_fail (error == NULL || *error == NULL, FALSE); + + parent = g_file_get_parent (file); + + if (parent == NULL) + return TRUE; + + g_file_make_directory_with_parents (parent, NULL, &my_error); + g_object_unref (parent); + + if (my_error != NULL) + { + if (g_error_matches (my_error, G_IO_ERROR, G_IO_ERROR_EXISTS)) + { + g_error_free (my_error); + return TRUE; + } + else + { + g_propagate_error (error, my_error); + return FALSE; + } + } + + return TRUE; +} diff -Nru latexila-3.16.1/src/liblatexila/latexila-utils.h latexila-3.16.2/src/liblatexila/latexila-utils.h --- latexila-3.16.1/src/liblatexila/latexila-utils.h 2015-04-18 17:05:46.000000000 +0000 +++ latexila-3.16.2/src/liblatexila/latexila-utils.h 2015-08-18 11:01:23.000000000 +0000 @@ -52,6 +52,9 @@ guint32 timestamp, GError **error); +gboolean latexila_utils_create_parent_directories (GFile *file, + GError **error); + G_END_DECLS #endif /* __LATEXILA_UTILS_H__ */ diff -Nru latexila-3.16.1/src/liblatexila/Makefile.in latexila-3.16.2/src/liblatexila/Makefile.in --- latexila-3.16.1/src/liblatexila/Makefile.in 2015-04-19 09:09:48.000000000 +0000 +++ latexila-3.16.2/src/liblatexila/Makefile.in 2015-08-18 11:18:57.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -16,7 +16,17 @@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -84,8 +94,6 @@ @ENABLE_VAPIGEN_TRUE@am__append_3 = latexila.vapi @ENABLE_VAPIGEN_TRUE@am__append_4 = latexila.vapi subdir = src/liblatexila -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(top_srcdir)/depcomp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -94,6 +102,7 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -187,6 +196,7 @@ done | $(am__uniquify_input)` ETAGS = etags CTAGS = ctags +am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ @@ -206,7 +216,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -453,7 +462,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/liblatexila/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/liblatexila/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -831,6 +839,8 @@ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ tags tags-am uninstall uninstall-am +.PRECIOUS: Makefile + @GNOME_CODE_COVERAGE_RULES@ latexila-enum-types.h: latexila-enum-types.h.template $(ENUM_TYPES) $(GLIB_MKENUMS) diff -Nru latexila-3.16.1/src/main.c latexila-3.16.2/src/main.c --- latexila-3.16.1/src/main.c 2015-04-19 09:10:05.000000000 +0000 +++ latexila-3.16.2/src/main.c 2015-08-18 11:19:13.000000000 +0000 @@ -1,4 +1,4 @@ -/* main.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* main.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from main.vala, do not modify */ /* @@ -225,7 +225,7 @@ g_option_context_parse (context, &args_length1, &args, &_inner_error_); if (G_UNLIKELY (_inner_error_ != NULL)) { if (_inner_error_->domain == G_OPTION_ERROR) { - goto __catch27_g_option_error; + goto __catch28_g_option_error; } _g_option_context_free0 (context); options = (g_free (options), NULL); @@ -235,8 +235,8 @@ return; } } - goto __finally27; - __catch27_g_option_error: + goto __finally28; + __catch28_g_option_error: { GError* e = NULL; const gchar* _tmp14_ = NULL; @@ -258,7 +258,7 @@ exit (1); _g_error_free0 (e); } - __finally27: + __finally28: if (G_UNLIKELY (_inner_error_ != NULL)) { _g_option_context_free0 (context); options = (g_free (options), NULL); @@ -368,11 +368,11 @@ { g_application_register ((GApplication*) app, NULL, &_inner_error_); if (G_UNLIKELY (_inner_error_ != NULL)) { - goto __catch28_g_error; + goto __catch29_g_error; } } - goto __finally28; - __catch28_g_error: + goto __finally29; + __catch29_g_error: { GError* e = NULL; const gchar* _tmp3_ = NULL; @@ -382,7 +382,7 @@ g_error ("main.vala:124: Failed to register the application: %s", _tmp3_); _g_error_free0 (e); } - __finally28: + __finally29: if (G_UNLIKELY (_inner_error_ != NULL)) { _g_object_unref0 (app); cmd_line_data_destroy (&data); diff -Nru latexila-3.16.1/src/main_window_build_tools.c latexila-3.16.2/src/main_window_build_tools.c --- latexila-3.16.1/src/main_window_build_tools.c 2015-04-19 09:10:05.000000000 +0000 +++ latexila-3.16.2/src/main_window_build_tools.c 2015-08-18 11:19:13.000000000 +0000 @@ -1,4 +1,4 @@ -/* main_window_build_tools.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* main_window_build_tools.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from main_window_build_tools.vala, do not modify */ /* @@ -391,7 +391,7 @@ gint _tmp0_ = 0; g_return_if_fail (file != NULL); _tmp0_ = start_line; - if (_tmp0_ == (-1)) { + if (_tmp0_ == -1) { MainWindow* _tmp1_ = NULL; GFile* _tmp2_ = NULL; DocumentTab* _tmp3_ = NULL; @@ -1357,7 +1357,7 @@ _tmp29_ = _tmp28_; project_id = _tmp29_; _tmp30_ = project_id; - if (_tmp30_ == (-1)) { + if (_tmp30_ == -1) { Document* _tmp31_ = NULL; _tmp31_ = active_doc; document_save (_tmp31_, TRUE, FALSE); diff -Nru latexila-3.16.1/src/main_window.c latexila-3.16.2/src/main_window.c --- latexila-3.16.1/src/main_window.c 2015-04-19 09:10:05.000000000 +0000 +++ latexila-3.16.2/src/main_window.c 2015-08-18 11:19:13.000000000 +0000 @@ -1,4 +1,4 @@ -/* main_window.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* main_window.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from main_window.vala, do not modify */ /* @@ -1038,12 +1038,12 @@ gtk_ui_manager_add_ui_from_file (_tmp11_, path, &_inner_error_); if (G_UNLIKELY (_inner_error_ != NULL)) { _g_free0 (path); - goto __catch30_g_error; + goto __catch31_g_error; } _g_free0 (path); } - goto __finally30; - __catch30_g_error: + goto __finally31; + __catch31_g_error: { GError* err = NULL; const gchar* _tmp12_ = NULL; @@ -1053,7 +1053,7 @@ g_error ("main_window.vala:307: %s", _tmp12_); _g_error_free0 (err); } - __finally30: + __finally31: if (G_UNLIKELY (_inner_error_ != NULL)) { g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); @@ -2877,18 +2877,18 @@ _tmp38_ = _tmp37_; gtk_file_chooser_set_file ((GtkFileChooser*) _tmp35_, _tmp38_, &_inner_error_); if (G_UNLIKELY (_inner_error_ != NULL)) { - goto __catch31_g_error; + goto __catch32_g_error; } } - goto __finally31; - __catch31_g_error: + goto __finally32; + __catch32_g_error: { GError* e = NULL; e = _inner_error_; _inner_error_ = NULL; _g_error_free0 (e); } - __finally31: + __finally32: if (G_UNLIKELY (_inner_error_ != NULL)) { _g_object_unref0 (file_chooser); g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); @@ -3379,7 +3379,7 @@ _tmp7_ = _tmp6_; _tmp8_ = document_get_project_id (_tmp7_); _tmp9_ = _tmp8_; - _tmp3_ = _tmp9_ != (-1); + _tmp3_ = _tmp9_ != -1; } else { _tmp3_ = FALSE; } @@ -3639,7 +3639,7 @@ _tmp3_ = _tmp2_; _tmp4_ = document_get_project_id (_tmp3_); _tmp5_ = _tmp4_; - g_return_if_fail (_tmp5_ != (-1)); + g_return_if_fail (_tmp5_ != -1); _tmp6_ = main_window_get_active_document (self); _tmp7_ = _tmp6_; _tmp8_ = document_get_project_id (_tmp7_); @@ -3662,11 +3662,11 @@ _tmp0_ = gtk_window_get_screen ((GtkWindow*) self); gtk_show_uri (_tmp0_, "help:latexila", (guint32) GDK_CURRENT_TIME, &_inner_error_); if (G_UNLIKELY (_inner_error_ != NULL)) { - goto __catch32_g_error; + goto __catch33_g_error; } } - goto __finally32; - __catch32_g_error: + goto __finally33; + __catch33_g_error: { GError* e = NULL; GError* _tmp1_ = NULL; @@ -3678,7 +3678,7 @@ g_warning ("main_window.vala:1148: Impossible to open the documentation: %s", _tmp2_); _g_error_free0 (e); } - __finally32: + __finally33: if (G_UNLIKELY (_inner_error_ != NULL)) { g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); @@ -3705,19 +3705,19 @@ _g_free0 (_tmp1_); uri = _tmp3_; if (G_UNLIKELY (_inner_error_ != NULL)) { - goto __catch33_g_error; + goto __catch34_g_error; } _tmp4_ = gtk_window_get_screen ((GtkWindow*) self); _tmp5_ = uri; gtk_show_uri (_tmp4_, _tmp5_, (guint32) GDK_CURRENT_TIME, &_inner_error_); if (G_UNLIKELY (_inner_error_ != NULL)) { _g_free0 (uri); - goto __catch33_g_error; + goto __catch34_g_error; } _g_free0 (uri); } - goto __finally33; - __catch33_g_error: + goto __finally34; + __catch34_g_error: { GError* e = NULL; GError* _tmp6_ = NULL; @@ -3729,7 +3729,7 @@ g_warning ("main_window.vala:1162: Impossible to open the LaTeX reference: %s", _tmp7_); _g_error_free0 (e); } - __finally33: + __finally34: if (G_UNLIKELY (_inner_error_ != NULL)) { g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); @@ -3809,7 +3809,7 @@ _tmp13_ = gdk_pixbuf_new_from_file (DATA_DIR "/images/app/logo.png", &_inner_error_); _tmp12_ = _tmp13_; if (G_UNLIKELY (_inner_error_ != NULL)) { - goto __catch34_g_error; + goto __catch35_g_error; } _tmp14_ = _tmp12_; _tmp12_ = NULL; @@ -3817,8 +3817,8 @@ logo = _tmp14_; _g_object_unref0 (_tmp12_); } - goto __finally34; - __catch34_g_error: + goto __finally35; + __catch35_g_error: { GError* e = NULL; GError* _tmp15_ = NULL; @@ -3830,7 +3830,7 @@ g_warning ("main_window.vala:1202: Logo: %s", _tmp16_); _g_error_free0 (e); } - __finally34: + __finally35: if (G_UNLIKELY (_inner_error_ != NULL)) { _g_object_unref0 (logo); artists = (_vala_array_free (artists, artists_length1, (GDestroyNotify) g_free), NULL); @@ -3897,7 +3897,7 @@ _tmp2_ = gtk_notebook_page_num ((GtkNotebook*) _tmp0_, (GtkWidget*) _tmp1_); n = _tmp2_; _tmp3_ = n; - if (_tmp3_ != (-1)) { + if (_tmp3_ != -1) { DocumentsPanel* _tmp4_ = NULL; gint _tmp5_ = 0; _tmp4_ = self->priv->_documents_panel; diff -Nru latexila-3.16.1/src/main_window_documents.c latexila-3.16.2/src/main_window_documents.c --- latexila-3.16.1/src/main_window_documents.c 2015-04-19 09:10:05.000000000 +0000 +++ latexila-3.16.2/src/main_window_documents.c 2015-08-18 11:19:13.000000000 +0000 @@ -1,4 +1,4 @@ -/* main_window_documents.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* main_window_documents.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from main_window_documents.vala, do not modify */ /* @@ -391,7 +391,7 @@ regex = _tmp4_; if (G_UNLIKELY (_inner_error_ != NULL)) { if (_inner_error_->domain == G_REGEX_ERROR) { - goto __catch29_g_regex_error; + goto __catch30_g_regex_error; } g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); @@ -399,12 +399,12 @@ } _tmp6_ = regex; _tmp7_ = replacement; - _tmp8_ = g_regex_replace_literal (_tmp6_, self, (gssize) (-1), 0, _tmp7_, 0, &_inner_error_); + _tmp8_ = g_regex_replace_literal (_tmp6_, self, (gssize) -1, 0, _tmp7_, 0, &_inner_error_); _tmp5_ = _tmp8_; if (G_UNLIKELY (_inner_error_ != NULL)) { _g_regex_unref0 (regex); if (_inner_error_->domain == G_REGEX_ERROR) { - goto __catch29_g_regex_error; + goto __catch30_g_regex_error; } _g_regex_unref0 (regex); g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); @@ -418,8 +418,8 @@ _g_regex_unref0 (regex); return result; } - goto __finally29; - __catch29_g_regex_error: + goto __finally30; + __catch30_g_regex_error: { GError* e = NULL; e = _inner_error_; @@ -427,7 +427,7 @@ g_assert_not_reached (); _g_error_free0 (e); } - __finally29: + __finally30: if (G_UNLIKELY (_inner_error_ != NULL)) { g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); diff -Nru latexila-3.16.1/src/main_window_edit.c latexila-3.16.2/src/main_window_edit.c --- latexila-3.16.1/src/main_window_edit.c 2015-04-19 09:10:05.000000000 +0000 +++ latexila-3.16.2/src/main_window_edit.c 2015-08-18 11:19:13.000000000 +0000 @@ -1,4 +1,4 @@ -/* main_window_edit.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* main_window_edit.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from main_window_edit.vala, do not modify */ /* diff -Nru latexila-3.16.1/src/main_window_file.c latexila-3.16.2/src/main_window_file.c --- latexila-3.16.1/src/main_window_file.c 2015-04-19 09:10:05.000000000 +0000 +++ latexila-3.16.2/src/main_window_file.c 2015-08-18 11:19:13.000000000 +0000 @@ -1,4 +1,4 @@ -/* main_window_file.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* main_window_file.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from main_window_file.vala, do not modify */ /* diff -Nru latexila-3.16.1/src/main_window_structure.c latexila-3.16.2/src/main_window_structure.c --- latexila-3.16.1/src/main_window_structure.c 2015-04-19 09:10:05.000000000 +0000 +++ latexila-3.16.2/src/main_window_structure.c 2015-08-18 11:19:13.000000000 +0000 @@ -1,4 +1,4 @@ -/* main_window_structure.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* main_window_structure.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from main_window_structure.vala, do not modify */ /* diff -Nru latexila-3.16.1/src/Makefile.in latexila-3.16.2/src/Makefile.in --- latexila-3.16.1/src/Makefile.in 2015-04-19 09:09:47.000000000 +0000 +++ latexila-3.16.2/src/Makefile.in 2015-08-18 11:18:56.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,7 +15,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -80,20 +90,6 @@ host_triplet = @host@ bin_PROGRAMS = latexila$(EXEEXT) subdir = src -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - app_settings.c bottom_panel.c build_tool_dialog.c \ - build_tools_preferences.c clean_build_files.c completion.c \ - custom_statusbar.c dialogs.c documents_panel.c \ - document_structure.c document_tab.c document.c document_view.c \ - encodings.c error_entry.c file_browser.c finance.c \ - latexila_app.c latex_menu.c main.c main_window_build_tools.c \ - main_window_documents.c main_window_edit.c main_window_file.c \ - main_window_structure.c main_window.c menu_in_toolbar.c \ - most_used_symbols.c preferences_dialog.c project_dialogs.c \ - projects.c search.c side_panel.c stock_icons.c \ - structure_model.c structure.c symbols.c symbols_view.c \ - tab_info_bar.c templates_dialogs.c templates.c utils.c \ - $(top_srcdir)/depcomp $(srcdir)/latexila_vala.stamp ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -102,6 +98,7 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -234,6 +231,20 @@ ETAGS = etags CTAGS = ctags DIST_SUBDIRS = $(SUBDIRS) +am__DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/latexila_vala.stamp \ + $(top_srcdir)/depcomp app_settings.c bottom_panel.c \ + build_tool_dialog.c build_tools_preferences.c \ + clean_build_files.c completion.c custom_statusbar.c dialogs.c \ + document.c document_structure.c document_tab.c document_view.c \ + documents_panel.c encodings.c error_entry.c file_browser.c \ + finance.c latex_menu.c latexila_app.c main.c main_window.c \ + main_window_build_tools.c main_window_documents.c \ + main_window_edit.c main_window_file.c main_window_structure.c \ + menu_in_toolbar.c most_used_symbols.c preferences_dialog.c \ + project_dialogs.c projects.c search.c side_panel.c \ + stock_icons.c structure.c structure_model.c symbols.c \ + symbols_view.c tab_info_bar.c templates.c templates_dialogs.c \ + utils.c DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) am__relativize = \ dir0=`pwd`; \ @@ -278,7 +289,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -539,7 +549,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -1874,6 +1883,8 @@ mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ uninstall-am uninstall-binPROGRAMS +.PRECIOUS: Makefile + # GResource diff -Nru latexila-3.16.1/src/menu_in_toolbar.c latexila-3.16.2/src/menu_in_toolbar.c --- latexila-3.16.1/src/menu_in_toolbar.c 2015-04-19 09:10:05.000000000 +0000 +++ latexila-3.16.2/src/menu_in_toolbar.c 2015-08-18 11:19:13.000000000 +0000 @@ -1,4 +1,4 @@ -/* menu_in_toolbar.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* menu_in_toolbar.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from menu_in_toolbar.vala, do not modify */ /* diff -Nru latexila-3.16.1/src/most_used_symbols.c latexila-3.16.2/src/most_used_symbols.c --- latexila-3.16.1/src/most_used_symbols.c 2015-04-19 09:10:05.000000000 +0000 +++ latexila-3.16.2/src/most_used_symbols.c 2015-08-18 11:19:13.000000000 +0000 @@ -1,4 +1,4 @@ -/* most_used_symbols.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* most_used_symbols.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from most_used_symbols.vala, do not modify */ /* @@ -432,15 +432,15 @@ context = _tmp8_; _tmp9_ = context; _tmp10_ = contents; - g_markup_parse_context_parse (_tmp9_, _tmp10_, (gssize) (-1), &_inner_error_); + g_markup_parse_context_parse (_tmp9_, _tmp10_, (gssize) -1, &_inner_error_); if (G_UNLIKELY (_inner_error_ != NULL)) { _g_markup_parse_context_unref0 (context); - goto __catch35_g_error; + goto __catch36_g_error; } _g_markup_parse_context_unref0 (context); } - goto __finally35; - __catch35_g_error: + goto __finally36; + __catch36_g_error: { GError* e = NULL; GError* _tmp11_ = NULL; @@ -453,7 +453,7 @@ "%s", _tmp12_); _g_error_free0 (e); } - __finally35: + __finally36: if (G_UNLIKELY (_inner_error_ != NULL)) { _g_free0 (contents); _g_object_unref0 (file); diff -Nru latexila-3.16.1/src/preferences_dialog.c latexila-3.16.2/src/preferences_dialog.c --- latexila-3.16.1/src/preferences_dialog.c 2015-04-19 09:10:05.000000000 +0000 +++ latexila-3.16.2/src/preferences_dialog.c 2015-08-18 11:19:13.000000000 +0000 @@ -1,4 +1,4 @@ -/* preferences_dialog.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* preferences_dialog.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from preferences_dialog.vala, do not modify */ /* @@ -279,12 +279,12 @@ gtk_builder_add_from_file (_tmp10_, _tmp11_, &_inner_error_); if (G_UNLIKELY (_inner_error_ != NULL)) { _g_free0 (ui_path); - goto __catch36_g_error; + goto __catch37_g_error; } _g_free0 (ui_path); } - goto __finally36; - __catch36_g_error: + goto __finally37; + __catch37_g_error: { GError* e = NULL; gchar* message = NULL; @@ -332,7 +332,7 @@ _g_object_unref0 (reset_button); return self; } - __finally36: + __finally37: if (G_UNLIKELY (_inner_error_ != NULL)) { _g_object_unref0 (builder); _g_object_unref0 (reset_button); diff -Nru latexila-3.16.1/src/project_dialogs.c latexila-3.16.2/src/project_dialogs.c --- latexila-3.16.1/src/project_dialogs.c 2015-04-19 09:10:05.000000000 +0000 +++ latexila-3.16.2/src/project_dialogs.c 2015-08-18 11:19:13.000000000 +0000 @@ -1,4 +1,4 @@ -/* project_dialogs.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* project_dialogs.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from project_dialogs.vala, do not modify */ /* @@ -181,18 +181,18 @@ _tmp2_ = _data26_->main_file_chooser; gtk_file_chooser_set_current_folder_file ((GtkFileChooser*) _tmp2_, dir, &_inner_error_); if (G_UNLIKELY (_inner_error_ != NULL)) { - goto __catch37_g_error; + goto __catch38_g_error; } } - goto __finally37; - __catch37_g_error: + goto __finally38; + __catch38_g_error: { GError* e = NULL; e = _inner_error_; _inner_error_ = NULL; _g_error_free0 (e); } - __finally37: + __finally38: if (G_UNLIKELY (_inner_error_ != NULL)) { _g_object_unref0 (dir); g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); @@ -334,7 +334,7 @@ gtk_file_chooser_set_file ((GtkFileChooser*) _tmp36_, _tmp41_, &_inner_error_); _g_object_unref0 (_tmp41_); if (G_UNLIKELY (_inner_error_ != NULL)) { - goto __catch38_g_error; + goto __catch39_g_error; } _tmp42_ = _data26_->main_file_chooser; _tmp43_ = doc; @@ -342,18 +342,18 @@ _tmp45_ = _tmp44_; gtk_file_chooser_set_file ((GtkFileChooser*) _tmp42_, _tmp45_, &_inner_error_); if (G_UNLIKELY (_inner_error_ != NULL)) { - goto __catch38_g_error; + goto __catch39_g_error; } } - goto __finally38; - __catch38_g_error: + goto __finally39; + __catch39_g_error: { GError* e = NULL; e = _inner_error_; _inner_error_ = NULL; _g_error_free0 (e); } - __finally38: + __finally39: if (G_UNLIKELY (_inner_error_ != NULL)) { _g_object_unref0 (doc); _g_object_unref0 (component); @@ -627,18 +627,18 @@ _tmp42_ = (*_tmp41_).main_file; gtk_file_chooser_set_file ((GtkFileChooser*) _tmp40_, _tmp42_, &_inner_error_); if (G_UNLIKELY (_inner_error_ != NULL)) { - goto __catch39_g_error; + goto __catch40_g_error; } } - goto __finally39; - __catch39_g_error: + goto __finally40; + __catch40_g_error: { GError* e = NULL; e = _inner_error_; _inner_error_ = NULL; _g_error_free0 (e); } - __finally39: + __finally40: if (G_UNLIKELY (_inner_error_ != NULL)) { _g_object_unref0 (main_file_chooser); _g_object_unref0 (component); @@ -753,7 +753,7 @@ _tmp0_ = utils_get_selected_row (_data27_->treeview, NULL); i = _tmp0_; _tmp2_ = i; - if (_tmp2_ != (-1)) { + if (_tmp2_ != -1) { gint _tmp3_ = 0; gboolean _tmp4_ = FALSE; _tmp3_ = i; @@ -798,7 +798,7 @@ iter = _tmp0_; i = _tmp1_; _tmp2_ = i; - if (_tmp2_ == (-1)) { + if (_tmp2_ == -1) { return; } _tmp3_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_data27_->store, GTK_TYPE_TREE_MODEL, GtkTreeModel)); diff -Nru latexila-3.16.1/src/projects.c latexila-3.16.2/src/projects.c --- latexila-3.16.1/src/projects.c 2015-04-19 09:10:05.000000000 +0000 +++ latexila-3.16.2/src/projects.c 2015-08-18 11:19:13.000000000 +0000 @@ -1,4 +1,4 @@ -/* projects.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* projects.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from projects.vala, do not modify */ /* @@ -269,17 +269,17 @@ context = _tmp9_; _tmp10_ = context; _tmp11_ = contents; - g_markup_parse_context_parse (_tmp10_, _tmp11_, (gssize) (-1), &_inner_error_); + g_markup_parse_context_parse (_tmp10_, _tmp11_, (gssize) -1, &_inner_error_); if (G_UNLIKELY (_inner_error_ != NULL)) { _g_markup_parse_context_unref0 (context); - goto __catch40_g_error; + goto __catch41_g_error; } projects_update_all_documents (self); projects_update_all_menus (self); _g_markup_parse_context_unref0 (context); } - goto __finally40; - __catch40_g_error: + goto __finally41; + __catch41_g_error: { GError* e = NULL; GError* _tmp12_ = NULL; @@ -291,7 +291,7 @@ g_warning ("projects.vala:59: Impossible to load the projects: %s", _tmp13_); _g_error_free0 (e); } - __finally40: + __finally41: if (G_UNLIKELY (_inner_error_ != NULL)) { _g_free0 (contents); _g_object_unref0 (file); @@ -564,7 +564,7 @@ _tmp40_ = doc; _tmp41_ = document_get_project_id (_tmp40_); _tmp42_ = _tmp41_; - if (_tmp42_ != (-1)) { + if (_tmp42_ != -1) { _tmp39_ = TRUE; } else { Document* _tmp43_ = NULL; diff -Nru latexila-3.16.1/src/search.c latexila-3.16.2/src/search.c --- latexila-3.16.1/src/search.c 2015-04-19 09:10:05.000000000 +0000 +++ latexila-3.16.2/src/search.c 2015-08-18 11:19:13.000000000 +0000 @@ -1,4 +1,4 @@ -/* search.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* search.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from search.vala, do not modify */ /* @@ -763,18 +763,18 @@ _tmp9_ = _tmp8_; gtk_source_search_context_replace_all (_tmp6_, _tmp9_, -1, &_inner_error_); if (G_UNLIKELY (_inner_error_ != NULL)) { - goto __catch41_g_error; + goto __catch42_g_error; } } - goto __finally41; - __catch41_g_error: + goto __finally42; + __catch42_g_error: { GError* e = NULL; e = _inner_error_; _inner_error_ = NULL; _g_error_free0 (e); } - __finally41: + __finally42: if (G_UNLIKELY (_inner_error_ != NULL)) { g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); @@ -1528,7 +1528,7 @@ _tmp7_ = _tmp6_; count = _tmp7_; _tmp8_ = count; - if (_tmp8_ == (-1)) { + if (_tmp8_ == -1) { return; } _tmp9_ = count; @@ -1705,21 +1705,21 @@ _tmp19_ = gtk_source_search_context_replace (_tmp13_, &_tmp14_, &_tmp15_, _tmp18_, -1, &_inner_error_); _tmp12_ = _tmp19_; if (G_UNLIKELY (_inner_error_ != NULL)) { - goto __catch42_g_error; + goto __catch43_g_error; } if (!_tmp12_) { search_and_replace_search_forward (self); } } - goto __finally42; - __catch42_g_error: + goto __finally43; + __catch43_g_error: { GError* e = NULL; e = _inner_error_; _inner_error_ = NULL; _g_error_free0 (e); } - __finally42: + __finally43: if (G_UNLIKELY (_inner_error_ != NULL)) { _g_object_unref0 (buffer); g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); diff -Nru latexila-3.16.1/src/side_panel.c latexila-3.16.2/src/side_panel.c --- latexila-3.16.1/src/side_panel.c 2015-04-19 09:10:05.000000000 +0000 +++ latexila-3.16.2/src/side_panel.c 2015-08-18 11:19:13.000000000 +0000 @@ -1,4 +1,4 @@ -/* side_panel.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* side_panel.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from side_panel.vala, do not modify */ /* diff -Nru latexila-3.16.1/src/stock_icons.c latexila-3.16.2/src/stock_icons.c --- latexila-3.16.1/src/stock_icons.c 2015-04-19 09:10:05.000000000 +0000 +++ latexila-3.16.2/src/stock_icons.c 2015-08-18 11:19:13.000000000 +0000 @@ -1,4 +1,4 @@ -/* stock_icons.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* stock_icons.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from stock_icons.vala, do not modify */ /* diff -Nru latexila-3.16.1/src/structure.c latexila-3.16.2/src/structure.c --- latexila-3.16.1/src/structure.c 2015-04-19 09:10:05.000000000 +0000 +++ latexila-3.16.2/src/structure.c 2015-08-18 11:19:13.000000000 +0000 @@ -1,4 +1,4 @@ -/* structure.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* structure.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from structure.vala, do not modify */ /* @@ -1366,7 +1366,7 @@ _tmp14_ = structure_model_get_list_num_from_tree_iter (_tmp12_, &_tmp13_); row_num = _tmp14_; _tmp15_ = row_num; - if (_tmp15_ == (-1)) { + if (_tmp15_ == -1) { _g_object_unref0 (current_list_types); _g_object_unref0 (list_select); return; @@ -1650,7 +1650,7 @@ selected_iter = _tmp1_; selected_row = _tmp2_; _tmp3_ = selected_row; - g_return_if_fail (_tmp3_ != (-1)); + g_return_if_fail (_tmp3_ != -1); _tmp4_ = action_type; if (_tmp4_ == STRUCT_ACTION_OPEN_FILE) { GtkTreeIter _tmp5_ = {0}; @@ -1671,15 +1671,15 @@ refresh_simple_list = _tmp9_; if (G_UNLIKELY (_inner_error_ != NULL)) { if (_inner_error_->domain == STRUCT_ERROR) { - goto __catch43_struct_error; + goto __catch44_struct_error; } g_critical ("file %s: line %d: unexpected error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); return; } } - goto __finally43; - __catch43_struct_error: + goto __finally44; + __catch44_struct_error: { GError* e = NULL; GtkMessageDialog* dialog = NULL; @@ -1729,7 +1729,7 @@ _g_error_free0 (e); return; } - __finally43: + __finally44: if (G_UNLIKELY (_inner_error_ != NULL)) { g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); @@ -1907,11 +1907,11 @@ latexila_utils_show_uri (_tmp0_, _tmp3_, (guint32) GDK_CURRENT_TIME, &_inner_error_); _g_free0 (_tmp3_); if (G_UNLIKELY (_inner_error_ != NULL)) { - goto __catch44_g_error; + goto __catch45_g_error; } } - goto __finally44; - __catch44_g_error: + goto __finally45; + __catch45_g_error: { GError* e = NULL; GError* _tmp4_ = NULL; @@ -1923,7 +1923,7 @@ g_warning ("structure.vala:720: Structure: can not open image: %s", _tmp5_); _g_error_free0 (e); } - __finally44: + __finally45: if (G_UNLIKELY (_inner_error_ != NULL)) { g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); diff -Nru latexila-3.16.1/src/structure_model.c latexila-3.16.2/src/structure_model.c --- latexila-3.16.1/src/structure_model.c 2015-04-19 09:10:05.000000000 +0000 +++ latexila-3.16.2/src/structure_model.c 2015-08-18 11:19:13.000000000 +0000 @@ -1,4 +1,4 @@ -/* structure_model.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* structure_model.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from structure_model.vala, do not modify */ /* diff -Nru latexila-3.16.1/src/symbols.c latexila-3.16.2/src/symbols.c --- latexila-3.16.1/src/symbols.c 2015-04-19 09:10:05.000000000 +0000 +++ latexila-3.16.2/src/symbols.c 2015-08-18 11:19:13.000000000 +0000 @@ -1,4 +1,4 @@ -/* symbols.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* symbols.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from symbols.vala, do not modify */ /* @@ -481,7 +481,7 @@ const gchar* _tmp2_ = NULL; g_return_val_if_fail (latex_command != NULL, NULL); _tmp0_ = latex_command; - _tmp1_ = g_markup_escape_text (_tmp0_, (gssize) (-1)); + _tmp1_ = g_markup_escape_text (_tmp0_, (gssize) -1); tooltip = _tmp1_; _tmp2_ = package_required; if (_tmp2_ != NULL) { @@ -524,7 +524,7 @@ _g_free0 (_tmp3_); _tmp0_ = _tmp5_; if (G_UNLIKELY (_inner_error_ != NULL)) { - goto __catch45_g_error; + goto __catch46_g_error; } _tmp6_ = _tmp0_; _tmp0_ = NULL; @@ -532,8 +532,8 @@ _g_object_unref0 (_tmp0_); return result; } - goto __finally45; - __catch45_g_error: + goto __finally46; + __catch46_g_error: { GError* e = NULL; const gchar* _tmp7_ = NULL; @@ -549,7 +549,7 @@ _g_error_free0 (e); return result; } - __finally45: + __finally46: g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); return NULL; @@ -819,15 +819,15 @@ context = _tmp8_; _tmp9_ = context; _tmp10_ = contents; - g_markup_parse_context_parse (_tmp9_, _tmp10_, (gssize) (-1), &_inner_error_); + g_markup_parse_context_parse (_tmp9_, _tmp10_, (gssize) -1, &_inner_error_); if (G_UNLIKELY (_inner_error_ != NULL)) { _g_markup_parse_context_unref0 (context); - goto __catch46_g_error; + goto __catch47_g_error; } _g_markup_parse_context_unref0 (context); } - goto __finally46; - __catch46_g_error: + goto __finally47; + __catch47_g_error: { GError* e = NULL; GError* _tmp11_ = NULL; @@ -839,7 +839,7 @@ g_warning ("symbols.vala:255: Impossible to load the symbols: %s", _tmp12_); _g_error_free0 (e); } - __finally46: + __finally47: if (G_UNLIKELY (_inner_error_ != NULL)) { g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); diff -Nru latexila-3.16.1/src/symbols_view.c latexila-3.16.2/src/symbols_view.c --- latexila-3.16.1/src/symbols_view.c 2015-04-19 09:10:05.000000000 +0000 +++ latexila-3.16.2/src/symbols_view.c 2015-08-18 11:19:13.000000000 +0000 @@ -1,4 +1,4 @@ -/* symbols_view.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* symbols_view.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from symbols_view.vala, do not modify */ /* diff -Nru latexila-3.16.1/src/tab_info_bar.c latexila-3.16.2/src/tab_info_bar.c --- latexila-3.16.1/src/tab_info_bar.c 2015-04-19 09:10:05.000000000 +0000 +++ latexila-3.16.2/src/tab_info_bar.c 2015-08-18 11:19:13.000000000 +0000 @@ -1,4 +1,4 @@ -/* tab_info_bar.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* tab_info_bar.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from tab_info_bar.vala, do not modify */ /* diff -Nru latexila-3.16.1/src/templates.c latexila-3.16.2/src/templates.c --- latexila-3.16.1/src/templates.c 2015-04-19 09:10:05.000000000 +0000 +++ latexila-3.16.2/src/templates.c 2015-08-18 11:19:13.000000000 +0000 @@ -1,4 +1,4 @@ -/* templates.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* templates.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from templates.vala, do not modify */ /* @@ -272,7 +272,7 @@ g_key_file_load_from_file (_tmp4_, _tmp7_, G_KEY_FILE_NONE, &_inner_error_); _g_free0 (_tmp7_); if (G_UNLIKELY (_inner_error_ != NULL)) { - goto __catch47_g_error; + goto __catch48_g_error; } _tmp9_ = key_file; _tmp11_ = g_key_file_get_string_list (_tmp9_, PACKAGE_NAME, "names", &_tmp10_, &_inner_error_); @@ -280,7 +280,7 @@ _tmp8__length1 = _tmp10_; __tmp8__size_ = _tmp8__length1; if (G_UNLIKELY (_inner_error_ != NULL)) { - goto __catch47_g_error; + goto __catch48_g_error; } _tmp12_ = _tmp8_; _tmp12__length1 = _tmp8__length1; @@ -297,7 +297,7 @@ __tmp13__size_ = _tmp13__length1; if (G_UNLIKELY (_inner_error_ != NULL)) { _tmp8_ = (_vala_array_free (_tmp8_, _tmp8__length1, (GDestroyNotify) g_free), NULL); - goto __catch47_g_error; + goto __catch48_g_error; } _tmp17_ = _tmp13_; _tmp17__length1 = _tmp13__length1; @@ -310,8 +310,8 @@ _tmp13_ = (_vala_array_free (_tmp13_, _tmp13__length1, (GDestroyNotify) g_free), NULL); _tmp8_ = (_vala_array_free (_tmp8_, _tmp8__length1, (GDestroyNotify) g_free), NULL); } - goto __finally47; - __catch47_g_error: + goto __finally48; + __catch48_g_error: { GError* e = NULL; GError* _tmp18_ = NULL; @@ -327,7 +327,7 @@ _g_key_file_unref0 (key_file); return; } - __finally47: + __finally48: if (G_UNLIKELY (_inner_error_ != NULL)) { icons = (_vala_array_free (icons, icons_length1, (GDestroyNotify) g_free), NULL); names = (_vala_array_free (names, names_length1, (GDestroyNotify) g_free), NULL); @@ -527,15 +527,15 @@ context = _tmp14_; _tmp15_ = context; _tmp16_ = contents; - g_markup_parse_context_parse (_tmp15_, _tmp16_, (gssize) (-1), &_inner_error_); + g_markup_parse_context_parse (_tmp15_, _tmp16_, (gssize) -1, &_inner_error_); if (G_UNLIKELY (_inner_error_ != NULL)) { _g_markup_parse_context_unref0 (context); - goto __catch48_g_error; + goto __catch49_g_error; } _g_markup_parse_context_unref0 (context); } - goto __finally48; - __catch48_g_error: + goto __finally49; + __catch49_g_error: { GError* e = NULL; const gchar* _tmp17_ = NULL; @@ -553,7 +553,7 @@ _g_free0 (path); return; } - __finally48: + __finally49: if (G_UNLIKELY (_inner_error_ != NULL)) { _g_free0 (contents); _g_object_unref0 (file); @@ -918,11 +918,11 @@ _tmp24_ = new_file; g_file_move (_tmp23_, _tmp24_, G_FILE_COPY_OVERWRITE, NULL, NULL, NULL, &_inner_error_); if (G_UNLIKELY (_inner_error_ != NULL)) { - goto __catch49_g_error; + goto __catch50_g_error; } } - goto __finally49; - __catch49_g_error: + goto __finally50; + __catch50_g_error: { GError* e = NULL; GError* _tmp25_ = NULL; @@ -934,7 +934,7 @@ g_warning ("templates.vala:275: Delete personal template, move file failed: %s", _tmp26_); _g_error_free0 (e); } - __finally49: + __finally50: if (G_UNLIKELY (_inner_error_ != NULL)) { _g_object_unref0 (new_file); _g_object_unref0 (file); diff -Nru latexila-3.16.1/src/templates_dialogs.c latexila-3.16.2/src/templates_dialogs.c --- latexila-3.16.1/src/templates_dialogs.c 2015-04-19 09:10:05.000000000 +0000 +++ latexila-3.16.2/src/templates_dialogs.c 2015-08-18 11:19:13.000000000 +0000 @@ -1,4 +1,4 @@ -/* templates_dialogs.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* templates_dialogs.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from templates_dialogs.vala, do not modify */ /* diff -Nru latexila-3.16.1/src/ui/Makefile.in latexila-3.16.2/src/ui/Makefile.in --- latexila-3.16.1/src/ui/Makefile.in 2015-04-19 09:09:48.000000000 +0000 +++ latexila-3.16.2/src/ui/Makefile.in 2015-08-18 11:18:57.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,7 +15,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -79,8 +89,6 @@ build_triplet = @build@ host_triplet = @host@ subdir = src/ui -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(dist_ui_DATA) ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -89,6 +97,7 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(dist_ui_DATA) $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -142,6 +151,7 @@ am__installdirs = "$(DESTDIR)$(uidir)" DATA = $(dist_ui_DATA) am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) +am__DIST_COMMON = $(srcdir)/Makefile.in DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ @@ -161,7 +171,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -342,7 +351,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign src/ui/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign src/ui/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -542,6 +550,8 @@ mostlyclean-libtool pdf pdf-am ps ps-am tags-am uninstall \ uninstall-am uninstall-dist_uiDATA +.PRECIOUS: Makefile + -include $(top_srcdir)/git.mk diff -Nru latexila-3.16.1/src/utils.c latexila-3.16.2/src/utils.c --- latexila-3.16.1/src/utils.c 2015-04-19 09:10:05.000000000 +0000 +++ latexila-3.16.2/src/utils.c 2015-08-18 11:19:13.000000000 +0000 @@ -1,4 +1,4 @@ -/* utils.c generated by valac 0.28.0.1-2361a, the Vala compiler +/* utils.c generated by valac 0.29.2.2-472d4, the Vala compiler * generated from utils.vala, do not modify */ /* @@ -289,15 +289,15 @@ _tmp1_ = g_resources_lookup_data (_tmp0_, 0, &_inner_error_); bytes = _tmp1_; if (G_UNLIKELY (_inner_error_ != NULL)) { - goto __catch50_g_error; + goto __catch51_g_error; } _tmp3_ = g_bytes_get_data (bytes, &_tmp2_); result = (const gchar*) _tmp3_; _g_bytes_unref0 (bytes); return result; } - goto __finally50; - __catch50_g_error: + goto __finally51; + __catch51_g_error: { GError* e = NULL; const gchar* _tmp4_ = NULL; @@ -313,7 +313,7 @@ _g_error_free0 (e); return result; } - __finally50: + __finally51: g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); return NULL; @@ -378,7 +378,7 @@ _tmp1_ = g_file_find_enclosing_mount (_tmp0_, NULL, &_inner_error_); mount = _tmp1_; if (G_UNLIKELY (_inner_error_ != NULL)) { - goto __catch51_g_error; + goto __catch52_g_error; } _tmp2_ = mount; _tmp3_ = g_mount_get_name (_tmp2_); @@ -425,8 +425,8 @@ _g_object_unref0 (mount); return result; } - goto __finally51; - __catch51_g_error: + goto __finally52; + __catch52_g_error: { GError* e = NULL; gchar* _tmp19_ = NULL; @@ -452,7 +452,7 @@ _g_error_free0 (e); return result; } - __finally51: + __finally52: g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); return NULL; @@ -474,11 +474,11 @@ _tmp2_ = file; g_file_delete (_tmp2_, NULL, &_inner_error_); if (G_UNLIKELY (_inner_error_ != NULL)) { - goto __catch52_g_error; + goto __catch53_g_error; } } - goto __finally52; - __catch52_g_error: + goto __finally53; + __catch53_g_error: { GError* e = NULL; GFile* _tmp3_ = NULL; @@ -497,7 +497,7 @@ _g_free0 (_tmp5_); _g_error_free0 (e); } - __finally52: + __finally53: if (G_UNLIKELY (_inner_error_ != NULL)) { g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); @@ -538,11 +538,11 @@ _tmp6_ = parent; g_file_make_directory_with_parents (_tmp6_, NULL, &_inner_error_); if (G_UNLIKELY (_inner_error_ != NULL)) { - goto __catch53_g_error; + goto __catch54_g_error; } } - goto __finally53; - __catch53_g_error: + goto __finally54; + __catch54_g_error: { GError* e = NULL; GFile* _tmp7_ = NULL; @@ -565,7 +565,7 @@ _g_object_unref0 (parent); return result; } - __finally53: + __finally54: if (G_UNLIKELY (_inner_error_ != NULL)) { _g_object_unref0 (parent); g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); @@ -639,11 +639,11 @@ _tmp6_ = make_backup; g_file_replace_contents (_tmp2_, _tmp5_, (gsize) _tmp5__length1, NULL, _tmp6_, G_FILE_CREATE_NONE, NULL, NULL, &_inner_error_); if (G_UNLIKELY (_inner_error_ != NULL)) { - goto __catch54_g_error; + goto __catch55_g_error; } } - goto __finally54; - __catch54_g_error: + goto __finally55; + __catch55_g_error: { GError* e = NULL; GFile* _tmp7_ = NULL; @@ -664,7 +664,7 @@ _g_error_free0 (e); return result; } - __finally54: + __finally55: if (G_UNLIKELY (_inner_error_ != NULL)) { g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); @@ -696,7 +696,7 @@ _chars_size_ = chars_length1; if (G_UNLIKELY (_inner_error_ != NULL)) { chars = (g_free (chars), NULL); - goto __catch55_g_error; + goto __catch56_g_error; } _tmp3_ = chars; _tmp3__length1 = chars_length1; @@ -706,8 +706,8 @@ chars = (g_free (chars), NULL); return result; } - goto __finally55; - __catch55_g_error: + goto __finally56; + __catch56_g_error: { GError* e = NULL; GFile* _tmp4_ = NULL; @@ -728,7 +728,7 @@ _g_error_free0 (e); return result; } - __finally55: + __finally56: g_critical ("file %s: line %d: uncaught error: %s (%s, %d)", __FILE__, __LINE__, _inner_error_->message, g_quark_to_string (_inner_error_->domain), _inner_error_->code); g_clear_error (&_inner_error_); return NULL; diff -Nru latexila-3.16.1/test-driver latexila-3.16.2/test-driver --- latexila-3.16.1/test-driver 2015-04-19 09:09:48.000000000 +0000 +++ latexila-3.16.2/test-driver 2015-08-18 11:18:57.000000000 +0000 @@ -3,7 +3,7 @@ scriptversion=2013-07-13.22; # UTC -# Copyright (C) 2011-2013 Free Software Foundation, Inc. +# Copyright (C) 2011-2014 Free Software Foundation, Inc. # # 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 @@ -106,11 +106,14 @@ # Test script is run here. "$@" >$log_file 2>&1 estatus=$? + if test $enable_hard_errors = no && test $estatus -eq 99; then - estatus=1 + tweaked_estatus=1 +else + tweaked_estatus=$estatus fi -case $estatus:$expect_failure in +case $tweaked_estatus:$expect_failure in 0:yes) col=$red res=XPASS recheck=yes gcopy=yes;; 0:*) col=$grn res=PASS recheck=no gcopy=no;; 77:*) col=$blu res=SKIP recheck=no gcopy=yes;; @@ -119,6 +122,12 @@ *:*) col=$red res=FAIL recheck=yes gcopy=yes;; esac +# Report the test outcome and exit status in the logs, so that one can +# know whether the test passed or failed simply by looking at the '.log' +# file, without the need of also peaking into the corresponding '.trs' +# file (automake bug#11814). +echo "$res $test_name (exit status: $estatus)" >>$log_file + # Report outcome to console. echo "${col}${res}${std}: $test_name" diff -Nru latexila-3.16.1/tests/Makefile.in latexila-3.16.2/tests/Makefile.in --- latexila-3.16.1/tests/Makefile.in 2015-04-19 09:09:48.000000000 +0000 +++ latexila-3.16.2/tests/Makefile.in 2015-08-18 11:18:57.000000000 +0000 @@ -1,7 +1,7 @@ -# Makefile.in generated by automake 1.14.1 from Makefile.am. +# Makefile.in generated by automake 1.15 from Makefile.am. # @configure_input@ -# Copyright (C) 1994-2013 Free Software Foundation, Inc. +# Copyright (C) 1994-2014 Free Software Foundation, Inc. # This Makefile.in is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, @@ -15,7 +15,17 @@ @SET_MAKE@ VPATH = @srcdir@ -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' +am__is_gnu_make = { \ + if test -z '$(MAKELEVEL)'; then \ + false; \ + elif test -n '$(MAKE_HOST)'; then \ + true; \ + elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \ + true; \ + else \ + false; \ + fi; \ +} am__make_running_with_option = \ case $${target_option-} in \ ?) ;; \ @@ -81,8 +91,6 @@ noinst_PROGRAMS = $(am__EXEEXT_1) TESTS = $(am__EXEEXT_1) subdir = tests -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ - $(top_srcdir)/depcomp $(top_srcdir)/test-driver ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/m4/gtk-doc.m4 \ $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \ @@ -91,6 +99,7 @@ $(top_srcdir)/m4/vapigen.m4 $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ $(ACLOCAL_M4) +DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON) mkinstalldirs = $(install_sh) -d CONFIG_HEADER = $(top_builddir)/config.h CONFIG_CLEAN_FILES = @@ -378,6 +387,8 @@ TEST_LOG_DRIVER = $(SHELL) $(top_srcdir)/test-driver TEST_LOG_COMPILE = $(TEST_LOG_COMPILER) $(AM_TEST_LOG_FLAGS) \ $(TEST_LOG_FLAGS) +am__DIST_COMMON = $(srcdir)/Makefile.in $(top_srcdir)/depcomp \ + $(top_srcdir)/test-driver DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) ACLOCAL = @ACLOCAL@ ALL_LINGUAS = @ALL_LINGUAS@ @@ -397,7 +408,6 @@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ CYGPATH_W = @CYGPATH_W@ -DATADIRNAME = @DATADIRNAME@ DEFS = @DEFS@ DEPDIR = @DEPDIR@ DLLTOOL = @DLLTOOL@ @@ -591,7 +601,6 @@ echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tests/Makefile'; \ $(am__cd) $(top_srcdir) && \ $(AUTOMAKE) --foreign tests/Makefile -.PRECIOUS: Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status @case '$?' in \ *config.status*) \ @@ -746,7 +755,7 @@ if test -n "$$am__remaking_logs"; then \ echo "fatal: making $(TEST_SUITE_LOG): possible infinite" \ "recursion detected" >&2; \ - else \ + elif test -n "$$redo_logs"; then \ am__remaking_logs=yes $(MAKE) $(AM_MAKEFLAGS) $$redo_logs; \ fi; \ if $(am__make_dryrun); then :; else \ @@ -1045,6 +1054,8 @@ mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ recheck tags tags-am uninstall uninstall-am +.PRECIOUS: Makefile + @GNOME_CODE_COVERAGE_RULES@ build-tools-resources.c: build-tools.gresource.xml $(shell $(GLIB_COMPILE_RESOURCES) --sourcedir=$(srcdir) --generate-dependencies $(srcdir)/build-tools.gresource.xml)