2003-07-19  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am: remove the .spec from the distribution
	* NEWS:
	* configure.in: Bump to 0.99.11

2003-07-19  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am: updated
	* autogen.sh: upd
	* configure.in: upd
	* rio500-method.c: added a notice
	* smb-method.c: merged from smbclient-method, new smb method based
	on SAMBA's libsmbclient library
	* smb-method.h: removed
	* samba/*: removed

2003-07-16  Artur Flinta  <aflinta@cvs.gnome.org>

	* configure.in: Added "pl" to ALL_LINGUAS.

2003-05-15 Christophe Fergeau  <teuf@users.sourceforge.net>

	* extra-module.conf: removed .so extensions from module filenames

2003-05-10  Jordi Mallach  <jordi@sindominio.net>

	* configure.in: Added "ca" (Catalan) to ALL_LINGUAS.

2003-05-10  Danilo Šegan  <dsegan@gmx.net>

	* configure.in: Added "sr" and "sr@Latn" to ALL_LINGUAS.

2003-04-25  Michael Meeks  <michael@ximian.com>

	* smb-method.c (get_file_type): add missing 'static'
	(smb_connection_free_if_necessary): turn the g_warning
	into a DEBUG_SMB to safe crufty warnings.
	(lookup_uri): rename data to out_data, knobble
	return value on error for safety.
	(get_file_type): s/data/out_data/, make return type
	more obvious, fix leak.
	(smb_host_connection_find, smb_host_connection_new),
	(smb_host_connection, smb_share_connection_new): 

2003-04-15  Dave Camp  <dave@ximian.com>

	* smb-method.c: (do_open_directory): Use smb_dir_handle_destroy
	instead of g_free to free the handle, and always NULL out the 
	private data.
	(vfs_module_init): Don't use a destroy handler for the dirhandle
	private data.

2003-04-06  Duarte Loreto <happyguy_pt@hotmail.com>

        * configure.in: Added "pt" to ALL_LINGUAS.

2003-04-02  Alessio Frusciante  <algol@firenze.linux.it>

	* configure.in (ALL_LINGUAS): Added "it" (Italian) 

2003-03-25  Metin Amiroff <metin@karegen.com>

	* configure.in: Added "az" to ALL_LINGUAS.

2003-03-21  Guntupalli Karunakar  <karunakar@freedomink.org>

	* configure.in: Added "ml" to ALL_LINGUAS.

2003-02-21  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "ga" to ALL_LINGUAS.

2003-02-14  Takeshi AIHANA <aihana@gnome.gr.jp>

	* configure.in: Added ja into ALL_LINGUAS.

2003-02-12  Alexander Larsson  <alexl@redhat.com>

	* NEWS: 
	* configure.in:
	Bump to 0.99.10
	
2003-02-12  Alexander Larsson  <alexl@redhat.com>

	* smb.desktop.in (Comment):
	fix typos

	* smb-method.c:
	Faster workgroup browsing.
	Don't have to enumerate workgroup for file-reading to work.

2003-02-10  Christian Neumair  <chris@gnome-de.org>

	* smb.desktop.in:
	Mark name and comment for translation.

2003-02-06  Alexander Larsson  <alexl@redhat.com>

	* NEWS: 
	* configure.in:
	Bump to 0.99.9

2003-02-06  Alexander Larsson  <alexl@redhat.com>
	
	* smb-method.c (vfs_module_init):
	Don't call textdomain()

2003-01-27  Alexander Larsson  <alexl@redhat.com>

	* smb-method.c:
	Move include to make it compile on freebsd.
	Patch from einekoai@chello.nl.

2003-01-26  Daniel Yacob <locales@geez.org>

	* configure.in: Added am to ALL_LINGUAS.

2003-01-07  German Poo Caaman~o <gpoo@ubiobio.cl>

	* configure.in: (ALL_LINGUAS) Added Spanish (es).

--- 0.99.8 ---
	
2003-01-06  Alexander Larsson  <alexl@redhat.com>

	* NEWS:
	* configure.in:
	Bump to 0.99.8.

2002-01-03  Jon Svendsen  <jon-sven@frisurf.no>

	* smb-method.c: 
	don't attempt smb_host_connection () when type is 
	SMB_VIRTUAL_TYPE_WORKGROUP_FILE.

2003-01-03  Yanko Kaneti <yaneti@declera.com>

	* configure.in: (ALL_LINGUAS) Added Bulgarian (bg).

2002-12-20  Stanislav Visnovsky  <visnovsky@nenya.ms.mff.cuni.cz>

	* configure.in: Added "sk" to ALL_LINGUAS.

--- 0.99.7 ---
	
2002-12-16  Alexander Larsson  <alexl@redhat.com>

	* NEWS: 
	Update
	
	* configure.in:
	Bump to 0.99.7, require gnome-vfs 2.1.5.

2002-12-12  Christophe Fergeau <teuf@users.sourceforge.net>

	* smb-method.c: fixed compilation 

2002-12-12  Alexander Larsson  <alexl@redhat.com>

	* smb-method.c (smb_root_connection):
	return GNOME_VFS_ERROR_NO_MASTER_BROWSER if we fail.
	Requires gnome-vfs CVS version after 2.1.4

2002-12-11  Alexander Larsson  <alexl@redhat.com>

	* smb-method.c:
	Merge changes from HEAD:
	Correct efficient seek_end handling
	Don't deadlock while showing auth callback dialog.

	Other changes:
	Cleaned up indentation and braces
	Use g_get_user_name() to get default user name
	Change the icon names to match the new icon theme stuff
	Remove unused code
	Make share dirs of mimetype x-directory/smb-share to allow icons
	Don't show hidden shares
	Make workgroup file don't look read-only
	Remove c++ comments
	
2002-12-11  Alexander Larsson  <alexl@redhat.com>

	* smb-method.c:
	Import version 1.24.2.13 on the ximian-smb branch.
	More merging to come.

2002-11-26  Hasbullah BIn Pit <sebol@ikhlas.com>

        * configure.in: Added "ms" to ALL_LINGUAS.

2002-11-13  Michael Meeks  <michael@server.home>

	* smb-method.c (do_write): manage file_size cache
	properly.
	(do_get_file_info_from_handle, do_truncate_handle): add
	note on updating cache when written.

2002-11-12  Michael Meeks  <michael@server.home>

	* smb-method.c (do_open): grab file size if
	we're opened 'RANDOM'.
	(do_seek): seek using the size if SEEK_END.

2002-11-10  Ole Laursen  <olau@hardworking.dk>

	* configure.in: Added da to ALL_LINGUAS.

--- 0.99.6.1 ---
	
2002-11-04  Alexander Larsson  <alexl@redhat.com>

	* configure.in: update to 0.99.6.1

2002-11-03  Bastien Nocera  <hadess@hadess.net>

	* NEWS: upd for 0.99.6

2002-11-03  Bastien Nocera  <hadess@hadess.net>

	* configure.in: release 0.99.6

2002-10-31  Bastien Nocera  <hadess@hadess.net>

	* smb.desktop.in: fix iconpath for GnomeIconTheme stuff

2002-10-31  Naba Kumar <naba@gnome.org>

	* configure.in: Added hi to ALL_LINGUAS
	
2002-10-30  Bastien Nocera  <hadess@hadess.net>

	* configure.in: added en_GB to ALL_LINGUAS

2002-10-15  Bastien Nocera  <hadess@hadess.net>

	* smb-method.c: (lookup_uri): fix crash in lookup_uri when using
	gnome_vfs_get_file_info () without the right permissions

2002-10-13  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am: link the modules to gnome-vfs otherwise it breaks with
	apps not resolving symbold lazily

2002-10-01  Abel Cheung  <maddog@linux.org.hk>

	* configure.in: Added "zh_TW" to ALL_LINGUAS.

2002-10-01  Stanislav Brabec  <sbrabec@suse.cz>

	* configure.in: Added cs to ALL_LINGUAS.

2002-09-19  Bastien Nocera  <hadess@hadess.net>

	* rio500-method.c: (do_open): fix the "trying to create a file under
	rio500://internal/ and it never finishes" bug

2002-09-04  Alex Graveley  <alex@ximian.com>

	* configure.in: Remove trailing semi-colons which were horking the
	build with recent autoconf.

2002-09-03  Alexander Larsson  <alexl@redhat.com>

	* configure.in:
	* NEWS:
	Update to 0.99.5.

2002-09-03  Alexander Larsson  <alexl@redhat.com>

	* smb-method.c:
	Don't keep samba locked while doing auth callbacks.

2002-08-28  Gustavo Noronha Silva  <kov@debian.org>

	* configure.in (ALL_LINGUAS): Added pt_BR translation

2002-08-26  Pablo Saratxaga  <pablo@mandrakesoft.com>

	* configure.in: Added Vietnamese (vi) and Walloon (wa) to ALL_LINGUAS

2002-08-19  Alexander Larsson  <alexl@redhat.com>

	* configure.in:
	* NEWS:
	Update to 0.99.4

2002-08-18  Changwoo Ryu  <cwryu@debian.org>

	* configure.in (ALL_LINGUAS): Added Korean (ko) language.

2002-08-17  Bastien Nocera  <hadess@hadess.net>

	* configure.in: fix an extraneous ";" which apparently breaks autoconf
	2.52 (patch by Miles Lane) (Closes: #91037)

2002-08-14  Andras Timar  <timar@gnome.hu>

	* configure.in (ALL_LINGUAS): added Hungarian (hu) language support.

2002-08-13  Peteris Krisjanis <peteris.krisjanis@os.lv>

	* configure.in (ALL_LINGUAS): added Latvian (lv) language support.

2002-08-12  Alexander Larsson  <alexl@redhat.com>

	* configure.in:
	Bump version to 0.99.3

	* NEWS:
	Added news for 0.99.3
	
2002-08-12  Alexander Larsson  <alexl@redhat.com>

	* configure.in:
	Add -D_FILE_OFFSET_BITS=64 to CPPFLAGS for linux.
	Makes read work again.

	* smb-method.c:
	Some debug changes.

--- 0.99.2 ---

2002-08-06  Bastien Nocera  <hadess@hadess.net>

	* NEWS: added news for 0.99.2
	* configure.in: bump up version number to 0.99.2

2002-08-06  Kjartan Maraas  <kmaraas@gnome.org>

	* configure.in (ALL_LINGUAS): Added "no".
	 
2002-08-06  Alexander Larsson  <alexl@redhat.com>

	* Makefile.am (CLEANFILES):
	Don't delete .desktop.in files in make distclean

2002-08-01  Christophe Merlet  <christophe@merlet.net>

	* configure.in: Added "fr" to ALL_LINGUAS.

2002-07-22  Christian Rose  <menthos@menthos.com>

	* configure.in: Added "sv" to ALL_LINGUAS.

2002-07-22  Bastien Nocera  <hadess@hadess.net>

	* .cvsignore: summer CVS cleanup

2002-07-19  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am: fix usage of rio_cflags

2002-07-18  Bastien Nocera  <hadess@hadess.net>

	* configure.in: fixed distcheck'ing

2002-07-18  Bastien Nocera  <hadess@hadess.net>

	* .cvsignore: upd
	* Makefile.am: added smb.desktop.in, and some cleanups
	* configure.in: added i18n stuff
	* gnome-vfs-extras-i18n.h:
	* rio500-method.c: (lookup_uri), (update_virtual_content),
	(update_content), (do_open), (do_get_file_info),
	(do_open_directory), (vfs_module_init): i18n
	* smb-method.c: (get_root_dir_data), (get_workgroup_dir_data),
	(get_server_dir_data), (get_workgroup_data), (get_computer_data),
	(vfs_module_init): i18n
	* smb.desktop.in: added

2002-07-17  Bastien Nocera  <hadess@hadess.net>

	* configure.in: fix for the autoconf parallel install
	* rio500-method.c: (gnome_vfs_uri_get_basename),
	(rio_get_content_from_card), (get_content_from_card), (lookup_uri),
	(add_folder), (update_virtual_content), (update_content),
	(update_tree_content), (destroy_rio), (rio_to_vfs_error),
	(do_open): a lot of cleanups, moving around, and small bug fixes

--- 0.99.1 ---

2002-06-25  Alexander Larsson  <alexl@redhat.com>

	* NEWS:
	Add some stuff about 0.99.1

	* configure.in:
	Update version to 0.99.1.
	Require gnome-vfs 2.0.0

2002-06-25  Alexander Larsson  <alexl@redhat.com>

	Merged changes from gnome-2 branch to HEAD.

2002-06-07  Michael Meeks  <michael@ximian.com>

	* smb-method.c (build_server_helper): do an || compare not a
	binary OR and assignment.
	(smb_virtual_file_new): return the new SmbVirtualFile instead
	of seg faulting.

2002-04-28  Bastien Nocera  <hadess@hadess.net>

	* rio500-method.c: (do_open), (do_close), (do_write):
	better handling of the "out of memory" problem.

2002-04-17  Bastien Nocera  <hadess@hadess.net>

	* configure.in: pump up version number to 0.99.0

2002-03-29  Bastien Nocera  <hadess@hadess.net>

	* configure.in: simplify a lot, enable rio500 method by default
	if the headers are detected
	* rio500-method.c: (do_close): fix warning

2002-03-29  Bastien Nocera  <hadess@hadess.net>

	* rio500-method.c: (rio_get_content_from_card), (do_open),
	(do_close), (do_open_directory), (do_close_directory),
	(do_remove_directory): cleanups, use return values for do_close,
	format card when last directory is removed.

2002-03-28  Bastien Nocera  <hadess@hadess.net>

	* rio500-method.c: (lookup_uri), (update_tree_content),
	(destroy_rio), (do_open), (do_close), (do_read), (do_write),
	(do_create), (do_read_directory), (vfs_module_init),
	(vfs_module_shutdown): made read and write work using a temp file
	(this allows us not to have to dwelve into the rio500 internals),
	cleaned up, there seems to be a crash on window closure... ENOCLUE
	for now

2002-02-20  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am, configure.in: build fixes and cleanups
	* rio500-method.c: (gnome_vfs_uri_get_basename), (do_read),
	(do_open_directory), (do_read_directory): make it build
	and some cleanups

2002-02-19  Bastien Nocera  <hadess@hadess.net>

	* configure.in: forgot to modify the configure.in to
	check for the header in the namespaced rio500

2002-02-19  Bastien Nocera  <hadess@hadess.net>

	* rio500-method.c: use new namespaced rio500 headers
	(require latest rio500 cvs)

2002-02-18  Bastien Nocera  <hadess@hadess.net>

	* smb-method.c: (build_root_tree): use SERVICE_NOT_AVAILABLE
	when we can't contact the smb master browser

2002-02-18  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am: fix problem with _FILE_OFFSET_BITS
	not being defined which would break with recent gnome-vfs
	releases

2002-02-14  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am: update to new 2.0 locations
	* autogen.sh: simplify
	* configure.in: port to 2.0
	* smb-method.c: (open_dir_helper), (do_open_directory):
	remove all references to Filter, see FIXME for some
	troublesome bit it seems

2002-03-27  Alex Larsson  <alexl@redhat.com>

	* smbmethod.c:
	Disable debug spew.
	
2002-03-27  Alex Larsson  <alexl@redhat.com>

	* configure.in:
	Use pkgconfig

2002-03-27  Alex Larsson  <alexl@redhat.com>

	* NEWS:
	Update for release
	
	* configure.in:
	* gnome-vfs-extras.spec:
	Bump version number to 0.2.0
	
2002-02-08  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am: updated for rio500
	* config.h.in: removed
	* configure.in: checks for rio500
	* extra-modules.conf: added rio500 method
	* rio500-method.c: first working version

2002-02-03  Bastien Nocera  <hadess@hadess.net>

	* Makefile.am, config.h.in, samba/include/config.h.in,
	samba/include/version.h, samba/tdb/spinlock.h, smb-method.c:
	Fixes to remove all the "redefinition" warnings
	* configure.in, rio500-method.c: added rio500 method, off by default

2001-11-20  Alex Larsson  <alexl@redhat.com>

	* smb-method.c:
	Handle servers that need user/password to get the shares listing.

2001-10-05  Alex Larsson  <alexl@redhat.com>

	* smb-method.c:
	Add permisssions field to SmbVirtualFile.
	Make the virtual files and directories read-only.

2001-10-01  Alex Larsson  <alexl@redhat.com>

	* smb-method.c:
	Remove TODO
	
2001-10-01  Alex Larsson  <alexl@redhat.com>

	* smb-method.c:
	Initial authentication implementation. Seems to work.

2001-09-28  Alex Larsson  <alexl@redhat.com>

	* smb-method.c:
	Ref-count SmbConnection.
	Cache open connections in the virtual file for
	the share.

2001-09-27  Alex Larsson  <alexl@redhat.com>

	* smb-method.c:
	Restructure the smb method to keep virtual trees
	in memory for the root, workgroup and server parts of
	the tree.

2001-08-28 Bastien Nocera <hadess@hadess.net>
	* Removed icecast-method.c:
	Deprecate icecast method, the http
	method now handles ice/shoutcast fine
	use http://hadess.net/files/patches/icecast-gnome-vfs-1.0.1.patch
	for gnome-vfs-1.0.1 to handle the icecast streams
	
	* Makefile.am, extra-modules.conf:
	Remove icecast from there

	* AUTHORS:
	Updated

2001-08-22  Alex Larsson  <alexl@redhat.com>

	* Released 0.1.3
	
	* NEWS:
	Updated

	* configure.in:
	* gnome-vfs-extras.spec:
	Bumped version number.
	
2001-08-22  Alex Larsson  <alexl@redhat.com>

	* smb-method.c:
	Return is_local for virtual files.
	Ignore .directory file requests.

2001-08-09  Alex Larsson  <alexl@redhat.com>

	* Released 0.1.2

	* NEWS:
	Updated

	* configure.in:
	* gnome-vfs-extras.spec:
	Bumped version number.
	
	* smb-method.c:
	Use desktop files instead of nautilus links.

2001-06-08  Alex Larsson  <alexl@redhat.com>

	* README:
	Correct the --sysconf argument

2001-06-07  Alex Larsson  <alexl@redhat.com>

	* gnome-vfs-extras.spec:
	Build on IA64 again. 
	
2001-06-07  Alex Larsson  <alexl@redhat.com>

	* Released 0.1.1

	* NEWS
	Updated

	* configure.in:
	* gnome-vfs-extras.spec:
	Bumped version number
	
2001-06-07  Alex Larsson  <alexl@redhat.com>

	* samba/configure.in:
	* samba/include/config.h.in:
	* samba/include/includes.h:
	Remove some weird header checks that aren't needed
	and broke compilation with new glibc.
	
	* gnome-vfs-extras.spec:
	Don't build on IA64
	
2001-06-06  Alex Larsson  <alexl@redhat.com>

	* Release 0.1
	
	* NEWS: Updated

	* gnome-vfs-extras.spec: Refined description.
	
2001-06-06  Alex Larsson  <alexl@redhat.com>

	* smb-method.c (do_check_same_fs):
	Fix memory handling bug.

	* Makefile.am:
	* gnome-vfs-extras.spec:
	New RPM spec file.

2001-05-31  Alex Larsson  <alexl@redhat.com>

	* smb-method.c (open_dir_helper):
	Handle the case where the ip_address doesn't resolve
	to a name.

	* README:
	Update docs with some extra help
	
2001-05-31  Alex Larsson  <alexl@redhat.com>

	* smb-method.c (is_workgroup_server_link):
	Cache the result of the last query for performance
	reasons.

2001-05-30  Alex Larsson  <alexl@redhat.com>

	* smb-method.c:
	Handle directory filtering.
	Spew less debug crap.
	Log in as GUEST if no username was given.
	Correct LOCKING on open_directory

2001-05-30  Alex Larsson  <alexl@redhat.com>

	* smb-method.c (open_server_workgroup_dir):
	Pass user/password when listing shares.

2001-05-29  Alex Larsson  <alexl@redhat.com>

	* smb-method.c (DEBUG_SMB):
	Moved all g_print debug spew to a macro that is
	disabled by default.

2001-05-29  Bastien Nocera <hadess@hadess.net>

	* icecast-method.c, Makefile.am, AUTHORS,
	extra-modules.conf:
	Added icecast/shoutcast method

2001-05-29  Alex Larsson  <alexl@redhat.com>

	* smb-method.c:
	Remove some debug spew.
	(smb_server_connection_new_from_uri):
	Fix memory handling bug.
	
2001-05-29  Alex Larsson  <alexl@redhat.com>

	* smb-method.c (vfs_module_init):
	Don't fail if we can't load the config file. We don't
	depend on any information there anyway.

	* extra-modules.conf:
	New file. To be installed in /etc/vfs/modules
	

