head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.32 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.30 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.28 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.26 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.24 pkgsrc-2009Q4-base:1.2 pkgsrc-2008Q4:1.2.0.22 pkgsrc-2008Q4-base:1.2 pkgsrc-2008Q3:1.2.0.20 pkgsrc-2008Q3-base:1.2 cube-native-xorg:1.2.0.18 cube-native-xorg-base:1.2 pkgsrc-2008Q2:1.2.0.16 pkgsrc-2008Q2-base:1.2 pkgsrc-2008Q1:1.2.0.14 pkgsrc-2008Q1-base:1.2 pkgsrc-2007Q4:1.2.0.12 pkgsrc-2007Q4-base:1.2 pkgsrc-2007Q3:1.2.0.10 pkgsrc-2007Q3-base:1.2 pkgsrc-2007Q2:1.2.0.8 pkgsrc-2007Q2-base:1.2 pkgsrc-2007Q1:1.2.0.6 pkgsrc-2007Q1-base:1.2 pkgsrc-2006Q4:1.2.0.4 pkgsrc-2006Q4-base:1.2 pkgsrc-2006Q3:1.2.0.2 pkgsrc-2006Q3-base:1.2 pkgsrc-2006Q2:1.1.0.2 pkgsrc-2006Q2-base:1.1; locks; strict; comment @# @; 1.2 date 2006.09.16.14.46.55; author jmmv; state dead; branches; next 1.1; 1.1 date 2006.04.04.13.27.44; author jmmv; state Exp; branches; next ; desc @@ 1.2 log @Update to 0.4.2. OK'ed by wiz@@ during the freeze. Closes PR pkg/34317. version 0.4.2 (17-June-2006): * Add G_BEGIN_DECLS and G_END_DECLS to notify.h, so that libnotify can be used in C++ applications properly. version 0.4.1 (17-June-2006): * Added support for attaching to a GtkStatusIcon. Patch by chpe. (Bug #60) * Added GObject properties to NotifyNotification. Patch by chpe. (Bug #60) * Added API documentation, accessible through devhelp. * Fixed up libnotify.pc to support dependencies correctly. (Bug #58) * Fixed notify_uninit() to properly set _initted to FALSE after being called. (Bug #56) version 0.4.0 (26-April-2006): * Patch by M.S. to switch notify-send to use GOption instead of popt, to add -v, --version, -h, and --hint options, and to rename -T, --type to -c, --category. This also fixes assertions when calling notify-send "". (Bug #41) * Fixed the short flag for --type to be -T in notify-send. (Bug #18) * Fixed the help in notify-send to indicate that --expire-timeout requires milliseconds, not seconds. (Bug #28) * Fixed some C99 usage. Patch by jensgr. (Bug #44) * Fixed notify-send on PPC. @ text @$NetBSD: patch-aa,v 1.1 2006/04/04 13:27:44 jmmv Exp $ --- tests/test-server-info.c.orig 2006-01-20 10:53:53.000000000 +0100 +++ tests/test-server-info.c @@@@ -26,10 +26,10 @@@@ int main(int argc, char **argv) { - notify_init("TestCaps"); GList *l, *caps; char *name, *vendor, *version, *spec_version; + notify_init("TestCaps"); if (!notify_get_server_info(&name, &vendor, &version, &spec_version)) { fprintf(stderr, "Failed to receive server info.\n"); @ 1.1 log @Fix C99ism so that this builds under NetBSD 1.6.2. @ text @d1 1 a1 1 $NetBSD$ @