2004-08-13  Florian Boor <florian.boor@kernelconcepts.de>

	* Version 0.25 released
	* main.c: Fixed two more nasty bugs in file save handling.

2004-08-12  Florian Boor <florian.boor@kernelconcepts.de>

	* Version 0.24 released

2004-08-11  Florian Boor <florian.boor@kernelconcepts.de>

	* main.c: Asks to save a modified file if "new" is clicked.
                  Improved behaviour if a bad file name/location is chosen.

2004-06-04  Florian Boor <florian.boor@kernelconcepts.de>
	* Version 0.23 released
	* Makefile: V 0.23

2004-06-04  Florian Boor <florian.boor@kernelconcepts.de>

	* main.c: (main): Removed hardcoded toolbar style.

2004-05-02  Philip Blundell  <philb@gnu.org>

	* Version 0.22 released.

2004-05-02  Philip Blundell  <philb@gnu.org>

	* main.c (ask_save_before_exit): Remove stray 'default:' label
	causing compile error.

2004-03-07  Philip Blundell  <philb@gnu.org>

	* Makefile (clean): Also remove $(DEPS).

2003-10-19  Philip Blundell  <philb@gnu.org>

	* Makefile: Add dependencies.  Use STANDARD_CFLAGS,
	STANDARD_CPPFLAGS, STANDARD_LDFLAGS.

2003-10-09  Philip Blundell  <philb@gnu.org>

	* Version 0.20 released.

2003-10-09  Philip Blundell  <philb@gnu.org>

	* Makefile (LINGUAS): Add cs.

	* main.c (open_file): Try to fix memory management problems
	relating to window title.

2003-09-12  Philip Blundell  <philb@gnu.org>

	* Version 0.19 released.

2003-09-12  Philip Blundell  <philb@gnu.org>

	* Makefile: Use $(GPEFLAGS), $(GPELIBS).
	(LINGUAS): Add sk.
	* po/sk.po: New file, courtesy Marcel Telka.

2003-08-05  Philip Blundell  <philb@gnu.org>

	* Makefile (LINGUAS): Add nl.
	* po/nl.po: New file, courtes Elros Cyriatan.

2003-08-01  luc  <luc@handhelds.org>

	* main.c (select_save_file_as): i18n cosmetic.

2003-07-06  Moray Allan  <moray@sermisy.org>

	* Makefile, main.c (main): Removed legacy GTK1 code.

2003-07-06  Philip Blundell  <philb@gnu.org>

	* Makefile (LINGUAS): Add sv.
	* po/sv.po: New file, courtesy Christian Rose.	

2003-06-26  Philip Blundell  <philb@gnu.org>

	* Makefile (LINGUAS): Add wa.
	(install-program): Preserve extension on installed .desktop file.
	* po/wa.po: New file, courtesy Pablo Saratxaga.

2003-05-09  Philip Blundell  <philb@gnu.org>

	* Makefile (LINGUAS): Add ro.
	* po/ro.po: New file, courtesy Laurentiu Buzdugan.

2003-04-21  Philip Blundell  <philb@gnu.org>

	* Version 0.18 released.
	
2003-04-21  Philip Blundell  <philb@gnu.org>

	* Makefile (LINGUAS): Add fr.
	* po/fr.po: New file, courtesy Luc Pionchon.

2003-04-21  Philip Blundell  <philb@gnu.org>

	* Makefile (clean): Also remove .desktop file.
	(LDFLAGS): Remove spurious options.

	* familiar/postinst: Deleted.

2003-04-20  Philip Blundell  <philb@gnu.org>

	* Makefile (LINGUAS): Add zh_TW.
	* po/zh_TW.po: New file. courtesy Chao-Hsiung Liao.

2003-04-14  Colin Marquardt  <colin@marquardt-home.de>

	* main.c: Fix "tab&hold" typos.

2003-04-14  Florian Boor  <florian.boor@kernelconcepts.de>

	* Makefile: new version
	* main.c reworked layout of find/replace boxes.
	Added quit button like other applications have.
	Added copy button to toolbar, because copy doesn't work with tab+hold.
	Changed handling of filename.
	Some other small cleanups and fixes.

2003-03-30  Philip Blundell  <philb@gnu.org>

	* Makefile (install-program): Remove strip.  Use install -d in
	place of mkdir.

2003-03-24  Philip Blundell  <philb@gnu.org>

	* Version 0.16 released.

2003-03-24  Philip Blundell  <philb@gnu.org>

	* Makefile (LINGUAS): Add de.

2003-03-22  Colin Marquardt  <colin@marquardt-home.de>

	* Makefile (install): Remove, let Makefile.dpkg_ipkg provide it.

2003-03-19  Philip Blundell  <philb@gnu.org>

	* Makefile (LINGUAS): Add pt.

 	* po/pt.po: New file from Translation Project, courtesy Luis
	Oliveira.

2003-03-18  Philip Blundell  <philb@gnu.org>

	* main.c (main): Attach quit confirmation to delete-event signal,
	not destroy.

2003-03-08  Philip Blundell  <philb@gnu.org>

	* familiar/control1 (Depends): Add gpe-edit-locale*

	* po/id.po: New file from Translation Project.
	* Makefile (LINGUAS): Add id.
	* po/Makefile: Deleted.

2003-03-07  Philip Blundell  <philb@gnu.org>

	* Version 0.14 released.

2003-03-07  Philip Blundell  <philb@gnu.org>

	* main.c (my_icons): Remove redundant entries.
	(ask_save_before_exit): Use stock items.
	(main): Remove unused variables.  Use gpe_set_window_icon.  Set
	character set for gettext to UTF-8.

2003-02-26  Colin Marquardt  <colin@marquardt-home.de>

	* familiar/postinst: Replace "return" call with "exit".

2003-02-24  Colin Marquardt  <colin@marquardt-home.de>

	* familiar/postinst: Always return true.

2003-02-20  Philip Blundell  <philb@gnu.org>

	* Version 0.13 released.
	
2003-02-20  Philip Blundell  <philb@gnu.org>

	* Makefile (install): Depend on gpe-edit.desktop.  Don't ship
	.menu file.  Use install -s.
	* gpe-edit.desktop: Deleted.
	* gpe-edit.desktop.in: New.
	* gpe-edit.menu: Deleted.

2003-02-17  Colin Marquardt  <colin@marquardt-home.de>

	* Makefile (clean): Make 'clean' depend on clean-po.

2002-09-23  Colin Marquardt  <colin@marquardt-home.de>

	* main.c: Convert to #include <gpe/foo.h> style.

2002-08-10  Robert Mibus  <mibus@handhelds.org>

	* main.c: Fix dc's brain-deadness string handling :)

	* main.c: Fix ask-filename-on-save-on-exit handling.

        * <dc_> Thanks mibus =P

2002-08-08  Damien Tanner  <dctanner@magenet.com>

	* Ask if the user would like to save his document before exiting

2002-08-05  Philip Blundell  <philb@gnu.org>

	* familiar/control1 (Description): New file.
	* Makefile (ipkg): Use it when building GTK 2 package.

2002-07-29  Colin Marquardt  <colin@marquardt-home.de>

	* gpe-edit.menu: Give full path to icon. Move to section PIM (to
	conform to http://familiar.handhelds.org/policy/menu.html)
