Hello community, here is the log from the commit of package latexila for openSUSE:Factory checked in at 2015-01-12 09:50:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/latexila (Old) and /work/SRC/openSUSE:Factory/.latexila.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "latexila" Changes: -------- --- /work/SRC/openSUSE:Factory/latexila/latexila.changes 2014-11-18 22:49:13.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.latexila.new/latexila.changes 2015-01-12 09:50:18.000000000 +0100 @@ -1,0 +2,7 @@ +Wed Jan 7 14:25:52 UTC 2015 - zai...@opensuse.org + +- Update to version 3.14.3: + + Adapt code for GtkSourceView 3.14.3. + + Updated translations. + +------------------------------------------------------------------- Old: ---- latexila-3.14.2.tar.xz New: ---- latexila-3.14.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ latexila.spec ++++++ --- /var/tmp/diff_new_pack.tFQ7Zy/_old 2015-01-12 09:50:19.000000000 +0100 +++ /var/tmp/diff_new_pack.tFQ7Zy/_new 2015-01-12 09:50:19.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package latexila # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: latexila -Version: 3.14.2 +Version: 3.14.3 Release: 0 Summary: Integrated LaTeX Environment for the GNOME desktop License: GPL-3.0+ @@ -39,7 +39,7 @@ BuildRequires: pkgconfig(gee-0.8) BuildRequires: pkgconfig(gio-2.0) >= 2.40 BuildRequires: pkgconfig(gtk+-3.0) >= 3.14.0 -BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.10.0 +BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.14.3 BuildRequires: pkgconfig(gtkspell3-3.0) >= 3.0.4 Requires: gsettings-desktop-schemas Requires: rubber ++++++ latexila-3.14.2.tar.xz -> latexila-3.14.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/NEWS new/latexila-3.14.3/NEWS --- old/latexila-3.14.2/NEWS 2014-10-27 15:59:08.000000000 +0100 +++ new/latexila-3.14.3/NEWS 2015-01-07 15:18:53.000000000 +0100 @@ -1,5 +1,10 @@ LaTeXila NEWS +Release 3.14.3 +-------------- +* Adapt code for GtkSourceView 3.14.3 +* Translation updates + Release 3.14.2 -------------- * Build: a file was missing in tarballs diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/README new/latexila-3.14.3/README --- old/latexila-3.14.2/README 2014-10-27 16:03:03.000000000 +0100 +++ new/latexila-3.14.3/README 2015-01-07 15:20:08.000000000 +0100 @@ -1,7 +1,7 @@ General Information =================== -This is the version 3.14.2 of LaTeXila. +This is the version 3.14.3 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 @@ -17,7 +17,7 @@ GLib >= 2.40 GTK+ >= 3.14 -GtkSourceView >= 3.10 +GtkSourceView >= 3.14.3 GtkSpell >= 3.0.4 gee-0.8 >= 0.10 gettext diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/aclocal.m4 new/latexila-3.14.3/aclocal.m4 --- old/latexila-3.14.2/aclocal.m4 2014-10-27 16:02:59.000000000 +0100 +++ new/latexila-3.14.3/aclocal.m4 2015-01-07 15:20:03.000000000 +0100 @@ -473,7 +473,7 @@ EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach lc,$(HELP_LINGUAS),$(wildcard $(lc)/$(f)))) distdir: distdir-help-files -distdir-help-files: +distdir-help-files: $(_HELP_LC_FILES) @for lc in C $(if $(YELP_LC_DIST),$(HELP_LINGUAS)) ; do \ $(MKDIR_P) "$(distdir)/$$lc"; \ for file in $(HELP_FILES); do \ @@ -502,7 +502,7 @@ .PHONY: install-help install-data-am: $(if $(HELP_ID),install-help) -install-help: +install-help: $(_HELP_LC_FILES) @for lc in C $(_HELP_LINGUAS); do \ $(mkinstalldirs) "$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)" || exit 1; \ done diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/configure new/latexila-3.14.3/configure --- old/latexila-3.14.2/configure 2014-10-27 16:02:59.000000000 +0100 +++ new/latexila-3.14.3/configure 2015-01-07 15:20:04.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for LaTeXila 3.14.2. +# Generated by GNU Autoconf 2.69 for LaTeXila 3.14.3. # # Report bugs to <https://bugzilla.gnome.org/enter_bug.cgi?product=latexila>. # @@ -651,8 +651,8 @@ # Identity of this package. PACKAGE_NAME='LaTeXila' PACKAGE_TARNAME='latexila' -PACKAGE_VERSION='3.14.2' -PACKAGE_STRING='LaTeXila 3.14.2' +PACKAGE_VERSION='3.14.3' +PACKAGE_STRING='LaTeXila 3.14.3' PACKAGE_BUGREPORT='https://bugzilla.gnome.org/enter_bug.cgi?product=latexila' PACKAGE_URL='https://wiki.gnome.org/Apps/LaTeXila' @@ -1441,7 +1441,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.14.2 to adapt to many kinds of systems. +\`configure' configures LaTeXila 3.14.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1511,7 +1511,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of LaTeXila 3.14.2:";; + short | recursive ) echo "Configuration of LaTeXila 3.14.3:";; esac cat <<\_ACEOF @@ -1631,7 +1631,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -LaTeXila configure 3.14.2 +LaTeXila configure 3.14.3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1909,7 +1909,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.14.2, which was +It was created by LaTeXila $as_me 3.14.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2779,7 +2779,7 @@ # Define the identity of the package. PACKAGE='latexila' - VERSION='3.14.2' + VERSION='3.14.3' cat >>confdefs.h <<_ACEOF @@ -11688,7 +11688,7 @@ # Update also the --target-glib option in src/Makefile.am. GLIB_REQUIRED_VERSION="2.40" GTK_REQUIRED_VERSION="3.14" -GTKSOURCEVIEW_REQUIRED_VERSION="3.10" +GTKSOURCEVIEW_REQUIRED_VERSION="3.14.3" GTKSPELL_REQUIRED_VERSION="3.0.4" VALA_REQUIRED_VERSION="0.25.4" GEE_REQUIRED_VERSION="0.10" @@ -13426,7 +13426,7 @@ EXTRA_DIST += $(foreach f,$(HELP_MEDIA),$(foreach lc,$(HELP_LINGUAS),$(wildcard $(lc)/$(f)))) distdir: distdir-help-files -distdir-help-files: +distdir-help-files: $(_HELP_LC_FILES) @for lc in C $(if $(YELP_LC_DIST),$(HELP_LINGUAS)) ; do \ $(MKDIR_P) "$(distdir)/$$lc"; \ for file in $(HELP_FILES); do \ @@ -13455,7 +13455,7 @@ .PHONY: install-help install-data-am: $(if $(HELP_ID),install-help) -install-help: +install-help: $(_HELP_LC_FILES) @for lc in C $(_HELP_LINGUAS); do \ $(mkinstalldirs) "$(DESTDIR)$(HELP_DIR)/$$lc/$(HELP_ID)" || exit 1; \ done @@ -14297,7 +14297,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.14.2, which was +This file was extended by LaTeXila $as_me 3.14.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -14364,7 +14364,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.14.2 +LaTeXila config.status 3.14.3 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/configure.ac new/latexila-3.14.3/configure.ac --- old/latexila-3.14.2/configure.ac 2014-10-27 15:59:22.000000000 +0100 +++ new/latexila-3.14.3/configure.ac 2015-01-07 15:16:29.000000000 +0100 @@ -5,7 +5,7 @@ AC_PREREQ([2.64]) AC_INIT([LaTeXila], - [3.14.2], + [3.14.3], [https://bugzilla.gnome.org/enter_bug.cgi?product=latexila], [latexila], [https://wiki.gnome.org/Apps/LaTeXila]) @@ -27,7 +27,7 @@ # Update also the --target-glib option in src/Makefile.am. GLIB_REQUIRED_VERSION="2.40" GTK_REQUIRED_VERSION="3.14" -GTKSOURCEVIEW_REQUIRED_VERSION="3.10" +GTKSOURCEVIEW_REQUIRED_VERSION="3.14.3" GTKSPELL_REQUIRED_VERSION="3.0.4" VALA_REQUIRED_VERSION="0.25.4" GEE_REQUIRED_VERSION="0.10" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/data/latexila.appdata.xml.in new/latexila-3.14.3/data/latexila.appdata.xml.in --- old/latexila-3.14.2/data/latexila.appdata.xml.in 2014-10-27 15:51:10.000000000 +0100 +++ new/latexila-3.14.3/data/latexila.appdata.xml.in 2015-01-01 14:50:19.000000000 +0100 @@ -30,9 +30,9 @@ </_p> </description> <screenshots> - <screenshot type="default">https://git.gnome.org/browse/latexila/plain/data/images/app/screenshot-completion.png</screenshot> - <screenshot>https://git.gnome.org/browse/latexila/plain/data/images/app/screenshot-build-tools.png</screenshot> - <screenshot>https://git.gnome.org/browse/latexila/plain/data/images/app/screenshot-structure.png</screenshot> + <screenshot type="default">https://people.gnome.org/~swilmet/latexila/screenshot-completion.png</screenshot> + <screenshot>https://people.gnome.org/~swilmet/latexila/screenshot-build-tools.png</screenshot> + <screenshot>https://people.gnome.org/~swilmet/latexila/screenshot-structure.png</screenshot> </screenshots> <url type="homepage">https://wiki.gnome.org/Apps/LaTeXila</url> <updatecontact>swil...@gnome.org</updatecontact> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/data/latexila.desktop.in new/latexila-3.14.3/data/latexila.desktop.in --- old/latexila-3.14.2/data/latexila.desktop.in 2014-10-27 16:03:03.000000000 +0100 +++ new/latexila-3.14.3/data/latexila.desktop.in 2015-01-07 15:20:08.000000000 +0100 @@ -14,7 +14,7 @@ X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=latexila X-GNOME-Bugzilla-Component=other -X-GNOME-Bugzilla-Version=3.14.2 +X-GNOME-Bugzilla-Version=3.14.3 [Desktop Action Window] _Name=Open a New Window diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/po/el.po new/latexila-3.14.3/po/el.po --- old/latexila-3.14.2/po/el.po 2014-10-27 15:51:37.000000000 +0100 +++ new/latexila-3.14.3/po/el.po 2015-01-07 14:51:22.000000000 +0100 @@ -9,8 +9,8 @@ "Project-Id-Version: latexila master\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=latexila&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-06-13 09:10+0000\n" -"PO-Revision-Date: 2014-06-13 16:06+0200\n" +"POT-Creation-Date: 2014-11-16 22:31+0000\n" +"PO-Revision-Date: 2014-11-17 11:39+0200\n" "Last-Translator: Tom Tryfonidis <tomt...@gmail.com>\n" "Language-Team: t...@gnome.gr\n" "Language: el\n" @@ -18,58 +18,71 @@ "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 1.6.4\n" +"X-Generator: Poedit 1.6.10\n" "X-Project-Style: gnome\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:166 msgid "View PDF" msgstr "Προβολή PDF" -#: build_tools.xml:44(tool/description) +#. (itstool) path: tool/description +#: build_tools.xml:44 msgid "View the PDF file" msgstr "Προβολή του αρχείου 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:165 msgid "View DVI" msgstr "Προβολή DVI" -#: build_tools.xml:50(tool/description) +#. (itstool) path: tool/description +#: build_tools.xml:50 msgid "View the DVI file" msgstr "Προβολή του αρχείου 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:167 msgid "View PS" msgstr "Προβολή PS" -#: build_tools.xml:56(tool/description) +#. (itstool) path: tool/description +#: build_tools.xml:56 msgid "View the PostScript file" msgstr "Προβολή του αρχείου 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 "Δημιουργία ενός αρχείου PDF από πηγές LaTeX με την εντολή \"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 "Δημιουργία ενός αρχείου DVI από πηγές LaTeX με την εντολή \"latex\"" -#: build_tools.xml:78(tool/description) +#. (itstool) path: tool/description +#: build_tools.xml:78 msgid "Run BibTeX (bibliography)" msgstr "Εκτέλεση BibTeX (βιβλιογραφία)" -#: build_tools.xml:84(tool/description) +#. (itstool) path: tool/description +#: build_tools.xml:84 msgid "Run MakeIndex" msgstr "Εκτέλεση 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 "Μετατροπή εγγράφου DVI σε μορφή 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 "Μετατροπή εγγράφου DVI σε μορφή 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 "Μετατροπή εγγράφου PostScript σε μορφή PDF" @@ -104,10 +117,6 @@ "είναι εύκολη η διαχείριση έργων που περιέχουν διάφορα αρχεία .tex." #: ../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 " @@ -687,7 +696,7 @@ msgid "No build file to clean up." msgstr "Δεν υπάρχει αρχείο δόμησης για καθαρισμό." -#: ../src/completion.vala:315 +#: ../src/completion.vala:318 msgid "No matching proposal" msgstr "Δεν υπάρχει πρόταση που ταιριάζει" @@ -698,7 +707,7 @@ msgid "Ln %d, Col %d" msgstr "Γρ %d, Στ %d" -#: ../src/dialogs.vala:40 ../src/main_window.vala:765 +#: ../src/dialogs.vala:40 ../src/main_window.vala:768 msgid "Close without Saving" msgstr "Κλείσιμο χωρίς αποθήκευση" @@ -793,7 +802,7 @@ #: ../src/document.vala:296 msgid "Unsaved Document" -msgstr "Αναποθήκευτο έγγραφο" +msgstr "Μη αποθηκευμένο έγγραφο" #: ../src/document.vala:575 msgid "" @@ -824,7 +833,7 @@ msgstr "Σύστημα αρχείων" #. File browser -#: ../src/file_browser.vala:455 ../src/main_window.vala:404 +#: ../src/file_browser.vala:455 ../src/main_window.vala:407 msgid "File Browser" msgstr "Περιηγητής αρχείων" @@ -1546,7 +1555,7 @@ #: ../src/main.vala:66 msgid "- Integrated LaTeX Environment for GNOME" -msgstr "- Ολοκληρωμένο περιβάλλον LaTeX για GNOME" +msgstr "- Ολοκληρωμένο περιβάλλον LaTeX για το GNOME" #: ../src/main.vala:78 #, c-format @@ -1711,11 +1720,19 @@ msgid "Uncomment the selected lines (remove the character \"%\")" msgstr "Αποσχολιασμός των επιλεγμένων γραμμών (αφαίρεση του χαρακτήρα \"%\")" +#: ../src/main_window_edit.vala:65 +msgid "_Completion" +msgstr "Σ_υμπλήρωση" + #: ../src/main_window_edit.vala:66 +msgid "Complete the LaTeX command" +msgstr "Συμπλήρωση της εντολής LaTeX" + +#: ../src/main_window_edit.vala:69 msgid "Configure the application" msgstr "Ρύθμιση της εφαρμογής" -#: ../src/main_window_edit.vala:72 +#: ../src/main_window_edit.vala:75 msgid "Activate or disable the spell checking" msgstr "Ενεργοποίηση ή απενεργοποίηση του ορθογραφικού ελέγχου" @@ -1974,7 +1991,7 @@ "Κάντε δωρεά για να δείξετε την εκτίμησή σας στο LaTeXila και να βοηθήσετε τη " "μελλοντική του ανάπτυξη" -#: ../src/main_window.vala:71 ../src/main_window.vala:1244 +#: ../src/main_window.vala:71 ../src/main_window.vala:1247 msgid "About LaTeXila" msgstr "Περί του LaTeXila" @@ -2012,21 +2029,21 @@ msgstr "Εμφάνιση ή απόκρυψη του κάτω παραθύρου" #. Symbols -#: ../src/main_window.vala:400 +#: ../src/main_window.vala:403 msgid "Symbols" msgstr "Σύμβολα" -#: ../src/main_window.vala:409 +#: ../src/main_window.vala:412 msgid "Structure" msgstr "Δομή" -#: ../src/main_window.vala:655 +#: ../src/main_window.vala:658 #, c-format msgid "This file (%s) is already opened in another LaTeXila window." msgstr "" "Αυτό το αρχείο (%s) είναι ήδη ανοικτό σε ένα άλλο παράθυρο του LaTeXila." -#: ../src/main_window.vala:657 +#: ../src/main_window.vala:660 msgid "" "LaTeXila opened this instance of the file in a non-editable way. Do you want " "to edit it anyway?" @@ -2034,48 +2051,51 @@ "Το LaTeXila άνοιξε αυτό το στιγμιότυπο του αρχείου με μη επεξεργάσιμο τρόπο. " "Θέλετε να το επεξεργαστείτε οπωσδήποτε;" -#: ../src/main_window.vala:660 +#: ../src/main_window.vala:663 msgid "Edit Anyway" msgstr "Επεξεργασία οπωσδήποτε" -#: ../src/main_window.vala:661 +#: ../src/main_window.vala:664 msgid "Don't Edit" msgstr "Να μην επεξεργαστεί" -#: ../src/main_window.vala:762 +#: ../src/main_window.vala:765 #, c-format msgid "Save changes to document \"%s\" before closing?" msgstr "Αποθήκευση αλλαγών στο έγγραφο \"%s\" πριν το κλείσιμο;" -#: ../src/main_window.vala:842 +#: ../src/main_window.vala:845 msgid "Read-Only" msgstr "Μόνο για ανάγνωση" -#: ../src/main_window.vala:860 +#: ../src/main_window.vala:863 msgid "Save File" msgstr "Αποθήκευση αρχείου" -#: ../src/main_window.vala:895 +#: ../src/main_window.vala:898 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Το αρχείο με όνομα \"%s\" υπάρχει ήδη. Θέλετε να το αντικαταστήσετε;" -#: ../src/main_window.vala:900 ../src/search.vala:182 +#: ../src/main_window.vala:903 ../src/search.vala:182 msgid "Replace" msgstr "Αντικατάσταση" -#: ../src/main_window.vala:1206 +#: ../src/main_window.vala:1209 msgid "LaTeXila is an Integrated LaTeX Environment for the GNOME Desktop" msgstr "" "Το LaTeXila είναι ένα ολοκληρωμένο περιβάλλον LaTeX για την επιφάνεια " "εργασίας του GNOME" -#: ../src/main_window.vala:1245 +#: ../src/main_window.vala:1248 msgid "translator-credits" msgstr "" +"Ελληνική μεταφραστική ομάδα GNOME\n" " Δημήτρης Σπίγγος <dmtr...@gmail.com>\n" " Μαρία Μαυρίδου <mavri...@gmail.com>\n" -"Για περισσότερες πληροφορίες http://gnome.gr" +"\n" +"Για περισσότερες πληροφορίες, επισκεφθείτε τη σελίδα\n" +"http://gnome.gr/" #: ../src/post_processors.vala:188 msgid "Latexmk messages" @@ -2496,6 +2516,9 @@ msgid "Other" msgstr "Άλλα" +#~ msgid "text;tex;latex;editor;documents;" +#~ msgstr "text;tex;latex;editor;documents;κείμενο;επεξεργαστής;έγγραφα;" + #~ 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." diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/po/hu.po new/latexila-3.14.3/po/hu.po --- old/latexila-3.14.2/po/hu.po 2014-10-27 15:51:10.000000000 +0100 +++ new/latexila-3.14.3/po/hu.po 2015-01-07 14:51:22.000000000 +0100 @@ -8,10 +8,10 @@ "Project-Id-Version: LaTeXila 2.12\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=latexila&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2014-09-11 09:22+0000\n" -"PO-Revision-Date: 2014-09-11 20:33+0200\n" +"POT-Creation-Date: 2014-10-27 14:47+0000\n" +"PO-Revision-Date: 2014-12-07 12:56+0100\n" "Last-Translator: Balázs Úr <urbal...@gmail.com>\n" -"Language-Team: Hungarian <kde-l10n...@kde.org>\n" +"Language-Team: Hungarian <openscope at googlegroups dot com>\n" "Language: hu_HU\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" @@ -593,9 +593,12 @@ msgstr "Az aktív dokumentum fájlneve." #: ../src/build_tool_dialog.vala:611 ../src/build_tool_dialog.vala:616 -msgid "If the active document belongs to a project, the main file is choosen." +#| msgid "" +#| "If the active document belongs to a project, the main file is choosen." +msgid "If the active document belongs to a project, the main file is chosen." msgstr "" -"Ha a dokumentum egy projekthez tartozik, akkor a fő fájl kerül kiválasztásra." +"Ha az aktív dokumentum egy projekthez tartozik, akkor a fő fájl kerül " +"kiválasztásra." #: ../src/build_tool_dialog.vala:615 msgid "The active document's filename without its extension." @@ -691,7 +694,7 @@ msgid "Ln %d, Col %d" msgstr "%d. sor, %d. oszlop" -#: ../src/dialogs.vala:40 ../src/main_window.vala:765 +#: ../src/dialogs.vala:40 ../src/main_window.vala:768 msgid "Close without Saving" msgstr "Bezárás mentés nélkül" @@ -813,7 +816,7 @@ msgstr "Fájlrendszer" #. File browser -#: ../src/file_browser.vala:455 ../src/main_window.vala:404 +#: ../src/file_browser.vala:455 ../src/main_window.vala:407 msgid "File Browser" msgstr "Fájlböngésző" @@ -1698,7 +1701,6 @@ msgstr "A kijelölt sorok megjegyzésének törlése (a „%” karakter eltávolítása)" #: ../src/main_window_edit.vala:65 -#| msgid "_Comment" msgid "_Completion" msgstr "_Befejezés" @@ -1965,7 +1967,7 @@ "Adományozzon elismerése jeleként, és támogassa a LaTeXila további " "fejlesztését" -#: ../src/main_window.vala:71 ../src/main_window.vala:1244 +#: ../src/main_window.vala:71 ../src/main_window.vala:1247 msgid "About LaTeXila" msgstr "A LaTeXila névjegye" @@ -2003,20 +2005,20 @@ msgstr "Az alsó sáv megjelenítése vagy elrejtése" #. Symbols -#: ../src/main_window.vala:400 +#: ../src/main_window.vala:403 msgid "Symbols" msgstr "Szimbólumok" -#: ../src/main_window.vala:409 +#: ../src/main_window.vala:412 msgid "Structure" msgstr "Szerkezet" -#: ../src/main_window.vala:655 +#: ../src/main_window.vala:658 #, c-format msgid "This file (%s) is already opened in another LaTeXila window." msgstr "Ez a fájl („%s”) már meg van nyitva egy másik LaTeXila ablakban." -#: ../src/main_window.vala:657 +#: ../src/main_window.vala:660 msgid "" "LaTeXila opened this instance of the file in a non-editable way. Do you want " "to edit it anyway?" @@ -2024,41 +2026,41 @@ "A LaTeXila ezt a fájlt nem szerkeszthető módon nyitotta meg. Mindenképp " "szeretné szerkeszteni?" -#: ../src/main_window.vala:660 +#: ../src/main_window.vala:663 msgid "Edit Anyway" msgstr "Szerkesztés mindenképp" -#: ../src/main_window.vala:661 +#: ../src/main_window.vala:664 msgid "Don't Edit" msgstr "Ne szerkessze" -#: ../src/main_window.vala:762 +#: ../src/main_window.vala:765 #, c-format msgid "Save changes to document \"%s\" before closing?" msgstr "Menti a változásokat a(z) „%s” dokumentumba, mielőtt bezárja?" -#: ../src/main_window.vala:842 +#: ../src/main_window.vala:845 msgid "Read-Only" msgstr "Csak olvasható" -#: ../src/main_window.vala:860 +#: ../src/main_window.vala:863 msgid "Save File" msgstr "Fájl mentése" -#: ../src/main_window.vala:895 +#: ../src/main_window.vala:898 #, c-format msgid "A file named \"%s\" already exists. Do you want to replace it?" msgstr "Már létezik „%s” nevű fájl. Le akarja cserélni?" -#: ../src/main_window.vala:900 ../src/search.vala:182 +#: ../src/main_window.vala:903 ../src/search.vala:182 msgid "Replace" msgstr "Csere" -#: ../src/main_window.vala:1206 +#: ../src/main_window.vala:1209 msgid "LaTeXila is an Integrated LaTeX Environment for the GNOME Desktop" msgstr "A LaTeXila a GNOME asztal integrált LaTeX környezete" -#: ../src/main_window.vala:1245 +#: ../src/main_window.vala:1248 msgid "translator-credits" msgstr "" "Anca Tibor Attila <anca dot tibor at posteo dot de>Kelemen Gábor <kelemeng " diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/app_settings.c new/latexila-3.14.3/src/app_settings.c --- old/latexila-3.14.2/src/app_settings.c 2014-10-27 16:03:07.000000000 +0100 +++ new/latexila-3.14.3/src/app_settings.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* app_settings.c generated by valac 0.26.0.33-c448, the Vala compiler +/* app_settings.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from app_settings.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/bottom_panel.c new/latexila-3.14.3/src/bottom_panel.c --- old/latexila-3.14.2/src/bottom_panel.c 2014-10-27 16:03:07.000000000 +0100 +++ new/latexila-3.14.3/src/bottom_panel.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* bottom_panel.c generated by valac 0.26.0.33-c448, the Vala compiler +/* bottom_panel.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from bottom_panel.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/build_command_runner.c new/latexila-3.14.3/src/build_command_runner.c --- old/latexila-3.14.2/src/build_command_runner.c 2014-10-27 16:03:07.000000000 +0100 +++ new/latexila-3.14.3/src/build_command_runner.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* build_command_runner.c generated by valac 0.26.0.33-c448, the Vala compiler +/* build_command_runner.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from build_command_runner.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/build_job_runner.c new/latexila-3.14.3/src/build_job_runner.c --- old/latexila-3.14.2/src/build_job_runner.c 2014-10-27 16:03:07.000000000 +0100 +++ new/latexila-3.14.3/src/build_job_runner.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* build_job_runner.c generated by valac 0.26.0.33-c448, the Vala compiler +/* build_job_runner.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from build_job_runner.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/build_tool_dialog.c new/latexila-3.14.3/src/build_tool_dialog.c --- old/latexila-3.14.2/src/build_tool_dialog.c 2014-10-27 16:03:07.000000000 +0100 +++ new/latexila-3.14.3/src/build_tool_dialog.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* build_tool_dialog.c generated by valac 0.26.0.33-c448, the Vala compiler +/* build_tool_dialog.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from build_tool_dialog.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/build_tool_runner.c new/latexila-3.14.3/src/build_tool_runner.c --- old/latexila-3.14.2/src/build_tool_runner.c 2014-10-27 16:03:07.000000000 +0100 +++ new/latexila-3.14.3/src/build_tool_runner.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* build_tool_runner.c generated by valac 0.26.0.33-c448, the Vala compiler +/* build_tool_runner.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from build_tool_runner.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/build_tools.c new/latexila-3.14.3/src/build_tools.c --- old/latexila-3.14.2/src/build_tools.c 2014-10-27 16:03:07.000000000 +0100 +++ new/latexila-3.14.3/src/build_tools.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* build_tools.c generated by valac 0.26.0.33-c448, the Vala compiler +/* build_tools.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from build_tools.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/build_tools_preferences.c new/latexila-3.14.3/src/build_tools_preferences.c --- old/latexila-3.14.2/src/build_tools_preferences.c 2014-10-27 16:03:07.000000000 +0100 +++ new/latexila-3.14.3/src/build_tools_preferences.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* build_tools_preferences.c generated by valac 0.26.0.33-c448, the Vala compiler +/* build_tools_preferences.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from build_tools_preferences.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/build_view.c new/latexila-3.14.3/src/build_view.c --- old/latexila-3.14.2/src/build_view.c 2014-10-27 16:03:07.000000000 +0100 +++ new/latexila-3.14.3/src/build_view.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* build_view.c generated by valac 0.26.0.33-c448, the Vala compiler +/* build_view.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from build_view.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/clean_build_files.c new/latexila-3.14.3/src/clean_build_files.c --- old/latexila-3.14.2/src/clean_build_files.c 2014-10-27 16:03:07.000000000 +0100 +++ new/latexila-3.14.3/src/clean_build_files.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* clean_build_files.c generated by valac 0.26.0.33-c448, the Vala compiler +/* clean_build_files.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from clean_build_files.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/completion.c new/latexila-3.14.3/src/completion.c --- old/latexila-3.14.2/src/completion.c 2014-10-27 16:03:07.000000000 +0100 +++ new/latexila-3.14.3/src/completion.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* completion.c generated by valac 0.26.0.33-c448, the Vala compiler +/* completion.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from completion.vala, do not modify */ /* @@ -411,84 +411,95 @@ static gboolean completion_provider_real_get_start_iter (GtkSourceCompletionProvider* base, GtkSourceCompletionContext* context, GtkSourceCompletionProposal* proposal, GtkTextIter* iter) { CompletionProvider * self; + GtkTextIter _vala_iter = {0}; gboolean result = FALSE; + GtkTextIter _tmp0_ = {0}; gchar* cmd = NULL; - GtkSourceCompletionContext* _tmp0_ = NULL; - GtkTextIter* _tmp1_ = NULL; + GtkSourceCompletionContext* _tmp1_ = NULL; GtkTextIter* _tmp2_ = NULL; - GtkTextIter _tmp3_ = {0}; - gchar* _tmp4_ = NULL; - const gchar* _tmp5_ = NULL; - GtkSourceCompletionContext* _tmp6_ = NULL; - GtkTextIter* _tmp7_ = NULL; + GtkTextIter* _tmp3_ = NULL; + GtkTextIter _tmp4_ = {0}; + gchar* _tmp5_ = NULL; + const gchar* _tmp6_ = NULL; + GtkSourceCompletionContext* _tmp7_ = NULL; GtkTextIter* _tmp8_ = NULL; + GtkTextIter* _tmp9_ = NULL; GtkTextIter prev = {0}; - GtkTextIter _tmp9_ = {0}; - gboolean _tmp10_ = FALSE; + GtkTextIter _tmp10_ = {0}; gboolean _tmp11_ = FALSE; - gboolean _tmp14_ = FALSE; - GtkTextIter _tmp15_ = {0}; - gboolean _tmp16_ = FALSE; + gboolean _tmp12_ = FALSE; + gboolean _tmp15_ = FALSE; + GtkTextIter _tmp16_ = {0}; gboolean _tmp17_ = FALSE; + gboolean _tmp18_ = FALSE; self = (CompletionProvider*) base; g_return_val_if_fail (context != NULL, FALSE); g_return_val_if_fail (proposal != NULL, FALSE); - g_return_val_if_fail (iter != NULL, FALSE); - _tmp0_ = context; - g_object_get (_tmp0_, "iter", &_tmp1_, NULL); - _tmp2_ = _tmp1_; - _tmp3_ = *_tmp2_; - _tmp4_ = completion_provider_get_latex_command_at_iter (self, &_tmp3_); - cmd = _tmp4_; - _tmp5_ = cmd; - if (_tmp5_ == NULL) { + _vala_iter = _tmp0_; + _tmp1_ = context; + g_object_get (_tmp1_, "iter", &_tmp2_, NULL); + _tmp3_ = _tmp2_; + _tmp4_ = *_tmp3_; + _tmp5_ = completion_provider_get_latex_command_at_iter (self, &_tmp4_); + cmd = _tmp5_; + _tmp6_ = cmd; + if (_tmp6_ == NULL) { result = FALSE; _g_free0 (cmd); + if (iter) { + *iter = _vala_iter; + } return result; } - _tmp6_ = context; - g_object_get (_tmp6_, "iter", &_tmp7_, NULL); - _tmp8_ = _tmp7_; - *iter = *_tmp8_; - _tmp9_ = *iter; - prev = _tmp9_; - _tmp11_ = gtk_text_iter_backward_char (&prev); - if (_tmp11_) { - gunichar _tmp12_ = 0U; - _tmp12_ = gtk_text_iter_get_char (&prev); - _tmp10_ = _tmp12_ == ((gunichar) '\\'); + _tmp7_ = context; + g_object_get (_tmp7_, "iter", &_tmp8_, NULL); + _tmp9_ = _tmp8_; + _vala_iter = *_tmp9_; + _tmp10_ = _vala_iter; + prev = _tmp10_; + _tmp12_ = gtk_text_iter_backward_char (&prev); + if (_tmp12_) { + gunichar _tmp13_ = 0U; + _tmp13_ = gtk_text_iter_get_char (&prev); + _tmp11_ = _tmp13_ == ((gunichar) '\\'); } else { - _tmp10_ = FALSE; + _tmp11_ = FALSE; } - if (_tmp10_) { - GtkTextIter _tmp13_ = {0}; - _tmp13_ = prev; - *iter = _tmp13_; + if (_tmp11_) { + GtkTextIter _tmp14_ = {0}; + _tmp14_ = prev; + _vala_iter = _tmp14_; result = TRUE; _g_free0 (cmd); + if (iter) { + *iter = _vala_iter; + } return result; } - _tmp14_ = gtk_text_iter_starts_word (iter); - if (!_tmp14_) { - gtk_text_iter_backward_visible_word_start (iter); - } - _tmp15_ = *iter; - prev = _tmp15_; - _tmp17_ = gtk_text_iter_backward_char (&prev); - if (_tmp17_) { - gunichar _tmp18_ = 0U; - _tmp18_ = gtk_text_iter_get_char (&prev); - _tmp16_ = _tmp18_ == ((gunichar) '\\'); + _tmp15_ = gtk_text_iter_starts_word (&_vala_iter); + if (!_tmp15_) { + gtk_text_iter_backward_visible_word_start (&_vala_iter); + } + _tmp16_ = _vala_iter; + prev = _tmp16_; + _tmp18_ = gtk_text_iter_backward_char (&prev); + if (_tmp18_) { + gunichar _tmp19_ = 0U; + _tmp19_ = gtk_text_iter_get_char (&prev); + _tmp17_ = _tmp19_ == ((gunichar) '\\'); } else { - _tmp16_ = FALSE; + _tmp17_ = FALSE; } - if (_tmp16_) { - GtkTextIter _tmp19_ = {0}; - _tmp19_ = prev; - *iter = _tmp19_; + if (_tmp17_) { + GtkTextIter _tmp20_ = {0}; + _tmp20_ = prev; + _vala_iter = _tmp20_; } result = TRUE; _g_free0 (cmd); + if (iter) { + *iter = _vala_iter; + } return result; } @@ -1208,7 +1219,7 @@ _tmp22_ = _tmp21_.arg_contents; completion_provider_activate_proposal_argument_choice (self, _tmp17_, &_tmp18_, _tmp20_, _tmp22_); } else { - g_warning ("completion.vala:403: Not in a LaTeX command argument."); + g_warning ("completion.vala:404: Not in a LaTeX command argument."); } completion_provider_argument_context_destroy (&info); } @@ -2539,7 +2550,7 @@ _inner_error_ = NULL; _tmp14_ = e; _tmp15_ = _tmp14_->message; - g_warning ("completion.vala:775: Impossible to load completion data: %s", _tmp15_); + g_warning ("completion.vala:776: Impossible to load completion data: %s", _tmp15_); _g_error_free0 (e); } __finally12: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/completion.vala new/latexila-3.14.3/src/completion.vala --- old/latexila-3.14.2/src/completion.vala 2014-10-27 15:55:53.000000000 +0100 +++ new/latexila-3.14.3/src/completion.vala 2015-01-07 14:54:35.000000000 +0100 @@ -128,8 +128,9 @@ } public bool get_start_iter (SourceCompletionContext context, - SourceCompletionProposal proposal, TextIter iter) + SourceCompletionProposal proposal, out TextIter iter) { + iter = {}; string? cmd = get_latex_command_at_iter (context.iter); // In a LaTeX command argument, use the default implementation. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/custom_statusbar.c new/latexila-3.14.3/src/custom_statusbar.c --- old/latexila-3.14.2/src/custom_statusbar.c 2014-10-27 16:03:07.000000000 +0100 +++ new/latexila-3.14.3/src/custom_statusbar.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* custom_statusbar.c generated by valac 0.26.0.33-c448, the Vala compiler +/* custom_statusbar.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from custom_statusbar.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/dialogs.c new/latexila-3.14.3/src/dialogs.c --- old/latexila-3.14.2/src/dialogs.c 2014-10-27 16:03:07.000000000 +0100 +++ new/latexila-3.14.3/src/dialogs.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* dialogs.c generated by valac 0.26.0.33-c448, the Vala compiler +/* dialogs.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from dialogs.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/document.c new/latexila-3.14.3/src/document.c --- old/latexila-3.14.2/src/document.c 2014-10-27 16:03:07.000000000 +0100 +++ new/latexila-3.14.3/src/document.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* document.c generated by valac 0.26.0.33-c448, the Vala compiler +/* document.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from document.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/document_structure.c new/latexila-3.14.3/src/document_structure.c --- old/latexila-3.14.2/src/document_structure.c 2014-10-27 16:03:07.000000000 +0100 +++ new/latexila-3.14.3/src/document_structure.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* document_structure.c generated by valac 0.26.0.33-c448, the Vala compiler +/* document_structure.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from document_structure.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/document_tab.c new/latexila-3.14.3/src/document_tab.c --- old/latexila-3.14.2/src/document_tab.c 2014-10-27 16:03:07.000000000 +0100 +++ new/latexila-3.14.3/src/document_tab.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* document_tab.c generated by valac 0.26.0.33-c448, the Vala compiler +/* document_tab.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from document_tab.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/document_view.c new/latexila-3.14.3/src/document_view.c --- old/latexila-3.14.2/src/document_view.c 2014-10-27 16:03:07.000000000 +0100 +++ new/latexila-3.14.3/src/document_view.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* document_view.c generated by valac 0.26.0.33-c448, the Vala compiler +/* document_view.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from document_view.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/documents_panel.c new/latexila-3.14.3/src/documents_panel.c --- old/latexila-3.14.2/src/documents_panel.c 2014-10-27 16:03:07.000000000 +0100 +++ new/latexila-3.14.3/src/documents_panel.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* documents_panel.c generated by valac 0.26.0.33-c448, the Vala compiler +/* documents_panel.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from documents_panel.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/encodings.c new/latexila-3.14.3/src/encodings.c --- old/latexila-3.14.2/src/encodings.c 2014-10-27 16:03:07.000000000 +0100 +++ new/latexila-3.14.3/src/encodings.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* encodings.c generated by valac 0.26.0.33-c448, the Vala compiler +/* encodings.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from encodings.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/error_entry.c new/latexila-3.14.3/src/error_entry.c --- old/latexila-3.14.2/src/error_entry.c 2014-10-27 16:03:07.000000000 +0100 +++ new/latexila-3.14.3/src/error_entry.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* error_entry.c generated by valac 0.26.0.33-c448, the Vala compiler +/* error_entry.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from error_entry.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/file_browser.c new/latexila-3.14.3/src/file_browser.c --- old/latexila-3.14.2/src/file_browser.c 2014-10-27 16:03:07.000000000 +0100 +++ new/latexila-3.14.3/src/file_browser.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* file_browser.c generated by valac 0.26.0.33-c448, the Vala compiler +/* file_browser.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from file_browser.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/latex_menu.c new/latexila-3.14.3/src/latex_menu.c --- old/latexila-3.14.2/src/latex_menu.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/latex_menu.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* latex_menu.c generated by valac 0.26.0.33-c448, the Vala compiler +/* latex_menu.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from latex_menu.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/latex_post_processor.c new/latexila-3.14.3/src/latex_post_processor.c --- old/latexila-3.14.2/src/latex_post_processor.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/latex_post_processor.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* latex_post_processor.c generated by valac 0.26.0.33-c448, the Vala compiler +/* latex_post_processor.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from latex_post_processor.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/latexila-resources.c new/latexila-3.14.3/src/latexila-resources.c --- old/latexila-3.14.2/src/latexila-resources.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/latexila-resources.c 2015-01-07 15:20:13.000000000 +0100 @@ -119539,6 +119539,8 @@ */ +#ifndef __GTK_DOC_IGNORE__ + #if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 7) #define G_HAS_CONSTRUCTORS 1 @@ -119612,6 +119614,7 @@ #endif +#endif /* __GTK_DOC_IGNORE__ */ #ifdef G_HAS_CONSTRUCTORS diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/latexila.c new/latexila-3.14.3/src/latexila.c --- old/latexila-3.14.2/src/latexila.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/latexila.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* latexila.c generated by valac 0.26.0.33-c448, the Vala compiler +/* latexila.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from latexila.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/main.c new/latexila-3.14.3/src/main.c --- old/latexila-3.14.2/src/main.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/main.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* main.c generated by valac 0.26.0.33-c448, the Vala compiler +/* main.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from main.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/main_window.c new/latexila-3.14.3/src/main_window.c --- old/latexila-3.14.2/src/main_window.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/main_window.c 2015-01-07 15:20:13.000000000 +0100 @@ -1,4 +1,4 @@ -/* main_window.c generated by valac 0.26.0.33-c448, the Vala compiler +/* main_window.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from main_window.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/main_window_build_tools.c new/latexila-3.14.3/src/main_window_build_tools.c --- old/latexila-3.14.2/src/main_window_build_tools.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/main_window_build_tools.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* main_window_build_tools.c generated by valac 0.26.0.33-c448, the Vala compiler +/* main_window_build_tools.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from main_window_build_tools.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/main_window_documents.c new/latexila-3.14.3/src/main_window_documents.c --- old/latexila-3.14.2/src/main_window_documents.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/main_window_documents.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* main_window_documents.c generated by valac 0.26.0.33-c448, the Vala compiler +/* main_window_documents.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from main_window_documents.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/main_window_edit.c new/latexila-3.14.3/src/main_window_edit.c --- old/latexila-3.14.2/src/main_window_edit.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/main_window_edit.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* main_window_edit.c generated by valac 0.26.0.33-c448, the Vala compiler +/* main_window_edit.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from main_window_edit.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/main_window_file.c new/latexila-3.14.3/src/main_window_file.c --- old/latexila-3.14.2/src/main_window_file.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/main_window_file.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* main_window_file.c generated by valac 0.26.0.33-c448, the Vala compiler +/* main_window_file.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from main_window_file.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/main_window_structure.c new/latexila-3.14.3/src/main_window_structure.c --- old/latexila-3.14.2/src/main_window_structure.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/main_window_structure.c 2015-01-07 15:20:12.000000000 +0100 @@ -1,4 +1,4 @@ -/* main_window_structure.c generated by valac 0.26.0.33-c448, the Vala compiler +/* main_window_structure.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from main_window_structure.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/menu_in_toolbar.c new/latexila-3.14.3/src/menu_in_toolbar.c --- old/latexila-3.14.2/src/menu_in_toolbar.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/menu_in_toolbar.c 2015-01-07 15:20:13.000000000 +0100 @@ -1,4 +1,4 @@ -/* menu_in_toolbar.c generated by valac 0.26.0.33-c448, the Vala compiler +/* menu_in_toolbar.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from menu_in_toolbar.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/most_used_symbols.c new/latexila-3.14.3/src/most_used_symbols.c --- old/latexila-3.14.2/src/most_used_symbols.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/most_used_symbols.c 2015-01-07 15:20:13.000000000 +0100 @@ -1,4 +1,4 @@ -/* most_used_symbols.c generated by valac 0.26.0.33-c448, the Vala compiler +/* most_used_symbols.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from most_used_symbols.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/post_processors.c new/latexila-3.14.3/src/post_processors.c --- old/latexila-3.14.2/src/post_processors.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/post_processors.c 2015-01-07 15:20:13.000000000 +0100 @@ -1,4 +1,4 @@ -/* post_processors.c generated by valac 0.26.0.33-c448, the Vala compiler +/* post_processors.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from post_processors.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/preferences_dialog.c new/latexila-3.14.3/src/preferences_dialog.c --- old/latexila-3.14.2/src/preferences_dialog.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/preferences_dialog.c 2015-01-07 15:20:13.000000000 +0100 @@ -1,4 +1,4 @@ -/* preferences_dialog.c generated by valac 0.26.0.33-c448, the Vala compiler +/* preferences_dialog.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from preferences_dialog.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/project_dialogs.c new/latexila-3.14.3/src/project_dialogs.c --- old/latexila-3.14.2/src/project_dialogs.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/project_dialogs.c 2015-01-07 15:20:13.000000000 +0100 @@ -1,4 +1,4 @@ -/* project_dialogs.c generated by valac 0.26.0.33-c448, the Vala compiler +/* project_dialogs.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from project_dialogs.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/projects.c new/latexila-3.14.3/src/projects.c --- old/latexila-3.14.2/src/projects.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/projects.c 2015-01-07 15:20:13.000000000 +0100 @@ -1,4 +1,4 @@ -/* projects.c generated by valac 0.26.0.33-c448, the Vala compiler +/* projects.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from projects.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/search.c new/latexila-3.14.3/src/search.c --- old/latexila-3.14.2/src/search.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/search.c 2015-01-07 15:20:13.000000000 +0100 @@ -1,4 +1,4 @@ -/* search.c generated by valac 0.26.0.33-c448, the Vala compiler +/* search.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from search.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/side_panel.c new/latexila-3.14.3/src/side_panel.c --- old/latexila-3.14.2/src/side_panel.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/side_panel.c 2015-01-07 15:20:13.000000000 +0100 @@ -1,4 +1,4 @@ -/* side_panel.c generated by valac 0.26.0.33-c448, the Vala compiler +/* side_panel.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from side_panel.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/stock_icons.c new/latexila-3.14.3/src/stock_icons.c --- old/latexila-3.14.2/src/stock_icons.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/stock_icons.c 2015-01-07 15:20:13.000000000 +0100 @@ -1,4 +1,4 @@ -/* stock_icons.c generated by valac 0.26.0.33-c448, the Vala compiler +/* stock_icons.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from stock_icons.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/structure.c new/latexila-3.14.3/src/structure.c --- old/latexila-3.14.2/src/structure.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/structure.c 2015-01-07 15:20:13.000000000 +0100 @@ -1,4 +1,4 @@ -/* structure.c generated by valac 0.26.0.33-c448, the Vala compiler +/* structure.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from structure.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/structure_model.c new/latexila-3.14.3/src/structure_model.c --- old/latexila-3.14.2/src/structure_model.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/structure_model.c 2015-01-07 15:20:13.000000000 +0100 @@ -1,4 +1,4 @@ -/* structure_model.c generated by valac 0.26.0.33-c448, the Vala compiler +/* structure_model.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from structure_model.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/symbols.c new/latexila-3.14.3/src/symbols.c --- old/latexila-3.14.2/src/symbols.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/symbols.c 2015-01-07 15:20:13.000000000 +0100 @@ -1,4 +1,4 @@ -/* symbols.c generated by valac 0.26.0.33-c448, the Vala compiler +/* symbols.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from symbols.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/symbols_view.c new/latexila-3.14.3/src/symbols_view.c --- old/latexila-3.14.2/src/symbols_view.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/symbols_view.c 2015-01-07 15:20:13.000000000 +0100 @@ -1,4 +1,4 @@ -/* symbols_view.c generated by valac 0.26.0.33-c448, the Vala compiler +/* symbols_view.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from symbols_view.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/synctex.c new/latexila-3.14.3/src/synctex.c --- old/latexila-3.14.2/src/synctex.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/synctex.c 2015-01-07 15:20:13.000000000 +0100 @@ -1,4 +1,4 @@ -/* synctex.c generated by valac 0.26.0.33-c448, the Vala compiler +/* synctex.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from synctex.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/tab_info_bar.c new/latexila-3.14.3/src/tab_info_bar.c --- old/latexila-3.14.2/src/tab_info_bar.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/tab_info_bar.c 2015-01-07 15:20:13.000000000 +0100 @@ -1,4 +1,4 @@ -/* tab_info_bar.c generated by valac 0.26.0.33-c448, the Vala compiler +/* tab_info_bar.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from tab_info_bar.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/templates.c new/latexila-3.14.3/src/templates.c --- old/latexila-3.14.2/src/templates.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/templates.c 2015-01-07 15:20:13.000000000 +0100 @@ -1,4 +1,4 @@ -/* templates.c generated by valac 0.26.0.33-c448, the Vala compiler +/* templates.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from templates.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/templates_dialogs.c new/latexila-3.14.3/src/templates_dialogs.c --- old/latexila-3.14.2/src/templates_dialogs.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/templates_dialogs.c 2015-01-07 15:20:13.000000000 +0100 @@ -1,4 +1,4 @@ -/* templates_dialogs.c generated by valac 0.26.0.33-c448, the Vala compiler +/* templates_dialogs.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from templates_dialogs.vala, do not modify */ /* diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/latexila-3.14.2/src/utils.c new/latexila-3.14.3/src/utils.c --- old/latexila-3.14.2/src/utils.c 2014-10-27 16:03:08.000000000 +0100 +++ new/latexila-3.14.3/src/utils.c 2015-01-07 15:20:13.000000000 +0100 @@ -1,4 +1,4 @@ -/* utils.c generated by valac 0.26.0.33-c448, the Vala compiler +/* utils.c generated by valac 0.26.0.92-9bcc61c, the Vala compiler * generated from utils.vala, do not modify */ /* -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org