2006-03-05  Paolo Bacchilega  <paobac@cvs.gnome.org>

	[ gthumb 2.7.4 released ]
	
	* NEWS: 
	* configure.in: updated for 2.7.4

	* src/main.c (initialize_data): 

	Fixed bug #325833 – gthumb icon isn't on window title bar and windo
	list applet.

	* libgthumb/file-utils.c (path_list_find_path, xfer_file): 
	* libgthumb/gth-file-list.c (gth_file_list_pos_from_path): 
	* libgthumb/gth-file-view-list.c (gth_file_view_list_new): 
	* libgthumb/gth-file-view-thumbs.c (comp_func_path): 
	* libgthumb/catalog.c (catalog_remove_item): 
	* src/gth-browser.c (gth_browser_load_image): 
	* src/gth-fullscreen.c (monitor_file_renamed_cb): 
	* src/gth-location.c (update_uri): 
	* src/gthumb-preloader.c (gthumb_preloader_get_loader): 
	* src/gth-viewer.c (monitor_file_renamed_cb): 
	* libgthumb/bookmarks.c (get_link_from_path): 
	* src/gth-browser-actions-callbacks.c (folder_copy__response_cb)
	(rename_file, folder_rename): 
	* src/dlg-file-utils.c (my_list_remove, copy_current_file): 
	* src/dlg-duplicates.c (check_image): 
	* src/dlg-convert.c (save_image_and_remove_original): 
	* src/catalog-list.c (catalog_list_get_iter_from_path)
	(catalog_list_refresh): 

	use same_uri instead of strcmp to campare uris.
	
	* libgthumb/file-utils.h: 
	* libgthumb/file-utils.c (same_uri): 
	* src/gth-batch-op.c (pixbuf_op_done_cb, load_current_image): 

	Fixed bug #326844 – Scale Series: Prevent rename .jpg to .jpeg
	
	* src/rotation-utils.c (update_orientation_field): updated all 
	orientation fields.

	Fixes bug #333102 – Image rotation action does not update the EXIF tag 
	correctly

2006-03-01  Daniel Nylander  <po@danielnylander.se>

        * po/sv.po: Updated Swedish translation.
	
2006-02-19  Paolo Bacchilega  <paobac@cvs.gnome.org>

	* src/dir-list.c (dir_list_update_underline): 
	* src/catalog-list.c (catalog_list_update_click_policy): 

	Fixed bug #331714 - crash in Preferences Browser
	
2006-02-18  Paolo Bacchilega  <paobac@cvs.gnome.org>

	* src/gth-fullscreen.c (create_toolbar_window): use the same screen of
	the image viewer.

	Fixes bug #327245 - Full screen mode crippled if Xinerama is used

	* configure.in: Post release version bump.

	* libgthumb/search.c (search_util_get_file_patterns)
	(search_util_get_patterns): 
	* src/dlg-search.c (pattern_matched_by_keywords): 
	* libgthumb/Makefile.am (libgthumb_la_SOURCES): 
	* libgthumb/utf8-fnmatch.[ch]: removed files.
	* libgthumb/glib-utils.c (_g_utf8_strstrip): fixed implemetation.

	Fixes bug #313827 – Search does not work on categories with colon 
	symbol and similar names.

	* src/catalog-web-exporter.c (export__save_other_files): 
	* src/gth-browser.c (window_update_image_info): 
	* src/gth-viewer.c (viewer_update_image_info): 
	* libgthumb/pixbuf-utils.c (_gdk_pixbuf_savev): 

	Convert uri to local path before saving exif data or jpeg images.
	Fixes bugs #331658, #327263 and #327262