2008-11-15  Jim Evins  <evins@snaught.com>

	* data/download-sites.xml:
		Search Treasury ftp site by default.
	* data/Makefile.am:
	* data/sb200506.asc:
	* data/sb200512.asc:
	* data/sb200606.asc:
	* data/sb200612.asc:
	* data/sb200706.asc:
	* data/sb200712.asc:
	* data/sb200806.asc:
	* data/sb200812.asc:
		Added historical redemption data since last release.

2008-11-15  Jim Evins  <evins@snaught.com>

	* configure.in:
		Preparation for version 2.0.3.
	* src/commands.c: (gb_cmd_help_about):
	* src/doc-sbw.c: (gb_doc_sbw_open):
	* src/doc-sbw.h:
	* src/doc-xml.c: (xml_to_doc), (xml_parse_doc), (doc_to_xml):
	* src/file.c: (open_response), (gb_file_open_real),
	(import_response), (import_real), (gb_file_save),
	(save_as_response), (gb_file_close):
	* src/gbonds.c: (main):
	* src/prefs-dialog.c: (gb_prefs_dialog_construct),
	(rdate_range_page):
	* src/prefs.c: (gb_prefs_load_settings):
	* src/print-dialog.c: (gb_print_dialog), (print_response):
	* src/print.c: (gb_print), (print_info_new), (print_font),
	(print_bold), (print_bold_end), (print_show), (print_show_right),
	(print_show_center):
	* src/recent.c: (gb_recent_get_filename):
	* src/table-model.c: (append_tables_from_dir):
	* src/ui.c: (gb_ui_init):
	* src/update.c: (add_finish_page), (read_site_list):
	* src/view.c: (gb_view_get_selected_bond_list), (gb_view_copy),
	(selection_received_cb):
	* src/window.c: (gb_window_set_doc):
		Fixed various compiler warnings if compiled with "-O1 -Wall".
	
2008-11-15  Jim Evins  <evins@snaught.com>

	* src/doc-xml.c: (gb_doc_xml_open):
		Test xmldoc -- not doc.  This typo would test doc after
		xmlParseFile() which is not initialized.
	* src/recent.c:
		Include string.h.
	* src/splash.c: (gb_splash):
		Fix 2 small memory leaks.

2004-12-23  Jim Evins  <evins@snaught.com>

	* gbonds.spec.in:
		Don't install two .desktop files.

2004-12-23  Jim Evins  <evins@snaught.com>

	* data/Makefile.am:
		Added all historical redemption data files -- they get downloaded anyway,
		the 1st time update is run.  Backed out previous @icondir@ change.
	* data/gbonds.keys.in:
		Backed out previous @icondir@ change.
	* data/sb*.asc
		Added all historical redemption data files.

2004-12-22  Jim Evins  <evins@snaught.com>

	* src/update.c: (read_remote_file_callback),
	(close_remote_file_callback), (download_done):
		Although the 2nd download still fails on FC2 (G2.6), it will not poison
		the .gbonds directory with partial downloads.

2004-12-17  Jim Evins  <evins@snaught.com>

	* data/Makefile.am:
		New rule for creating gbonds.keys: substitute @icondir@.
	* data/gbonds.keys.in:
		Removed a couple of fields,and prefixed the icon filename with @icondir@/.
	
2004-12-17  Jim Evins  <evins@snaught.com>

	* gbonds.spec.in:
		Updated.

2004-12-17  Jim Evins  <evins@snaught.com>

	* pixmaps/gbonds-application-x-gbonds.png:
	* pixmaps/gbonds.png:
	* pixmaps/gbonds_logo.png:
		Renamed image files and checked in as binary.
	* pixmaps/Makefile.am:
		Renamed image files, added app_icon class of images.
	* data/gbonds.desktop.in:
	* data/gbonds.keys.in:
		Refer to mime icon.
	* src/gbonds.c:
	* src/update.c:
		Refer to app icon.

2004-12-17  Jim Evins  <evins@snaught.com>

	* src/update.c: (download_files), (read_remote_file_callback),
	(close_remote_file_callback):
		Code cleanup and additional debug points.

2004-12-17  Jim Evins  <evins@snaught.com>

	* src/update.c: (add_downloading_page), (download_files),
	(open_remote_file_callback), (read_remote_file_callback),
	(update_progress_bar):
		Removed deprecated use of GtkProgress APIs.

2004-12-16  Jim Evins  <evins@snaught.com>

	* Makefile.am:
	* acinclude.m4:
	* configure.in:
		Screwing with build environment.
	
2004-12-16  Jim Evins  <evins@snaught.com>

	* src/debug.c: (gb_debug_init), (gb_debug):
	* src/debug.h:
		Updated debug module to the cleaner design used in the CVS version of
		glabels, which is based on the similar module in the latest version of
		gedit.
	* src/gbonds.c: (main):
		Updated initialization of debug module.

2004-12-16  Jim Evins  <evins@snaught.com>

	* src/doc-sbw.c: (gb_doc_sbw_open):
		Fixed to match prototype.

2004-12-16  Jim Evins  <evins@snaught.com>

	* src/doc-xml.c: (xml_parse_doc):
		Fixed to match prototype.

2004-12-16  Jim Evins  <evins@snaught.com>

	* src/file.c: (gb_file_open), (open_response), (gb_file_import),
	(import_response), (gb_file_save_as), (save_as_response):
		Imported the wrong version of this file previously.  This one actually
		has all the glabels artifacts removed.

2004-12-16  Jim Evins  <evins@snaught.com>

	* src/doc.c: (gb_doc_get_type):
	* src/hig.c: (gb_hig_alert_get_type), (gb_hig_dialog_get_type),
	(gb_hig_category_get_type), (gb_hig_vbox_get_type),
	(gb_hig_hbox_get_type):
	* src/hig.h:
	* src/view.c: (gb_view_get_type):
	* src/view.h:
	* src/window.c: (gb_window_get_type):
	* src/window.h:
	* src/prefs-dialog.c: (gb_prefs_dialog_get_type):
	* src/table-model.c: (gb_table_model_get_type):
		Cleanup of get_type functions: unify style, and make sure they
		return GType.
		
	* src/Makefile.am:
	* src/file.c: (gl_file_open), (open_response), (gb_file_open_real),
	(import_real), (gl_file_save_as), (save_as_response):
		Use new file chooser, if available.

	* src/ui.c: (gb_ui_init), (gb_ui_unref):
	* src/ui.h:
	* src/window.c: (gb_window_destroy):
	* src/window.h:
		Added book-keeping to unreference recent-view at window destruction.

2004-12-16  Jim Evins  <evins@snaught.com>

	* data/Makefile.am:
		Added 2004 redemption files.  Added new freedesktop.org mime database
		stuff.
	* data/gbonds.desktop.in:
		Brought up-to-date.
	* data/gbonds.xml.in:
		New mime data database file.
	* data/sb200406.asc:
	* data/sb200412.asc:
		2004 redemption files.

2004-12-15  Jim Evins  <evins@snaught.com>

	* configure.in:
	* src/recent-files/Makefile.am:
	* src/recent-files/egg-recent-item.c:
	* src/recent-files/egg-recent-item.h:
	* src/recent-files/egg-recent-model.c:
	* src/recent-files/egg-recent-util.c:
	* src/recent-files/egg-recent-view-gtk.c:
	* src/recent-files/egg-recent-view.h:
		Updated to use newer version of egg-recent-files.
	* src/recent-files/egg-recent-vfs-utils.c:
	* src/recent-files/egg-recent-vfs-utils.h:
		Removed.
	* src/recent-files/egg-recent.h:
		Added.
