[Xfce4-commits] xfce4-appfinder:master Updates for release.

2014-02-22 Thread Nick Schermer
Updating branch refs/heads/master
 to 6c2bc7a09dd6e85bb78913cdc8af2292a9361e04 (commit)
   from 4c573a8167b068be0f3a7088140f304317b404df (commit)

commit 6c2bc7a09dd6e85bb78913cdc8af2292a9361e04
Author: Nick Schermer n...@xfce.org
Date:   Sat Feb 22 23:46:33 2014 +0100

Updates for release.

 NEWS|   35 ---
 configure.ac.in |4 ++--
 po/POTFILES.in  |1 +
 3 files changed, 31 insertions(+), 9 deletions(-)

diff --git a/NEWS b/NEWS
index b6b984e..dade337 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+4.11.0
+==
+- Make compilation to GTK3 optional.
+- Use GDbus for communication.
+- Add execute menu item to launch without closing the window.
+- Add default action to open absolute paths.
+- Add bookmarks in the model.
+- Do nothing with the Tab event during competion (bug #10187).
+- Use new xdg function to set environment.
+- Translation updates: Amharic, Arabic, Belarusian, Bulgarian,
+  Bengali (India), Catalan (Valencian), Czech, Danish, German,
+  Dzongkha, Greek, English (Australia), English (United Kingdom),
+  Spanish (Castilian), Estonian, Basque, Persian, Finnish, French,
+  Galician, Gujarati, Croatian, Hungarian, Armenian, Indonesian,
+  Icelandic, Italian, Japanese, Georgian, Kazakh, Korean, Kurdish,
+  Lithuanian, Macedonian, Marathi, Malay, Dutch (Flemish), Norwegian
+  Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese
+  (Brazilian), Romanian, Russian, Slovak, Slovenian, Serbian, Swedish,
+  Thai, Turkish, Uyghur, Ukrainian, Chinese (China), Chinese (Hong
+  Kong), Chinese (Taiwan).
+
 4.10.0
 ==
 - Add a valid category to xfce4-run.desktop.
@@ -6,9 +27,9 @@
 - Avoid segfault when right-clicking a custom command.
 - Only focus view if an item is selected on entry active.
 - Try to spwan a custom command in expanded view as well.
-- Translation updates: Czech, German, English (United Kingdom), 
-  Spanish (Castilian), Galician, Hungarian, Japanese, Korean, Dutch 
-  (Flemish), Portuguese (Brazilian), Romanian, Turkish, Chinese 
+- Translation updates: Czech, German, English (United Kingdom),
+  Spanish (Castilian), Galician, Hungarian, Japanese, Korean, Dutch
+  (Flemish), Portuguese (Brazilian), Romanian, Turkish, Chinese
   (China), Chinese (Taiwan).
 
 4.9.5
@@ -16,10 +37,10 @@
 - Don't use deprecated g_mapped_file_free (bug #8649).
 - Bump gtk, glib and xfce dependencies.
 - Make launch button translatable.
-- Translation updates: Catalan (Valencian), Danish, German, Greek, 
-  Basque, Finnish, French, Galician, Croatian, Italian, Japanese, 
-  Kazakh, Korean, Lithuanian, Dutch (Flemish), Norwegian Nynorsk, 
-  Polish, Portuguese, Portuguese (Brazilian), Russian, Slovak, Turkish, 
+- Translation updates: Catalan (Valencian), Danish, German, Greek,
+  Basque, Finnish, French, Galician, Croatian, Italian, Japanese,
+  Kazakh, Korean, Lithuanian, Dutch (Flemish), Norwegian Nynorsk,
+  Polish, Portuguese, Portuguese (Brazilian), Russian, Slovak, Turkish,
   Ukrainian, Chinese (China).
 
 4.9.4
diff --git a/configure.ac.in b/configure.ac.in
index a0dc536..552d5e8 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -6,11 +6,11 @@ dnl ***
 dnl *** Version information ***
 dnl ***
 m4_define([xfce4_appfinder_version_major], [4])
-m4_define([xfce4_appfinder_version_minor], [10])
+m4_define([xfce4_appfinder_version_minor], [11])
 m4_define([xfce4_appfinder_version_micro], [0])
 m4_define([xfce4_appfinder_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_appfinder_version_build], [@REVISION@])
-m4_define([xfce4_appfinder_version_tag],   [git])
+m4_define([xfce4_appfinder_version_tag],   [])
 m4_define([xfce4_appfinder_version], 
[xfce4_appfinder_version_major().xfce4_appfinder_version_minor().xfce4_appfinder_version_micro()ifelse(xfce4_appfinder_version_nano(),
 [], [], 
[.xfce4_appfinder_version_nano()])ifelse(xfce4_appfinder_version_tag(), [git], 
[xfce4_appfinder_version_tag()-xfce4_appfinder_version_build()], 
[xfce4_appfinder_version_tag()])])
 
 dnl ***
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 622da8a..a7fe997 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -1,4 +1,5 @@
 
+src/appfinder-gdbus.c
 src/appfinder-actions.c
 src/appfinder-category-model.c
 src/appfinder-model.c
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-appfinder:master Updates for release.

2012-04-28 Thread Nick Schermer
Updating branch refs/heads/master
 to b1569477eb5b85cc07deaacc8f0a245327cf7b9f (commit)
   from 09761ce939b186a6220b05c2ac23eef2c1802c47 (commit)

commit b1569477eb5b85cc07deaacc8f0a245327cf7b9f
Author: Nick Schermer n...@xfce.org
Date:   Sat Apr 28 22:28:06 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 38a41d0..b6b984e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+4.10.0
+==
+- Add a valid category to xfce4-run.desktop.
+- Fix property-changed matching.
+- Avoid a single category if the root menu has a directory.
+- Avoid segfault when right-clicking a custom command.
+- Only focus view if an item is selected on entry active.
+- Try to spwan a custom command in expanded view as well.
+- Translation updates: Czech, German, English (United Kingdom), 
+  Spanish (Castilian), Galician, Hungarian, Japanese, Korean, Dutch 
+  (Flemish), Portuguese (Brazilian), Romanian, Turkish, Chinese 
+  (China), Chinese (Taiwan).
+
 4.9.5
 =
 - Don't use deprecated g_mapped_file_free (bug #8649).
diff --git a/configure.ac.in b/configure.ac.in
index 06d9ab7..f1bb9d7 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -6,11 +6,11 @@ dnl ***
 dnl *** Version information ***
 dnl ***
 m4_define([xfce4_appfinder_version_major], [4])
-m4_define([xfce4_appfinder_version_minor], [9])
-m4_define([xfce4_appfinder_version_micro], [5])
+m4_define([xfce4_appfinder_version_minor], [10])
+m4_define([xfce4_appfinder_version_micro], [0])
 m4_define([xfce4_appfinder_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_appfinder_version_build], [@REVISION@])
-m4_define([xfce4_appfinder_version_tag],   [git])
+m4_define([xfce4_appfinder_version_tag],   [])
 m4_define([xfce4_appfinder_version], 
[xfce4_appfinder_version_major().xfce4_appfinder_version_minor().xfce4_appfinder_version_micro()ifelse(xfce4_appfinder_version_nano(),
 [], [], 
[.xfce4_appfinder_version_nano()])ifelse(xfce4_appfinder_version_tag(), [git], 
[xfce4_appfinder_version_tag()-xfce4_appfinder_version_build()], 
[xfce4_appfinder_version_tag()])])
 
 dnl ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-appfinder:master Updates for release.

2012-04-13 Thread Nick Schermer
Updating branch refs/heads/master
 to 5bb4ad07cc470cba5a0077e18c104b93ebc29325 (commit)
   from a9336a8f0d82fb6c383bf8d811ba0560de39865c (commit)

commit 5bb4ad07cc470cba5a0077e18c104b93ebc29325
Author: Nick Schermer n...@xfce.org
Date:   Sat Apr 14 00:29:22 2012 +0200

Updates for release.

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

diff --git a/NEWS b/NEWS
index 8518f40..38a41d0 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+4.9.5
+=
+- Don't use deprecated g_mapped_file_free (bug #8649).
+- Bump gtk, glib and xfce dependencies.
+- Make launch button translatable.
+- Translation updates: Catalan (Valencian), Danish, German, Greek, 
+  Basque, Finnish, French, Galician, Croatian, Italian, Japanese, 
+  Kazakh, Korean, Lithuanian, Dutch (Flemish), Norwegian Nynorsk, 
+  Polish, Portuguese, Portuguese (Brazilian), Russian, Slovak, Turkish, 
+  Ukrainian, Chinese (China).
+
 4.9.4
 =
 - Add Help button to preferences dialog.
diff --git a/configure.ac.in b/configure.ac.in
index 0cf7523..27305e9 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -7,10 +7,10 @@ dnl *** Version information ***
 dnl ***
 m4_define([xfce4_appfinder_version_major], [4])
 m4_define([xfce4_appfinder_version_minor], [9])
-m4_define([xfce4_appfinder_version_micro], [4])
+m4_define([xfce4_appfinder_version_micro], [5])
 m4_define([xfce4_appfinder_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_appfinder_version_build], [@REVISION@])
-m4_define([xfce4_appfinder_version_tag],   [git])
+m4_define([xfce4_appfinder_version_tag],   [])
 m4_define([xfce4_appfinder_version], 
[xfce4_appfinder_version_major().xfce4_appfinder_version_minor().xfce4_appfinder_version_micro()ifelse(xfce4_appfinder_version_nano(),
 [], [], 
[.xfce4_appfinder_version_nano()])ifelse(xfce4_appfinder_version_tag(), [git], 
[xfce4_appfinder_version_tag()-xfce4_appfinder_version_build()], 
[xfce4_appfinder_version_tag()])])
 
 dnl ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-appfinder:master Updates for release.

2012-03-28 Thread Nick Schermer
Updating branch refs/heads/master
 to a480ef3933815d75c95fc28ef9937da2b57eeda7 (commit)
   from 7bac462bc3227705821ece1644a16829d08dabae (commit)

commit a480ef3933815d75c95fc28ef9937da2b57eeda7
Author: Nick Schermer n...@xfce.org
Date:   Wed Mar 28 17:26:13 2012 +0200

Updates for release.

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

diff --git a/NEWS b/NEWS
index 8afd57e..8518f40 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+4.9.4
+=
+- Add Help button to preferences dialog.
+- Make sure the header icon does not shrink (bug #8489).
+- Set single line label for icon sizes  small (bug #8490).
+- Add option to disable the background service.
+- Block maximize and fullscreen in collapsed mode (bug #8491).
+- Chain-up unmap.
+- Translation updates (ar, ca, cs, da, de, es, eu, fi, fr, hu, id, it,
+  kk, ko, lt, nl, nn, pl, pt, pt_BR, ru, sk, sv, tr, uk, zh_CN, zh_TW).
+
 4.9.3
 =
 - Start in collapsed mode if xfrun4 symlink is used.
diff --git a/configure.ac.in b/configure.ac.in
index e3756f6..640490b 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -7,10 +7,10 @@ dnl *** Version information ***
 dnl ***
 m4_define([xfce4_appfinder_version_major], [4])
 m4_define([xfce4_appfinder_version_minor], [9])
-m4_define([xfce4_appfinder_version_micro], [3])
+m4_define([xfce4_appfinder_version_micro], [4])
 m4_define([xfce4_appfinder_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_appfinder_version_build], [@REVISION@])
-m4_define([xfce4_appfinder_version_tag],   [git])
+m4_define([xfce4_appfinder_version_tag],   [])
 m4_define([xfce4_appfinder_version], 
[xfce4_appfinder_version_major().xfce4_appfinder_version_minor().xfce4_appfinder_version_micro()ifelse(xfce4_appfinder_version_nano(),
 [], [], 
[.xfce4_appfinder_version_nano()])ifelse(xfce4_appfinder_version_tag(), [git], 
[xfce4_appfinder_version_tag()-xfce4_appfinder_version_build()], 
[xfce4_appfinder_version_tag()])])
 
 dnl ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-appfinder:master Updates for release.

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

commit b10c55f41e481d3b7adb93ac61fd342ca195c96d
Author: Nick Schermer n...@xfce.org
Date:   Thu Dec 29 21:29:58 2011 +0100

Updates for release.

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

diff --git a/NEWS b/NEWS
index 2335060..8afd57e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+4.9.3
+=
+- Start in collapsed mode if xfrun4 symlink is used.
+- Select entry when Ctrl+L is pressed.
+- Quit the mainloop when receiving an exit signal.
+- Avoid xfconf error when closing windows on quit.
+- Add icon view mode and add preferences to set icon sizes.
+- Only show categories with items.
+- Add keybinds to switch modes (Ctrl-1 and Ctrl-2).
+- Improve reloading of items and directories.
+- Add popup menu to edit, hide and revert desktop files.
+- Add refcount debugging.
+- Remove xfrun from the utility menu.
+- Fix some segfaults.
+- Translation updates (ar, ca, cs, da, de, eu, fr, hu, is, it, kk,
+  ko, nl, pl, pt_BR, ru, te, zh_CN).
+
 4.9.2
 =
 - Add option to save custom command matches.
@@ -67,36 +84,36 @@
 
 4.6.0
 
-- Try to load items from xfce-applications.menu before trying 
+- Try to load items from xfce-applications.menu before trying
   applications.menu in order to provide the same items as xfdesktop
   does (reported by Mark Trompell).
-- Translation updates: gl (Leandro Regueiro), id (Andhika Padmawan), 
+- Translation updates: gl (Leandro Regueiro), id (Andhika Padmawan),
   pl (Piotr Sokół), en_GB (Jeff Bailes), tr (Gökmen Görgen, Samed Beyribey),
   uk (Dmitry Nikitin)
-  
+
 
 4.5.99.1
 
-- Translation updates: da (Per Kongstad), es (Abel Martín), eu (Piarres 
-  Beobide), fr (Jérôme Guelfucci), ja (Masato Hashimoto), nb_NO (Terje 
-  Uriansrud), pt_BR (Og Maciel), sv (Alexander Toresson), zh_CN (Hunt 
+- Translation updates: da (Per Kongstad), es (Abel Martín), eu (Piarres
+  Beobide), fr (Jérôme Guelfucci), ja (Masato Hashimoto), nb_NO (Terje
+  Uriansrud), pt_BR (Og Maciel), sv (Alexander Toresson), zh_CN (Hunt
   Xu, Chris. K. Zhang).
 
 4.5.93
 ==
 - Assume All category if the current category string is empty (Bug #4613).
 - Review strings.
-- Translation updates: be (Alexander Nyakhaychyk), ca (Carles Muños Gorriz), 
-  cs (Michal Varady), da (Lars Nielsen), de (Fabian Nowak, Jannis Pohlmann), 
-  el (Stavros Giannouris), es (Abel Martín), eu (Piarres Beobide), fi (Jari 
-  Rahkonen), gl (Leandro Regueiro), ja (Nobuhiro Iwamatsu), sv (Daniel 
+- Translation updates: be (Alexander Nyakhaychyk), ca (Carles Muños Gorriz),
+  cs (Michal Varady), da (Lars Nielsen), de (Fabian Nowak, Jannis Pohlmann),
+  el (Stavros Giannouris), es (Abel Martín), eu (Piarres Beobide), fi (Jari
+  Rahkonen), gl (Leandro Regueiro), ja (Nobuhiro Iwamatsu), sv (Daniel
   Nylander), tr (Eren Turkay), uk (Dimitry Nikitin), zh_CN (Hunt Xu).
 
 4.5.92
 ==
 - Fix runtime warnings and toplevel menu items always being displayed
   on top of every category.
-- Translation updates: Carles Munõz Gorriz (ca), Abel Martín (es), 
+- Translation updates: Carles Munõz Gorriz (ca), Abel Martín (es),
   Maximilian Schleiss (fr), Andhika Padmawan (id), Terje Uriansrud (nb_NO).
 
 4.5.91
@@ -111,9 +128,9 @@
 4.5.90
 ==
 - Rewrite based on libxfce4menu.
-- Translations: Amharic, Arabic, Basque, Brazilian Portuguese, British 
English, 
-  Czech, Catalan, Finnish, French, Galician, German, Hungarian, Indonesian, 
-  Korean, Latvian, Polish, Portuguese, Sinhala, Slovak, Slovene, Turkish, 
+- Translations: Amharic, Arabic, Basque, Brazilian Portuguese, British English,
+  Czech, Catalan, Finnish, French, Galician, German, Hungarian, Indonesian,
+  Korean, Latvian, Polish, Portuguese, Sinhala, Slovak, Slovene, Turkish,
   Ukrainian.
 
 4.4.2
diff --git a/configure.ac.in b/configure.ac.in
index 9790b07..a1c4b2e 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -7,10 +7,10 @@ dnl *** Version information ***
 dnl ***
 m4_define([xfce4_appfinder_version_major], [4])
 m4_define([xfce4_appfinder_version_minor], [9])
-m4_define([xfce4_appfinder_version_micro], [2])
+m4_define([xfce4_appfinder_version_micro], [3])
 m4_define([xfce4_appfinder_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_appfinder_version_build], [@REVISION@])
-m4_define([xfce4_appfinder_version_tag],   [git])
+m4_define([xfce4_appfinder_version_tag],   [])
 m4_define([xfce4_appfinder_version], 
[xfce4_appfinder_version_major().xfce4_appfinder_version_minor().xfce4_appfinder_version_micro()ifelse(xfce4_appfinder_version_nano(),
 [], [], 
[.xfce4_appfinder_version_nano()])ifelse(xfce4_appfinder_version_tag(), [git], 
[xfce4_appfinder_version_tag()-xfce4_appfinder_version_build()], 

[Xfce4-commits] xfce4-appfinder:master Updates for release.

2011-09-29 Thread Nick Schermer
Updating branch refs/heads/master
 to fb43dbb121f4242402886eebe0d30478bdc4e1df (commit)
   from fc3f26ba355cb95862054d85e161ce018bac7130 (commit)

commit fb43dbb121f4242402886eebe0d30478bdc4e1df
Author: Nick Schermer n...@xfce.org
Date:   Thu Sep 29 23:02:16 2011 +0200

Updates for release.

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

diff --git a/NEWS b/NEWS
index d59cae1..3038a88 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+4.9.1
+=
+- Fix launching in collapsed mode.
+- Don't ignore arguments of the desktop file command.
+- Always allow up/down unless the completion menu is shown.
+- Fix segfault when loading default actions.
+- Translation updates (da, uk, pt_BR, sk, ar, zh_TW, hr, nl).
+
 4.9.0
 =
 - Rewrite of the the application finder to merge the functionality
diff --git a/configure.ac.in b/configure.ac.in
index 4ea3179..670c78d 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -7,10 +7,10 @@ dnl *** Version information ***
 dnl ***
 m4_define([xfce4_appfinder_version_major], [4])
 m4_define([xfce4_appfinder_version_minor], [9])
-m4_define([xfce4_appfinder_version_micro], [0])
+m4_define([xfce4_appfinder_version_micro], [1])
 m4_define([xfce4_appfinder_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_appfinder_version_build], [@REVISION@])
-m4_define([xfce4_appfinder_version_tag],   [git])
+m4_define([xfce4_appfinder_version_tag],   [])
 m4_define([xfce4_appfinder_version], 
[xfce4_appfinder_version_major().xfce4_appfinder_version_minor().xfce4_appfinder_version_micro()ifelse(xfce4_appfinder_version_nano(),
 [], [], 
[.xfce4_appfinder_version_nano()])ifelse(xfce4_appfinder_version_tag(), [git], 
[xfce4_appfinder_version_tag()-xfce4_appfinder_version_build()], 
[xfce4_appfinder_version_tag()])])
 
 dnl ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-appfinder:master Updates for release.

2011-09-21 Thread Nick Schermer
Updating branch refs/heads/master
 to 2ef858a3abfe04454de0432cc292f2ad001f18e8 (commit)
   from 7488f9078f8ce3aa8a8da67de0ff7e2ebb3a8fb8 (commit)

commit 2ef858a3abfe04454de0432cc292f2ad001f18e8
Author: Nick Schermer n...@xfce.org
Date:   Wed Sep 21 20:44:26 2011 +0200

Updates for release.

 NEWS|6 ++
 configure.ac.in |2 +-
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index 5e59172..d59cae1 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+4.9.0
+=
+- Rewrite of the the application finder to merge the functionality
+  of the appfinder as we know it in 4.8 and xfrun4 (start with
+  --collapsed).
+
 4.8.0
 =
 - Translation updates: French, Romanian.
diff --git a/configure.ac.in b/configure.ac.in
index 4ea3179..99b9624 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -10,7 +10,7 @@ m4_define([xfce4_appfinder_version_minor], [9])
 m4_define([xfce4_appfinder_version_micro], [0])
 m4_define([xfce4_appfinder_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_appfinder_version_build], [@REVISION@])
-m4_define([xfce4_appfinder_version_tag],   [git])
+m4_define([xfce4_appfinder_version_tag],   [])
 m4_define([xfce4_appfinder_version], 
[xfce4_appfinder_version_major().xfce4_appfinder_version_minor().xfce4_appfinder_version_micro()ifelse(xfce4_appfinder_version_nano(),
 [], [], 
[.xfce4_appfinder_version_nano()])ifelse(xfce4_appfinder_version_tag(), [git], 
[xfce4_appfinder_version_tag()-xfce4_appfinder_version_build()], 
[xfce4_appfinder_version_tag()])])
 
 dnl ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-appfinder:master Updates for release.

2011-01-02 Thread Nick Schermer
Updating branch refs/heads/master
 to bb6d842f9afe637983d0d22eab21f351699b4f53 (commit)
   from 3a476139fa2f5998e55ae3417fb56bf470922141 (commit)

commit bb6d842f9afe637983d0d22eab21f351699b4f53
Author: Nick Schermer n...@xfce.org
Date:   Sun Jan 2 14:30:56 2011 +0100

Updates for release.

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

diff --git a/NEWS b/NEWS
index bfa5b12..93ecda8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+4.7.2
+=
+- Translation updates (pt, ja, he, lt, zh_CN, pt_BR, sk, cs,
+  en_GB, nb, hr, pl, ar).
+
 4.7.1
 =
 - Don't watch category changes in xfconf (bug #6043).
diff --git a/configure.in.in b/configure.in.in
index f12fb6d..3555fb3 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -8,10 +8,10 @@ dnl *** Version information ***
 dnl ***
 m4_define([xfce4_appfinder_version_major], [4])
 m4_define([xfce4_appfinder_version_minor], [7])
-m4_define([xfce4_appfinder_version_micro], [1])
+m4_define([xfce4_appfinder_version_micro], [2])
 m4_define([xfce4_appfinder_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_appfinder_version_build], [...@revision@])
-m4_define([xfce4_appfinder_version_tag],   [git])
+m4_define([xfce4_appfinder_version_tag],   [])
 m4_define([xfce4_appfinder_version], 
[xfce4_appfinder_version_major().xfce4_appfinder_version_minor().xfce4_appfinder_version_micro()ifelse(xfce4_appfinder_version_nano(),
 [], [], 
[.xfce4_appfinder_version_nano()])ifelse(xfce4_appfinder_version_tag(), [git], 
[xfce4_appfinder_version_tag()-xfce4_appfinder_version_build()], 
[xfce4_appfinder_version_tag()])])
 
 dnl ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-appfinder:master Updates for release.

2010-11-03 Thread Nick Schermer
Updating branch refs/heads/master
 to de31cd0f87a8024c50c62fb8e9a657afcb3f227b (commit)
   from 464a36f2c2a839f810defed63c339b0dbd205d04 (commit)

commit de31cd0f87a8024c50c62fb8e9a657afcb3f227b
Author: Nick Schermer n...@xfce.org
Date:   Wed Nov 3 20:20:43 2010 +0100

Updates for release.

 NEWS|9 -
 configure.in.in |8 
 2 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/NEWS b/NEWS
index df8c8d2..bfa5b12 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+4.7.1
+=
+- Don't watch category changes in xfconf (bug #6043).
+- Launch items with startup notification.
+- Implement monitoring by reloading all contents on menu change events.
+- Translation updates (ug, de, ru, kk, zh_TW, pt, it, da, uk, ja,
+  el, fi, sv, gl, ca, eu, hu).
+
 4.7.0
 =
 - Remove deprecated encoding key from desktop file.
@@ -11,7 +19,6 @@
 - Translation updates (gl, lv, ro, hu, ast, kk, el, ru, sk, sq, ja,
   eu, da, pt, cs, zh_CN, ca, fr, sv, es, pt_BR, nl, fi, it, uk, de, he).
 
-
 4.6.2
 =
 - Build fixes for GIT.
diff --git a/configure.in.in b/configure.in.in
index 7ffb29f..93a6fc1 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -8,10 +8,10 @@ dnl *** Version information ***
 dnl ***
 m4_define([xfce4_appfinder_version_major], [4])
 m4_define([xfce4_appfinder_version_minor], [7])
-m4_define([xfce4_appfinder_version_micro], [0])
+m4_define([xfce4_appfinder_version_micro], [1])
 m4_define([xfce4_appfinder_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_appfinder_version_build], [...@revision@])
-m4_define([xfce4_appfinder_version_tag],   [git])
+m4_define([xfce4_appfinder_version_tag],   [])
 m4_define([xfce4_appfinder_version], 
[xfce4_appfinder_version_major().xfce4_appfinder_version_minor().xfce4_appfinder_version_micro()ifelse(xfce4_appfinder_version_nano(),
 [], [], 
[.xfce4_appfinder_version_nano()])ifelse(xfce4_appfinder_version_tag(), [git], 
[xfce4_appfinder_version_tag()-xfce4_appfinder_version_build()], 
[xfce4_appfinder_version_tag()])])
 
 dnl ***
@@ -22,7 +22,7 @@ m4_define([appfinder_debug_default], 
[ifelse(xfce4_appfinder_version_tag(), [git
 dnl ***
 dnl *** Initialize autoconf ***
 dnl ***
-AC_COPYRIGHT([Copyright (c) 2008
+AC_COPYRIGHT([Copyright (c) 2008-2010
 The Xfce development team. All rights reserved.
 
 Written for Xfce by Jannis Pohlmann jan...@xfce.org.])
@@ -78,7 +78,7 @@ XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.16.0])
 XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.14.0])
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.6.0])
 XDT_CHECK_PACKAGE([LIBXFCE4UI], [libxfce4ui-1], [4.7.0])
-XDT_CHECK_PACKAGE([GARCON], [garcon-1], [0.1.1]) dnl TODO Update this to 0.1.2 
before 4.8!
+XDT_CHECK_PACKAGE([GARCON], [garcon-1], [0.1.2])
 XDT_CHECK_PACKAGE([LIBXFCONF], [libxfconf-0], [4.6.0])
 XDT_CHECK_PACKAGE([GIO], [gio-2.0], [2.16.0])
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-appfinder:master Updates for release.

2010-09-05 Thread Nick Schermer
Updating branch refs/heads/master
 to 118bad4038dd604b24d97b2157e363851b614baf (commit)
   from bca37baae9b0f37eec43789356b70544e62a72a4 (commit)

commit 118bad4038dd604b24d97b2157e363851b614baf
Author: Nick Schermer n...@xfce.org
Date:   Sun Sep 5 13:10:15 2010 +0200

Updates for release.

 NEWS|   21 +
 configure.in.in |2 +-
 2 files changed, 22 insertions(+), 1 deletions(-)

diff --git a/NEWS b/NEWS
index 4746828..df8c8d2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,24 @@
+4.7.0
+=
+- Remove deprecated encoding key from desktop file.
+- Build ChangeLog from GIT and use XDT 4.7.2.
+- Rename Execute button to Launch.
+- Port the libxfce4menu code to garcon.
+- Use Gtk api for entry icon, if available.
+- Port to libxfce4ui and gio.
+- Rework the tooltip string code a little.
+- Don't use startup notification for now.
+- Translation updates (gl, lv, ro, hu, ast, kk, el, ru, sk, sq, ja,
+  eu, da, pt, cs, zh_CN, ca, fr, sv, es, pt_BR, nl, fi, it, uk, de, he).
+
+
+4.6.2
+=
+- Build fixes for GIT.
+- Properly propagate the focus-in-event of the search entry (bug #5883).
+- Translation updates (es, gl, hu, id, it, pl, pt, tr, lv, ur, ur_PK,
+  ro, sq, sk, nl, kk, ug).
+
 4.6.1
 
 - Translation updates:
diff --git a/configure.in.in b/configure.in.in
index f0cfe18..d19da35 100644
--- a/configure.in.in
+++ b/configure.in.in
@@ -11,7 +11,7 @@ m4_define([xfce4_appfinder_version_minor], [7])
 m4_define([xfce4_appfinder_version_micro], [0])
 m4_define([xfce4_appfinder_version_nano],  []) dnl leave this empty to have no 
nano version
 m4_define([xfce4_appfinder_version_build], [...@revision@])
-m4_define([xfce4_appfinder_version_tag],   [git])
+m4_define([xfce4_appfinder_version_tag],   [])
 m4_define([xfce4_appfinder_version], 
[xfce4_appfinder_version_major().xfce4_appfinder_version_minor().xfce4_appfinder_version_micro()ifelse(xfce4_appfinder_version_nano(),
 [], [], 
[.xfce4_appfinder_version_nano()])ifelse(xfce4_appfinder_version_tag(), [git], 
[xfce4_appfinder_version_tag()-xfce4_appfinder_version_build()], 
[xfce4_appfinder_version_tag()])])
 
 dnl ***
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits