2006-10-01  Paolo Bacchilega  <paobac@cvs.gnome.org>

	[ gthumb 2.7.9 released ]
	
	* configure.in: 
	* NEWS:  updated for 2.7.9
	
	* src/gth-window-actions-entries.h: 
	
	Fixed bug #355376 – "Help" shortcut should be "F1" instead of "Ctrl+H"
	Patch by Michael Chudobiak  
	
	* src/gth-browser.c (set_dir_list_continue): 
	
	Removed double semicolon.  Fixes bug #343982 – fix build with gcc 2.95
	Patch by Jens Granseuer.
	
	* data/Makefile.am: 
	
	Fixed installation when srcdir != builddir
	
	* src/catalog-web-exporter.c (get_image_filename): 
	
	Fixed bug #358343 – web album: assertion `g_path_is_absolute 
	(local_full_path)' failed
	
	* src/gthumb-preloader.c: 
	
	Set N_ARGS to 3. Fixes bug #358326 – message: assertion `k < N_LOADERS' 
	failed

2006-09-30  Paolo Bacchilega  <paobac@cvs.gnome.org>

	* libgthumb/Makefile.am: 
	
	Fixed errors when srcdir != builddir
	
	* libgthumb/image-viewer.c (gth_iviewer_interface_init): 
	
	Fixed compiler warnings.

2006-09-11  Pema Geyleg  <pgeyleg@gmail.com>

	* configure.in: Added 'dz' to ALL_LINGUAS

2006-08-31  Paolo Bacchilega  <paobac@cvs.gnome.org>

	* src/gth-folder-selection-dialog.c (file_sel_ok_clicked_cb): 
	* src/gth-browser-actions-callbacks.c (open_location_response_cb): 

	Unescape the uri before using it.  
	Fixes bug #352747 – gthumb can't open folder through file selector.

	* libgthumb/file-utils.c (get_extension): 

	Fixed bug #353613 – Negative array access in get_extension.
	Patch by Pascal Terjan.

	* libgthumb/print-callbacks.c (add_catalog_preview): 
	
	Fixed bug #353390 – Fix default rotation angle in portrait print mode.
	Patch by Michael Chudobiak.

2006-08-17  Paolo Bacchilega  <paobac@cvs.gnome.org>

	* src/gthumb-preloader.c: 
	* src/gthumb-preloader.h: 
	* src/gth-browser.c (load_timeout_cb): 
	* src/gth-fullscreen.c (real_load_current_image): removed the 4th 
	preloader.
	* libgthumb/image-loader.c (image_loader_start__step2): use 
	priv->priority instead of always using DEFAULT

	Fixes bug #349556 - [PATCH] Little bug makes gThumb slower than it can
	be.
	Patch by Colin Leroy  
	
2006-08-14  Paolo Bacchilega  <paobac@cvs.gnome.org>

	* doc/C/gthumb.xml: 

	Fixed bug #350732: "loose" should be "lose"
	Patch by Bruce Cowan

	* libgthumb/Makefile.am (libgthumb_la_LIBADD): 

	Fixed bug #351058: build failure when -Wl,--as-needed is passed to 
	linker flags.  
	Patch by Fryderyk Dziarmagowski.