2006-04-29 Claudio Fontana <claudio@gnu.org>

	* 2.1 release

2006-04-09 Claudio Fontana <claudio@gnu.org>

	* action.c: source installation happens again before
	  binary installation.
	
2006-03-28 Claudio Fontana <claudio@gnu.org>

	* console.c::console_print() : call doevents() before doing anything.
	  This fixes a bug that made it impossible to stop the scrolling
	  by forcing the scrollbar in a certain position when outputting
	  many lines in quick succession.

	* pref.c::pref_apply_clicked() : fix bug that prevented the user
	  from deactivating the "install source" option in the preferences
	  dialog.

	* action.c::action_remove() : initialize build before call to
	  srcinst_uninstall_binary only when information about installed
	  files is not available.
	* action.c::action_uninstall() : likewise.

2006-03-17 Claudio Fontana <claudio@gnu.org>

	* action.c: changed action_install_aux() and action_upgrade() to
	  reflect API changes in recent libsrcinst.

2006-03-07 Claudio Fontana <claudio@gnu.org>

	* soureinstall-gtk.c: accept -V, --version and -h, --help

2006-03-02 Claudio Fontana <claudio@gnu.org>

	* doc/Makefile.am, doc/sourceinstall-gtk.1 (new files):
	  add manual page

	* configure.ac: add doc/makefile to the output

	* console.c::console_populate_popup(): disable the 'Save log'
	  menu item during actions

2006-03-01 Claudio Fontana <claudio@gnu.org>

	* edit.c: fix wrong use of srcinst_set_descr() and 
	  srcinst_set_descr_long()

2006-02-27 Claudio Fontana <claudio@gnu.org>

	* gui.c: added gui_splash() and gui_unsplash() to support initial
	  splash screen
	* gui.h: likewise

	* images/splash.png, images/icon48x48.png: new files
	* Makefile.am: add new files. Define DATADIR using CPPFLAGS

	* about.c: add logo and artists

	* sourceinstall-gtk.c: call the splash screen functions

2006-02-22  Claudio Fontana <claudio@gnu.org>

	* console.c: added console_savelog() to save current console
	  contents to a file.
	* console.c: added console_populate_popup() to intercept right click
	  popup menu population of the console GtkTextView.

	* gui.c: added gui_action_savelog() in response to click on the
	  "Save Log" entry in the console popup menu.

	* events.c: install callback for the populate_popup signal in console.

2006-02-13  Claudio Fontana <claudio@gnu.org>

	* action.c: fixed bug #15728:
	  when not using manual configuration window,
	  configure string list was not correctly initialized.

	* dialog.c: likewise

	* sourceinstall-gtk.c: define program_name variable to satisfy
	  gnulib hidden requirement

2006-02-08  Claudio Fontana <claudio@gnu.org>

	* 2.0 release

2006-02-04  Claudio Fontana <claudio@gnu.org>

	* add a guard to the upgrade functionality to avoid calling
	  upgrade on non-conforming packages.

2006-01-31  Claudio Fontana <claudio@gnu.org>

	* console.c::console_print_spawn(): print a '$ ' prompt before
	  spawned commands

2006-01-26  Claudio Fontana <claudio@gnu.org>

	* action.c, action.h: changes needed to add upgrade functionality
	* gui.c, gui.h: likewise
	* toolbar.c, toolbar.h: likewise
	* menu.c, menu.h: likewise
	* events.c, events.h: likewise
	* dialog.c: likewise

	* sourceinstall-gtk.c: switched default library initialization mode
	  to SRCINST_FLAG_DEFAULT. This results in a small memory usage
	  increase for each installed package, but smoother operation.

	* action.c: export action now correctly shows action window

2006-01-25  Claudio Fontana <claudio@gnu.org>

	* action.c::action_find_configure(): display warning dialog
	  when the configuration script or gen-script is not found.

	* Makefile.am: add simple description and description-long targets.

2006-01-24  Claudio Fontana <claudio@gnu.org>

	First test pre-release announcement,
	with release name sourceinstall-gtk-2.0-rc1

