[Goodies-commits] r1840 - in verve-plugin/tags: . 0.3.3 0.3.3/panel-plugin 0.3.3/po

Jannis Pohlmann jannis at xfce.org
Wed Aug 2 23:36:09 CEST 2006


Author: jannis
Date: 2006-08-02 21:36:05 +0000 (Wed, 02 Aug 2006)
New Revision: 1840

Added:
   verve-plugin/tags/0.3.3/
   verve-plugin/tags/0.3.3/ChangeLog
   verve-plugin/tags/0.3.3/Makefile.am
   verve-plugin/tags/0.3.3/README
   verve-plugin/tags/0.3.3/THANKS
   verve-plugin/tags/0.3.3/TODO
   verve-plugin/tags/0.3.3/configure.in.in
   verve-plugin/tags/0.3.3/panel-plugin/Makefile.am
   verve-plugin/tags/0.3.3/po/
   verve-plugin/tags/0.3.3/po/ca.po
   verve-plugin/tags/0.3.3/po/de.po
   verve-plugin/tags/0.3.3/po/el.po
   verve-plugin/tags/0.3.3/po/eu.po
   verve-plugin/tags/0.3.3/po/fr.po
   verve-plugin/tags/0.3.3/po/it.po
   verve-plugin/tags/0.3.3/po/ja.po
   verve-plugin/tags/0.3.3/po/nl.po
   verve-plugin/tags/0.3.3/po/pl.po
   verve-plugin/tags/0.3.3/po/ru.po
   verve-plugin/tags/0.3.3/po/vi.po
Removed:
   verve-plugin/tags/0.3.3/ChangeLog
   verve-plugin/tags/0.3.3/Makefile.am
   verve-plugin/tags/0.3.3/README
   verve-plugin/tags/0.3.3/THANKS
   verve-plugin/tags/0.3.3/TODO
   verve-plugin/tags/0.3.3/configure.in.in
   verve-plugin/tags/0.3.3/panel-plugin/Makefile.am
   verve-plugin/tags/0.3.3/po/
   verve-plugin/tags/0.3.3/po/ca.po
   verve-plugin/tags/0.3.3/po/de.po
   verve-plugin/tags/0.3.3/po/el.po
   verve-plugin/tags/0.3.3/po/eu.po
   verve-plugin/tags/0.3.3/po/fr.po
   verve-plugin/tags/0.3.3/po/it.po
   verve-plugin/tags/0.3.3/po/ja.po
   verve-plugin/tags/0.3.3/po/nl.po
   verve-plugin/tags/0.3.3/po/pl.po
   verve-plugin/tags/0.3.3/po/ru.po
   verve-plugin/tags/0.3.3/po/vi.po
Log:
Create tag for the 0.3.3 release. Huh, I'm quite inconsistent when it comes to tagging my releases ... but I promise I'll try my best in the future.

Copied: verve-plugin/tags/0.3.3 (from rev 1833, verve-plugin/trunk)

Deleted: verve-plugin/tags/0.3.3/ChangeLog

Copied: verve-plugin/tags/0.3.3/ChangeLog (from rev 1839, verve-plugin/trunk/ChangeLog)
===================================================================
--- verve-plugin/tags/0.3.3/ChangeLog	                        (rev 0)
+++ verve-plugin/tags/0.3.3/ChangeLog	2006-08-02 21:36:05 UTC (rev 1840)
@@ -0,0 +1,363 @@
+2006-08-02	Jannis Pohlmann <jannis at xfce.org>
+	
+	* 0.3.3 released.
+
+2006-08-02	Jannis Pohlmann <jannis at xfce.org>
+
+	* TODO: TODO list updated
+	* THANKS: Translator credits updated
+	* README: Dependencies updated
+
+2006-08-02	Jannis Pohlmann <jannis at xfce.org>
+
+	* Makefile.am, panel-plugin/Makefile.am: Add dist-bzip2 automake
+	  option and fix distcheck errors with D-BUS service information
+	  generated by dbus-binding-tool. These changes will go into
+	  0.3.3, of course.
+
+2006-08-02	Jannis Pohlmann <jannis at xfce.org>
+
+	* Preparing for 0.3.3 release
+	* configure.in.in, po/*.po: Bump version to 0.3.3.
+
+2006-08-02	Jannis Pohlmann <jannis at xfce.org>
+
+	* panel-plugins/verve.c: Add "/?" to the URL expressions. This
+	  way URIs with a trailing "/" are properly recognized as URIs.
+	  Fixes bug #2102.
+
+2006-08-01	Jannis Pohlmann <jannis at xfce.org>
+
+	* panel-plugin/verve-plugin.c: Executes commands when GDK_KP_Enter 
+	  is pressed (in addition to GDK_Return). Fixes bug #2094.
+
+2006-08-01	Jannis Pohlmann <jannis at xfce.org>
+
+	* scripts/Makefile.am, scripts/verve-focus, scripts/verve-focus.c: 
+	  Added a C program to replace the old Python verve-focus script. 
+	  It's a lot faster than the old one and it calls 
+	  org.xfce.Verve#GrabFocus instead of the 'OpenDialog' method.
+	* panel-plugin/verve-dbus-service-infos.xml,
+	  panel-plugin/verve-dbus-service.c: Added 'GrabFocus' method to the
+	  org.xfce.Verve service. Also implemented a 'grab-focus' signal which
+	  is emitted when the 'GrabFocus' method is called.
+	* panel-plugin/verve-plugin.c: Connect to the 'grab-focus' signal of the
+	  D-BUS service. Use one method to handle both, 'open-dialog' and
+	  'grab-focus'.
+
+2006-07-26	Jannis Pohlmann <jannis at xfce.org>
+
+	* panel-plugin/verve-plugin.c, panel-plugin/verve-env.c: Properly sort
+	  items of the completion list and also insert new items using
+	  g_list_insert_sorted. This fixes bug #2074 (reported by Nick Arend).
+
+2006-07-26	Jannis Pohlmann <jannis at xfce.org>
+
+	* configure.in.in, panel-plugin/verve-dbus-service.c: Add switch to
+	  use different D-BUS flags when requesting a service name depending
+	  on the available D-BUS version (the flags changed with 0.60).
+
+2006-07-26	Jannis Pohlmann <jannis at xfce.org>
+
+	* panel-plugin/verve-dbus-service-infos.xml: Add the same 'OpenDialog'
+	  method to the 'org.xfce.Verve' interface as we already support in
+	  'org.xfce.RunDialog'.
+	* scripts/verve-focus: Use 'OpenDialog' method of 'org.xfce.Verve'
+	  interface to make sure we actually target a Verve instance and no
+	  other 'org.xfce.RunDialog' providers.
+	* panel-plugin/verve-dbus-service.c: Add
+	  DBUS_NAME_FLAGS_ALLOW_REPLACEMENT to the 'org.xfce.Verve' name 
+	  request. I bet users expect the last created Verve instance to have 
+	  the ownership and to be focused when verve-focus is executed. Don't
+	  do this for 'org.xfce.RunDialog' (until someone complains), because
+	  I suppose a user using Verve doesn't want to use other RunDialog
+	  providers.
+
+2006-07-25	Jannis Pohlmann <jannis at xfce.org>
+
+	* scripts/verve-focus: Call 'import pygtk; pygtk.require("2.0")' before
+	  importing the gtk module.
+	* panel-plugin/verve-plugin.c: Connect to "focus-out-event" of the input
+	  field in order to stop blinking whenever any other widget gains the
+	  focus (this fixes a bug reported by Nikolas Arend).
+
+2006-07-19	Jannis Pohlmann <jannis at xfce.org>
+
+	* panel-plugin/verve-env.c: Remove debug statements.
+	* panel-plugin/verve-plugin.c: Use XfceTitledDialog instead of the 
+	  old plain GTK one. 
+	* panel-plugin/verve.desktop.in.in, panel-plugin/verve-plugin.c:
+	  Use "utilities-terminal" icon instead of "Terminal". 
+	* configure.in.in, po/*.po: Version bump to 0.3.2. 
+
+2006-07-13	Jannis Pohlmann <jannis at xfce.org>
+
+	* panel-plugin/verve-plugin.c: Lock command completion using
+	  G_LOCK_DEFINE_STATIC. This replaces the global GDK locks and should
+	  avoid random crashes when the worker thread (which loads contents of 
+	  $PATH) and the panel plugin try to access the completion at the same
+	  time.
+
+2006-07-11	Jannis Pohlmann <jannis at xfce.org>
+
+	* panel-plugin/verve-plugin.c: Use gdk_threads_enter/leave to lock
+	  completion access (only one thread is allowed to access it at once).
+	* panel-plugin/verve-dbus-service.c: Remove C++ comment style.
+
+2006-07-11	Jannis Pohlmann <jannis at xfce.org>
+
+	* scripts/Makefile.am: Add verve-focus to EXTRA_DIST (it's missing in
+	  the 0.3.1 tarball.
+	* panel-plugin/verve-env.c, panel-plugin/verve-plugin.c: Implemented 
+	  threaded, asynchronous loading of $PATH entries. This avoids slower
+	  panel startup if $PATH includes slow media folders.
+	  Use more precise filters when loading the binaries (check for
+	  executable flag, avoid duplicate entries etc.).
+
+2006-06-17	Jannis Pohlmann <jannis at xfce.org>
+
+	* Added Italian translation to the XDT_I18N list.
+
+2006-04-22	Jannis Pohlmann <jannis at xfce.org>
+
+	* configure.in.in: Bump version.
+
+2006-04-22	Jannis Pohlmann <jannis at xfce.org>
+
+	* panel-plugin/verve-plugin.c: Fix adding to command history when
+	  history is empty.
+
+2006-04-19	Jannis Pohlmann <jannis at xfce.org>
+
+	* scripts/Makefile.am: Applied patch by Yves-Alexis Perez 
+	  <corsac at corsac.net>, which fixes an error during installation.
+	  of the scripts/ directory.
+
+2006-04-08	Jannis Pohlmann <jannis at xfce.org>
+
+	* configure.in.in, po/el.po: Greek translations by Stavros 
+	  Giannouris <stavrosg2002 at freemail.gr> added.
+
+2006-04-08	Jannis Pohlmann <jannis at xfce.org>
+
+	* configure.in.in: Applied Daichi's patch (which adds pl to the
+	  translations).
+
+2006-04-03	Jannis Pohlmann <jannis at xfce.org>
+
+	* panel-plugin/verve-plugin.c: Fix compilation error without 
+	  D-BUS.
+
+2006-04-03	Jannis Pohlmann <jannis at xfce.org>
+
+	* scripts/Makefile.am, scripts/verve-focus, Makefile.am,
+	  configure.in.in: Added verve-focus script and a Makefile
+	  to install it into $(bindir). 
+
+2006-04-03	Jannis Pohlmann <jannis at xfce.org>
+
+	* panel-plugin/verve-env.{h,c}: Remove all the shell stuff. As I
+	  dropped the idea of user-defined commands this is just annoying
+	  overhead. Code cleaned up.
+	* panel-plugin/verve-plugin.c: Cleaned up the code. Avoid to add
+	  a command to the history if it's the same as the previously added
+	  command. This fixes bug #6900. Entries from the command history
+	  now appear in the auto-completion results.
+	* panel-plugin/verve-history.{c,h}: Another bug fixed: Don't write
+	  more than 25 commands to the cache. I'll add an option for this
+	  to the preferences dialog later, so that the user can choose
+	  how many commands he wants to have saved. Code cleaned up.
+	* panel-plugin/verve.c: Code cleaned up.
+
+2006-03-25	Jannis Pohlmann <jannis at xfce.org>
+
+	* panel-plugin/verve-plugin.c: Enhance flash highlighting.
+
+2006-03-25	Jannis Pohlmann <jannis at xfce.org>
+
+	* panel-plugin/verve-plugin.c: Implement flash timeout in order to
+	  notify the user when Verve got the focus through the D-BUS service.
+	  Unregister the timeout as soon as a mouse button or key is pressed.
+
+2006-03-22	Jannis Pohlmann <jannis at xfce.org>
+
+	* panel-plugin/Makefile.am: Add hints for building 
+	  verve-dbus-service-infos.h from verve-dbus-service-infos.xml during
+	  make.
+
+2006-03-22	Jannis Pohlmann <jannis at xfce.org>
+
+	* TODO: Remove startup notification, terminal startup support.
+	* scripts/verve-focus.py: Add helper script for focussing Verve
+	  using the org.xfce.RunDialog D-BUS service.
+	* panel-plugin/verve-dbus-service.c, panel-plugin/verve-plugin.c: 
+	  Use a signal ("open-dialog") callback for grabbing the focus rather 
+	  than using VerveDBusService "plugin" and "input" properties. This
+	  moves GUI stuff out of VerveDBusService again.
+	* panel-plugin/*.{c,h}: Wrap function parameters and clean up the 
+	  code.
+	* configure.in.in: Remove libstartup-notification from dependencies.
+
+2006-03-22	Jannis Pohlmann <jannis at xfce.org>
+
+	* panel-plugin/verve-plugin.c: Fix completion loading. Re-add 
+	  accidently removed line to create the completion at startup.
+	  Add terminal exec feature using the <Control> key.
+	  panel-plugin/verve.{c,h}: Add terminal exec feature. Open
+	  directories with exo-open, just like URLs and eMail addresses.
+
+2006-03-21	Jannis Pohlmann <jannis at xfce.org>
+
+	* panel-plugin/verve-plugin.c: Remove debug print statements.
+
+2006-03-21	Jannis Pohlmann <jannis at xfce.org>
+
+	* panel-plugin/verve-dbus-service.c: Add "plugin" property and call
+	  xfce_panel_focus_widget () when the "OpenDialog" method is called.
+	* panel-plugin/verve-plugin.c: Set "plugin" property of D-BUS 
+	  service.
+
+2006-03-21	Jannis Pohlmann <jannis at xfce.org>
+
+	* verve/*.{c,h}: Moved all source files to panel-plugin/.
+	* panel-plugin/verve-dbus-services.*: Implemented org.xfce.RunDialog 
+	  D-BUS service. 
+	* tests/*.*: Removed test script.
+	* configure.in.in, Makefile.am: Add optional D-BUS support.
+
+2006-03-21	Jannis Pohlmann <jannis at xfce.org>
+
+	* verve/verve-db.{c,h}, tests/Makefile.am, panel-plugin/Makefile.am, 
+	  verve/verve.{c,h}: Removed unused verve command database.
+	* verve/verve-history.h: Include <libxfce4util/libxfce4util.h>.
+	* verve/verve.c: Fixed error handling which made the plugin crash on
+	  shell errors (this fixes bug #6663).
+
+2006-03-02	Jannis Pohlmann <jannis at xfce.org>
+
+	* Fix version string (use 0.2.0 instead of 0.2).
+
+2006-03-02	Jannis Pohlmann <jannis at xfce.org>
+
+	* Fixed another resize bug. The user-defined width will now
+	  be used no matter how the panel behaves.
+
+2006-03-02	Jannis Pohlmann <jannis at xfce.org>
+
+	* Create 0.2 tag
+
+2006-03-02	Jannis Pohlmann <jannis at xfce.org>
+
+	* configure.in.in: Change package version to 0.2
+	* THANKS: Update translator credits
+	* po/*.po[t]: Update translation files
+
+2006-02-14	Jannis Pohlmann <jannis at xfce.org>
+
+	* panel-plugin/verve-plugin.c: Added config.h include. This 
+	  fixes translation problems (translations weren't displayed 
+	  before).
+
+2006-02-14	Jannis Pohlmann <jannis at xfce.org>
+
+	* panel-plugin/verve-plugin.c: Return TRUE in 
+	  verve_plugin_update_size.
+	* configure.in.in: Rename fr_CH to fr.
+
+2006-02-12	Jannis Pohlmann <jannis at xfce.org>
+
+	* configure.in.in: Define libxfce4panel version more specific.
+	* panel-plugin/verve-plugin.c: Apply Jasper's patch in order to
+	  make use of the new focus grab method for external plugins.
+
+2006-02-12	Jannis Pohlmann <jannis at xfce.org>
+
+	* Fix use of unterminated supported_shells array. Use 
+	  G_N_ELEMENTS() instead of g_strv_length(). Thanks to
+	  Jasper for the patch.
+
+2006-02-11	Jannis Pohlmann <jannis at xfce.org>
+
+	* panel-plugin/verve-plugin.c, panel-plugin/configure.in.in: 
+	  Make plugin exteral. Patch provided by Jasper.
+
+2006-02-11	Jannis Pohlmann <jannis at xfce.org>
+	
+	* panel-plugin/Makefile.am: Applied another one of Daichi's 
+	  patches
+
+2006-02-11	Jannis Pohlmann <jannis at xfce.org>
+
+	* configure.in.in: Applied Daichi's AC_INIT patch
+
+2006-02-09	Jannis Pohlmann <jannis at xfce.org>
+
+	* Implement size-changed signal in order to keep the width
+	  defined in the properties dialog when the panel size changes
+
+2006-02-09	Jannis Pohlmann <jannis at xfce.org>
+
+	* Cache the last 25 commands on disk when closing the panel
+	  and restore them on the next start
+
+2006-02-08	Jannis Pohlmann <jannis at xfce.org>
+
+	* Don't display an error when executing an URL
+
+2006-02-08	Jannis Pohlmann <jannis at xfce.org>
+
+	* Make libstartup-notification non-optional
+
+2O06-02-07	Jannis Pohlmann <jannis at xfce.org>
+	
+	* Added a small test program in order to search for
+	  memory leaks
+
+2006-02-07	Jannis Pohlmann <jannis at xfce.org>
+
+	* Avoid the error dialog to appear twice
+
+2006-02-07	Jannis Pohlmann <jannis at xfce.org>
+	
+	* Don't trim before auto-completing, as this would make
+	  things just more complicated than necessary.
+
+2006-02-07	Jannis Pohlmann <jannis at xfce.org>
+
+	* Removed XFCE_PANEL_PLUGIN call from configure.in.in
+
+2006-02-07	Jannis Pohlmann <jannis at xfce.org>
+
+	* Trim whitespaces before parsing the command. This fixes 
+	  bug #6311.
+	* Don't clear input if exec_command (libfcegui4). Bug #6310.
+
+2006-02-07	Jannis Pohlmann <jannis at xfce.org>
+	
+	* Added intltool-* scripts to DIST_EXTRA and DISTCLEAN
+	* Added po/Makefil.am added
+
+2006-02-07	Jannis Pohlmann <jannis at xfce.org>
+	
+	* Added intltool-* scripts
+
+2006-02-07	Jannis Pohlmann <jannis at xfce.org>
+	
+	* Moved src/ to verve/
+
+2006-02-07	Jannis Pohlmann <jannis at xfce.org>
+	
+	* Added missing NEWS file
+
+2006-02-07	Jannis Pohlmann <jannis at xfce.org>
+
+	* Initial import into Xfce Goodies SVN
+
+2006-02-06	Jannis Pohlmann <jannis at xfce.org>
+
+	* src/verve-history.{c,h}: Function for getting the last item
+	  of the list added
+	* src/verve-plugin.c: Use newly added history function when 
+	  pressing GDK_Down
+
+# vi:set ts=8 sw=8 tw=72 noet ai nocindent:

Deleted: verve-plugin/tags/0.3.3/Makefile.am

Copied: verve-plugin/tags/0.3.3/Makefile.am (from rev 1837, verve-plugin/trunk/Makefile.am)
===================================================================
--- verve-plugin/tags/0.3.3/Makefile.am	                        (rev 0)
+++ verve-plugin/tags/0.3.3/Makefile.am	2006-08-02 21:36:05 UTC (rev 1840)
@@ -0,0 +1,33 @@
+# $Id$
+
+ at SET_MAKE@
+
+SUBDIRS =								\
+	panel-plugin							\
+	scripts								\
+	po
+
+AUTOMAKE_OPTIONS =							\
+	dist-bzip2
+
+distclean-local:
+	rm -rf *.spec *.cache *~
+
+rpm: dist
+	rpmbuild -ta $(PACKAGE)-$(VERSION).tar.gz
+	@rm -f $(PACKAGE)-$(VERSION).tar.gz
+
+EXTRA_DIST =								\
+	README								\
+	THANKS								\
+	AUTHORS								\
+	COPYING								\
+	NEWS								\
+	intltool-extract.in						\
+	intltool-merge.in						\
+	intltool-update.in
+
+DISTCLEANFILES =							\
+	intltool-extract						\
+	intltool-merge							\
+	intltool-update

Deleted: verve-plugin/tags/0.3.3/README

Copied: verve-plugin/tags/0.3.3/README (from rev 1838, verve-plugin/trunk/README)
===================================================================
--- verve-plugin/tags/0.3.3/README	                        (rev 0)
+++ verve-plugin/tags/0.3.3/README	2006-08-02 21:36:05 UTC (rev 1840)
@@ -0,0 +1,6 @@
+Required packages:
+	* exo >= 0.3.1.3
+	* xfce4-panel >= 4.3.28
+	* libxfce4util >= 4.3.0
+	* GLib >= 2.6.4
+	* libpcre

Deleted: verve-plugin/tags/0.3.3/THANKS

Copied: verve-plugin/tags/0.3.3/THANKS (from rev 1838, verve-plugin/trunk/THANKS)
===================================================================
--- verve-plugin/tags/0.3.3/THANKS	                        (rev 0)
+++ verve-plugin/tags/0.3.3/THANKS	2006-08-02 21:36:05 UTC (rev 1840)
@@ -0,0 +1,12 @@
+Translators
+-----------
+Carles Munoz Gorriz (ca) <carlesmu at internautas.org>
+Piarres Beobide	    (eu) <pi at beobide.net>
+Jannis Pohlmann     (de) <jannis at xfce.org>
+Maximilian Schleiss (fr) <maxschleiss at bluewin.ch>
+Roberto Pariset     (it) <r.pariset at gmail.com>
+Daichi Kawahata     (ja) <daichi at xfce.org>
+Vincent             (nl) <imnotb at gmail.com>
+Piotr Malinski      (po) <admin at rk.edu.pl>
+Andrey Fedoseev     (ru) <andrey.fedoseev at gmail.com>
+Phan Vĩnh Thịnh     (vi) <teppi at vnlinux.org>

Deleted: verve-plugin/tags/0.3.3/TODO

Copied: verve-plugin/tags/0.3.3/TODO (from rev 1838, verve-plugin/trunk/TODO)
===================================================================
--- verve-plugin/tags/0.3.3/TODO	                        (rev 0)
+++ verve-plugin/tags/0.3.3/TODO	2006-08-02 21:36:05 UTC (rev 1840)
@@ -0,0 +1,6 @@
+TODO
+=======================================================================
+
+  - Add ThunarVFS support in order to monitor $PATH
+  - Write script editor for ~/bin (using the favorite editor)
+  - Make number of cached history commands configurable

Deleted: verve-plugin/tags/0.3.3/configure.in.in

Copied: verve-plugin/tags/0.3.3/configure.in.in (from rev 1836, verve-plugin/trunk/configure.in.in)
===================================================================
--- verve-plugin/tags/0.3.3/configure.in.in	                        (rev 0)
+++ verve-plugin/tags/0.3.3/configure.in.in	2006-08-02 21:36:05 UTC (rev 1840)
@@ -0,0 +1,102 @@
+dnl $Id$
+dnl
+dnl Copyright (c) 2006 - Jannis Pohlmann <jannis at xfce.org>
+dnl
+
+dnl ***************************
+dnl *** Initialize autoconf ***
+dnl ***************************
+AC_COPYRIGHT([Copyright (c) 2006 - Jannis Pohlmann <jannis at xfce.org>])
+AC_INIT([verve-plugin], [0.3.3], [jannis at xfce.org], [verve-plugin])
+AC_REVISION([$Id$])
+AC_PREREQ([2.50])
+
+dnl ***************************
+dnl *** Initialize automake ***
+dnl ***************************
+AM_INIT_AUTOMAKE([AC_PACKAGE_TARNAME()], [AC_PACKAGE_VERSION()])
+AM_CONFIG_HEADER([config.h])
+AM_MAINTAINER_MODE()
+
+dnl *******************************
+dnl *** Check for UNIX variants ***
+dnl *******************************
+AC_AIX()
+AC_ISC_POSIX()
+AC_MINIX()
+
+dnl ********************************
+dnl *** Check for basic programs ***
+dnl ********************************
+AC_PROG_CC()
+AC_PROG_LD()
+AC_PROG_INSTALL()
+AC_PROG_INTLTOOL()
+
+dnl **************************
+dnl *** Initialize libtool ***
+dnl **************************
+AC_DISABLE_STATIC()
+AC_PROG_LIBTOOL()
+
+dnl **********************************
+dnl *** Check for standard headers ***
+dnl **********************************
+AC_HEADER_STDC()
+
+dnl ******************************
+dnl *** Check for i18n support ***
+dnl ******************************
+XDT_I18N([ca de el eu fr it ja nl pl ru vi])
+
+dnl ***********************************
+dnl *** Check for required packages ***
+dnl ***********************************
+XDT_CHECK_PACKAGE([LIBEXO], [exo-0.3], [0.3.1.3])
+XDT_CHECK_PACKAGE([LIBXFCE4PANEL], [libxfce4panel-1.0], [4.3.28])
+XDT_CHECK_PACKAGE([LIBXFCE4UTIL], [libxfce4util-1.0], [4.3.0])
+XDT_CHECK_PACKAGE([GLIB], [glib-2.0], [2.6.4])
+XDT_CHECK_PACKAGE([GTHREAD], [gthread-2.0], [2.6.4])
+
+dnl **************************
+dnl *** Check for libpcre3 ***
+dnl **************************
+LIBPCRE_LIBS=""
+LIBPCRE_CFLAGS=""
+AC_CHECK_LIB([pcre], [pcre_compile],
+[
+  AC_CHECK_HEADER([pcre.h],
+  [
+    LIBPCRE_LIBS="-lpcre"
+    AC_DEFINE([HAVE_LIBPCRE], [1], [Define to 1 if libpcre is found])
+    AC_DEFINE([HAVE_PCRE_H], [1], [Define to 1 if pcre.h is found])
+  ])
+], [-lm])
+AC_SUBST([LIBPCRE_CFLAGS])
+AC_SUBST([LIBPCRE_LIBS])
+
+dnl *********************************
+dnl ** Optional support for D-BUS ***
+dnl *********************************
+XDT_CHECK_OPTIONAL_PACKAGE([DBUS], [dbus-glib-1],
+                           [0.34], [dbus], [D-BUS support])
+
+dnl *******************************************************
+dnl ** Determine if D-BUS version is >= 0.60 in order to **
+dnl ** set correct flags when calling D-BUS functions    **
+dnl *******************************************************
+if $PKG_CONFIG --atleast-version=0.60 dbus-glib-1 >/dev/null 2>&1; then
+  AC_DEFINE([HAVE_DBUS_NEW_FLAGS], [1], [Define if D-BUS version >= 0.60])
+fi
+
+dnl ***********************************
+dnl *** Check for debugging support ***
+dnl ***********************************
+BM_DEBUG_SUPPORT()
+
+AC_OUTPUT([
+Makefile
+panel-plugin/Makefile
+scripts/Makefile
+po/Makefile.in
+])

Deleted: verve-plugin/tags/0.3.3/panel-plugin/Makefile.am

Copied: verve-plugin/tags/0.3.3/panel-plugin/Makefile.am (from rev 1837, verve-plugin/trunk/panel-plugin/Makefile.am)
===================================================================
--- verve-plugin/tags/0.3.3/panel-plugin/Makefile.am	                        (rev 0)
+++ verve-plugin/tags/0.3.3/panel-plugin/Makefile.am	2006-08-02 21:36:05 UTC (rev 1840)
@@ -0,0 +1,86 @@
+# $Id$
+
+plugindir = $(libexecdir)/xfce4/panel-plugins
+
+plugin_PROGRAMS =							\
+	xfce4-verve-plugin
+
+xfce4_verve_plugin_SOURCES =						\
+ 	verve-plugin.c							\
+	verve.c								\
+	verve-history.c							\
+	verve-env.c							\
+	verve.h								\
+	verve-history.h							\
+	verve-env.h
+
+xfce4_verve_plugin_CFLAGS = 						\
+	-I$(top_builddir)						\
+	-I$(top_srcdir)							\
+	-DPACKAGE_LOCALE_DIR=\"$(localedir)\"				\
+	@LIBEXO_CFLAGS@							\
+	@LIBXFCE4PANEL_CFLAGS@						\
+	@LIBXFCE4UTIL_CFLAGS@						\
+	@LIBPCRE_CFLAGS@						\
+	@GLIB_CFLAGS@							\
+	@GTHREAD_CFLAGS@						
+
+xfce4_verve_plugin_LDFLAGS = 						\
+	@LIBEXO_LIBS@							\
+	@LIBXFCE4PANEL_LIBS@						\
+	@LIBXFCE4UTIL_LIBS@						\
+	@LIBPCRE_LIBS@							\
+	@GLIB_LIBS@							\
+	@GTHREAD_LIBS@
+
+if HAVE_DBUS
+xfce4_verve_plugin_SOURCES += 						\
+	verve-dbus-service-infos.h					\
+	verve-dbus-service.h						\
+	verve-dbus-service.c						
+
+xfce4_verve_plugin_CFLAGS +=						\
+	-DDBUS_API_SUBJECT_TO_CHANGE					\
+	$(DBUS_CFLAGS)
+
+xfce4_verve_plugin_LDFLAGS += 						\
+	$(DBUS_LIBS)
+
+verve-dbus-service-infos.h: Makefile $(srcdir)/verve-dbus-service-infos.xml 
+	dbus-binding-tool --prefix=verve_dbus_service --mode=glib-server $(srcdir)/verve-dbus-service-infos.xml > verve-dbus-service-infos.h
+
+BUILT_SOURCES = 							\
+	verve-dbus-service-infos.h
+endif
+
+# .desktop file
+#
+# Some automake trickery here. Because we cannot use $(libexecdir) in the
+# automake stage, we'll use sed to get the full path into the .desktop file.
+# We also need to let intltool merge the translated fields, so we add an
+# additional level of indirection: a <name>.desktop.in.in file.
+# 
+desktop_in_in_files = verve.desktop.in.in
+desktop_in_files = $(desktop_in_in_files:.desktop.in.in=.desktop.in)
+desktopdir = $(datadir)/xfce4/panel-plugins
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+ at INTLTOOL_DESKTOP_RULE@
+
+EXTRA_DIST = 								\
+ 	$(desktop_in_in_files)						\
+	verve-dbus-service-infos.xml
+ 
+DISTCLEANFILES =							\
+	$(desktop_DATA) $(desktop_in_files)
+
+if HAVE_DBUS
+DISTCLEANFILES +=							\
+	verve-dbus-service-infos.h
+endif
+	
+# get full path into .desktop file
+%.desktop.in: %.desktop.in.in
+	sed -e "s^@PLUGIN_PATH@^$(libexecdir)/xfce4/panel-plugins^" 	\
+		$< > $@
+
+# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:

Copied: verve-plugin/tags/0.3.3/po (from rev 1835, verve-plugin/trunk/po)

Deleted: verve-plugin/tags/0.3.3/po/ca.po

Copied: verve-plugin/tags/0.3.3/po/ca.po (from rev 1836, verve-plugin/trunk/po/ca.po)
===================================================================
--- verve-plugin/tags/0.3.3/po/ca.po	                        (rev 0)
+++ verve-plugin/tags/0.3.3/po/ca.po	2006-08-02 21:36:05 UTC (rev 1840)
@@ -0,0 +1,67 @@
+# Catalan translations for verve-plugin package.
+# Copyright (C) 2006 Jannis Pohlmann.
+# This file is distributed under the same license as the
+# verve-plugin package.
+# Carles Muñoz Gorriz <carlesmu at internautas.org>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: verve-plugin 0.3.3\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-08-01 15:43+0200\n"
+"PO-Revision-Date: 2006-04-17 19:32+0100\n"
+"Last-Translator: Carles Muñoz Gorriz <carlesmu at internautas.org>\n"
+"Language-Team: catalan\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n > 1);\n"
+
+#. Generate error message
+#: ../panel-plugin/verve-plugin.c:399
+msgid "Could not execute command:"
+msgstr "No es pot executar l'ordre:"
+
+#. Create properties dialog
+#: ../panel-plugin/verve-plugin.c:728
+#, fuzzy
+msgid "Verve Properties"
+msgstr "Propietats de «Verve»"
+
+#. Frame for appearance settings
+#: ../panel-plugin/verve-plugin.c:746
+msgid "Appearance"
+msgstr "Aparença"
+
+#. Plugin size label
+#: ../panel-plugin/verve-plugin.c:757
+msgid "Width (in chars):"
+msgstr "Amplada en caràcters:"
+
+# auto-completion = emplenament automàtic ?
+#. vim:set expandtab sts=2 ts=2 sw=2:
+#: ../panel-plugin/verve.desktop.in.in.h:1
+#, fuzzy
+msgid "Command line interface with auto-completion and command history"
+msgstr ""
+"Interfície de línia d'ordres amb emplenament automàtic i explorador de "
+"l'històric."
+
+#: ../panel-plugin/verve.desktop.in.in.h:2
+#, fuzzy
+msgid "Verve Command Line"
+msgstr "Línia d'ordres de «Verve»"
+
+#. Print error message
+#: ../scripts/verve-focus.c:61
+msgid "Failed to connect to the D-BUS session bus."
+msgstr ""
+
+#. Print error message
+#: ../scripts/verve-focus.c:83
+msgid "Failed to deliver the org.xfce.Verve#GrabFocus method."
+msgstr ""
+
+#, fuzzy
+#~ msgid "Verve"
+#~ msgstr "Verve"

Deleted: verve-plugin/tags/0.3.3/po/de.po

Copied: verve-plugin/tags/0.3.3/po/de.po (from rev 1836, verve-plugin/trunk/po/de.po)
===================================================================
--- verve-plugin/tags/0.3.3/po/de.po	                        (rev 0)
+++ verve-plugin/tags/0.3.3/po/de.po	2006-08-02 21:36:05 UTC (rev 1840)
@@ -0,0 +1,55 @@
+# German translations for verve-plugin package.
+# Copyright (C) 2006 Jannis Pohlmann.
+# This file is distributed under the same license as the verve-plugin package.
+# Jannis Pohlmann <jannis at xfce.org>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: verve-plugin 0.3.3\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-08-01 15:43+0200\n"
+"PO-Revision-Date: 2006-02-07 17:07+0100\n"
+"Last-Translator: Jannis Pohlmann <jannis at xfce.org>\n"
+"Language-Team: German <jannis at xfce.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Generate error message
+#: ../panel-plugin/verve-plugin.c:399
+msgid "Could not execute command:"
+msgstr "Konnte den Befehl nicht ausführen:"
+
+#. Create properties dialog
+#: ../panel-plugin/verve-plugin.c:728
+msgid "Verve Properties"
+msgstr "Verve-Konfiguration"
+
+#. Frame for appearance settings
+#: ../panel-plugin/verve-plugin.c:746
+msgid "Appearance"
+msgstr "Erscheinungsbild"
+
+#. Plugin size label
+#: ../panel-plugin/verve-plugin.c:757
+msgid "Width (in chars):"
+msgstr "Breite (in Zeichen):"
+
+#. vim:set expandtab sts=2 ts=2 sw=2:
+#: ../panel-plugin/verve.desktop.in.in.h:1
+msgid "Command line interface with auto-completion and command history"
+msgstr "Mit Autovervollständigung, Befehlsverlauf und URL-Erkennung"
+
+#: ../panel-plugin/verve.desktop.in.in.h:2
+msgid "Verve Command Line"
+msgstr "Verve-Kommandozeile"
+
+#. Print error message
+#: ../scripts/verve-focus.c:61
+msgid "Failed to connect to the D-BUS session bus."
+msgstr "Verbindung zu D-BUS konnte nicht hergestellt werden."
+
+#. Print error message
+#: ../scripts/verve-focus.c:83
+msgid "Failed to deliver the org.xfce.Verve#GrabFocus method."
+msgstr "Methodenaufruf org.xfce.Verve#GrabFocus konnte nicht gesendet werden"

Deleted: verve-plugin/tags/0.3.3/po/el.po

Copied: verve-plugin/tags/0.3.3/po/el.po (from rev 1836, verve-plugin/trunk/po/el.po)
===================================================================
--- verve-plugin/tags/0.3.3/po/el.po	                        (rev 0)
+++ verve-plugin/tags/0.3.3/po/el.po	2006-08-02 21:36:05 UTC (rev 1840)
@@ -0,0 +1,60 @@
+# Greek translations for verve-plugin package.
+# Copyright (C) 2006 Jannis Pohlmann.
+# This file is distributed under the same license as the verve-plugin package.
+# Stavros Giannouris <stavrosg2002 at freemail.gr>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: verve-plugin 0.3.3\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-08-01 15:43+0200\n"
+"PO-Revision-Date: 2006-04-07 20:58+0200\n"
+"Last-Translator: Stavros Giannouris <stavrosg2002 at freemail.gr>\n"
+"Language-Team: Greek <nls at tux.hellug.gr>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=2; plural=(n != 1);\n"
+
+#. Generate error message
+#: ../panel-plugin/verve-plugin.c:399
+msgid "Could not execute command:"
+msgstr "Αδυναμία εκτέλεσης της εντολής:"
+
+#. Create properties dialog
+#: ../panel-plugin/verve-plugin.c:728
+msgid "Verve Properties"
+msgstr "Ιδιότητες Verve"
+
+#. Frame for appearance settings
+#: ../panel-plugin/verve-plugin.c:746
+msgid "Appearance"
+msgstr "Εμφάνιση"
+
+#. Plugin size label
+#: ../panel-plugin/verve-plugin.c:757
+msgid "Width (in chars):"
+msgstr "Πλάτος (χαρακτήρες):"
+
+#. vim:set expandtab sts=2 ts=2 sw=2:
+#: ../panel-plugin/verve.desktop.in.in.h:1
+#, fuzzy
+msgid "Command line interface with auto-completion and command history"
+msgstr "Γραμμή εντολών με αυτόματη συμπλήρωση και ιστορικό"
+
+#: ../panel-plugin/verve.desktop.in.in.h:2
+msgid "Verve Command Line"
+msgstr "Γραμμή Εντολών Verve"
+
+#. Print error message
+#: ../scripts/verve-focus.c:61
+msgid "Failed to connect to the D-BUS session bus."
+msgstr ""
+
+#. Print error message
+#: ../scripts/verve-focus.c:83
+msgid "Failed to deliver the org.xfce.Verve#GrabFocus method."
+msgstr ""
+
+#~ msgid "Verve"
+#~ msgstr "Verve"

Deleted: verve-plugin/tags/0.3.3/po/eu.po

Copied: verve-plugin/tags/0.3.3/po/eu.po (from rev 1836, verve-plugin/trunk/po/eu.po)
===================================================================
--- verve-plugin/tags/0.3.3/po/eu.po	                        (rev 0)
+++ verve-plugin/tags/0.3.3/po/eu.po	2006-08-02 21:36:05 UTC (rev 1840)
@@ -0,0 +1,60 @@
+# Basque translations for PACKAGE package.
+# Copyright (C) 2006 THE PACKAGE'S COPYRIGHT HOLDER
+# This file is distributed under the same license as the PACKAGE package.
+# ^pi^ <pi at beobide.net>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: verve-plugin 0.3.3\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-08-01 15:43+0200\n"
+"PO-Revision-Date: 2006-02-14 10:45+0100\n"
+"Last-Translator: Piarres Beobide <pi at beobide.net>\n"
+"Language-Team: Librezale <librezale at librezale.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: Pootle 0.6.3.20060126\n"
+
+#. Generate error message
+#: ../panel-plugin/verve-plugin.c:399
+msgid "Could not execute command:"
+msgstr "Ezin da komandoa exekutatu:"
+
+#. Create properties dialog
+#: ../panel-plugin/verve-plugin.c:728
+msgid "Verve Properties"
+msgstr "Verve Propietateak"
+
+#. Frame for appearance settings
+#: ../panel-plugin/verve-plugin.c:746
+msgid "Appearance"
+msgstr "Itxura"
+
+#. Plugin size label
+#: ../panel-plugin/verve-plugin.c:757
+msgid "Width (in chars):"
+msgstr "Zabalera (karaktere):"
+
+#. vim:set expandtab sts=2 ts=2 sw=2:
+#: ../panel-plugin/verve.desktop.in.in.h:1
+#, fuzzy
+msgid "Command line interface with auto-completion and command history"
+msgstr "Komando lerro interfazea auto-betetze eta historia nabigatzearekin"
+
+#: ../panel-plugin/verve.desktop.in.in.h:2
+msgid "Verve Command Line"
+msgstr "Verve Komando Lerroa"
+
+#. Print error message
+#: ../scripts/verve-focus.c:61
+msgid "Failed to connect to the D-BUS session bus."
+msgstr ""
+
+#. Print error message
+#: ../scripts/verve-focus.c:83
+msgid "Failed to deliver the org.xfce.Verve#GrabFocus method."
+msgstr ""
+
+#~ msgid "Verve"
+#~ msgstr "Verve"

Deleted: verve-plugin/tags/0.3.3/po/fr.po

Copied: verve-plugin/tags/0.3.3/po/fr.po (from rev 1836, verve-plugin/trunk/po/fr.po)
===================================================================
--- verve-plugin/tags/0.3.3/po/fr.po	                        (rev 0)
+++ verve-plugin/tags/0.3.3/po/fr.po	2006-08-02 21:36:05 UTC (rev 1840)
@@ -0,0 +1,63 @@
+# French translations for verve-plugin package.
+# Copyright (C) 2006 Jannis Pohlmann.
+# This file is distributed under the same license as the verve-plugin package.
+# Maximilian Schleiss <maxschleiss at bluewin.ch>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: verve-plugin 0.3.3\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-08-01 15:43+0200\n"
+"PO-Revision-Date: 2006-07-16 11:39+0100\n"
+"Last-Translator: Maximilian Schleiss <maxschleiss at bluewin.ch>\n"
+"Language-Team: French <xfce-i18n at xfce.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Generate error message
+#: ../panel-plugin/verve-plugin.c:399
+msgid "Could not execute command:"
+msgstr "Échec à l'exécution de la commande:"
+
+#. Create properties dialog
+#: ../panel-plugin/verve-plugin.c:728
+msgid "Verve Properties"
+msgstr "Préférences Verve"
+
+#. Frame for appearance settings
+#: ../panel-plugin/verve-plugin.c:746
+msgid "Appearance"
+msgstr "Apparence"
+
+#. Plugin size label
+#: ../panel-plugin/verve-plugin.c:757
+msgid "Width (in chars):"
+msgstr "Largeur (en pixels)"
+
+#. vim:set expandtab sts=2 ts=2 sw=2:
+#: ../panel-plugin/verve.desktop.in.in.h:1
+#, fuzzy
+msgid "Command line interface with auto-completion and command history"
+msgstr ""
+"Interface de ligne de commande avec saisie auto-complétée et historique"
+
+#: ../panel-plugin/verve.desktop.in.in.h:2
+msgid "Verve Command Line"
+msgstr "Ligne de Commande Verve"
+
+#. Print error message
+#: ../scripts/verve-focus.c:61
+msgid "Failed to connect to the D-BUS session bus."
+msgstr ""
+
+#. Print error message
+#: ../scripts/verve-focus.c:83
+msgid "Failed to deliver the org.xfce.Verve#GrabFocus method."
+msgstr ""
+
+#~ msgid "Verve"
+#~ msgstr "Verve"
+
+#~ msgid "Unkown command."
+#~ msgstr "Commande inconnue."

Deleted: verve-plugin/tags/0.3.3/po/it.po

Copied: verve-plugin/tags/0.3.3/po/it.po (from rev 1836, verve-plugin/trunk/po/it.po)
===================================================================
--- verve-plugin/tags/0.3.3/po/it.po	                        (rev 0)
+++ verve-plugin/tags/0.3.3/po/it.po	2006-08-02 21:36:05 UTC (rev 1840)
@@ -0,0 +1,60 @@
+# Italian translations for verve-plugin package.
+# Copyright (C) 2006 Jannis Pohlmann.
+# This file is distributed under the same license as the verve-plugin package.
+# Roberto Pariset <r.pariset at gmail.com>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: verve-plugin 0.3.3\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-08-01 15:43+0200\n"
+"PO-Revision-Date: 2006-06-16 16:10+0100\n"
+"Last-Translator: Roberto Pariset <r.pariset at gmail.com>\n"
+"Language-Team: Italian <xfce-i18n at xfce.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Generate error message
+#: ../panel-plugin/verve-plugin.c:399
+msgid "Could not execute command:"
+msgstr "Impossibile eseguire il comando:"
+
+#. Create properties dialog
+#: ../panel-plugin/verve-plugin.c:728
+msgid "Verve Properties"
+msgstr "Proprietà di Verve"
+
+#. Frame for appearance settings
+#: ../panel-plugin/verve-plugin.c:746
+msgid "Appearance"
+msgstr "Aspetto"
+
+#. Plugin size label
+#: ../panel-plugin/verve-plugin.c:757
+msgid "Width (in chars):"
+msgstr "Larghezza (numero di caratteri):"
+
+#. vim:set expandtab sts=2 ts=2 sw=2:
+#: ../panel-plugin/verve.desktop.in.in.h:1
+#, fuzzy
+msgid "Command line interface with auto-completion and command history"
+msgstr ""
+"Interfaccia a riga di comando con completamento automatico e history browsing"
+
+#: ../panel-plugin/verve.desktop.in.in.h:2
+msgid "Verve Command Line"
+msgstr "Riga di comando di Verve"
+
+#. Print error message
+#: ../scripts/verve-focus.c:61
+msgid "Failed to connect to the D-BUS session bus."
+msgstr ""
+
+#. Print error message
+#: ../scripts/verve-focus.c:83
+msgid "Failed to deliver the org.xfce.Verve#GrabFocus method."
+msgstr ""
+
+#~ msgid "Verve"
+#~ msgstr "Verve"

Deleted: verve-plugin/tags/0.3.3/po/ja.po

Copied: verve-plugin/tags/0.3.3/po/ja.po (from rev 1836, verve-plugin/trunk/po/ja.po)
===================================================================
--- verve-plugin/tags/0.3.3/po/ja.po	                        (rev 0)
+++ verve-plugin/tags/0.3.3/po/ja.po	2006-08-02 21:36:05 UTC (rev 1840)
@@ -0,0 +1,59 @@
+# Japanese translations for verve-plugin package.
+# Copyright (C) 2006 Jannis Pohlmann.
+# This file is distributed under the same license as the verve-plugin package.
+# Daichi Kawahata <daichi at xfce.org>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: verve-plugin 0.3.3\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-08-01 15:43+0200\n"
+"PO-Revision-Date: 2006-02-12 12:55+0900\n"
+"Last-Translator: Daichi Kawahata <daichi at xfce.org>\n"
+"Language-Team: Japanese <xfce-users-jp at ml.fdiary.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Generate error message
+#: ../panel-plugin/verve-plugin.c:399
+msgid "Could not execute command:"
+msgstr "コマンドを実行できませんでした:"
+
+#. Create properties dialog
+#: ../panel-plugin/verve-plugin.c:728
+msgid "Verve Properties"
+msgstr "Verveのプロパティ"
+
+#. Frame for appearance settings
+#: ../panel-plugin/verve-plugin.c:746
+msgid "Appearance"
+msgstr "外観"
+
+#. Plugin size label
+#: ../panel-plugin/verve-plugin.c:757
+msgid "Width (in chars):"
+msgstr "幅 (文字単位):"
+
+#. vim:set expandtab sts=2 ts=2 sw=2:
+#: ../panel-plugin/verve.desktop.in.in.h:1
+#, fuzzy
+msgid "Command line interface with auto-completion and command history"
+msgstr "コマンドの自動補完や履歴を参照できるコマンド行インターフェイスです。"
+
+#: ../panel-plugin/verve.desktop.in.in.h:2
+msgid "Verve Command Line"
+msgstr "Verve コマンドライン"
+
+#. Print error message
+#: ../scripts/verve-focus.c:61
+msgid "Failed to connect to the D-BUS session bus."
+msgstr ""
+
+#. Print error message
+#: ../scripts/verve-focus.c:83
+msgid "Failed to deliver the org.xfce.Verve#GrabFocus method."
+msgstr ""
+
+#~ msgid "Verve"
+#~ msgstr "Verve"

Deleted: verve-plugin/tags/0.3.3/po/nl.po

Copied: verve-plugin/tags/0.3.3/po/nl.po (from rev 1836, verve-plugin/trunk/po/nl.po)
===================================================================
--- verve-plugin/tags/0.3.3/po/nl.po	                        (rev 0)
+++ verve-plugin/tags/0.3.3/po/nl.po	2006-08-02 21:36:05 UTC (rev 1840)
@@ -0,0 +1,62 @@
+# Verve Command Line plugin
+# Copyright (C) 2006 Jannis Pohlmann.
+# This file is distributed under the same license as the Verve package.
+# Jannis <jannis at xfce.org>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: verve-plugin 0.3.3\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-08-01 15:43+0200\n"
+"PO-Revision-Date: 2006-02-09 16:20+0100\n"
+"Last-Translator: Vincent <imnotb at gmail.com>\n"
+"Language-Team: Dutch <vertaling at vrijschrift.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=utf-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Generate error message
+#: ../panel-plugin/verve-plugin.c:399
+msgid "Could not execute command:"
+msgstr ""
+
+#. Create properties dialog
+#: ../panel-plugin/verve-plugin.c:728
+msgid "Verve Properties"
+msgstr "Verve eigenschappen"
+
+#. Frame for appearance settings
+#: ../panel-plugin/verve-plugin.c:746
+msgid "Appearance"
+msgstr "Beeld"
+
+#. Plugin size label
+#: ../panel-plugin/verve-plugin.c:757
+msgid "Width (in chars):"
+msgstr "Breedte (in tekens):"
+
+#. vim:set expandtab sts=2 ts=2 sw=2:
+#: ../panel-plugin/verve.desktop.in.in.h:1
+#, fuzzy
+msgid "Command line interface with auto-completion and command history"
+msgstr "Commandoregel interface met auto-aanvulling en geschiedenis bladeren"
+
+#: ../panel-plugin/verve.desktop.in.in.h:2
+msgid "Verve Command Line"
+msgstr "Verve commandoregel"
+
+#. Print error message
+#: ../scripts/verve-focus.c:61
+msgid "Failed to connect to the D-BUS session bus."
+msgstr ""
+
+#. Print error message
+#: ../scripts/verve-focus.c:83
+msgid "Failed to deliver the org.xfce.Verve#GrabFocus method."
+msgstr ""
+
+#~ msgid "Verve"
+#~ msgstr "Verve"
+
+#~ msgid "Unkown command."
+#~ msgstr "Onbekend commando."

Deleted: verve-plugin/tags/0.3.3/po/pl.po

Copied: verve-plugin/tags/0.3.3/po/pl.po (from rev 1836, verve-plugin/trunk/po/pl.po)
===================================================================
--- verve-plugin/tags/0.3.3/po/pl.po	                        (rev 0)
+++ verve-plugin/tags/0.3.3/po/pl.po	2006-08-02 21:36:05 UTC (rev 1840)
@@ -0,0 +1,59 @@
+# Polish translations for verve-plugin package.
+# Copyright (C) 2006 Jannis Pohlmann.
+# This file is distributed under the same license as the verve-plugin package.
+# Piotr Maliński <admin at rk.edu.pl>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: verve-plugin 0.3.3\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-08-01 15:43+0200\n"
+"PO-Revision-Date: 2006-04-08 12:19+0900\n"
+"Last-Translator: Piotr Maliński <admin at rk.edu.pl>\n"
+"Language-Team: Polish <translation-team-pl at lists.sourceforge.net>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Generate error message
+#: ../panel-plugin/verve-plugin.c:399
+msgid "Could not execute command:"
+msgstr "Nie mogę wykonać polecenia:"
+
+#. Create properties dialog
+#: ../panel-plugin/verve-plugin.c:728
+msgid "Verve Properties"
+msgstr "Ustawienia Verve"
+
+#. Frame for appearance settings
+#: ../panel-plugin/verve-plugin.c:746
+msgid "Appearance"
+msgstr "Wygląd"
+
+#. Plugin size label
+#: ../panel-plugin/verve-plugin.c:757
+msgid "Width (in chars):"
+msgstr "Długość (znaki):"
+
+#. vim:set expandtab sts=2 ts=2 sw=2:
+#: ../panel-plugin/verve.desktop.in.in.h:1
+#, fuzzy
+msgid "Command line interface with auto-completion and command history"
+msgstr "Wiersz poleceń z autouzupełnianiem i historią"
+
+#: ../panel-plugin/verve.desktop.in.in.h:2
+msgid "Verve Command Line"
+msgstr "Wiersz Poleceń Verve"
+
+#. Print error message
+#: ../scripts/verve-focus.c:61
+msgid "Failed to connect to the D-BUS session bus."
+msgstr ""
+
+#. Print error message
+#: ../scripts/verve-focus.c:83
+msgid "Failed to deliver the org.xfce.Verve#GrabFocus method."
+msgstr ""
+
+#~ msgid "Verve"
+#~ msgstr "Verve"

Deleted: verve-plugin/tags/0.3.3/po/ru.po

Copied: verve-plugin/tags/0.3.3/po/ru.po (from rev 1836, verve-plugin/trunk/po/ru.po)
===================================================================
--- verve-plugin/tags/0.3.3/po/ru.po	                        (rev 0)
+++ verve-plugin/tags/0.3.3/po/ru.po	2006-08-02 21:36:05 UTC (rev 1840)
@@ -0,0 +1,59 @@
+# Russian translation of verve-plugin.
+# Copyright (C) 2006 Jannis Pohlmann.
+# This file is distributed under the same license as the verve-plugin package.
+# Andrey Fedoseev <andrey.fedoseev at gmail.com>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: verve-plugin 0.3.3\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-08-01 15:43+0200\n"
+"PO-Revision-Date: 2006-03-24 21:31+0500\n"
+"Last-Translator: Andrey Fedoseev <andrey.fedoseev at gmail.com>\n"
+"Language-Team: Russian <ru at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#. Generate error message
+#: ../panel-plugin/verve-plugin.c:399
+msgid "Could not execute command:"
+msgstr "Невозможно выполнить команду:"
+
+#. Create properties dialog
+#: ../panel-plugin/verve-plugin.c:728
+msgid "Verve Properties"
+msgstr "Параметры Verve"
+
+#. Frame for appearance settings
+#: ../panel-plugin/verve-plugin.c:746
+msgid "Appearance"
+msgstr "Внешний вид"
+
+#. Plugin size label
+#: ../panel-plugin/verve-plugin.c:757
+msgid "Width (in chars):"
+msgstr "Ширина (в символах):"
+
+#. vim:set expandtab sts=2 ts=2 sw=2:
+#: ../panel-plugin/verve.desktop.in.in.h:1
+#, fuzzy
+msgid "Command line interface with auto-completion and command history"
+msgstr "Командная строка с автодополнением и просмотром истории"
+
+#: ../panel-plugin/verve.desktop.in.in.h:2
+msgid "Verve Command Line"
+msgstr "Командная строка Verve"
+
+#. Print error message
+#: ../scripts/verve-focus.c:61
+msgid "Failed to connect to the D-BUS session bus."
+msgstr ""
+
+#. Print error message
+#: ../scripts/verve-focus.c:83
+msgid "Failed to deliver the org.xfce.Verve#GrabFocus method."
+msgstr ""
+
+#~ msgid "Verve"
+#~ msgstr "Verve"

Deleted: verve-plugin/tags/0.3.3/po/vi.po

Copied: verve-plugin/tags/0.3.3/po/vi.po (from rev 1836, verve-plugin/trunk/po/vi.po)
===================================================================
--- verve-plugin/tags/0.3.3/po/vi.po	                        (rev 0)
+++ verve-plugin/tags/0.3.3/po/vi.po	2006-08-02 21:36:05 UTC (rev 1840)
@@ -0,0 +1,60 @@
+# This file is distributed under the same license as the PACKAGE package.
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER.
+# Phan Vĩnh Thịnh <teppi at vnlinux.org>, 2006.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: verve-plugin 0.3.3\n"
+"Report-Msgid-Bugs-To: \n"
+"POT-Creation-Date: 2006-08-01 15:43+0200\n"
+"PO-Revision-Date: 2006-02-19 22:50+0300\n"
+"Last-Translator: Phan Vĩnh Thịnh <teppi at vnlinux.org>\n"
+"Language-Team: Vietnamese <none at li.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"X-Generator: KBabel 1.9.1\n"
+
+#. Generate error message
+#: ../panel-plugin/verve-plugin.c:399
+msgid "Could not execute command:"
+msgstr "Không thực hiện được câu lệnh:"
+
+#. Create properties dialog
+#: ../panel-plugin/verve-plugin.c:728
+msgid "Verve Properties"
+msgstr "Thuộc tính Verve"
+
+#. Frame for appearance settings
+#: ../panel-plugin/verve-plugin.c:746
+msgid "Appearance"
+msgstr "Vẻ ngoài"
+
+#. Plugin size label
+#: ../panel-plugin/verve-plugin.c:757
+msgid "Width (in chars):"
+msgstr "Rộng (theo ký tự):"
+
+#. vim:set expandtab sts=2 ts=2 sw=2:
+#: ../panel-plugin/verve.desktop.in.in.h:1
+#, fuzzy
+msgid "Command line interface with auto-completion and command history"
+msgstr ""
+"Giao diện dòng lệnh với khả năng tự động kết thúc dòng lệnh và duyệt lịch sử"
+
+#: ../panel-plugin/verve.desktop.in.in.h:2
+msgid "Verve Command Line"
+msgstr "Dòng lệnh Verve"
+
+#. Print error message
+#: ../scripts/verve-focus.c:61
+msgid "Failed to connect to the D-BUS session bus."
+msgstr ""
+
+#. Print error message
+#: ../scripts/verve-focus.c:83
+msgid "Failed to deliver the org.xfce.Verve#GrabFocus method."
+msgstr ""
+
+#~ msgid "Verve"
+#~ msgstr "Verve"




More information about the Goodies-commits mailing list