[Xfce4-commits] xfce4-session:master Only perform hostname checks when TCP connections are enabled.

2011-07-26 Thread Benedikt Meurer
Updating branch refs/heads/master
 to ba231e2eee82c321f473687e425d455fb36205d9 (commit)
   from 00159a379b8b192615137e59b66d5317493f57f3 (commit)

commit ba231e2eee82c321f473687e425d455fb36205d9
Author: Benedikt Meurer benedikt.meu...@googlemail.com
Date:   Tue Jul 26 08:19:09 2011 +0200

Only perform hostname checks when TCP connections are enabled.

Based on a patch from Guido Berhoerster g...@opensuse.org.

 xfce4-session/main.c |9 ++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/xfce4-session/main.c b/xfce4-session/main.c
index 0466f48..8f7c003 100644
--- a/xfce4-session/main.c
+++ b/xfce4-session/main.c
@@ -247,9 +247,12 @@ main (int argc, char **argv)
   dpy = gdk_display_get_default ();
   init_display (manager, dpy, channel, opt_disable_tcp);
 
-  /* verify that the DNS settings are ok */
-  xfsm_splash_screen_next (splash_screen, _(Verifying DNS settings));
-  xfsm_dns_check ();
+  if (!opt_disable_tcp  xfconf_channel_get_bool (channel, 
/security/EnableTcp, FALSE))
+{
+  /* verify that the DNS settings are ok */
+  xfsm_splash_screen_next (splash_screen, _(Verifying DNS settings));
+  xfsm_dns_check ();
+}
 
   xfsm_splash_screen_next (splash_screen, _(Loading session data));
 
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
https://mail.xfce.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] thunar:master Update copyright.

2011-01-01 Thread Benedikt Meurer
Updating branch refs/heads/master
 to 6f7f834f8bbd3423a271295aa2ce8fae7163aca2 (commit)
   from 3fddd99ecfdca8a309d7ab016f6fc3f83d284641 (commit)

commit 6f7f834f8bbd3423a271295aa2ce8fae7163aca2
Author: Benedikt Meurer benedikt.meu...@googlemail.com
Date:   Sat Jan 1 14:34:26 2011 +0100

Update copyright.

 thunar/thunar-dialogs.c |   10 +-
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/thunar/thunar-dialogs.c b/thunar/thunar-dialogs.c
index 63440c9..039f40d 100644
--- a/thunar/thunar-dialogs.c
+++ b/thunar/thunar-dialogs.c
@@ -1,7 +1,7 @@
 /* $Id$ */
 /*-
- * Copyright (c) 2005-2007 Benedikt Meurer be...@xfce.org
- * Copyright (c) 2009-2010 Jannis Pohlmann jan...@xfce.org
+ * Copyright (c) 2005-2011 Benedikt Meurer be...@xfce.org
+ * Copyright (c) 2009-2011 Jannis Pohlmann jan...@xfce.org
  *
  * This program is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License as published by the Free
@@ -238,9 +238,9 @@ thunar_dialogs_show_about (GtkWindow   *parent,
  artists, artists,
  authors, authors,
  comments, comments,
- copyright, Copyright \302\251 2004-2009 Benedikt 
Meurer\n
-  Copyright \302\251 2009-2010 Jannis 
Pohlmann\n
-  Copyright \302\251 2009-2010 Nick 
Schermer,
+ copyright, Copyright \302\251 2004-2011 Benedikt 
Meurer\n
+  Copyright \302\251 2009-2011 Jannis 
Pohlmann\n
+  Copyright \302\251 2009-2011 Nick 
Schermer,
  destroy-with-parent, TRUE,
  documenters, documenters,
  license, XFCE_LICENSE_GPL,
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] thunar:master Fix thunar -V.

2011-01-01 Thread Benedikt Meurer
Updating branch refs/heads/master
 to 1ea4542a95953a91ff1d65e033d9ca0049477e89 (commit)
   from 6f7f834f8bbd3423a271295aa2ce8fae7163aca2 (commit)

commit 1ea4542a95953a91ff1d65e033d9ca0049477e89
Author: Benedikt Meurer benedikt.meu...@googlemail.com
Date:   Sat Jan 1 19:41:16 2011 +0100

Fix thunar -V.

 thunar/main.c |4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/thunar/main.c b/thunar/main.c
index e107ee5..9de4bd3 100644
--- a/thunar/main.c
+++ b/thunar/main.c
@@ -1,6 +1,6 @@
 /* $Id$ */
 /*-
- * Copyright (c) 2005-2007 os-cillation e.K.
+ * Copyright (c) 2005-2011 os-cillation e.K.
  *
  * Written by Benedikt Meurer be...@xfce.org.
  *
@@ -164,7 +164,7 @@ main (int argc, char **argv)
   if (G_UNLIKELY (opt_version))
 {
   g_print (%s %s (Xfce %s)\n\n, PACKAGE_NAME, PACKAGE_VERSION, 
xfce_version_string ());
-  g_print (%s\n, Copyright (c) 2004-2010);
+  g_print (%s\n, Copyright (c) 2004-2011);
   g_print (\t%s\n\n, _(The Thunar development team. All rights 
reserved.));
   g_print (%s\n\n, _(Written by Benedikt Meurer be...@xfce.org.));
   g_print (_(Please report bugs to %s.), PACKAGE_BUGREPORT);
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-dev-tools:master Use printf instead of echo -n.

2010-12-19 Thread Benedikt Meurer
Updating branch refs/heads/master
 to 4dc82ec2af7cab940cd700be6cb041468dc86338 (commit)
   from 20e7901a9fef7ea229fa3c55f8875509c795c391 (commit)

commit 4dc82ec2af7cab940cd700be6cb041468dc86338
Author: Benedikt Meurer benedikt.meu...@googlemail.com
Date:   Sun Dec 19 11:49:21 2010 +0100

Use printf instead of echo -n.

/bin/sh does not support the -n option for echo. Use printf instead,
which is independent of the shell.

 scripts/xdt-autogen.in.in |6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/xdt-autogen.in.in b/scripts/xdt-autogen.in.in
index 2d14ef8..a2ef933 100644
--- a/scripts/xdt-autogen.in.in
+++ b/scripts/xdt-autogen.in.in
@@ -2,7 +2,7 @@
 #
 # $Id$
 #
-# Copyright (c) 2002-2006
+# Copyright (c) 2002-2010
 # The Xfce development team. All rights reserved.
 #
 # Written for Xfce by Benedikt Meurer be...@xfce.org.
@@ -93,7 +93,7 @@ EOF
 exit 1
   fi
 
-  test x$configure_ac_file != x  echo -n $configure_ac_file 
+  test x$configure_ac_file != x  printf %s $configure_ac_file 
 
   subdirs=`parse_configure_subdirs ${configure_ac_file}`
   for subdir in $subdirs; do
@@ -114,7 +114,7 @@ lookup_configure_ac_in_files()
 configure_ac_in_file=$1/configure.in.in;
   fi
 
-  test x$configure_ac_in_file != x  echo -n $configure_ac_in_file 
+  test x$configure_ac_in_file != x  printf %s $configure_ac_in_file 
 
   subdirs=`parse_configure_subdirs ${configure_ac_in_file}`
   for subdir in $subdirs; do
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] xfce4-dev-tools:master Merge remote branch 'origin'

2010-12-19 Thread Benedikt Meurer
Updating branch refs/heads/master
 to d1702a893ff5f2c0fdf3cb0779360d155004efb1 (commit)
   from 4dc82ec2af7cab940cd700be6cb041468dc86338 (commit)

commit d1702a893ff5f2c0fdf3cb0779360d155004efb1
Merge: 4dc82ec 56cc7a6
Author: Benedikt Meurer benedikt.meu...@googlemail.com
Date:   Sun Dec 19 12:01:53 2010 +0100

Merge remote branch 'origin'

commit 56cc7a69d75dd7d59d0170af16b5030189ccb1a0
Author: Enrico Tröger enrico.troe...@uvena.de
Date:   Sun Nov 21 13:03:00 2010 +0100

Fix typo.

commit e0952f10499edcf6822b54811cb515b560612969
Author: Nick Schermer n...@xfce.org
Date:   Sun Oct 31 15:08:40 2010 +0100

Updates for release.

commit 6bdbfdf491d3aa61806edc24b6a4cf984083c7ec
Author: Nick Schermer n...@xfce.org
Date:   Sun Oct 31 12:45:04 2010 +0100

Check if $1 is a file before calling cat (bug #6101).

commit 0a39faed46ec1a72540649c69efd198a118851e8
Author: Yves-Alexis Perez cor...@debian.org
Date:   Sun Oct 31 12:40:17 2010 +0100

Check for automake 1.11.

commit 7d85dae9cbd88e40fe987dc97e9453932e09b2ca
Author: Nick Schermer n...@xfce.org
Date:   Sun Oct 31 12:09:20 2010 +0100

Add check stage for documentation submodules.

This adds an extra check when XDT_AUTOGEN_CHECK_DOCS
is defined. This variable points to the directory that
should contain the xfce4-docs submodule.

If no submodule clone if found and autogen.sh is running
from within a git clone, it will automatically initialize
the submodule for the user, if not it will show an error
and abort xdt-autogen, since configure will abort too if
we continue because of missing makefile.am files.

commit ddc1f35ba246fea94eea293a8f530de95aa0253e
Author: Nick Schermer n...@xfce.org
Date:   Tue Jun 1 17:40:04 2010 +0200

Build ChangeLog from GIT.

 ChangeLog |  478 -
 ChangeLog.pre-git |  342 
 Makefile.am   |9 +
 NEWS  |7 +
 configure.in.in   |2 +-
 scripts/xdt-autogen.in.in |   48 -
 6 files changed, 60 insertions(+), 826 deletions(-)

diff --git a/ChangeLog b/ChangeLog
deleted file mode 100644
index 6f3c727..000
--- a/ChangeLog
+++ /dev/null
@@ -1,478 +0,0 @@
-2009-09-19  Brian J. Tarricone br...@tarricone.org
-
-  * ChangeLog, configure.in.in: == 4.7.2 released! ==
-
-  * NEWS, configure.in.in, m4macros/xdt-features.m4: fix typo that breaks
-  XDT_FEATURE_LINKER_OPTS
-
-  * ChangeLog, configure.in.in: == 4.7.1 released! ==
-
-  * m4macros/xdt-features.m4: put --disable-debug back and fix defaults for
-  visibility and linker opts  also make the non-defaults explicit and therefore
-  less confusing (it worked before due to default autoconf shell-ification of
-  the first arg, but that's not immediately clear)
-
-2009-09-19  Jannis Pohlmann jan...@xfce.org
-
-  * m4macros/xdt-features.m4: Fix XDT_FEATURE_LINKER_OPTS and
-  XDT_FEATURE_VISIBILITY.  AC_ARG_ENABLE executes the code its last parameter
-  if the --enable flag is not provided, not if the --disable flag is not
-  provided. That's why we need to set the value to no, not to yes.  Also
-  don't show the --disable-debug option (with weird indentation) because the
-  help message already explains that there are --disable variants for all
-  --enable options.
-
-  * m4macros/xdt-features.m4: Fix default detection and $enable_debug value in
-  XDT_FEATURE_DEBUG().  This uses the m4_default() macro instead of the custom
-  code to check which debug level should be used as the default. $default_level
-  was not set when running configure with --help before.  It seems we also need
-  to use [enable_debug=$enableval] in AC_ARG_ENABLE() for enable_debug to be
-  set. Tested it and it works fine.
-
-2009-09-18  Brian J. Tarricone br...@tarricone.org
-
-  * NEWS, m4macros/xdt-features.m4: beef up the XDT_FEATURE_DEBUG macro a bit
-
-  * README: s/SVN/Git/
-
-  * NEWS, m4macros/xdt-features.m4: add XDT_FEATURE_LINKER_OPTS
-
-  * NEWS, m4macros/xdt-features.m4: add XDT_FEATURE_VISIBILITY
-
-2009-08-26  Brian J. Tarricone br...@tarricone.org
-
-  * scripts/xdt-autogen.in.in: add do-not-edit warning to top of autogenerated
-  configure.{ac,in}
-
-  * scripts/xdt-autogen.in.in: remove configure.{ac,in} on 'clean' if
-  configure.{ac,in}.in exists
-
-  * scripts/xdt-autogen.in.in: print warning if attempting to compare git
-  revision versions  we can't tell version ordering, but it's possible it's
-  fine, so just print a warning and proceed.  autogen.sh writers shouldn't
-  depend on particular git revisions, only on release versions, but let's
-  soft-allow it.
-
-  * scripts/xdt-autogen.in.in: make lookup_configure_ac_files act like
-  lookup_configure_ac_in_files
-
-  * .gitignore: add gitignore
-
-  * scripts/xdt-autogen.in.in: rename CONFIGURE_FILES to CONFIGURE_AC_FILES for
-  clarity  also rename some similar vars/functions for the same reason
-
-  * scripts/xdt

[Xfce4-commits] xfce4-dev-tools:master Check for glibtoolize.

2010-12-19 Thread Benedikt Meurer
Updating branch refs/heads/master
 to e9f246a0486cc03168f7a8b47fadb64a9843da30 (commit)
   from d1702a893ff5f2c0fdf3cb0779360d155004efb1 (commit)

commit e9f246a0486cc03168f7a8b47fadb64a9843da30
Author: Benedikt Meurer benedikt.meu...@googlemail.com
Date:   Sun Dec 19 12:13:19 2010 +0100

Check for glibtoolize.

 scripts/xdt-autogen.in.in |8 +++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/scripts/xdt-autogen.in.in b/scripts/xdt-autogen.in.in
index 3a128e4..b5a075c 100644
--- a/scripts/xdt-autogen.in.in
+++ b/scripts/xdt-autogen.in.in
@@ -409,7 +409,13 @@ done
 ##
 ## Check for libtoolize
 ##
-test -z ${XDT_PROG_LIBTOOLIZE}  XDT_PROG_LIBTOOLIZE=libtoolize
+if test -z ${XDT_PROG_LIBTOOLIZE}; then
+  if type glibtoolize /dev/null 21; then
+XDT_PROG_LIBTOOLIZE=glibtoolize
+  elif type libtoolize /dev/null 21; then
+XDT_PROG_LIBTOOLIZE=libtoolize
+  fi
+fi
 for configure_ac_file in $CONFIGURE_AC_FILES; do
   if grep -q ^AC_PROG_LIBTOOL ${configure_ac_file}; then
 (${XDT_PROG_LIBTOOLIZE} --version) /dev/null /dev/null 20 || {
___
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits


[Xfce4-commits] r26457 - in thunar/trunk: . thunar

2007-12-11 Thread Benedikt Meurer
Author: benny
Date: 2007-12-11 19:30:45 + (Tue, 11 Dec 2007)
New Revision: 26457

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/thunar/thunar-shortcuts-view.c
   thunar/trunk/thunar/thunar-tree-view.c
Log:
2007-12-11  Benedikt Meurer [EMAIL PROTECTED]

* thunar/thunar-shortcuts-view.c, thunar/thunar-tree-view.c:
  Display Eject in the context menu if the device of the
  volume requires an eject.




Modified: thunar/trunk/ChangeLog
===
--- thunar/trunk/ChangeLog  2007-12-10 22:27:15 UTC (rev 26456)
+++ thunar/trunk/ChangeLog  2007-12-11 19:30:45 UTC (rev 26457)
@@ -1,3 +1,9 @@
+2007-12-11 Benedikt Meurer [EMAIL PROTECTED]
+
+   * thunar/thunar-shortcuts-view.c, thunar/thunar-tree-view.c:
+ Display Eject in the context menu if the device of the
+ volume requires an eject.
+
 2007-12-03 Benedikt Meurer [EMAIL PROTECTED]
 
* thunar-vfs/thunar-vfs-exec.c: Make sure, processes spawned from

Modified: thunar/trunk/thunar/thunar-shortcuts-view.c
===
--- thunar/trunk/thunar/thunar-shortcuts-view.c 2007-12-10 22:27:15 UTC (rev 
26456)
+++ thunar/trunk/thunar/thunar-shortcuts-view.c 2007-12-11 19:30:45 UTC (rev 
26457)
@@ -834,13 +834,12 @@
   gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
   gtk_widget_show (item);
 
-  /* check if the volume is a disc */
-  if (thunar_vfs_volume_is_disc (volume))
+  /* check if the volume is ejectable */
+  if (thunar_vfs_volume_is_ejectable (volume))
 {
   /* append the Eject Volume menu action */
   item = gtk_image_menu_item_new_with_mnemonic (_(E_ject Volume));
   g_signal_connect_swapped (G_OBJECT (item), activate, G_CALLBACK 
(thunar_shortcuts_view_eject), view);
-  gtk_widget_set_sensitive (item, thunar_vfs_volume_is_ejectable 
(volume));
   gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
   gtk_widget_show (item);
 }

Modified: thunar/trunk/thunar/thunar-tree-view.c
===
--- thunar/trunk/thunar/thunar-tree-view.c  2007-12-10 22:27:15 UTC (rev 
26456)
+++ thunar/trunk/thunar/thunar-tree-view.c  2007-12-11 19:30:45 UTC (rev 
26457)
@@ -1041,13 +1041,12 @@
   gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
   gtk_widget_show (item);
 
-  /* check if the volume is a disc */
-  if (thunar_vfs_volume_is_disc (volume))
+  /* check if the volume is ejectable */
+  if (thunar_vfs_volume_is_ejectable (volume))
 {
   /* append the Eject Volume menu action */
   item = gtk_image_menu_item_new_with_mnemonic (_(E_ject Volume));
   g_signal_connect_swapped (G_OBJECT (item), activate, G_CALLBACK 
(thunar_tree_view_action_eject), view);
-  gtk_widget_set_sensitive (item, thunar_vfs_volume_is_ejectable 
(volume));
   gtk_menu_shell_append (GTK_MENU_SHELL (menu), item);
   gtk_widget_show (item);
 }

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


[Xfce4-commits] r26431 - in thunar/trunk: . thunar-vfs

2007-12-03 Thread Benedikt Meurer
Author: benny
Date: 2007-12-03 13:38:01 + (Mon, 03 Dec 2007)
New Revision: 26431

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/thunar-vfs/thunar-vfs-volume-hal.c
Log:
2007-12-03  Benedikt Meurer [EMAIL PROTECTED]

* thunar-vfs/thunar-vfs-volume-hal.c: Make sure to pass volumes
  without mountable file systems to thunar-volman.




Modified: thunar/trunk/ChangeLog
===
--- thunar/trunk/ChangeLog  2007-12-02 22:56:02 UTC (rev 26430)
+++ thunar/trunk/ChangeLog  2007-12-03 13:38:01 UTC (rev 26431)
@@ -1,3 +1,8 @@
+2007-12-03 Benedikt Meurer [EMAIL PROTECTED]
+
+   * thunar-vfs/thunar-vfs-volume-hal.c: Make sure to pass volumes
+ without mountable file systems to thunar-volman.
+
 2007-12-02 Benedikt Meurer [EMAIL PROTECTED]
 
* configure.in.in: Post-release version bump.

Modified: thunar/trunk/thunar-vfs/thunar-vfs-volume-hal.c
===
--- thunar/trunk/thunar-vfs/thunar-vfs-volume-hal.c 2007-12-02 22:56:02 UTC 
(rev 26430)
+++ thunar/trunk/thunar-vfs/thunar-vfs-volume-hal.c 2007-12-03 13:38:01 UTC 
(rev 26431)
@@ -1007,9 +1007,7 @@
   hv = libhal_volume_from_udi (context, udi);
 
   /* HAL might want us to ignore this volume for some reason */
-  if (G_UNLIKELY (hv != NULL
- (libhal_volume_should_ignore (hv)
-  || libhal_volume_get_fsusage (hv) != 
LIBHAL_VOLUME_USAGE_MOUNTABLE_FILESYSTEM)))
+  if (G_UNLIKELY (hv != NULL  libhal_volume_should_ignore (hv)))
 {
   libhal_volume_free (hv);
   return;
@@ -1020,38 +1018,42 @@
 
   if (G_LIKELY (hv != NULL))
 {
-  /* determine the UDI of the drive to which this volume belongs */
-  drive_udi = libhal_volume_get_storage_device_udi (hv);
-  if (G_LIKELY (drive_udi != NULL))
+  /* check if we have a mountable file system here */
+  if (libhal_volume_get_fsusage (hv) == 
LIBHAL_VOLUME_USAGE_MOUNTABLE_FILESYSTEM)
 {
-  /* determine the drive for the volume */
-  hd = libhal_drive_from_udi (context, drive_udi);
-  if (G_LIKELY (hd != NULL))
+  /* determine the UDI of the drive to which this volume belongs */
+  drive_udi = libhal_volume_get_storage_device_udi (hv);
+  if (G_LIKELY (drive_udi != NULL))
 {
-  /* check if we already have a volume object for the UDI */
-  volume_hal = thunar_vfs_volume_manager_hal_get_volume_by_udi 
(manager_hal, udi);
-  if (G_LIKELY (volume_hal == NULL))
+  /* determine the drive for the volume */
+  hd = libhal_drive_from_udi (context, drive_udi);
+  if (G_LIKELY (hd != NULL))
 {
-  /* otherwise, we allocate a new volume object */
-  volume_hal = g_object_new (THUNAR_VFS_TYPE_VOLUME_HAL, NULL);
-  volume_hal-udi = g_strdup (udi);
-}
+  /* check if we already have a volume object for the UDI */
+  volume_hal = thunar_vfs_volume_manager_hal_get_volume_by_udi 
(manager_hal, udi);
+  if (G_LIKELY (volume_hal == NULL))
+{
+  /* otherwise, we allocate a new volume object */
+  volume_hal = g_object_new (THUNAR_VFS_TYPE_VOLUME_HAL, 
NULL);
+  volume_hal-udi = g_strdup (udi);
+}
 
-  /* update the volume object with the new data from the HAL 
volume/drive */
-  thunar_vfs_volume_hal_update (volume_hal, context, hv, hd);
+  /* update the volume object with the new data from the HAL 
volume/drive */
+  thunar_vfs_volume_hal_update (volume_hal, context, hv, hd);
 
-  /* add the volume object to our list if we allocated a new one */
-  if (g_list_find (THUNAR_VFS_VOLUME_MANAGER 
(manager_hal)-volumes, volume_hal) == NULL)
-{
-  /* add the volume to the volume manager */
-  thunar_vfs_volume_manager_add (THUNAR_VFS_VOLUME_MANAGER 
(manager_hal), THUNAR_VFS_VOLUME (volume_hal));
+  /* add the volume object to our list if we allocated a new 
one */
+  if (g_list_find (THUNAR_VFS_VOLUME_MANAGER 
(manager_hal)-volumes, volume_hal) == NULL)
+{
+  /* add the volume to the volume manager */
+  thunar_vfs_volume_manager_add (THUNAR_VFS_VOLUME_MANAGER 
(manager_hal), THUNAR_VFS_VOLUME (volume_hal));
 
-  /* release the reference on the volume */
-  g_object_unref (G_OBJECT (volume_hal));
+  /* release the reference on the volume */
+  g_object_unref (G_OBJECT (volume_hal));
+}
+
+  /* release the HAL drive

[Xfce4-commits] r26432 - in thunar/trunk: . thunar-vfs

2007-12-03 Thread Benedikt Meurer
Author: benny
Date: 2007-12-03 17:50:17 + (Mon, 03 Dec 2007)
New Revision: 26432

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/thunar-vfs/thunar-vfs-exec.c
Log:
2007-12-03  Benedikt Meurer [EMAIL PROTECTED]

* thunar-vfs/thunar-vfs-exec.c: Make sure, processes spawned from
  Thunar and xfdesktop are properly joined. Bug #2983.




Modified: thunar/trunk/ChangeLog
===
--- thunar/trunk/ChangeLog  2007-12-03 13:38:01 UTC (rev 26431)
+++ thunar/trunk/ChangeLog  2007-12-03 17:50:17 UTC (rev 26432)
@@ -1,5 +1,10 @@
 2007-12-03 Benedikt Meurer [EMAIL PROTECTED]
 
+   * thunar-vfs/thunar-vfs-exec.c: Make sure, processes spawned from
+ Thunar and xfdesktop are properly joined. Bug #2983.
+
+2007-12-03 Benedikt Meurer [EMAIL PROTECTED]
+
* thunar-vfs/thunar-vfs-volume-hal.c: Make sure to pass volumes
  without mountable file systems to thunar-volman.
 

Modified: thunar/trunk/thunar-vfs/thunar-vfs-exec.c
===
--- thunar/trunk/thunar-vfs/thunar-vfs-exec.c   2007-12-03 13:38:01 UTC (rev 
26431)
+++ thunar/trunk/thunar-vfs/thunar-vfs-exec.c   2007-12-03 17:50:17 UTC (rev 
26432)
@@ -324,8 +324,10 @@
   if (startup_data-watch_id != 0)
 g_source_remove (startup_data-watch_id);
 
-  /* close the PID */
-  g_spawn_close_pid (startup_data-pid);
+  /* make sure we don't leave zombies (see bug #2983 for details) */
+  g_child_watch_add_full (G_PRIORITY_LOW, startup_data-pid,
+  (GChildWatchFunc) g_spawn_close_pid,
+  NULL, NULL);
 
   /* release the startup data */
   _thunar_vfs_slice_free (TvsnStartupData, startup_data);
@@ -513,7 +515,13 @@
   startup_data-pid = pid;
 }
 }
+  else if (G_LIKELY (succeed))
+{
+  /* make sure we don't leave zombies (see bug #2983 for details) */
+  g_child_watch_add_full (G_PRIORITY_LOW, pid, (GChildWatchFunc) 
g_spawn_close_pid, NULL, NULL);
 
+}
+
   /* release the sn display */
   if (G_LIKELY (sn_display != NULL))
 sn_display_unref (sn_display);

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


[Xfce4-commits] r26415 - in libexo/trunk: . docs/reference po

2007-12-02 Thread Benedikt Meurer
Author: benny
Date: 2007-12-02 12:23:36 + (Sun, 02 Dec 2007)
New Revision: 26415

Modified:
   libexo/trunk/ChangeLog
   libexo/trunk/NEWS
   libexo/trunk/THANKS
   libexo/trunk/configure.in.in
   libexo/trunk/docs/reference/Makefile.am
   libexo/trunk/po/ChangeLog
   libexo/trunk/po/ar.po
   libexo/trunk/po/be.po
   libexo/trunk/po/ca.po
   libexo/trunk/po/cs.po
   libexo/trunk/po/cy.po
   libexo/trunk/po/de.po
   libexo/trunk/po/dz.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/gl.po
   libexo/trunk/po/he.po
   libexo/trunk/po/hu.po
   libexo/trunk/po/it.po
   libexo/trunk/po/ja.po
   libexo/trunk/po/ka.po
   libexo/trunk/po/lt.po
   libexo/trunk/po/lv.po
   libexo/trunk/po/mk.po
   libexo/trunk/po/nb_NO.po
   libexo/trunk/po/nl.po
   libexo/trunk/po/pa.po
   libexo/trunk/po/pl.po
   libexo/trunk/po/pt_BR.po
   libexo/trunk/po/pt_PT.po
   libexo/trunk/po/ro.po
   libexo/trunk/po/ru.po
   libexo/trunk/po/sq.po
   libexo/trunk/po/sv.po
   libexo/trunk/po/ur.po
   libexo/trunk/po/zh_TW.po
Log:
2007-12-02  Benedikt Meurer [EMAIL PROTECTED]

* === Released 0.3.4 ===
* NEWS, configure.in.in: Bump version.
* THANKS: Update translator credits.
* po/*.po: Update Project-Id-Version.
* docs/reference/Makefile.am: Fix dist building.




Modified: libexo/trunk/ChangeLog
===
--- libexo/trunk/ChangeLog  2007-12-02 10:01:17 UTC (rev 26414)
+++ libexo/trunk/ChangeLog  2007-12-02 12:23:36 UTC (rev 26415)
@@ -1,3 +1,11 @@
+2007-12-02 Benedikt Meurer [EMAIL PROTECTED]
+
+   * === Released 0.3.4 ===
+   * NEWS, configure.in.in: Bump version.
+   * THANKS: Update translator credits.
+   * po/*.po: Update Project-Id-Version.
+   * docs/reference/Makefile.am: Fix dist building.
+
 2007-07-20 Benedikt Meurer [EMAIL PROTECTED]
 
* exo/exo-mount-point.c: Fix build on Solaris.

Modified: libexo/trunk/NEWS
===
--- libexo/trunk/NEWS   2007-12-02 10:01:17 UTC (rev 26414)
+++ libexo/trunk/NEWS   2007-12-02 12:23:36 UTC (rev 26415)
@@ -1,3 +1,22 @@
+0.3.4
+=
+- Add option to exo-csource to strip comments from XML prior to embedding
+  them into binaries (Bug #3094).
+- Fix compilation on Solaris 2.8 (Bug #2798).
+- Fix compilation on NetBSD (Bug #2808).
+- Properly quote URLs prior to passing them to external programs (Bug #2791).
+- Bump required HAL version to 0.5.7 (Bug #2828).
+- Updated translations: Alexander Nyakhaychyk (be), Pau Rul-lan Ferragut (ca),
+Benedikt Meurer and Nico Schümann (de), Jeff Bailes
+(en_GB), Piarres Beobide (eu), Jari Rahkonen (fi), Mike
+Massonnet (fr), Daichi Kawahata (ja), Peter Maassen and
+Stephan Arts (nl), Pablo Lerina and Og Maciel (pt_BR),
+Mişu Moldovan (ro)
+- New translations: Mohamed Magdy (ar), Terje Uriansrud (nb_NO), Rihards
+Priedītis (lv), Nuno Miguel (pt_PT), ﻢﺤﻣﺩ ﻊﻠﻳ ﺎﻠﻤﻜﻳ (ur),
+Hydonsingore Cia (zh_TW), Besnik Bleta (sq)
+
+
 0.3.2
 =
 - Further clean up the ExoIconView code and add several small optimization.
@@ -19,8 +38,8 @@
 - Fix a few memory leaks.
 - Updated translations: Pau Rul-lan Ferragut (ca), Michal Várady (cs), Benedikt
 Meurer (de), Stavros Giannouris (el), Piarres Beobide
-   (eu), Piotr Maliński and Szymon Kałasz (pl), Andrey
-   Fedoseev (ru), Alexander Toresson (sv).
+(eu), Piotr Maliński and Szymon Kałasz (pl), Andrey
+Fedoseev (ru), Alexander Toresson (sv).
 - New translations: Alexander Nyakhaychyk (be), Geraint Rowlands (cy), Pavle
 Jonoski (mk), Stephan Arts (nl), Amanpreet Singh Alam (pa).
 
@@ -38,9 +57,9 @@
   mail reader, as some helper applications, namely Firefox and Thunderbird,
   cannot handle URLs with commata (#2454).
 - Updated translations: Pau Rul-lan Ferragut (ca), Michal Várady (cs), Benedikt
-   Meurer (de), Piarres Beobide (eu), Jari Rahkonen (fi),
-   Maximilian Schleiss (fr), Piotr Maliński (pl), Adriano
-   Winter Bess (pt_BR), Andrey Fedoseev (ru)
+Meurer (de), Piarres Beobide (eu), Jari Rahkonen (fi),
+Maximilian Schleiss (fr), Piotr Maliński (pl), Adriano
+Winter Bess (pt_BR), Andrey Fedoseev (ru)
 - New translations: Sonam Pelden (dz), Dario DOE (it)
 
 
@@ -66,10 +85,10 @@
 - Use the GSlice allocator where possible to further reduce memory overhead.
 - Update the API documentation, adding a visual index for the available 
widgets.
 - Updated

[Xfce4-commits] r26416 - libexo/tags

2007-12-02 Thread Benedikt Meurer
Author: benny
Date: 2007-12-02 12:33:32 + (Sun, 02 Dec 2007)
New Revision: 26416

Added:
   libexo/tags/exo-0.3.4/
Log:
Tag 0.3.4 release.

Copied: libexo/tags/exo-0.3.4 (from rev 26415, libexo/trunk)

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


[Xfce4-commits] r26417 - libexo/tags

2007-12-02 Thread Benedikt Meurer
Author: benny
Date: 2007-12-02 12:34:11 + (Sun, 02 Dec 2007)
New Revision: 26417

Added:
   libexo/tags/xfce_4_4_2
Log:
Add symbolictag xfce_4_4_2 for exo-0.3.4.

Added: libexo/tags/xfce_4_4_2
===
--- libexo/tags/xfce_4_4_2  (rev 0)
+++ libexo/tags/xfce_4_4_2  2007-12-02 12:34:11 UTC (rev 26417)
@@ -0,0 +1 @@
+link exo-0.3.4
\ No newline at end of file


Property changes on: libexo/tags/xfce_4_4_2
___
Name: svn:special
   + *

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


[Xfce4-commits] r26418 - libexo/trunk

2007-12-02 Thread Benedikt Meurer
Author: benny
Date: 2007-12-02 12:35:06 + (Sun, 02 Dec 2007)
New Revision: 26418

Modified:
   libexo/trunk/ChangeLog
   libexo/trunk/configure.in.in
Log:
2007-12-02  Benedikt Meurer [EMAIL PROTECTED]

* configure.in.in: Post-release version bump.




Modified: libexo/trunk/ChangeLog
===
--- libexo/trunk/ChangeLog  2007-12-02 12:34:11 UTC (rev 26417)
+++ libexo/trunk/ChangeLog  2007-12-02 12:35:06 UTC (rev 26418)
@@ -1,5 +1,9 @@
 2007-12-02 Benedikt Meurer [EMAIL PROTECTED]
 
+   * configure.in.in: Post-release version bump.
+
+2007-12-02 Benedikt Meurer [EMAIL PROTECTED]
+
* === Released 0.3.4 ===
* NEWS, configure.in.in: Bump version.
* THANKS: Update translator credits.

Modified: libexo/trunk/configure.in.in
===
--- libexo/trunk/configure.in.in2007-12-02 12:34:11 UTC (rev 26417)
+++ libexo/trunk/configure.in.in2007-12-02 12:35:06 UTC (rev 26418)
@@ -12,10 +12,10 @@
 m4_define([libexo_verinfo], [5:0:5])
 m4_define([libexo_version_major], [0])
 m4_define([libexo_version_minor], [3])
-m4_define([libexo_version_micro], [4])
+m4_define([libexo_version_micro], [5])
 m4_define([libexo_version_nano], [])
 m4_define([libexo_version_build], [EMAIL PROTECTED]@])
-m4_define([libexo_version_tag], [])
+m4_define([libexo_version_tag], [svn])
 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 

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


[Xfce4-commits] r26421 - in thunar: . tags

2007-12-02 Thread Benedikt Meurer
Author: benny
Date: 2007-12-02 13:46:28 + (Sun, 02 Dec 2007)
New Revision: 26421

Added:
   thunar/tags/thunar-0.9.0/
Removed:
   thunar/thunar-0.9.0/
Log:
Woops

Copied: thunar/tags/thunar-0.9.0 (from rev 26420, thunar/thunar-0.9.0)

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


[Xfce4-commits] r26422 - thunar/tags

2007-12-02 Thread Benedikt Meurer
Author: benny
Date: 2007-12-02 13:46:55 + (Sun, 02 Dec 2007)
New Revision: 26422

Added:
   thunar/tags/xfce_4_4_2
Log:
Add symbolic tag xfce_4_4_2 for thunar-0.9.0.

Added: thunar/tags/xfce_4_4_2
===
--- thunar/tags/xfce_4_4_2  (rev 0)
+++ thunar/tags/xfce_4_4_2  2007-12-02 13:46:55 UTC (rev 26422)
@@ -0,0 +1 @@
+link thunar-0.9.0
\ No newline at end of file


Property changes on: thunar/tags/xfce_4_4_2
___
Name: svn:special
   + *

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


[Xfce4-commits] r26423 - thunar/trunk

2007-12-02 Thread Benedikt Meurer
Author: benny
Date: 2007-12-02 13:47:39 + (Sun, 02 Dec 2007)
New Revision: 26423

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/configure.in.in
Log:
2007-12-02  Benedikt Meurer [EMAIL PROTECTED]

* configure.in.in: Post-release version bump.




Modified: thunar/trunk/ChangeLog
===
--- thunar/trunk/ChangeLog  2007-12-02 13:46:55 UTC (rev 26422)
+++ thunar/trunk/ChangeLog  2007-12-02 13:47:39 UTC (rev 26423)
@@ -1,5 +1,9 @@
 2007-12-02 Benedikt Meurer [EMAIL PROTECTED]
 
+   * configure.in.in: Post-release version bump.
+
+2007-12-02 Benedikt Meurer [EMAIL PROTECTED]
+
* === Released 0.9.0 ===
* NEWS, configure.in.in: Bump version.
* README, configure.in.in: Depend on exo 0.3.4.

Modified: thunar/trunk/configure.in.in
===
--- thunar/trunk/configure.in.in2007-12-02 13:46:55 UTC (rev 26422)
+++ thunar/trunk/configure.in.in2007-12-02 13:47:39 UTC (rev 26423)
@@ -13,9 +13,9 @@
 m4_define([thunar_version_api], [1])
 m4_define([thunar_version_major], [0])
 m4_define([thunar_version_minor], [9])
-m4_define([thunar_version_micro], [0])
+m4_define([thunar_version_micro], [1])
 m4_define([thunar_version_build], [EMAIL PROTECTED]@])
-m4_define([thunar_version_tag], [])
+m4_define([thunar_version_tag], [svn])
 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 ***

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


[Xfce4-commits] r26426 - terminal/tags

2007-12-02 Thread Benedikt Meurer
Author: benny
Date: 2007-12-02 14:16:02 + (Sun, 02 Dec 2007)
New Revision: 26426

Added:
   terminal/tags/xfce_4_4_2
Log:
Add symbolic tag xfce_4_4_2 for terminal-0.2.8.

Added: terminal/tags/xfce_4_4_2
===
--- terminal/tags/xfce_4_4_2(rev 0)
+++ terminal/tags/xfce_4_4_22007-12-02 14:16:02 UTC (rev 26426)
@@ -0,0 +1 @@
+link terminal-0.2.8
\ No newline at end of file


Property changes on: terminal/tags/xfce_4_4_2
___
Name: svn:special
   + *

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


[Xfce4-commits] r26419 - in thunar/trunk: . docs/reference/thunar-vfs docs/reference/thunarx po

2007-12-02 Thread Benedikt Meurer
Author: benny
Date: 2007-12-02 13:44:47 + (Sun, 02 Dec 2007)
New Revision: 26419

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/NEWS
   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/Makefile.am
   thunar/trunk/docs/reference/thunarx/thunarx-docs.sgml
   thunar/trunk/po/ChangeLog
   thunar/trunk/po/ar.po
   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/en_GB.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/lv.po
   thunar/trunk/po/mk.po
   thunar/trunk/po/nb_NO.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/pt_PT.po
   thunar/trunk/po/ro.po
   thunar/trunk/po/sq.po
   thunar/trunk/po/sv.po
   thunar/trunk/po/tr.po
   thunar/trunk/po/ur.po
   thunar/trunk/po/zh_CN.po
Log:
2007-12-02  Benedikt Meurer [EMAIL PROTECTED]

* === Released 0.9.0 ===
* NEWS, configure.in.in: Bump version.
* README, configure.in.in: Depend on exo 0.3.4.
* THANKS: Add missing translator credits.
* po/*.po: Update Project-Id-Version.
* docs/reference/thunar-vfs/Makefile.am,
  docs/reference/thunarx/Makefile.am: Fix dist building.
* 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-12-02 12:35:06 UTC (rev 26418)
+++ thunar/trunk/ChangeLog  2007-12-02 13:44:47 UTC (rev 26419)
@@ -1,3 +1,15 @@
+2007-12-02 Benedikt Meurer [EMAIL PROTECTED]
+
+   * === Released 0.9.0 ===
+   * NEWS, configure.in.in: Bump version.
+   * README, configure.in.in: Depend on exo 0.3.4.
+   * THANKS: Add missing translator credits.
+   * po/*.po: Update Project-Id-Version.
+   * docs/reference/thunar-vfs/Makefile.am,
+ docs/reference/thunarx/Makefile.am: Fix dist building.
+   * docs/reference/thunar-vfs/thunar-vfs-docs.sgml,
+ docs/reference/thunarx/thunarx-docs.sgml: Update documentation dates.
+
 2007-11-28 Benedikt Meurer [EMAIL PROTECTED]
 
* thunar-vfs/thunar-vfs-volume-hal.c: Ignore volumes that do

Modified: thunar/trunk/NEWS
===
--- thunar/trunk/NEWS   2007-12-02 12:35:06 UTC (rev 26418)
+++ thunar/trunk/NEWS   2007-12-02 13:44:47 UTC (rev 26419)
@@ -1,3 +1,38 @@
+0.9.0
+=
+- Do not display volumes without mountable file systems (Bug #3555).
+- Properly recognize OGG files as audio files for custom actions (Bug #3604).
+- Add new date renamer (Bug #3656).
+- Pass the correct $DISPLAY value to processes spawned by Thunar and
+  xfdesktop in multi screen environments (Bug #3667).
+- Preselect the whole filename when renaming folders (Bug #3057).
+- Prevent infinite recursion on JPEG files with broken EXIF data (Bug #3452).
+- Fix crash on amd64 (Bug #3303).
+- Add support to retry job based operations.
+- Display more details in the override dialog (Bug #3268).
+- Add support for different date/time formats (Bug #3265).
+- Fix crash on sparc64 (Bug #2815).
+- Properly binaries selected for custom actions (Bug #3105).
+- Fix invalid invocation of thunar-volman for volumes that should be
+  ignored (Bug #2789).
+- Reduce binary size by stripping XML comments and whitespace (Bug #3094).
+- Use the correct HAL property to determine whether a given volume or
+  device requires eject (Bug #3119).
+- Automatically disable thumbnailing if storing a thumbnail fails because
+  of a fatal error (Bug #3020).
+- Fix crash because of unaligned memory access (Bug #2880).
+- Fix compilation with the Sun Studio 11 compiler (Bug #2899, #2900).
+- Updated translations: Alexander Nyakhaychyk (be), Pau Rul-lan Ferragut (ca),
+Benedikt Meurer (de), Piarres Beobide (eu), Jari
+Rahkonen (fi) Daichi Kawahata (ja), ByungHyun Choi 
(ko),
+Stephan Arts, Peter Maassen and Vincent Tunru (nl),
+Szymon Kałasz (pl), Fábio Nogueira (pt_BR), Mişu
+Moldovan (ro), Eren Turkay (tr), Dmitry Nikitin (uk)
+- New translations: Mohamed Magdy (ar), Jeff Bailes (en_GB), Rihards Prieditis
+(lv), Terje Uriansrud (nb_NO), Amanpreet SIngh Alam (pa),
+Nuno

[Xfce4-commits] r26425 - terminal/tags

2007-12-02 Thread Benedikt Meurer
Author: benny
Date: 2007-12-02 14:15:34 + (Sun, 02 Dec 2007)
New Revision: 26425

Added:
   terminal/tags/terminal-0.2.8/
Log:
Tag 0.2.8 release.

Copied: terminal/tags/terminal-0.2.8 (from rev 26424, terminal/trunk)

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


[Xfce4-commits] r26408 - in xfce4-session/trunk: . icons/128x128 icons/48x48 icons/64x64 icons/72x72 xfce4-autostart-editor

2007-11-29 Thread Benedikt Meurer
Author: benny
Date: 2007-11-29 22:26:32 + (Thu, 29 Nov 2007)
New Revision: 26408

Added:
   xfce4-session/trunk/icons/48x48/xfce4-autostart-editor.png
Modified:
   xfce4-session/trunk/ChangeLog
   xfce4-session/trunk/icons/128x128/xfce4-session.png
   xfce4-session/trunk/icons/48x48/Makefile.am
   xfce4-session/trunk/icons/48x48/xfce4-session.png
   xfce4-session/trunk/icons/48x48/xfce4-splash.png
   xfce4-session/trunk/icons/48x48/xfsm-logout.png
   xfce4-session/trunk/icons/48x48/xfsm-reboot.png
   xfce4-session/trunk/icons/48x48/xfsm-shutdown.png
   xfce4-session/trunk/icons/64x64/xfsm-gnome-kde-logo.png
   xfce4-session/trunk/icons/72x72/xfsm-trash-hilight.png
   xfce4-session/trunk/icons/72x72/xfsm-trash-normal.png
   xfce4-session/trunk/xfce4-autostart-editor/main.c
Log:
2007-11-29  Benedikt Meurer [EMAIL PROTECTED]

* icons/, xfce4-autostart-editor/main.c: Add icon from
  Jozsef Mak [EMAIL PROTECTED] for the autostart editor.
  Bug #3215.




Modified: xfce4-session/trunk/ChangeLog
===
--- xfce4-session/trunk/ChangeLog   2007-11-29 19:20:44 UTC (rev 26407)
+++ xfce4-session/trunk/ChangeLog   2007-11-29 22:26:32 UTC (rev 26408)
@@ -1,3 +1,9 @@
+2007-11-29 Benedikt Meurer [EMAIL PROTECTED]
+
+   * icons/, xfce4-autostart-editor/main.c: Add icon from
+ Jozsef Mak [EMAIL PROTECTED] for the autostart editor.
+ Bug #3215.
+
 2007-11-28 Benedikt Meurer [EMAIL PROTECTED]
 
* engines/simple/simple.c: Fix dialog layout. Bug #3287.


Property changes on: xfce4-session/trunk/icons/128x128/xfce4-session.png
___
Name: svn:mime-type
   - application/octet-stream
   + image/png

Modified: xfce4-session/trunk/icons/48x48/Makefile.am
===
--- xfce4-session/trunk/icons/48x48/Makefile.am 2007-11-29 19:20:44 UTC (rev 
26407)
+++ xfce4-session/trunk/icons/48x48/Makefile.am 2007-11-29 22:26:32 UTC (rev 
26408)
@@ -1,9 +1,10 @@
 iconsdir = $(datadir)/icons/hicolor/48x48/apps
 icons_DATA =   \
+   xfce4-autostart-editor.png  \
xfce4-session.png   \
xfce4-splash.png\
-   xfsm-logout.png \
-   xfsm-reboot.png \
+   xfsm-logout.png \
+   xfsm-reboot.png \
xfsm-shutdown.png
 
 EXTRA_DIST = $(icons_DATA)

Added: xfce4-session/trunk/icons/48x48/xfce4-autostart-editor.png
===
(Binary files differ)


Property changes on: xfce4-session/trunk/icons/48x48/xfce4-autostart-editor.png
___
Name: svn:mime-type
   + image/png


Property changes on: xfce4-session/trunk/icons/48x48/xfce4-session.png
___
Name: svn:mime-type
   - application/octet-stream
   + image/png


Property changes on: xfce4-session/trunk/icons/48x48/xfce4-splash.png
___
Name: svn:mime-type
   + image/png


Property changes on: xfce4-session/trunk/icons/48x48/xfsm-logout.png
___
Name: svn:mime-type
   - application/octet-stream
   + image/png


Property changes on: xfce4-session/trunk/icons/48x48/xfsm-reboot.png
___
Name: svn:mime-type
   - application/octet-stream
   + image/png


Property changes on: xfce4-session/trunk/icons/48x48/xfsm-shutdown.png
___
Name: svn:mime-type
   - application/octet-stream
   + image/png


Property changes on: xfce4-session/trunk/icons/64x64/xfsm-gnome-kde-logo.png
___
Name: svn:mime-type
   - application/octet-stream
   + image/png


Property changes on: xfce4-session/trunk/icons/72x72/xfsm-trash-hilight.png
___
Name: svn:mime-type
   - application/octet-stream
   + image/png


Property changes on: xfce4-session/trunk/icons/72x72/xfsm-trash-normal.png
___
Name: svn:mime-type
   - application/octet-stream
   + image/png

Modified: xfce4-session/trunk/xfce4-autostart-editor/main.c
===
--- xfce4-session/trunk/xfce4-autostart-editor/main.c   2007-11-29 19:20:44 UTC 
(rev 26407)
+++ xfce4

[Xfce4-commits] r26393 - in thunar/trunk: . thunar-vfs

2007-11-28 Thread Benedikt Meurer
Author: benny
Date: 2007-11-28 17:32:00 + (Wed, 28 Nov 2007)
New Revision: 26393

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/thunar-vfs/thunar-vfs-exec.c
Log:
2007-11-28  Benedikt Meurer [EMAIL PROTECTED]

* thunar-vfs/thunar-vfs-exec.c(thunar_vfs_exec_on_screen):
  Make sure to pass the correct $DISPLAY value to processes
  spawned by Thunar and xfdesktop. Bug #3667.




Modified: thunar/trunk/ChangeLog
===
--- thunar/trunk/ChangeLog  2007-11-28 04:58:58 UTC (rev 26392)
+++ thunar/trunk/ChangeLog  2007-11-28 17:32:00 UTC (rev 26393)
@@ -1,3 +1,9 @@
+2007-11-28 Benedikt Meurer [EMAIL PROTECTED]
+
+   * thunar-vfs/thunar-vfs-exec.c(thunar_vfs_exec_on_screen):
+ Make sure to pass the correct $DISPLAY value to processes
+ spawned by Thunar and xfdesktop. Bug #3667.
+
 2007-08-24 Jean-Fran�ois Wauthy [EMAIL PROTECTED]
 
* docs/manual/fr/Thunar.xml.in: minor corrections in French

Modified: thunar/trunk/thunar-vfs/thunar-vfs-exec.c
===
--- thunar/trunk/thunar-vfs/thunar-vfs-exec.c   2007-11-28 04:58:58 UTC (rev 
26392)
+++ thunar/trunk/thunar-vfs/thunar-vfs-exec.c   2007-11-28 17:32:00 UTC (rev 
26393)
@@ -434,15 +434,30 @@
 #ifdef HAVE_LIBSTARTUP_NOTIFICATION
   SnLauncherContext *sn_launcher = NULL;
   TvsnStartupData   *startup_data;
-  extern gchar **environ;
   SnDisplay *sn_display = NULL;
   gint   sn_workspace;
-  gint   n, m;
 #endif
+  extern gchar **environ;
   gboolean   succeed;
-  gchar**sn_envp = envp;
+  gchar *display_name;
+  gchar**cenvp = envp;
+  gint   n_cenvp, n;
   GPid   pid;
 
+  /* setup the child environment (stripping $DESKTOP_STARTUP_ID and $DISPLAY) 
*/
+  if (G_LIKELY (envp == NULL))
+envp = (gchar **) environ;
+  for (n = 0; envp[n] != NULL; ++n) ;
+  cenvp = g_new0 (gchar *, n + 3);
+  for (n_cenvp = n = 0; envp[n] != NULL; ++n)
+if (strncmp (envp[n], DESKTOP_STARTUP_ID, 18) != 0  strncmp (envp[n], 
DISPLAY, 7) != 0)
+  cenvp[n_cenvp++] = g_strdup (envp[n]);
+
+  /* add the real display name for the screen */
+  display_name = gdk_screen_make_display_name (screen);
+  cenvp[n_cenvp++] = g_strconcat (DISPLAY=, display_name, NULL);
+  g_free (display_name);
+
 #ifdef HAVE_LIBSTARTUP_NOTIFICATION
   /* initialize the sn launcher context */
   if (G_LIKELY (startup_notify))
@@ -464,17 +479,8 @@
   sn_launcher_context_set_icon_name (sn_launcher, (icon_name != 
NULL) ? icon_name : applications-other);
   sn_launcher_context_initiate (sn_launcher, g_get_prgname (), 
argv[0], CurrentTime);
 
-  /* setup the child environment */
-  if (G_LIKELY (envp == NULL))
-envp = (gchar **) environ;
-  for (n = 0; envp[n] != NULL; ++n)
-;
-  sn_envp = g_new (gchar *, n + 2);
-  for (n = m = 0; envp[n] != NULL; ++n)
-if (strncmp (envp[n], DESKTOP_STARTUP_ID, 18) != 0)
-  sn_envp[m++] = g_strdup (envp[n]);
-  sn_envp[m++] = g_strconcat (DESKTOP_STARTUP_ID=, 
sn_launcher_context_get_startup_id (sn_launcher), NULL);
-  sn_envp[m] = NULL;
+  /* add the real startup id to the child environment */
+  cenvp[n_cenvp++] = g_strconcat (DESKTOP_STARTUP_ID=, 
sn_launcher_context_get_startup_id (sn_launcher), NULL);
 
   /* we want to watch the child process */
   flags |= G_SPAWN_DO_NOT_REAP_CHILD;
@@ -484,7 +490,7 @@
 #endif
 
   /* try to spawn the new process */
-  succeed = gdk_spawn_on_screen (screen, working_directory, argv, sn_envp, 
flags, NULL, NULL, pid, error);
+  succeed = g_spawn_async (working_directory, argv, cenvp, flags, NULL, NULL, 
pid, error);
 
 #ifdef HAVE_LIBSTARTUP_NOTIFICATION
   /* handle the sn launcher context */
@@ -513,9 +519,8 @@
 sn_display_unref (sn_display);
 #endif
 
-  /* release the environment */
-  if (G_UNLIKELY (sn_envp != envp))
-g_strfreev (sn_envp);
+  /* release the child environment */
+  g_strfreev (cenvp);
 
   return succeed;
 }

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


[Xfce4-commits] r26395 - in thunar/trunk: . plugins/thunar-uca

2007-11-28 Thread Benedikt Meurer
Author: benny
Date: 2007-11-28 19:15:27 + (Wed, 28 Nov 2007)
New Revision: 26395

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/plugins/thunar-uca/thunar-uca-model.c
Log:
2007-11-28  Benedikt Meurer [EMAIL PROTECTED]

* plugins/thunar-uca/thunar-uca-model.c: Properly recognize
  OGG files as audio files. Bug #3604.




Modified: thunar/trunk/ChangeLog
===
--- thunar/trunk/ChangeLog  2007-11-28 18:20:55 UTC (rev 26394)
+++ thunar/trunk/ChangeLog  2007-11-28 19:15:27 UTC (rev 26395)
@@ -1,5 +1,10 @@
 2007-11-28 Benedikt Meurer [EMAIL PROTECTED]
 
+   * plugins/thunar-uca/thunar-uca-model.c: Properly recognize
+ OGG files as audio files. Bug #3604.
+
+2007-11-28 Benedikt Meurer [EMAIL PROTECTED]
+
* plugins/thunar-sbr/: Import new date renamer based on patch
  from Nick Schermer [EMAIL PROTECTED]. Bug #3656.
* docs/manual/: Update the user manual.

Modified: thunar/trunk/plugins/thunar-uca/thunar-uca-model.c
===
--- thunar/trunk/plugins/thunar-uca/thunar-uca-model.c  2007-11-28 18:20:55 UTC 
(rev 26394)
+++ thunar/trunk/plugins/thunar-uca/thunar-uca-model.c  2007-11-28 19:15:27 UTC 
(rev 26395)
@@ -973,8 +973,22 @@
 return THUNAR_UCA_TYPE_TEXT_FILES;
   else if (strncmp (mime_type, video/, 6) == 0)
 return THUNAR_UCA_TYPE_VIDEO_FILES;
-  else
-return 0;
+  else if (strncmp (mime_type, application/, 12) == 0)
+{
+  /* quite cumbersome, certain mime types do not
+   * belong here, but despite that fact, they are...
+   */
+  mime_type += 12;
+  if (strcmp (mime_type, javascript) == 0
+  || strcmp (mime_type, x-awk) == 0
+  || strcmp (mime_type, x-csh) == 0
+  || strcmp (mime_type, xhtml+xml) == 0
+  || strcmp (mime_type, xml) == 0)
+return THUNAR_UCA_TYPE_TEXT_FILES;
+  else if (strcmp (mime_type, ogg) == 0)
+return THUNAR_UCA_TYPE_AUDIO_FILES;
+}
+  return 0;
 }
 
 

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


[Xfce4-commits] r26397 - in xfce4-session/trunk: . engines/balou engines/simple

2007-11-28 Thread Benedikt Meurer
Author: benny
Date: 2007-11-28 20:05:51 + (Wed, 28 Nov 2007)
New Revision: 26397

Modified:
   xfce4-session/trunk/ChangeLog
   xfce4-session/trunk/engines/balou/config.c
   xfce4-session/trunk/engines/simple/simple.c
Log:
2007-11-28  Benedikt Meurer [EMAIL PROTECTED]

* engines/balou/config.c, engines/simple/simple.c: Use
  GtkFileChooser instead of XfceFileChooser. Bug #3492.




Modified: xfce4-session/trunk/ChangeLog
===
--- xfce4-session/trunk/ChangeLog   2007-11-28 19:48:23 UTC (rev 26396)
+++ xfce4-session/trunk/ChangeLog   2007-11-28 20:05:51 UTC (rev 26397)
@@ -1,3 +1,8 @@
+2007-11-28 Benedikt Meurer [EMAIL PROTECTED]
+
+   * engines/balou/config.c, engines/simple/simple.c: Use
+ GtkFileChooser instead of XfceFileChooser. Bug #3492.
+
 2007-07-20 Benedikt Meurer [EMAIL PROTECTED]
 
* xfce4-session/shutdown.c: Fix typo. Bug #3381.

Modified: xfce4-session/trunk/engines/balou/config.c
===
--- xfce4-session/trunk/engines/balou/config.c  2007-11-28 19:48:23 UTC (rev 
26396)
+++ xfce4-session/trunk/engines/balou/config.c  2007-11-28 20:05:51 UTC (rev 
26397)
@@ -318,15 +318,15 @@
 
   treeview = GTK_TREE_VIEW (g_object_get_data (G_OBJECT (menu), tree-view));
   toplevel = gtk_widget_get_toplevel (GTK_WIDGET (treeview));
-  chooser = xfce_file_chooser_new (_(Choose theme file to install...),
-   GTK_WINDOW (toplevel),
-   XFCE_FILE_CHOOSER_ACTION_OPEN,
-   GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
-   GTK_STOCK_OPEN, GTK_RESPONSE_OK,
-   NULL);
+  chooser = gtk_file_chooser_dialog_new (_(Choose theme file to install...),
+ GTK_WINDOW (toplevel),
+ GTK_FILE_CHOOSER_ACTION_OPEN,
+ GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
+ GTK_STOCK_OPEN, GTK_RESPONSE_OK,
+ NULL);
   if (gtk_dialog_run (GTK_DIALOG (chooser)) == GTK_RESPONSE_OK)
 {
-  file = xfce_file_chooser_get_filename (XFCE_FILE_CHOOSER (chooser));
+  file = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (chooser));
 
   if (!config_do_install_theme (file, treeview))
 {

Modified: xfce4-session/trunk/engines/simple/simple.c
===
--- xfce4-session/trunk/engines/simple/simple.c 2007-11-28 19:48:23 UTC (rev 
26396)
+++ xfce4-session/trunk/engines/simple/simple.c 2007-11-28 20:05:51 UTC (rev 
26397)
@@ -312,28 +312,29 @@
 config_browse (GtkWidget *button, GtkWidget *entry)
 {
   const gchar *filename;
+  gchar   *new_filename;
   GtkWidget   *chooser;
   GtkWidget   *toplevel;
 
   toplevel = gtk_widget_get_toplevel (button);
-  chooser = xfce_file_chooser_new (_(Choose image...),
-   GTK_WINDOW (toplevel),
-   XFCE_FILE_CHOOSER_ACTION_OPEN,
-   GTK_STOCK_OPEN,
-   GTK_RESPONSE_OK,
-   GTK_STOCK_CANCEL,
-   GTK_RESPONSE_CANCEL,
-   NULL);
+  chooser = gtk_file_chooser_dialog_new (_(Choose image...),
+ GTK_WINDOW (toplevel),
+ GTK_FILE_CHOOSER_ACTION_OPEN,
+ GTK_STOCK_OPEN, GTK_RESPONSE_OK,
+ GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
+ NULL);
 
   filename = gtk_entry_get_text (GTK_ENTRY (entry));
   if (filename != NULL)
-xfce_file_chooser_set_filename (XFCE_FILE_CHOOSER (chooser), filename);
-  xfce_file_chooser_set_select_multiple (XFCE_FILE_CHOOSER (chooser), FALSE);
+gtk_file_chooser_set_filename (GTK_FILE_CHOOSER (chooser), filename);
 
+  gtk_file_chooser_set_select_multiple (GTK_FILE_CHOOSER (chooser), FALSE);
+
   if (gtk_dialog_run (GTK_DIALOG (chooser)) == GTK_RESPONSE_OK)
 {
-  filename = xfce_file_chooser_get_filename (XFCE_FILE_CHOOSER (chooser));
-  gtk_entry_set_text (GTK_ENTRY (entry), filename);
+  new_filename = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER 
(chooser));
+  gtk_entry_set_text (GTK_ENTRY (entry), new_filename);
+  g_free (new_filename);
 }
 
   gtk_widget_destroy (chooser);

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


[Xfce4-commits] r26398 - in xfce4-session/trunk: . xfce4-session

2007-11-28 Thread Benedikt Meurer
Author: benny
Date: 2007-11-28 20:51:26 + (Wed, 28 Nov 2007)
New Revision: 26398

Modified:
   xfce4-session/trunk/ChangeLog
   xfce4-session/trunk/xfce4-session/xfce4-session.1
Log:
2007-11-28  Benedikt Meurer [EMAIL PROTECTED]

* xfce4-session/xfce4-session.1: Apply patch from Alexander
  Toresson [EMAIL PROTECTED] to fix typos in
  the man page. Bug #3288.




Modified: xfce4-session/trunk/ChangeLog
===
--- xfce4-session/trunk/ChangeLog   2007-11-28 20:05:51 UTC (rev 26397)
+++ xfce4-session/trunk/ChangeLog   2007-11-28 20:51:26 UTC (rev 26398)
@@ -1,5 +1,11 @@
 2007-11-28 Benedikt Meurer [EMAIL PROTECTED]
 
+   * xfce4-session/xfce4-session.1: Apply patch from Alexander
+ Toresson [EMAIL PROTECTED] to fix typos in
+ the man page. Bug #3288.
+
+2007-11-28 Benedikt Meurer [EMAIL PROTECTED]
+
* engines/balou/config.c, engines/simple/simple.c: Use
  GtkFileChooser instead of XfceFileChooser. Bug #3492.
 

Modified: xfce4-session/trunk/xfce4-session/xfce4-session.1
===
--- xfce4-session/trunk/xfce4-session/xfce4-session.1   2007-11-28 20:05:51 UTC 
(rev 26397)
+++ xfce4-session/trunk/xfce4-session/xfce4-session.1   2007-11-28 20:51:26 UTC 
(rev 26398)
@@ -10,14 +10,14 @@
 command.
 .PP
 The \fBxfce4-session\fP program starts up the Xfce Desktop Environment and
-is typicaly executed by your login manager (e.g. xdm, gdm, kdm, wdm or from
+is typically executed by your login manager (e.g. xdm, gdm, kdm, wdm or from
 your X startup scripts). It will load your last session or a default session
 that includes the standard Xfce programs if no saved session is available.
 
 \fBxfce4-session\fP is an standard X11R6 session manager that can manage
 any X11R6 SM compliant program, including GNOME and KDE programs.
 
-\fBxfce4-session\fP uses the contens of the ~/.cache/sessions/ directory
+\fBxfce4-session\fP uses the contents of the ~/.cache/sessions/ directory
 for starting previously saved sessions.
 
 
@@ -26,7 +26,7 @@
 .TP
 .B \-\-disable\-tcp
 Disable binding to TCP ports in the ICE layer. This is not possible on every
-plattform. If you use this option on a plattform that does not support it,
+platform. If you use this option on a platform that does not support it,
 \fBxfce4-session\fP will print a warning message and ignore the setting.
 .TP
 .B \-\-help

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


[Xfce4-commits] r26399 - in xfce4-session/trunk: . engines/simple

2007-11-28 Thread Benedikt Meurer
Author: benny
Date: 2007-11-28 20:57:32 + (Wed, 28 Nov 2007)
New Revision: 26399

Modified:
   xfce4-session/trunk/ChangeLog
   xfce4-session/trunk/engines/simple/fallback.h
   xfce4-session/trunk/engines/simple/preview.h
   xfce4-session/trunk/engines/simple/simple.c
Log:
2007-11-28  Benedikt Meurer [EMAIL PROTECTED]

* engines/simple/simple.c: Fix dialog layout. Bug #3287.
* engines/simple/fallback.h, engines/simple/preview.h: Shut up
  gcc.




Modified: xfce4-session/trunk/ChangeLog
===
--- xfce4-session/trunk/ChangeLog   2007-11-28 20:51:26 UTC (rev 26398)
+++ xfce4-session/trunk/ChangeLog   2007-11-28 20:57:32 UTC (rev 26399)
@@ -1,5 +1,11 @@
 2007-11-28 Benedikt Meurer [EMAIL PROTECTED]
 
+   * engines/simple/simple.c: Fix dialog layout. Bug #3287.
+   * engines/simple/fallback.h, engines/simple/preview.h: Shut up
+ gcc.
+
+2007-11-28 Benedikt Meurer [EMAIL PROTECTED]
+
* xfce4-session/xfce4-session.1: Apply patch from Alexander
  Toresson [EMAIL PROTECTED] to fix typos in
  the man page. Bug #3288.

Modified: xfce4-session/trunk/engines/simple/fallback.h
===
--- xfce4-session/trunk/engines/simple/fallback.h   2007-11-28 20:51:26 UTC 
(rev 26398)
+++ xfce4-session/trunk/engines/simple/fallback.h   2007-11-28 20:57:32 UTC 
(rev 26399)
@@ -8,7 +8,7 @@
   350, /* width */
   350, /* height */
   /* pixel_data: */
-  \377(:_\377\377(:_\377\377(:_\377\377(:_\377\377(:_\377\311(:_\377\203
+  (guchar 
*)\377(:_\377\377(:_\377\377(:_\377\377(:_\377\377(:_\377\311(:_\377\203
   (:`\377\377):`\377\377):`\377\311):`\377\203(:`\377\216(:_\377\5(:`\377
   ):`\377*;a\377*a\377+a\377\377+=b\377\377+=b\377\313+=b\377\5+a\377
   *a\377*;a\377):`\377(:`\377\212(:_\377\7):`\377*;a\377+=b\377,c\377

Modified: xfce4-session/trunk/engines/simple/preview.h
===
--- xfce4-session/trunk/engines/simple/preview.h2007-11-28 20:51:26 UTC 
(rev 26398)
+++ xfce4-session/trunk/engines/simple/preview.h2007-11-28 20:57:32 UTC 
(rev 26399)
@@ -8,7 +8,7 @@
   225, /* width */
   240, /* height */
   /* pixel_data: */
-  \377\0\0\0\377\342\0\0\0\377\1\12\17\31\377\377\35*E\377\337\35*E\377
+  
(guchar*)\377\0\0\0\377\342\0\0\0\377\1\12\17\31\377\377\35*E\377\337\35*E\377
   \3\25\362\377\0\0\0\377\17\25\\377\377(:_\377\337(:_\377\3\35*E\377
   \0\0\0\377\17\25\\377\203(:_\377\3):`\377*;a\377+b\377\377+=b\377\323
   +=b\377\3*b\377*;a\377):`\377\203(:_\377\3\35*E\377\0\0\0\377\17\25

Modified: xfce4-session/trunk/engines/simple/simple.c
===
--- xfce4-session/trunk/engines/simple/simple.c 2007-11-28 20:51:26 UTC (rev 
26398)
+++ xfce4-session/trunk/engines/simple/simple.c 2007-11-28 20:57:32 UTC (rev 
26399)
@@ -1,6 +1,6 @@
 /* $Id$ */
 /*-
- * Copyright (c) 2003-2004 Benedikt Meurer [EMAIL PROTECTED]
+ * Copyright (c) 2003-2007 Benedikt Meurer [EMAIL PROTECTED]
  * All rights reserved.
  *
  * This program is free software; you can redistribute it and/or modify
@@ -429,7 +429,7 @@
 
   entry = gtk_entry_new ();
   gtk_table_attach (GTK_TABLE (table), entry, 0, 1, 1, 2,
-GTK_FILL, GTK_FILL, 0, 0);
+GTK_EXPAND | GTK_FILL, GTK_FILL, 0, 0);
   gtk_widget_show (entry);
 
   image = gtk_image_new_from_stock (GTK_STOCK_OPEN, GTK_ICON_SIZE_BUTTON);
@@ -437,7 +437,7 @@
   button = gtk_button_new ();
   gtk_container_add (GTK_CONTAINER (button), image);
   gtk_table_attach (GTK_TABLE (table), button, 1, 2, 1, 2,
-GTK_EXPAND | GTK_FILL, GTK_FILL, 0, 0);
+GTK_FILL, GTK_FILL, 0, 0);
   gtk_widget_show (button);
 
   path = xfsm_splash_rc_read_entry (config-rc, Image, NULL);

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


[Xfce4-commits] r26400 - in terminal/trunk: . terminal

2007-11-28 Thread Benedikt Meurer
Author: benny
Date: 2007-11-28 21:21:52 + (Wed, 28 Nov 2007)
New Revision: 26400

Modified:
   terminal/trunk/ChangeLog
   terminal/trunk/NEWS
   terminal/trunk/configure.in.in
   terminal/trunk/terminal/terminal-app.c
   terminal/trunk/terminal/terminal-marshal.list
   terminal/trunk/terminal/terminal-screen.c
   terminal/trunk/terminal/terminal-tab-header.c
   terminal/trunk/terminal/terminal-tab-header.h
   terminal/trunk/terminal/terminal-widget.c
   terminal/trunk/terminal/terminal-window.c
   terminal/trunk/terminal/terminal-window.h
Log:
2007-11-28  Benedikt Meurer [EMAIL PROTECTED]

* terminal/: Apply patch from Nick Schermer [EMAIL PROTECTED] to
  enable Drag and Drop for tabs between Terminal windows.
  Bug #2684.
* configure.in.in: Bump GTK+ requirement to 2.10 to avoid
  the lot of potentially buggy #ifdef's.
* NEWS: Update NEWS.




Modified: terminal/trunk/ChangeLog
===
--- terminal/trunk/ChangeLog2007-11-28 20:57:32 UTC (rev 26399)
+++ terminal/trunk/ChangeLog2007-11-28 21:21:52 UTC (rev 26400)
@@ -1,3 +1,12 @@
+2007-11-28 Benedikt Meurer [EMAIL PROTECTED]
+
+   * terminal/: Apply patch from Nick Schermer [EMAIL PROTECTED] to
+ enable Drag and Drop for tabs between Terminal windows.
+ Bug #2684.
+   * configure.in.in: Bump GTK+ requirement to 2.10 to avoid
+ the lot of potentially buggy #ifdef's.
+   * NEWS: Update NEWS.
+
 2007-11-15 Benedikt Meurer [EMAIL PROTECTED]
 
* terminal/: Add support to disable the single line scrolling

Modified: terminal/trunk/NEWS
===
--- terminal/trunk/NEWS 2007-11-28 20:57:32 UTC (rev 26399)
+++ terminal/trunk/NEWS 2007-11-28 21:21:52 UTC (rev 26400)
@@ -8,6 +8,11 @@
   URL highlighting can still be disabled via the hidden option
   MiscHighlightUrls (see the documentation for details).
 - Test for support of -Wall, -Werror and -errwarn=%all (Bug #2920).
+- Support for Drag and Drop of tabs between Terminal windows was added
+  (Bug #2684).
+- Support to disable the single line scrolling using Shift-Up/-Down
+  was added (Bug #1927).
+- The required version of GTK+ is now 2.10.
 
 
 0.2.6

Modified: terminal/trunk/configure.in.in
===
--- terminal/trunk/configure.in.in  2007-11-28 20:57:32 UTC (rev 26399)
+++ terminal/trunk/configure.in.in  2007-11-28 21:21:52 UTC (rev 26400)
@@ -82,7 +82,7 @@
 dnl *** Check for required packages ***
 dnl ***
 XDT_CHECK_PACKAGE([EXO], [exo-0.3], [0.3.2])
-XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.6.0])
+XDT_CHECK_PACKAGE([GTK], [gtk+-2.0], [2.10.0])
 XDT_CHECK_PACKAGE([VTE], [vte], [0.11.11])
 
 dnl *

Modified: terminal/trunk/terminal/terminal-app.c
===
--- terminal/trunk/terminal/terminal-app.c  2007-11-28 20:57:32 UTC (rev 
26399)
+++ terminal/trunk/terminal/terminal-app.c  2007-11-28 21:21:52 UTC (rev 
26400)
@@ -60,6 +60,8 @@
  TerminalApp   
 *app);
 static void   terminal_app_new_window_with_terminal 
(TerminalWindow *window,
  
TerminalScreen *terminal,
+ gint  
  x,
+ gint  
  y,
  TerminalApp   
 *app);
 static void   terminal_app_window_destroyed (GtkWidget 
 *window,
  TerminalApp   
 *app);
@@ -253,16 +255,26 @@
 static void
 terminal_app_new_window_with_terminal (TerminalWindow *existing,
TerminalScreen *terminal,
+   gintx,
+   ginty,
TerminalApp*app)
 {
   GtkWidget *window;
   GdkScreen *screen;
+  
+  _terminal_return_if_fail (TERMINAL_IS_WINDOW (existing));
+  _terminal_return_if_fail (TERMINAL_IS_SCREEN (terminal));
+  _terminal_return_if_fail (TERMINAL_IS_APP (app));
 
   window = terminal_app_create_window (app, FALSE,
TERMINAL_VISIBILITY_DEFAULT,
TERMINAL_VISIBILITY_DEFAULT,
TERMINAL_VISIBILITY_DEFAULT);
 
+  /* set new window position */
+  if (x  -1  y  -1)
+gtk_window_move (GTK_WINDOW (window), x, y);
+
   /* place the new window on the same screen as
* the existing window

[Xfce4-commits] r25987 - in thunar/trunk: . thunar

2007-08-17 Thread Benedikt Meurer
Author: benny
Date: 2007-08-17 12:07:39 + (Fri, 17 Aug 2007)
New Revision: 25987

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/thunar/thunar-standard-view.c
Log:
2007-08-17  Benedikt Meurer [EMAIL PROTECTED]

* thunar/thunar-standard-view.c: Preselect the complete filename when
  renaming a folder. Bug #3057.




Modified: thunar/trunk/ChangeLog
===
--- thunar/trunk/ChangeLog  2007-08-15 13:53:38 UTC (rev 25986)
+++ thunar/trunk/ChangeLog  2007-08-17 12:07:39 UTC (rev 25987)
@@ -1,3 +1,8 @@
+2007-08-17 Benedikt Meurer [EMAIL PROTECTED]
+
+   * thunar/thunar-standard-view.c: Preselect the complete filename when
+ renaming a folder. Bug #3057.
+
 2007-08-11 Benedikt Meurer [EMAIL PROTECTED]
 
* thunar-vfs/thunar-vfs-thumb-jpeg.c: Better way to detect recursion

Modified: thunar/trunk/thunar/thunar-standard-view.c
===
--- thunar/trunk/thunar/thunar-standard-view.c  2007-08-15 13:53:38 UTC (rev 
25986)
+++ thunar/trunk/thunar/thunar-standard-view.c  2007-08-17 12:07:39 UTC (rev 
25987)
@@ -2250,19 +2250,23 @@
   /* setup the old filename */
   gtk_entry_set_text (GTK_ENTRY (entry), filename);
 
-  /* check if the filename contains a dot */
-  text = g_utf8_strrchr (filename, -1, '.');
-  if (G_LIKELY (text != NULL))
+  /* check if we don't have a directory here */
+  if (!thunar_file_is_directory (file))
 {
-  /* grab focus to the entry first, else the selection will be altered 
later */
-  gtk_widget_grab_focus (entry);
+  /* check if the filename contains a dot */
+  text = g_utf8_strrchr (filename, -1, '.');
+  if (G_LIKELY (text != NULL))
+{
+  /* grab focus to the entry first, else the selection will be 
altered later */
+  gtk_widget_grab_focus (entry);
 
-  /* determine the UTF-8 char offset */
-  offset = g_utf8_pointer_to_offset (filename, text);
+  /* determine the UTF-8 char offset */
+  offset = g_utf8_pointer_to_offset (filename, text);
 
-  /* select the text prior to the dot */
-  if (G_LIKELY (offset  0))
-gtk_entry_select_region (GTK_ENTRY (entry), 0, offset);
+  /* select the text prior to the dot */
+  if (G_LIKELY (offset  0))
+gtk_entry_select_region (GTK_ENTRY (entry), 0, offset);
+}
 }
 
   /* run the dialog */

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


[Xfce4-commits] r25967 - in thunar/trunk: . thunar-vfs

2007-08-11 Thread Benedikt Meurer
Author: benny
Date: 2007-08-11 09:42:07 + (Sat, 11 Aug 2007)
New Revision: 25967

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/thunar-vfs/thunar-vfs-thumb-jpeg.c
Log:
2007-08-11  Benedikt Meurer [EMAIL PROTECTED]

* thunar-vfs/thunar-vfs-thumb-jpeg.c: Prevent infinite recursion
  on JPEG files with broken exif directories. Bug #3452.




Modified: thunar/trunk/ChangeLog
===
--- thunar/trunk/ChangeLog  2007-08-11 05:24:15 UTC (rev 25966)
+++ thunar/trunk/ChangeLog  2007-08-11 09:42:07 UTC (rev 25967)
@@ -1,3 +1,8 @@
+2007-08-11 Benedikt Meurer [EMAIL PROTECTED]
+
+   * thunar-vfs/thunar-vfs-thumb-jpeg.c: Prevent infinite recursion
+ on JPEG files with broken exif directories. Bug #3452.
+
 2007-06-24 Benedikt Meurer [EMAIL PROTECTED]
 
* thunar-vfs/thunar-vfs-path.c: Fix crash on amd64 because of

Modified: thunar/trunk/thunar-vfs/thunar-vfs-thumb-jpeg.c
===
--- thunar/trunk/thunar-vfs/thunar-vfs-thumb-jpeg.c 2007-08-11 05:24:15 UTC 
(rev 25966)
+++ thunar/trunk/thunar-vfs/thunar-vfs-thumb-jpeg.c 2007-08-11 09:42:07 UTC 
(rev 25967)
@@ -355,7 +355,8 @@
 static void
 tvtj_exif_parse_ifd (TvtjExif *exif,
  const guchar *ifd_ptr,
- guint ifd_len)
+ guint ifd_len,
+ guint recursion_depth)
 {
   const guchar *subifd_ptr;
   guint subifd_off;
@@ -367,6 +368,10 @@
   if (G_UNLIKELY (ifd_len  2))
 return;
 
+  /* make sure we don't recurse forever with broken files */
+  if (recursion_depth++  150)
+return;
+
   /* determine the number of entries */
   n = tvtj_exif_get_ushort (exif, ifd_ptr);
 
@@ -391,7 +396,7 @@
   if (G_LIKELY (subifd_off  exif-data_len))
 {
   /* process the sub IFD recursively */
-  tvtj_exif_parse_ifd (exif, subifd_ptr, exif-data_len - 
subifd_off);
+  tvtj_exif_parse_ifd (exif, subifd_ptr, exif-data_len - 
subifd_off, recursion_depth);
 }
 }
   else if (tag == 0x0103)
@@ -447,7 +452,7 @@
   if (subifd_off != 0  subifd_off  exif-data_len)
 {
   /* parse next IFD recursively as well */
-  tvtj_exif_parse_ifd (exif, exif-data_ptr + subifd_off, exif-data_len - 
subifd_off);
+  tvtj_exif_parse_ifd (exif, exif-data_ptr + subifd_off, exif-data_len - 
subifd_off, recursion_depth);
 }
 }
 
@@ -497,7 +502,7 @@
   if (G_LIKELY (offset  length))
 {
   /* parse the first IFD (recursively parses the remaining...) */
-  tvtj_exif_parse_ifd (exif, data + offset, length - offset);
+  tvtj_exif_parse_ifd (exif, data + offset, length - offset, 0);
 
   /* check thumbnail compression type */
   if (G_LIKELY (exif.thumb_compression == 6)) /* JPEG */

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


[Xfce4-commits] r25968 - in thunar/trunk: . thunar-vfs

2007-08-11 Thread Benedikt Meurer
Author: benny
Date: 2007-08-11 11:26:01 + (Sat, 11 Aug 2007)
New Revision: 25968

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/thunar-vfs/thunar-vfs-thumb-jpeg.c
Log:
2007-08-11  Benedikt Meurer [EMAIL PROTECTED]

* thunar-vfs/thunar-vfs-thumb-jpeg.c: Better way to detect recursion
  in exif IFDs.




Modified: thunar/trunk/ChangeLog
===
--- thunar/trunk/ChangeLog  2007-08-11 09:42:07 UTC (rev 25967)
+++ thunar/trunk/ChangeLog  2007-08-11 11:26:01 UTC (rev 25968)
@@ -1,5 +1,10 @@
 2007-08-11 Benedikt Meurer [EMAIL PROTECTED]
 
+   * thunar-vfs/thunar-vfs-thumb-jpeg.c: Better way to detect recursion
+ in exif IFDs.
+
+2007-08-11 Benedikt Meurer [EMAIL PROTECTED]
+
* thunar-vfs/thunar-vfs-thumb-jpeg.c: Prevent infinite recursion
  on JPEG files with broken exif directories. Bug #3452.
 

Modified: thunar/trunk/thunar-vfs/thunar-vfs-thumb-jpeg.c
===
--- thunar/trunk/thunar-vfs/thunar-vfs-thumb-jpeg.c 2007-08-11 09:42:07 UTC 
(rev 25967)
+++ thunar/trunk/thunar-vfs/thunar-vfs-thumb-jpeg.c 2007-08-11 11:26:01 UTC 
(rev 25968)
@@ -356,9 +356,10 @@
 tvtj_exif_parse_ifd (TvtjExif *exif,
  const guchar *ifd_ptr,
  guint ifd_len,
- guint recursion_depth)
+ GSList   *ifd_previous_list)
 {
   const guchar *subifd_ptr;
+  GSListifd_list;
   guint subifd_off;
   guint value;
   guint tag;
@@ -368,9 +369,11 @@
   if (G_UNLIKELY (ifd_len  2))
 return;
 
-  /* make sure we don't recurse forever with broken files */
-  if (recursion_depth++  150)
+  /* make sure we don't recurse into IFDs that are already being processed */
+  if (g_slist_find (ifd_previous_list, ifd_ptr) != NULL)
 return;
+  ifd_list.next = ifd_previous_list;
+  ifd_list.data = (gpointer) ifd_ptr;
 
   /* determine the number of entries */
   n = tvtj_exif_get_ushort (exif, ifd_ptr);
@@ -396,7 +399,7 @@
   if (G_LIKELY (subifd_off  exif-data_len))
 {
   /* process the sub IFD recursively */
-  tvtj_exif_parse_ifd (exif, subifd_ptr, exif-data_len - 
subifd_off, recursion_depth);
+  tvtj_exif_parse_ifd (exif, subifd_ptr, exif-data_len - 
subifd_off, ifd_list);
 }
 }
   else if (tag == 0x0103)
@@ -452,7 +455,7 @@
   if (subifd_off != 0  subifd_off  exif-data_len)
 {
   /* parse next IFD recursively as well */
-  tvtj_exif_parse_ifd (exif, exif-data_ptr + subifd_off, exif-data_len - 
subifd_off, recursion_depth);
+  tvtj_exif_parse_ifd (exif, exif-data_ptr + subifd_off, exif-data_len - 
subifd_off, ifd_list);
 }
 }
 
@@ -502,7 +505,7 @@
   if (G_LIKELY (offset  length))
 {
   /* parse the first IFD (recursively parses the remaining...) */
-  tvtj_exif_parse_ifd (exif, data + offset, length - offset, 0);
+  tvtj_exif_parse_ifd (exif, data + offset, length - offset, NULL);
 
   /* check thumbnail compression type */
   if (G_LIKELY (exif.thumb_compression == 6)) /* JPEG */

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


[Xfce4-commits] r25930 - in terminal/trunk: . terminal

2007-07-20 Thread Benedikt Meurer
Author: benny
Date: 2007-07-20 17:08:24 + (Fri, 20 Jul 2007)
New Revision: 25930

Modified:
   terminal/trunk/ChangeLog
   terminal/trunk/terminal/terminal-screen.c
Log:
2007-07-20  Benedikt Meurer [EMAIL PROTECTED]

* terminal/terminal-screen.c(terminal_screen_get_child_environment):
  Use the id of the toplevel window instead of the scrolled window
  for the $WINDOWID environment variable (Bug #3341).




Modified: terminal/trunk/ChangeLog
===
--- terminal/trunk/ChangeLog2007-07-20 16:54:48 UTC (rev 25929)
+++ terminal/trunk/ChangeLog2007-07-20 17:08:24 UTC (rev 25930)
@@ -1,5 +1,11 @@
 2007-07-20 Benedikt Meurer [EMAIL PROTECTED]
 
+   * terminal/terminal-screen.c(terminal_screen_get_child_environment):
+ Use the id of the toplevel window instead of the scrolled window
+ for the $WINDOWID environment variable (Bug #3341).
+
+2007-07-20 Benedikt Meurer [EMAIL PROTECTED]
+
* helpers/, icons/, terminal/, Makefile.am, NEWS, Terminal.ui,
  configure.in.in, doc/: Drop the preferred application handling
  from Terminal and use the Xfce preferred application directly.

Modified: terminal/trunk/terminal/terminal-screen.c
===
--- terminal/trunk/terminal/terminal-screen.c   2007-07-20 16:54:48 UTC (rev 
25929)
+++ terminal/trunk/terminal/terminal-screen.c   2007-07-20 17:08:24 UTC (rev 
25930)
@@ -461,6 +461,7 @@
 terminal_screen_get_child_environment (TerminalScreen *screen)
 {
   extern gchar **environ;
+  GtkWidget *toplevel;
   gchar *display_name;
   gchar**result;
   gchar**p;
@@ -501,14 +502,16 @@
   g_free (term);
 }
 
-  if (GTK_WIDGET_REALIZED (screen-terminal))
+  /* determine the toplevel widget */
+  toplevel = gtk_widget_get_toplevel (GTK_WIDGET (screen));
+  if (toplevel != NULL  GTK_WIDGET_REALIZED (toplevel))
 {
 #ifdef GDK_WINDOWING_X11
-  result[n++] = g_strdup_printf (WINDOWID=%ld, (glong) 
GDK_WINDOW_XWINDOW (screen-terminal-window));
+  result[n++] = g_strdup_printf (WINDOWID=%ld, (glong) 
GDK_WINDOW_XWINDOW (toplevel-window));
 #endif
 
   /* determine the DISPLAY value for the command */
-  display_name = gdk_screen_make_display_name (gtk_widget_get_screen 
(screen-terminal));
+  display_name = gdk_screen_make_display_name (gtk_widget_get_screen 
(toplevel));
   result[n++] = g_strdup_printf (DISPLAY=%s, display_name);
   g_free (display_name);
 }

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


[Xfce4-commits] r25931 - in libexo/trunk: . exo

2007-07-20 Thread Benedikt Meurer
Author: benny
Date: 2007-07-20 20:18:08 + (Fri, 20 Jul 2007)
New Revision: 25931

Modified:
   libexo/trunk/ChangeLog
   libexo/trunk/exo/exo-mount-point.c
Log:
2007-07-20  Benedikt Meurer [EMAIL PROTECTED]

* exo/exo-mount-point.c: Fix build on Solaris.




Modified: libexo/trunk/ChangeLog
===
--- libexo/trunk/ChangeLog  2007-07-20 17:08:24 UTC (rev 25930)
+++ libexo/trunk/ChangeLog  2007-07-20 20:18:08 UTC (rev 25931)
@@ -1,3 +1,7 @@
+2007-07-20 Benedikt Meurer [EMAIL PROTECTED]
+
+   * exo/exo-mount-point.c: Fix build on Solaris.
+
 2007-05-22 Benedikt Meurer [EMAIL PROTECTED]
 
* configure.in.in, exo/exo-string.{c,h}, exo/exo.symbols: Add new

Modified: libexo/trunk/exo/exo-mount-point.c
===
--- libexo/trunk/exo/exo-mount-point.c  2007-07-20 17:08:24 UTC (rev 25930)
+++ libexo/trunk/exo/exo-mount-point.c  2007-07-20 20:18:08 UTC (rev 25931)
@@ -40,9 +40,6 @@
 #ifdef HAVE_SYS_MOUNT_H
 #include sys/mount.h
 #endif
-#ifdef HAVE_SYS_MNTTAB_H
-#include sys/mnttab.h
-#endif
 
 #ifdef HAVE_ERRNO_H
 #include errno.h
@@ -66,6 +63,9 @@
 #ifdef HAVE_STRING_H
 #include string.h
 #endif
+#ifdef HAVE_SYS_MNTTAB_H
+#include sys/mnttab.h /* Solaris need stdio.h first */
+#endif
 
 #include exo/exo-mount-point.h
 #include exo/exo-private.h

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


[Xfce4-commits] r25851 - in thunar/trunk: . thunar-vfs

2007-06-24 Thread Benedikt Meurer
Author: benny
Date: 2007-06-24 16:30:47 + (Sun, 24 Jun 2007)
New Revision: 25851

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/thunar-vfs/thunar-vfs-path.c
Log:
2007-06-24  Benedikt Meurer [EMAIL PROTECTED]

* thunar-vfs/thunar-vfs-path.c: Fix crash on amd64 because of
  invalid size of integer constants. Bug #3303.




Modified: thunar/trunk/ChangeLog
===
--- thunar/trunk/ChangeLog  2007-06-24 12:10:24 UTC (rev 25850)
+++ thunar/trunk/ChangeLog  2007-06-24 16:30:47 UTC (rev 25851)
@@ -1,3 +1,8 @@
+2007-06-24 Benedikt Meurer [EMAIL PROTECTED]
+
+   * thunar-vfs/thunar-vfs-path.c: Fix crash on amd64 because of
+ invalid size of integer constants. Bug #3303.
+
 2007-05-25 Benedikt Meurer [EMAIL PROTECTED]
 
* thunar/thunar-dialogs.c(thunar_dialogs_show_about): Add support

Modified: thunar/trunk/thunar-vfs/thunar-vfs-path.c
===
--- thunar/trunk/thunar-vfs/thunar-vfs-path.c   2007-06-24 12:10:24 UTC (rev 
25850)
+++ thunar/trunk/thunar-vfs/thunar-vfs-path.c   2007-06-24 16:30:47 UTC (rev 
25851)
@@ -46,11 +46,11 @@
 
 /* Masks to handle the 4-byte aligned path names */
 #if G_BYTE_ORDER == G_LITTLE_ENDIAN
-#define THUNAR_VFS_PATH_MASK (0xffu  ((sizeof (gsize) - 1) * 8))
+#define THUNAR_VFS_PATH_MASK (((gsize) 0xffu)  ((sizeof (gsize) - 1) * 8))
 #define THUNAR_VFS_PATH_ROOT (0x2fu)
 #elif G_BYTE_ORDER == G_BIG_ENDIAN
 #define THUNAR_VFS_PATH_MASK (0xffu)
-#define THUNAR_VFS_PATH_ROOT (0x2fu  ((sizeof (gsize) - 1) * 8))
+#define THUNAR_VFS_PATH_ROOT (((gsize) 0x2fu)  ((sizeof (gsize) - 1) * 8))
 #else
 #error Unsupported endianess
 #endif

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


[Xfce4-commits] r25738 - in thunar/trunk: . docs/reference/thunar-vfs/tmpl docs/reference/thunarx/tmpl thunar-vfs

2007-05-22 Thread Benedikt Meurer
Author: benny
Date: 2007-05-22 13:34:13 + (Tue, 22 May 2007)
New Revision: 25738

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/docs/reference/thunar-vfs/tmpl/thunar-vfs-info.sgml
   thunar/trunk/docs/reference/thunar-vfs/tmpl/thunar-vfs-mime-application.sgml
   thunar/trunk/docs/reference/thunar-vfs/tmpl/thunar-vfs-monitor.sgml
   thunar/trunk/docs/reference/thunar-vfs/tmpl/thunar-vfs-volume.sgml
   thunar/trunk/docs/reference/thunarx/tmpl/thunarx-provider-plugin.sgml
   thunar/trunk/thunar-vfs/thunar-vfs-path.c
Log:
2007-05-22  Benedikt Meurer [EMAIL PROTECTED]

* thunar-vfs/thunar-vfs-path.c: Fix unaligned access in ThunarVfsPath
  on sparc64. Bug #2815.
* docs/reference/: Update reference manual.




Modified: thunar/trunk/ChangeLog
===
--- thunar/trunk/ChangeLog  2007-05-22 13:29:18 UTC (rev 25737)
+++ thunar/trunk/ChangeLog  2007-05-22 13:34:13 UTC (rev 25738)
@@ -1,3 +1,9 @@
+2007-05-22 Benedikt Meurer [EMAIL PROTECTED]
+
+   * thunar-vfs/thunar-vfs-path.c: Fix unaligned access in ThunarVfsPath
+ on sparc64. Bug #2815.
+   * docs/reference/: Update reference manual.
+
 2007-05-20 Benedikt Meurer [EMAIL PROTECTED]
 
* thunar/thunar-preferences.c(thunar_preferences_set_property):

Modified: thunar/trunk/docs/reference/thunar-vfs/tmpl/thunar-vfs-info.sgml
===
--- thunar/trunk/docs/reference/thunar-vfs/tmpl/thunar-vfs-info.sgml
2007-05-22 13:29:18 UTC (rev 25737)
+++ thunar/trunk/docs/reference/thunar-vfs/tmpl/thunar-vfs-info.sgml
2007-05-22 13:34:13 UTC (rev 25738)
@@ -125,8 +125,6 @@
 @working_directory: 
 @error: 
 @Returns: 
-!-- # Unused Parameters # --
[EMAIL PROTECTED]: 
 
 
 !-- # FUNCTION thunar_vfs_info_rename # --

Modified: 
thunar/trunk/docs/reference/thunar-vfs/tmpl/thunar-vfs-mime-application.sgml
===
--- 
thunar/trunk/docs/reference/thunar-vfs/tmpl/thunar-vfs-mime-application.sgml
2007-05-22 13:29:18 UTC (rev 25737)
+++ 
thunar/trunk/docs/reference/thunar-vfs/tmpl/thunar-vfs-mime-application.sgml
2007-05-22 13:34:13 UTC (rev 25738)
@@ -69,8 +69,6 @@
 
 @mime_application: 
 @Returns: 
-!-- # Unused Parameters # --
[EMAIL PROTECTED]: 
 
 
 !-- # FUNCTION thunar_vfs_mime_application_get_desktop_id # --
@@ -80,8 +78,6 @@
 
 @mime_application: 
 @Returns: 
-!-- # Unused Parameters # --
[EMAIL PROTECTED]: 
 
 
 !-- # MACRO thunar_vfs_mime_application_get_flags # --
@@ -91,8 +87,6 @@
 
 @mime_application: 
 @Returns: 
-!-- # Unused Parameters # --
[EMAIL PROTECTED]: 
 
 
 !-- # MACRO thunar_vfs_mime_application_get_name # --
@@ -102,8 +96,6 @@
 
 @mime_application: 
 @Returns: 
-!-- # Unused Parameters # --
[EMAIL PROTECTED]: 
 
 
 !-- # FUNCTION thunar_vfs_mime_application_hash # --
@@ -113,8 +105,6 @@
 
 @mime_application: 
 @Returns: 
-!-- # Unused Parameters # --
[EMAIL PROTECTED]: 
 
 
 !-- # FUNCTION thunar_vfs_mime_application_equal # --

Modified: thunar/trunk/docs/reference/thunar-vfs/tmpl/thunar-vfs-monitor.sgml
===
--- thunar/trunk/docs/reference/thunar-vfs/tmpl/thunar-vfs-monitor.sgml 
2007-05-22 13:29:18 UTC (rev 25737)
+++ thunar/trunk/docs/reference/thunar-vfs/tmpl/thunar-vfs-monitor.sgml 
2007-05-22 13:34:13 UTC (rev 25738)
@@ -50,9 +50,6 @@
 @handle_path: 
 @event_path: 
 @user_data: 
-!-- # Unused Parameters # --
[EMAIL PROTECTED]: 
[EMAIL PROTECTED]: 
 
 
 !-- # FUNCTION thunar_vfs_monitor_get_default # --
@@ -73,8 +70,6 @@
 @callback: 
 @user_data: 
 @Returns: 
-!-- # Unused Parameters # --
[EMAIL PROTECTED]: 
 
 
 !-- # FUNCTION thunar_vfs_monitor_add_file # --
@@ -87,8 +82,6 @@
 @callback: 
 @user_data: 
 @Returns: 
-!-- # Unused Parameters # --
[EMAIL PROTECTED]: 
 
 
 !-- # FUNCTION thunar_vfs_monitor_remove # --
@@ -108,8 +101,6 @@
 @monitor: 
 @event: 
 @path: 
-!-- # Unused Parameters # --
[EMAIL PROTECTED]: 
 
 
 !-- # FUNCTION thunar_vfs_monitor_wait # --

Modified: thunar/trunk/docs/reference/thunar-vfs/tmpl/thunar-vfs-volume.sgml
===
--- thunar/trunk/docs/reference/thunar-vfs/tmpl/thunar-vfs-volume.sgml  
2007-05-22 13:29:18 UTC (rev 25737)
+++ thunar/trunk/docs/reference/thunar-vfs/tmpl/thunar-vfs-volume.sgml  
2007-05-22 13:34:13 UTC (rev 25738)
@@ -47,6 +47,7 @@
 
 @THUNAR_VFS_VOLUME_STATUS_MOUNTED: 
 @THUNAR_VFS_VOLUME_STATUS_PRESENT: 
[EMAIL PROTECTED]: 
 
 !-- # STRUCT ThunarVfsVolume # --
 para

Modified: thunar/trunk/docs/reference/thunarx/tmpl/thunarx-provider-plugin.sgml
===
--- thunar/trunk/docs/reference/thunarx/tmpl/thunarx-provider-plugin.sgml   
2007-05-22 13:29:18 UTC (rev 25737

[Xfce4-commits] r25739 - in libexo/trunk: . docs/reference/tmpl

2007-05-22 Thread Benedikt Meurer
Author: benny
Date: 2007-05-22 15:25:15 + (Tue, 22 May 2007)
New Revision: 25739

Modified:
   libexo/trunk/ChangeLog
   libexo/trunk/configure.in.in
   libexo/trunk/docs/reference/tmpl/exo-ellipsized-label.sgml
   libexo/trunk/docs/reference/tmpl/exo-gdk-pixbuf-extensions.sgml
   libexo/trunk/docs/reference/tmpl/exo-icon-view.sgml
Log:
2007-05-22  Benedikt Meurer [EMAIL PROTECTED]

* configure.in.in: Prefer -lmd over -lmd5.
* docs/reference/: Update reference manual.




Modified: libexo/trunk/ChangeLog
===
--- libexo/trunk/ChangeLog  2007-05-22 13:34:13 UTC (rev 25738)
+++ libexo/trunk/ChangeLog  2007-05-22 15:25:15 UTC (rev 25739)
@@ -1,3 +1,8 @@
+2007-05-22 Benedikt Meurer [EMAIL PROTECTED]
+
+   * configure.in.in: Prefer -lmd over -lmd5.
+   * docs/reference/: Update reference manual.
+
 2007-05-20 Benedikt Meurer [EMAIL PROTECTED]
 
* exo-csource/main.c: Add support to strip comments and node contents

Modified: libexo/trunk/configure.in.in
===
--- libexo/trunk/configure.in.in2007-05-22 13:34:13 UTC (rev 25738)
+++ libexo/trunk/configure.in.in2007-05-22 15:25:15 UTC (rev 25739)
@@ -121,7 +121,7 @@
 dnl **
 dnl *** Check for Message Digest functions ***
 dnl **
-AC_SEARCH_LIBS([MD5Init], [md5 md c], \
+AC_SEARCH_LIBS([MD5Init], [md md5 c], \
[AC_DEFINE([HAVE_MD5INIT], [1], [Define if MD5Init present])])
 
 dnl **

Modified: libexo/trunk/docs/reference/tmpl/exo-ellipsized-label.sgml
===
--- libexo/trunk/docs/reference/tmpl/exo-ellipsized-label.sgml  2007-05-22 
13:34:13 UTC (rev 25738)
+++ libexo/trunk/docs/reference/tmpl/exo-ellipsized-label.sgml  2007-05-22 
15:25:15 UTC (rev 25739)
@@ -65,7 +65,5 @@
 
 @label: 
 @ellipsize: 
-!-- # Unused Parameters # --
[EMAIL PROTECTED]: 
 
 

Modified: libexo/trunk/docs/reference/tmpl/exo-gdk-pixbuf-extensions.sgml
===
--- libexo/trunk/docs/reference/tmpl/exo-gdk-pixbuf-extensions.sgml 
2007-05-22 13:34:13 UTC (rev 25738)
+++ libexo/trunk/docs/reference/tmpl/exo-gdk-pixbuf-extensions.sgml 
2007-05-22 15:25:15 UTC (rev 25739)
@@ -71,10 +71,6 @@
 @dest_width: 
 @dest_height: 
 @Returns: 
-!-- # Unused Parameters # --
[EMAIL PROTECTED]: 
[EMAIL PROTECTED]: 
[EMAIL PROTECTED]: 
 
 
 !-- # FUNCTION exo_gdk_pixbuf_scale_ratio # --

Modified: libexo/trunk/docs/reference/tmpl/exo-icon-view.sgml
===
--- libexo/trunk/docs/reference/tmpl/exo-icon-view.sgml 2007-05-22 13:34:13 UTC 
(rev 25738)
+++ libexo/trunk/docs/reference/tmpl/exo-icon-view.sgml 2007-05-22 15:25:15 UTC 
(rev 25739)
@@ -580,8 +580,6 @@
 @icon_view: 
 @path: 
 @user_data: 
-!-- # Unused Parameters # --
[EMAIL PROTECTED]: 
 
 
 !-- # FUNCTION exo_icon_view_selected_foreach # --

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


[Xfce4-commits] r25728 - in thunar/trunk: . thunar

2007-05-20 Thread Benedikt Meurer
Author: benny
Date: 2007-05-20 11:50:08 + (Sun, 20 May 2007)
New Revision: 25728

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/thunar/Makefile.am
Log:
2007-05-20  Benedikt Meurer [EMAIL PROTECTED]

* thunar/Makefile.am: Strip unused characters from the user
  interface description files. Bug #3094.




Modified: thunar/trunk/ChangeLog
===
--- thunar/trunk/ChangeLog  2007-05-20 11:49:16 UTC (rev 25727)
+++ thunar/trunk/ChangeLog  2007-05-20 11:50:08 UTC (rev 25728)
@@ -1,3 +1,8 @@
+2007-05-20 Benedikt Meurer [EMAIL PROTECTED]
+
+   * thunar/Makefile.am: Strip unused characters from the user
+ interface description files. Bug #3094.
+
 2007-05-09 Benedikt Meurer [EMAIL PROTECTED]
 
* INSTALL, configure.in.in: Update for latest autoconf.

Modified: thunar/trunk/thunar/Makefile.am
===
--- thunar/trunk/thunar/Makefile.am 2007-05-20 11:49:16 UTC (rev 25727)
+++ thunar/trunk/thunar/Makefile.am 2007-05-20 11:50:08 UTC (rev 25728)
@@ -283,28 +283,28 @@
(echo #include thunar/thunar-thumbnail-frame.h  
gdk-pixbuf-csource --extern --raw --stream --name=thunar_thumbnail_frame 
$(srcdir)/thunar-thumbnail-frame.png)  thunar-thumbnail-frame.c
 
 thunar-abstract-icon-view-ui.h: Makefile 
$(srcdir)/thunar-abstract-icon-view-ui.xml
-   exo-csource --static --name=thunar_abstract_icon_view_ui 
$(srcdir)/thunar-abstract-icon-view-ui.xml  thunar-abstract-icon-view-ui.h
+   exo-csource --strip-comments --strip-content --static 
--name=thunar_abstract_icon_view_ui $(srcdir)/thunar-abstract-icon-view-ui.xml 
 thunar-abstract-icon-view-ui.h
 
 thunar-details-view-ui.h: Makefile $(srcdir)/thunar-details-view-ui.xml
-   exo-csource --static --name=thunar_details_view_ui 
$(srcdir)/thunar-details-view-ui.xml  thunar-details-view-ui.h
+   exo-csource --strip-comments --strip-content --static 
--name=thunar_details_view_ui $(srcdir)/thunar-details-view-ui.xml  
thunar-details-view-ui.h
 
 thunar-launcher-ui.h: Makefile $(srcdir)/thunar-launcher-ui.xml
-   exo-csource --static --name=thunar_launcher_ui 
$(srcdir)/thunar-launcher-ui.xml  thunar-launcher-ui.h
+   exo-csource --strip-comments --strip-content --static 
--name=thunar_launcher_ui $(srcdir)/thunar-launcher-ui.xml  
thunar-launcher-ui.h
 
 thunar-location-buttons-ui.h: Makefile $(srcdir)/thunar-location-buttons-ui.xml
-   exo-csource --static --name=thunar_location_buttons_ui 
$(srcdir)/thunar-location-buttons-ui.xml  thunar-location-buttons-ui.h
+   exo-csource --strip-comments --strip-content --static 
--name=thunar_location_buttons_ui $(srcdir)/thunar-location-buttons-ui.xml  
thunar-location-buttons-ui.h
 
 thunar-shortcuts-pane-ui.h: Makefile $(srcdir)/thunar-shortcuts-pane-ui.xml
-   exo-csource --static --name=thunar_shortcuts_pane_ui 
$(srcdir)/thunar-shortcuts-pane-ui.xml  thunar-shortcuts-pane-ui.h
+   exo-csource --strip-comments --strip-content --static 
--name=thunar_shortcuts_pane_ui $(srcdir)/thunar-shortcuts-pane-ui.xml  
thunar-shortcuts-pane-ui.h
 
 thunar-renamer-dialog-ui.h: Makefile $(srcdir)/thunar-renamer-dialog-ui.xml
-   exo-csource --static --name=thunar_renamer_dialog_ui 
$(srcdir)/thunar-renamer-dialog-ui.xml  thunar-renamer-dialog-ui.h
+   exo-csource --strip-comments --strip-content --static 
--name=thunar_renamer_dialog_ui $(srcdir)/thunar-renamer-dialog-ui.xml  
thunar-renamer-dialog-ui.h
 
 thunar-standard-view-ui.h: Makefile $(srcdir)/thunar-standard-view-ui.xml
-   exo-csource --static --name=thunar_standard_view_ui 
$(srcdir)/thunar-standard-view-ui.xml  thunar-standard-view-ui.h
+   exo-csource --strip-comments --strip-content --static 
--name=thunar_standard_view_ui $(srcdir)/thunar-standard-view-ui.xml  
thunar-standard-view-ui.h
 
 thunar-window-ui.h: Makefile $(srcdir)/thunar-window-ui.xml
-   exo-csource --static --name=thunar_window_ui 
$(srcdir)/thunar-window-ui.xml  thunar-window-ui.h
+   exo-csource --strip-comments --strip-content --static 
--name=thunar_window_ui $(srcdir)/thunar-window-ui.xml  thunar-window-ui.h
 
 thunar-marshal.h: stamp-thunar-marshal.h
@true

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


[Xfce4-commits] r25731 - in thunar/trunk: . thunar-vfs

2007-05-20 Thread Benedikt Meurer
Author: benny
Date: 2007-05-20 13:06:03 + (Sun, 20 May 2007)
New Revision: 25731

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/configure.in.in
   thunar/trunk/thunar-vfs/thunar-vfs-volume-freebsd.c
   thunar/trunk/thunar-vfs/thunar-vfs-volume-hal.c
   thunar/trunk/thunar-vfs/thunar-vfs-volume.c
   thunar/trunk/thunar-vfs/thunar-vfs-volume.h
   thunar/trunk/thunar-vfs/thunar-vfs.symbols
Log:
2007-05-20  Benedikt Meurer [EMAIL PROTECTED]

* thunar-vfs/thunar-vfs-volume-freebsd.c,
  thunar-vfs/thunar-vfs-volume-hal.c,
  thunar-vfs/thunar-vfs-volume.{c,h}, thunar-vfs/thunar-vfs.symbols:
  Apply patch from Brian Tarricone [EMAIL PROTECTED] to fix
  invalid invocation of thunar-volman for devices that should be
  ignored, and add a MOUNTABLE flag for volumes. Bug #2789.
* configure.in.in: Bump library interface version.




Modified: thunar/trunk/ChangeLog
===
--- thunar/trunk/ChangeLog  2007-05-20 12:52:55 UTC (rev 25730)
+++ thunar/trunk/ChangeLog  2007-05-20 13:06:03 UTC (rev 25731)
@@ -1,5 +1,15 @@
 2007-05-20 Benedikt Meurer [EMAIL PROTECTED]
 
+   * thunar-vfs/thunar-vfs-volume-freebsd.c,
+ thunar-vfs/thunar-vfs-volume-hal.c,
+ thunar-vfs/thunar-vfs-volume.{c,h}, thunar-vfs/thunar-vfs.symbols:
+ Apply patch from Brian Tarricone [EMAIL PROTECTED] to fix
+ invalid invocation of thunar-volman for devices that should be
+ ignored, and add a MOUNTABLE flag for volumes. Bug #2789.
+   * configure.in.in: Bump library interface version.
+
+2007-05-20 Benedikt Meurer [EMAIL PROTECTED]
+
* thunar/Makefile.am: Strip unused characters from the user
  interface description files. Bug #3094.
 

Modified: thunar/trunk/configure.in.in
===
--- thunar/trunk/configure.in.in2007-05-20 12:52:55 UTC (rev 25730)
+++ thunar/trunk/configure.in.in2007-05-20 13:06:03 UTC (rev 25731)
@@ -9,7 +9,7 @@
 dnl ***
 dnl *** Version information ***
 dnl ***
-m4_define([thunar_verinfo], [4:2:2])
+m4_define([thunar_verinfo], [5:0:3])
 m4_define([thunar_version_api], [1])
 m4_define([thunar_version_major], [0])
 m4_define([thunar_version_minor], [8])

Modified: thunar/trunk/thunar-vfs/thunar-vfs-volume-freebsd.c
===
--- thunar/trunk/thunar-vfs/thunar-vfs-volume-freebsd.c 2007-05-20 12:52:55 UTC 
(rev 25730)
+++ thunar/trunk/thunar-vfs/thunar-vfs-volume-freebsd.c 2007-05-20 13:06:03 UTC 
(rev 25731)
@@ -317,6 +317,9 @@
   g_strchomp (label);
   if (G_LIKELY (*label != '\0'))
 volume_freebsd-label = g_strdup (label);
+
+  /* if we got this far, the CD should be mountable */
+  status |= THUNAR_VFS_VOLUME_STATUS_MOUNTABLE;
 }
 }
 }
@@ -324,6 +327,11 @@
   close (fd);
 }
 }
+  else
+{
+  /* FIXME: not sure how to determine mountability */
+  status |= THUNAR_VFS_VOLUME_STATUS_MOUNTABLE;
+}
 
   /* determine the absolute path to the mount point */
   if (thunar_vfs_path_to_string (volume_freebsd-mount_point, buffer, sizeof 
(buffer), NULL)  0)

Modified: thunar/trunk/thunar-vfs/thunar-vfs-volume-hal.c
===
--- thunar/trunk/thunar-vfs/thunar-vfs-volume-hal.c 2007-05-20 12:52:55 UTC 
(rev 25730)
+++ thunar/trunk/thunar-vfs/thunar-vfs-volume-hal.c 2007-05-20 13:06:03 UTC 
(rev 25731)
@@ -536,6 +536,10 @@
* a drive, which means non-pollable then, so it's present
*/
   volume_hal-status |= THUNAR_VFS_VOLUME_STATUS_PRESENT;
+  
+  /* figure out if the volume is mountable */
+  if(hv != NULL  libhal_volume_get_fsusage (hv) == 
LIBHAL_VOLUME_USAGE_MOUNTABLE_FILESYSTEM)
+volume_hal-status |= THUNAR_VFS_VOLUME_STATUS_MOUNTABLE;
 
   /* check if the drive requires eject */
   volume_hal-requires_eject = libhal_drive_requires_eject (hd);
@@ -999,11 +1003,19 @@
   _thunar_vfs_return_if_fail (THUNAR_VFS_IS_VOLUME_MANAGER_HAL (manager_hal));
   _thunar_vfs_return_if_fail (manager_hal-context == context);
 
+  /* check if we have a volume here */
+  hv = libhal_volume_from_udi (context, udi);
+
+  /* HAL might want us to ignore this volume for some reason */
+  if (G_UNLIKELY (hv != NULL  libhal_volume_should_ignore (hv)))
+{
+  libhal_volume_free (hv);
+  return;
+}
+
   /* emit the device-added signal (to support thunar-volman) */
   g_signal_emit_by_name (G_OBJECT (manager_hal), device-added, udi);
 
-  /* check if we have a volume here */
-  hv = libhal_volume_from_udi (context, udi);
   if (G_LIKELY (hv != NULL))
 {
   /* determine the UDI of the drive to which

[Xfce4-commits] r25732 - in thunar/trunk: . plugins/thunar-uca

2007-05-20 Thread Benedikt Meurer
Author: benny
Date: 2007-05-20 14:07:15 + (Sun, 20 May 2007)
New Revision: 25732

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/plugins/thunar-uca/thunar-uca-editor.c
Log:
2007-05-20  Benedikt Meurer [EMAIL PROTECTED]

* plugins/thunar-uca/thunar-uca-editor.c: Properly quote files
  selected via the file chooser if necessary. Bug #3105.




Modified: thunar/trunk/ChangeLog
===
--- thunar/trunk/ChangeLog  2007-05-20 13:06:03 UTC (rev 25731)
+++ thunar/trunk/ChangeLog  2007-05-20 14:07:15 UTC (rev 25732)
@@ -1,5 +1,10 @@
 2007-05-20 Benedikt Meurer [EMAIL PROTECTED]
 
+   * plugins/thunar-uca/thunar-uca-editor.c: Properly quote files
+ selected via the file chooser if necessary. Bug #3105.
+
+2007-05-20 Benedikt Meurer [EMAIL PROTECTED]
+
* thunar-vfs/thunar-vfs-volume-freebsd.c,
  thunar-vfs/thunar-vfs-volume-hal.c,
  thunar-vfs/thunar-vfs-volume.{c,h}, thunar-vfs/thunar-vfs.symbols:

Modified: thunar/trunk/plugins/thunar-uca/thunar-uca-editor.c
===
--- thunar/trunk/plugins/thunar-uca/thunar-uca-editor.c 2007-05-20 13:06:03 UTC 
(rev 25731)
+++ thunar/trunk/plugins/thunar-uca/thunar-uca-editor.c 2007-05-20 14:07:15 UTC 
(rev 25732)
@@ -1,6 +1,6 @@
 /* $Id$ */
 /*-
- * Copyright (c) 2005-2006 Benedikt Meurer [EMAIL PROTECTED]
+ * Copyright (c) 2005-2007 Benedikt Meurer [EMAIL PROTECTED]
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Library General Public
@@ -483,7 +483,9 @@
   GtkFileFilter *filter;
   GtkWidget *chooser;
   gchar *filename;
+  gchar**argv = NULL;
   gchar *s;
+  gint   argc;
 
   g_return_if_fail (THUNAR_UCA_IS_EDITOR (uca_editor));
 
@@ -581,7 +583,20 @@
   /* run the chooser dialog */
   if (gtk_dialog_run (GTK_DIALOG (chooser)) == GTK_RESPONSE_ACCEPT)
 {
+  /* determine the path to the selected file */
   filename = gtk_file_chooser_get_filename (GTK_FILE_CHOOSER (chooser));
+
+  /* check if we need to quote the filename */
+  if (!g_shell_parse_argv (filename, argc, argv, NULL) || argc  1)
+{
+  /* shell is unable to interpret properly without quoting */
+  s = g_shell_quote (filename);
+  g_free (filename);
+  filename = s;
+}
+  g_strfreev (argv);
+
+  /* append %f to filename, user may change that afterwards */
   s = g_strconcat (filename,  %f, NULL);
   gtk_entry_set_text (GTK_ENTRY (uca_editor-command_entry), s);
   g_free (filename);

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


[Xfce4-commits] r25733 - in thunar/trunk: . thunar

2007-05-20 Thread Benedikt Meurer
Author: benny
Date: 2007-05-20 14:31:54 + (Sun, 20 May 2007)
New Revision: 25733

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/thunar/thunar-preferences.c
Log:
2007-05-20  Benedikt Meurer [EMAIL PROTECTED]

* thunar/thunar-preferences.c(thunar_preferences_set_property):
  Properly initialize value to its default prior to comparing
  with a (probably) new value.




Modified: thunar/trunk/ChangeLog
===
--- thunar/trunk/ChangeLog  2007-05-20 14:07:15 UTC (rev 25732)
+++ thunar/trunk/ChangeLog  2007-05-20 14:31:54 UTC (rev 25733)
@@ -1,5 +1,11 @@
 2007-05-20 Benedikt Meurer [EMAIL PROTECTED]
 
+   * thunar/thunar-preferences.c(thunar_preferences_set_property):
+ Properly initialize value to its default prior to comparing
+ with a (probably) new value.
+
+2007-05-20 Benedikt Meurer [EMAIL PROTECTED]
+
* plugins/thunar-uca/thunar-uca-editor.c: Properly quote files
  selected via the file chooser if necessary. Bug #3105.
 

Modified: thunar/trunk/thunar/thunar-preferences.c
===
--- thunar/trunk/thunar/thunar-preferences.c2007-05-20 14:07:15 UTC (rev 
25732)
+++ thunar/trunk/thunar/thunar-preferences.c2007-05-20 14:31:54 UTC (rev 
25733)
@@ -731,7 +731,10 @@
 
   dst = preferences-values + prop_id;
   if (G_UNLIKELY (!G_IS_VALUE (dst)))
-g_value_init (dst, pspec-value_type);
+{
+  g_value_init (dst, pspec-value_type);
+  g_param_value_set_default (pspec, dst);
+}
 
   if (g_param_values_cmp (pspec, value, dst) != 0)
 {

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


[Xfce4-commits] r25689 - in libxfce4util/trunk: . libxfce4util

2007-05-09 Thread Benedikt Meurer
Author: benny
Date: 2007-05-09 17:15:17 + (Wed, 09 May 2007)
New Revision: 25689

Modified:
   libxfce4util/trunk/ChangeLog
   libxfce4util/trunk/libxfce4util/debug.h
Log:
2007-05-09  Benedikt Meurer [EMAIL PROTECTED]

* libxfce4util/debug.h: Add support for function names in debug
  messages on Solarils. Bug #3090.




Modified: libxfce4util/trunk/ChangeLog
===
--- libxfce4util/trunk/ChangeLog2007-05-08 17:17:37 UTC (rev 25688)
+++ libxfce4util/trunk/ChangeLog2007-05-09 17:15:17 UTC (rev 25689)
@@ -1,8 +1,13 @@
-2007-05-05  Brian Tarricone [EMAIL PROTECTED]
+2007-05-09 Benedikt Meurer [EMAIL PROTECTED]
 
-* configure.in.in: Bump version to 4.5.0, otherwise 4.4.1
-  won't build against trunk!
+   * libxfce4util/debug.h: Add support for function names in debug
+ messages on Solarils. Bug #3090.
 
+2007-05-05 Brian Tarricone [EMAIL PROTECTED]
+
+   * configure.in.in: Bump version to 4.5.0, otherwise 4.4.1
+ won't build against trunk!
+
 2007-02-12 Benedikt Meurer [EMAIL PROTECTED]
 
* libxfce4util/xfce-rc-config.c, libxfce4util/xfce-rc.c,

Modified: libxfce4util/trunk/libxfce4util/debug.h
===
--- libxfce4util/trunk/libxfce4util/debug.h 2007-05-08 17:17:37 UTC (rev 
25688)
+++ libxfce4util/trunk/libxfce4util/debug.h 2007-05-09 17:15:17 UTC (rev 
25689)
@@ -37,6 +37,8 @@
 #define __DBG_FUNC____func__
 #elif defined(__GNUC__)  __GNUC__ = 3
 #define __DBG_FUNC__   __FUNCTION__
+#elif defined(__SVR4)  defined(__sun)
+#define __DBG_FUNC__   __func__
 #else
 #define __DBG_FUNC__??
 #endif

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


[Xfce4-commits] r25691 - in thunar/trunk: . thunar-vfs

2007-05-09 Thread Benedikt Meurer
Author: benny
Date: 2007-05-09 17:44:54 + (Wed, 09 May 2007)
New Revision: 25691

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/thunar-vfs/thunar-vfs-volume-hal.c
Log:
2007-05-09  Benedikt Meurer [EMAIL PROTECTED]

* thunar-vfs/thunar-vfs-volume-hal.c
  (thunar_vfs_volume_manager_hal_device_removed): Emit the correct
  signal when removing devices. Patch from Brian Tarricone.
  Bug #3205.




Modified: thunar/trunk/ChangeLog
===
--- thunar/trunk/ChangeLog  2007-05-09 17:31:14 UTC (rev 25690)
+++ thunar/trunk/ChangeLog  2007-05-09 17:44:54 UTC (rev 25691)
@@ -1,3 +1,10 @@
+2007-05-09 Benedikt Meurer [EMAIL PROTECTED]
+
+   * thunar-vfs/thunar-vfs-volume-hal.c
+ (thunar_vfs_volume_manager_hal_device_removed): Emit the correct
+ signal when removing devices. Patch from Brian Tarricone.
+ Bug #3205.
+
 2007-04-27 Benedikt Meurer [EMAIL PROTECTED]
 
* thunar-vfs/thunar-vfs-volume-freebsd.c,

Modified: thunar/trunk/thunar-vfs/thunar-vfs-volume-hal.c
===
--- thunar/trunk/thunar-vfs/thunar-vfs-volume-hal.c 2007-05-09 17:31:14 UTC 
(rev 25690)
+++ thunar/trunk/thunar-vfs/thunar-vfs-volume-hal.c 2007-05-09 17:44:54 UTC 
(rev 25691)
@@ -1095,7 +1095,7 @@
   _thunar_vfs_return_if_fail (manager_hal-context == context);
 
   /* emit the device-removed signal (to support thunar-volman) */
-  g_signal_emit_by_name (G_OBJECT (manager_hal), device-added, udi);
+  g_signal_emit_by_name (G_OBJECT (manager_hal), device-removed, udi);
 
   /* check if we already have a volume object for the UDI */
   volume_hal = thunar_vfs_volume_manager_hal_get_volume_by_udi (manager_hal, 
udi);

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


[Xfce4-commits] r25692 - libxfce4util/trunk

2007-05-09 Thread Benedikt Meurer
Author: benny
Date: 2007-05-09 18:05:18 + (Wed, 09 May 2007)
New Revision: 25692

Modified:
   libxfce4util/trunk/ChangeLog
   libxfce4util/trunk/INSTALL
   libxfce4util/trunk/configure.in.in
Log:
2007-05-09  Benedikt Meurer [EMAIL PROTECTED]

* INSTALL, configure.in.in: Update for latest autoconf.




Modified: libxfce4util/trunk/ChangeLog
===
--- libxfce4util/trunk/ChangeLog2007-05-09 17:44:54 UTC (rev 25691)
+++ libxfce4util/trunk/ChangeLog2007-05-09 18:05:18 UTC (rev 25692)
@@ -1,5 +1,9 @@
 2007-05-09 Benedikt Meurer [EMAIL PROTECTED]
 
+   * INSTALL, configure.in.in: Update for latest autoconf.
+
+2007-05-09 Benedikt Meurer [EMAIL PROTECTED]
+
* libxfce4util/debug.h: Add support for function names in debug
  messages on Solarils. Bug #3090.
 

Modified: libxfce4util/trunk/INSTALL
===
--- libxfce4util/trunk/INSTALL  2007-05-09 17:44:54 UTC (rev 25691)
+++ libxfce4util/trunk/INSTALL  2007-05-09 18:05:18 UTC (rev 25692)
@@ -1,8 +1,8 @@
 Installation Instructions
 *
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004 Free
-Software Foundation, Inc.
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
+2006 Free Software Foundation, Inc.
 
 This file is free documentation; the Free Software Foundation gives
 unlimited permission to copy, distribute and modify it.
@@ -10,7 +10,10 @@
 Basic Installation
 ==
 
-These are generic installation instructions.
+Briefly, the shell commands `./configure; make; make install' should
+configure, build, and install this package.  The following
+more-detailed instructions are generic; see the `README' file for
+instructions specific to this package.
 
The `configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
@@ -23,9 +26,9 @@
 
It can also use an optional file (typically called `config.cache'
 and enabled with `--cache-file=config.cache' or simply `-C') that saves
-the results of its tests to speed up reconfiguring.  (Caching is
+the results of its tests to speed up reconfiguring.  Caching is
 disabled by default to prevent problems with accidental use of stale
-cache files.)
+cache files.
 
If you need to do unusual things to compile the package, please try
 to figure out how `configure' could check whether to do them, and mail
@@ -35,20 +38,17 @@
 may remove or edit it.
 
The file `configure.ac' (or `configure.in') is used to create
-`configure' by a program called `autoconf'.  You only need
-`configure.ac' if you want to change it or regenerate `configure' using
-a newer version of `autoconf'.
+`configure' by a program called `autoconf'.  You need `configure.ac' if
+you want to change it or regenerate `configure' using a newer version
+of `autoconf'.
 
 The simplest way to compile this package is:
 
   1. `cd' to the directory containing the package's source code and type
- `./configure' to configure the package for your system.  If you're
- using `csh' on an old version of System V, you might need to type
- `sh ./configure' instead to prevent `csh' from trying to execute
- `configure' itself.
+ `./configure' to configure the package for your system.
 
- Running `configure' takes awhile.  While running, it prints some
- messages telling which features it is checking for.
+ Running `configure' might take a while.  While running, it prints
+ some messages telling which features it is checking for.
 
   2. Type `make' to compile the package.
 
@@ -78,7 +78,7 @@
 by setting variables in the command line or in the environment.  Here
 is an example:
 
- ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
+ ./configure CC=c99 CFLAGS=-g LIBS=-lposix
 
*Note Defining Variables::, for more details.
 
@@ -87,31 +87,29 @@
 
 You can compile the package for more than one kind of computer at the
 same time, by placing the object files for each architecture in their
-own directory.  To do this, you must use a version of `make' that
-supports the `VPATH' variable, such as GNU `make'.  `cd' to the
+own directory.  To do this, you can use GNU `make'.  `cd' to the
 directory where you want the object files and executables to go and run
 the `configure' script.  `configure' automatically checks for the
 source code in the directory that `configure' is in and in `..'.
 
-   If you have to use a `make' that does not support the `VPATH'
-variable, you have to compile the package for one architecture at a
-time in the source code directory.  After you have installed the
-package for one architecture, use `make distclean' before reconfiguring
-for another architecture.
+   With a non-GNU `make', it is safer to compile the package for one
+architecture at a time in the source code directory.  After you have

[Xfce4-commits] r25694 - in thunar/trunk: . po

2007-05-09 Thread Benedikt Meurer
Author: benny
Date: 2007-05-09 18:32:40 + (Wed, 09 May 2007)
New Revision: 25694

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/INSTALL
   thunar/trunk/configure.in.in
   thunar/trunk/po/
Log:
2007-05-09  Benedikt Meurer [EMAIL PROTECTED]

* INSTALL, configure.in.in: Update for latest autoconf.




Modified: thunar/trunk/ChangeLog
===
--- thunar/trunk/ChangeLog  2007-05-09 18:21:16 UTC (rev 25693)
+++ thunar/trunk/ChangeLog  2007-05-09 18:32:40 UTC (rev 25694)
@@ -1,5 +1,9 @@
 2007-05-09 Benedikt Meurer [EMAIL PROTECTED]
 
+   * INSTALL, configure.in.in: Update for latest autoconf.
+
+2007-05-09 Benedikt Meurer [EMAIL PROTECTED]
+
* thunar-vfs/thunar-vfs-volume-hal.c
  (thunar_vfs_volume_manager_hal_device_removed): Emit the correct
  signal when removing devices. Patch from Brian Tarricone.

Modified: thunar/trunk/INSTALL
===
--- thunar/trunk/INSTALL2007-05-09 18:21:16 UTC (rev 25693)
+++ thunar/trunk/INSTALL2007-05-09 18:32:40 UTC (rev 25694)
@@ -1,8 +1,8 @@
 Installation Instructions
 *
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004 Free
-Software Foundation, Inc.
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
+2006 Free Software Foundation, Inc.
 
 This file is free documentation; the Free Software Foundation gives
 unlimited permission to copy, distribute and modify it.
@@ -10,7 +10,10 @@
 Basic Installation
 ==
 
-These are generic installation instructions.
+Briefly, the shell commands `./configure; make; make install' should
+configure, build, and install this package.  The following
+more-detailed instructions are generic; see the `README' file for
+instructions specific to this package.
 
The `configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
@@ -23,9 +26,9 @@
 
It can also use an optional file (typically called `config.cache'
 and enabled with `--cache-file=config.cache' or simply `-C') that saves
-the results of its tests to speed up reconfiguring.  (Caching is
+the results of its tests to speed up reconfiguring.  Caching is
 disabled by default to prevent problems with accidental use of stale
-cache files.)
+cache files.
 
If you need to do unusual things to compile the package, please try
 to figure out how `configure' could check whether to do them, and mail
@@ -35,20 +38,17 @@
 may remove or edit it.
 
The file `configure.ac' (or `configure.in') is used to create
-`configure' by a program called `autoconf'.  You only need
-`configure.ac' if you want to change it or regenerate `configure' using
-a newer version of `autoconf'.
+`configure' by a program called `autoconf'.  You need `configure.ac' if
+you want to change it or regenerate `configure' using a newer version
+of `autoconf'.
 
 The simplest way to compile this package is:
 
   1. `cd' to the directory containing the package's source code and type
- `./configure' to configure the package for your system.  If you're
- using `csh' on an old version of System V, you might need to type
- `sh ./configure' instead to prevent `csh' from trying to execute
- `configure' itself.
+ `./configure' to configure the package for your system.
 
- Running `configure' takes awhile.  While running, it prints some
- messages telling which features it is checking for.
+ Running `configure' might take a while.  While running, it prints
+ some messages telling which features it is checking for.
 
   2. Type `make' to compile the package.
 
@@ -78,7 +78,7 @@
 by setting variables in the command line or in the environment.  Here
 is an example:
 
- ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
+ ./configure CC=c99 CFLAGS=-g LIBS=-lposix
 
*Note Defining Variables::, for more details.
 
@@ -87,31 +87,29 @@
 
 You can compile the package for more than one kind of computer at the
 same time, by placing the object files for each architecture in their
-own directory.  To do this, you must use a version of `make' that
-supports the `VPATH' variable, such as GNU `make'.  `cd' to the
+own directory.  To do this, you can use GNU `make'.  `cd' to the
 directory where you want the object files and executables to go and run
 the `configure' script.  `configure' automatically checks for the
 source code in the directory that `configure' is in and in `..'.
 
-   If you have to use a `make' that does not support the `VPATH'
-variable, you have to compile the package for one architecture at a
-time in the source code directory.  After you have installed the
-package for one architecture, use `make distclean' before reconfiguring
-for another architecture.
+   With a non-GNU `make', it is safer to compile the package for one
+architecture at a time

[Xfce4-commits] r25647 - in thunar/trunk: . thunar-vfs

2007-04-27 Thread Benedikt Meurer
Author: benny
Date: 2007-04-27 15:37:58 + (Fri, 27 Apr 2007)
New Revision: 25647

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/thunar-vfs/thunar-vfs-volume-freebsd.c
   thunar/trunk/thunar-vfs/thunar-vfs-volume-hal.c
   thunar/trunk/thunar-vfs/thunar-vfs-volume-private.h
   thunar/trunk/thunar-vfs/thunar-vfs-volume.c
Log:
2007-04-27  Benedikt Meurer [EMAIL PROTECTED]

* thunar-vfs/thunar-vfs-volume-freebsd.c,
  thunar-vfs/thunar-vfs-volume-hal.c,
  thunar-vfs/thunar-vfs-volume-private.h,
  thunar-vfs/thunar-vfs-volume.c: Use the requires_eject HAL
  property to determine whether a given volume is ejectable.
  Bug #3119.




Modified: thunar/trunk/ChangeLog
===
--- thunar/trunk/ChangeLog  2007-04-27 15:02:24 UTC (rev 25646)
+++ thunar/trunk/ChangeLog  2007-04-27 15:37:58 UTC (rev 25647)
@@ -1,5 +1,14 @@
 2007-04-27 Benedikt Meurer [EMAIL PROTECTED]
 
+   * thunar-vfs/thunar-vfs-volume-freebsd.c,
+ thunar-vfs/thunar-vfs-volume-hal.c,
+ thunar-vfs/thunar-vfs-volume-private.h,
+ thunar-vfs/thunar-vfs-volume.c: Use the requires_eject HAL
+ property to determine whether a given volume is ejectable.
+ Bug #3119.
+
+2007-04-27 Benedikt Meurer [EMAIL PROTECTED]
+
* thunar/thunar-util.c(thunar_util_humanize_file_time): Use larger
  date buffer. Bug #3127.
 

Modified: thunar/trunk/thunar-vfs/thunar-vfs-volume-freebsd.c
===
--- thunar/trunk/thunar-vfs/thunar-vfs-volume-freebsd.c 2007-04-27 15:02:24 UTC 
(rev 25646)
+++ thunar/trunk/thunar-vfs/thunar-vfs-volume-freebsd.c 2007-04-27 15:37:58 UTC 
(rev 25647)
@@ -59,6 +59,7 @@
 static const gchar *thunar_vfs_volume_freebsd_get_name 
(ThunarVfsVolume *volume);
 static ThunarVfsVolumeStatusthunar_vfs_volume_freebsd_get_status   
(ThunarVfsVolume *volume);
 static ThunarVfsPath   *thunar_vfs_volume_freebsd_get_mount_point  
(ThunarVfsVolume *volume);
+static gboolean thunar_vfs_volume_freebsd_is_ejectable 
(ThunarVfsVolume *volume);
 static gboolean thunar_vfs_volume_freebsd_eject
(ThunarVfsVolume *volume,
 
GtkWidget   *window,
 
GError **error);
@@ -142,6 +143,7 @@
   thunarvfs_volume_class-get_name = thunar_vfs_volume_freebsd_get_name;
   thunarvfs_volume_class-get_status = thunar_vfs_volume_freebsd_get_status;
   thunarvfs_volume_class-get_mount_point = 
thunar_vfs_volume_freebsd_get_mount_point;
+  thunarvfs_volume_class-is_ejectable = 
thunar_vfs_volume_freebsd_is_ejectable;
   thunarvfs_volume_class-eject = thunar_vfs_volume_freebsd_eject;
   thunarvfs_volume_class-mount = thunar_vfs_volume_freebsd_mount;
   thunarvfs_volume_class-unmount = thunar_vfs_volume_freebsd_unmount;
@@ -202,6 +204,15 @@
 
 
 static gboolean
+thunar_vfs_volume_freebsd_is_ejectable (ThunarVfsVolume *volume)
+{
+  /* we can only eject removable media, that are present (surprise, surprise) 
*/
+  return (thunar_vfs_volume_is_present (volume)  
thunar_vfs_volume_is_removable (volume));
+}
+
+
+
+static gboolean
 thunar_vfs_volume_freebsd_eject (ThunarVfsVolume *volume,
  GtkWidget   *window,
  GError **error)

Modified: thunar/trunk/thunar-vfs/thunar-vfs-volume-hal.c
===
--- thunar/trunk/thunar-vfs/thunar-vfs-volume-hal.c 2007-04-27 15:02:24 UTC 
(rev 25646)
+++ thunar/trunk/thunar-vfs/thunar-vfs-volume-hal.c 2007-04-27 15:37:58 UTC 
(rev 25647)
@@ -53,6 +53,7 @@
 static const gchar  *thunar_vfs_volume_hal_get_name 
(ThunarVfsVolume  *volume);
 static ThunarVfsVolumeStatus thunar_vfs_volume_hal_get_status   
(ThunarVfsVolume  *volume);
 static ThunarVfsPath*thunar_vfs_volume_hal_get_mount_point  
(ThunarVfsVolume  *volume);
+static gboolean  thunar_vfs_volume_hal_is_ejectable 
(ThunarVfsVolume  *volume);
 static const gchar  *thunar_vfs_volume_hal_lookup_icon_name 
(ThunarVfsVolume  *volume,
  
GtkIconTheme *icon_theme);
 static gboolean  thunar_vfs_volume_hal_eject
(ThunarVfsVolume  *volume,
@@ -90,6 +91,7 @@
   /* list of possible icons */
   GList*icon_list;
 
+  gboolean  requires_eject;
   ThunarVfsPath*mount_point;
   ThunarVfsVolumeKind   kind

[Xfce4-commits] r24987 - in libexo/trunk: . exo

2007-02-17 Thread Benedikt Meurer
Author: benny
Date: 2007-02-17 14:31:35 + (Sat, 17 Feb 2007)
New Revision: 24987

Modified:
   libexo/trunk/ChangeLog
   libexo/trunk/exo/exo-config.h.in
Log:
2007-02-17  Benedikt Meurer [EMAIL PROTECTED]

* exo/exo-config.h.in: Make sure EXO_PARAM_READABLE,
  EXO_PARAM_WRITABLE and EXO_PARAM_READWRITE are properly set.




Modified: libexo/trunk/ChangeLog
===
--- libexo/trunk/ChangeLog  2007-02-17 08:43:31 UTC (rev 24986)
+++ libexo/trunk/ChangeLog  2007-02-17 14:31:35 UTC (rev 24987)
@@ -1,3 +1,8 @@
+2007-02-17 Benedikt Meurer [EMAIL PROTECTED]
+
+   * exo/exo-config.h.in: Make sure EXO_PARAM_READABLE,
+ EXO_PARAM_WRITABLE and EXO_PARAM_READWRITE are properly set.
+
 2007-02-12 Benedikt Meurer [EMAIL PROTECTED]
 
* exo/exo-mount-point.c: Fix compilation on Solaris 2.8. Bug #2798.

Modified: libexo/trunk/exo/exo-config.h.in
===
--- libexo/trunk/exo/exo-config.h.in2007-02-17 08:43:31 UTC (rev 24986)
+++ libexo/trunk/exo/exo-config.h.in2007-02-17 14:31:35 UTC (rev 24987)
@@ -29,7 +29,7 @@
 
 #include glib-object.h
 
-G_BEGIN_DECLS;
+G_BEGIN_DECLS
 
 #define EXO_MAJOR_VERSION @LIBEXO_VERSION_MAJOR@
 #define EXO_MINOR_VERSION @LIBEXO_VERSION_MINOR@
@@ -69,10 +69,8 @@
 #endif /* __GNUC__ */
 #endif /* !defined(G_GNUC_WARN_UNUSED_RESULT) */
 
-/* with newer GObject versions it's possible to avoid the unnecessary
- * copying of the name, nick and blurb settings for GParamSpec's.
- */
-#if defined(G_PARAM_STATIC_NAME)  defined(G_PARAM_STATIC_NICK)  
defined(G_PARAM_STATIC_BLURB)
+/* with GObject = 2.7.0, copying name, nick and blurb can be avoided */
+#if GLIB_CHECK_VERSION(2,7,0)
 #define EXO_PARAM_READABLE  (G_PARAM_READABLE \
| G_PARAM_STATIC_NAME \
| G_PARAM_STATIC_NICK \
@@ -91,7 +89,7 @@
 #define EXO_PARAM_READWRITE (G_PARAM_READWRITE)
 #endif
 
-G_END_DECLS;
+G_END_DECLS
 
 #endif /* !__EXO_CONFIG_H__ */
 

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


[Xfce4-commits] r24955 - in thunar/trunk: . thunar-vfs

2007-02-12 Thread Benedikt Meurer
Author: benny
Date: 2007-02-12 17:43:43 + (Mon, 12 Feb 2007)
New Revision: 24955

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/thunar-vfs/thunar-vfs-thumb-jpeg.c
Log:
2007-02-12  Benedikt Meurer [EMAIL PROTECTED]

* thunar-vfs/thunar-vfs-thumb-jpeg.c: Fix compilation with the
  Sun Studio 11 compiler based on patch from William Bonnet
  [EMAIL PROTECTED]. Bug #2900.




Modified: thunar/trunk/ChangeLog
===
--- thunar/trunk/ChangeLog  2007-02-12 15:09:07 UTC (rev 24954)
+++ thunar/trunk/ChangeLog  2007-02-12 17:43:43 UTC (rev 24955)
@@ -1,3 +1,9 @@
+2007-02-12 Benedikt Meurer [EMAIL PROTECTED]
+
+   * thunar-vfs/thunar-vfs-thumb-jpeg.c: Fix compilation with the
+ Sun Studio 11 compiler based on patch from William Bonnet
+ [EMAIL PROTECTED]. Bug #2900.
+
 2007-01-28 Benedikt Meurer [EMAIL PROTECTED]
 
* acinclude.m4: Fix switches to disable plugins, thanks to Oliver

Modified: thunar/trunk/thunar-vfs/thunar-vfs-thumb-jpeg.c
===
--- thunar/trunk/thunar-vfs/thunar-vfs-thumb-jpeg.c 2007-02-12 15:09:07 UTC 
(rev 24954)
+++ thunar/trunk/thunar-vfs/thunar-vfs-thumb-jpeg.c 2007-02-12 17:43:43 UTC 
(rev 24955)
@@ -310,18 +310,18 @@
   {
 struct /* thumbnail JPEG */
 {
-  guint thumb_jpeg_length;
-  guint thumb_jpeg_offset;
-};
+  guint length;
+  guint offset;
+} thumb_jpeg;
 struct /* thumbnail TIFF */
 {
-  guint thumb_tiff_length;
-  guint thumb_tiff_offset;
-  guint thumb_tiff_interp;
-  guint thumb_tiff_height;
-  guint thumb_tiff_width;
-};
-  };
+  guint length;
+  guint offset;
+  guint interp;
+  guint height;
+  guint width;
+} thumb_tiff;
+  } thumb;
 
   gboolean  big_endian;
 } TvtjExif;
@@ -415,15 +415,15 @@
 
   /* and remember it appropriately */
   if (tag == 0x0100)
-exif-thumb_tiff_width = value;
+exif-thumb.thumb_tiff.width = value;
   else if (tag == 0x0100)
-exif-thumb_tiff_height = value;
+exif-thumb.thumb_tiff.height = value;
   else if (tag == 0x0106)
-exif-thumb_tiff_interp = value;
+exif-thumb.thumb_tiff.interp = value;
   else if (tag == 0x0111)
-exif-thumb_tiff_offset = value;
+exif-thumb.thumb_tiff.offset = value;
   else
-exif-thumb_tiff_length = value;
+exif-thumb.thumb_tiff.length = value;
 }
   else if (tag == 0x0201 || tag == 0x0202)
 {
@@ -435,9 +435,9 @@
 
   /* and remember it appropriately */
   if (G_LIKELY (tag == 0x201))
-exif-thumb_jpeg_offset = value;
+exif-thumb.thumb_jpeg.offset = value;
   else
-exif-thumb_jpeg_length = value;
+exif-thumb.thumb_jpeg.length = value;
 }
 }
 }
@@ -503,25 +503,25 @@
   if (G_LIKELY (exif.thumb_compression == 6)) /* JPEG */
 {
   /* check if we have a valid thumbnail JPEG */
-  if (exif.thumb_jpeg_offset  0  exif.thumb_jpeg_length  0
-   exif.thumb_jpeg_offset + exif.thumb_jpeg_length = length)
+  if (exif.thumb.thumb_jpeg.offset  0  exif.thumb.thumb_jpeg.length 
 0
+   exif.thumb.thumb_jpeg.offset + exif.thumb.thumb_jpeg.length 
= length)
 {
   /* try to load the embedded thumbnail JPEG */
-  return tvtj_jpeg_load (data + exif.thumb_jpeg_offset, 
exif.thumb_jpeg_length, size);
+  return tvtj_jpeg_load (data + exif.thumb.thumb_jpeg.offset, 
exif.thumb.thumb_jpeg.length, size);
 }
 }
   else if (exif.thumb_compression == 1) /* Uncompressed */
 {
   /* check if we have a valid thumbnail (current only RGB 
interpretations) */
-  if (G_LIKELY (exif.thumb_tiff_interp == 2)
-   exif.thumb_tiff_offset  0  exif.thumb_tiff_length  0
-   exif.thumb_tiff_offset + exif.thumb_tiff_length = length
-   exif.thumb_tiff_height * exif.thumb_tiff_width == 
exif.thumb_tiff_length)
+  if (G_LIKELY (exif.thumb.thumb_tiff.interp == 2)
+   exif.thumb.thumb_tiff.offset  0  
exif.thumb.thumb_tiff.length  0
+   exif.thumb.thumb_tiff.offset + exif.thumb.thumb_tiff.length 
= length
+   exif.thumb.thumb_tiff.height * exif.thumb.thumb_tiff.width == 
exif.thumb.thumb_tiff.length)
 {
   /* plain RGB data, just what we need for a GdkPixbuf */
-  return gdk_pixbuf_new_from_data (g_memdup (data + 
exif.thumb_tiff_offset, exif.thumb_tiff_length),
-   GDK_COLORSPACE_RGB, FALSE, 8

[Xfce4-commits] r24956 - in thunar/trunk: . thunar-vfs

2007-02-12 Thread Benedikt Meurer
Author: benny
Date: 2007-02-12 17:51:57 + (Mon, 12 Feb 2007)
New Revision: 24956

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/thunar-vfs/thunar-vfs-path-private.h
Log:
2007-02-12  Benedikt Meurer [EMAIL PROTECTED]

* thunar-vfs/thunar-vfs-path-private.h: Fix compilation with the
  Sun Studio 11 compiler based on patch from William Bonnet
  [EMAIL PROTECTED]. Bug #2899.




Modified: thunar/trunk/ChangeLog
===
--- thunar/trunk/ChangeLog  2007-02-12 17:43:43 UTC (rev 24955)
+++ thunar/trunk/ChangeLog  2007-02-12 17:51:57 UTC (rev 24956)
@@ -1,5 +1,11 @@
 2007-02-12 Benedikt Meurer [EMAIL PROTECTED]
 
+   * thunar-vfs/thunar-vfs-path-private.h: Fix compilation with the
+ Sun Studio 11 compiler based on patch from William Bonnet
+ [EMAIL PROTECTED]. Bug #2899.
+
+2007-02-12 Benedikt Meurer [EMAIL PROTECTED]
+
* thunar-vfs/thunar-vfs-thumb-jpeg.c: Fix compilation with the
  Sun Studio 11 compiler based on patch from William Bonnet
  [EMAIL PROTECTED]. Bug #2900.

Modified: thunar/trunk/thunar-vfs/thunar-vfs-path-private.h
===
--- thunar/trunk/thunar-vfs/thunar-vfs-path-private.h   2007-02-12 17:43:43 UTC 
(rev 24955)
+++ thunar/trunk/thunar-vfs/thunar-vfs-path-private.h   2007-02-12 17:51:57 UTC 
(rev 24956)
@@ -30,12 +30,16 @@
 G_BEGIN_DECLS;
 
 /* Support macros for compilers that don't support proper inlining */
+#if !defined(G_CAN_INLINE)  !defined(__THUNAR_VFS_PATH_C__)  
!defined(__THUNAR_VFS_INFO_C__)
+
 #define thunar_vfs_path_ref(path) (exo_atomic_inc ((THUNAR_VFS_PATH 
((path))-ref_count)), path)
 #define thunar_vfs_path_is_root(path) (THUNAR_VFS_PATH ((path))-parent == 
NULL)
 #define thunar_vfs_path_get_name(path)(((const gchar *) path) + sizeof 
(ThunarVfsPath))
 #define thunar_vfs_path_get_parent(path)  (THUNAR_VFS_PATH ((path))-parent)
 #define thunar_vfs_path_get_scheme(path)  (THUNAR_VFS_PATH ((path))-ref_count 
 THUNAR_VFS_PATH_SCHEME_MASK)
 
+#endif /* !defined(G_CAN_INLINE)  !defined(__THUNAR_VFS_PATH_C__)  
!defined(__THUNAR_VFS_INFO_C__) */
+
 /* global shared variables */
 extern ThunarVfsPath *_thunar_vfs_path_trash_root G_GNUC_INTERNAL;
 

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


[Xfce4-commits] r24957 - in terminal/trunk: . terminal

2007-02-12 Thread Benedikt Meurer
Author: benny
Date: 2007-02-12 17:56:10 + (Mon, 12 Feb 2007)
New Revision: 24957

Modified:
   terminal/trunk/ChangeLog
   terminal/trunk/terminal/terminal-dbus.c
Log:
2007-02-12  Benedikt Meurer [EMAIL PROTECTED]

* terminal/terminal-dbus.c: Apply Brian's patch to fix invalid
  variable type for user id. Bug #2898.




Modified: terminal/trunk/ChangeLog
===
--- terminal/trunk/ChangeLog2007-02-12 17:51:57 UTC (rev 24956)
+++ terminal/trunk/ChangeLog2007-02-12 17:56:10 UTC (rev 24957)
@@ -1,3 +1,8 @@
+2007-02-12 Benedikt Meurer [EMAIL PROTECTED]
+
+   * terminal/terminal-dbus.c: Apply Brian's patch to fix invalid
+ variable type for user id. Bug #2898.
+
 2007-01-20 Benedikt Meurer [EMAIL PROTECTED]
 
* configure.in.in: Post-release version bump.

Modified: terminal/trunk/terminal/terminal-dbus.c
===
--- terminal/trunk/terminal/terminal-dbus.c 2007-02-12 17:51:57 UTC (rev 
24956)
+++ terminal/trunk/terminal/terminal-dbus.c 2007-02-12 17:56:10 UTC (rev 
24957)
@@ -58,7 +58,7 @@
   DBusMessage *reply;
   DBusErrorderror;
   GError  *error = NULL;
-  uid_tuser_id;
+  dbus_int64_t user_id;
   gchar  **argv;
   gint argc;
 

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


[Xfce4-commits] r24958 - in thunar/trunk: . thunar-vfs

2007-02-12 Thread Benedikt Meurer
Author: benny
Date: 2007-02-12 18:16:29 + (Mon, 12 Feb 2007)
New Revision: 24958

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/thunar-vfs/thunar-vfs-thumb-jpeg.c
Log:
2007-02-12  Benedikt Meurer [EMAIL PROTECTED]

* thunar-vfs/thunar-vfs-thumb-jpeg.c: Fix unaligned memory access in
  exif code. Bug #2880.




Modified: thunar/trunk/ChangeLog
===
--- thunar/trunk/ChangeLog  2007-02-12 17:56:10 UTC (rev 24957)
+++ thunar/trunk/ChangeLog  2007-02-12 18:16:29 UTC (rev 24958)
@@ -1,5 +1,10 @@
 2007-02-12 Benedikt Meurer [EMAIL PROTECTED]
 
+   * thunar-vfs/thunar-vfs-thumb-jpeg.c: Fix unaligned memory access in
+ exif code. Bug #2880.
+
+2007-02-12 Benedikt Meurer [EMAIL PROTECTED]
+
* thunar-vfs/thunar-vfs-path-private.h: Fix compilation with the
  Sun Studio 11 compiler based on patch from William Bonnet
  [EMAIL PROTECTED]. Bug #2899.

Modified: thunar/trunk/thunar-vfs/thunar-vfs-thumb-jpeg.c
===
--- thunar/trunk/thunar-vfs/thunar-vfs-thumb-jpeg.c 2007-02-12 17:56:10 UTC 
(rev 24957)
+++ thunar/trunk/thunar-vfs/thunar-vfs-thumb-jpeg.c 2007-02-12 18:16:29 UTC 
(rev 24958)
@@ -330,24 +330,24 @@
 
 static guint
 tvtj_exif_get_ushort (const TvtjExif *exif,
-  gconstpointer   data)
+  const guchar   *data)
 {
   if (G_UNLIKELY (exif-big_endian))
-return GUINT16_FROM_BE (*((const guint16 *) data));
+return ((data[0]  8) | data[1]);
   else
-return GUINT16_FROM_LE (*((const guint16 *) data));
+return ((data[1]  8) | data[0]);
 }
 
 
 
 static guint
 tvtj_exif_get_ulong (const TvtjExif *exif,
- gconstpointer   data)
+ const guchar   *data)
 {
   if (G_UNLIKELY (exif-big_endian))
-return GUINT32_FROM_BE (*((const guint32 *) data));
+return ((data[0]  24) | (data[1]  16) | (data[2]  8) | data[3]);
   else
-return GUINT32_FROM_LE (*((const guint32 *) data));
+return ((data[3]  24) | (data[2]  16) | (data[1]  8) | data[0]);
 }
 
 

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


[Xfce4-commits] r24959 - in terminal/trunk: . terminal

2007-02-12 Thread Benedikt Meurer
Author: benny
Date: 2007-02-12 18:24:19 + (Mon, 12 Feb 2007)
New Revision: 24959

Modified:
   terminal/trunk/ChangeLog
   terminal/trunk/configure.in.in
   terminal/trunk/terminal/Makefile.am
   terminal/trunk/terminal/terminal-shortcut-editor.c
Log:
2007-02-12  Benedikt Meurer [EMAIL PROTECTED]

* configure.in.in, terminal/terminal-shortcut-editor.c,
  terminal/Makefile.am: Link to -lx11. Bug #2870.




Modified: terminal/trunk/ChangeLog
===
--- terminal/trunk/ChangeLog2007-02-12 18:16:29 UTC (rev 24958)
+++ terminal/trunk/ChangeLog2007-02-12 18:24:19 UTC (rev 24959)
@@ -1,5 +1,10 @@
 2007-02-12 Benedikt Meurer [EMAIL PROTECTED]
 
+   * configure.in.in, terminal/terminal-shortcut-editor.c,
+ terminal/Makefile.am: Link to -lx11. Bug #2870.
+
+2007-02-12 Benedikt Meurer [EMAIL PROTECTED]
+
* terminal/terminal-dbus.c: Apply Brian's patch to fix invalid
  variable type for user id. Bug #2898.
 

Modified: terminal/trunk/configure.in.in
===
--- terminal/trunk/configure.in.in  2007-02-12 18:16:29 UTC (rev 24958)
+++ terminal/trunk/configure.in.in  2007-02-12 18:24:19 UTC (rev 24959)
@@ -72,6 +72,11 @@
 dnl **
 XDT_I18N([EMAIL PROTECTED]@])
 
+dnl 
+dnl *** Check for X11 (optional) ***
+dnl 
+XDT_CHECK_LIBX11()
+
 dnl ***
 dnl *** Check for required packages ***
 dnl ***

Modified: terminal/trunk/terminal/Makefile.am
===
--- terminal/trunk/terminal/Makefile.am 2007-02-12 18:16:29 UTC (rev 24958)
+++ terminal/trunk/terminal/Makefile.am 2007-02-12 18:24:19 UTC (rev 24959)
@@ -72,6 +72,7 @@
$(EXO_CFLAGS)   \
$(GTK_CFLAGS)   \
$(LIBSTARTUP_NOTIFICATION_CFLAGS)   \
+   $(LIBX11_CFLAGS)\
$(VTE_CFLAGS)   \
$(PLATFORM_CFLAGS)
 
@@ -81,6 +82,8 @@
$(EXO_LIBS) \
$(GTK_LIBS) \
$(LIBSTARTUP_NOTIFICATION_LIBS) \
+   $(LIBX11_LDFLAGS)   \
+   $(LIBX11_LIBS)  \
$(VTE_LIBS) \
$(TERMINAL_LIBS)
 

Modified: terminal/trunk/terminal/terminal-shortcut-editor.c
===
--- terminal/trunk/terminal/terminal-shortcut-editor.c  2007-02-12 18:16:29 UTC 
(rev 24958)
+++ terminal/trunk/terminal/terminal-shortcut-editor.c  2007-02-12 18:24:19 UTC 
(rev 24959)
@@ -280,7 +280,7 @@
 default:
   return FALSE;
 }
-#elif defined(GDK_WINDOWING_X11)
+#elif (defined(GDK_WINDOWING_X11)  defined(HAVE_LIBX11))
   XModifierKeymap *keymap;
   gboolean result = FALSE;
   gint n;

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


[Xfce4-commits] r24960 - in libxfce4util/trunk: . libxfce4util

2007-02-12 Thread Benedikt Meurer
Author: benny
Date: 2007-02-12 18:35:11 + (Mon, 12 Feb 2007)
New Revision: 24960

Modified:
   libxfce4util/trunk/ChangeLog
   libxfce4util/trunk/libxfce4util/xfce-rc-config.c
   libxfce4util/trunk/libxfce4util/xfce-rc-simple.c
   libxfce4util/trunk/libxfce4util/xfce-rc.c
Log:
2007-02-12  Benedikt Meurer [EMAIL PROTECTED]

* libxfce4util/xfce-rc-config.c, libxfce4util/xfce-rc.c,
  libxfce4util/xfce-rc-simple.c: Fix invalid g_slice_free1() in
  XfceRc code. Bug #2854.




Modified: libxfce4util/trunk/ChangeLog
===
--- libxfce4util/trunk/ChangeLog2007-02-12 18:24:19 UTC (rev 24959)
+++ libxfce4util/trunk/ChangeLog2007-02-12 18:35:11 UTC (rev 24960)
@@ -1,3 +1,9 @@
+2007-02-12 Benedikt Meurer [EMAIL PROTECTED]
+
+   * libxfce4util/xfce-rc-config.c, libxfce4util/xfce-rc.c,
+ libxfce4util/xfce-rc-simple.c: Fix invalid g_slice_free1() in
+ XfceRc code. Bug #2854.
+
 2007-01-22 Benedikt Meurer [EMAIL PROTECTED]
 
* libxfce4util/xfce-rc-simple.c(_xfce_rc_simple_delete_group): Fix

Modified: libxfce4util/trunk/libxfce4util/xfce-rc-config.c
===
--- libxfce4util/trunk/libxfce4util/xfce-rc-config.c2007-02-12 18:24:19 UTC 
(rev 24959)
+++ libxfce4util/trunk/libxfce4util/xfce-rc-config.c2007-02-12 18:35:11 UTC 
(rev 24960)
@@ -129,7 +129,7 @@
   g_assert (user != NULL);
   g_assert (paths != NULL);
 
-  config = _xfce_slice_new0 (XfceRcConfig);
+  config = g_new0 (XfceRcConfig, 1);
 
   /* system files first */
   for (p = paths; *p != NULL; ++p)

Modified: libxfce4util/trunk/libxfce4util/xfce-rc-simple.c
===
--- libxfce4util/trunk/libxfce4util/xfce-rc-simple.c2007-02-12 18:24:19 UTC 
(rev 24959)
+++ libxfce4util/trunk/libxfce4util/xfce-rc-simple.c2007-02-12 18:35:11 UTC 
(rev 24960)
@@ -600,7 +600,7 @@
 {
   XfceRcSimple *simple;
 
-  simple = _xfce_slice_new0 (XfceRcSimple);
+  simple = g_new0 (XfceRcSimple, 1);
 
   _xfce_rc_init (XFCE_RC (simple));
 

Modified: libxfce4util/trunk/libxfce4util/xfce-rc.c
===
--- libxfce4util/trunk/libxfce4util/xfce-rc.c   2007-02-12 18:24:19 UTC (rev 
24959)
+++ libxfce4util/trunk/libxfce4util/xfce-rc.c   2007-02-12 18:35:11 UTC (rev 
24960)
@@ -168,7 +168,7 @@
   if (rc-locale != NULL)
 g_free (rc-locale);
 
-  _xfce_slice_free (XfceRc, rc);
+  g_free (rc);
 }
 
 

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


[Xfce4-commits] r24962 - in libexo/trunk: . exo

2007-02-12 Thread Benedikt Meurer
Author: benny
Date: 2007-02-12 19:05:16 + (Mon, 12 Feb 2007)
New Revision: 24962

Modified:
   libexo/trunk/ChangeLog
   libexo/trunk/configure.in.in
   libexo/trunk/exo/exo-mount-point.c
Log:
2007-02-12  Benedikt Meurer [EMAIL PROTECTED]

* configure.in.in, exo/exo-mount-point.c: Fix compilation on newer
  NetBSD versions. Bug #2808.




Modified: libexo/trunk/ChangeLog
===
--- libexo/trunk/ChangeLog  2007-02-12 18:49:41 UTC (rev 24961)
+++ libexo/trunk/ChangeLog  2007-02-12 19:05:16 UTC (rev 24962)
@@ -1,5 +1,10 @@
 2007-02-12 Benedikt Meurer [EMAIL PROTECTED]
 
+   * configure.in.in, exo/exo-mount-point.c: Fix compilation on newer
+ NetBSD versions. Bug #2808.
+
+2007-02-12 Benedikt Meurer [EMAIL PROTECTED]
+
* exo-helper/helpers/sylpheed-claws.desktop.in.in: Apply patch from
  Colin Leroy [EMAIL PROTECTED] to replace Sylpheed-Claws with Claws
  Mail. Bug #2851.

Modified: libexo/trunk/configure.in.in
===
--- libexo/trunk/configure.in.in2007-02-12 18:49:41 UTC (rev 24961)
+++ libexo/trunk/configure.in.in2007-02-12 19:05:16 UTC (rev 24962)
@@ -108,14 +108,14 @@
   locale.h math.h md5.h md5global.h mmintrin.h mntent.h \
   paths.h regex.h signal.h stdarg.h string.h sys/mman.h \
   sys/mnttab.h sys/mount.h sys/param.h sys/resource.h \
-  sys/stat.h sys/time.h sys/types.h sys/ucred.h \
+  sys/statvfs.h sys/stat.h sys/time.h sys/types.h sys/ucred.h \
   sys/wait.h time.h])
 
 dnl 
 dnl *** Check for standard functions ***
 dnl 
 AC_FUNC_MMAP()
-AC_CHECK_FUNCS([getfsstat getmntent regexec setfsent setmntent])
+AC_CHECK_FUNCS([getfsstat getmntent getvfsstat regexec setfsent setmntent])
 
 dnl **
 dnl *** Check for Message Digest functions ***

Modified: libexo/trunk/exo/exo-mount-point.c
===
--- libexo/trunk/exo/exo-mount-point.c  2007-02-12 18:49:41 UTC (rev 24961)
+++ libexo/trunk/exo/exo-mount-point.c  2007-02-12 19:05:16 UTC (rev 24962)
@@ -28,6 +28,9 @@
 #ifdef HAVE_SYS_STAT_H
 #include sys/stat.h
 #endif
+#ifdef HAVE_SYS_STATVFS_H
+#include sys/statvfs.h
+#endif
 #ifdef HAVE_SYS_PARAM_H
 #include sys/param.h
 #endif
@@ -250,7 +253,7 @@
 
   /* close the file handle */
   fclose (fp);
-#elif defined(HAVE_GETFSSTAT) /* BSD */
+#elif defined(HAVE_GETFSSTAT) /* FreeBSD, OpenBSD, DragonFly, older NetBSD */
   struct statfs *mntbuf = NULL;
   glong  bufsize = 0;
   gint   mntsize;
@@ -276,6 +279,36 @@
   /* release the buffer */
   free (mntbuf);
 }
+#elif defined(HAVE_GETVFSSTAT) /* Newer NetBSD */
+  struct statvfs *mntbuf = NULL;
+  glong   bufsize = 0;
+  gintmntsize;
+  gintn;
+
+  /* determine the number of active mount points */
+  mntsize = getvfsstat (NULL, 0, MNT_NOWAIT);
+  if (G_LIKELY (mntsize  0))
+{
+  /* allocate a new buffer */
+  bufsize = (mntsize + 4) * sizeof (*mntbuf);
+  mntbuf = (struct statvfs *) malloc (bufsize);
+
+  /* determine the mount point for the device file */
+  mntsize = getvfsstat (mntbuf, bufsize, ST_NOWAIT);
+  for (n = 0; n  mntsize; ++n)
+{
+  /* check if we have a match here */
+  exo_mount_point_add_if_matches (mask, device, folder, fstype,
+  mntbuf[n].f_mntfromname,
+  mntbuf[n].f_mntonname,
+  mntbuf[n].f_fstypename,
+  ((mntbuf[n].f_flag  MNT_RDONLY) != 
0),
+  mount_points);
+}
+
+  /* release the buffer */
+  free (mntbuf);
+}
 #else
 #error Add support for your operating system here.
 #endif

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


[Xfce4-commits] r24963 - in libexo/trunk: . exo

2007-02-12 Thread Benedikt Meurer
Author: benny
Date: 2007-02-12 19:31:24 + (Mon, 12 Feb 2007)
New Revision: 24963

Modified:
   libexo/trunk/ChangeLog
   libexo/trunk/exo/exo-mount-point.c
Log:
2007-02-12  Benedikt Meurer [EMAIL PROTECTED]

* exo/exo-mount-point.c: Fix compilation on Solaris 2.8. Bug #2798.




Modified: libexo/trunk/ChangeLog
===
--- libexo/trunk/ChangeLog  2007-02-12 19:05:16 UTC (rev 24962)
+++ libexo/trunk/ChangeLog  2007-02-12 19:31:24 UTC (rev 24963)
@@ -1,5 +1,9 @@
 2007-02-12 Benedikt Meurer [EMAIL PROTECTED]
 
+   * exo/exo-mount-point.c: Fix compilation on Solaris 2.8. Bug #2798.
+
+2007-02-12 Benedikt Meurer [EMAIL PROTECTED]
+
* configure.in.in, exo/exo-mount-point.c: Fix compilation on newer
  NetBSD versions. Bug #2808.
 

Modified: libexo/trunk/exo/exo-mount-point.c
===
--- libexo/trunk/exo/exo-mount-point.c  2007-02-12 19:05:16 UTC (rev 24962)
+++ libexo/trunk/exo/exo-mount-point.c  2007-02-12 19:31:24 UTC (rev 24963)
@@ -53,13 +53,13 @@
 #ifdef HAVE_MEMORY_H
 #include memory.h
 #endif
+#include stdio.h  /* Solaris 2.8 needs this before mntent.h */
 #ifdef HAVE_MNTENT_H
 #include mntent.h
 #endif
 #ifdef HAVE_PATHS_H
 #include paths.h
 #endif
-#include stdio.h
 #ifdef HAVE_STDLIB_H
 #include stdlib.h
 #endif
@@ -230,7 +230,7 @@
   FILE *fp;
 
   /* try to open the /etc/mnttab file */
-  fp = setmntent (/etc/mnttab, r);
+  fp = fopen (/etc/mnttab, r);
   if (G_UNLIKELY (fp == NULL))
 {
   g_set_error (error, G_FILE_ERROR, g_file_error_from_errno (errno),

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


[Xfce4-commits] r24773 - thunar/trunk

2007-01-28 Thread Benedikt Meurer
Author: benny
Date: 2007-01-28 10:37:43 + (Sun, 28 Jan 2007)
New Revision: 24773

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/acinclude.m4
Log:
2007-01-28  Benedikt Meurer [EMAIL PROTECTED]

* acinclude.m4: Fix switches to disable plugins, thanks to Oliver
  Lehmann [EMAIL PROTECTED].




Modified: thunar/trunk/ChangeLog
===
--- thunar/trunk/ChangeLog  2007-01-27 17:24:54 UTC (rev 24772)
+++ thunar/trunk/ChangeLog  2007-01-28 10:37:43 UTC (rev 24773)
@@ -1,3 +1,8 @@
+2007-01-28 Benedikt Meurer [EMAIL PROTECTED]
+
+   * acinclude.m4: Fix switches to disable plugins, thanks to Oliver
+ Lehmann [EMAIL PROTECTED].
+
 2007-01-20 Benedikt Meurer [EMAIL PROTECTED]
 
* configure.in.in: Post-release version bump.

Modified: thunar/trunk/acinclude.m4
===
--- thunar/trunk/acinclude.m4   2007-01-27 17:24:54 UTC (rev 24772)
+++ thunar/trunk/acinclude.m4   2007-01-28 10:37:43 UTC (rev 24773)
@@ -16,7 +16,7 @@
 AC_DEFUN([BM_THUNAR_PLUGIN_APR],
 [
 AC_ARG_ENABLE([apr-plugin], [AC_HELP_STRING([--disable-apr-plugin], [Don't 
build the thunar-apr plugin, see plugins/thunar-apr/README])],
-  [ac_bm_thunar_plugin_apr=$enable_val], [ac_bm_thunar_plugin_apr=yes])
+  [ac_bm_thunar_plugin_apr=$enableval], [ac_bm_thunar_plugin_apr=yes])
 AC_MSG_CHECKING([whether to build the thunar-apr plugin])
 AM_CONDITIONAL([THUNAR_PLUGIN_APR], [test x$ac_bm_thunar_plugin_apr = 
xyes])
 AC_MSG_RESULT([$ac_bm_thunar_plugin_apr])
@@ -35,7 +35,7 @@
 AC_DEFUN([BM_THUNAR_PLUGIN_SBR],
 [
 AC_ARG_ENABLE([sbr-plugin], AC_HELP_STRING([--disable-sbr-plugin], [Don't 
build the thunar-sbr plugin, see plugins/thunar-sbr/README]),
-  [ac_bm_thunar_plugin_sbr=$enable_val], [ac_bm_thunar_plugin_sbr=yes])
+  [ac_bm_thunar_plugin_sbr=$enableval], [ac_bm_thunar_plugin_sbr=yes])
 AC_MSG_CHECKING([whether to build the thunar-sbr plugin])
 AM_CONDITIONAL([THUNAR_PLUGIN_SBR], [test x$ac_bm_thunar_plugin_sbr = 
xyes])
 AC_MSG_RESULT([$ac_bm_thunar_plugin_sbr])
@@ -55,7 +55,7 @@
 AC_DEFUN([BM_THUNAR_PLUGIN_TPA],
 [
 AC_ARG_ENABLE([tpa-plugin], AC_HELP_STRING([--disable-tpa-plugin], [Don't 
build the thunar-tpa plugin, see plugins/thunar-tpa/README]),
-  [ac_bm_thunar_plugin_tpa=$enable_val], [ac_bm_thunar_plugin_tpa=yes])
+  [ac_bm_thunar_plugin_tpa=$enableval], [ac_bm_thunar_plugin_tpa=yes])
 if test x$ac_bm_thunar_plugin_tpa = xyes; then
   XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.90],
   [
@@ -84,7 +84,7 @@
 AC_DEFUN([BM_THUNAR_PLUGIN_UCA],
 [
 AC_ARG_ENABLE([uca-plugin], AC_HELP_STRING([--disable-uca-plugin], [Don't 
build the thunar-uca plugin, see plugins/thunar-uca/README]),
-  [ac_bm_thunar_plugin_uca=$enable_val], [ac_bm_thunar_plugin_uca=yes])
+  [ac_bm_thunar_plugin_uca=$enableval], [ac_bm_thunar_plugin_uca=yes])
 AC_MSG_CHECKING([whether to build the thunar-uca plugin])
 AM_CONDITIONAL([THUNAR_PLUGIN_UCA], [test x$ac_bm_thunar_plugin_uca = 
xyes])
 AC_MSG_RESULT([$ac_bm_thunar_plugin_uca])

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


[Xfce4-commits] r24775 - xfce4-session/trunk

2007-01-28 Thread Benedikt Meurer
Author: benny
Date: 2007-01-28 10:47:25 + (Sun, 28 Jan 2007)
New Revision: 24775

Modified:
   xfce4-session/trunk/ChangeLog
   xfce4-session/trunk/configure.in.in
Log:
2007-01-28  Benedikt Meurer [EMAIL PROTECTED]

* configure.in.in: Fix broken version number of libxfcegui4 dependency.
  Bug #2824.




Modified: xfce4-session/trunk/ChangeLog
===
--- xfce4-session/trunk/ChangeLog   2007-01-28 10:44:02 UTC (rev 24774)
+++ xfce4-session/trunk/ChangeLog   2007-01-28 10:47:25 UTC (rev 24775)
@@ -1,3 +1,8 @@
+2007-01-28 Benedikt Meurer [EMAIL PROTECTED]
+
+   * configure.in.in: Fix broken version number of libxfcegui4 dependency.
+ Bug #2824.
+
 2007-01-20 Benedikt Meurer [EMAIL PROTECTED]
 
* configure.in.in: Post-release version bump.

Modified: xfce4-session/trunk/configure.in.in
===
--- xfce4-session/trunk/configure.in.in 2007-01-28 10:44:02 UTC (rev 24774)
+++ xfce4-session/trunk/configure.in.in 2007-01-28 10:47:25 UTC (rev 24775)
@@ -71,7 +71,7 @@
 dnl Check for required packages
 XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.4.0])
 XDT_CHECK_PACKAGE([LIBXFCE4MCS_CLIENT], [libxfce4mcs-client-1.0], [4.4.0])
-XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.4..0])
+XDT_CHECK_PACKAGE([LIBXFCEGUI4], [libxfcegui4-1.0], [4.4.0])
 
 dnl Configure the MCS plugins
 XDT_XFCE_MCS_PLUGIN([XFCE_MCS_MANAGER], [4.4.0])

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


[Xfce4-commits] r24776 - libexo/trunk

2007-01-28 Thread Benedikt Meurer
Author: benny
Date: 2007-01-28 10:56:17 + (Sun, 28 Jan 2007)
New Revision: 24776

Modified:
   libexo/trunk/ChangeLog
   libexo/trunk/configure.in.in
Log:
2007-01-28  Benedikt Meurer [EMAIL PROTECTED]

* configure.in.in: Bump required HAL version to 0.5.7. Bug #2828.




Modified: libexo/trunk/ChangeLog
===
--- libexo/trunk/ChangeLog  2007-01-28 10:47:25 UTC (rev 24775)
+++ libexo/trunk/ChangeLog  2007-01-28 10:56:17 UTC (rev 24776)
@@ -1,3 +1,7 @@
+2007-01-28 Benedikt Meurer [EMAIL PROTECTED]
+
+   * configure.in.in: Bump required HAL version to 0.5.7. Bug #2828.
+
 2007-01-20 Benedikt Meurer [EMAIL PROTECTED]
 
* configure.in.in: Post-release version bump.

Modified: libexo/trunk/configure.in.in
===
--- libexo/trunk/configure.in.in2007-01-28 10:47:25 UTC (rev 24775)
+++ libexo/trunk/configure.in.in2007-01-28 10:56:17 UTC (rev 24776)
@@ -150,7 +150,7 @@
 dnl 
 dnl *** Check for HAL (optional) ***
 dnl 
-XDT_CHECK_OPTIONAL_PACKAGE([HAL], [hal-storage], [0.5.0], [hal], [HAL 
support], [yes])
+XDT_CHECK_OPTIONAL_PACKAGE([HAL], [hal-storage], [0.5.7], [hal], [HAL 
support], [yes])
 if test x$HAL_FOUND = xyes; then
   dnl # substituted into exo-hal-0.3.pc
   HAL_STORAGE_DEPENDENCY=hal-storage

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


[Xfce4-commits] r24777 - in libexo/trunk: . exo

2007-01-28 Thread Benedikt Meurer
Author: benny
Date: 2007-01-28 13:30:43 + (Sun, 28 Jan 2007)
New Revision: 24777

Modified:
   libexo/trunk/ChangeLog
   libexo/trunk/exo/exo-url.c
Log:
2007-01-28  Benedikt Meurer [EMAIL PROTECTED]

* exo/exo-url.c(exo_url_show_on_screen): Apply patch from Peter de
  Ridder [EMAIL PROTECTED] to quote URLs properly prior to
  passing them to external programs. Bug #2791.




Modified: libexo/trunk/ChangeLog
===
--- libexo/trunk/ChangeLog  2007-01-28 10:56:17 UTC (rev 24776)
+++ libexo/trunk/ChangeLog  2007-01-28 13:30:43 UTC (rev 24777)
@@ -1,5 +1,11 @@
 2007-01-28 Benedikt Meurer [EMAIL PROTECTED]
 
+   * exo/exo-url.c(exo_url_show_on_screen): Apply patch from Peter de
+ Ridder [EMAIL PROTECTED] to quote URLs properly prior to
+ passing them to external programs. Bug #2791.
+
+2007-01-28 Benedikt Meurer [EMAIL PROTECTED]
+
* configure.in.in: Bump required HAL version to 0.5.7. Bug #2828.
 
 2007-01-20 Benedikt Meurer [EMAIL PROTECTED]

Modified: libexo/trunk/exo/exo-url.c
===
--- libexo/trunk/exo/exo-url.c  2007-01-28 10:56:17 UTC (rev 24776)
+++ libexo/trunk/exo/exo-url.c  2007-01-28 13:30:43 UTC (rev 24777)
@@ -207,6 +207,7 @@
   gchar   *local_path;
   gchar   *command;
   gchar   *uri;
+  gchar   *quoted_url;
   gint status;
 
   g_return_val_if_fail (url != NULL, FALSE);
@@ -260,10 +261,13 @@
 }
   else
 {
+  /* make a shell quoted url to pass to other applications */
+  quoted_url = g_shell_quote(local_path);
+
   /* but since we have a local file here, maybe the 
org.xfce.FileManager can open it? */
   command = g_strdup_printf (dbus-send --print-reply 
--dest=org.xfce.FileManager 
  /org/xfce/FileManager 
org.xfce.FileManager.Launch 
- string:\%s\ string:\%s\, 
local_path, display_name);
+ string:%s string:\%s\, 
quoted_url, display_name);
   result = (g_spawn_command_line_sync (command, NULL, NULL, 
status, NULL)  status == 0);
   g_free (command);
 
@@ -271,7 +275,7 @@
   if (G_UNLIKELY (!result))
 {
   /* but hey, we know that Thunar can open local files, so 
give it a go */
-  command = g_strdup_printf (Thunar --display=\%s\ \%s\, 
display_name, local_path);
+  command = g_strdup_printf (Thunar --display=\%s\ %s, 
display_name, quoted_url);
   result = g_spawn_command_line_async (command, NULL);
   g_free (command);
 }
@@ -280,7 +284,7 @@
   if (G_UNLIKELY (!result))
 {
   /* gnome-open is also worth a try, since it uses the 
standard applications database */
-  command = g_strdup_printf (env DISPLAY=\%s\ gnome-open 
\%s\, display_name, local_path);
+  command = g_strdup_printf (env DISPLAY=\%s\ gnome-open 
%s, display_name, quoted_url);
   result = (g_spawn_command_line_sync (command, NULL, NULL, 
status, NULL)  status == 0);
   g_free (command);
 }
@@ -292,6 +296,9 @@
   g_set_error (error, EXO_URL_ERROR, 
EXO_URL_ERROR_NOT_SUPPORTED,
_(Unable to open \%s\), local_path);
 }
+
+/* release the quoted_url as it is no longer needed */
+g_free(quoted_url);
 }
 
   /* release the local path and the display name */
@@ -302,11 +309,17 @@
   return result;
 }
 
+  /* make a shell quoted url to pass to other applications */
+  quoted_url = g_shell_quote(url);
+
   /* not a local path, and not something that we support, but maybe 
gnome-open knows what to do */
-  command = g_strdup_printf (env DISPLAY=\%s\ gnome-open \%s\, 
display_name, url);
+  command = g_strdup_printf (env DISPLAY=\%s\ gnome-open %s, 
display_name, quoted_url);
   result = (g_spawn_command_line_sync (command, NULL, NULL, status, NULL) 
 status == 0);
   g_free (command);
 
+  /* release the quoted_url as it is no longer needed */
+  g_free(quoted_url);
+
   /* check if gnome-open handled the URL */
   if (G_UNLIKELY (!result))
 {

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


[Xfce4-commits] r24694 - in libxfce4util/trunk: . libxfce4util

2007-01-22 Thread Benedikt Meurer
Author: benny
Date: 2007-01-22 14:12:39 + (Mon, 22 Jan 2007)
New Revision: 24694

Added:
   libxfce4util/trunk/libxfce4util/xfce-private.h
Modified:
   libxfce4util/trunk/ChangeLog
   libxfce4util/trunk/libxfce4util/Makefile.am
   libxfce4util/trunk/libxfce4util/libxfce4util-config.h.in
   libxfce4util/trunk/libxfce4util/xfce-rc-config.c
   libxfce4util/trunk/libxfce4util/xfce-rc-simple.c
   libxfce4util/trunk/libxfce4util/xfce-rc.c
   libxfce4util/trunk/libxfce4util/xfce-rc.h
Log:
2007-01-22  Benedikt Meurer [EMAIL PROTECTED]

* libxfce4util/: Do not use GMemChunk for XfceRc module as that leaks
  all of its memory starting with GLib 2.10. Bug #2427.




Modified: libxfce4util/trunk/ChangeLog
===
--- libxfce4util/trunk/ChangeLog2007-01-22 04:00:36 UTC (rev 24693)
+++ libxfce4util/trunk/ChangeLog2007-01-22 14:12:39 UTC (rev 24694)
@@ -1,3 +1,8 @@
+2007-01-22 Benedikt Meurer [EMAIL PROTECTED]
+
+   * libxfce4util/: Do not use GMemChunk for XfceRc module as that leaks
+ all of its memory starting with GLib 2.10. Bug #2427.
+
 2007-01-20 Benedikt Meurer [EMAIL PROTECTED]
 
* configure.in.in: Post-release version bump.

Modified: libxfce4util/trunk/libxfce4util/Makefile.am
===
--- libxfce4util/trunk/libxfce4util/Makefile.am 2007-01-22 04:00:36 UTC (rev 
24693)
+++ libxfce4util/trunk/libxfce4util/Makefile.am 2007-01-22 14:12:39 UTC (rev 
24694)
@@ -62,6 +62,7 @@
xfce-kiosk.c\
xfce-license.c  \
xfce-miscutils.c\
+   xfce-private.h  \
xfce-rc.c   \
xfce-rc-config.c\
xfce-rc-private.h   \

Modified: libxfce4util/trunk/libxfce4util/libxfce4util-config.h.in
===
--- libxfce4util/trunk/libxfce4util/libxfce4util-config.h.in2007-01-22 
04:00:36 UTC (rev 24693)
+++ libxfce4util/trunk/libxfce4util/libxfce4util-config.h.in2007-01-22 
14:12:39 UTC (rev 24694)
@@ -1,6 +1,6 @@
 /* $Id$ */
 /*-
- * Copyright (c) 2003-2006 Benedikt Meurer [EMAIL PROTECTED]
+ * Copyright (c) 2003-2007 Benedikt Meurer [EMAIL PROTECTED]
  * All rights reserved.
  *
  * This library is free software; you can redistribute it and/or
@@ -46,6 +46,15 @@
 extern const guint libxfce4util_minor_version;
 extern const guint libxfce4util_micro_version;
 
+/* verify that G_GNUC_WARN_UNUSED_RESULT is defined */
+#if !defined(G_GNUC_WARN_UNUSED_RESULT)
+#if __GNUC__  3 || (__GNUC__ == 3  __GNUC_MINOR__ = 4)
+#define G_GNUC_WARN_UNUSED_RESULT __attribute__((warn_unused_result))
+#else
+#define G_GNUC_WARN_UNUSED_RESULT
+#endif /* __GNUC__ */
+#endif /* !defined(G_GNUC_WARN_UNUSED_RESULT) */
+
 G_END_DECLS;
 
 #endif /* !__LIBXFCE4UTIL_CONFIG_H__ */

Copied: libxfce4util/trunk/libxfce4util/xfce-private.h (from rev 24693, 
libxfce4util/trunk/libxfce4util/xfce-rc.h)
===
--- libxfce4util/trunk/libxfce4util/xfce-private.h  
(rev 0)
+++ libxfce4util/trunk/libxfce4util/xfce-private.h  2007-01-22 14:12:39 UTC 
(rev 24694)
@@ -0,0 +1,88 @@
+/* $Id$ */
+/*-
+ * Copyright (c) 2003-2007 Benedikt Meurer [EMAIL PROTECTED]
+ * All rights reserved.
+ *
+ * This library is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU Library General Public
+ * License as published by the Free Software Foundation; either
+ * version 2 of the License, or (at your option) any later version.
+ *
+ * This library is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * Library General Public License for more details.
+ *
+ * You should have received a copy of the GNU Library General Public
+ * License along with this library; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ */
+
+#if !defined(LIBXFCE4UTIL_INSIDE_LIBXFCE4UTIL_H)  
!defined(LIBXFCE4UTIL_COMPILATION)
+#error Only libxfce4util/libxfce4util.h can be included directly, this file 
may disappear or change contents
+#endif
+
+#ifndef __XFCE_PRIVATE_H__
+#define __XFCE_PRIVATE_H__
+
+#include glib-object.h
+
+G_BEGIN_DECLS;
+
+/* support macros for debugging */
+#ifndef NDEBUG
+#define _xfce_assert(expr)  g_assert (expr)
+#define _xfce_assert_not_reached()  g_assert_not_reached ()
+#define _xfce_return_if_fail(expr

[Xfce4-commits] r24696 - in libxfce4util/trunk: . libxfce4util

2007-01-22 Thread Benedikt Meurer
Author: benny
Date: 2007-01-22 17:08:05 + (Mon, 22 Jan 2007)
New Revision: 24696

Modified:
   libxfce4util/trunk/ChangeLog
   libxfce4util/trunk/libxfce4util/xfce-rc-simple.c
Log:
2007-01-22  Benedikt Meurer [EMAIL PROTECTED]

* libxfce4util/xfce-rc-simple.c(_xfce_rc_simple_delete_group): Fix
  buglet when deleting groups.




Modified: libxfce4util/trunk/ChangeLog
===
--- libxfce4util/trunk/ChangeLog2007-01-22 14:54:30 UTC (rev 24695)
+++ libxfce4util/trunk/ChangeLog2007-01-22 17:08:05 UTC (rev 24696)
@@ -1,5 +1,10 @@
 2007-01-22 Benedikt Meurer [EMAIL PROTECTED]
 
+   * libxfce4util/xfce-rc-simple.c(_xfce_rc_simple_delete_group): Fix
+ buglet when deleting groups.
+
+2007-01-22 Benedikt Meurer [EMAIL PROTECTED]
+
* libxfce4util/: Do not use GMemChunk for XfceRc module as that leaks
  all of its memory starting with GLib 2.10. Bug #2427.
 

Modified: libxfce4util/trunk/libxfce4util/xfce-rc-simple.c
===
--- libxfce4util/trunk/libxfce4util/xfce-rc-simple.c2007-01-22 14:54:30 UTC 
(rev 24695)
+++ libxfce4util/trunk/libxfce4util/xfce-rc-simple.c2007-01-22 17:08:05 UTC 
(rev 24696)
@@ -872,6 +872,8 @@
 {
   XfceRcSimple *simple = XFCE_RC_SIMPLE (rc);
   Group*group;
+  Entry*entry;
+  Entry*next;
 
   if (name == NULL)
 name = NULL_GROUP;
@@ -883,6 +885,11 @@
   if (simple-group == group || strcmp (name, NULL_GROUP) == 0)
 {
   /* don't delete current group or the default group, just clear 
them */
+  for (entry = group-efirst; entry != NULL; entry = next)
+{
+  next = entry-next;
+  simple_entry_free (entry);
+}
   group-efirst = group-elast = NULL;
 }
   else
@@ -896,11 +903,11 @@
 group-next-prev = group-prev;
   else
 simple-glast = group-prev;
+
+  /* delete this group */
+  simple_group_free (group);
 }
 
-  /* delete this group */
-  simple_group_free (group);
-
   simple-dirty = TRUE;
   break;
 }

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


[Xfce4-commits] r24684 - in xfce-installers/trunk: . thunar xfce44

2007-01-21 Thread Benedikt Meurer
Author: benny
Date: 2007-01-21 12:48:02 + (Sun, 21 Jan 2007)
New Revision: 24684

Added:
   xfce-installers/trunk/thunar/thunar-bundle.xml
Modified:
   xfce-installers/trunk/ChangeLog
   xfce-installers/trunk/thunar/
   xfce-installers/trunk/thunar/Makefile
   xfce-installers/trunk/thunar/thunar.xml
   xfce-installers/trunk/xfce44/solaris-Xresources.xfce4
   xfce-installers/trunk/xfce44/solaris-Xsession.xfce4
   xfce-installers/trunk/xfce44/xfce44.xml
Log:
2007-01-20  Benedikt Meurer [EMAIL PROTECTED]

* thunar/, xfce/: Update the Thunar and Xfce installers.




Modified: xfce-installers/trunk/ChangeLog
===
--- xfce-installers/trunk/ChangeLog 2007-01-21 11:53:44 UTC (rev 24683)
+++ xfce-installers/trunk/ChangeLog 2007-01-21 12:48:02 UTC (rev 24684)
@@ -1,3 +1,7 @@
+2007-01-20 Benedikt Meurer [EMAIL PROTECTED]
+
+   * thunar/, xfce/: Update the Thunar and Xfce installers.
+
 2007-01-19 Benedikt Meurer [EMAIL PROTECTED]
 
* terminal/: Update the terminal installer xml.


Property changes on: xfce-installers/trunk/thunar
___
Name: svn:ignore
   - *.run
release


   + *.run
release
release-bundle



Modified: xfce-installers/trunk/thunar/Makefile
===
--- xfce-installers/trunk/thunar/Makefile   2007-01-21 11:53:44 UTC (rev 
24683)
+++ xfce-installers/trunk/thunar/Makefile   2007-01-21 12:48:02 UTC (rev 
24684)
@@ -1,6 +1,6 @@
 # $Id$
 #
-# Copyright (c) 2003-2006 os-cillation
+# Copyright (c) 2003-2007 os-cillation
 # All rights reserved.
 #
 # Written by Benedikt Meurer [EMAIL PROTECTED]
@@ -24,7 +24,11 @@
 all: build
 
 build:
+   i2t-generate thunar-bundle.xml
i2t-generate thunar.xml
 
 export:
 
+clean:
+   rm -f *.run
+

Copied: xfce-installers/trunk/thunar/thunar-bundle.xml (from rev 24680, 
xfce-installers/trunk/thunar/thunar.xml)
===
--- xfce-installers/trunk/thunar/thunar-bundle.xml  
(rev 0)
+++ xfce-installers/trunk/thunar/thunar-bundle.xml  2007-01-21 12:48:02 UTC 
(rev 24684)
@@ -0,0 +1,162 @@
+?xml version=1.0 encoding=UTF-8?
+
+installer
+
+  i2t:application
+nameThunar-Bundle/name
+titleThunar Bundle/title
+version0.8.0/version
+image name=iconicon.png/image
+  /i2t:application
+
+  !--
+i2t:help type=urlhttp://www.os-cillation.com//i2t:help
+  --
+
+  i2t:dependencies
+dependency type=package
+  nameglib-2.0/name
+  version2.6.4/version
+  description
+The Glib library provides useful routines for C programs. Version 
2.6.4 is required here,
+because earlier versions of the 2.6 branch had a critical bug that 
caused programs to crash.
+Debian/Ubuntu users should install the libglib2.0-dev package.
+  /description
+/dependency
+
+dependency type=package
+  namegtk+-2.0/name
+  version2.6.0/version
+  description
+The GTK+ library provides widgets used for the user interface of all 
Xfce applications.
+Debian/Ubuntu users should install the libgtk2.0-dev package.
+  /description
+/dependency
+
+dependency type=package
+  namelibpng12/name
+  version1.2.0/version
+  description
+The PNG library is used to implement the Thumbnail Management 
Standard, which uses PNG to store
+thumbnails and associated data. Debian/Ubuntu users should install the 
libpng12-dev package.
+  /description
+/dependency
+
+dependency type=package
+  namehal-storage/name
+  version0.5.0/version
+  description
+This package provides support for the Hardware Abstraction Layer (HAL) 
in Xfce. This enables
+support for removable media in Thunar and xfdesktop, support to 
shutdown the computer via HAL
+and automatic management of removable devices. Debian/Ubuntu users 
should install the
+libhal-storage-dev package.
+  /description
+/dependency
+
+dependency type=package
+  namedbus-glib-1/name
+  version0.34/version
+  description
+This package provides support for the D-BUS message daemon, which is 
used for interprocess
+communication of the various parts of the desktop and to talk to the 
HAL daemon. Especially
+for HAL support you will need both this package and the hal-storage 
package above. Debian/Ubuntu
+users should install the libdbus-glib-1-dev package.
+  /description
+/dependency
+
+dependency type=package
+  nametaglib/name
+  version1.4/version
+  description
+This package is required by the media tags plugin to extract and save 
the tags stored within audio
+files. Debian/Ubuntu users should install the libtag1-dev package.
+  /description
+/dependency

[Xfce4-commits] r24686 - xfce4-icon-theme/trunk

2007-01-21 Thread Benedikt Meurer
Author: benny
Date: 2007-01-21 17:59:28 + (Sun, 21 Jan 2007)
New Revision: 24686

Modified:
   xfce4-icon-theme/trunk/configure.in.in
Log:
Fix version handling.

Modified: xfce4-icon-theme/trunk/configure.in.in
===
--- xfce4-icon-theme/trunk/configure.in.in  2007-01-21 14:08:17 UTC (rev 
24685)
+++ xfce4-icon-theme/trunk/configure.in.in  2007-01-21 17:59:28 UTC (rev 
24686)
@@ -11,7 +11,7 @@
 m4_define([xit_version_minor], [4])
 m4_define([xit_version_micro], [0])
 m4_define([xit_version_nano], [])
-m4_define([xit_version], 
[xit_version_major().xit_version_minor().xit_version_micro().xit_version_nano()])
+m4_define([xit_version], 
[xit_version_major().xit_version_minor().xit_version_micro()ifelse(xit_version_nano(),
 [], [], [.xit_version_nano()])])
 
 
 dnl # DO NOT MODIFY ANYTHING BELOW THIS LINE, UNLESS YOU KNOW WHAT

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


[Xfce4-commits] r24687 - xfce4-icon-theme/tags/xfce_4_4_0

2007-01-21 Thread Benedikt Meurer
Author: benny
Date: 2007-01-21 18:01:24 + (Sun, 21 Jan 2007)
New Revision: 24687

Modified:
   xfce4-icon-theme/tags/xfce_4_4_0/configure.in.in
Log:
Fix version handling.

Modified: xfce4-icon-theme/tags/xfce_4_4_0/configure.in.in
===
--- xfce4-icon-theme/tags/xfce_4_4_0/configure.in.in2007-01-21 17:59:28 UTC 
(rev 24686)
+++ xfce4-icon-theme/tags/xfce_4_4_0/configure.in.in2007-01-21 18:01:24 UTC 
(rev 24687)
@@ -11,7 +11,7 @@
 m4_define([xit_version_minor], [4])
 m4_define([xit_version_micro], [0])
 m4_define([xit_version_nano], [])
-m4_define([xit_version], 
[xit_version_major().xit_version_minor().xit_version_micro().xit_version_nano()])
+m4_define([xit_version], 
[xit_version_major().xit_version_minor().xit_version_micro()ifelse(xit_version_nano(),
 [], [], [.xit_version_nano()])])
 
 
 dnl # DO NOT MODIFY ANYTHING BELOW THIS LINE, UNLESS YOU KNOW WHAT

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


[Xfce4-commits] r24688 - mousepad/trunk

2007-01-21 Thread Benedikt Meurer
Author: benny
Date: 2007-01-21 19:04:02 + (Sun, 21 Jan 2007)
New Revision: 24688

Modified:
   mousepad/trunk/configure.in.in
Log:
Ok, this time it's really 0.2.12!



Modified: mousepad/trunk/configure.in.in
===
--- mousepad/trunk/configure.in.in  2007-01-21 18:01:24 UTC (rev 24687)
+++ mousepad/trunk/configure.in.in  2007-01-21 19:04:02 UTC (rev 24688)
@@ -9,9 +9,9 @@
 dnl ***
 m4_define([mp_version_major], [0])
 m4_define([mp_version_minor], [2])
-m4_define([mp_version_micro], [13])
+m4_define([mp_version_micro], [12])
 m4_define([mp_version_build], [EMAIL PROTECTED]@])
-m4_define([mp_version_tag], [svn])
+m4_define([mp_version_tag], [])
 m4_define([mp_version], 
[mp_version_major().mp_version_minor().mp_version_micro()ifelse(mp_version_tag(),
 [svn], [mp_version_tag()-mp_version_build()], [mp_version_tag()])])
 
 dnl ***

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


[Xfce4-commits] r24689 - mousepad/tags

2007-01-21 Thread Benedikt Meurer
Author: benny
Date: 2007-01-21 19:04:38 + (Sun, 21 Jan 2007)
New Revision: 24689

Added:
   mousepad/tags/mousepad-0.2.12/
Log:
Tag 0.2.12 release (really!)

Copied: mousepad/tags/mousepad-0.2.12 (from rev 24688, mousepad/trunk)

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


[Xfce4-commits] r24690 - mousepad/tags

2007-01-21 Thread Benedikt Meurer
Author: benny
Date: 2007-01-21 19:05:14 + (Sun, 21 Jan 2007)
New Revision: 24690

Modified:
   mousepad/tags/xfce_4_4_0
Log:
Fix xfce_4_4_0 tag link.

Modified: mousepad/tags/xfce_4_4_0
===
--- mousepad/tags/xfce_4_4_02007-01-21 19:04:38 UTC (rev 24689)
+++ mousepad/tags/xfce_4_4_02007-01-21 19:05:14 UTC (rev 24690)
@@ -1 +1 @@
-link mousepad-0.2.10
\ No newline at end of file
+link mousepad-0.2.12
\ No newline at end of file

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


[Xfce4-commits] r24691 - mousepad/trunk

2007-01-21 Thread Benedikt Meurer
Author: benny
Date: 2007-01-21 19:10:07 + (Sun, 21 Jan 2007)
New Revision: 24691

Modified:
   mousepad/trunk/configure.in.in
Log:
Back to life...

Modified: mousepad/trunk/configure.in.in
===
--- mousepad/trunk/configure.in.in  2007-01-21 19:05:14 UTC (rev 24690)
+++ mousepad/trunk/configure.in.in  2007-01-21 19:10:07 UTC (rev 24691)
@@ -9,9 +9,9 @@
 dnl ***
 m4_define([mp_version_major], [0])
 m4_define([mp_version_minor], [2])
-m4_define([mp_version_micro], [12])
+m4_define([mp_version_micro], [13])
 m4_define([mp_version_build], [EMAIL PROTECTED]@])
-m4_define([mp_version_tag], [])
+m4_define([mp_version_tag], [svn])
 m4_define([mp_version], 
[mp_version_major().mp_version_minor().mp_version_micro()ifelse(mp_version_tag(),
 [svn], [mp_version_tag()-mp_version_build()], [mp_version_tag()])])
 
 dnl ***

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


[Xfce4-commits] r24608 - xfce4-dev-tools/trunk

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 09:26:41 + (Sat, 20 Jan 2007)
New Revision: 24608

Modified:
   xfce4-dev-tools/trunk/ChangeLog
   xfce4-dev-tools/trunk/NEWS
   xfce4-dev-tools/trunk/configure.in.in
Log:
2007-01-20  Benedikt Meurer [EMAIL PROTECTED]

* === Released 4.4.0 ===
* NEWS, configure.in.in: Bump version.




Modified: xfce4-dev-tools/trunk/ChangeLog
===
--- xfce4-dev-tools/trunk/ChangeLog 2007-01-20 04:21:18 UTC (rev 24607)
+++ xfce4-dev-tools/trunk/ChangeLog 2007-01-20 09:26:41 UTC (rev 24608)
@@ -1,3 +1,8 @@
+2007-01-20 Benedikt Meurer [EMAIL PROTECTED]
+
+   * === Released 4.4.0 ===
+   * NEWS, configure.in.in: Bump version.
+
 2007-01-15 Benedikt Meurer [EMAIL PROTECTED]
 
* scripts/xdt-autogen.in: Apply patch from Olivier Fourdan

Modified: xfce4-dev-tools/trunk/NEWS
===
--- xfce4-dev-tools/trunk/NEWS  2007-01-20 04:21:18 UTC (rev 24607)
+++ xfce4-dev-tools/trunk/NEWS  2007-01-20 09:26:41 UTC (rev 24608)
@@ -1,3 +1,8 @@
+4.4.0
+=
+- Add support for the latest GNU autotools (Bug #2755).
+- Make sure xgettext uses UTF-8 encoding for source files.
+
 4.3.99.2
 
 - No changes for Xfce 4.4.0 RC2.

Modified: xfce4-dev-tools/trunk/configure.in.in
===
--- xfce4-dev-tools/trunk/configure.in.in   2007-01-20 04:21:18 UTC (rev 
24607)
+++ xfce4-dev-tools/trunk/configure.in.in   2007-01-20 09:26:41 UTC (rev 
24608)
@@ -1,6 +1,6 @@
 dnl $Id$
 dnl
-dnl Copyright (c) 2002-2006
+dnl Copyright (c) 2002-2007
 dnl The Xfce development team. All rights reserved.
 dnl
 dnl Written for Xfce by Benedikt Meurer [EMAIL PROTECTED].
@@ -10,11 +10,11 @@
 dnl *** Version information ***
 dnl ***
 m4_define([xdt_version_major], [4])
-m4_define([xdt_version_minor], [3])
-m4_define([xdt_version_micro], [99])
-m4_define([xdt_version_nano], [3])
+m4_define([xdt_version_minor], [4])
+m4_define([xdt_version_micro], [0])
+m4_define([xdt_version_nano], [])
 m4_define([xdt_version_build], [EMAIL PROTECTED]@])
-m4_define([xdt_version_tag], [svn])
+m4_define([xdt_version_tag], [])
 m4_define([xdt_version], 
[xdt_version_major().xdt_version_minor().xdt_version_micro()ifelse(xdt_version_nano(),
 [], [], [.xdt_version_nano()])ifelse(xdt_version_tag(), [svn], 
[xdt_version_tag()-xdt_version_build()], [])])
 
 
@@ -26,7 +26,7 @@
 dnl *** Initialize autoconf ***
 dnl ***
 AC_INIT([xfce4-dev-tools], [xdt_version()], [EMAIL PROTECTED])
-AC_COPYRIGHT([Copyright (c) 2002-2006
+AC_COPYRIGHT([Copyright (c) 2002-2007
 The Xfce development team. All rights reserved.
 
 Written for Xfce by Benedikt Meurer [EMAIL PROTECTED].])

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


[Xfce4-commits] r24609 - xfce4-dev-tools/tags

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 09:27:28 + (Sat, 20 Jan 2007)
New Revision: 24609

Added:
   xfce4-dev-tools/tags/xfce_4_4_0/
Log:
Tag 4.4.0 release.

Copied: xfce4-dev-tools/tags/xfce_4_4_0 (from rev 24608, xfce4-dev-tools/trunk)

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


[Xfce4-commits] r24611 - in libxfce4util/trunk: . docs docs/tmpl po

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 09:55:09 + (Sat, 20 Jan 2007)
New Revision: 24611

Added:
   libxfce4util/trunk/THANKS
Modified:
   libxfce4util/trunk/ChangeLog
   libxfce4util/trunk/INSTALL
   libxfce4util/trunk/Makefile.am
   libxfce4util/trunk/NEWS
   libxfce4util/trunk/configure.in.in
   libxfce4util/trunk/docs/libxfce4util-docs.sgml
   libxfce4util/trunk/docs/tmpl/debug.sgml
   libxfce4util/trunk/docs/tmpl/libxfce4util-config.sgml
   libxfce4util/trunk/docs/tmpl/xfce-desktopentry.sgml
   libxfce4util/trunk/docs/tmpl/xfce-fileutils.sgml
   libxfce4util/trunk/docs/tmpl/xfce-generics.sgml
   libxfce4util/trunk/docs/tmpl/xfce-i18n.sgml
   libxfce4util/trunk/docs/tmpl/xfce-kiosk.sgml
   libxfce4util/trunk/docs/tmpl/xfce-license.sgml
   libxfce4util/trunk/docs/tmpl/xfce-miscutils.sgml
   libxfce4util/trunk/docs/tmpl/xfce-rc.sgml
   libxfce4util/trunk/docs/tmpl/xfce-resource.sgml
   libxfce4util/trunk/docs/tmpl/xfce-utf8.sgml
   libxfce4util/trunk/po/
   libxfce4util/trunk/po/ChangeLog
   libxfce4util/trunk/po/ca.po
   libxfce4util/trunk/po/cs.po
   libxfce4util/trunk/po/cy.po
   libxfce4util/trunk/po/de.po
   libxfce4util/trunk/po/dz.po
   libxfce4util/trunk/po/eu.po
   libxfce4util/trunk/po/fi.po
   libxfce4util/trunk/po/fr.po
   libxfce4util/trunk/po/gl.po
   libxfce4util/trunk/po/he.po
   libxfce4util/trunk/po/ja.po
   libxfce4util/trunk/po/ka.po
   libxfce4util/trunk/po/ko.po
   libxfce4util/trunk/po/lt.po
   libxfce4util/trunk/po/mk.po
   libxfce4util/trunk/po/nl.po
   libxfce4util/trunk/po/pl.po
   libxfce4util/trunk/po/pt_BR.po
   libxfce4util/trunk/po/uk.po
Log:
2007-01-20  Benedikt Meurer [EMAIL PROTECTED]

* === Released 4.4.0 ===
* NEWS, configure.in.in: Bump version.
* po/*.po: Update Project-Id-Version.
* THANKS, Makefile.am: Add translator credits.




Modified: libxfce4util/trunk/ChangeLog
===
--- libxfce4util/trunk/ChangeLog2007-01-20 09:28:35 UTC (rev 24610)
+++ libxfce4util/trunk/ChangeLog2007-01-20 09:55:09 UTC (rev 24611)
@@ -1,3 +1,10 @@
+2007-01-20 Benedikt Meurer [EMAIL PROTECTED]
+
+   * === Released 4.4.0 ===
+   * NEWS, configure.in.in: Bump version.
+   * po/*.po: Update Project-Id-Version.
+   * THANKS, Makefile.am: Add translator credits.
+
 2006-11-04 Benedikt Meurer [EMAIL PROTECTED]
 
* configure.in.in: Post-release version bump.

Modified: libxfce4util/trunk/INSTALL
===
--- libxfce4util/trunk/INSTALL  2007-01-20 09:28:35 UTC (rev 24610)
+++ libxfce4util/trunk/INSTALL  2007-01-20 09:55:09 UTC (rev 24611)
@@ -1,8 +1,8 @@
 Installation Instructions
 *
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006 Free Software Foundation, Inc.
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004 Free
+Software Foundation, Inc.
 
 This file is free documentation; the Free Software Foundation gives
 unlimited permission to copy, distribute and modify it.
@@ -10,10 +10,7 @@
 Basic Installation
 ==
 
-Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
-more-detailed instructions are generic; see the `README' file for
-instructions specific to this package.
+These are generic installation instructions.
 
The `configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
@@ -26,9 +23,9 @@
 
It can also use an optional file (typically called `config.cache'
 and enabled with `--cache-file=config.cache' or simply `-C') that saves
-the results of its tests to speed up reconfiguring.  Caching is
+the results of its tests to speed up reconfiguring.  (Caching is
 disabled by default to prevent problems with accidental use of stale
-cache files.
+cache files.)
 
If you need to do unusual things to compile the package, please try
 to figure out how `configure' could check whether to do them, and mail
@@ -38,17 +35,20 @@
 may remove or edit it.
 
The file `configure.ac' (or `configure.in') is used to create
-`configure' by a program called `autoconf'.  You need `configure.ac' if
-you want to change it or regenerate `configure' using a newer version
-of `autoconf'.
+`configure' by a program called `autoconf'.  You only need
+`configure.ac' if you want to change it or regenerate `configure' using
+a newer version of `autoconf'.
 
 The simplest way to compile this package is:
 
   1. `cd' to the directory containing the package's source code and type
- `./configure' to configure the package for your system.
+ `./configure' to configure the package for your system.  If you're
+ using `csh' on an old version of System V, you might need to type
+ `sh ./configure' instead to prevent `csh' from trying to execute
+ `configure' itself

[Xfce4-commits] r24612 - libxfce4util/tags

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 09:55:49 + (Sat, 20 Jan 2007)
New Revision: 24612

Added:
   libxfce4util/tags/xfce_4_4_0/
Log:
Tag 4.4.0 release.

Copied: libxfce4util/tags/xfce_4_4_0 (from rev 24611, libxfce4util/trunk)

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


[Xfce4-commits] r24613 - libxfce4util/trunk

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 09:57:26 + (Sat, 20 Jan 2007)
New Revision: 24613

Modified:
   libxfce4util/trunk/ChangeLog
   libxfce4util/trunk/configure.in.in
Log:
2007-01-20  Benedikt Meurer [EMAIL PROTECTED]

* configure.in.in: Post-release version bump.




Modified: libxfce4util/trunk/ChangeLog
===
--- libxfce4util/trunk/ChangeLog2007-01-20 09:55:49 UTC (rev 24612)
+++ libxfce4util/trunk/ChangeLog2007-01-20 09:57:26 UTC (rev 24613)
@@ -1,5 +1,9 @@
 2007-01-20 Benedikt Meurer [EMAIL PROTECTED]
 
+   * configure.in.in: Post-release version bump.
+
+2007-01-20 Benedikt Meurer [EMAIL PROTECTED]
+
* === Released 4.4.0 ===
* NEWS, configure.in.in: Bump version.
* po/*.po: Update Project-Id-Version.

Modified: libxfce4util/trunk/configure.in.in
===
--- libxfce4util/trunk/configure.in.in  2007-01-20 09:55:49 UTC (rev 24612)
+++ libxfce4util/trunk/configure.in.in  2007-01-20 09:57:26 UTC (rev 24613)
@@ -14,9 +14,9 @@
 m4_define([libxfce4util_version_major], [4])
 m4_define([libxfce4util_version_minor], [4])
 m4_define([libxfce4util_version_micro], [0])
-m4_define([libxfce4util_version_nano], [])   dnl leave this empty to have no 
nano version
+m4_define([libxfce4util_version_nano], [1])   dnl leave this empty to have no 
nano version
 m4_define([libxfce4util_version_build], [EMAIL PROTECTED]@])
-m4_define([libxfce4util_version_tag], [])
+m4_define([libxfce4util_version_tag], [svn])
 m4_define([libxfce4util_version], 
[libxfce4util_version_major().libxfce4util_version_minor().libxfce4util_version_micro()ifelse(libxfce4util_version_nano(),
 [], [], [.libxfce4util_version_nano()])ifelse(libxfce4util_version_tag(), 
[svn], [libxfce4util_version_tag()-libxfce4util_version_build()], [])])
 
 dnl **

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


[Xfce4-commits] r24614 - in thunar/trunk: . docs/manual docs/manual/pl docs/manual/pl/images

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 10:43:23 + (Sat, 20 Jan 2007)
New Revision: 24614

Added:
   thunar/trunk/docs/manual/pl/
Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/configure.in.in
   thunar/trunk/docs/manual/Makefile.am
   thunar/trunk/docs/manual/pl/Makefile.am
   thunar/trunk/docs/manual/pl/images/Makefile.am
Log:
2007-01-20  Benedikt Meurer [EMAIL PROTECTED]

* configure.in.in, docs/manual/: Integrate the polish translations
  of the user manual.




Modified: thunar/trunk/ChangeLog
===
--- thunar/trunk/ChangeLog  2007-01-20 09:57:26 UTC (rev 24613)
+++ thunar/trunk/ChangeLog  2007-01-20 10:43:23 UTC (rev 24614)
@@ -1,3 +1,8 @@
+2007-01-20 Benedikt Meurer [EMAIL PROTECTED]
+
+   * configure.in.in, docs/manual/: Integrate the polish translations
+ of the user manual.
+
 2007-01-18 Benedikt Meurer [EMAIL PROTECTED]
 
* thunar-vfs/thunar-vfs-volume-hal.c(thunar_vfs_volume_hal_update):

Modified: thunar/trunk/configure.in.in
===
--- thunar/trunk/configure.in.in2007-01-20 09:57:26 UTC (rev 24613)
+++ thunar/trunk/configure.in.in2007-01-20 10:43:23 UTC (rev 24614)
@@ -427,6 +427,9 @@
 docs/manual/ja/Makefile
 docs/manual/ja/Thunar.xml
 docs/manual/ja/images/Makefile
+docs/manual/pl/Makefile
+docs/manual/pl/Thunar.xml
+docs/manual/pl/images/Makefile
 docs/manual/ru/Makefile
 docs/manual/ru/Thunar.xml
 docs/manual/ru/images/Makefile

Modified: thunar/trunk/docs/manual/Makefile.am
===
--- thunar/trunk/docs/manual/Makefile.am2007-01-20 09:57:26 UTC (rev 
24613)
+++ thunar/trunk/docs/manual/Makefile.am2007-01-20 10:43:23 UTC (rev 
24614)
@@ -6,6 +6,7 @@
eu  \
fr  \
ja  \
+   pl  \
ru  \
zh_TW
 

Copied: thunar/trunk/docs/manual/pl (from rev 24613, 
thunar/trunk/docs/manual/ja)

Modified: thunar/trunk/docs/manual/pl/Makefile.am
===
--- thunar/trunk/docs/manual/ja/Makefile.am 2007-01-20 09:57:26 UTC (rev 
24613)
+++ thunar/trunk/docs/manual/pl/Makefile.am 2007-01-20 10:43:23 UTC (rev 
24614)
@@ -3,7 +3,7 @@
 SUBDIRS =  \
images
 
-TARGET_DIR = $(datadir)/doc/Thunar/html/ja
+TARGET_DIR = $(datadir)/doc/Thunar/html/pl
 STYLESHEET = ../thunar.xsl
 DOCUMENT = Thunar.xml
 

Modified: thunar/trunk/docs/manual/pl/images/Makefile.am
===
--- thunar/trunk/docs/manual/ja/images/Makefile.am  2007-01-20 09:57:26 UTC 
(rev 24613)
+++ thunar/trunk/docs/manual/pl/images/Makefile.am  2007-01-20 10:43:23 UTC 
(rev 24614)
@@ -1,6 +1,6 @@
 # $Id$
 
-imagesdir = $(datadir)/doc/Thunar/html/ja/images
+imagesdir = $(datadir)/doc/Thunar/html/pl/images
 images_DATA =  \
bulk-rename.png \
file-manager-window.png \

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


[Xfce4-commits] r24630 - in terminal/trunk: . po po-doc terminal

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

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

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




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

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

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

Modified: terminal/trunk/configure.in.in
===
--- terminal/trunk/configure.in.in  2007-01-20 14:07:31 UTC (rev 24629)
+++ terminal/trunk/configure.in.in  2007-01-20 14:29:37 UTC (rev 24630)
@@ -1,6 +1,6 @@
 dnl $Id$
 dnl
-dnl Copyright (c) 2003-2006
+dnl Copyright (c) 2003-2007
 dnl os-cillation e.K. All rights reserved.
 dnl
 dnl Written by Benedikt Meurer [EMAIL PROTECTED].
@@ -11,10 +11,10 @@
 dnl ***
 m4_define([terminal_version_major], [0])
 m4_define([terminal_version_minor], [2])
-m4_define([terminal_version_micro], [5])
-m4_define([terminal_version_nano], [9])
+m4_define([terminal_version_micro], [6])
+m4_define([terminal_version_nano], [])
 m4_define([terminal_version_build], [EMAIL PROTECTED]@])
-m4_define([terminal_version_tag], [svn])
+m4_define([terminal_version_tag], [])
 m4_define([terminal_version_dbus], [3])
 m4_define

[Xfce4-commits] r24632 - terminal/trunk

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 14:30:34 + (Sat, 20 Jan 2007)
New Revision: 24632

Modified:
   terminal/trunk/ChangeLog
   terminal/trunk/configure.in.in
Log:
2007-01-20  Benedikt Meurer [EMAIL PROTECTED]

* configure.in.in: Post-release version bump.




Modified: terminal/trunk/ChangeLog
===
--- terminal/trunk/ChangeLog2007-01-20 14:30:07 UTC (rev 24631)
+++ terminal/trunk/ChangeLog2007-01-20 14:30:34 UTC (rev 24632)
@@ -1,5 +1,9 @@
 2007-01-20 Benedikt Meurer [EMAIL PROTECTED]
 
+   * configure.in.in: Post-release version bump.
+
+2007-01-20 Benedikt Meurer [EMAIL PROTECTED]
+
* === Released 0.2.6 ===
* NEWS, configure.in.in: Bump version.
* configure.in.in: Depend on libexo 0.3.2.

Modified: terminal/trunk/configure.in.in
===
--- terminal/trunk/configure.in.in  2007-01-20 14:30:07 UTC (rev 24631)
+++ terminal/trunk/configure.in.in  2007-01-20 14:30:34 UTC (rev 24632)
@@ -11,10 +11,10 @@
 dnl ***
 m4_define([terminal_version_major], [0])
 m4_define([terminal_version_minor], [2])
-m4_define([terminal_version_micro], [6])
+m4_define([terminal_version_micro], [7])
 m4_define([terminal_version_nano], [])
 m4_define([terminal_version_build], [EMAIL PROTECTED]@])
-m4_define([terminal_version_tag], [])
+m4_define([terminal_version_tag], [svn])
 m4_define([terminal_version_dbus], [3])
 m4_define([terminal_version], 
[terminal_version_major().terminal_version_minor().terminal_version_micro()ifelse(terminal_version_nano(),
 [], [], [.terminal_version_nano()])ifelse(terminal_version_tag(), [svn], 
[terminal_version_tag()-terminal_version_build()], [terminal_version_tag()])])
 

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


[Xfce4-commits] r24633 - terminal/tags

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 14:31:12 + (Sat, 20 Jan 2007)
New Revision: 24633

Added:
   terminal/tags/xfce_4_4_0
Log:
Add symbolic tag xfce_4_4_0 for terminal-0.2.6.

Added: terminal/tags/xfce_4_4_0
===
--- terminal/tags/xfce_4_4_0(rev 0)
+++ terminal/tags/xfce_4_4_02007-01-20 14:31:12 UTC (rev 24633)
@@ -0,0 +1 @@
+link terminal-0.2.6
\ No newline at end of file


Property changes on: terminal/tags/xfce_4_4_0
___
Name: svn:special
   + *

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


[Xfce4-commits] r24634 - libxfce4mcs/trunk

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 14:54:19 + (Sat, 20 Jan 2007)
New Revision: 24634

Modified:
   libxfce4mcs/trunk/ChangeLog
   libxfce4mcs/trunk/INSTALL
   libxfce4mcs/trunk/NEWS
   libxfce4mcs/trunk/configure.in.in
Log:
2007-01-20  Benedikt Meurer [EMAIL PROTECTED]

* === Released 4.4.0 ===
* NEWS, configure.in.in: Bump version.




Modified: libxfce4mcs/trunk/ChangeLog
===
--- libxfce4mcs/trunk/ChangeLog 2007-01-20 14:31:12 UTC (rev 24633)
+++ libxfce4mcs/trunk/ChangeLog 2007-01-20 14:54:19 UTC (rev 24634)
@@ -1,1307 +1,21 @@
-2006-11-11 14:33  olivier
+2007-01-20 Benedikt Meurer [EMAIL PROTECTED]
 
-   * libxfce4mcs/mcs-channel.c, libxfce4mcs/mcs-client.c: Fix svn
- borking on 64bit because of g_ascii_strup() (Bug #2563)
+   * === Released 4.4.0 ===
+   * NEWS, configure.in.in: Bump version.
 
-2006-11-04 17:44  benny
+2006-11-11 Olivier Fourdan [EMAIL PROTECTED]
 
-   * ChangeLog, configure.in.in: 2006-11-04 Benedikt Meurer
- [EMAIL PROTECTED]
- 
- * configure.in.in: Post-release version bump.
+   * libxfce4mcs/mcs-channel.c, libxfce4mcs/mcs-client.c: Fix svn
+ borking on 64bit because of g_ascii_strup(). Bug #2563.
 
-2006-11-04 17:42  benny
+2006-11-04 Benedikt Meurer [EMAIL PROTECTED]
 
-   * ChangeLog, NEWS, configure.in.in: 2006-11-04 Benedikt Meurer
- [EMAIL PROTECTED]
- 
- * === Released 4.3.99.2 ===
- * configure.in.in, NEWS: Bump version.
- * configure.in.in: Depend on libxfce4util 4.3.99.2.
+   * configure.in.in: Post-release version bump.
 
-2006-11-04 10:55  olivier
+2006-11-04 Benedikt Meurer [EMAIL PROTECTED]
 
-   * configure.in.in: Update libtool revision number
+   * === Released 4.3.99.2 ===
+   * configure.in.in, NEWS: Bump version.
+   * configure.in.in: Depend on libxfce4util 4.3.99.2.
 
-2006-10-24 21:46  olivier
-
-   * configure.in.in: Update version
-
-2006-10-03 10:53  benny
-
-   * configure.in.in: Apply patch from Nick Schermer [EMAIL PROTECTED]
- to fix the version number.
-
-2006-10-01 11:07  benny
-
-   * ., Makefile.am, autogen.sh, configure.ac, configure.in.in,
- docs/Makefile.am, docs/libxfce4mcs-docs.sgml,
- docs/tmpl/mcs-channel.sgml, docs/tmpl/mcs-client.sgml,
- docs/tmpl/mcs-common.sgml, docs/tmpl/mcs-manager.sgml,
- docs/version.xml.in, examples/testclient.c,
- libxfce4mcs/Makefile.am, libxfce4mcs/mcs-channel.c,
- libxfce4mcs/mcs-channel.h, libxfce4mcs/mcs-client-enum-types.c,
- libxfce4mcs/mcs-client-enum-types.h, libxfce4mcs/mcs-client.c,
- libxfce4mcs/mcs-client.h, libxfce4mcs/mcs-common.c,
- libxfce4mcs/mcs-common.h, libxfce4mcs/mcs-manager.c,
- libxfce4mcs/mcs-manager.h: Update the build framework. Properly
- link with gobject. Bug #2330.
-
-2006-09-02 14:31  benny
-
-   * configure.ac: Bump version and requirements.
-
-2006-07-11 22:00  olivier
-
-   * ChangeLog, docs/tmpl/mcs-client.sgml, libxfce4mcs/mcs-client.c,
- libxfce4mcs/mcs-manager.c: Fix compiler warnings (Nick Schermer
- [EMAIL PROTECTED])
-
-2006-07-09 09:56  pollux
-
-   * gtk-xfce-engine-2/trunk/configure.in, configure.ac,
- xfcalendar/trunk/configure.in.in,
- xfce-mcs-manager/trunk/configure.in.in,
- xfce-utils/trunk/configure.in.in,
- xfce4-appfinder/trunk/configure.in.in,
- xfce4-icon-theme/trunk/configure.in.in,
- xfce4-mixer/trunk/configure.in.in,
- xfce4-panel/trunk/configure.ac.in,
- xfce4-session/trunk/configure.in.in,
- xfdesktop/trunk/configure.ac.in, xfprint/trunk/configure.in.in,
- xfwm4/trunk/configure.ac.in: bump all versions and dependencies
- to 4.3.90.2
-
-2006-04-16 08:22  benny
-
-   * ., AUTHORS, Makefile.am, configure.ac, docs, libxfce4mcs,
- libxfce4mcs.spec.in: Update for 4.4beta1.
-
-2006-04-15 17:34  olivier
-
-   * ChangeLog: Update ChangeLog
-
-2006-02-25 08:37  kelnos
-
-   * configure.ac, libxfce4mcs/Makefile.am, libxfce4mcs/mcs-client.c,
- libxfce4mcs/mcs-manager.c: support startup notification for
- showing settings panels. it should be
- fully backwards compatible, even though it techincally doesn't
- really need to
- be. one caveat is that McsPlugin names can't have the pipe (|)
- character
- in them. i don't think that's a big deal.
-
-2006-01-30 21:50  olivier
-
-   * configure.ac: Update libtool versioning. Not sure about any API
- change, though.
-
-2005-11-05 02:12  kelnos
-
-   * configure.ac: bump version
-
-2005-09-20 10:10  kelnos
-
-   * configure.ac, libxfce4mcs/Makefile.am, m4/X11.m4, m4/debug.m4,
- m4/depends.m4, m4/pkg.m4: because i'm the king of being
- antisocial, let's fix the compile

[Xfce4-commits] r24637 - in libxfcegui4/trunk: . po

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 15:15:52 + (Sat, 20 Jan 2007)
New Revision: 24637

Modified:
   libxfcegui4/trunk/INSTALL
   libxfcegui4/trunk/NEWS
   libxfcegui4/trunk/configure.in.in
   libxfcegui4/trunk/po/be.po
   libxfcegui4/trunk/po/bn_IN.po
   libxfcegui4/trunk/po/ca.po
   libxfcegui4/trunk/po/cs.po
   libxfcegui4/trunk/po/cy.po
   libxfcegui4/trunk/po/de.po
   libxfcegui4/trunk/po/dz.po
   libxfcegui4/trunk/po/el.po
   libxfcegui4/trunk/po/en_GB.po
   libxfcegui4/trunk/po/eo.po
   libxfcegui4/trunk/po/es.po
   libxfcegui4/trunk/po/et.po
   libxfcegui4/trunk/po/eu.po
   libxfcegui4/trunk/po/fa.po
   libxfcegui4/trunk/po/fi.po
   libxfcegui4/trunk/po/fr.po
   libxfcegui4/trunk/po/gl.po
   libxfcegui4/trunk/po/gu.po
   libxfcegui4/trunk/po/he.po
   libxfcegui4/trunk/po/hu.po
   libxfcegui4/trunk/po/hy.po
   libxfcegui4/trunk/po/it.po
   libxfcegui4/trunk/po/ja.po
   libxfcegui4/trunk/po/ka.po
   libxfcegui4/trunk/po/ko.po
   libxfcegui4/trunk/po/lt.po
   libxfcegui4/trunk/po/mk.po
   libxfcegui4/trunk/po/mr.po
   libxfcegui4/trunk/po/nl.po
   libxfcegui4/trunk/po/pa.po
   libxfcegui4/trunk/po/pl.po
   libxfcegui4/trunk/po/pt_BR.po
   libxfcegui4/trunk/po/ro.po
   libxfcegui4/trunk/po/ru.po
   libxfcegui4/trunk/po/sk.po
   libxfcegui4/trunk/po/sv.po
   libxfcegui4/trunk/po/ta.po
   libxfcegui4/trunk/po/uk.po
   libxfcegui4/trunk/po/zh_CN.po
   libxfcegui4/trunk/po/zh_TW.po
Log:
Bump version. Update NEWS. Update Project-Id-Version.

Modified: libxfcegui4/trunk/INSTALL
===
--- libxfcegui4/trunk/INSTALL   2007-01-20 15:01:35 UTC (rev 24636)
+++ libxfcegui4/trunk/INSTALL   2007-01-20 15:15:52 UTC (rev 24637)
@@ -1,8 +1,8 @@
 Installation Instructions
 *
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006 Free Software Foundation, Inc.
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004 Free
+Software Foundation, Inc.
 
 This file is free documentation; the Free Software Foundation gives
 unlimited permission to copy, distribute and modify it.
@@ -10,10 +10,7 @@
 Basic Installation
 ==
 
-Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
-more-detailed instructions are generic; see the `README' file for
-instructions specific to this package.
+These are generic installation instructions.
 
The `configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
@@ -26,9 +23,9 @@
 
It can also use an optional file (typically called `config.cache'
 and enabled with `--cache-file=config.cache' or simply `-C') that saves
-the results of its tests to speed up reconfiguring.  Caching is
+the results of its tests to speed up reconfiguring.  (Caching is
 disabled by default to prevent problems with accidental use of stale
-cache files.
+cache files.)
 
If you need to do unusual things to compile the package, please try
 to figure out how `configure' could check whether to do them, and mail
@@ -38,17 +35,20 @@
 may remove or edit it.
 
The file `configure.ac' (or `configure.in') is used to create
-`configure' by a program called `autoconf'.  You need `configure.ac' if
-you want to change it or regenerate `configure' using a newer version
-of `autoconf'.
+`configure' by a program called `autoconf'.  You only need
+`configure.ac' if you want to change it or regenerate `configure' using
+a newer version of `autoconf'.
 
 The simplest way to compile this package is:
 
   1. `cd' to the directory containing the package's source code and type
- `./configure' to configure the package for your system.
+ `./configure' to configure the package for your system.  If you're
+ using `csh' on an old version of System V, you might need to type
+ `sh ./configure' instead to prevent `csh' from trying to execute
+ `configure' itself.
 
- Running `configure' might take a while.  While running, it prints
- some messages telling which features it is checking for.
+ Running `configure' takes awhile.  While running, it prints some
+ messages telling which features it is checking for.
 
   2. Type `make' to compile the package.
 
@@ -78,7 +78,7 @@
 by setting variables in the command line or in the environment.  Here
 is an example:
 
- ./configure CC=c99 CFLAGS=-g LIBS=-lposix
+ ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
 
*Note Defining Variables::, for more details.
 
@@ -87,29 +87,31 @@
 
 You can compile the package for more than one kind of computer at the
 same time, by placing the object files for each architecture in their
-own directory.  To do this, you can use GNU `make'.  `cd' to the
+own directory.  To do this, you must use a version of `make' that
+supports the `VPATH' variable, such as GNU `make'.  `cd' to the
 directory where you want the object files and executables to go and run
 

[Xfce4-commits] r24638 - libxfcegui4/tags

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 15:16:23 + (Sat, 20 Jan 2007)
New Revision: 24638

Added:
   libxfcegui4/tags/xfce_4_4_0/
Log:
Tag 4.4.0 release.

Copied: libxfcegui4/tags/xfce_4_4_0 (from rev 24637, libxfcegui4/trunk)

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


[Xfce4-commits] r24639 - in xfce-mcs-manager/trunk: . po

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 15:27:38 + (Sat, 20 Jan 2007)
New Revision: 24639

Modified:
   xfce-mcs-manager/trunk/INSTALL
   xfce-mcs-manager/trunk/NEWS
   xfce-mcs-manager/trunk/configure.in.in
   xfce-mcs-manager/trunk/po/ar.po
   xfce-mcs-manager/trunk/po/az.po
   xfce-mcs-manager/trunk/po/be.po
   xfce-mcs-manager/trunk/po/bg.po
   xfce-mcs-manager/trunk/po/bn_IN.po
   xfce-mcs-manager/trunk/po/ca.po
   xfce-mcs-manager/trunk/po/cs.po
   xfce-mcs-manager/trunk/po/de.po
   xfce-mcs-manager/trunk/po/dz.po
   xfce-mcs-manager/trunk/po/el.po
   xfce-mcs-manager/trunk/po/en_GB.po
   xfce-mcs-manager/trunk/po/eo.po
   xfce-mcs-manager/trunk/po/es.po
   xfce-mcs-manager/trunk/po/es_MX.po
   xfce-mcs-manager/trunk/po/et.po
   xfce-mcs-manager/trunk/po/eu.po
   xfce-mcs-manager/trunk/po/fa.po
   xfce-mcs-manager/trunk/po/fi.po
   xfce-mcs-manager/trunk/po/fr.po
   xfce-mcs-manager/trunk/po/gl.po
   xfce-mcs-manager/trunk/po/gu.po
   xfce-mcs-manager/trunk/po/he.po
   xfce-mcs-manager/trunk/po/hi.po
   xfce-mcs-manager/trunk/po/hu.po
   xfce-mcs-manager/trunk/po/it.po
   xfce-mcs-manager/trunk/po/ja.po
   xfce-mcs-manager/trunk/po/ka.po
   xfce-mcs-manager/trunk/po/ko.po
   xfce-mcs-manager/trunk/po/lt.po
   xfce-mcs-manager/trunk/po/mk.po
   xfce-mcs-manager/trunk/po/mr.po
   xfce-mcs-manager/trunk/po/ms.po
   xfce-mcs-manager/trunk/po/nb_NO.po
   xfce-mcs-manager/trunk/po/nl.po
   xfce-mcs-manager/trunk/po/pa.po
   xfce-mcs-manager/trunk/po/pl.po
   xfce-mcs-manager/trunk/po/pt_BR.po
   xfce-mcs-manager/trunk/po/pt_PT.po
   xfce-mcs-manager/trunk/po/ro.po
   xfce-mcs-manager/trunk/po/ru.po
   xfce-mcs-manager/trunk/po/sk.po
   xfce-mcs-manager/trunk/po/sv.po
   xfce-mcs-manager/trunk/po/ta.po
   xfce-mcs-manager/trunk/po/tr.po
   xfce-mcs-manager/trunk/po/uk.po
   xfce-mcs-manager/trunk/po/vi.po
   xfce-mcs-manager/trunk/po/xfce-mcs-manager.pot
   xfce-mcs-manager/trunk/po/zh_CN.po
   xfce-mcs-manager/trunk/po/zh_TW.po
Log:
Bump version. Update NEWS. Update Project-Id-Version.

Modified: xfce-mcs-manager/trunk/INSTALL
===
--- xfce-mcs-manager/trunk/INSTALL  2007-01-20 15:16:23 UTC (rev 24638)
+++ xfce-mcs-manager/trunk/INSTALL  2007-01-20 15:27:38 UTC (rev 24639)
@@ -1,8 +1,8 @@
 Installation Instructions
 *
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006 Free Software Foundation, Inc.
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004 Free
+Software Foundation, Inc.
 
 This file is free documentation; the Free Software Foundation gives
 unlimited permission to copy, distribute and modify it.
@@ -10,10 +10,7 @@
 Basic Installation
 ==
 
-Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
-more-detailed instructions are generic; see the `README' file for
-instructions specific to this package.
+These are generic installation instructions.
 
The `configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
@@ -26,9 +23,9 @@
 
It can also use an optional file (typically called `config.cache'
 and enabled with `--cache-file=config.cache' or simply `-C') that saves
-the results of its tests to speed up reconfiguring.  Caching is
+the results of its tests to speed up reconfiguring.  (Caching is
 disabled by default to prevent problems with accidental use of stale
-cache files.
+cache files.)
 
If you need to do unusual things to compile the package, please try
 to figure out how `configure' could check whether to do them, and mail
@@ -38,17 +35,20 @@
 may remove or edit it.
 
The file `configure.ac' (or `configure.in') is used to create
-`configure' by a program called `autoconf'.  You need `configure.ac' if
-you want to change it or regenerate `configure' using a newer version
-of `autoconf'.
+`configure' by a program called `autoconf'.  You only need
+`configure.ac' if you want to change it or regenerate `configure' using
+a newer version of `autoconf'.
 
 The simplest way to compile this package is:
 
   1. `cd' to the directory containing the package's source code and type
- `./configure' to configure the package for your system.
+ `./configure' to configure the package for your system.  If you're
+ using `csh' on an old version of System V, you might need to type
+ `sh ./configure' instead to prevent `csh' from trying to execute
+ `configure' itself.
 
- Running `configure' might take a while.  While running, it prints
- some messages telling which features it is checking for.
+ Running `configure' takes awhile.  While running, it prints some
+ messages telling which features it is checking for.
 
   2. Type `make' to compile the package.
 
@@ -78,7 +78,7 @@
 by setting variables in the command line or in the environment.  Here
 is an example:
 
- 

[Xfce4-commits] r24645 - mousepad/tags/mousepad-0.2.10

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 16:04:23 + (Sat, 20 Jan 2007)
New Revision: 24645

Added:
   mousepad/tags/mousepad-0.2.10/trunk/
Log:
Tag 0.2.10 release.

Copied: mousepad/tags/mousepad-0.2.10/trunk (from rev 24644, mousepad/trunk)

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


[Xfce4-commits] r24647 - mousepad/tags

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 16:05:21 + (Sat, 20 Jan 2007)
New Revision: 24647

Added:
   mousepad/tags/xfce_4_4_0
Log:
Add symbolic 4.4.0 release tag.

Added: mousepad/tags/xfce_4_4_0
===
--- mousepad/tags/xfce_4_4_0(rev 0)
+++ mousepad/tags/xfce_4_4_02007-01-20 16:05:21 UTC (rev 24647)
@@ -0,0 +1 @@
+link mousepad-0.2.10
\ No newline at end of file


Property changes on: mousepad/tags/xfce_4_4_0
___
Name: svn:special
   + *

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


[Xfce4-commits] r24648 - gtk-xfce-engine-2/trunk

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 16:15:17 + (Sat, 20 Jan 2007)
New Revision: 24648

Removed:
   gtk-xfce-engine-2/trunk/depcomp
Modified:
   gtk-xfce-engine-2/trunk/NEWS
Log:
Update NEWS.

Modified: gtk-xfce-engine-2/trunk/NEWS
===
--- gtk-xfce-engine-2/trunk/NEWS2007-01-20 16:05:21 UTC (rev 24647)
+++ gtk-xfce-engine-2/trunk/NEWS2007-01-20 16:15:17 UTC (rev 24648)
@@ -1,4 +1,10 @@
+2.4.0
+=
+- Several improvements to the default theme.
+- Change the engine so that scrollbars show the trough border. 
+
+
 2.2.5
--
-* Completely new default theme.
-* Improved drawing of control elements to enhance usability.
+=
+- Completely new default theme.
+- Improved drawing of control elements to enhance usability.

Deleted: gtk-xfce-engine-2/trunk/depcomp

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


[Xfce4-commits] r24655 - xfcalendar/tags

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 16:47:55 + (Sat, 20 Jan 2007)
New Revision: 24655

Added:
   xfcalendar/tags/xfce_4_4_0/
Log:
Tag 4.4.0 release.

Copied: xfcalendar/tags/xfce_4_4_0 (from rev 24654, xfcalendar/trunk)

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


[Xfce4-commits] r24658 - xfce-utils/tags

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 17:02:23 + (Sat, 20 Jan 2007)
New Revision: 24658

Added:
   xfce-utils/tags/xfce_4_4_0/
Log:
Tag 4.4.0 release.

Copied: xfce-utils/tags/xfce_4_4_0 (from rev 24657, xfce-utils/trunk)

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


[Xfce4-commits] r24659 - in xfce4-appfinder/trunk: . po

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 17:12:02 + (Sat, 20 Jan 2007)
New Revision: 24659

Modified:
   xfce4-appfinder/trunk/INSTALL
   xfce4-appfinder/trunk/NEWS
   xfce4-appfinder/trunk/po/be.po
   xfce4-appfinder/trunk/po/bn_IN.po
   xfce4-appfinder/trunk/po/ca.po
   xfce4-appfinder/trunk/po/cs.po
   xfce4-appfinder/trunk/po/de.po
   xfce4-appfinder/trunk/po/dz.po
   xfce4-appfinder/trunk/po/el.po
   xfce4-appfinder/trunk/po/en_GB.po
   xfce4-appfinder/trunk/po/eo.po
   xfce4-appfinder/trunk/po/es.po
   xfce4-appfinder/trunk/po/es_MX.po
   xfce4-appfinder/trunk/po/et.po
   xfce4-appfinder/trunk/po/eu.po
   xfce4-appfinder/trunk/po/fa.po
   xfce4-appfinder/trunk/po/fi.po
   xfce4-appfinder/trunk/po/fr.po
   xfce4-appfinder/trunk/po/gl.po
   xfce4-appfinder/trunk/po/gu.po
   xfce4-appfinder/trunk/po/he.po
   xfce4-appfinder/trunk/po/hu.po
   xfce4-appfinder/trunk/po/hy.po
   xfce4-appfinder/trunk/po/it.po
   xfce4-appfinder/trunk/po/ja.po
   xfce4-appfinder/trunk/po/ka.po
   xfce4-appfinder/trunk/po/ko.po
   xfce4-appfinder/trunk/po/lt.po
   xfce4-appfinder/trunk/po/mk.po
   xfce4-appfinder/trunk/po/mr.po
   xfce4-appfinder/trunk/po/nl.po
   xfce4-appfinder/trunk/po/pa.po
   xfce4-appfinder/trunk/po/pl.po
   xfce4-appfinder/trunk/po/pt_BR.po
   xfce4-appfinder/trunk/po/pt_PT.po
   xfce4-appfinder/trunk/po/ro.po
   xfce4-appfinder/trunk/po/ru.po
   xfce4-appfinder/trunk/po/sk.po
   xfce4-appfinder/trunk/po/sv.po
   xfce4-appfinder/trunk/po/tr.po
   xfce4-appfinder/trunk/po/uk.po
   xfce4-appfinder/trunk/po/xfce4-appfinder.pot
   xfce4-appfinder/trunk/po/zh_CN.po
   xfce4-appfinder/trunk/po/zh_TW.po
Log:
Bump version. Update NEWS. Update Project-Id-Version.

Modified: xfce4-appfinder/trunk/INSTALL
===
--- xfce4-appfinder/trunk/INSTALL   2007-01-20 17:02:23 UTC (rev 24658)
+++ xfce4-appfinder/trunk/INSTALL   2007-01-20 17:12:02 UTC (rev 24659)
@@ -1,8 +1,8 @@
 Installation Instructions
 *
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006 Free Software Foundation, Inc.
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004 Free
+Software Foundation, Inc.
 
 This file is free documentation; the Free Software Foundation gives
 unlimited permission to copy, distribute and modify it.
@@ -10,10 +10,7 @@
 Basic Installation
 ==
 
-Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
-more-detailed instructions are generic; see the `README' file for
-instructions specific to this package.
+These are generic installation instructions.
 
The `configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
@@ -26,9 +23,9 @@
 
It can also use an optional file (typically called `config.cache'
 and enabled with `--cache-file=config.cache' or simply `-C') that saves
-the results of its tests to speed up reconfiguring.  Caching is
+the results of its tests to speed up reconfiguring.  (Caching is
 disabled by default to prevent problems with accidental use of stale
-cache files.
+cache files.)
 
If you need to do unusual things to compile the package, please try
 to figure out how `configure' could check whether to do them, and mail
@@ -38,17 +35,20 @@
 may remove or edit it.
 
The file `configure.ac' (or `configure.in') is used to create
-`configure' by a program called `autoconf'.  You need `configure.ac' if
-you want to change it or regenerate `configure' using a newer version
-of `autoconf'.
+`configure' by a program called `autoconf'.  You only need
+`configure.ac' if you want to change it or regenerate `configure' using
+a newer version of `autoconf'.
 
 The simplest way to compile this package is:
 
   1. `cd' to the directory containing the package's source code and type
- `./configure' to configure the package for your system.
+ `./configure' to configure the package for your system.  If you're
+ using `csh' on an old version of System V, you might need to type
+ `sh ./configure' instead to prevent `csh' from trying to execute
+ `configure' itself.
 
- Running `configure' might take a while.  While running, it prints
- some messages telling which features it is checking for.
+ Running `configure' takes awhile.  While running, it prints some
+ messages telling which features it is checking for.
 
   2. Type `make' to compile the package.
 
@@ -78,7 +78,7 @@
 by setting variables in the command line or in the environment.  Here
 is an example:
 
- ./configure CC=c99 CFLAGS=-g LIBS=-lposix
+ ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
 
*Note Defining Variables::, for more details.
 
@@ -87,29 +87,31 @@
 
 You can compile the package for more than one kind of computer at the
 same time, by placing the object files for each architecture in their
-own directory.  To do this, you 

[Xfce4-commits] r24660 - xfce4-appfinder/tags

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 17:12:24 + (Sat, 20 Jan 2007)
New Revision: 24660

Added:
   xfce4-appfinder/tags/xfce_4_4_0/
Log:
Tag 4.4.0 release.

Copied: xfce4-appfinder/tags/xfce_4_4_0 (from rev 24659, xfce4-appfinder/trunk)

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


[Xfce4-commits] r24661 - in xfce4-icon-theme/trunk: . po

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 17:20:30 + (Sat, 20 Jan 2007)
New Revision: 24661

Modified:
   xfce4-icon-theme/trunk/INSTALL
   xfce4-icon-theme/trunk/NEWS
   xfce4-icon-theme/trunk/configure.in.in
   xfce4-icon-theme/trunk/po/ca.po
   xfce4-icon-theme/trunk/po/cs.po
   xfce4-icon-theme/trunk/po/de.po
   xfce4-icon-theme/trunk/po/dz.po
   xfce4-icon-theme/trunk/po/el.po
   xfce4-icon-theme/trunk/po/eo.po
   xfce4-icon-theme/trunk/po/et.po
   xfce4-icon-theme/trunk/po/eu.po
   xfce4-icon-theme/trunk/po/fi.po
   xfce4-icon-theme/trunk/po/fr.po
   xfce4-icon-theme/trunk/po/he.po
   xfce4-icon-theme/trunk/po/hu.po
   xfce4-icon-theme/trunk/po/ja.po
   xfce4-icon-theme/trunk/po/ka.po
   xfce4-icon-theme/trunk/po/ko.po
   xfce4-icon-theme/trunk/po/lt.po
   xfce4-icon-theme/trunk/po/mk.po
   xfce4-icon-theme/trunk/po/pl.po
   xfce4-icon-theme/trunk/po/pt_BR.po
   xfce4-icon-theme/trunk/po/ru.po
   xfce4-icon-theme/trunk/po/sk.po
   xfce4-icon-theme/trunk/po/uk.po
   xfce4-icon-theme/trunk/po/xfce4-icon-theme.pot
   xfce4-icon-theme/trunk/po/zh_CN.po
   xfce4-icon-theme/trunk/po/zh_TW.po
Log:
Bump version. Update NEWS. Update Project-Id-Version.

Modified: xfce4-icon-theme/trunk/INSTALL
===
--- xfce4-icon-theme/trunk/INSTALL  2007-01-20 17:12:24 UTC (rev 24660)
+++ xfce4-icon-theme/trunk/INSTALL  2007-01-20 17:20:30 UTC (rev 24661)
@@ -0,0 +1,231 @@
+Installation Instructions
+*
+
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004 Free
+Software Foundation, Inc.
+
+This file is free documentation; the Free Software Foundation gives
+unlimited permission to copy, distribute and modify it.
+
+Basic Installation
+==
+
+These are generic installation instructions.
+
+   The `configure' shell script attempts to guess correct values for
+various system-dependent variables used during compilation.  It uses
+those values to create a `Makefile' in each directory of the package.
+It may also create one or more `.h' files containing system-dependent
+definitions.  Finally, it creates a shell script `config.status' that
+you can run in the future to recreate the current configuration, and a
+file `config.log' containing compiler output (useful mainly for
+debugging `configure').
+
+   It can also use an optional file (typically called `config.cache'
+and enabled with `--cache-file=config.cache' or simply `-C') that saves
+the results of its tests to speed up reconfiguring.  (Caching is
+disabled by default to prevent problems with accidental use of stale
+cache files.)
+
+   If you need to do unusual things to compile the package, please try
+to figure out how `configure' could check whether to do them, and mail
+diffs or instructions to the address given in the `README' so they can
+be considered for the next release.  If you are using the cache, and at
+some point `config.cache' contains results you don't want to keep, you
+may remove or edit it.
+
+   The file `configure.ac' (or `configure.in') is used to create
+`configure' by a program called `autoconf'.  You only need
+`configure.ac' if you want to change it or regenerate `configure' using
+a newer version of `autoconf'.
+
+The simplest way to compile this package is:
+
+  1. `cd' to the directory containing the package's source code and type
+ `./configure' to configure the package for your system.  If you're
+ using `csh' on an old version of System V, you might need to type
+ `sh ./configure' instead to prevent `csh' from trying to execute
+ `configure' itself.
+
+ Running `configure' takes awhile.  While running, it prints some
+ messages telling which features it is checking for.
+
+  2. Type `make' to compile the package.
+
+  3. Optionally, type `make check' to run any self-tests that come with
+ the package.
+
+  4. Type `make install' to install the programs and any data files and
+ documentation.
+
+  5. You can remove the program binaries and object files from the
+ source code directory by typing `make clean'.  To also remove the
+ files that `configure' created (so you can compile the package for
+ a different kind of computer), type `make distclean'.  There is
+ also a `make maintainer-clean' target, but that is intended mainly
+ for the package's developers.  If you use it, you may have to get
+ all sorts of other programs in order to regenerate files that came
+ with the distribution.
+
+Compilers and Options
+=
+
+Some systems require unusual options for compilation or linking that the
+`configure' script does not know about.  Run `./configure --help' for
+details on some of the pertinent environment variables.
+
+   You can give `configure' initial values for configuration parameters
+by setting variables in the command line or in the environment.  Here
+is an example:
+
+ ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
+
+   *Note Defining 

[Xfce4-commits] r24662 - xfce4-icon-theme/tags

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 17:20:48 + (Sat, 20 Jan 2007)
New Revision: 24662

Added:
   xfce4-icon-theme/tags/xfce_4_4_0/
Log:
Tag 4.4.0 release.

Copied: xfce4-icon-theme/tags/xfce_4_4_0 (from rev 24661, 
xfce4-icon-theme/trunk)

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


[Xfce4-commits] r24663 - in xfce4-mixer/trunk: . po

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 17:29:39 + (Sat, 20 Jan 2007)
New Revision: 24663

Modified:
   xfce4-mixer/trunk/INSTALL
   xfce4-mixer/trunk/NEWS
   xfce4-mixer/trunk/po/ar.po
   xfce4-mixer/trunk/po/az.po
   xfce4-mixer/trunk/po/be.po
   xfce4-mixer/trunk/po/bg.po
   xfce4-mixer/trunk/po/bn_IN.po
   xfce4-mixer/trunk/po/ca.po
   xfce4-mixer/trunk/po/cs.po
   xfce4-mixer/trunk/po/de.po
   xfce4-mixer/trunk/po/dz.po
   xfce4-mixer/trunk/po/el.po
   xfce4-mixer/trunk/po/en_GB.po
   xfce4-mixer/trunk/po/es.po
   xfce4-mixer/trunk/po/es_MX.po
   xfce4-mixer/trunk/po/et.po
   xfce4-mixer/trunk/po/eu.po
   xfce4-mixer/trunk/po/fa.po
   xfce4-mixer/trunk/po/fi.po
   xfce4-mixer/trunk/po/fr.po
   xfce4-mixer/trunk/po/gl.po
   xfce4-mixer/trunk/po/gu.po
   xfce4-mixer/trunk/po/he.po
   xfce4-mixer/trunk/po/hi.po
   xfce4-mixer/trunk/po/hu.po
   xfce4-mixer/trunk/po/hy.po
   xfce4-mixer/trunk/po/it.po
   xfce4-mixer/trunk/po/ja.po
   xfce4-mixer/trunk/po/ka.po
   xfce4-mixer/trunk/po/ko.po
   xfce4-mixer/trunk/po/lt.po
   xfce4-mixer/trunk/po/mk.po
   xfce4-mixer/trunk/po/mr.po
   xfce4-mixer/trunk/po/ms.po
   xfce4-mixer/trunk/po/nb_NO.po
   xfce4-mixer/trunk/po/nl.po
   xfce4-mixer/trunk/po/pa.po
   xfce4-mixer/trunk/po/pl.po
   xfce4-mixer/trunk/po/pt_BR.po
   xfce4-mixer/trunk/po/pt_PT.po
   xfce4-mixer/trunk/po/ro.po
   xfce4-mixer/trunk/po/ru.po
   xfce4-mixer/trunk/po/sk.po
   xfce4-mixer/trunk/po/sv.po
   xfce4-mixer/trunk/po/ta.po
   xfce4-mixer/trunk/po/tr.po
   xfce4-mixer/trunk/po/uk.po
   xfce4-mixer/trunk/po/vi.po
   xfce4-mixer/trunk/po/zh_CN.po
   xfce4-mixer/trunk/po/zh_TW.po
Log:
Bump version. Update NEWS. Update Project-Id-Version.

Modified: xfce4-mixer/trunk/INSTALL
===
--- xfce4-mixer/trunk/INSTALL   2007-01-20 17:20:48 UTC (rev 24662)
+++ xfce4-mixer/trunk/INSTALL   2007-01-20 17:29:39 UTC (rev 24663)
@@ -1,8 +1,8 @@
 Installation Instructions
 *
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006 Free Software Foundation, Inc.
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004 Free
+Software Foundation, Inc.
 
 This file is free documentation; the Free Software Foundation gives
 unlimited permission to copy, distribute and modify it.
@@ -10,10 +10,7 @@
 Basic Installation
 ==
 
-Briefly, the shell commands `./configure; make; make install' should
-configure, build, and install this package.  The following
-more-detailed instructions are generic; see the `README' file for
-instructions specific to this package.
+These are generic installation instructions.
 
The `configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
@@ -26,9 +23,9 @@
 
It can also use an optional file (typically called `config.cache'
 and enabled with `--cache-file=config.cache' or simply `-C') that saves
-the results of its tests to speed up reconfiguring.  Caching is
+the results of its tests to speed up reconfiguring.  (Caching is
 disabled by default to prevent problems with accidental use of stale
-cache files.
+cache files.)
 
If you need to do unusual things to compile the package, please try
 to figure out how `configure' could check whether to do them, and mail
@@ -38,17 +35,20 @@
 may remove or edit it.
 
The file `configure.ac' (or `configure.in') is used to create
-`configure' by a program called `autoconf'.  You need `configure.ac' if
-you want to change it or regenerate `configure' using a newer version
-of `autoconf'.
+`configure' by a program called `autoconf'.  You only need
+`configure.ac' if you want to change it or regenerate `configure' using
+a newer version of `autoconf'.
 
 The simplest way to compile this package is:
 
   1. `cd' to the directory containing the package's source code and type
- `./configure' to configure the package for your system.
+ `./configure' to configure the package for your system.  If you're
+ using `csh' on an old version of System V, you might need to type
+ `sh ./configure' instead to prevent `csh' from trying to execute
+ `configure' itself.
 
- Running `configure' might take a while.  While running, it prints
- some messages telling which features it is checking for.
+ Running `configure' takes awhile.  While running, it prints some
+ messages telling which features it is checking for.
 
   2. Type `make' to compile the package.
 
@@ -78,7 +78,7 @@
 by setting variables in the command line or in the environment.  Here
 is an example:
 
- ./configure CC=c99 CFLAGS=-g LIBS=-lposix
+ ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix
 
*Note Defining Variables::, for more details.
 
@@ -87,29 +87,31 @@
 
 You can compile the package for more than one kind of computer at the
 same time, by placing the object files for each architecture in their
-own directory.  To do this, you can use GNU `make'.  `cd' 

[Xfce4-commits] r24664 - xfce4-mixer/tags

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 17:30:01 + (Sat, 20 Jan 2007)
New Revision: 24664

Added:
   xfce4-mixer/tags/xfce_4_4_0/
Log:
Tag 4.4.0 release.

Copied: xfce4-mixer/tags/xfce_4_4_0 (from rev 24663, xfce4-mixer/trunk)

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


[Xfce4-commits] r24665 - in xfce4-session/trunk: . po xfce4-session

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 17:47:47 + (Sat, 20 Jan 2007)
New Revision: 24665

Modified:
   xfce4-session/trunk/ChangeLog
   xfce4-session/trunk/INSTALL
   xfce4-session/trunk/NEWS
   xfce4-session/trunk/configure.in.in
   xfce4-session/trunk/po/ChangeLog
   xfce4-session/trunk/po/ar.po
   xfce4-session/trunk/po/az.po
   xfce4-session/trunk/po/bn_IN.po
   xfce4-session/trunk/po/ca.po
   xfce4-session/trunk/po/cs.po
   xfce4-session/trunk/po/de.po
   xfce4-session/trunk/po/dz.po
   xfce4-session/trunk/po/el.po
   xfce4-session/trunk/po/en_GB.po
   xfce4-session/trunk/po/eo.po
   xfce4-session/trunk/po/es.po
   xfce4-session/trunk/po/es_MX.po
   xfce4-session/trunk/po/et.po
   xfce4-session/trunk/po/eu.po
   xfce4-session/trunk/po/fa.po
   xfce4-session/trunk/po/fi.po
   xfce4-session/trunk/po/fr.po
   xfce4-session/trunk/po/gl.po
   xfce4-session/trunk/po/gu.po
   xfce4-session/trunk/po/he.po
   xfce4-session/trunk/po/hi.po
   xfce4-session/trunk/po/hu.po
   xfce4-session/trunk/po/it.po
   xfce4-session/trunk/po/ja.po
   xfce4-session/trunk/po/ka.po
   xfce4-session/trunk/po/ko.po
   xfce4-session/trunk/po/lt.po
   xfce4-session/trunk/po/mk.po
   xfce4-session/trunk/po/mr.po
   xfce4-session/trunk/po/ms.po
   xfce4-session/trunk/po/nb_NO.po
   xfce4-session/trunk/po/nl.po
   xfce4-session/trunk/po/pa.po
   xfce4-session/trunk/po/pl.po
   xfce4-session/trunk/po/pt_BR.po
   xfce4-session/trunk/po/pt_PT.po
   xfce4-session/trunk/po/ro.po
   xfce4-session/trunk/po/ru.po
   xfce4-session/trunk/po/sk.po
   xfce4-session/trunk/po/sv.po
   xfce4-session/trunk/po/ta.po
   xfce4-session/trunk/po/tr.po
   xfce4-session/trunk/po/uk.po
   xfce4-session/trunk/po/vi.po
   xfce4-session/trunk/po/zh_CN.po
   xfce4-session/trunk/po/zh_TW.po
   xfce4-session/trunk/xfce4-session/xfsm-fadeout.c
Log:
2007-01-20  Benedikt Meurer [EMAIL PROTECTED]

* === Released 4.4.0 ===
* NEWS, configure.in.in: Bump version.
* configure.in.in: Update dependencies.
* po/*.po: Update Project-Id-Version.
* xfce4-session/xfsm-fadeout.c: stipple_data is only required with
  GTK+  2.8.0.




Modified: xfce4-session/trunk/ChangeLog
===
--- xfce4-session/trunk/ChangeLog   2007-01-20 17:30:01 UTC (rev 24664)
+++ xfce4-session/trunk/ChangeLog   2007-01-20 17:47:47 UTC (rev 24665)
@@ -1,3 +1,12 @@
+2007-01-20 Benedikt Meurer [EMAIL PROTECTED]
+
+   * === Released 4.4.0 ===
+   * NEWS, configure.in.in: Bump version.
+   * configure.in.in: Update dependencies.
+   * po/*.po: Update Project-Id-Version.
+   * xfce4-session/xfsm-fadeout.c: stipple_data is only required with
+ GTK+  2.8.0.
+
 2006-12-21 Benedikt Meurer [EMAIL PROTECTED]
 
* libxfsm/xfsm-util.c, xfce4-session/shutdown.c: Apply Jasper's patch

Modified: xfce4-session/trunk/INSTALL
===
--- xfce4-session/trunk/INSTALL 2007-01-20 17:30:01 UTC (rev 24664)
+++ xfce4-session/trunk/INSTALL 2007-01-20 17:47:47 UTC (rev 24665)
@@ -1,7 +1,16 @@
+Installation Instructions
+*
+
+Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004 Free
+Software Foundation, Inc.
+
+This file is free documentation; the Free Software Foundation gives
+unlimited permission to copy, distribute and modify it.
+
 Basic Installation
 ==
 
-   These are generic installation instructions.
+These are generic installation instructions.
 
The `configure' shell script attempts to guess correct values for
 various system-dependent variables used during compilation.  It uses
@@ -61,9 +70,9 @@
 Compilers and Options
 =
 
-   Some systems require unusual options for compilation or linking that
-the `configure' script does not know about.  Run `./configure --help'
-for details on some of the pertinent environment variables.
+Some systems require unusual options for compilation or linking that the
+`configure' script does not know about.  Run `./configure --help' for
+details on some of the pertinent environment variables.
 
You can give `configure' initial values for configuration parameters
 by setting variables in the command line or in the environment.  Here
@@ -76,7 +85,7 @@
 Compiling For Multiple Architectures
 
 
-   You can compile the package for more than one kind of computer at the
+You can compile the package for more than one kind of computer at the
 same time, by placing the object files for each architecture in their
 own directory.  To do this, you must use a version of `make' that
 supports the `VPATH' variable, such as GNU `make'.  `cd' to the
@@ -93,19 +102,19 @@
 Installation Names
 ==
 
-   By default, `make install' will install the package's files in
+By default, `make install' will install the package's files in
 `/usr/local/bin', `/usr/local/man', etc.  You

[Xfce4-commits] r24666 - xfce4-session/tags

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 17:48:10 + (Sat, 20 Jan 2007)
New Revision: 24666

Added:
   xfce4-session/tags/xfce_4_4_0/
Log:
Tag 4.4.0 release.

Copied: xfce4-session/tags/xfce_4_4_0 (from rev 24665, xfce4-session/trunk)

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



[Xfce4-commits] r24667 - xfce4-session/trunk

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 17:48:35 + (Sat, 20 Jan 2007)
New Revision: 24667

Modified:
   xfce4-session/trunk/ChangeLog
   xfce4-session/trunk/configure.in.in
Log:
2007-01-20  Benedikt Meurer [EMAIL PROTECTED]

* configure.in.in: Post-release version bump.




Modified: xfce4-session/trunk/ChangeLog
===
--- xfce4-session/trunk/ChangeLog   2007-01-20 17:48:10 UTC (rev 24666)
+++ xfce4-session/trunk/ChangeLog   2007-01-20 17:48:35 UTC (rev 24667)
@@ -1,5 +1,9 @@
 2007-01-20 Benedikt Meurer [EMAIL PROTECTED]
 
+   * configure.in.in: Post-release version bump.
+
+2007-01-20 Benedikt Meurer [EMAIL PROTECTED]
+
* === Released 4.4.0 ===
* NEWS, configure.in.in: Bump version.
* configure.in.in: Update dependencies.

Modified: xfce4-session/trunk/configure.in.in
===
--- xfce4-session/trunk/configure.in.in 2007-01-20 17:48:10 UTC (rev 24666)
+++ xfce4-session/trunk/configure.in.in 2007-01-20 17:48:35 UTC (rev 24667)
@@ -8,11 +8,11 @@
 
 dnl Version information
 m4_define([xfsm_version_major], [4])
-m4_define([xfsm_version_minor], [4])
+m4_define([xfsm_version_minor], [5])
 m4_define([xfsm_version_micro], [0])
 m4_define([xfsm_version_nano], [])
 m4_define([xfsm_version_build], [EMAIL PROTECTED]@])
-m4_define([xfsm_version_tag], [])
+m4_define([xfsm_version_tag], [svn])
 m4_define([xfsm_version], 
[xfsm_version_major().xfsm_version_minor().xfsm_version_micro()ifelse(xfsm_version_nano(),
 [], [], [.xfsm_version_nano()])ifelse(xfsm_version_tag(), [svn], 
[xfsm_version_tag()[-r]xfsm_version_build()], [])])
 
 dnl Initialize autoconf

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


[Xfce4-commits] r24669 - xfprint/tags

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 17:58:45 + (Sat, 20 Jan 2007)
New Revision: 24669

Added:
   xfprint/tags/xfce_4_4_0/
Log:
Tag 4.4.0 release.

Copied: xfprint/tags/xfce_4_4_0 (from rev 24668, xfprint/trunk)

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


[Xfce4-commits] r24671 - xfwm4/tags

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 18:19:33 + (Sat, 20 Jan 2007)
New Revision: 24671

Added:
   xfwm4/tags/xfce_4_4_0/
Log:
Tag 4.4.0 release.

Copied: xfwm4/tags/xfce_4_4_0 (from rev 24670, xfwm4/trunk)

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


[Xfce4-commits] r24673 - xfwm4-themes/tags

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 18:47:06 + (Sat, 20 Jan 2007)
New Revision: 24673

Added:
   xfwm4-themes/tags/xfce_4_4_0/
Log:
Tag 4.4.0 release.

Copied: xfwm4-themes/tags/xfce_4_4_0 (from rev 24672, xfwm4-themes/trunk)

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


[Xfce4-commits] r24675 - in thunar/trunk: . docs/reference/thunar-vfs docs/reference/thunarx plugins/thunar-apr plugins/thunar-sbr plugins/thunar-sendto-email plugins/thunar-tpa plugins/thunar-uca po

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 20:37:43 + (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

[Xfce4-commits] r24676 - thunar/tags

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 20:38:20 + (Sat, 20 Jan 2007)
New Revision: 24676

Added:
   thunar/tags/thunar-0.8.0/
Log:
Tag 0.8.0 release.

Copied: thunar/tags/thunar-0.8.0 (from rev 24675, thunar/trunk)

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


[Xfce4-commits] r24677 - thunar/trunk

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 20:39:37 + (Sat, 20 Jan 2007)
New Revision: 24677

Modified:
   thunar/trunk/ChangeLog
   thunar/trunk/configure.in.in
Log:
2007-01-20  Benedikt Meurer [EMAIL PROTECTED]

* configure.in.in: Post-release version bump.




Modified: thunar/trunk/ChangeLog
===
--- thunar/trunk/ChangeLog  2007-01-20 20:38:20 UTC (rev 24676)
+++ thunar/trunk/ChangeLog  2007-01-20 20:39:37 UTC (rev 24677)
@@ -1,5 +1,9 @@
 2007-01-20 Benedikt Meurer [EMAIL PROTECTED]
 
+   * configure.in.in: Post-release version bump.
+
+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.

Modified: thunar/trunk/configure.in.in
===
--- thunar/trunk/configure.in.in2007-01-20 20:38:20 UTC (rev 24676)
+++ thunar/trunk/configure.in.in2007-01-20 20:39:37 UTC (rev 24677)
@@ -13,9 +13,9 @@
 m4_define([thunar_version_api], [1])
 m4_define([thunar_version_major], [0])
 m4_define([thunar_version_minor], [8])
-m4_define([thunar_version_micro], [0])
+m4_define([thunar_version_micro], [1])
 m4_define([thunar_version_build], [EMAIL PROTECTED]@])
-m4_define([thunar_version_tag], [])
+m4_define([thunar_version_tag], [svn])
 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 ***

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


[Xfce4-commits] r24678 - in thunar/tags: . thunar-0.5.0rc2/po

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 20:40:15 + (Sat, 20 Jan 2007)
New Revision: 24678

Added:
   thunar/tags/xfce_4_4_0
Modified:
   thunar/tags/thunar-0.5.0rc2/po/Thunar.pot
Log:
Add symbolic tag xfce_4_4_0 for thunar-0.8.0.

Modified: thunar/tags/thunar-0.5.0rc2/po/Thunar.pot
===
--- thunar/tags/thunar-0.5.0rc2/po/Thunar.pot   2007-01-20 20:39:37 UTC (rev 
24677)
+++ thunar/tags/thunar-0.5.0rc2/po/Thunar.pot   2007-01-20 20:40:15 UTC (rev 
24678)
@@ -8,7 +8,7 @@
 msgstr 
 Project-Id-Version: PACKAGE VERSION\n
 Report-Msgid-Bugs-To: \n
-POT-Creation-Date: 2006-11-04 15:18+0100\n
+POT-Creation-Date: 2006-11-05 13:36+0100\n
 PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n
 Last-Translator: FULL NAME [EMAIL PROTECTED]\n
 Language-Team: LANGUAGE [EMAIL PROTECTED]\n

Added: thunar/tags/xfce_4_4_0
===
--- thunar/tags/xfce_4_4_0  (rev 0)
+++ thunar/tags/xfce_4_4_0  2007-01-20 20:40:15 UTC (rev 24678)
@@ -0,0 +1 @@
+link thunar-0.8.0
\ No newline at end of file


Property changes on: thunar/tags/xfce_4_4_0
___
Name: svn:special
   + *

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


[Xfce4-commits] r24680 - xfdesktop/tags

2007-01-20 Thread Benedikt Meurer
Author: benny
Date: 2007-01-20 21:18:19 + (Sat, 20 Jan 2007)
New Revision: 24680

Added:
   xfdesktop/tags/xfce_4_4_0/
Log:
Tag 4.4.0 release.

Copied: xfdesktop/tags/xfce_4_4_0 (from rev 24679, xfdesktop/trunk)

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


  1   2   3   4   >