Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by narn.NetBSD.org (Postfix) with ESMTP id AD35463BA1C for ; Sat, 3 Jan 2009 19:45:30 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 5906F63B1FC; Sat, 3 Jan 2009 19:45:30 +0000 (UTC) Received: from cvs.netbsd.org (unknown [IPv6:2001:4f8:4:7:2e0:81ff:fe25:eab4]) by mail.netbsd.org (Postfix) with ESMTP id 41CFB63B13C for ; Sat, 3 Jan 2009 19:45:29 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 2BC4B175D0; Sat, 3 Jan 2009 19:45:29 +0000 (UTC) From: Adam Ciarcinski Subject: CVS commit: pkgsrc/fonts/fontforge To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org Message-Id: <20090103194529.2BC4B175D0@cvs.netbsd.org> Date: Sat, 3 Jan 2009 19:45:29 +0000 (UTC) Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: adam Date: Sat Jan 3 19:45:29 UTC 2009 Modified Files: pkgsrc/fonts/fontforge: Makefile distinfo pkgsrc/fonts/fontforge/patches: patch-ae Log Message: Changes 20081224: * Check for a buggy system on Apple 10.5 with X11. * Fix more memory problems in Merge Fonts. * If a font were missing a .notdef glyph. If the user tried to display a font sample of text which included a character not in the font. Then (after the recent patches for grid-fit metrics in Print dlg) fontforge would crash. * Fix a bug in old cubic to quadratic conversion. * Lots of changes to extrema code. * Initializing the font info dialog crashed on the mac when -O2 was specified during configure (the default situation). * After adding an Apply button the Transform dlg would crash if invoked in a glyph with no undoes. To generate a diff of this commit: cvs rdiff -r1.55 -r1.56 pkgsrc/fonts/fontforge/Makefile cvs rdiff -r1.46 -r1.47 pkgsrc/fonts/fontforge/distinfo cvs rdiff -r1.18 -r1.19 pkgsrc/fonts/fontforge/patches/patch-ae Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.