[Xfce4-commits] exo:master Updates for release.

2012-12-27 Thread Nick Schermer
Updating branch refs/heads/master
 to f455681554ca205ffe49bd616310b19f5f9f8ef1 (commit)
   from c05b48281af28eb24fcdc3f1fdfe4227f68e9184 (commit)

commit f455681554ca205ffe49bd616310b19f5f9f8ef1
Author: Nick Schermer n...@xfce.org
Date:   Thu Dec 27 13:50:21 2012 +0100

Updates for release.

 NEWS|   11 +++
 configure.ac.in |4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 28a8d44..a8ff71e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+0.10.2
+==
+- Optimize returning the selected item in icon view.
+- Work with icon names in the toolbar editor.
+- GIO unix is still used for exo-open (bug #9679).
+- Use same thumbnail frame as Thunar.
+- Rename Terminal to xfce4-terminal.
+- Remove unmaintained translations.
+- Add chromium-browser to binary names (bug #9584).
+- Add various helpers.
+
 0.10.1
 ==
 - g_main_context_ref_thread_default() is 2.32 API (bug #9577).
diff --git a/configure.ac.in b/configure.ac.in
index ef3b772..3ac26f2 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,10 +12,10 @@ m4_define([libexo_verinfo], [1:0:1])
 m4_define([libexo_version_api], [1])
 m4_define([libexo_version_major], [0])
 m4_define([libexo_version_minor], [10])
-m4_define([libexo_version_micro], [1])
+m4_define([libexo_version_micro], [2])
 m4_define([libexo_version_nano], [])
 m4_define([libexo_version_build], [@REVISION@])
-m4_define([libexo_version_tag], [git])
+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(), [git], 
[libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
 
 dnl 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] exo:master Updates for release.

2012-12-02 Thread Nick Schermer
Updating branch refs/heads/master
 to f2442083159fb8a6be669000283e8b3361798a31 (commit)
   from d92e4797d07001f9396f61b2fdb6f48ee8970171 (commit)

commit f2442083159fb8a6be669000283e8b3361798a31
Author: Nick Schermer n...@xfce.org
Date:   Sun Dec 2 21:58:34 2012 +0100

Updates for release.

 NEWS|9 +
 configure.ac.in |8 
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/NEWS b/NEWS
index ef140e2..41a6361 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+0.10.0
+==
+- Bump glib to 2.30 and drop exo-gio-module.
+- Bump Gtk to 2.24.
+- Draw the rubberband identical to gtk (bug #9526).
+- Don't use GSimpleResult in ExoJob (bug #6222).
+- Fix shadowed variable (bug #9493).
+- Translation updates: Arabic, Czech, Croatian, Korean.
+
 0.9.1
 =
 - Drop the item index for the icon view.
diff --git a/configure.ac.in b/configure.ac.in
index 7843ef4..ce56386 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -11,11 +11,11 @@ dnl ***
 m4_define([libexo_verinfo], [1:0:1])
 m4_define([libexo_version_api], [1])
 m4_define([libexo_version_major], [0])
-m4_define([libexo_version_minor], [9])
-m4_define([libexo_version_micro], [1])
+m4_define([libexo_version_minor], [10])
+m4_define([libexo_version_micro], [0])
 m4_define([libexo_version_nano], [])
 m4_define([libexo_version_build], [@REVISION@])
-m4_define([libexo_version_tag], [git])
+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(), [git], 
[libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
 
 dnl 
@@ -27,7 +27,7 @@ dnl ***
 dnl *** Initialize autoconf ***
 dnl ***
 AC_COPYRIGHT([Copyright (c) 2004-2010 os-cillation.
-Copyright (c) 2004-2011 Xfce Development Team])
+Copyright (c) 2004-2012 Xfce Development Team])
 AC_INIT([exo], [libexo_version], [http://bugzilla.xfce.org/])
 AC_PREREQ([2.60])
 AC_REVISION([@REVISION@])
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] exo:master Updates for release.

2012-11-10 Thread Nick Schermer
Updating branch refs/heads/master
 to b23bcf61b4275addfecb3498eeeb2d6a5ef079ab (commit)
   from b57cb9ec9774831631359fdbdb3443f72e42e6c1 (commit)

commit b23bcf61b4275addfecb3498eeeb2d6a5ef079ab
Author: Nick Schermer n...@xfce.org
Date:   Sat Nov 10 20:52:38 2012 +0100

Updates for release.

 NEWS|   10 ++
 configure.ac.in |4 ++--
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 0d8ceb1..ef140e2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+0.9.1
+=
+- Drop the item index for the icon view.
+- Use unsigned int for idles and timeouts.
+- Add accessibility support to exo icon view.
+- Use new thread functions if available.
+- Avoid deprecation warnings.
+- Protect against null value (bug #9418).
+- Translation updates: German, Japanese, Serbian, Uyghur.
+
 0.9.0
 =
 - Add mnemonics to tab labels (bug #8972).
diff --git a/configure.ac.in b/configure.ac.in
index 2e008eb..8fc0db6 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -12,10 +12,10 @@ m4_define([libexo_verinfo], [1:0:1])
 m4_define([libexo_version_api], [1])
 m4_define([libexo_version_major], [0])
 m4_define([libexo_version_minor], [9])
-m4_define([libexo_version_micro], [0])
+m4_define([libexo_version_micro], [1])
 m4_define([libexo_version_nano], [])
 m4_define([libexo_version_build], [@REVISION@])
-m4_define([libexo_version_tag], [git])
+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(), [git], 
[libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
 
 dnl 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] exo:master Updates for release.

2012-10-14 Thread Nick Schermer
Updating branch refs/heads/master
 to a618151c5c2e7a98245a35b7839ab677a48baa11 (commit)
   from 100fc082d4a8764aeb4be6c541684c9d9495dceb (commit)

commit a618151c5c2e7a98245a35b7839ab677a48baa11
Author: Nick Schermer n...@xfce.org
Date:   Sun Oct 14 13:47:33 2012 +0200

Updates for release.

 NEWS|   13 +
 configure.ac.in |6 +++---
 2 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 525a916..0d8ceb1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+0.9.0
+=
+- Add mnemonics to tab labels (bug #8972).
+- Add function to invert selection in icon view.
+- Don't invert direction in RTL languages (bug #4285).
+- Check if uris also contain a slash (bug #9244).
+- Set anchor item if the cursor is set.
+- Translation updates: Danish, Greek, Spanish (Castilian), Basque, 
+  French, Hebrew, Croatian, Hungarian, Indonesian, Italian, Kazakh, 
+  Korean, Dutch (Flemish), Polish, Portuguese, Portuguese (Brazilian), 
+  Russian, Serbian, Swedish, Uyghur, Ukrainian, Chinese (China), 
+  Chinese (Taiwan).
+
 0.8.0
 =
 - Rename Novell Evolution to Evolution (bug #8703).
diff --git a/configure.ac.in b/configure.ac.in
index 90f0473..3a68472 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -8,14 +8,14 @@ dnl
 dnl ***
 dnl *** Version information ***
 dnl ***
-m4_define([libexo_verinfo], [0:0:0])
+m4_define([libexo_verinfo], [1:0:1])
 m4_define([libexo_version_api], [1])
 m4_define([libexo_version_major], [0])
-m4_define([libexo_version_minor], [8])
+m4_define([libexo_version_minor], [9])
 m4_define([libexo_version_micro], [0])
 m4_define([libexo_version_nano], [])
 m4_define([libexo_version_build], [@REVISION@])
-m4_define([libexo_version_tag], [git])
+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(), [git], 
[libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
 
 dnl 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] exo:master Updates for release.

2012-04-28 Thread Nick Schermer
Updating branch refs/heads/master
 to 2c629fff92c1dbfc7736b8702f99656d42fb5989 (commit)
   from e35c931ff52794de95b666ffc459a7bf1b536a8f (commit)

commit 2c629fff92c1dbfc7736b8702f99656d42fb5989
Author: Nick Schermer n...@xfce.org
Date:   Sat Apr 28 22:01:38 2012 +0200

Updates for release.

 NEWS|   15 +++
 configure.in.in |6 +++---
 2 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index 58d13e1..525a916 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+0.8.0
+=
+- Rename Novell Evolution to Evolution (bug #8703).
+- Add Iceweasel helper (bug #8704).
+- Translation updates: Arabic, Asturian, Belarusian, Bulgarian, 
+  Bengali, Catalan (Valencian), Czech, Welsh, Danish, German, Dzongkha, 
+  Greek, English (United Kingdom), Spanish (Castilian), Estonian, 
+  Basque, Finnish, French, Galician, Hebrew, Croatian, Hungarian, 
+  Indonesian, Icelandic, Italian, Japanese, Georgian, Kazakh, Korean, 
+  Kurdish, Lithuanian, Latvian, Macedonian, Norwegian Bokmal, Dutch 
+  (Flemish), Norwegian Nynorsk, Panjabi (Punjabi), Polish, Portuguese, 
+  Portuguese (Brazilian), Romanian, Russian, Sinhala, Slovak, 
+  Slovenian, Albanian, Swedish, Tagalog (Philippines), Turkish, Uyghur, 
+  Ukrainian, Urdu, Urdu (Pakistan), Chinese (China), Chinese (Taiwan).
+
 0.7.3
 =
 - Enable startup-notify in the exo-open desktop files.
diff --git a/configure.in.in b/configure.in.in
index 9f7b70c..b434a50 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -11,11 +11,11 @@ dnl ***
 m4_define([libexo_verinfo], [0:0:0])
 m4_define([libexo_version_api], [1])
 m4_define([libexo_version_major], [0])
-m4_define([libexo_version_minor], [7])
-m4_define([libexo_version_micro], [3])
+m4_define([libexo_version_minor], [8])
+m4_define([libexo_version_micro], [0])
 m4_define([libexo_version_nano], [])
 m4_define([libexo_version_build], [@REVISION@])
-m4_define([libexo_version_tag], [git])
+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(), [git], 
[libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
 
 dnl 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] exo:master Updates for release.

2012-04-13 Thread Nick Schermer
Updating branch refs/heads/master
 to 20ebb2f8234981adf39d767924fed5668dc1c618 (commit)
   from 5ee135131e1e5318349306f2876494814c47ce89 (commit)

commit 20ebb2f8234981adf39d767924fed5668dc1c618
Author: Nick Schermer n...@xfce.org
Date:   Fri Apr 13 23:28:54 2012 +0200

Updates for release.

 NEWS|   14 ++
 configure.in.in |4 ++--
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 2d7544e..58d13e1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+0.7.3
+=
+- Enable startup-notify in the exo-open desktop files.
+- Use g_file_set_contents on local files.
+- Bump gtk to 2.20 and glib to 2.24.
+- Don't set invalid startup id.
+- Replace deprecated function g_strcasecmp (bug #8647).
+- Fix possible segfault in exo_str_looks_like_an_uri.
+- Updates licenses.
+- Fix saving of desktop files in local dir.
+- Translation updates: Arabic, Greek, French, Galician, Japanese,
+  Korean, Dutch (Flemish), Norwegian Nynorsk, Portuguese, Portuguese
+  (Brazilian).
+
 0.7.2
 =
 - Drop gtk 2.24 api (bug #8461).
diff --git a/configure.in.in b/configure.in.in
index 39d3708..a1ab9fe 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -12,10 +12,10 @@ m4_define([libexo_verinfo], [0:0:0])
 m4_define([libexo_version_api], [1])
 m4_define([libexo_version_major], [0])
 m4_define([libexo_version_minor], [7])
-m4_define([libexo_version_micro], [2])
+m4_define([libexo_version_micro], [3])
 m4_define([libexo_version_nano], [])
 m4_define([libexo_version_build], [@REVISION@])
-m4_define([libexo_version_tag], [git])
+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(), [git], 
[libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
 
 dnl 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] exo:master Updates for release.

2012-02-12 Thread Nick Schermer
Updating branch refs/heads/master
 to 2782feae622ffae2598b4a0463513b19c0c1cfbe (commit)
   from a8bd98bfda679b52b92615984ec3129b1b9469da (commit)

commit 2782feae622ffae2598b4a0463513b19c0c1cfbe
Author: Nick Schermer n...@xfce.org
Date:   Sun Feb 12 17:08:31 2012 +0100

Updates for release.

 NEWS|   12 
 configure.in.in |4 ++--
 po/POTFILES.in  |1 +
 3 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index c72ba71..e35ba78 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+0.7.1
+=
+- Add preferred app helper for Chromium (bug #8398).
+- Remove package manuals and link to online documentation.
+- Queue an icon view resize if the requesitions don't match.
+- Add new API exo_icon_view_get_item_{column,row}.
+- Add keynav-failed to ExoIconView.
+- Show Preferred Application in settings category.
+- Don't destroy already destroyed widget.
+- Translation updates: Chinese, Portuguese, Lithuanian, Norwegian,
+  German, Bulgarian.
+
 0.7.0
 =
 - Do not insert symlink icons in the icon chooser.
diff --git a/configure.in.in b/configure.in.in
index 0e0a04f..586891e 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -12,10 +12,10 @@ m4_define([libexo_verinfo], [0:0:0])
 m4_define([libexo_version_api], [1])
 m4_define([libexo_version_major], [0])
 m4_define([libexo_version_minor], [7])
-m4_define([libexo_version_micro], [0])
+m4_define([libexo_version_micro], [1])
 m4_define([libexo_version_nano], [])
 m4_define([libexo_version_build], [@REVISION@])
-m4_define([libexo_version_tag], [git])
+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(), [git], 
[libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
 
 dnl 
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 302ddff..3e553e7 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -46,6 +46,7 @@ exo-helper/helpers/Terminal.desktop.in.in
 exo-helper/helpers/Thunar.desktop.in.in
 exo-helper/helpers/aterm.desktop.in.in
 exo-helper/helpers/balsa.desktop.in.in
+exo-helper/helpers/chromium.desktop.in.in
 exo-helper/helpers/debian-sensible-browser.desktop.in.in
 exo-helper/helpers/debian-x-terminal-emulator.desktop.in.in
 exo-helper/helpers/encompass.desktop.in.in
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] exo:master Updates for release.

2011-12-29 Thread Nick Schermer
Updating branch refs/heads/master
 to c732a2bac91bbb6cd9427e238aa3ad39e3300a4d (commit)
   from bc19cf06369df4ce5cfa5275f9282471220cc678 (commit)

commit c732a2bac91bbb6cd9427e238aa3ad39e3300a4d
Author: Nick Schermer n...@xfce.org
Date:   Thu Dec 29 21:05:47 2011 +0100

Updates for release.

 Makefile.am  |3 +++
 NEWS |   31 +++
 configure.in.in  |4 ++--
 docs/manual/po/hr.po |5 ++---
 4 files changed, 38 insertions(+), 5 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index 6190ca1..0ab3853 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,6 +19,9 @@ AUTOMAKE_OPTIONS =
\
 distclean-local:
rm -rf *.cache *~
 
+distuninstallcheck_listfiles = 
\ 
+   find . -type f -print | grep -v ./share/icons/hicolor/icon-theme.cache
+
 .PHONY: ChangeLog
 
 ChangeLog: Makefile
diff --git a/NEWS b/NEWS
index fe41d04..c72ba71 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,34 @@
+0.7.0
+=
+- Do not insert symlink icons in the icon chooser.
+- Use libxfce4ui instead of support library.
+- Drop the python bindings.
+- Use new libtool macros and versions (bug #6920).
+- Remove spec file and rpm build.
+- Silenty save to local application is permission denied to origional
+  file in exo-desktop-item-edit.
+- Support hexadecimal xid and center exo-desktop-item-edit on parent.
+
+0.6.2
+=
+- Fix preferred applications handling (bug #7140).
+- Translation updates: Dutch.
+
+0.6.1
+=
+- Improve exo-open url and email match regexes (bug #7281).
+- Create relative symlinks to doc images (bug #7379).
+- Remove mime-types from the exo helper desktop files (bug #7257).
+- Drop unused variable.
+- Make exo-compose-mail-1 case-insensitive (bug #7472).
+- Use portable abicheck.sh from xfconf.
+- Add missing linker flag.
+- Add Greek manual screenshots.
+- Only compile demo application in make check (bug #7267).
+- Allow installation of the helpers in a custom location.
+- Fix gio-unix 2.27 detection (bug #7124).
+- Translation updates: nl, pt_BR, ru, sk, sv.
+
 0.6.0
 =
 - Add main category to exo-open desktop files.
diff --git a/configure.in.in b/configure.in.in
index 1206753..b520b24 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -11,11 +11,11 @@ dnl ***
 m4_define([libexo_verinfo], [0:0:0])
 m4_define([libexo_version_api], [1])
 m4_define([libexo_version_major], [0])
-m4_define([libexo_version_minor], [6])
+m4_define([libexo_version_minor], [7])
 m4_define([libexo_version_micro], [0])
 m4_define([libexo_version_nano], [])
 m4_define([libexo_version_build], [@REVISION@])
-m4_define([libexo_version_tag], [git])
+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(), [git], 
[libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
 
 dnl 
diff --git a/docs/manual/po/hr.po b/docs/manual/po/hr.po
index 7329fde..87a8be0 100644
--- a/docs/manual/po/hr.po
+++ b/docs/manual/po/hr.po
@@ -14,12 +14,11 @@ msgstr 
 MIME-Version: 1.0\n
 Content-Type: text/plain; charset=UTF-8\n
 Content-Transfer-Encoding: 8bits\n
-Plural-Forms: \n
 X-Poedit-Language: Croatian\n
 X-Poedit-Country: CROATIA\n
 X-Poedit-SourceCharset: utf-8\n
-Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n%10=2  n
-%10=4  (n%10010 || n%100=20) ? 1 : 2);\n
+#Plural-Forms: nplurals=3; plural=(n%10==1  n%100!=11 ? 0 : n
+#%10=2  n%10=4  (n%10010 || n%100=20) ? 1 : 2);\n
 
 #. When image changes, this message will be marked fuzzy or untranslated for 
you.
 #. It doesn't matter what you translate it to: it's not used at all.
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] exo:master Updates for release.

2011-01-02 Thread Nick Schermer
Updating branch refs/heads/master
 to 4152b2110bc0fc5bca5f767f0c809b6e425ffd21 (commit)
   from 932733fd7b53156dbe42bb79014c4f3532404ba5 (commit)

commit 4152b2110bc0fc5bca5f767f0c809b6e425ffd21
Author: Nick Schermer n...@xfce.org
Date:   Sun Jan 2 14:00:53 2011 +0100

Updates for release.

 NEWS|8 
 configure.in.in |4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 5fdca0f..5e4af82 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+0.5.6
+=
+- Set application name for Thunar loop detection.
+- Fix ABI check on ppc (bug #7008).
+- Quote filenames with a space in the desktop editor (bug #6951).
+- Translation updates (zh_CN, pt_BR, de, hu, pt, de, cs, en_GB,
+  nb, sv, ar).
+
 0.5.5
 =
 - Fix opening of URIs with spaces in claws-mail and sylpheed.
diff --git a/configure.in.in b/configure.in.in
index 15541ba..b122731 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -12,10 +12,10 @@ m4_define([libexo_verinfo], [0:0:0])
 m4_define([libexo_version_api], [1])
 m4_define([libexo_version_major], [0])
 m4_define([libexo_version_minor], [5])
-m4_define([libexo_version_micro], [5])
+m4_define([libexo_version_micro], [6])
 m4_define([libexo_version_nano], [])
 m4_define([libexo_version_build], [...@revision@])
-m4_define([libexo_version_tag], [git])
+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(), [git], 
[libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
 
 dnl 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] exo:master Updates for release.

2010-09-05 Thread Nick Schermer
Updating branch refs/heads/master
 to d494f23f0f1b40b8fcb479bf110f97a9a0681fdb (commit)
   from b8c69b2a853d29b2d49dc8cdee82bda68bf65b13 (commit)

commit d494f23f0f1b40b8fcb479bf110f97a9a0681fdb
Author: Nick Schermer n...@xfce.org
Date:   Sun Sep 5 12:26:23 2010 +0200

Updates for release.

 NEWS|7 +++
 configure.in.in |4 ++--
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 4a20b7c..d529ec0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+0.5.4
+=
+- Abort dist if xml is not valid.
+- Move files from $libexecdir to $libdir.
+- Remove deprecated encoding key from desktop files.
+- Translation updates (fi, fr, he, kk, it, uk, de, zh_TW).
+
 0.5.3
 =
 - Drop all HAL related code. Exo-hal is not used by thunar-volman
diff --git a/configure.in.in b/configure.in.in
index 7d70a1b..50ffeaf 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -12,10 +12,10 @@ m4_define([libexo_verinfo], [0:0:0])
 m4_define([libexo_version_api], [1])
 m4_define([libexo_version_major], [0])
 m4_define([libexo_version_minor], [5])
-m4_define([libexo_version_micro], [3])
+m4_define([libexo_version_micro], [4])
 m4_define([libexo_version_nano], [])
 m4_define([libexo_version_build], [...@revision@])
-m4_define([libexo_version_tag], [git])
+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(), [git], 
[libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
 
 dnl 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] exo:master Updates for release.

2010-07-25 Thread Nick Schermer
Updating branch refs/heads/master
 to 1bfe7706a2f2de5c4d1f03f70f6979141001b6df (commit)
   from aef82478af40ebf3fd6a3f3bd73a7629682f0e7c (commit)

commit 1bfe7706a2f2de5c4d1f03f70f6979141001b6df
Author: Nick Schermer n...@xfce.org
Date:   Sun Jul 25 18:47:16 2010 +0200

Updates for release.

 NEWS|   13 +
 configure.in.in |4 ++--
 2 files changed, 15 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index b418ed1..4a20b7c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+0.5.3
+=
+- Drop all HAL related code. Exo-hal is not used by thunar-volman
+  anymore now it is ported to udev, udisks is a non-hal replacement
+  for exo-mount.
+- Add working directory support to exo-desktop-item-edit (bug #5692).
+- Generate documentation with --enable-gen-doc.
+- Make the treeview work again with gtk 2.20 (bug #6230).
+- Fix compilation error (bug #6421).
+- Some compiler warnings and identation fixes.
+- Translation updates (de, ru, kk, si, zh_CN, es, hr, eu, bn, pa,
+  is, gl, el, tr, ug, fr, id, it, pt, pr_BR, da).
+
 0.5.2
 =
 - Some fixes in the python bindings (bug #6186, #6187 and #6188).
diff --git a/configure.in.in b/configure.in.in
index 7a7c248..9762040 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -12,10 +12,10 @@ m4_define([libexo_verinfo], [0:0:0])
 m4_define([libexo_version_api], [1])
 m4_define([libexo_version_major], [0])
 m4_define([libexo_version_minor], [5])
-m4_define([libexo_version_micro], [2])
+m4_define([libexo_version_micro], [3])
 m4_define([libexo_version_nano], [])
 m4_define([libexo_version_build], [...@revision@])
-m4_define([libexo_version_tag], [git])
+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(), [git], 
[libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
 
 dnl 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] exo:master Updates for release.

2010-03-06 Thread Nick Schermer
Updating branch refs/heads/master
 to 46285331b36e5dc93b2612b2a0c6e2bd2b4c1be3 (commit)
   from 117248019f9305fd9994eb1e3b432215040b6cb2 (commit)

commit 46285331b36e5dc93b2612b2a0c6e2bd2b4c1be3
Author: Nick Schermer n...@xfce.org
Date:   Sat Mar 6 18:10:51 2010 +0100

Updates for release.

 NEWS|   11 +++
 configure.in.in |4 ++--
 2 files changed, 13 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 03dcf02..b418ed1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+0.5.2
+=
+- Some fixes in the python bindings (bug #6186, #6187 and #6188).
+- Increase exo module priority.
+- Add support for editing .directory files in exo-desktop-item-edit.
+- Add filter entry in the icon chooser dialog.
+- Add desktop files for the exo-open types.
+- Fix link problem with --no-add-needed (bug #5951).
+- Translation updates (es, kk, ca, it, sv, ru, uk, hu, bn, fi, gl,
+  ja, cs, fr, pt, pt_BR, da, eu, lv, sk, zh_CN, fr).
+
 0.5.1
 =
 - Remove exo-mount-point API.
diff --git a/configure.in.in b/configure.in.in
index d82ad34..3940419 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -12,10 +12,10 @@ m4_define([libexo_verinfo], [0:0:0])
 m4_define([libexo_version_api], [1])
 m4_define([libexo_version_major], [0])
 m4_define([libexo_version_minor], [5])
-m4_define([libexo_version_micro], [1])
+m4_define([libexo_version_micro], [2])
 m4_define([libexo_version_nano], [])
 m4_define([libexo_version_build], [...@revision@])
-m4_define([libexo_version_tag], [git])
+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(), [git], 
[libexo_version_tag()-libexo_version_build()], [libexo_version_tag()])])
 
 dnl 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits