2004-09-28 Paolo Bacchilega [ gthumb 2.5.2 released ] * doc/C/gthumb.xml: updated. 2004-09-27 Paolo Bacchilega * data/glade/gthumb_tools.glade: * libgthumb/gtk-utils.c (exec_command): * src/dlg-write-to-cd.c (write_to_cd__continue, ok_clicked_cb): * src/dlg-open-with.c (open_cb): Allow to burn the current catalog. 2004-09-19 Paolo Bacchilega * libgthumb/image-loader.c (image_loader_set_pixbuf): get the private pointer before using it. * libgthumb/image-viewer.c (image_viewer_expose): fix image display and scrolling when the frame border is 0. 2004-09-17 Paolo Bacchilega * libgthumb/preferences.c (pref_util_restore_window_geometry): Do not restore the position, let the WM place the dialog where it likes. * src/dlg-comment.c (dlg_comment_new): * src/dlg-categories.c (dlg_categories_common): * libgthumb/preferences.h: * libgthumb/preferences.c (pref_util_restore_window_geometry) (pref_util_save_window_geometry): Save the geometry of the comment and categories dialogs. 2004-09-11 Paolo Bacchilega * src/fullscreen.c (fullscreen_start): * libgthumb/image-viewer.c (image_viewer_show_frame) (image_viewer_hide_frame, image_viewer_is_frame_visible): new functions. * libgthumb/image-viewer.h (struct _ImageViewer): fixes bug #134671: `Zoom to Fit' needlessly scales down image * libgthumb/gth-image-list.c (gth_image_list_set_no_image_text): * libgthumb/gth-file-view-thumbs.c (gfv_set_no_image_text): * libgthumb/gth-file-view.c (gfv_set_no_image_text): * libgthumb/gth-file-list.c (gth_file_list_set_list) (add_list_in_chunks, add_list_in_chunks): make the 'no image' text configurable. 2004-09-07 Ankit Patel * configure.in: Added "gu" (Gujarati) to ALL_LINGUAS. 2004-09-06 Tomasz Kłoczko * components/image-viewer/Makefile.am: fixed paralel build ("make -j"). 2004-09-05 Paolo Bacchilega * libgthumb/gth-image-list.c: display 'No Image' when there is no image in the list. * data/albumthemes/text.h (text): removed 'click on the image...' message. * libgthumb/image-loader.c (image_loader_set_pixbuf): lock before setting the pixbuf, unlock when done.