[poppler] poppler: ChangeLog,1.264,1.265 configure.ac,1.42,1.43

Kristian Høgsberg krh at freedesktop.org
Wed Dec 21 09:30:36 PST 2005


Update of /cvs/poppler/poppler
In directory gabe:/tmp/cvs-serv26668

Modified Files:
	ChangeLog configure.ac 
Log Message:
2005-12-21  Kristian Høgsberg  <krh at redhat.com>

        * utils/Makefile.am: Add parseargs.h to sources and add
        -I$(top_srcdir)/poppler to INCLUDES.

        * poppler/CairoFontEngine.cc: Apply patch from Hiroyuki Ikezoe to
        man non-embedded CJK fonts work.



Index: ChangeLog
===================================================================
RCS file: /cvs/poppler/poppler/ChangeLog,v
retrieving revision 1.264
retrieving revision 1.265
diff -u -d -r1.264 -r1.265
--- ChangeLog	18 Dec 2005 22:03:30 -0000	1.264
+++ ChangeLog	21 Dec 2005 17:30:33 -0000	1.265
@@ -1,15 +1,23 @@
+2005-12-21  Kristian Høgsberg  <krh at redhat.com>
+
+	* utils/Makefile.am: Add parseargs.h to sources and add
+	-I$(top_srcdir)/poppler to INCLUDES.
+
+	* poppler/CairoFontEngine.cc: Apply patch from Hiroyuki Ikezoe to
+	man non-embedded CJK fonts work.
+
 2005-12-18  Albert Astals Cid  <aacid at kde.org>
 
 	* configure.ac: Better jpeg detection, refer to ml PCbsd problem
 	* utils/Makefile.am: Add fontconfig cflags to utils as not always is
 	on /usr/include Fixes build problems on Slackware. Patch adapted from
-	a Giovanni Venturi patch
+	a Giovanni Venturi patch.
 	* poppler/Page.cc: Only discard cropbox sizes one by one and not
-	completely. Jeff and Martin were right
+	completely. Jeff and Martin were right.
 	
 2005-12-12  Albert Astals Cid  <aacid at kde.org>
 
-	* poppler/Page.cc: Ignore cropBox if it seems incorrect
+	* poppler/Page.cc: Ignore cropBox if it seems incorrect.
 
 2005-12-12  Kristian Høgsberg  <krh at redhat.com>
 

Index: configure.ac
===================================================================
RCS file: /cvs/poppler/poppler/configure.ac,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -d -r1.42 -r1.43
--- configure.ac	18 Dec 2005 21:08:48 -0000	1.42
+++ configure.ac	21 Dec 2005 17:30:33 -0000	1.43
@@ -113,7 +113,7 @@
 
 
 AC_PREREQ(2.59)
-AC_INIT(poppler, 0.5.0-cvs)
+AC_INIT(poppler, 0.5.0)
 AM_INIT_AUTOMAKE(AC_PACKAGE_NAME, AC_PACKAGE_VERSION)
 AM_CONFIG_HEADER(config.h)
 AM_CONFIG_HEADER(poppler/poppler-config.h)



More information about the poppler mailing list