Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) by www.NetBSD.org (Postfix) with ESMTP id 18F7A63B882 for ; Sat, 11 Aug 2012 17:57:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E34C414A2EA; Sat, 11 Aug 2012 17:57:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5CE2914A2E8 for ; Sat, 11 Aug 2012 17:57:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id pcH63DNbeM7i for ; Sat, 11 Aug 2012 17:57:39 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id 7F5F414A1FD for ; Sat, 11 Aug 2012 17:57:39 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 71F04175DD; Sat, 11 Aug 2012 17:57:39 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 11 Aug 2012 17:57:39 +0000 From: "Ryo ONODERA" Subject: CVS commit: pkgsrc/print/diffpdf To: pkgsrc-changes@NetBSD.org Reply-To: ryoon@netbsd.org X-Mailer: log_accum Message-Id: <20120811175739.71F04175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: ryoon Date: Sat Aug 11 17:57:39 UTC 2012 Modified Files: pkgsrc/print/diffpdf: Makefile distinfo pkgsrc/print/diffpdf/patches: patch-aa Log Message: Update to 2.1.1 Changelog: 2.1.1 - Tiny bug fix to make sure that the help file is in the right language. 2.1.0 - Dragging and and dropping files from Windows Explorer, Thunar, etc., now works (at least for me, on Windows 7 and Xubuntu). - Updated Czech translation from Pavel Fric. - French translation from Pierre-Alain Bandinelli. - German translation (and many suggestions) from Rainer Krachten. - Translations should "just work"; i.e., if you use a French locale then the user interface and help text should appear in French. However, you can force DiffPDF to use any language it supports by using the --language command line option (e.g., --language=fr). If an unsupported locale or --language option is used, DiffPDF will fall back to English. - Now support -h as a synonym for --help. - Initial path defaults to home directory instead of DiffPDF's installation directory. - Improved the Options dialog's layout. - A subtle bugfix to the --words command line option. - Fixed a crash: clicking to set a margin when there're no PDFs loaded now safely does nothing. 2.0.0 - Can now have comparisons exclude text that's outside user-specified margins. This feature was sponsored by a company that prefers to remain anonymous. - Save As can now save images as well as PDFs. - Minor bug fixes and improvements. - Command line help (--help) will no longer work on Windows. This is to avoid a spurious console window appearing. I've put the output in the online help though. - Improved dock window handling so that docks can now be stacked on top of each other (useful for small screens). To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/print/diffpdf/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/print/diffpdf/distinfo cvs rdiff -u -r1.5 -r1.6 pkgsrc/print/diffpdf/patches/patch-aa Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.