Tue Nov 17 17:41:07 2009 UTC ()
Update to 2.28.1:

Version 2.28.1
---------------

Misc changes, improvements and fixes:

    * Don't use a pointer grab to lock the cursor - closes bgo #598538

New and updated translations:

    [et] Tournaris Pavlos
    [et] Ivar Smolin
    [ro] Lucian Adrian Grijincu
    [ru] Leonid Kanter

New and updated manual translation:

    [cs] Adrian Guniš

Version 2.28.0
---------------

New and updated translations:

    [as] Amitakhya Phukan
    [da] Per Kongstad
    [en_GB] Philip Withnall
    [fi] Ilkka Tuohela
    [gu] Sweta Kothari
    [hi] Rajesh Ranjan
    [hu] Gabor Kelemen
    [it] Milo Casagrande
    [kn] Shankar Prasad
    [ko] Changwoo Ryu
    [lt] Gintautas Miliauskas
    [mai] Sangeeta Kumari
    [ml] Peter Ani
    [mr] Sandeep Shedmake
    [or] Manoj Kumar Giri
    [pa] A S Alam
    [ro] Adi Roiban
    [sl] Matej Urbančič

New and updated manual translation:

    [el] Giannis Katsampirhs

Version 2.27.92
---------------

Misc changes, improvements and fixes:

    * Fix installation of dwell click applet on GNOME panel

New and updated translations:

    [ar] Khaled Hosny
    [bn] Israt Jahan
    [ca] Gil Forcada
    [ca@valencia] Carles Ferrando Garcia
    [de] Mario Blättermann
    [eu] Iñaki Larrañaga Murgoitio
    [nb] Kjartan Maraas
    [pl] Tomasz Dominikowski
    [pt] Duarte Loreto
    [sr] Milan Skocic
    [sr@latin] Milan Skocic
    [te] Krishna Babu K

New and updated manual translation:

    [cs] Adrian Guniš

Version 2.27.91
---------------

Misc changes, improvements and fixes:

    * Use AM_SILENT_RULES if available

New and updated translations:

    [bg] Alexander Shopov
    [cs] Adrian Gunis
    [fr] Claude Paroz
    [gl] Antón Méixome
    [pt_BR] Leonardo Ferreira Fontenelle
    [th] Theppitak Karoonboonyanan
    [zh_HK] Chao-Hsiung Liao
    [zh_TW] Chao-Hsiung Liao

New and updated manual translation:

    [de] Mario Blättermann (bgo #591916)

Version 2.27.90
---------------

New and updated translations:

    - [gl] Antón Méixome

Version 2.27.5
---------------

New and updated manual translation:

    - [de] Mario Blättermann

Version 2.27.4
---------------

Misc changes, improvements and fixes:

    * Fix typos in NEWS file

New and updated manual translation:

    - [bn_IN] Runa Bhattacharjee
    - [ca] Joan Duran
    - [cs] Adrian Guniš
    - [et] Ivar Smolin
    - [he] Yaron Shahrabani
    - [sv] Daniel Nylander
    - [uk] Maxim Dziumanenko

Version 2.27.3
---------------

Misc changes, improvements and fixes:

    * Fix cursor drawing on 64bit platforms - closes bgo#584256
    * Use 'test ! -d' in autogen.sh - closes bgo#583311
    * Link directly to libX11 - closes bgo#583471
    * Fix sequence-point warning - bgo#583993
    * Restore contextual menu in click-type window
    * Fix POTFILES.in to make intltool extract strings from .ui files
    * Get back lost translations from 2.24
    * Remove markup from translatable strings

New and updated manual translation:

    - [es] Jorge González
    - [fr] Claude Paroz
    - [ta] drtvasudevan

Version 2.27.2
---------------

Misc changes, improvements and fixes:

    * Fix dwell click for left-handed mouse orientation - bgo#582319
    * Fix FDL license version of the manual
    * Add comment to manual that hardware click interrupts dwell click

New and updated manual translation:

    - [el] Giannis Katsampirhs
    - [es] Jorge González

Version 2.27.1
---------------

Misc changes, improvements and fixes:

    * Changes due to moving from svn to git
    * Clean up AUTHORS file
    * update copyright year
    * remove the INSTALL file from repository
    * Automatically generate ChangeLog file when creating a tarball
    * Cancel dwell click if a hardware click occurs, RFE bgo #580174
    * create m4 directory during autogen.sh, bgo #579397
    * Rename MTClosure to MtData
    * Use structure bit fields to save some memory
    * Optimization to reduce usage of G_TYPE_INSTANCE_GET_PRIVATE
    * remove unused virtual methods from MtTimerClass
    * Fix FDL license version of the manual

New and updated translations:

    - [el] Fotis Tsamis
    - [gl] Suso Baleato
    - [kn] Shankar Prasad
    - [or] Manoj Kumar Giri
    - [pa] A S Alam
    - [zh_CN] TeliuTe

New and updated manual translation:

    - [en_GB] Jen Ockwell
    - [fr] Bruno Brouard and Claude Paroz


(wiz)
diff -r1.10 -r1.11 pkgsrc/misc/mousetweaks/Makefile
diff -r1.4 -r1.5 pkgsrc/misc/mousetweaks/PLIST
diff -r1.5 -r1.6 pkgsrc/misc/mousetweaks/distinfo

cvs diff -r1.10 -r1.11 pkgsrc/misc/mousetweaks/Makefile (expand / switch to context diff)
--- pkgsrc/misc/mousetweaks/Makefile 2009/08/26 19:58:03 1.10
+++ pkgsrc/misc/mousetweaks/Makefile 2009/11/17 17:41:07 1.11
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.10 2009/08/26 19:58:03 sno Exp $
+# $NetBSD: Makefile,v 1.11 2009/11/17 17:41:07 wiz Exp $
 #
 
-DISTNAME=	mousetweaks-2.26.3
-PKGREVISION=	1
+DISTNAME=	mousetweaks-2.28.1
 CATEGORIES=	misc
-MASTER_SITES=	${MASTER_SITE_GNOME:=sources/mousetweaks/2.26/}
+MASTER_SITES=	${MASTER_SITE_GNOME:=sources/mousetweaks/2.28/}
 
 MAINTAINER=	pkgsrc-users@NetBSD.org
 HOMEPAGE=	http://live.gnome.org/Mousetweaks/Home

cvs diff -r1.4 -r1.5 pkgsrc/misc/mousetweaks/PLIST (expand / switch to context diff)
--- pkgsrc/misc/mousetweaks/PLIST 2009/06/14 18:07:27 1.4
+++ pkgsrc/misc/mousetweaks/PLIST 2009/11/17 17:41:07 1.5
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:07:27 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2009/11/17 17:41:07 wiz Exp $
 bin/dwell-click-applet
 bin/mousetweaks
 bin/pointer-capture-applet
@@ -25,6 +25,36 @@
 share/gnome/help/mousetweaks/C/figures/mouse-a11y-tab.png
 share/gnome/help/mousetweaks/C/legal.xml
 share/gnome/help/mousetweaks/C/mousetweaks.xml
+share/gnome/help/mousetweaks/ca/figures/mouse-a11y-dwell-checkbox.png
+share/gnome/help/mousetweaks/ca/figures/mouse-a11y-dwell-click-type-applet.png
+share/gnome/help/mousetweaks/ca/figures/mouse-a11y-dwell-click-type-window.png
+share/gnome/help/mousetweaks/ca/figures/mouse-a11y-dwell-ctw-checkbox.png
+share/gnome/help/mousetweaks/ca/figures/mouse-a11y-dwell-delay-slider.png
+share/gnome/help/mousetweaks/ca/figures/mouse-a11y-dwell-gesture-mapping.png
+share/gnome/help/mousetweaks/ca/figures/mouse-a11y-dwell-mode-choice.png
+share/gnome/help/mousetweaks/ca/figures/mouse-a11y-dwell-motion-treshold.png
+share/gnome/help/mousetweaks/ca/figures/mouse-a11y-pointer-capture-context-menu.png
+share/gnome/help/mousetweaks/ca/figures/mouse-a11y-pointer-capture-locked.png
+share/gnome/help/mousetweaks/ca/figures/mouse-a11y-pointer-capture-preferences.png
+share/gnome/help/mousetweaks/ca/figures/mouse-a11y-ssc-checkbox.png
+share/gnome/help/mousetweaks/ca/figures/mouse-a11y-ssc-delay-slider.png
+share/gnome/help/mousetweaks/ca/figures/mouse-a11y-tab.png
+share/gnome/help/mousetweaks/ca/mousetweaks.xml
+share/gnome/help/mousetweaks/cs/figures/mouse-a11y-dwell-checkbox.png
+share/gnome/help/mousetweaks/cs/figures/mouse-a11y-dwell-click-type-applet.png
+share/gnome/help/mousetweaks/cs/figures/mouse-a11y-dwell-click-type-window.png
+share/gnome/help/mousetweaks/cs/figures/mouse-a11y-dwell-ctw-checkbox.png
+share/gnome/help/mousetweaks/cs/figures/mouse-a11y-dwell-delay-slider.png
+share/gnome/help/mousetweaks/cs/figures/mouse-a11y-dwell-gesture-mapping.png
+share/gnome/help/mousetweaks/cs/figures/mouse-a11y-dwell-mode-choice.png
+share/gnome/help/mousetweaks/cs/figures/mouse-a11y-dwell-motion-treshold.png
+share/gnome/help/mousetweaks/cs/figures/mouse-a11y-pointer-capture-context-menu.png
+share/gnome/help/mousetweaks/cs/figures/mouse-a11y-pointer-capture-locked.png
+share/gnome/help/mousetweaks/cs/figures/mouse-a11y-pointer-capture-preferences.png
+share/gnome/help/mousetweaks/cs/figures/mouse-a11y-ssc-checkbox.png
+share/gnome/help/mousetweaks/cs/figures/mouse-a11y-ssc-delay-slider.png
+share/gnome/help/mousetweaks/cs/figures/mouse-a11y-tab.png
+share/gnome/help/mousetweaks/cs/mousetweaks.xml
 share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-checkbox.png
 share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-click-type-applet.png
 share/gnome/help/mousetweaks/de/figures/mouse-a11y-dwell-click-type-window.png
@@ -148,8 +178,10 @@
 share/locale/ar/LC_MESSAGES/mousetweaks.mo
 share/locale/as/LC_MESSAGES/mousetweaks.mo
 share/locale/bg/LC_MESSAGES/mousetweaks.mo
+share/locale/bn/LC_MESSAGES/mousetweaks.mo
 share/locale/bn_IN/LC_MESSAGES/mousetweaks.mo
 share/locale/ca/LC_MESSAGES/mousetweaks.mo
+share/locale/ca@valencia/LC_MESSAGES/mousetweaks.mo
 share/locale/cs/LC_MESSAGES/mousetweaks.mo
 share/locale/da/LC_MESSAGES/mousetweaks.mo
 share/locale/de/LC_MESSAGES/mousetweaks.mo
@@ -170,6 +202,7 @@
 share/locale/kn/LC_MESSAGES/mousetweaks.mo
 share/locale/ko/LC_MESSAGES/mousetweaks.mo
 share/locale/lt/LC_MESSAGES/mousetweaks.mo
+share/locale/mai/LC_MESSAGES/mousetweaks.mo
 share/locale/mk/LC_MESSAGES/mousetweaks.mo
 share/locale/ml/LC_MESSAGES/mousetweaks.mo
 share/locale/mr/LC_MESSAGES/mousetweaks.mo
@@ -186,6 +219,8 @@
 share/locale/ru/LC_MESSAGES/mousetweaks.mo
 share/locale/sl/LC_MESSAGES/mousetweaks.mo
 share/locale/sq/LC_MESSAGES/mousetweaks.mo
+share/locale/sr/LC_MESSAGES/mousetweaks.mo
+share/locale/sr@latin/LC_MESSAGES/mousetweaks.mo
 share/locale/sv/LC_MESSAGES/mousetweaks.mo
 share/locale/ta/LC_MESSAGES/mousetweaks.mo
 share/locale/te/LC_MESSAGES/mousetweaks.mo
@@ -206,6 +241,8 @@
 share/mousetweaks/right-click.png
 share/mousetweaks/single-click.png
 share/omf/mousetweaks/mousetweaks-C.omf
+share/omf/mousetweaks/mousetweaks-ca.omf
+share/omf/mousetweaks/mousetweaks-cs.omf
 share/omf/mousetweaks/mousetweaks-de.omf
 share/omf/mousetweaks/mousetweaks-el.omf
 share/omf/mousetweaks/mousetweaks-en_GB.omf

cvs diff -r1.5 -r1.6 pkgsrc/misc/mousetweaks/distinfo (expand / switch to context diff)
--- pkgsrc/misc/mousetweaks/distinfo 2009/07/22 21:28:06 1.5
+++ pkgsrc/misc/mousetweaks/distinfo 2009/11/17 17:41:07 1.6
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2009/07/22 21:28:06 wiz Exp $
+$NetBSD: distinfo,v 1.6 2009/11/17 17:41:07 wiz Exp $
 
-SHA1 (mousetweaks-2.26.3.tar.gz) = c1ab128f8281ed8061bcf7d4d60daf521b6d33dc
+SHA1 (mousetweaks-2.28.1.tar.gz) = 8a0edc147677448bf8f5de26aad1ff8e3f6d35bc
-RMD160 (mousetweaks-2.26.3.tar.gz) = 9b3ef5893ce0099cfe7402a2557f57699ca803a3
+RMD160 (mousetweaks-2.28.1.tar.gz) = 3a3cf9052011e6868465005772002702344aa6d2
-Size (mousetweaks-2.26.3.tar.gz) = 1296237 bytes
+Size (mousetweaks-2.28.1.tar.gz) = 2161418 bytes