Gnome2
view release on metacpan or search on metacpan
ChangeLog.pre-git view on Meta::CPAN
2004/01/27 19:40 (+0100) kaffeetisch
* t/GnomeClient: Use the correct
Gnome2::Client->interaction_key_return syntax.
* xs/GnomeAppHelper.xs: Mark ix unused in some places.
* xs/GnomeClient.xs
* xs/GnomeUtil.xs: Avoid creating two xsubs with ALIAS when we
really only want one.
* gnome2perl.h
* xs/GnomeWindow.xs: Remove some apparently unneeded #include's.
2004/01/26 01:47 (-0500) muppetman
* xs/GnomeWindow.xs: bad muppet, that should've been
#undef GNOME_DISABLE_DEPRECATED.
2004/01/25 23:26 (-0500) muppetman
* xs/GnomeClient.xs, xs/GnomeUtil.xs: hush unused var warnings
* xs/GnomeWindow.xs: #define GNOME_DISABLE_DEPRECATED, so
gnome_window_toplevel_set_title() is defined at compile time. (it
was deprecated in october of '03.)
2004/01/24 21:44 (-0500) rwmcfa1
* Makefile.PL: removed runtime_reqs stuff, replaced by the pkg-config
trick
* perl-Gnome2.spec.in: use pkg-config for Requires version
2004/01/14 18:16 (-0500) muppetman
* t/GnomePasswordDialog.t: GnomePasswordDialog and
GnomeAuthenticationManager didn't appear until 2.3.6, use version
guards to skip tests on older releases.
2003/12/31 11:45 (+0100) kaffeetisch
* xs/BonoboDockItem.xs: Remove functions that weren't supposed to
be bound in the first place (namely set_lock, detach, attach,
unfloat, grab_pointer, drag_floating, handle_size_request,
get_floating_position, and get_grip). That also hushes compiler
warnings. Thanks to muppet for catching this.
2003/12/31 02:10 (-0500) muppetman
more warnings fixes:
* xs/GnomeApp.xs, xs/GnomeConfig.xs, xs/GnomeDruid.xs,
xs/GnomeInit.xs, xs/GnomeModuleInfo.xs, xs/GnomeUIDefs.xs:
don't let RETVAL be used uninitialized in alias switches.
* xs/Gnome2.xs: mark ax unused in functions which don't touch the
input stack, to hush compiler warnings
* xs/GnomeScore.xs: return type on PPCODE xsubs must be void.
2003/12/29 16:32 (-0500) rwmcfa1
* perl-Gnome2.spec.in: use the new DATE replacement in conjunction with
VERSION to create the changlog on the fly, which is better.
2003/12/22 23:54 (-0500) muppetman
* xs/GnomeConfig.xs: initialize variables to avoid 'may be used
uninitialized' warnings in functions with alias switches. it's not
likely that we'll trigger them, but it's nice to shut them up.
2003/12/22 18:07 (-0500) rwmcfa1
* Makefile.PL: removed a type-o do_pod_files.
2003/12/20 19:58 (+0100) kaffeetisch
* t/GnomeConfig.t: Add a TODO comment about a bug in libgnome.
2003/12/19 18:18 (+0100) kaffeetisch
* gnome2perl.h
* xs/GnomeHelp.xs
* xs/GnomeURL.xs: Rename SvGnomeCharArray to SvEnvArray and move
it to Gnome2-VFS.
2003/12/18 22:13 (+0100) kaffeetisch
* Gnome2.pm: Mention Gnome2::index.
2003/12/16 00:02 (+0100) kaffeetisch
* xs/GnomeConfig.xs
* xs/GnomeI18N.xs
* xs/GnomeIconLookup.xs
* xs/GnomeIconTheme.xs
* xs/GnomeProgram.xs: Add API documentation.
2003/12/15 01:12 (+0100) kaffeetisch
A t/TestBoilerplate
* t/*: Put some boilerplate code into an external file. Skip most
tests if Gtk2->init_check fails.
* README: Reformat slightly.
* Gnome2.pm
* META.yml: Bump version to 0.90.
2003/12/14 20:48 (+0100) kaffeetisch
* xs/GnomeAppHelper.xs: In the custom marshaller for GnomePopupMenu
callbacks, don't use GPERL_CALLBACK_MARSHAL_INIT on callback because it
would try to access callback->priv, which doesn't exist since callback
is a plain SV.
2003/12/14 05:37 (+0100) kaffeetisch
* xs/GnomeAppHelper.xs
( run in 0.455 second using v1.01-cache-2.11-cpan-5511b514fd6 )