2002-04-03 Mano <mano@pluto.linux.it>

	* various: now grg is launched via a script that ensures core is not dumped,
			   and checks that it is so when launched.
	* src/gringotts.c: improved the regexp to match DISPLAY against
	* src/grg_utils.c: used fgetc, instead of that stupid loop

2002-04-01 Mano <mano@pluto.linux.it>

	* added german translation, thanks to Hermann-Josef Beckers <hjb-rheine@t-online.de>
	* src/gringotts.c: matched DISPLAY against regexp [0-9\.]*[:][0-9\.]*
	* src/grg_print.c: corrected all printf(<string>) in printf("%s", <string>)
	* src/gringotts.c: removed a stupid debug g_print
	* src/gringotts.c: added defaults in all switch'es, and assertions
	* configure.in: added --enable-g-asserts switch
	* configure.in: changed version to 0.3.5
	* configure.in: tidied up a little bit

2002-03-28 Mano <mano@pluto.linux.it>

	* src/grg_crypt.c: added error handling for too big files
	* src/gringotts.c: append ".grg" at end of save files, if not yet
	* src/gringotts.c: solved a problem with "revert"
	* src/gringotts.c: solved a problem with xauth env variable
	* src/gringotts.c: solved a problem with closing unsaved files
	* src/menus.c: fixed a bug with Ctrl-C
	* configure.in: changed size limit to 8Mb
	* configure.in: added --enable-root-use and --enable-safety-slowdowns
	* INSTALL: updated with new specifics

2002-03-28 Mano <mano@pluto.linux.it>

	* src/gringotts.c: all the freed sensitive data are now overwritten with random trash
	* src/gringotts.c: added check for file existence in cmdline file loading
	* src/grg_utils.c: solved a bug with non-/dev/random random number generator
	* src/grg_utils.c: dropped *stupid* support for /dev/urandom
	* src/grg_crypt.c: modified the size limit in something that makes more sense (16Mb)
	* tested with mhash 0.3.14

2002-03-27 Mano <mano@pluto.linux.it>

	* src/gringotts.c: forbid use by root
	* src/gringotts.c: "shielded" the env variables
	* src/grg_crypt.c: added check for data dimension
	* src/gringotts.c: added error handling in "save as"
	* src/gringotts.c: modified the main textedit widget height
	* src/grg_entries.c: added validation of UTF-8 imported text
	* src/gringotts.c: message box types are more appropriate
	* src/gringotts.c: if you choose to re-open the current file, fall back to revert

2002-03-24 Mano <mano@pluto.linux.it>

	* configure.in: used the proper PKG_CHECK_MODULES macro for GTK2
	* changed version to 0.3.4

2002-03-22 Nipo <nipo@ssji.net>

	* src/grg_menus.c: abandoned (finally!) GtkItemFactory for menus
	* src/gringotts.c: various improvements
	* src/gringotts.c: fixed a bug in commandline interpretation

2002-03-22 Mano <mano@pluto.linux.it>

	* src/gringotts.c: added another toolbar
	* src/gringotts.c: solved a bug with "New" command
					   (it didn't close an already opened file)
	* src/grg_menux.c: (temporarily) eliminated mnemonics from menu items
	* src/grg_menux.c: made the menus translateable
	* src/gringotts.c: conformed navigation toolbar to main one
	* changed version to 0.3.3

2002-03-20 Mano <mano@pluto.linux.it>

	* src/gringotts.c: added the close command
	* src/gringotts.c: now it closes a file before opening another one
	* src/gringotts.c: added support for a future nice "splash text"
	* src/gringotts.c: fixed a problem with commandline parsing
	* gringotts.spec.in: added installation of the .desktop file
	* INSTALL: added CVS instructions
	* released version 0.3.2

2002-03-16 Mano <mano@pluto.linux.it>

	* gringotts.spec.in: made it build on bz2 tarball
	* gringotts.spec.in: added upx compression, if available
 
2002-03-15 Mano <mano@pluto.linux.it>

	* src/grg_list.c: added possibility to shift entries
	* src/grg_entries.c: added grg_entries_raise() & grg_entries_sink()
	* src/grg_list.c: solved a problem with the list index

2002-03-14  Nipo <nipo@ssji.net>

	* src/gringotts.c: solved a problem with window resizing
	* src/gringotts.c: added a basical commandline functionality
	* added french translation

2002-03-12  Mano <mano@pluto.linux.it>

	* added .desktop file

2002-03-10  Mano <mano@pluto.linux.it>

	* src/gringotts.c: added better error reporting
	
2002-03-09  Mano <mano@pluto.linux.it>

	* src/gringotts.c: added CUT/COPY/PASTE capabilities
	* changed version to 0.3.1

2002-03-07  Mano <mano@pluto.linux.it>

	* since TODO for 0.2 is empty, changed version to 0.3.0
	* src/gringotts.c: checks for loaded file consistency BEFORE
					   asking any password
	* src/grg_crypt.c: added the possibility to check only for file
	                   consistency when loading a file
	* src/gringotts.c: file dialogs now have a proper parent
	* src/Makefile.am: added -Wall to compile flags
	* src/various: cleaned all the warnings
	* further cleanups to the CVS repository
	* finished to comment the code

2002-03-06  Mano <mano@pluto.linux.it>

	* creation of the CVS repository
	* src/various: added copyright notice, started to comment the code
	* src/grg_utils.c: some functions were not needed
	                   ("reinventing the wheel" syndrome ;)
	* src/grg_crypt.c: typo corrected
	* INSTALL, README: created
