ab930d51b1
------------------ 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...
13 lines
560 B
Text
13 lines
560 B
Text
$NetBSD: patch-aj,v 1.2 2005/09/07 15:19:08 adam Exp $
|
|
|
|
--- doc/xpdf.1.orig 2005-08-17 05:34:30.000000000 +0000
|
|
+++ doc/xpdf.1
|
|
@@ -41,7 +41,7 @@ xpdf
|
|
.SH CONFIGURATION FILE
|
|
Xpdf reads a configuration file at startup. It first tries to find
|
|
the user's private config file, ~/.xpdfrc. If that doesn't exist, it
|
|
-looks for a system-wide config file, typically /usr/local/etc/xpdfrc
|
|
+looks for a system-wide config file, typically @PKG_SYSCONFDIR@/xpdfrc
|
|
(but this location can be changed when xpdf is built). See the
|
|
.BR xpdfrc (5)
|
|
man page for details.
|