Release Name: 0.2.0
Notes:
0.2.0
=====
- The plugin now supports a variety of archive managers through a generic
interface, that requires the archive manager to install a .desktop file
as usual, that lists the supported mime types, and a .tap file that acts
as a wrapper script to invoke the archive manager with the appropriate
parameters for the create, extract-here and extract-to actions.
- Wrapper scripts for file-roller (the GNOME archive manager) and ark (the
KDE archive manager) have been added. Xarchiver, the Xfce archive manager,
will include an appropriate xarchiver.tap file in the next release.
- Import the file-roller icons for the create and extract actions.
- New translations: Carles Munoz (ca), Piarres Beobide (eu)
- Updated translations: Benedikt Meurer (de), Szervác Attila (hu)
Changes:
ChangeLog:
========
2006-07-04 Benedikt Meurer
* === Released 0.2.0 ===
* NEWS, configure.in.in: Bump version.
* THANKS: Add missing translator credits.
* scripts/template.tap, scripts/Makefile.am: Add template.tap to act
as a template for new .tap files.
* po/*.po: Update project version.
2006-07-02 Benedikt Meurer
* scripts/*.tap: Handle filenames with spaces properly.
2006-07-02 Benedikt Meurer
* thunar-archive-plugin/tap-provider.c(TAP_MIME_TYPES): That should
have been 24 bytes, forgot the nul-byte.
2006-07-02 Benedikt Meurer
* thunar-archive-plugin/tap-provider.c(TAP_MIME_TYPES): Avoid 21
unneccesary relocations.
* thunar-archive-plugin/tap-provider.c: GTK+ 2.9.0 and above provides
an icon-name property for GtkActions, so we don't need the icon
factory there.
2006-07-01 Benedikt Meurer
* thunar-archive-plugin/: Add support for other archive managers than
file-roller, using the mime database and an additional .tap wrapper
script.
* configure.in.in, icons/, thunar-archive-plugin/tap-provider.c,
Makefile.am: Add icons for the extract and create actions, from
the file-roller user interface.
* configure.in.in, scripts/, Makefile.am: Add wrapper scripts for
file-roller and ark; xarchiver should ship the wrapper script as
part of its distribution.
* README: Add documentation about the new framework.
* po/POTFILES.in: Add tap-backend.c here.
* po/*.po, po/thunar-archive-plugin.pot: Merge new strings.
* po/de.po: Update german translations.
2006-06-19 Benedikt Meurer
* COPYING: This should be LGPL, as pointed out by Yves-Alexis
Perez .
2006-04-16 Benedikt Meurer
* configure.in.in: Post-release version bump.
po/ChangeLog:
==========
2006-07-04 Benedikt Meurer
* *.po: Update project version.
2006-07-01 Benedikt Meurer
* POTFILES.in: Add tap-backend.c here.
* thunar-archive-plugin.pot, *.po: Merge new strings.
* de.po: Update german translations.
2006-04-23 Daichi Kawahata
* LINGUAS, eu.po: Added Basque translations by Piarres Beobide
.
2006-04-22 Daichi Kawahata
* LINGUAS, ca.po: Added Catalan translations by Carles Munoz
Gorriz .
* thunar-archive-plugin.pot, *.po: Updated.
|