Skip to content
Snippets Groups Projects
Commit 067d556d authored by Jannis Pohlmann's avatar Jannis Pohlmann
Browse files

Tag for 0.3.4 created

(Old svn revision: 1846)
parent b64b198d
No related branches found
No related tags found
No related merge requests found
2006-08-02 Jannis Pohlmann <jannis@xfce.org>
* configure.in.in, po/*.po: Version 0.3.4 released, which fixes
a major verve-focus bug (#2113).
2006-08-02 Jannis Pohlmann <jannis@xfce.org>
* scripts/verve-focus.c: Fix segfault caused by a DBusError
pointer not being initialized (bug #2113).
2006-08-02 Jannis Pohlmann <jannis@xfce.org>
* README: Add optional D-BUS dependency.
2006-08-02 Jannis Pohlmann <jannis@xfce.org>
* 0.3.3 released.
2006-08-02 Jannis Pohlmann <jannis@xfce.org>
* TODO: TODO list updated
* THANKS: Translator credits updated
* README: Dependencies updated
2006-08-02 Jannis Pohlmann <jannis@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@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@xfce.org>
* panel-plugins/verve.c: Add "/?" to the URL expressions. This
......
......@@ -7,6 +7,9 @@ SUBDIRS = \
scripts \
po
AUTOMAKE_OPTIONS = \
dist-bzip2
distclean-local:
rm -rf *.spec *.cache *~
......
Required packages:
* exo (from SVN)
* libxfce4panel-1.0 (from SVN)
* libxfce4util-1.0 (from SVN)
* libpcre
* exo >= 0.3.1.3
* xfce4-panel >= 4.3.28
* libxfce4util >= 4.3.0
* GLib >= 2.6.4
* libpcre
Optional dependencies:
* libstartup-notification-1.0 >= 0.4
Optionall required packages:
* D-BUS >= 0.34
Translators
-----------
Carles Munoz Gorriz (ca) <carlesmu@internautas.org>
Piarres Beobide (eu) <pi@beobide.net>
Jannis Pohlmann (de) <jannis@xfce.org>
Maximilian Schleiss (fr) <maxschleiss@bluewin.ch>
Roberto Pariset (it) <r.pariset@gmail.com>
Daichi Kawahata (ja) <daichi@xfce.org>
Vincent (nl) <imnotb@gmail.com>
Piotr Malinski (po) <admin@rk.edu.pl>
Andrey Fedoseev (ru) <andrey.fedoseev@gmail.com>
Phan Vĩnh Thịnh (vi) <teppi@vnlinux.org>
TODO
=======================================================================
- Add timeout for flashing input field when org
.xfce.RunDialog/OpenDialog is called.
- Add ThunarVFS support in order to monitor $PATH
- Write script editor for ~/bin (using the favorite editor)
- Make number of cached history commands configurable
......@@ -7,7 +7,7 @@ dnl ***************************
dnl *** Initialize autoconf ***
dnl ***************************
AC_COPYRIGHT([Copyright (c) 2006 - Jannis Pohlmann <jannis@xfce.org>])
AC_INIT([verve-plugin], [0.3.2], [jannis@xfce.org], [verve-plugin])
AC_INIT([verve-plugin], [0.3.4], [jannis@xfce.org], [verve-plugin])
AC_REVISION([$Id$])
AC_PREREQ([2.50])
......
......@@ -46,8 +46,8 @@ xfce4_verve_plugin_CFLAGS += \
xfce4_verve_plugin_LDFLAGS += \
$(DBUS_LIBS)
verve-dbus-service-infos.h: $(srcdir)/verve-dbus-service-infos.xml Makefile
dbus-binding-tool --prefix=verve_dbus_service --mode=glib-server verve-dbus-service-infos.xml > verve-dbus-service-infos.h
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
......@@ -71,7 +71,12 @@ EXTRA_DIST = \
verve-dbus-service-infos.xml
DISTCLEANFILES = \
$(desktop_DATA) $(desktop_in_files)
$(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
......
......@@ -6,7 +6,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: verve-plugin 0.3.2\n"
"Project-Id-Version: verve-plugin 0.3.4\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"
......
......@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: verve-plugin 0.3.2\n"
"Project-Id-Version: verve-plugin 0.3.4\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"
......
......@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: verve-plugin 0.3.2\n"
"Project-Id-Version: verve-plugin 0.3.4\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"
......
......@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: verve-plugin 0.3.2\n"
"Project-Id-Version: verve-plugin 0.3.4\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"
......
......@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: verve-plugin 0.3.2\n"
"Project-Id-Version: verve-plugin 0.3.4\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"
......
......@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: verve-plugin 0.3.2\n"
"Project-Id-Version: verve-plugin 0.3.4\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"
......
......@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: verve-plugin 0.3.2\n"
"Project-Id-Version: verve-plugin 0.3.4\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"
......
......@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: verve-plugin 0.3.2\n"
"Project-Id-Version: verve-plugin 0.3.4\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"
......
......@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: verve-plugin 0.3.2\n"
"Project-Id-Version: verve-plugin 0.3.4\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"
......
......@@ -5,7 +5,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: verve-plugin 0.3.2\n"
"Project-Id-Version: verve-plugin 0.3.4\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"
......
......@@ -4,7 +4,7 @@
#
msgid ""
msgstr ""
"Project-Id-Version: verve-plugin 0.3.2\n"
"Project-Id-Version: verve-plugin 0.3.4\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"
......
......@@ -42,17 +42,17 @@ main (int argc,
DBusConnection *connection;
DBusMessage *method;
DBusMessage *result;
DBusError *error;
DBusError error;
gint exit_status;
/* Configure gettext */
xfce_textdomain (GETTEXT_PACKAGE, PACKAGE_LOCALE_DIR, "UTF-8");
/* Initialize error structure */
dbus_error_init (error);
dbus_error_init (&error);
/* Connect to the session bus */
connection = dbus_bus_get (DBUS_BUS_SESSION, error);
connection = dbus_bus_get (DBUS_BUS_SESSION, &error);
/* Print error if connection failed */
if (G_UNLIKELY (connection == NULL))
......@@ -61,7 +61,7 @@ main (int argc,
g_error (_("Failed to connect to the D-BUS session bus."));
/* Free error structure */
dbus_error_free (error);
dbus_error_free (&error);
/* Exit with error code */
return EXIT_FAILURE;
......@@ -71,7 +71,7 @@ main (int argc,
method = dbus_message_new_method_call ("org.xfce.Verve", "/org/xfce/RunDialog", "org.xfce.Verve", "GrabFocus");
/* Send message and wait for reply */
result = dbus_connection_send_with_reply_and_block (connection, method, 5000, error);
result = dbus_connection_send_with_reply_and_block (connection, method, 5000, &error);
/* Destroy sent message */
dbus_message_unref (method);
......@@ -83,7 +83,7 @@ main (int argc,
g_debug (_("Failed to deliver the org.xfce.Verve#GrabFocus method."));
/* Free error structure */
dbus_error_free (error);
dbus_error_free (&error);
/* Set exit status */
exit_status = EXIT_FAILURE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment