Author: benny
Date: 2007-01-20 20:37:43 +0000 (Sat, 20 Jan 2007)
New Revision: 24675

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/NEWS
   thunar/trunk/README
   thunar/trunk/THANKS
   thunar/trunk/configure.in.in
   thunar/trunk/docs/reference/thunar-vfs/Makefile.am
   thunar/trunk/docs/reference/thunar-vfs/thunar-vfs-docs.sgml
   thunar/trunk/docs/reference/thunarx/thunarx-docs.sgml
   thunar/trunk/plugins/thunar-apr/Makefile.am
   thunar/trunk/plugins/thunar-sbr/Makefile.am
   thunar/trunk/plugins/thunar-sendto-email/Makefile.am
   thunar/trunk/plugins/thunar-tpa/Makefile.am
   thunar/trunk/plugins/thunar-uca/Makefile.am
   thunar/trunk/po/ChangeLog
   thunar/trunk/po/be.po
   thunar/trunk/po/ca.po
   thunar/trunk/po/cs.po
   thunar/trunk/po/de.po
   thunar/trunk/po/dz.po
   thunar/trunk/po/el.po
   thunar/trunk/po/eo.po
   thunar/trunk/po/es.po
   thunar/trunk/po/et.po
   thunar/trunk/po/eu.po
   thunar/trunk/po/fi.po
   thunar/trunk/po/fr.po
   thunar/trunk/po/gl.po
   thunar/trunk/po/he.po
   thunar/trunk/po/hu.po
   thunar/trunk/po/it.po
   thunar/trunk/po/ja.po
   thunar/trunk/po/ka.po
   thunar/trunk/po/ko.po
   thunar/trunk/po/lt.po
   thunar/trunk/po/mk.po
   thunar/trunk/po/nl.po
   thunar/trunk/po/pa.po
   thunar/trunk/po/pl.po
   thunar/trunk/po/pt_BR.po
   thunar/trunk/po/ro.po
   thunar/trunk/po/ru.po
   thunar/trunk/po/sv.po
   thunar/trunk/po/uk.po
   thunar/trunk/po/zh_CN.po
   thunar/trunk/po/zh_TW.po
   thunar/trunk/tests/Makefile.am
   thunar/trunk/thunar-vfs/Makefile.am
   thunar/trunk/thunar/Makefile.am
Log:
2007-01-20      Benedikt Meurer <[EMAIL PROTECTED]>

        * === Released 0.8.0 ===
        * NEWS, configure.in.in: Bump version.
        * README, configure.in.in: Depend on exo 0.3.2.
        * THANKS: Add missing translator credits.
        * po/*.po: Update Project-Id-Version.
        * thunar-vfs/Makefile.am, docs/reference/thunar-vfs/Makefile.am,
          thunar/Makefile.am, plugins/thunar-sendto-email/Makefile.am,
          tests/Makefile.am, plugins/thunar-apr/Makefile.am,
          plugins/thunar-sbr/Makefile.am, plugins/thunar-tpa/Makefile.am,
          plugins/thunar-uca/Makefile.am: No need to define
          EXO_API_SUBJECT_TO_CHANGE any more.
        * docs/reference/thunar-vfs/thunar-vfs-docs.sgml,
          docs/reference/thunarx/thunarx-docs.sgml: Update documentation dates.




Modified: thunar/trunk/ChangeLog
===================================================================
--- thunar/trunk/ChangeLog      2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/ChangeLog      2007-01-20 20:37:43 UTC (rev 24675)
@@ -1,8 +1,24 @@
 2007-01-20     Benedikt Meurer <[EMAIL PROTECTED]>
 
+       * === Released 0.8.0 ===
+       * NEWS, configure.in.in: Bump version.
+       * README, configure.in.in: Depend on exo 0.3.2.
+       * THANKS: Add missing translator credits.
+       * po/*.po: Update Project-Id-Version.
+       * thunar-vfs/Makefile.am, docs/reference/thunar-vfs/Makefile.am,
+         thunar/Makefile.am, plugins/thunar-sendto-email/Makefile.am,
+         tests/Makefile.am, plugins/thunar-apr/Makefile.am,
+         plugins/thunar-sbr/Makefile.am, plugins/thunar-tpa/Makefile.am,
+         plugins/thunar-uca/Makefile.am: No need to define
+         EXO_API_SUBJECT_TO_CHANGE any more.
+       * docs/reference/thunar-vfs/thunar-vfs-docs.sgml,
+         docs/reference/thunarx/thunarx-docs.sgml: Update documentation dates.
+
+2007-01-20     Benedikt Meurer <[EMAIL PROTECTED]>
+
        * po-doc/*.po: Regenerate the translations.
        * docs/manual/pl/Thunar.xml.in, po-doc/pl.po: Updated the polish
-         translations of the user manual by Szymon Kałasz
+         translations of the user manual by Szymon Ka�asz
          <[EMAIL PROTECTED]>.
 
 2007-01-20     Benedikt Meurer <[EMAIL PROTECTED]>

Modified: thunar/trunk/NEWS
===================================================================
--- thunar/trunk/NEWS   2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/NEWS   2007-01-20 20:37:43 UTC (rev 24675)
@@ -1,3 +1,65 @@
+0.8.0
+=====
+- Add documentation for the bulk renamer (Bug #1594).
+- Improve the user manual (Bug #1365).
+- Connect the various "Help" buttons (Bug #1230).
+- Automatically add removable devices as targets to the "Send To" menu
+  (Bug #2683).
+- Allow to use "Eject" button on CD-ROM drives to unmount and eject the media
+  (Bug #2759).
+- Use Exif embedded thumbnails if available, which reduces the amount of data
+  that must be retrieved from a camera to around 50k instead of the whole JPEG
+  image, which can be up to several mega bytes.
+- Treat hotplugged drives as removable drives, so they will be displayed in
+  the side pane.
+- Improve startup notification support.
+- Add support for trashes other than the home trash (Bug #2132).
+- Fix crash on platforms where sizeof(GType) != sizeof(gint) (Bug #2726).
+- Add support for thunar-volman, which gets invoked by Thunar whenever a
+  new device is added to the HAL device tree.
+- Add support for memory cards and generic removable disk drives (Bug #2652).
+- Handle blank discs and pure audio discs as well (Bug #2599).
+- Use exo-mount to mount, eject and unmount volumes of relying on external
+  utilities, like pmount or gnome-mount, that do not always behave properly
+  (Bug #2715).
+- Add ability to mount floppy drives using exo-mount (Bug #2075).
+- Make sure GThread gets initialized first to avoid possible crashes in
+  the GSlice allocator later.
+- Add ability to load custom thumbnailers from .desktop files.
+- Stop unused threads after ten seconds of idle time to return some more
+  free memory to the kernel.
+- Improve performance when loading really large folders using a parallel
+  lock-free algorithm.
+- Ellipsize long shortcut names, but make sure "File System" still fits into
+  the side pane.
+- Properly initialize the translation domain for thunar-vfs (Bug #2543).
+- Do not gather detailed statistics from non-regular files to avoid blocking
+  Thunar forever reading from a named pipe (Bug #2655).
+- Add keyboard shortcuts to switch between the different views (Bug #2600).
+- Do not display "Desktop (Create Link)" action in "Send To" menu for
+  trashed files, because symlinks cannot be created for files in the
+  trash (Bug #2539).
+- Fix crash when transfering a lot of files via drag'n'drop or clipboard
+  (Bug #2356).
+- Fix modal about dialog blocking other windows (Bug #2545).
+- Fix build with dbus-binding-tool 0.72 and above (Bug #2528).
+- Fix installation on case insensitive file systems (Bug #2521).
+- Set word-wrap width depending on current zoom-level (Bug #2505).
+- Improve the performance of the automatic path completion (Bug #1681).
+- Properly redraw the shortcuts pane after after drag'n'drop (Bug #2498).
+- Updated translations: Pau Rul-lan Ferragut (ca), Michal Várady (cs),
+                        Benedikt Meurer and Fabian Nowak (de), Stavros
+                       Giannouris (el), Piarres Beobide (eu), Jari Rahkonen
+                       (fi), Maximilian Schleiss, Mike Massonnet and Niki
+                       Kovacs (fr), Szervác Attila (hu), Roberto Pariset
+                       (it), Piotr Maliński and Szymon Kałasz (pl), Andrey
+                       Fedoseev (ru), Alexander Toresson (sv), Kang
+                       Kang (zh_CN).
+- New translations: Alexander Nyakhaychyk (be), ByungHyun Choi (ko), Jovan
+                    Naumovski and Viktor Stojanovski (mk), Stephan Arts and
+                   Vincent Tunru (nl), Amanpreet Singh Alam (pa).
+
+
 0.5.0rc1
 ========
 - Add a "Trash" menu entry to the "Go" menu (#2486).

Modified: thunar/trunk/README
===================================================================
--- thunar/trunk/README 2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/README 2007-01-20 20:37:43 UTC (rev 24675)
@@ -12,7 +12,7 @@
 
  - perl 5.6 or above
  - GTK+ 2.6.0 or above
- - libexo 0.3.1.13svn or above
+ - libexo 0.3.2 or above
  - intltool 0.30 or above
  - libpng12 1.2.0 or above
  - shared-mime-info 0.15 or above

Modified: thunar/trunk/THANKS
===================================================================
--- thunar/trunk/THANKS 2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/THANKS 2007-01-20 20:37:43 UTC (rev 24675)
@@ -16,6 +16,9 @@
 ----------------------------------
 These people have translated Thunar to foreign languages.
 
+ Alexander Nyakhaychyk <[EMAIL PROTECTED]>
+  * be translations
+
  Carles Muñoz Gorriz <[EMAIL PROTECTED]>
   * ca translations
 
@@ -97,12 +100,30 @@
  Dimitri Gogelia <[EMAIL PROTECTED]>
   * ka translations
 
+ ByungHyun Choi <[EMAIL PROTECTED]>
+  * ko translations
+
  Mantas Zapolskas <[EMAIL PROTECTED]>
   * lt translations
 
  Vincent Tunru <[EMAIL PROTECTED]>
   * nl translations
 
+ Jovan Naumovski <[EMAIL PROTECTED]>
+  * mk translations
+
+ Viktor Stojanovski <[EMAIL PROTECTED]>
+  * mk translations
+
+ Stephan Arts <[EMAIL PROTECTED]>
+  * nl translations
+
+ Vincent Tunru <[EMAIL PROTECTED]>
+  * nl translations
+
+ Amanpreet Singh Alam <[EMAIL PROTECTED]>
+  * pa translations
+
  Piotr Maliński <[EMAIL PROTECTED]>
   * pl translations
 

Modified: thunar/trunk/configure.in.in
===================================================================
--- thunar/trunk/configure.in.in        2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/configure.in.in        2007-01-20 20:37:43 UTC (rev 24675)
@@ -9,13 +9,13 @@
 dnl ***************************
 dnl *** Version information ***
 dnl ***************************
-m4_define([thunar_verinfo], [4:1:2])
+m4_define([thunar_verinfo], [4:2:2])
 m4_define([thunar_version_api], [1])
 m4_define([thunar_version_major], [0])
-m4_define([thunar_version_minor], [5])
-m4_define([thunar_version_micro], [1])
+m4_define([thunar_version_minor], [8])
+m4_define([thunar_version_micro], [0])
 m4_define([thunar_version_build], [EMAIL PROTECTED]@])
-m4_define([thunar_version_tag], [svn])
+m4_define([thunar_version_tag], [])
 m4_define([thunar_version], 
[thunar_version_major().thunar_version_minor().thunar_version_micro()ifelse(thunar_version_tag(),
 [svn], [thunar_version_tag()-thunar_version_build()], [thunar_version_tag()])])
 
 dnl *******************************************
@@ -153,7 +153,7 @@
 dnl ***********************************
 dnl *** Check for required packages ***
 dnl ***********************************
-XDT_CHECK_PACKAGE([EXO], [exo-0.3], [0.3.1.13])
+XDT_CHECK_PACKAGE([EXO], [exo-0.3], [0.3.2])
 XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.6.4])
 XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.6.4])
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])

Modified: thunar/trunk/docs/reference/thunar-vfs/Makefile.am
===================================================================
--- thunar/trunk/docs/reference/thunar-vfs/Makefile.am  2007-01-20 20:32:26 UTC 
(rev 24674)
+++ thunar/trunk/docs/reference/thunar-vfs/Makefile.am  2007-01-20 20:37:43 UTC 
(rev 24675)
@@ -50,7 +50,6 @@
 INCLUDES =                                                             \
        -I$(top_srcdir)                                                 \
        -I$(top_builddir)                                               \
-       -DEXO_API_SUBJECT_TO_CHANGE                                     \
        $(EXO_CFLAGS)                                                   \
        $(GTHREAD_CFLAGS)
 

Modified: thunar/trunk/docs/reference/thunar-vfs/thunar-vfs-docs.sgml
===================================================================
--- thunar/trunk/docs/reference/thunar-vfs/thunar-vfs-docs.sgml 2007-01-20 
20:32:26 UTC (rev 24674)
+++ thunar/trunk/docs/reference/thunar-vfs/thunar-vfs-docs.sgml 2007-01-20 
20:37:43 UTC (rev 24675)
@@ -22,7 +22,7 @@
 <!ENTITY thunar-vfs-volume-manager SYSTEM "xml/thunar-vfs-volume-manager.xml">
 
 <!ENTITY version SYSTEM "version.xml">
-<!ENTITY date "September 2006">
+<!ENTITY date "January 2007">
 ]>
 
 <book id="index">

Modified: thunar/trunk/docs/reference/thunarx/thunarx-docs.sgml
===================================================================
--- thunar/trunk/docs/reference/thunarx/thunarx-docs.sgml       2007-01-20 
20:32:26 UTC (rev 24674)
+++ thunar/trunk/docs/reference/thunarx/thunarx-docs.sgml       2007-01-20 
20:37:43 UTC (rev 24675)
@@ -14,7 +14,7 @@
 <!ENTITY thunarx-version-information SYSTEM 
"xml/thunarx-version-information.xml">
 
 <!ENTITY version SYSTEM "version.xml">
-<!ENTITY date "December 2005">
+<!ENTITY date "January 2007">
 ]>
 
 <book id="index">

Modified: thunar/trunk/plugins/thunar-apr/Makefile.am
===================================================================
--- thunar/trunk/plugins/thunar-apr/Makefile.am 2007-01-20 20:32:26 UTC (rev 
24674)
+++ thunar/trunk/plugins/thunar-apr/Makefile.am 2007-01-20 20:37:43 UTC (rev 
24675)
@@ -5,7 +5,6 @@
        -I$(top_builddir)/plugins                                       \
        -I$(top_srcdir)                                                 \
        -I$(top_srcdir)/plugins                                         \
-       -DEXO_API_SUBJECT_TO_CHANGE                                     \
        -DG_LOG_DOMAIN=\"thunar-apr\"                                   \
        -DPACKAGE_LOCALE_DIR=\"$(localedir)\"                           \
        $(PLATFORM_CPPFLAGS)

Modified: thunar/trunk/plugins/thunar-sbr/Makefile.am
===================================================================
--- thunar/trunk/plugins/thunar-sbr/Makefile.am 2007-01-20 20:32:26 UTC (rev 
24674)
+++ thunar/trunk/plugins/thunar-sbr/Makefile.am 2007-01-20 20:37:43 UTC (rev 
24675)
@@ -5,7 +5,6 @@
        -I$(top_builddir)/plugins                                       \
        -I$(top_srcdir)                                                 \
        -I$(top_srcdir)/plugins                                         \
-       -DEXO_API_SUBJECT_TO_CHANGE                                     \
        -DG_LOG_DOMAIN=\"thunar-sbr\"                                   \
        $(PLATFORM_CPPFLAGS)
 

Modified: thunar/trunk/plugins/thunar-sendto-email/Makefile.am
===================================================================
--- thunar/trunk/plugins/thunar-sendto-email/Makefile.am        2007-01-20 
20:32:26 UTC (rev 24674)
+++ thunar/trunk/plugins/thunar-sendto-email/Makefile.am        2007-01-20 
20:37:43 UTC (rev 24675)
@@ -5,7 +5,6 @@
        -I$(top_builddir)/plugins                                       \
        -I$(top_srcdir)                                                 \
        -I$(top_srcdir)/plugins                                         \
-       -DEXO_API_SUBJECT_TO_CHANGE                                     \
        -DG_LOG_DOMAIN=\"thunar-sendto-email\"                          \
        -DPACKAGE_LOCALE_DIR=\"$(localedir)\"                           \
        $(PLATFORM_CPPFLAGS)

Modified: thunar/trunk/plugins/thunar-tpa/Makefile.am
===================================================================
--- thunar/trunk/plugins/thunar-tpa/Makefile.am 2007-01-20 20:32:26 UTC (rev 
24674)
+++ thunar/trunk/plugins/thunar-tpa/Makefile.am 2007-01-20 20:37:43 UTC (rev 
24675)
@@ -5,7 +5,6 @@
        -I$(top_builddir)/plugins                                       \
        -I$(top_srcdir)                                                 \
        -I$(top_srcdir)/plugins                                         \
-       -DEXO_API_SUBJECT_TO_CHANGE                                     \
        -DG_LOG_DOMAIN=\"thunar-tpa\"                                   \
        -DPACKAGE_LOCALE_DIR=\"$(localedir)\"                           \
        $(PLATFORM_CPPFLAGS)

Modified: thunar/trunk/plugins/thunar-uca/Makefile.am
===================================================================
--- thunar/trunk/plugins/thunar-uca/Makefile.am 2007-01-20 20:32:26 UTC (rev 
24674)
+++ thunar/trunk/plugins/thunar-uca/Makefile.am 2007-01-20 20:37:43 UTC (rev 
24675)
@@ -7,7 +7,6 @@
        -I$(top_srcdir)/plugins                                         \
        -DBINDIR=\"$(bindir)\"                                          \
        -DDATADIR=\"$(datadir)\"                                        \
-       -DEXO_API_SUBJECT_TO_CHANGE                                     \
        -DG_LOG_DOMAIN=\"thunar-uca\"                                   \
        -DPACKAGE_LOCALE_DIR=\"$(localedir)\"                           \
        $(PLATFORM_CPPFLAGS)

Modified: thunar/trunk/po/ChangeLog
===================================================================
--- thunar/trunk/po/ChangeLog   2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/ChangeLog   2007-01-20 20:37:43 UTC (rev 24675)
@@ -1,3 +1,8 @@
+2007-01-20  Benedikt Meurer <[EMAIL PROTECTED]>
+
+       * === Released 0.8.0 ===
+       * *.po: Update Project-Id-Version.
+
 2007-01-20  Alexander Nyakhaychyk  <[EMAIL PROTECTED]>
 
        * be.po: Updated Belarusian Translation

Modified: thunar/trunk/po/be.po
===================================================================
--- thunar/trunk/po/be.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/be.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -1,11 +1,11 @@
 # Belarusian translation for thunar
 # Copyright (c) 2007 Rosetta Contributors and Canonical Ltd 2007
 # This file is distributed under the same license as the thunar package.
-# FIRST AUTHOR <[EMAIL PROTECTED]>, 2007.
+# Alexander Nyakhaychyk <[EMAIL PROTECTED]>, 2007.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: thunar\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "POT-Creation-Date: 2006-05-29 13:01+0000\n"
 "PO-Revision-Date: 2007-01-20 18:28+0300\n"
 "Last-Translator: Alexander Nyakhaychyk <[EMAIL PROTECTED]>\n"

Modified: thunar/trunk/po/ca.po
===================================================================
--- thunar/trunk/po/ca.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/ca.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -7,7 +7,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.0rc2\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2007-01-14 13:49+0100\n"

Modified: thunar/trunk/po/cs.po
===================================================================
--- thunar/trunk/po/cs.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/cs.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.0rc2\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2007-01-14 19:19+0100\n"

Modified: thunar/trunk/po/de.po
===================================================================
--- thunar/trunk/po/de.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/de.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -7,7 +7,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.1svn\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2007-01-11 13:16+0100\n"

Modified: thunar/trunk/po/dz.po
===================================================================
--- thunar/trunk/po/dz.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/dz.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.0rc2\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2006-10-24 16:21+0530\n"

Modified: thunar/trunk/po/el.po
===================================================================
--- thunar/trunk/po/el.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/el.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.0rc2\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-19 10:25+0200\n"
 "PO-Revision-Date: 2007-01-19 10:21+0200\n"

Modified: thunar/trunk/po/eo.po
===================================================================
--- thunar/trunk/po/eo.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/eo.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -7,7 +7,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.0rc2\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2006-09-20 22:42+0200\n"

Modified: thunar/trunk/po/es.po
===================================================================
--- thunar/trunk/po/es.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/es.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -7,7 +7,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.0rc2\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2006-05-04 14:12+0000\n"

Modified: thunar/trunk/po/et.po
===================================================================
--- thunar/trunk/po/et.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/et.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.0rc2\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2006-04-18 16:37+0300\n"

Modified: thunar/trunk/po/eu.po
===================================================================
--- thunar/trunk/po/eu.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/eu.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -6,7 +6,7 @@
 # Piarres Beobide <[EMAIL PROTECTED]>, 2006.
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.0rc2\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2006-11-03 23:54+0100\n"

Modified: thunar/trunk/po/fi.po
===================================================================
--- thunar/trunk/po/fi.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/fi.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.0rc2\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-12 11:56+0200\n"
 "PO-Revision-Date: 2007-01-12 12:01+0200\n"

Modified: thunar/trunk/po/fr.po
===================================================================
--- thunar/trunk/po/fr.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/fr.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -8,7 +8,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.1svn\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2007-01-19 20:39+0100\n"

Modified: thunar/trunk/po/gl.po
===================================================================
--- thunar/trunk/po/gl.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/gl.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.0rc2\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2006-07-05 14:54+0000\n"

Modified: thunar/trunk/po/he.po
===================================================================
--- thunar/trunk/po/he.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/he.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -6,7 +6,7 @@
 # This file is distributed under the same license as the Thunar package.
 msgid ""
 msgstr ""
-"Project-Id-Version: he\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2007-01-20 14:29+0200\n"

Modified: thunar/trunk/po/hu.po
===================================================================
--- thunar/trunk/po/hu.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/hu.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.0rc2\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2007-01-11 11:48+0100\n"

Modified: thunar/trunk/po/it.po
===================================================================
--- thunar/trunk/po/it.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/it.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.0rc2\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2007-01-14 17:04+0100\n"

Modified: thunar/trunk/po/ja.po
===================================================================
--- thunar/trunk/po/ja.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/ja.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -14,7 +14,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.0rc2\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2006-06-13 04:11+0900\n"

Modified: thunar/trunk/po/ka.po
===================================================================
--- thunar/trunk/po/ka.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/ka.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -1,6 +1,6 @@
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.0rc2\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2006-08-24 23:37+0400\n"

Modified: thunar/trunk/po/ko.po
===================================================================
--- thunar/trunk/po/ko.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/ko.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.0rc2\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2006-11-05 03:59+0900\n"

Modified: thunar/trunk/po/lt.po
===================================================================
--- thunar/trunk/po/lt.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/lt.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.0rc2\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2006-05-26 11:16+0300\n"

Modified: thunar/trunk/po/mk.po
===================================================================
--- thunar/trunk/po/mk.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/mk.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -1,12 +1,12 @@
 # translation of Thunar.po to Macedonian
-# 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 Thunar package.
 #
 # Viktor Stojanovski <[EMAIL PROTECTED]>, 2006.
 # Jovan Naumovski <[EMAIL PROTECTED]>, 2006.
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2006-12-24 20:21+0100\n"

Modified: thunar/trunk/po/nl.po
===================================================================
--- thunar/trunk/po/nl.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/nl.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.0rc2\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2006-10-27 00:51+0100\n"

Modified: thunar/trunk/po/pa.po
===================================================================
--- thunar/trunk/po/pa.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/pa.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -1,12 +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 Thunar package.
+# Amanpreet Singh Alam <[EMAIL PROTECTED]>, 2006, 2007.
 #
-# A S Alam <[EMAIL PROTECTED]>, 2006.
-# A S Alam <[EMAIL PROTECTED]>, 2007.
 msgid ""
 msgstr ""
-"Project-Id-Version: pa\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2006-11-04 15:18+0100\n"
 "PO-Revision-Date: 2007-01-10 07:00+0530\n"

Modified: thunar/trunk/po/pl.po
===================================================================
--- thunar/trunk/po/pl.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/pl.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -7,7 +7,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.0rc2\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2006-08-30 13:40+0200\n"

Modified: thunar/trunk/po/pt_BR.po
===================================================================
--- thunar/trunk/po/pt_BR.po    2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/pt_BR.po    2007-01-20 20:37:43 UTC (rev 24675)
@@ -7,7 +7,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.0rc2\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2006-11-03 16:02-0200\n"

Modified: thunar/trunk/po/ro.po
===================================================================
--- thunar/trunk/po/ro.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/ro.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.0rc2\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2006-06-05 00:42+0300\n"

Modified: thunar/trunk/po/ru.po
===================================================================
--- thunar/trunk/po/ru.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/ru.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.0rc2\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2006-10-02 22:51+0200\n"

Modified: thunar/trunk/po/sv.po
===================================================================
--- thunar/trunk/po/sv.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/sv.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.0rc2\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-18 22:00+0100\n"
 "PO-Revision-Date: 2006-02-22 16:28+0100\n"

Modified: thunar/trunk/po/uk.po
===================================================================
--- thunar/trunk/po/uk.po       2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/uk.po       2007-01-20 20:37:43 UTC (rev 24675)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.0rc2\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2006-04-20 17:07+0300\n"

Modified: thunar/trunk/po/zh_CN.po
===================================================================
--- thunar/trunk/po/zh_CN.po    2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/zh_CN.po    2007-01-20 20:37:43 UTC (rev 24675)
@@ -5,7 +5,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.4.0rc1\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2006-11-07 00:09+0800\n"

Modified: thunar/trunk/po/zh_TW.po
===================================================================
--- thunar/trunk/po/zh_TW.po    2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/po/zh_TW.po    2007-01-20 20:37:43 UTC (rev 24675)
@@ -6,7 +6,7 @@
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: Thunar 0.5.0rc2\n"
+"Project-Id-Version: Thunar 0.8.0\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2007-01-11 13:18+0100\n"
 "PO-Revision-Date: 2006-10-01 13:34+0800\n"

Modified: thunar/trunk/tests/Makefile.am
===================================================================
--- thunar/trunk/tests/Makefile.am      2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/tests/Makefile.am      2007-01-20 20:37:43 UTC (rev 24675)
@@ -5,7 +5,6 @@
 
 INCLUDES =                                                             \
        -I$(top_srcdir)                                                 \
-       -DEXO_API_SUBJECT_TO_CHANGE                                     \
        -DEXO_DISABLE_DEPRECATED                                        \
        -DG_LOG_DOMAIN=\"tests\"                                        \
        $(EXO_CFLAGS)                                                   \

Modified: thunar/trunk/thunar/Makefile.am
===================================================================
--- thunar/trunk/thunar/Makefile.am     2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/thunar/Makefile.am     2007-01-20 20:37:43 UTC (rev 24675)
@@ -5,7 +5,6 @@
        -I$(top_srcdir)                                                 \
        -DBINDIR=\"$(bindir)\"                                          \
        -DDATADIR=\"$(datadir)\"                                        \
-       -DEXO_API_SUBJECT_TO_CHANGE                                     \
        -DEXO_DISABLE_DEPRECATED                                        \
        -DG_LOG_DOMAIN=\"Thunar\"                                       \
        -DLIBDIR=\"$(libdir)\"                                          \

Modified: thunar/trunk/thunar-vfs/Makefile.am
===================================================================
--- thunar/trunk/thunar-vfs/Makefile.am 2007-01-20 20:32:26 UTC (rev 24674)
+++ thunar/trunk/thunar-vfs/Makefile.am 2007-01-20 20:37:43 UTC (rev 24675)
@@ -2,7 +2,6 @@
 
 INCLUDES =                                                             \
        -I$(top_srcdir)                                                 \
-       -DEXO_API_SUBJECT_TO_CHANGE                                     \
        -DEXO_DISABLE_DEPRECATED                                        \
        -DG_LOG_DOMAIN=\"thunar-vfs\"                                   \
        -DLIBEXECDIR=\"$(libexecdir)\"                                  \

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

Reply via email to