1.7.0:

"Disc Warrior"

configure ::
.configure/* :
- configure script updated to v7.9

code/gnome-run-dialog.in ::
data/gnome-run-dialog.ui:
- moved from libglade to gtkbuilder

code/gnome-run-dialog.in:
- improved function for loading modules
	-- (and reporting errors if failed to do so)
- use subprocess instead of os.system
- fixed a bug which didn't let apps be run as root

*/*
- improved tree

Makefile.in:
- updated

1.6.0:

"Culture Flash"

- added COPYING
- configure script
- make installation into any prefix possible
- changed size of some widgets
- print error message if required python modules are missing
- make use of psyco if available
- added clean/distclean rules to Makefile
- colored Makefile output
- reworked README, INSTALL
- updated my mail address in AUTHORS
- set coding to utf-8
- add license header
- added accelerators
	- Ctrl+Return: Run Command
	- Ctrl+C: Clean History
	- Ctrl+Q: Quit GNOME Run Dialog
	- Ctrl+T: Set run in Terminal
	- Ctrl+R: Set run as Root
- new options for gnome-run-dialog:
	--set-metacity / --unset-metacity (bind gnome-run-dialog to ALT+F2 for metacity)
	--set-sawfish / --unset-sawfish (bind gnome-run-dialog to ALT+F2 for sawfish)

1.5.0:

- made the dialog much more compact
- removed an unused widget
- sort the history alphabetically before loading/saving it
- only run if the textentry is not empty
- added AUTHORS, README, INSTALL files
