Author: benny
Date: 2007-01-20 14:29:37 +0000 (Sat, 20 Jan 2007)
New Revision: 24630

Modified:
   terminal/trunk/ChangeLog
   terminal/trunk/NEWS
   terminal/trunk/THANKS
   terminal/trunk/configure.in.in
   terminal/trunk/po-doc/ja.po
   terminal/trunk/po/ChangeLog
   terminal/trunk/po/Terminal.pot
   terminal/trunk/po/be.po
   terminal/trunk/po/ca.po
   terminal/trunk/po/cs.po
   terminal/trunk/po/de.po
   terminal/trunk/po/dz.po
   terminal/trunk/po/el.po
   terminal/trunk/po/en_GB.po
   terminal/trunk/po/eo.po
   terminal/trunk/po/es.po
   terminal/trunk/po/eu.po
   terminal/trunk/po/fi.po
   terminal/trunk/po/fr.po
   terminal/trunk/po/gl.po
   terminal/trunk/po/he.po
   terminal/trunk/po/hu.po
   terminal/trunk/po/it.po
   terminal/trunk/po/ja.po
   terminal/trunk/po/ko.po
   terminal/trunk/po/lt.po
   terminal/trunk/po/nl.po
   terminal/trunk/po/pa.po
   terminal/trunk/po/pl.po
   terminal/trunk/po/pt_BR.po
   terminal/trunk/po/ru.po
   terminal/trunk/po/sk.po
   terminal/trunk/po/sv.po
   terminal/trunk/po/uk.po
   terminal/trunk/po/vi.po
   terminal/trunk/po/zh_CN.po
   terminal/trunk/po/zh_TW.po
   terminal/trunk/terminal/Makefile.am
Log:
2007-01-20      Benedikt Meurer <[EMAIL PROTECTED]>

        * === Released 0.2.6 ===
        * NEWS, configure.in.in: Bump version.
        * configure.in.in: Depend on libexo 0.3.2.
        * terminal/Makefile.am: No need to define EXO_API_SUBJECT_TO_CHANGE
          any more.
        * THANKS: Add missing translator credits.
        * po/*.po, po-doc/*.po: Update Project-Id-Version.




Modified: terminal/trunk/ChangeLog
===================================================================
--- terminal/trunk/ChangeLog    2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/ChangeLog    2007-01-20 14:29:37 UTC (rev 24630)
@@ -1,3 +1,13 @@
+2007-01-20     Benedikt Meurer <[EMAIL PROTECTED]>
+
+       * === Released 0.2.6 ===
+       * NEWS, configure.in.in: Bump version.
+       * configure.in.in: Depend on libexo 0.3.2.
+       * terminal/Makefile.am: No need to define EXO_API_SUBJECT_TO_CHANGE
+         any more.
+       * THANKS: Add missing translator credits.
+       * po/*.po, po-doc/*.po: Update Project-Id-Version.
+
 2007-01-02     Benedikt Meurer <[EMAIL PROTECTED]>
 
        * terminal/terminal-window.c(terminal_window_detach_screen):

Modified: terminal/trunk/NEWS
===================================================================
--- terminal/trunk/NEWS 2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/NEWS 2007-01-20 14:29:37 UTC (rev 24630)
@@ -1,3 +1,18 @@
+0.2.6
+=====
+- Add support for real transparency with GTK+ 2.10 and a composition manager
+  (Bug #2671).
+- Do not crash when you the first tab is detached and MiscAlwaysTabs is set
+  to TRUE (Bug #2686).
+- Add support to reorder tabs with GTK+ 2.10 (Bug #1974).
+- Fix installation on case insensitive file systems (Bug #2526).
+- Updated translations: Michal Varady (cs), Benedikt Meurer (de), Stavros
+                        Giannouris (el), Piarres Beobide (eu), Jari Rahkonen
+                       (fi), Maximilian Schleiss (fr), Szymon Kałasz (pl),
+                       Andrey Fedoseev (ru).
+- New translations: Alexander Nyakhaychyk (be), Amanpreet Singh Alam (pa).
+
+
 0.2.5.9svn
 ==========
 - Add support for real transparency with GTK+ 2.10 and a compositing manager,

Modified: terminal/trunk/THANKS
===================================================================
--- terminal/trunk/THANKS       2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/THANKS       2007-01-20 14:29:37 UTC (rev 24630)
@@ -25,6 +25,9 @@
 ----------------------------------
 These people have translated Terminal to foreign languages.
 
+ Alexander Nyakhaychyk <[EMAIL PROTECTED]>
+  * be translations
+
  Carles Muñoz Gorriz <[EMAIL PROTECTED]>
   * ca translations
 
@@ -91,6 +94,9 @@
  Jasper Huijsmans <[EMAIL PROTECTED]>
   * nl translations
 
+ Amanpreet Singh Alam <[EMAIL PROTECTED]>
+  * pa translations
+
  Szymon Kałasz <[EMAIL PROTECTED]>
   * pl translations
 

Modified: terminal/trunk/configure.in.in
===================================================================
--- terminal/trunk/configure.in.in      2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/configure.in.in      2007-01-20 14:29:37 UTC (rev 24630)
@@ -1,6 +1,6 @@
 dnl $Id$
 dnl
-dnl Copyright (c) 2003-2006
+dnl Copyright (c) 2003-2007
 dnl         os-cillation e.K. All rights reserved.
 dnl
 dnl Written by Benedikt Meurer <[EMAIL PROTECTED]>.
@@ -11,10 +11,10 @@
 dnl ***************************
 m4_define([terminal_version_major], [0])
 m4_define([terminal_version_minor], [2])
-m4_define([terminal_version_micro], [5])
-m4_define([terminal_version_nano], [9])
+m4_define([terminal_version_micro], [6])
+m4_define([terminal_version_nano], [])
 m4_define([terminal_version_build], [EMAIL PROTECTED]@])
-m4_define([terminal_version_tag], [svn])
+m4_define([terminal_version_tag], [])
 m4_define([terminal_version_dbus], [3])
 m4_define([terminal_version], 
[terminal_version_major().terminal_version_minor().terminal_version_micro()ifelse(terminal_version_nano(),
 [], [], [.terminal_version_nano()])ifelse(terminal_version_tag(), [svn], 
[terminal_version_tag()-terminal_version_build()], [terminal_version_tag()])])
 
@@ -26,7 +26,7 @@
 dnl ***************************
 dnl *** Initialize autoconf ***
 dnl ***************************
-AC_COPYRIGHT([Copyright (c) 2003-2006
+AC_COPYRIGHT([Copyright (c) 2003-2007
         os-cillation e.K. All rights reserved.
 
 Written by Benedikt Meurer <[EMAIL PROTECTED]>.])
@@ -75,7 +75,7 @@
 dnl ***********************************
 dnl *** Check for required packages ***
 dnl ***********************************
-XDT_CHECK_PACKAGE([EXO], [exo-0.3], [0.3.1.12])
+XDT_CHECK_PACKAGE([EXO], [exo-0.3], [0.3.2])
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
 XDT_CHECK_PACKAGE([VTE], [vte], [0.11.11])
 

Modified: terminal/trunk/po/ChangeLog
===================================================================
--- terminal/trunk/po/ChangeLog 2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/ChangeLog 2007-01-20 14:29:37 UTC (rev 24630)
@@ -1,3 +1,8 @@
+2007-01-20  Benedikt Meurer <[EMAIL PROTECTED]>
+
+       * === Released 0.2.6 ===
+       * *.po: Update Project-Id-Version.
+
 2007-01-19  Alexander Nyakhaychyk  <[EMAIL PROTECTED]>
 
        * be.po: Added Belarusian Translation
@@ -14,7 +19,7 @@
 
 2007-01-03  Piarres Beobide <[EMAIL PROTECTED]>
 
-        * eu.po: Basque translation update.
+       * eu.po: Basque translation update.
 
 2007-01-02  Maximilian Schleiss <[EMAIL PROTECTED]>
 

Modified: terminal/trunk/po/Terminal.pot
===================================================================
--- terminal/trunk/po/Terminal.pot      2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/Terminal.pot      2007-01-20 14:29:37 UTC (rev 24630)
@@ -8,7 +8,7 @@
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2007-01-02 12:38+0100\n"
+"POT-Creation-Date: 2007-01-20 15:26+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <[EMAIL PROTECTED]>\n"
 "Language-Team: LANGUAGE <[EMAIL PROTECTED]>\n"

Modified: terminal/trunk/po/be.po
===================================================================
--- terminal/trunk/po/be.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/be.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -1,12 +1,11 @@
-# SOME DESCRIPTIVE TITLE.
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
-# FIRST AUTHOR <[EMAIL PROTECTED]>, YEAR.
+# Belarusian translations of the Terminal package.
+# Copyright (C) 2003-2007 Benedikt Meurer <[EMAIL PROTECTED]>
+# This file is distributed under the same license as the Terminal package.
+# Alexander Nyakhaychyk <[EMAIL PROTECTED]>, 2006.
 #
-#
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal trunk\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2007-01-19 02:45+0300\n"

Modified: terminal/trunk/po/ca.po
===================================================================
--- terminal/trunk/po/ca.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/ca.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -8,7 +8,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2006-11-04 14:45+0100\n"

Modified: terminal/trunk/po/cs.po
===================================================================
--- terminal/trunk/po/cs.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/cs.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2007-01-14 19:13+0100\n"

Modified: terminal/trunk/po/de.po
===================================================================
--- terminal/trunk/po/de.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/de.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.9svn\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2007-01-02 12:39+0100\n"

Modified: terminal/trunk/po/dz.po
===================================================================
--- terminal/trunk/po/dz.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/dz.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2006-10-23 01:56+0530\n"

Modified: terminal/trunk/po/el.po
===================================================================
--- terminal/trunk/po/el.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/el.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2006-12-17 23:54+0200\n"

Modified: terminal/trunk/po/en_GB.po
===================================================================
--- terminal/trunk/po/en_GB.po  2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/en_GB.po  2007-01-20 14:29:37 UTC (rev 24630)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2005-09-16 20:09+0900\n"

Modified: terminal/trunk/po/eo.po
===================================================================
--- terminal/trunk/po/eo.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/eo.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -5,7 +5,7 @@
 # Jarbas Araujo Jr <[EMAIL PROTECTED]>, 2006.
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2006-09-14 12:14+0200\n"

Modified: terminal/trunk/po/es.po
===================================================================
--- terminal/trunk/po/es.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/es.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2005-09-16 20:10+0900\n"

Modified: terminal/trunk/po/eu.po
===================================================================
--- terminal/trunk/po/eu.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/eu.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -6,7 +6,7 @@
 # Piarres Beobide <[EMAIL PROTECTED]>, 2005, 2006.
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2006-06-05 15:09+0200\n"

Modified: terminal/trunk/po/fi.po
===================================================================
--- terminal/trunk/po/fi.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/fi.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 12:45+0200\n"
 "PO-Revision-Date: 2007-01-11 12:46+0200\n"

Modified: terminal/trunk/po/fr.po
===================================================================
--- terminal/trunk/po/fr.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/fr.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -7,7 +7,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2007-01-02 14:24+0100\n"

Modified: terminal/trunk/po/gl.po
===================================================================
--- terminal/trunk/po/gl.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/gl.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -6,7 +6,7 @@
 #, fuzzy
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2006-08-18 00:58+0000\n"

Modified: terminal/trunk/po/he.po
===================================================================
--- terminal/trunk/po/he.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/he.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -7,7 +7,7 @@
 # Yuval Tanny <[EMAIL PROTECTED]>, 2005, 2006.
 msgid ""
 msgstr ""
-"Project-Id-Version: he\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2006-11-11 21:11+0200\n"

Modified: terminal/trunk/po/hu.po
===================================================================
--- terminal/trunk/po/hu.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/hu.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2007-01-10 11:41+0100\n"

Modified: terminal/trunk/po/it.po
===================================================================
--- terminal/trunk/po/it.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/it.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2005-09-16 20:11+0900\n"

Modified: terminal/trunk/po/ja.po
===================================================================
--- terminal/trunk/po/ja.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/ja.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -7,7 +7,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2006-05-21 23:39+0900\n"

Modified: terminal/trunk/po/ko.po
===================================================================
--- terminal/trunk/po/ko.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/ko.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2005-12-14 22:52+0900\n"

Modified: terminal/trunk/po/lt.po
===================================================================
--- terminal/trunk/po/lt.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/lt.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2006-05-26 12:20+0300\n"

Modified: terminal/trunk/po/nl.po
===================================================================
--- terminal/trunk/po/nl.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/nl.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2005-09-14 01:21+0900\n"

Modified: terminal/trunk/po/pa.po
===================================================================
--- terminal/trunk/po/pa.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/pa.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -1,11 +1,11 @@
 # translation of pa.po to Punjabi
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# Copyright (C) 2003-2007 Benedikt Meurer <[EMAIL PROTECTED]>
+# This file is distributed under the same license as the Terminal package.
 #
 # A S Alam <[EMAIL PROTECTED]>, 2006.
 msgid ""
 msgstr ""
-"Project-Id-Version: pa\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-11-04 14:26+0100\n"
 "PO-Revision-Date: 2006-12-22 07:53+0530\n"

Modified: terminal/trunk/po/pl.po
===================================================================
--- terminal/trunk/po/pl.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/pl.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -4,7 +4,7 @@
 # Szymon Kałasz <[EMAIL PROTECTED]>, 2006.
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2006-11-10 20:57+0200\n"

Modified: terminal/trunk/po/pt_BR.po
===================================================================
--- terminal/trunk/po/pt_BR.po  2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/pt_BR.po  2007-01-20 14:29:37 UTC (rev 24630)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2006-11-03 13:58-0200\n"

Modified: terminal/trunk/po/ru.po
===================================================================
--- terminal/trunk/po/ru.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/ru.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2006-04-20 18:56+0600\n"

Modified: terminal/trunk/po/sk.po
===================================================================
--- terminal/trunk/po/sk.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/sk.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2006-02-19 17:25+0100\n"

Modified: terminal/trunk/po/sv.po
===================================================================
--- terminal/trunk/po/sv.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/sv.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2006-05-26 18:36+0100\n"

Modified: terminal/trunk/po/uk.po
===================================================================
--- terminal/trunk/po/uk.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/uk.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2006-04-20 17:06+0300\n"

Modified: terminal/trunk/po/vi.po
===================================================================
--- terminal/trunk/po/vi.po     2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/vi.po     2007-01-20 14:29:37 UTC (rev 24630)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2006-04-26 22:39+0400\n"

Modified: terminal/trunk/po/zh_CN.po
===================================================================
--- terminal/trunk/po/zh_CN.po  2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/zh_CN.po  2007-01-20 14:29:37 UTC (rev 24630)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2005-10-21 22:02+0900\n"

Modified: terminal/trunk/po/zh_TW.po
===================================================================
--- terminal/trunk/po/zh_TW.po  2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po/zh_TW.po  2007-01-20 14:29:37 UTC (rev 24630)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-02 12:38+0100\n"
 "PO-Revision-Date: 2006-06-12 21:28+0800\n"

Modified: terminal/trunk/po-doc/ja.po
===================================================================
--- terminal/trunk/po-doc/ja.po 2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/po-doc/ja.po 2007-01-20 14:29:37 UTC (rev 24630)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Terminal 0.2.5.8rc2\n"
+"Project-Id-Version: Terminal 0.2.6\n"
 "POT-Creation-Date: 2006-05-22 00:28+0900\n"
 "PO-Revision-Date: 2006-05-23 12:47+0900\n"
 "Last-Translator: Daichi Kawahata <[EMAIL PROTECTED]>\n"

Modified: terminal/trunk/terminal/Makefile.am
===================================================================
--- terminal/trunk/terminal/Makefile.am 2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/terminal/Makefile.am 2007-01-20 14:29:37 UTC (rev 24630)
@@ -3,7 +3,6 @@
 INCLUDES =                                                             \
        -DBINDIR=\"$(bindir)\"                                          \
        -DDATADIR=\"$(datadir)\"                                        \
-       -DEXO_API_SUBJECT_TO_CHANGE                                     \
        -DEXO_DISABLE_DEPRECATED                                        \
        -DG_LOG_DOMAIN=\"Terminal\"                                     \
        -DLIBEXECDIR=\"$(libexecdir)\"                                  \

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to