2007-07-30 Paolo Bacchilega [ File Roller 2.19.4 released ] * NEWS: * configure: updated for version 2.19.4 2007-07-29 Paolo Bacchilega * src/main.c: * src/fr-window.h: * src/fr-window.c: * src/file-utils.h: * src/file-utils.c: * src/file-data.c: * src/dlg-open-with.c: * src/actions.c: Fixed bug #311674 – replace "View File" Dialog. Actually the "Open with" dialog still exists but it's used only if the mime type has no registered application. The big difference is that now the files are extracted before trying to get the mime type, so the mime type is calculated using the content and the file name, and it is therefore more accurate. 2007-07-29 Paolo Bacchilega * TODO: added some entries. * src/glib-utils.c: added a comment to explaing the time format. Fixes bug #461356 – Please add comment to this time string. 2007-07-15 Paolo Bacchilega * src/fr-window.c: * src/fr-window.h: update the current view after reloading the archive. 2007-07-15 Paolo Bacchilega * src/fr-window.c (fr_window_copy_or_cut_selection): set the base_dir when copying to clipboard. * data/glade/ask-password.glade: center the dialog on parent. 2007-07-15 Paolo Bacchilega * src/fr-window.c: call fr_window_paste_from_clipboard_data for FR_BATCH_ACTION_PASTE actions. 2007-07-11 Paolo Bacchilega * src/fr-window.c: do not re-add the clipboard check when closing. 2007-07-11 Paolo Bacchilega * src/fr-window.c: when sorting by size sort folders as well. * src/main.c: Fixed bug #450150 – Translate program description correctly Patch by Gabor Kelemen 2007-06-21 Paolo Bacchilega * src/ui.h: * src/fr-window.h: * src/fr-window.c: * src/dlg-extract.h: * src/dlg-extract.c: * src/dlg-delete.h: * src/dlg-delete.c: * src/actions.h: * src/actions.c: Started work on the sidebar context menu.