==================== 2.22.1 ====================

2007-10-13  Callum McKenzie  <callum@spooky-possum.org>

	* GNOME_DriveMountApplet.server.in.in: Patch from Alex Jones to
	stop the drivemount applet failing to load on the second
	log-in. (Bug #471889)

2007-08-22  Callum McKenzie  <callum@spooky-possum.org>

	* drive-button.c (drive_button_update): Moved declaration to be
	C89 compatible. Pointed out by Jens Granseuer (bug #461928).

2007-07-17  Jaap Haitsma <jaap@haitsma.org>

	* drive-button.c: (drive_button_init), (drive_button_new),
	(drive_button_new_from_volume), (drive_button_destroy),
	(drive_button_update):
	* drive-button.h:
	* drive-list.c: (drive_list_init), (drive_list_destroy),
	(add_drive), (add_volume):
	* drive-list.h:
	* drivemount.c: (display_about_dialog), (applet_factory):
	Use g_set_application name such that the application name
	gets shown correctly in the about dialog. Convert usage of GtkTooltips
	to new tooltips API of GTK 2.12 Fixes bug #457145

2007-02-25  Davyd Madeley  <davyd@madeley.id.au>

	* drive-button.c: Handle icon theme changes. Fixes #339006.
	  Based on a patch from Jesse Stockall  <jesse@cleverone.org>.

2006-11-16  Kjartan Maraas  <kmaraas@gnome.org>

	* drivemount.c: (applet_factory): Add an accessible name
	to the applet. Rodney Dawes, closes bug #373034.

2006-11-15  Kjartan Maraas  <kmaraas@gnome.org>

	* help/C/drivemount.xml: Fix build.

2006-08-07  Davyd Madeley  <davyd@madeley.id.au>

	* GNOME_DriveMountApplet.server.in:
	- fix component name in server file. Closes #348845.

2006-02-03  Ryan Lortie  <desrt@desrt.ca>

	* drivemount.c (change_background, applet_factory): Revert a bit
	  of the change to the new background API to resolve a problem
	  found by Michael Hofmann <mh21@piware.de> in bug #329649.
	* drive-button.c (eject_drive): Correct typo to display eject error
	  message (not unmount) in case of failure to eject.
	  (drive_button_ensure_popup): Always display an 'eject' item for
	  drives which support this action (even with no media in drive).

2006-01-27  Ryan Lortie  <desrt@desrt.ca>

	* drivemount.c (change_background, applet_factory): Move to the new
	  libpanel-applet API for background handling.

2005-11-26  Ryan Lortie  <desrt@desrt.ca>

	* drivemount.c (display_about_dialog):  Change "translator_credits" to
	  "translator-credits" as per bug #314604.

2005-11-07  Davyd Madeley  <davyd@madeley.id.au>

	* drive-button.c: scale images so that they don't exploderise the
	  panel. Patch from Michael Hofmann <mh21@piware.de>. Closes #319122.

2005-10-01  Ryan Lortie  <desrt@desrt.ca>

	* drive-button.c: Fall back to volume activation URI when drive
	  activation URI is not defined.  Closes bug #315587.

	Vendor patch from Ubuntu by James Henstridge <jamesh@canonical.com>

2005-10-01  Ryan Lortie  <desrt@desrt.ca>

	* drive-list.c: ensure button relief is set on newly-created drives.

2005-09-28  Ryan Lortie  <desrt@desrt.ca>

	* help/Makefile.am: add DOC_FIGURES list to get .png's into the
	  tarball.  Closes bug #317476.

2005-09-01  Davyd Madeley  <davyd@madeley.id.au>

	* docs/*: removed
	* help/Makefile.am: moved pa translation to where it should be, added to
	  DOC_LINGUAS.

2005-08-22  Ryan Lortie  <desrt@desrt.ca>

	* drive-button.c (drive_button_ensure_popup): Guard against the case
	  that self->drive might be NULL.  Closes bug #313847.

2005-08-21  Ryan Lortie  <desrt@desrt.ca>

	* drive-list.h: Add 'relief' member to structure.  Add prototype
	  for new 'drive_list_set_transparent' function.

	* drive-list.c (set_button_relief, drive_list_set_transparent,
	  drive_list_init): New functions to support changing the
	  GtkReliefStyle of all the buttons in the list.  Add initialiser
	  for new 'relief' member to init function.

	* drivemount.c (change_background, applet_factory): change_background
	  now takes a DriveList instance pointer and calls the
	  drive_list_set_transparent function to set button relief to NONE for
	  coloured and transparent panels but maintain the NORMAL button
	  relief for panels with "no" (ie: system theme) background.

2005-08-19  Ryan Lortie  <desrt@desrt.ca>

	* drive-list.c (drive_list_finalize): Plug leak -- free 'volumes'
	  hash.  Patch from Felix Riemann <felix@hsgheli.de>

2005-07-20  Davyd Madeley  <davyd@madeley.id.au>

	* docs/*: Remove lots of unwanted files. XML files still need
	  converting to po files.

2005-07-20  Danilo Šegan  <danilo@gnome.org>

	* help/Makefile.am: Added.
	* help/drivemount.omf.in: Added.
	* help/C/Makefile.am: Removed.
	* help/C/drivemount.xml: Add <abstact role="description">.

2005-07-13  Benoît Dejean  <TazForEver@dlfp.org>

	* drive-button.c: (gvm_run_command):
	
	Added missing #include.
	Commented dead code.
	Fixed possible leak in gvm_run_command.
	
2005-07-13  Davyd Madeley  <davyd@madeley.id.au>

	* drive-button.c: More extended media handling from Emmanuel Touzery.

2005-07-01  Davyd Madeley  <davyd@madeley.id.au>

	* drive-button.c: Intelligent options for media, taken from GVM.
	  Patch by Emmanuel Touzery <emmanuel.touzery@wanadoo.fr>. Closes
	  #308388.

2005-06-12  Davyd Madeley  <davyd@madeley.id.au>

	* drive-button.c: Avoid markup in gnome-applets message. Closes
	  #167170.

2005-03-07  Shaun McCance  <shaunm@gnome.org>

	* drivemount/help/C/drivemount.xml:
	- Trent	Lloyd ∉ Sun Microsystems

2005-03-07  Davyd Madeley  <davyd@madeley.id.au>

	* help/C/drivemount.xml: New documentation from Trent Lloyd.
	
	* help/C/figures/*: Replace old figures with new figures.

2005-02-27  Ryan Lortie  <desrt@desrt.ca>

	* drivemount.c: Don't leak style while handling the change_background
	signal.  Fix adapted from Vincent Untz's fixes to various panel
	applets.

2005-02-24  Kjartan Maraas  <kmaraas@gnome.org>

	* drivemount.c: Add missing header.

2005-01-10  Davyd Madeley  <davyd@madeley.id.au>

	* drivemount.c: Make about box centred.

2004-11-29  James Henstridge  <james@jamesh.id.au>

	* drive-button.c (drive_button_class_init): add a special RC style
	for DriveButtons to reduce the padding, similar to what the window
	list does.  This gives larger icons.
	(drive_button_ensure_popup): handle a NULL display name.

2004-11-05  James Henstridge  <james@jamesh.id.au>

	* drivemount.c (change_background): add a change_background
	handler.  This doesn't affect the buttons currently, but is
	noticable in themes with non-square buttons.

2004-10-26  James Henstridge  <james@jamesh.id.au>

	* GNOME_DriveMountApplet.xml: remove commented out items from
	file.

	* drive-button.c: rather than just unmounting the drive on left
	click, pop up a menu asking if the user wants to open the volume
	in nautilus, mount, unmount or eject it.

	* drivemount.c (display_about_dialog): use the new
	"logo_icon_name" property to further simplify the about dialog (it
	also makes the about dialog respond to icon theme changes).

2004-10-22  James Henstridge  <james@jamesh.id.au>

	* GNOME_DriveMountApplet.xml: comment out context menu items that
	aren't supported right now.

	* *.xpm: remove images, since the new applet uses icon theme
	images.

	* drivemount.c, drive-button.[ch], drive-list.[ch]: check in new
	drive mount applet.  This one uses gnome-vfs to enumerate
	drives/volumes and for mounting/unmounting.

2004-09-10  Shaun McCance  <shaunm@gnome.org>

	* help/C/drivemount-C.omf:
	* help/C/drivemount.xml:
	- Updates for 2.8, thanks to Christian Kellner

2004-08-15  Kjartan Maraas  <kmaraas@gnome.org>

	* Makefile.am: Remove references to screen-exec.

2004-08-15  Kjartan Maraas  <kmaraas@gnome.org>

	* drivemount.c: (help_cb): Use the right API to show help.
	s/egg/gnome/ Remove now unneeded include of egg-screen-exec.h
	* properties.c: (help_cb): Same here.

2004-07-10  Kevin Vandersloot <kfv101 psu edu>

	* drivemount.c: small fix for vertical panels. From patch by Vincent Noel.

2004-06-11  Dennis Smit  <ds@nerds-incorporated.org>

	* properties.c: Fix bug #139949 - change some language for
	consistency.

	Patch by: Michael Terry  <mike@mterry.name>

2004-04-21  Richard Kinder <r_kinder@yahoo.com>
	* drivemount.c: Fix bug #135179 - help not displaying from right
	click on the applet.

2004-03-17  Glynn Foster  <glynn.foster@sun.com>

	* Makefile.am: Fix installation of gconf schemas.

2004-03-16  Glynn Foster  <glynn.foster@sun.com>

	* help/Makefile.am: Add l10n'd docs to the build.

2004-03-15  Glynn Foster  <glynn.foster@sun.com>

	* help/*: Add localized documentation from the 
	Sun translation team for de, es, fr, it, ja, ko,
	sv, zh_CN, zh_HK and zh_TW.

2004-03-15  Glynn Foster  <glynn.foster@sun.com>
	
	* docs/*: Remove, they're all old and on other
	branches if we need them.

2004-02-23  Dennis Smit  <ds@nerds-incorporated.org>

	* properties.c (properties_show):
	Keep track of the dialog within 
	the DriveData structure so we can
	destroy it on instance destroy.

	Only allow one prop_dialog per instance
	and present user the dialog when he
	is re-requesting it.

	(handle_response_cb):
	Set prop_dialog to NULL
	if it's being destroyed.

	* drivemount.c (destroy_drive_widget):
	Destroy the prop window if it isn't NULL.
	Also remove the update_cb timeout timer
	this fixes a race crash on exit especially
	with multiple applets open.

	(create_drive_widget):
	Set prop_dialog to NULL.

	* drivemount.h:
	Added a GtkWidget *prop_dialog entry to the
	DriveData structure.

2004-02-22  Dennis Smit  <ds@nerds-incorporated.org>
	
	* drivemount.c, drivemount.h, properties.c:
	Have only one icon_list_count instead of
	two for both c files.

	Fixes bug #118677.

	Based on the patch by: berberic@fmi.uni-passau.de.

2004-02-22  Dennis Smit  <ds@nerds-incorporated.org>

	* drivemount.c (browse_cb):
	Move from egg_screen_execute_command_line_async to
	gdk_spawn_command_line_on_screen.

	Fixes bug #135158.

2004-02-10  Dennis Smit  <ds@nerds-incorporated.org>

	* drivemount.c (help_cb):
	Spawm help on the right screen.

	Fixes bug #134019.

2004-02-09 Breda McColgan <breda.mccolgan@sun.com>

	* help/C/drivemount.xml: Updated for GNOME 2.6. Issued for technical review.
	* help/C/drivemount-C.omf: Updated for GNOME 2.6.
	* help/C/l10n.txt: Created for GNOME 2.6.
	* help/C/figures/drivemount-applet_window.png: Created for GNOME 2.6.

2004-02-08  Jason Leach  <leach@wam.umd.edu>

	* Makefile.am (CLEANFILES): Add .server and .server.in here.
        (#132071, Padraig O'Briain)

2004-02-06  Dennis Smit  <ds@nerds-incorporated.org>

	Submitting patch by Kjartan Maraas <kmaraas@gnome.org>:

	* properties.c (cb_mount_activate):
	replaced deprecated glib functions.

	Fixes bug: #133162

2004-01-31  Dennis Smit  <ds@nerds-incorporated.org>

	* drivemount.h: Added an about_dialog GtkWidget to
	the _DriveData structure.
	* drivemount.c (create_drive_widget):
	initialize about_dialog with NULL.
	(destroy_drive_widget):
	destroy about dialog when it's open.
	(about_cb):
	make use of the private about dialog.

	Fixes #132527

2004-01-18  Jason Leach  <leach@wam.umd.edu>

	* Makefile.am (install-data-local): builddir != srcdir fix.

2003-12-11  Muktha <muktha.narayan@wipro.com>

	* drivemount.c: Add accessible name. Fixes bug #128297.

2003-11-30  Kevin Vandersloot

	* drivemountc, properties.c: Add USB stick icons. Patch from
	berberic fmi uni-passau de. Fixes bug #110167

Mon Sep 15 15:17:07 2003  George Lebl <jirka@5z.com>

	* drivemount.c: when started in lockdown mode, hide the preferences
	  item

2003-08-24  Kevin Vandersloot

	* drivemount.c: Properly scale custom pixmaps and don't unref the tooltips since
	they don't need it. Patch from berbericfmiuni-passaude. Fixes bug #118675

2003-07-21  Dennis Cranston <dennis_cranston at yahoo com>

	* drivemount.c, properties.c:  HIGify widget padding between the 
	vbox and action area of the dialog.  Thanks to <chris@gnome-de.org>
	Christian - Manny Calavera - Neumair.
	
Tue Jul 08 16:05:37 2003  George Lebl <jirka@5z.com>

	* drivemount.c: fix memory leak on widget destruction

Mon Jul 07 11:44:58 2003  George Lebl <jirka@5z.com>

	* properties.c: Follow key-writability

	* drivemount.[ch], properties.c: HIGify the error dialogue boxes
	  with code yet again stolen from gsearchtool

2003-06-15  Kevin Vandersloot

	* drivemount.c: add keybindings for eject and browse

2003-06-03  Kevin Vandersloot

	* drivemount.c: expand for Fitts' law

2003-05-07  Dennis Cranston <dennis_cranston at yahoo com>

	* properties.c:  HIGify the action area of the preferences dialog.  

2003-04-22  Dennis Cranston <dennis_cranston at yahoo com>

	* properties.c:  More HIGification of the preferences dialog.  
	Also, hook up a help button.
	
	* drivemount.c:  Hook up help in the popup menu.

2003-04-03  Kevin Vandersloot <kfv101@psu.edu>

	* drivemount.c: If the locale is not utf8 then convert the error string to utf8. Fixes 
	bug #95480

2003-04-01  Kevin Vandersloot <kfv101@psu.edu>

	* properties.c: HIGify this dialog
	
	* drivemount.c: fix small problem that contributed to custom icon problems

2003-03-30  Kevin Vandersloot <kfv101@psu.edu>

	* properties.c: translate frame label. Fixes bug #103091

2003-03-30  Kevin Vandersloot <kfv101@psu.edu>

	* properties.c: fix saving of custom icons. Fixes bug #90922

2003-01-18 John Fleck <jfleck@inkstain.net>

	* help/C/Makefile.am
	fixing a "doh" - thanks to Dan Mills

2003-01-04 John Fleck <jfleck@inkstain.net>

	add 
	* help/Makefile.am
	* help/C/Makefile.am
	* help/C/drivemount-C.omf
	change
	* Makefile.am
	install help docs

2002-12-14  Fernando Herrera <fherrera@onirica.com>
	* GNOME_DriveMountApplet.server.in.in: added bugzilla attributtes

2002-09-15  Juan Salaverria <rael@vectorstar.net>

	* GNOME_DriveMountApplet.xml: Added a separator in the
	menu. May fix bug #89864

2002-09-19  Mark McLoughlin  <mark@skynet.ie>

	* drivemount.c: (browse_cb), (about_cb), (mount_cb):
	* properties.c: (properties_show): kill the
	HAVE_GTK_MULTIHEAD conditionals - we require gtk
	HEAD now.

2002-08-14  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: link against libscreen-exec.la.

	* drivemount.c: upd.

2002-07-18  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: install applet in libexec.

	* GNOME_DriveMountApplet.server.in: move .server.in to
	.server.in.in to allow for libexec dir substitution.

2002-07-11  Mark McLoughlin  <mark@skynet.ie>

	* Makefile.am: add egg-screen-exec.[ch] to the build.

	* drivemount.c:
	(browse_cb): launch nautilus on the same screen as
	the applet.
	(about_cb), (mount_cb): realise dialogs on the same
	screen as the applet.

	* properties.c: (properties_show): ditto.

2002-07-10  Mark McLoughlin  <mark@skynet.ie>

	* drivemount.c: Correct the signatures for verb callback
	methods.
	(browse_cb): remove gmc support, simplify launching and
	display error dialog if it fails.
	(about_cb): use gtk_window_present.
	(mount_cb): use_gtk_window_present and make it return
	void - the clicked signal handler doesn't need a boolean
	return.

	* properties.c: (properties_show): use gtk_window_present.

	* properties.h: don't include libgnome.h

2002-06-03  Arvind Samptur <arvind.samptur@wipro.com>

	* drivemount.c: changed gtk_main_do_event
	to gtk_propagate_event in button_press_hack
	for avoiding crash due to gtk event queue corruption. Fixes
	#83186.

2002-05-31 Kevin Vandersloot <kfv101@psu.edu>

	* Makefile.am: Fix GNOMELOCALEDIR to point to correct
	location. Fixes #83621. 

2002-05-23  Kevin Vandersloot <kfv101@psu.edu>

	* properties.c: sanity check for when gconf doesn't return sane
	values

2002-05-23  Mark McLoughlin  <mark@skynet.ie>

	* drivemount.c: (applet_fill), (button_press_hack): use
        gtk_main_do_event to do button press hack instead of
	invoking the PanelApplet handler directly.

2002-05-20  Kevin Vandersloot <kfv101@psu.edu>

	* drivemount.c: set window icon

2002-05-10  Deepa Natarajan <deepa.natarajan@wipro.com>

    * .xml: added mnemonics for the popup menu

2002-05-01  Kevin Vandersloot <kfv101@psu.edu>

	* drivemount.c: check to see that files were really opened
	before reading. Should fix bug #80335

2002-05-01  Kevin Vandersloot <kfv101@psu.edu>

	* properties.c: focus_out event returns gboolean. Should fix
	bug #80337

2002-04-27  Dennis Cranston  <dennis_cranston@yahoo.com>

	* drivemount.c: "About..." dialog fixes -- change the name to 
	"Disk Mounter" to match the "Add to panel" menu.  Also, use 
	drivemount-applet.png for the logo and window icon.

2002-04-20  Abel Cheung  <maddog@linux.org.hk>

	* drivemount.c: Added translator_credit and documenters placeholders.

2002-04-14  Kevin Vandersloot <kfv101@psu.edu>

	* drivemount.schemas, properties.c: replace - with undrescore for gconf
	entries. Also fix lot if icon issues including saving cutsom icons

2002-04-01  Kevin Vandersloot <kfv101@psu.edu>

        * .xml: add ellipses to preferences option

2002-04-01  Kevin Vandersloot <kfv101@psu.edu>

	* properties.c, .xml, .server.in: change properties to preferences
	and add mnemonics to prefs dialog

2002-03-14 John Fleck <jfleck@inkstain.net>

	* help/C/drivemount.xml: bring back tooltip
	description in docs.

2002-03-14  Kevin Vandersloot <kfv101@psu.edu>

	* drivemount.c: bring back tooltip - bug #74471

	* properties.c: call update pixmap when mount point
	is changed

2002-03-05  Seth Nickell  <snickell@stanford.edu>

	* GNOME_DriveMountApplet.server.in:

	Update description.

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

	* Makefile.am: don't do gconf fu if DESTDIR is set

2002-02-25  Kevin Vandersloot <kfv101@psu.edu>

	* drivemount.c: free pixbufs.

	* properties.c: free the icon filenames

2002-02-16  Cody Russell  <bratsche@gnome.org>

	* drivemount.c: Moved inline BonoboUI XML data to external file.

	* GNOME_DriveMountApplet.xml: Created this file, and put the BonoboUI
	XML data into it!

2002-02-16  Kevin Vandersloot <kfv101@psu.edu>

	* Makefile.am: remove GCONF_LIBS since libpanelapplet pulls in gconf
	
2002-02-13  jacob berkman  <jacob@ximian.com>

	* Makefile.am (EXTRA_DIST): add burn images

2002-02-11  Kjartan Maraas  <kmaraas@gnome.org>

	* GNOME_MultiLoadApplet_Factory.server.in: Mark strings for l10n.
	* *.[ch]: Fix #include <config.h>
	
2002-02-11  Mark McLoughlin  <mark@skynet.ie>

	* GNOME_DriveMountApplet.server.in: move to Vertigo namespace.

	* drivemount.c: update for factory macro change.

2002-01-24  Kevin Vandersloot <kfv101@psu.edu>

	* Makefile.am: dist drivemount.png

2002-01-24  Kevin Vandersloot <kfv101@psu.edu>
	
	* properties.c: Conform to GNOEM 2 UI standards. Make it instant
	apply.

2002-01-22  Seth Nickell  <snickell@stanford.edu>

	* GNOME_DriveMountApplet.server.in:
	* Makefile.am:
	* drivemount-applet.png:

	Add an icon.

2002-01-19  Seth Nickell  <snickell@stanford.edu>

	* GNOME_DriveMountApplet.server.in:

	Drop "Applet" from the name. Use "Disk" rather than "Drive"
	to maintain consistency with Nautilus.

2002-01-15  Chris Phelps <chicane@reninet.com>
	* more work on making the applet run even when the
	  schema isn't installed (gconf_client_dir_exists)

2002-01-13  Kevin Vandersloot <kfv101@psu.edu>
	* Makefile.am: fix up schemas install so the applet actually runs
	
	* drivemount.c: Make the applet actually work. 
	dd->applet wasn't being initialized

2002-01-06  Kevin Vandersloot <kfv101@psu.edu>

	* Makefile.am: remove intl stuff

2002-01-04  Mark McLoughlin  <mark@skynet.ie>

	* GNOME_DriveMountApplet.server.in: renamed from 
        GNOME_DriveMountApplet.server.

	* Makefile.am: allow the .server file to be translated.

2001-12-17  Mark McLoughlin  <mark@skynet.ie>

	* drivemount.c: (applet_factory), (applet_fill),
	(applet_save_session): update for panel-applet api
	changes.

2001-09-12  Kjartan Maraas  <kmaraas@gnome.org>

	* drivemount_applet.desktop.in: Fix a typo in Comment.
	
2001-08-04  Kjartan Maraas  <kmaraas@gnome.org>

	* drivemount.c: Check for NULL mountpoint before calling strcmp().
	
2001-06-17  Kjartan Maraas  <kmaraas@gnome.org>

	* drivemount.c: Applied a patch from John Ellis found in bugzilla.
	This solves a bunch of buffer-overruns in sscanf() calls.
	Fixes #51363. Plus some cleanups.
	
2001-03-24  Yukihiro Nakai  <nakai@gnome.gr.jp>

	* docs/ja: Add Japanese translation.

Tue Nov 28 20:40:41 2000  George Lebl <jirka@5z.com>

	* drivemount.c: some minor cleanups fixes.  If nautilus available
	  use that to browse.

Fri Nov 24 12:52:27 2000  John Ellis  <johne@bellatlantic.net>

	* drivemount.[ch], properties.c: Added an 'eject on unmount' option,
	and updated the icon more directly from mount_cb.

Mon Oct 23 16:03:05 2000  John Ellis  <johne@bellatlantic.net>

	* drivemount.[ch], properties.c: dd->mount_base is now set as the
	base path from dd->mount_point. (Was hard set to /mnt, eww.) Also
	made some stuff const, and fixed apply_cb.

Sun May 28 14:47:05 2000  John Ellis  <johne@bellatlantic.net>

	* drivemount.c (device_is_in_mountlist): When checking for a string
	within a string, make sure there is no additional text. (Ex: The test
	for /mnt/cdrom was also seeing /mnt/cdrom2 because the first 10 chars
	match.) Fixes BUG #12094

Mon May 08 19:16:45 2000  George Lebl <jirka@5z.com>

	* drivemount.c: fix warning

2000-04-30  Dan Mueth <d-mueth@uchicago.edu>

	* docs/C/drivemount.sgml: Added a couple more error messages.
	* docs/C/drivemount.sgml: Fixed Cancel/Close error.
	* docs/C/drivemount.sgml: Fixed "inluding" typo.
	* docs/C/drivemount-applet.sgml: Changed DTD version.
	* docs/C/drivemount_applet_all.png: Fixed PNG.
	* docs/C/drivemount_applet_floppy.png: Cropped to improve appearance.

2000-04-25  Fatih Demir	<kabalak@gmx.net>
	
	* drivemount_applet.desktop : Added [tr] section .

2000-04-17  Dan Mueth <d-mueth@uchicago.edu>

	* docs/C/drivemount.sgml: Fixed confusing section
	about stat and mount.

2000-04-15  Eric Baudais  <baudais@okstate.edu>

	* docs/C/drivemount-applet.sgml: Added a bit about trademarks.

2000-04-11  Dan Mueth <d-mueth@uchicago.edu>

	* docs/C/*sgml: Updated to new template.

2000-04-04  Jacob Berkman  <jacob@helixcode.com>

	* properties.c (phelp_cb): use correct anchor

2000-03-27  Dan Mueth <d-mueth@uchicago.edu>

	* docs/C/drivemount.sgml: More doc fixes

2000-03-27  Jacob Berkman  <jacob@helixcode.com>

	* drivemount.c (browse_cb): Fix for browsing from John Ellis

2000-03-27  Dan Mueth <d-mueth@uchicago.edu>

	* docs/C/drivemount.sgml: Some small changes

Wed Mar 22 10:28:11 2000  John Ellis  <johne@bellatlantic.net>

	* drivemount.c: Add several checks that dd->mount_point is non NULL
	before using it. Use sizeof() instead of hard values for fgets. Use
	NULL instead of a 0 in strstr() check. Update copyright year to 2000 in
	about window.
	* properties.c: strdup -> g_strdup.

2000-03-15  Jason Leach  <leach@wam.umd.edu>

	* drivemount.c (create_drive_widget): rearrange right click applet
	menu, About on top, Properties on bottom seemed to make sense

	* properties.c (property_show): fix bug #6671

Thu Mar  2 19:54:01 2000  John Ellis  <johne@bellatlantic.net>

	* drivemount.c (get_device): returns gint instead of dev_t. return -1
	on error.
	* (device_is_mounted): return false if any get_device calls return
	error (-1). Now incorrect mount points do not show a mounted status.
	(fixes BUG #6770).
	* drivemount.[ch]: Used the applet_widget_set_tooltip function, instead
	of setting one manually, in attempt to fix BUG #6769, although I can't
	duplicate it, and am not even sure if the applet or panel is to blame.

Tue Feb 29 05:26:04 2000  John Ellis  <johne@bellatlantic.net>

	* drivemount.c (create_drive_widget): Remove debug printf.
	(browse_cb): is _still broken_.
	* properties.c (property_show): Fix custom shows as floppy menu.
	(fixes BUG #6645) and fixed similar harddisk <--> jaz reversal
	in menu.

2000-02-23  Peter Hawkins <peterhawkins@ozemail.com.au>

	* drivemount.[ch]: Stopped multiple error boxes from the same
	drivemount from being shown at once.

2000-02-23  Peter Hawkins <peterhawkins@ozemail.com.au>

	* drivemount.c: stopped about box from being opened multiple
	times.

2000-02-11  Jason Leach  <leach@wam.umd.edu>

	* drivemount.c (device_is_in_mountlist): fixing bug reported in
	#2275, you can't do buf[201] = '\0' because with a declared char
	buf[201], the last element is actually buf[200]

Sat Feb 05 17:37:34 2000  George Lebl <jirka@5z.com>

	* drivemount.c: fix possible segfault and test for the output of
	"eject -u" since some eject progs don't take the -u option and
	will umount by themselves

Sat Jan 29 00:57:32 2000  Tom Gilbert  <gilbertt@tomgilbert.freeserve.co.uk>

	* On an anti-warning hunt using CFLAGS="-O6 -g -W -Wall
        -Wmissing-prototypes -Wmissing-declarations". Don't mind me.

Sun Oct 31 17:32:32 1999  George Lebl  <jirka@5z.com>

	* drivemount.c: use HAVE_PANEL_PIXEL_SIZE to check for new size stuff

Thu Oct 28 23:43:49 1999  John Ellis  <johne@bellatlantic.net>

	* drivemount.[ch], properties.c: Switch to new panel size signal,
	add scaling option, add custom icon option.

Fri Oct 22 17:13:56 1999  John Ellis  <johne@bellatlantic.net>

	* drivemount.c: Added #ifdef's around panel size code, it should
	now compile with 1.0.x of gnome-core.

1999-08-15  Matthias Warkus  <mawa@iname.com>

	* drivemount_applet.desktop: Use mc/i-floppy.png as its icon.

Sun Jul 11 23:53:30 1999  John Ellis  <johne@bellatlantic.net>

	* drivemount.[ch]: Use VERSION from config.h.

Sun May 30 11:43:02 1999  George Lebl  <jirka@5z.com>

	* drivemount.[ch]: make this work in SIZE_TINY mode

Thu May 20 12:54:48 1999  John Ellis  <johne@bellatlantic.net>

	* Makefile.am, drivemount.c, properties.c, jazdrive*.xpm: Add icon
	for jaz drives, patch from Owen Cliffe <oc197@ecs.soton.ac.uk>.

Sat Mar 27 16:21:45 1999  John Ellis  <johne@bellatlantic.net>

	* drivemount.c (browse_cb): New function to open a new gmc window at
	the mount point.
	(create_drive_widget): Add browse menu item.

Sun Mar 21 11:13:13 1999  John Ellis  <johne@bellatlantic.net>

	* drivemount.c (dnd_drag_begin_cb): Set the dragged icon to the current
	drive icon.

Sun Mar 21 10:38:54 1999  John Ellis  <johne@bellatlantic.net>

	* drivemount.c (dnd_set_data_cb & dnd_init): Can now drag from applet
	to gmc and gnome-terminal.
	* drivemount.[ch], properties.c: A few changes int -> gint,
	char -> gchar, free -> g_free.
	* drivemount.h: internal version bump to 1.0.1

Thu Feb 11 20:20:21 1999  Owen Taylor  <otaylor@redhat.com>

	* drivemount.c (create_drive_widget): Free results
	 of gnome_is_program_in_path.

Mon Feb  8 06:40:11 1999  John Ellis  <johne@bellatlantic.net>

	* drivemount.[ch], properties.c: Version to 0.99.0, updated
	copyrights to 1999.

Mon Jan 18 20:03:51 1999  John Ellis  <johne@bellatlantic.net>

	* drivemount.c (main): added a missing "!" sign in an if test, this
	caused multiple applets to be created when an instance is first run.

1999-01-18  Nat Friedman  <nat@nat.org>

	* properties.c (property_show): Use gnome_app_id for the name of
 	the root help directory.  Fixed a typo.

1999-01-18  Nat Friedman  <nat@nat.org>

	* properties.c (property_show): Connected the help button to
 	gnome_help_pbox_display.

Tue Oct  6 16:16:05 1998  John Ellis  <johne@bellatlantic.net>

	* drivemount.[ch], properties.c: Added an optional method for checking
	the mount status. This method is autofs/mount friendly, but is more
	expensive.

Mon Sep 14 02:45:26 1998  John Ellis  <johne@bellatlantic.net>

	* drivemount.c: Added error dialog when the (u)mount command fails,
	fixed memory leaks when removing multi-applet.
	* properties.c: Made the functions that were supposed to be, static.
	* version bumped to 0.2.0
	* Changelog: removed.
	* ChangeLog: added, this is the correct spelling.

