Subject: CVS commit: pkgsrc/print/xpdf
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 09/07/2005 15:19:08
Module Name:	pkgsrc
Committed By:	adam
Date:		Wed Sep  7 15:19:08 UTC 2005

Modified Files:
	pkgsrc/print/xpdf: Makefile distinfo
	pkgsrc/print/xpdf/patches: patch-aa patch-ab patch-ad patch-ai patch-aj
	    patch-ak patch-al patch-an patch-ar
Removed Files:
	pkgsrc/print/xpdf/patches: patch-ao patch-ap patch-as

Log Message:
Changes 3.01:
------------------
Added the continuous view mode, including the '-cont' switch and the
  'continuousView' config file option.
At high zoom levels, don't rasterize the entire page - this avoids
  problems running out of memory.
Added "search backward" and "match case" options to the find dialog.
Support explicitly masked images and soft masked images.
Add support to DCTStream for 16-bit quant tables.
Don't segfault if the user clicks on an outline entry with a broken
  destination.
Changed the makefiles and configure script to skip building pdftoppm
  (in addition to xpdf) if X, Motif, or FreeType is not found; changed
  the error message in the configure script to match.
Move an inline function in JArithmeticDecoder.cc to avoid compiler
  errors.
Fixed a bug in the rasterizer that was sometimes causing infinite
  loops with round line caps on vertical lines.
Various rasterizer optimizations.
Look for intermediate resize events - try to avoid lagging when the
  user is doing an opaque resize.
The FormType key in Form XObjects is optional.
Handle external 16-bit TrueType fonts correctly, using the Unicode
  cmap.
Add class declarations to TextOutputDev.h to work with stricter C++
  compilers.
More...


To generate a diff of this commit:
cvs rdiff -r1.38 -r1.39 pkgsrc/print/xpdf/Makefile
cvs rdiff -r1.20 -r1.21 pkgsrc/print/xpdf/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/print/xpdf/patches/patch-aa
cvs rdiff -r1.4 -r1.5 pkgsrc/print/xpdf/patches/patch-ab
cvs rdiff -r1.3 -r1.4 pkgsrc/print/xpdf/patches/patch-ad
cvs rdiff -r1.1 -r1.2 pkgsrc/print/xpdf/patches/patch-ai \
    pkgsrc/print/xpdf/patches/patch-aj pkgsrc/print/xpdf/patches/patch-al \
    pkgsrc/print/xpdf/patches/patch-an pkgsrc/print/xpdf/patches/patch-ar
cvs rdiff -r1.2 -r1.3 pkgsrc/print/xpdf/patches/patch-ak
cvs rdiff -r1.1 -r0 pkgsrc/print/xpdf/patches/patch-ao \
    pkgsrc/print/xpdf/patches/patch-ap pkgsrc/print/xpdf/patches/patch-as

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.