2005-07-01 Paolo Bacchilega [ File Roller 2.11.2 released ] 2005-06-26 Ignacio Casal Quinteiro * configure.in: Added 'gl' to ALL_LINGUAS. 2005-06-26 Paolo Bacchilega * data/glade/file-roller.glade Properties dialog: align labels to left, allow window resizing, ellipsize filename and path labels. * src/ui.h: * src/actions.c * src/actions.h * src/window.c * src/window.h Removed copy/move/rename/delete archive commands. Put the recent files items in the main menu instead of using a submenu. * src/recent-files/*: updated from libegg. 2005-06-19 Fabio Bonelli * src/file-data.h: long int size -> long long size * src/fr-command-7z.c (list__process_line): * src/fr-command-ar.c (process_line): * src/fr-command-arj.c (list__process_line): * src/fr-command-cfile.c (list__process_line): * src/fr-command-iso.c (list__process_line): * src/fr-command-lha.c (process_line): * src/fr-command-rar.c (process_line): * src/fr-command-rpm.c (list__process_line): * src/fr-command-tar.c (process_line): * src/fr-command-zip.c (list__process_line): * src/fr-command-zoo.c (process_line): s/atol/atoll/ Fixes bug #142860: File-roller displays files larger than 2GB as 2GB.