Gnome2-VFS

 view release on metacpan or  search on metacpan

ChangeLog.pre-git  view on Meta::CPAN


	* Makefile.PL: rpm stuff added

	* perl-Gnome2-VFS.spec.in: initial import

2003/12/31 02:21 (-0500) muppetman

	* GnomeVFSAsync.xs: include gnome-vfs-job-limit.h to quell
	undeclared function warnings.

2003/12/29 16:32 (-0500) rwmcfa1

	* Makefile.PL: added a build dep version for Gtk2

2003/12/22 23:55 (-0500) muppetman

	* xs/GnomeVFS.xs: use braces to disambiguate the ifelse, and thereby
	shut up the compiler about it.

	* xs/GnomeVFSMime.xs: remove unused variable.

	* xs/GnomeVFSUtils.xs: not sure why that "warn;" was there.

2003/12/23 01:30 (+0100) kaffeetisch

	* Makefile.PL: Don't call do_pod_files twice.

2003/12/22 01:19 (+0100) kaffeetisch

	* META.yml
	* VFS.pm: Version 0.10.

2003/12/21 15:17 (+0100) kaffeetisch

	* VFS.pm: Add a KNOWN BUGS section.

2003/12/20 14:34 (+0100) kaffeetisch

	* xs/GnomeVFSAsync.xs: Add a commented out attempt to handle
	callback destruction.  Comment out the thread locks as they caused
	the async stuff to not work anymore.

2003/12/19 18:20 (+0100) kaffeetisch

	* Makefile.PL: Make the GType version check more robust.

	* vfs2perl.h
	* xs/GnomeVFS.xs: Move SvEnvArray from Gnome2 here.

	* t/GnomeVFSMime
	* xs/GnomeVFSMime.xs: Many leakage related minor changes and some
	commentary.  API doc.

2003/12/18 20:42 (-0500) muppetman

	* xs/GnomeVFS.xs: hush unused var warning in get_version_info.

	* xs/GnomeVFSAsync.xs: looks like a couple of
	s/VFS2PERL_GNOME_TYPE/GNOME_VFS_TYPE/ slipped through the cracks.

	* xs/GnomeVFSDirectory.xs, xs/GnomeVFSOps.xs: if using PPCODE, the
	return type should be void.  this hushes some 'unused var RETVAL'
	warnings.

	* xs/GnomeVFSUtils.xs: disambiguating braces hush compiler warnings.
	
2003/12/18 22:23 (+0100) kaffeetisch

	* VFS.pm: Mention Gnome2::VFS::index.

	* Makefile.PL
	* maps
	* vfs2perl.h
	* xs/GnomeVFSXfer.xs: Since gnome-vfs 2.5.3 now ships with own
	GTypes, we use those instead of the home-grown ones if they are
	available.  For that to work, GNOME_VFS_TYPE_VFS_ is now used as
	the prefix for all GTypes so that we can easily switch between our
	and gnome-vfs' implementation.

2003/12/12 23:29 (+0100) kaffeetisch

	A README
	* MANIFEST: Add a README.

	* VFS.pm: Remove license boilerplate.

	* vfs2perl.h: Add a SvGnomeVFSMimeApplication prototype to silence
	compiler warnings.

	* t/GnomeVFSApplicationRegistry
	* t/GnomeVFSAsync
	* t/GnomeVFSDirectory.t
	* t/GnomeVFSFileInfo.t
	* t/GnomeVFSOps.t
	* t/GnomeVFSURI.t
	* t/GnomeVFSUtils.t
	* t/GnomeVFSXfer.t: Use the -init parameter instead of calling the
	init method manually.

	* xs/GnomeVFSApplicationRegistry.xs
	* xs/GnomeVFSOps.xs: Add API doc.

2003/12/04 19:31 (+0100) kaffeetisch

	* t/GnomeVFSUtils.t
	* xs/GnomeVFSUtils.xs: Implement Gnome2::VFS::url_show_with_env.

2003/12/02 22:14 (-0500) muppetman

	* t/GnomeVFSUtils.t: updated the skip count

2003/12/01 23:42 (+0100) kaffeetisch

	* t/GnomeVFSMime: Remove a blank.

	* xs/GnomeVFSMime.xs: Enable some currently leaking methods.

	* xs/GnomeVFSOps.xs: Update comments.

	* t/GnomeVFSUtils.t
	* xs/GnomeVFSUtils.xs: Implement and test

ChangeLog.pre-git  view on Meta::CPAN


	* maps
	* genmaps.pl: Map GnomeVFSURIHideOptions to
	Gnome2::VFS::URI::HideOptions instead of
	Gnome2::VFS::URIHideOptions.

	R xs/GnomeVFSMimeHandlers.xs
	A xs/GnomeVFSMime.xs
	R t/GnomeVFSMimeHandlers.t
	A t/GnomeVFSMime.t
	* vfs2perl.h
	* maps
	* genmaps.pl: GnomeVFSMimeHandlers.(xs|t) => GnomeVFSMime.$1.
	Implement and test support for GnomeVFSMIMEMonitor.

	* xs/GnomeVFS.xs: Implement Gnome2::VFS::get_mime_type.

	* xs/GnomeVFSDirectory.xs
	* xs/GnomeVFSOps.xs
	* xs/GnomeVFSXfer.xs: Follow muppet's advise: Don't use ALIAS
	sections to "rename" functions but do it the manly way instead.
	We now don't have two xsubs for those functions anymore but we
	also lose a bit of C API compatability.  Considering the very high
	stinkage factor of that API, that's not necessarily a bad thing
	though.

2003/11/27 22:55 (+0100) kaffeetisch

	A t/GnomeVFSMimeHandlers.t
	A xs/GnomeVFSMimeHandlers.xs
	* vfs.typemap
	* vfs2perl.h: Initial implementation of GnomeVFSMimeHandlers.  It
	still has a few unbound functions, most of which need Bonobo
	typemaps.

2003/11/26 12:33 (-0500) muppetman

	* vfs2perl.h
	* xs/GnomeVFSFileInfo.xs: repair bits of the patch that got out
	of sync.  works properly on gnome 2.0 now.

2003/11/25 23:04 (+0100) kaffeetisch

	* vfs2perl.h
	* xs/GnomeVFSFileInfo.xs: Apply muppet's patch to work around the
	fact that some older versions of gnome-vfs shipped with a
	definition of GnomeVFSFilePermissions that glib-mkenums doesn't
	recognize as a GFlags aspirant.

2003/11/25 00:15 (+0100) kaffeetisch

	R vfs2perl.typemap
	A vfs.typemap
	* MANIFEST
	* Makefile.PL: Rename vfs2perl.typemap to vfs.typemap to avoid
	that it gets overwritten by the one generated by Gtk2::CodeGen.

	* xs/GnomeVFSAsync.xs
	* xs/GnomeVFSDirectory.xs
	* xs/GnomeVFSOps.xs
	* xs/GnomeVFSXfer.xs: Don't declare variables in CODE or PPCODE
	sections, use PREINIT instead.

2003/11/23 21:52 (+0100) kaffeetisch

	* Makefile.PL: Use custom prefixes for all GEnums and GFlags so
	that there are no conflicts if/when gnome-vfs starts creating its
	own ones. (muppet)

	* examples/downloader.pl: Use mnemonics and provide better status
	messages.

	* t/GnomeVFSFileInfo.t: Don't test matches by fetching the info
	from the same file twice but by comparing one info to itself.  The
	reason it was only working on my machine but not on others was
	that I had access time storage disabled. (Ross McFarland)

	* t/GnomeVFSUtils.t: Skip the make_uri_canonical test on versions
	older than 2.1.0. (muppet)

	* xs/GnomeVFS.xs: Remove FIXME comments.

	* xs/GnomeVFSFileInfo.xs: Use macros to avoid code duplication.

	* Makefile.PL
	* maps
	A vfs2perl.c
	* vfs2perl.h
	* vfs2perl.typemap
	* xs/GnomeVFSAsync.xs
	* xs/GnomeVFSDirectory.xs
	* xs/GnomeVFSOps.xs
	* xs/GnomeVFSURI.xs: Use standard GBoxed wrappers instead of the
	homebrew HV + magic thingies.  There's less code duplication and
	better documentation now.  A potentially negative side effect is
	that you can't store additional data inside the Perl objects
	anymore.  The change necessitated the creation and registration of
	GTypes for those structs, too. (muppet, for suggesting this step)

	* xs/GnomeVFSAsync.xs
	* xs/GnomeVFSDirectory.xs
	* xs/GnomeVFSOps.xs
	* xs/GnomeVFSXfer.xs: Stick to the standard GPerlCallback
	marshalling wherever possible.

2003/11/18 23:36 (+0100) kaffeetisch

	* examples/downloader.pl: Handle a click on Download with nothing
	in the text entry gracefully.

	* Makefile.PL: Don't #define the GTypes in the .c, they're already
	in the .h.

2003/11/16 20:32 (-0500) muppetman

	* xs/GnomeVFSAsync.xs, xs/GnomeVFSDirectory.xs, xs/GnomeVFSOps.xs,
	xs/GnomeVFSXfer.xs: use the new GPerlCallback helper macros in
	gperl_marshal.h

	* examples/downloader.pl: start downloading when the user hits enter
	in the url entry



( run in 0.926 second using v1.01-cache-2.11-cpan-5511b514fd6 )