Author: benny
Date: 2006-07-09 17:07:25 +0000 (Sun, 09 Jul 2006)
New Revision: 22320

Modified:
   libexo/trunk/ChangeLog
   libexo/trunk/NEWS
   libexo/trunk/THANKS
   libexo/trunk/configure.in.in
   libexo/trunk/exo.spec.in
   libexo/trunk/po/ChangeLog
   libexo/trunk/po/ca.po
   libexo/trunk/po/cs.po
   libexo/trunk/po/de.po
   libexo/trunk/po/el.po
   libexo/trunk/po/en_GB.po
   libexo/trunk/po/es.po
   libexo/trunk/po/et.po
   libexo/trunk/po/eu.po
   libexo/trunk/po/fi.po
   libexo/trunk/po/fr.po
   libexo/trunk/po/he.po
   libexo/trunk/po/hu.po
   libexo/trunk/po/ja.po
   libexo/trunk/po/lt.po
   libexo/trunk/po/pl.po
   libexo/trunk/po/pt_BR.po
   libexo/trunk/po/ro.po
   libexo/trunk/po/ru.po
   libexo/trunk/po/sv.po
Log:
2006-07-09      Benedikt Meurer <[EMAIL PROTECTED]>

        * === Released 0.3.1.8beta2 ===
        * NEWS, configure.in.in: Bump version.
        * THANKS: Add missing translator credits.
        * po/*.po: Update Project-Id-Version.
        * exo.spec.in: Add missing files.




Modified: libexo/trunk/ChangeLog
===================================================================
--- libexo/trunk/ChangeLog      2006-07-09 16:51:42 UTC (rev 22319)
+++ libexo/trunk/ChangeLog      2006-07-09 17:07:25 UTC (rev 22320)
@@ -1,3 +1,11 @@
+2006-07-09     Benedikt Meurer <[EMAIL PROTECTED]>
+
+       * === Released 0.3.1.8beta2 ===
+       * NEWS, configure.in.in: Bump version.
+       * THANKS: Add missing translator credits.
+       * po/*.po: Update Project-Id-Version.
+       * exo.spec.in: Add missing files.
+
 2006-06-19     Benedikt Meurer <[EMAIL PROTECTED]>
 
        * exo-helper/helpers/exo-compose-mail-0.3: For some reasons, not all

Modified: libexo/trunk/NEWS
===================================================================
--- libexo/trunk/NEWS   2006-07-09 16:51:42 UTC (rev 22319)
+++ libexo/trunk/NEWS   2006-07-09 17:07:25 UTC (rev 22320)
@@ -1,10 +1,13 @@
-0.3.1.7svn
-==========
+0.3.1.8beta2
+============
 - Imported the "Xfce Preferred Applications" framework, which allows users to
   select their preferred applications (i.e. web browser, mail reader, terminal
   emulator) using a nice graphical interface, rather than having to figure out
   where to add which environment variable to make Xfce use Firefox as default
-  web browser.
+  web browser. The "Xfce Preferred Applications" framework can also pass
+  additional information when composing emails using the preferred mail reader,
+  for example, you can use the extended mailto:-syntax to open the composer
+  with a predefined subject and automatically attached files.
 - Updated the ExoIconView class to support an API compatible to the GtkIconView
   in Gtk+ 2.8, and improve the performance of the icon view.
 - Added single click navigation support to ExoIconView.
@@ -26,6 +29,8 @@
   launchers/links on the desktop and when dropping URLs to the file manager.
 - Added various new convenience functions to make dealing with strings,
   pixbufs and other data structures easier for C programmers.
+- The number of relocations in the library and the number of linked 
dependencies
+  were reduced to improve the startup time of applications using this library.
 - Updated class structures to make sure constant static strings aren't
   unnecessarily duplicated at runtime, and provide other packages with
   the same functionality by exporting the functions and macros in
@@ -37,8 +42,9 @@
                    Peeter Vois (et), Piarres Beobide (eu), Jari Rahkonen
                     (fi), Stephane Roy (fr), Dotan Kamber (he), Szervác Attila
                    (hu), Daichi Kawahata (ja), Piotr Maliński (pl), Adriano
-                   Winter Bess (pt_BR), Joao Pedrosa (pt_BR), Andrey Fedoseev
-                   (ru), Maxim Zenin (ru)
+                   Winter Bess (pt_BR), Joao Pedrosa (pt_BR), Mişu Moldovan
+                   (ro), Andrey Fedoseev (ru), Maxim Zenin (ru), Alexander
+                   Toresson (sv)
 
 
 0.3.0

Modified: libexo/trunk/THANKS
===================================================================
--- libexo/trunk/THANKS 2006-07-09 16:51:42 UTC (rev 22319)
+++ libexo/trunk/THANKS 2006-07-09 17:07:25 UTC (rev 22320)
@@ -22,6 +22,9 @@
  Michal Várady <[EMAIL PROTECTED]>
   * cs translations
 
+ Benedikt Meurer <[EMAIL PROTECTED]>
+  * de translations
+
  Stavros Giannouris <[EMAIL PROTECTED]>
   * el translations
 
@@ -61,14 +64,20 @@
  Joao Pedrosa <[EMAIL PROTECTED]>
   * pt_BR translations
 
+ Mişu Moldovan <[EMAIL PROTECTED]>
+  * ro translations
+
  Andrey Fedoseev <[EMAIL PROTECTED]>
   * ru translations
 
  Maxim Zenin <[EMAIL PROTECTED]>
   * ru translations
 
+ Alexander Toresson <[EMAIL PROTECTED]>
+  * sv translations
 
 
+
 Other contributers (sorted by name):
 ------------------------------------
 

Modified: libexo/trunk/configure.in.in
===================================================================
--- libexo/trunk/configure.in.in        2006-07-09 16:51:42 UTC (rev 22319)
+++ libexo/trunk/configure.in.in        2006-07-09 17:07:25 UTC (rev 22320)
@@ -13,9 +13,9 @@
 m4_define([libexo_version_major], [0])
 m4_define([libexo_version_minor], [3])
 m4_define([libexo_version_micro], [1])
-m4_define([libexo_version_nano], [7])
+m4_define([libexo_version_nano], [8])
 m4_define([libexo_version_build], [EMAIL PROTECTED]@])
-m4_define([libexo_version_tag], [svn])
+m4_define([libexo_version_tag], [])
 m4_define([libexo_version], 
[libexo_version_major().libexo_version_minor().libexo_version_micro()ifelse(libexo_version_nano(),
 [], [], [.libexo_version_nano()])ifelse(libexo_version_tag(), [svn], 
[libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
 
 dnl ********************************************

Modified: libexo/trunk/exo.spec.in
===================================================================
--- libexo/trunk/exo.spec.in    2006-07-09 16:51:42 UTC (rev 22319)
+++ libexo/trunk/exo.spec.in    2006-07-09 17:07:25 UTC (rev 22320)
@@ -56,6 +56,7 @@
 
 %files
 %defattr(-,root,root)
+%{_bindir}/exo-desktop-item-edit
 %{_bindir}/exo-open
 %{_bindir}/exo-preferred-applications
 %{_datadir}/applications

Modified: libexo/trunk/po/ChangeLog
===================================================================
--- libexo/trunk/po/ChangeLog   2006-07-09 16:51:42 UTC (rev 22319)
+++ libexo/trunk/po/ChangeLog   2006-07-09 17:07:25 UTC (rev 22320)
@@ -1,3 +1,7 @@
+2006-07-09  Benedikt Meurer <[EMAIL PROTECTED]>
+
+       * *.po: Update Project-Id-Version.
+
 2006-07-07  Stavros Giannouris <[EMAIL PROTECTED]>
 
        * el.po: Minor corrections.

Modified: libexo/trunk/po/ca.po
===================================================================
--- libexo/trunk/po/ca.po       2006-07-09 16:51:42 UTC (rev 22319)
+++ libexo/trunk/po/ca.po       2006-07-09 17:07:25 UTC (rev 22320)
@@ -7,7 +7,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.7svn\n"
+"Project-Id-Version: exo 0.3.1.8beta2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-06-16 21:58+0900\n"
 "PO-Revision-Date: 2006-05-15 00:52+0100\n"

Modified: libexo/trunk/po/cs.po
===================================================================
--- libexo/trunk/po/cs.po       2006-07-09 16:51:42 UTC (rev 22319)
+++ libexo/trunk/po/cs.po       2006-07-09 17:07:25 UTC (rev 22320)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.7svn\n"
+"Project-Id-Version: exo 0.3.1.8beta2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-06-16 21:58+0900\n"
 "PO-Revision-Date: 2006-05-08 16:49+0100\n"

Modified: libexo/trunk/po/de.po
===================================================================
--- libexo/trunk/po/de.po       2006-07-09 16:51:42 UTC (rev 22319)
+++ libexo/trunk/po/de.po       2006-07-09 17:07:25 UTC (rev 22320)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.7svn\n"
+"Project-Id-Version: exo 0.3.1.8beta2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-06-16 21:58+0900\n"
 "PO-Revision-Date:  2006-05-06 22:50+0100\n"

Modified: libexo/trunk/po/el.po
===================================================================
--- libexo/trunk/po/el.po       2006-07-09 16:51:42 UTC (rev 22319)
+++ libexo/trunk/po/el.po       2006-07-09 17:07:25 UTC (rev 22320)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.5svn\n"
+"Project-Id-Version: exo 0.3.1.8beta2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-06-16 21:58+0900\n"
 "PO-Revision-Date: 2006-06-25 14:14+0200\n"

Modified: libexo/trunk/po/en_GB.po
===================================================================
--- libexo/trunk/po/en_GB.po    2006-07-09 16:51:42 UTC (rev 22319)
+++ libexo/trunk/po/en_GB.po    2006-07-09 17:07:25 UTC (rev 22320)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.7svn\n"
+"Project-Id-Version: exo 0.3.1.8beta2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-06-16 21:58+0900\n"
 "PO-Revision-Date: 2005-10-10 01:45+0900\n"

Modified: libexo/trunk/po/es.po
===================================================================
--- libexo/trunk/po/es.po       2006-07-09 16:51:42 UTC (rev 22319)
+++ libexo/trunk/po/es.po       2006-07-09 17:07:25 UTC (rev 22320)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.7svn\n"
+"Project-Id-Version: exo 0.3.1.8beta2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-06-16 21:58+0900\n"
 "PO-Revision-Date: 2005-10-10 01:45+0900\n"

Modified: libexo/trunk/po/et.po
===================================================================
--- libexo/trunk/po/et.po       2006-07-09 16:51:42 UTC (rev 22319)
+++ libexo/trunk/po/et.po       2006-07-09 17:07:25 UTC (rev 22320)
@@ -5,7 +5,7 @@
 # 
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.7svn\n"
+"Project-Id-Version: exo 0.3.1.8beta2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-06-16 21:58+0900\n"
 "PO-Revision-Date: 2006-04-21 23:06+0300\n"

Modified: libexo/trunk/po/eu.po
===================================================================
--- libexo/trunk/po/eu.po       2006-07-09 16:51:42 UTC (rev 22319)
+++ libexo/trunk/po/eu.po       2006-07-09 17:07:25 UTC (rev 22320)
@@ -6,7 +6,7 @@
 # Piarres Beobide <[EMAIL PROTECTED]>, 2006.
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.7svn\n"
+"Project-Id-Version: exo 0.3.1.8beta2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-06-16 21:58+0900\n"
 "PO-Revision-Date: 2006-06-08 17:38+0200\n"

Modified: libexo/trunk/po/fi.po
===================================================================
--- libexo/trunk/po/fi.po       2006-07-09 16:51:42 UTC (rev 22319)
+++ libexo/trunk/po/fi.po       2006-07-09 17:07:25 UTC (rev 22320)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.7svn\n"
+"Project-Id-Version: exo 0.3.1.8beta2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-06-16 21:58+0900\n"
 "PO-Revision-Date: 2006-06-09 12:03+0300\n"

Modified: libexo/trunk/po/fr.po
===================================================================
--- libexo/trunk/po/fr.po       2006-07-09 16:51:42 UTC (rev 22319)
+++ libexo/trunk/po/fr.po       2006-07-09 17:07:25 UTC (rev 22320)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.7svn\n"
+"Project-Id-Version: exo 0.3.1.8beta2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-06-16 21:58+0900\n"
 "PO-Revision-Date: 2006-06-11 16:05+0100\n"

Modified: libexo/trunk/po/he.po
===================================================================
--- libexo/trunk/po/he.po       2006-07-09 16:51:42 UTC (rev 22319)
+++ libexo/trunk/po/he.po       2006-07-09 17:07:25 UTC (rev 22320)
@@ -1,11 +1,11 @@
 # translation of libexo-0.3_he.po to Hebrew
-# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# Copyright (C) 2006 os-cillation e.K.
+# This file is distributed under the same license as the exo package.
+# Dotan Kamber <[EMAIL PROTECTED]>, 2006.
 #
-# Dotan Kamber <[EMAIL PROTECTED]>, 2006.
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.7svn\n"
+"Project-Id-Version: exo 0.3.1.8beta2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-06-16 21:58+0900\n"
 "PO-Revision-Date: 2006-04-19 02:37+0300\n"

Modified: libexo/trunk/po/hu.po
===================================================================
--- libexo/trunk/po/hu.po       2006-07-09 16:51:42 UTC (rev 22319)
+++ libexo/trunk/po/hu.po       2006-07-09 17:07:25 UTC (rev 22320)
@@ -1,6 +1,6 @@
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.7svn\n"
+"Project-Id-Version: exo 0.3.1.8beta2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-06-16 21:58+0900\n"
 "PO-Revision-Date: 2006-06-08 08:43+0100\n"

Modified: libexo/trunk/po/ja.po
===================================================================
--- libexo/trunk/po/ja.po       2006-07-09 16:51:42 UTC (rev 22319)
+++ libexo/trunk/po/ja.po       2006-07-09 17:07:25 UTC (rev 22320)
@@ -7,7 +7,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.7svn\n"
+"Project-Id-Version: exo 0.3.1.8beta2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-06-16 21:58+0900\n"
 "PO-Revision-Date: 2006-06-10 23:30+0900\n"

Modified: libexo/trunk/po/lt.po
===================================================================
--- libexo/trunk/po/lt.po       2006-07-09 16:51:42 UTC (rev 22319)
+++ libexo/trunk/po/lt.po       2006-07-09 17:07:25 UTC (rev 22320)
@@ -1,11 +1,11 @@
-# Lithuanian translations for PACKAGE package.
-# Copyright (C) 2006 THE PACKAGE'S COPYRIGHT HOLDER
-# This file is distributed under the same license as the PACKAGE package.
+# Lithuanian translations for exo package.
+# Copyright (C) 2004-2006 os-cillation e.K.
+# This file is distributed under the same license as the exo package.
 # mantas <[EMAIL PROTECTED]>, 2006.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.7svn\n"
+"Project-Id-Version: exo 0.3.1.8beta2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-06-16 21:58+0900\n"
 "PO-Revision-Date: 2006-05-26 12:00+0300\n"

Modified: libexo/trunk/po/pl.po
===================================================================
--- libexo/trunk/po/pl.po       2006-07-09 16:51:42 UTC (rev 22319)
+++ libexo/trunk/po/pl.po       2006-07-09 17:07:25 UTC (rev 22320)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.7svn\n"
+"Project-Id-Version: exo 0.3.1.8beta2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-06-16 21:58+0900\n"
 "PO-Revision-Date: 2006-06-08 23:00+0200\n"

Modified: libexo/trunk/po/pt_BR.po
===================================================================
--- libexo/trunk/po/pt_BR.po    2006-07-09 16:51:42 UTC (rev 22319)
+++ libexo/trunk/po/pt_BR.po    2006-07-09 17:07:25 UTC (rev 22320)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.7svn\n"
+"Project-Id-Version: exo 0.3.1.8beta2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-06-16 21:58+0900\n"
 "PO-Revision-Date: 2006-05-18 20:47-0300\n"

Modified: libexo/trunk/po/ro.po
===================================================================
--- libexo/trunk/po/ro.po       2006-07-09 16:51:42 UTC (rev 22319)
+++ libexo/trunk/po/ro.po       2006-07-09 17:07:25 UTC (rev 22320)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.7svn\n"
+"Project-Id-Version: exo 0.3.1.8beta2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-06-16 21:58+0900\n"
 "PO-Revision-Date: 2006-06-04 22:41+0300\n"

Modified: libexo/trunk/po/ru.po
===================================================================
--- libexo/trunk/po/ru.po       2006-07-09 16:51:42 UTC (rev 22319)
+++ libexo/trunk/po/ru.po       2006-07-09 17:07:25 UTC (rev 22320)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.7svn\n"
+"Project-Id-Version: exo 0.3.1.8beta2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-06-16 21:58+0900\n"
 "PO-Revision-Date: 2006-04-26 16:32+0300\n"

Modified: libexo/trunk/po/sv.po
===================================================================
--- libexo/trunk/po/sv.po       2006-07-09 16:51:42 UTC (rev 22319)
+++ libexo/trunk/po/sv.po       2006-07-09 17:07:25 UTC (rev 22320)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: exo 0.3.1.5svn\n"
+"Project-Id-Version: exo 0.3.1.8beta2\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-06-16 21:58+0900\n"
 "PO-Revision-Date: 2006-02-18 18:23+0100\n"

_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to