2003-04-30  Bryan Forbes  <mxpxfifws@yahoo.com>

  * libgnomevfs/src/enums.hg: changed Result from a typedef to the
  newly found _WRAP_ENUM with a NO_GTYPE and removed the inclusion of 
  gnome-vfs-result.h.  Also, wrapped GnomeVFSURIHideOptions and 
  GnomeVFSDirectoryVisitOptions.
  * libgnomevfs/src/uri.hg: include enums.h so URIHideOptions can be used in
  the to_string method.
  * libgnomevfs/src/libgnomevfs_enums.defs: removed the GNOME_ prefix from the
  GnomeVFSResult, GnomeVFSURIHideOptions, and GnomeVFSDirectoryVisitOptions enum
  entries to get correct enum names (URI_* instead of VFS_URI_*).
  * libgnomevfs/libgnomevfsmm/directory-handle.h:
  * libgnomevfs/libgnomevfsmm/directory-handle.cc: changed visit_options from 
  GnomeVFSDirectoryVisitOptions to DirectoryVisitOptions in visit() and
  static_cast<>'ed to GnomeVFSDirectoryVisitOptions where needed.
  * tools/m4/convert_gnome_vfsmm.m4: added _CONVERSION() macros for
  Result<->GnomeVFSResult, URIHideOptions<->GnomeVFSURIHideOptions,
  FileInfoOptions<->GnomeVFSFileInfoOptions, and 
  DirectoryVisitOptions<->GnomeVFSDirectoryVisitOptions.

2003-04-27  Bryan Forbes  <mxpxfifws@yahoo.com>

  * libgnomevfs/src/file-info.hg: added NO_GTYPE parameter to _WRAP_ENUM
  to get correctly generated FileInfoOptions enum.
  * libgnomevfs/src/libgnomevfs_enums.defs: removed GNOME_ prefix from
  the GnomeVFSFileInfoOptions enum entry to get correct enum names (FILE_* 
  instead of VFS_FILE_*).
  * libgnomevfs/libgnomevfsmm/directory-handle.h:
  * libgnomevfs/libgnomevfsmm/directory-handle.cc:
  * libgnomevfs/libgnomevfsmm/handle.h:
  * libgnomevfs/libgnomevfsmm/handle.cc:
  * libgnomevfs/src/uri.hg:
  * libgnomevfs/src/uri.ccg: changed GnomeVFSFileInfoOptions to
  FileInfoOptions and did static_cast<GnomeVFSFileInfoOptions> where
  needed in the source.

2003-04-21  Bryan Forbes  <mxpxfifws@yahoo.com>

   * build_shared/Makefile_build_gensrc.am_fragment: took out the
   files_extra_h variable which was causing problems compiling.
   * libgnomevfs/gnome-vfsmm-2.0.pc.in: changed it to tell compiler
   to link against gnomevfsmm-1.3.* instead of gnome-vfsmm-1.3.
   * libgnomevfs/libgnomevfsmm/Makefile.am: added wrap_init.h to
   files_extra_h instead of +='ing it to the end, which didn't
   work and changed sublib_libname to gnome-vfsmm-2.0 so headers
   install correctly.
	
2003-04-27  Per Kristian Gjermshus  <pkg@newmad.no>
	
	* libgnomevfs/src/file-info.ccg, libgnomevfs/src/file-info.hg, 
	libgnomevfs/src/uri.hg: Made file_info functions work and throw
	exceptions.
	
2003-03-29  Murray Cumming  <murrayc@usa.net>

	* examples/Makefile.am_fragment: Include from distdir as well as
	srcdir to fix distcheck.
	* libgnomevfs/libgnomevfsmm/private/Makefile.am: Use _HEADERS instead
	of _DATA to fix distcheck.

2003-03-29  Murray Cumming  <murrayc@usa.net>

	* Added Gnome::Vfs::DirectoryHandle. Added member accessors to
	Gnome::Vfs::FileInfo. Added examples/directory_list.

2003-03-23  Murray Cumming  <murrayc@usa.net>

	* Added examples/simple, based on the C example Simple Sample Program
	in the gnome-vfs API documentation.

