Sun Oct 14 21:04:04 2001 Abel Cheung <maddog@linux.org.hk>

	* src/Makefile.am: GLADE_CFLAGS needed because libglade header
	  is moved to another location.

2001-08-08  Abel Cheung  <maddog@linux.org.hk>

	* \*.desktop: Added zh_TW.Big5 (traditional Chinese) strings.

Thu Jul 19 01:17:27 2001  Jonathan Blandford  <jrb@webwynk.net>

	* src/main.c (init_devices): deal with options correctly.

Wed Jul 18 23:21:29 2001  Jonathan Blandford  <jrb@webwynk.net>

	* src/gfloppy.glade: fix option

Wed Jul 18 03:48:18 2001  Jonathan Blandford  <jrb@redhat.com>

	* src/gfloppy.c (test_floppy_device): Clean up to be more specific
	in checking.  Thanks to Bill Notting in helping write this.  It's
	very untested though.  Need to do some testing tomorrow with an
	actual floppy drive.

Tue Jul 17 20:36:51 2001  Jonathan Blandford  <jrb@redhat.com>

	* src/main.c (main): tested output.  Should close #57660.

Tue Jul 17 20:23:17 2001  Jonathan Blandford  <jrb@redhat.com>

	* src/main.c (main): add option to change device.  Tackling bug
	#57660.

2001-07-02  Manuel de Vega Barreiro <mbarreiro@red.madritel.es>

	* doc/es/*	Spanish translation
	* doc/Makefile.am added es and az
	
2001-06-22  Kjartan Maraas  <kmaraas@gnome.org>

	* src/main.c: Mark some strings for translation.
	
Wed Jun 06 17:13:19 2001  George Lebl <jirka@5z.com>

	* src/main.c: it's && not || in checking that it's one of the
	  recognized devices, also make the error a dialog box and not
	  a g_print

	* src/gfloppy.c, src/main.c: remove check_for_write_perm function
	  since "access" already does all we need and better, and use this
	  function.

2001-05-30  Kjartan Maraas  <kmaraas@gnome.org>

	* gfloppy.keys, gfloppy.desktop: Translation updates.
	
2001-04-28  Jason Leach  <jasonleach@usa.net>

	* src/main.c (init_devices): Call the new check_for_write_perm(),
	if we don't have write permissions we should abort now rather than
	let the user try to actually click "Format" and have it tell them
	it can't do it.

	* src/gfloppy.c (check_for_write_perm): New function, checks the
	floppy device for writability.

	* src/main.c (set_floppy_extended_device): Fix a typo here.

	* src/main.c (init_devices): Fix a mistake here (currently doesn't
	matter though).

	* src/main.c (init_commands): Changed 12 lines to 4 lines that are
	more powerful (checks all $PATHs for programs).  Plus there was a
	cut and paste error in the initial 12 lines.

Tue Apr 24 19:24:59 2001  George Lebl <jirka@5z.com>

	* src/main.c:  use g_error if we can't find gfloppy.glade.  Try
	  current directory though so that we can debug without installing.

2001-03-01 John Fleck <jfleck@inkstain.net>

	doc/C/gfloppy.sgml - minor doc updates

Fri Feb 09 21:35:11 2001  George Lebl <jirka@5z.com>

	* ABOUT-NLS, po/Makefile.in.in: remove from CVS

2001-01-31  Jason Leach  <jasonleach@usa.net>

	* doc/az/Makefile.am (${HTML_FILES}): objdir != srcdir fix

2000-12-24  Pablo Saratxaga <pablo@mandrakesoft.com>

	* doc/az/: added an Azeri doc file from Vasif Ismailoglu
	* po/az.po: added Azeri translation

2000-12-18  Dan Damian  <dand@dnttm.ro>

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

2000-12-05  Zbigniew Chyla  <cyba@gnome.pl>

	* po/POTFILES.in: Added src/badblocks.c.

	* src/badblocks.c, src/gfloppy.c: Included <gnome.h>,
	marked strings for translation.

	* progress.c: Included "config.h".

	* src/gfloppy.glade, src/gfloppy-i18n.h: Recreated with glade.

2000-11-22 John Fleck <jfleck@inkstain.net>

	* more doc/C/Makefile.am cleanup to silence error
	
2000-11-19 John Fleck <jfleck@inkstain.net>
	
	* updated doc/C/Makefile.am to install sgml in help directory

2000-11-14  Zbigniew Chyla  <cyba@gnome.pl>

	* configure.in: Added pl to ALL_LINGUAS.

2000-11-12 John Fleck <jfleck@inkstain.net>

	* updating gfloppy.sgml for Nautilus help browser compatibility
	
2000-11-10  Robert Brady  <robert@suse.co.uk>

	* configure.in: Add Tamil to ALL_LINGUAS.
	
2000-11-05  Yukihiro Nakai  <nakai@gnome.gr.jp>

	* configure.in: (ALL_LINGUAS) Add sk(Slovak)

2000-10-16  Yukihiro Nakai  <nakai@gnome.gr.jp>

	* configure.in: Add zh_CN.GB2312 to ALL_LINGUAS

2000-09-25  Yukihiro Nakai <nakai@gnome.gr.jp>

	* gfloppy.desktop: Add Japanese translation
	* gfloppy.desktop: Resort. (Who is [da] maintainer?)

2000-09-10  Kenny Graunke  <kwg@teleport.com>
	* doc/C/gfloppy.sgml: Update GDP URLs.

Tue Sep 05 20:38:01 2000  George Lebl <jirka@5z.com>

	* configure.in: added "ga" and "zh_TW.Big5" to ALL_LINGUAS  to make
	  gnome-utils autogen again

2000-08-07  Pablo Saratxaga <pablo@mandrakesoft.com>

	* confiure.in,po/ca.po: added Catalan file

2000-07-22  Kjartan Maraas  <kmaraas@gnome.org>

	* src/gfloppy.glade: s/FAT16/FAT/g. This was wrong, and the user
	probably never cares if the floppy uses 12bit or 16bit FAT fs.
	Also used MB for capasity.
	* src/gfloppy-i18n.h: Same here.
	
2000-07-18 John Fleck <jfleck@inkstain.net>
	* moved doc/C/images/*.png to doc/C/ for build consistency

Sun Jul 16 13:49:31 2000  George Lebl <jirka@5z.com>

	* configure.in: add cs to languages

2000-07-04 John Fleck <jfleck@inkstain.net>
	* fixes src/main.c so help files appear when you click on help button

2000-07-04 John Fleck <jfleck@inkstain.net>
	* fixes to doc/C/Makefile.am so pngs are properly installed in the
	distribution 

2000-06-11  Vova Babin (vb@dwuj.ichf.edu.pl)
	* src/main.c src/gfloppy.glade src/progress.c :
	crash on "delete_event" fixed

000-05-30  Fatih Demir	<kabalak@gmx.net>

	* gfloppy.desktop: Added the Turkish desktop
		entries.

2000-05-27 Sami Pesonen <spesonen@dlc.fi>

	* configure,in, gfloppy.desktop added finnish
	
2000-05-15  Kjartan Maraas  <kmaraas@gnu.org>

	* TRANSLATABLE_FILES: Added list of files containing
	translatable strings / text.
	
2000-05-11  Karl Eichwalder  <ke@suse.de>

	* configure.in (ALL_LINGUAS): Add de.

2000-04-23 John Fleck  <jfleck@inkstain.net>

	* checked in a minor updated /doc/C/gfloppy.sgml for Kenny Graunke



2000-04-23 John Fleck <jfleck@inkstain.net>

	* checked in updated /doc/C/gfloppy.sgml for Kenny Graunke


2000-04-22  Valek Filippov <frob@df.ru>

	* configure.in: Added "ru".

2000-04-21  Jonathan Blandford  <jrb@redhat.com>

	* src/fdformat.c (verify_disk): Sorry translators.  Made some last
	string changes.  Also, finally got the errno correct.

2000-04-20  Andreas Hyden  <a.hyden@cyberpoint.se>

	* src/main.c: Marked a string for translation.

2000-04-20  Andreas Hyden  <a.hyden@cyberpoint.se>

	* gfloppy.desktop: Added Swedish translation.

2000-04-20  Jonathan Blandford  <jrb@redhat.com>

	* src/fdformat.c (fdformat_disk): Improve error messages.
	(verify_disk): ditto.

2000-03-29  Jonathan Blandford  <jrb@redhat.com>

	* README: Updated.

	* configure.in: check for e2fsprogs-devel.

	* gfloppy.spec (BuildRequires): added requirement for e2fsprogs to
	let us catch those without it.

2000-02-14  Jonathan Blandford  <jrb@redhat.com>

	* src/progress.c: patch from jacob berkman to add different
	message-box types depending on the situation.

2000-02-13  Fatih Demir <kabalak@gmx.net>

	* configure.in : Added tr to ALL_LINGUAS .

2000-02-08  Jacob Berkman  <jacob@helixcode.com>

	* src/progress.c (setup_progress_and_run): pass the correct
	parametrs to gnome_message_box_new()

2000-01-07  Martin Norbck  <d95mback@dtek.chalmers.se>

	* configure.in: Added sv to ALL_LINGUAS

1999-11-22  Yukihiro Nakai <nakai@gnome.gr.jp>

	* configure.in: Added ja to ALL_LINGUAS

1999-11-07  Jesus Bravo Alvarez  <jba@pobox.com>

	* configure.in: Added gl to ALL_LINGUAS

1999-10-05  Jonathan Blandford  <jrb@redhat.com>

	* gfloppy.spec (CFLAGS): add .mime and .keys file.  God, I love our
	mime handling.

1999-10-04  Jonathan Blandford  <jrb@redhat.com>

	* src/progress.c (setup_progress_and_run): Remove BOB.

1999-10-05  Michael Fulbright  <msf@avatar.labs.redhat.com>

	* Added spec file and desktop file

	* Fixed autoconf to look for required Linux specific libs

1999-10-05  Miguel de Icaza  <miguel@gnu.org>

	* configure.in: Added es.po;  

	* src/gfloppy.glade: Generate .h file for po translation. 

1999-10-04  Jonathan Blandford  <jrb@redhat.com>

	* configure.in: upped the version to 0.9

	* src/gfloppy.c (format_ext2fs): Ext2 formatting works perfectly.  

1999-09-30  Jonathan Blandford  <jrb@redhat.com>

	* src/progress.c (read_stdinput): added Progress updating.

1999-09-27  Tristan Tarrant  <ttarrant@etnoteam.it>

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

1999-09-23  Kjartan Maraas  <kmaraas@online.no>

	* configure.in: Added "da" and "no" to ALL_LINGUAS.
	
1999-09-22  Miguel de Icaza  <miguel@nuclecu.unam.mx>

	* src/Makefile.am (INCLUDES): Define the GLADEDIR here. 

	* src/main.c (main): Use GLADEDIR to locate our datafiles.

