diff options
author | wiz <wiz@pkgsrc.org> | 2005-02-18 13:48:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-02-18 13:48:08 +0000 |
commit | 951519d16a0520381bcd1ae5afe6978a3e6508f2 (patch) | |
tree | 21785089d3622342d38f6b5e45ddae6eb7fcf38f /www/bins/PLIST | |
parent | 1451d414abc17ee062db76e678aa307a9289d29d (diff) | |
download | pkgsrc-951519d16a0520381bcd1ae5afe6978a3e6508f2.tar.gz |
Update to 1.1.27:
- Added new parameter borderOnThumbnails to change or remove the
border of the thumbnail's image in the thumbnails page, in pixels.
- Exit if target_dir is in source_dir since it will generate an
infinite recursion.
Correction from Ludovic Rousseau
- Bug on tips popup when text contained double quotes has been corrected.
Patch from Arthur de Jong
- bugs on -e and -o custom options has been fixed.
Patch from Adam Lackorzynski
- Adding a check for Perl < 5.8 in bins_edit for utf-8 handling.
Correction from Robert Funnell
- Hungarian translation (hu) has been added.
Thanks to Aurel Gabris
- zh language code has been changed to zh_TW.
- Correction in comments of binsrc.
Patch from Robert Funnell
- Added RCS directories in excludeDirs parameter of binsrc to shown
regexp use.
Suggestion from Ambrose Li
The following changes have been made in bins-edit-gui by Mark W.
Eichin:
- Primitive "current album" editor.
- Force LATIN1 if 7-bit ANSI is selected. Add charmap override box if
either conversion fails.
- Free server-side pixmap correctly (oops.)
- Fix grey-out of filename box.
- more error checks.
- Update man page.
- Also, shortcut for autofill has been corrected (now CTRL A).
Correction from Ivan Daou
Diffstat (limited to 'www/bins/PLIST')
-rw-r--r-- | www/bins/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/bins/PLIST b/www/bins/PLIST index e2faef86e35..d6abede4585 100644 --- a/www/bins/PLIST +++ b/www/bins/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.13 2004/06/21 16:22:26 martti Exp $ +@comment $NetBSD: PLIST,v 1.14 2005/02/18 13:48:08 wiz Exp $ bin/anti_bins bin/bins bin/bins_cleanupgallery @@ -204,7 +204,7 @@ ${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/bins.mo ${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/bins.mo ${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/bins.mo ${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/bins.mo -${PKGLOCALEDIR}/locale/zh/LC_MESSAGES/bins.mo +${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/bins.mo @dirrm share/doc/html/bins @dirrm share/examples/bins/templates.default @dirrm share/examples/bins/templates.jab |