2007-06-04 Paolo Bacchilega [ File Roller 2.19.2 released ] * NEWS: * configure.in: updated for 2.19.2 2007-06-04 Paolo Bacchilega * src/fr-window.c: removed the clipboard check before destroying the window. * src/main.c: escape local paths * src/glib-utils.c: escape # in filenames. * src/dlg-batch-add.c: unescape the filename in the text entry. Fixes bug #439154 – file-roller: fails to create archives from files starting with '#' 2007-06-04 Paolo Bacchilega * src/fr-command-tar.c (fr_command_tar_escape): (fr_command_tar_delete): (fr_command_tar_extract): (fr_command_tar_add): (fr_command_tar_list): Added a --no-wildcards argument to all the commands, and removed the escape of [] in fr_command_tar_escape. Fixes bug #440662 – extraction of files with special characters only when in directory. 2007-06-04 Paolo Bacchilega * src/glib-utils.c (get_time_string): Fixed bug #402760 – "modified time" column is displayed blank in zh_CN.GB18030 locale when creating a new archive Patch by Takao Fujiwara 2007-04-24 Brian Pepple * data/Makefile.am (update-icon-cache): fix gtk-update-icon-cache for uninstall-hook. 2007-06-04 Paolo Bacchilega * src/fr-command-cfile.c: Fixed bug #438340 – file-roller has problems with files starting with a dash ("-") Patch #88736 by Hanusz leszek 2007-06-04 Paolo Bacchilega * src/fr-command-lha.c: Fixed bug #398824 – crash in Archive Manager: Opened a lha-archiv Patch #82425 by Marc-Andre Lureau 2007-06-04 Paolo Bacchilega * src/fr-window.c: * src/dlg-batch-add.c: Fixed bug #171619 – uses GnomeIconTheme which is deprecated Patch #88099 by Jan de Groot 2007-06-03 Paolo Bacchilega * src/fr-window.h: * src/fr-window.c: * src/dlg-ask-password.h: * src/dlg-ask-password.c: ask the password when pasting from a password protected archive. 2007-06-03 Paolo Bacchilega * src/fr-window.h: * src/fr-window.c: * src/fr-process.c: * src/fr-command.c: * src/fr-command.h: * src/fr-archive.h: * src/fr-archive.c: initial support for cut/copy/paste among different windows. 2007-05-18 Paolo Bacchilega * data/glade/*.glade: set dialogs position to center_on_parent.