[poppler] poppler: ChangeLog, 1.157.2.5, 1.157.2.6 NEWS, 1.12, 1.12.2.1 configure.ac, 1.28, 1.28.2.1

Kristian Hogsberg krh at freedesktop.org
Mon Aug 15 22:22:39 PDT 2005


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

Modified Files:
      Tag: POPPLER_0_4_X
	ChangeLog NEWS configure.ac 
Log Message:
2005-08-16  Kristian Høgsberg  <krh at redhat.com>

        * configure.ac: Bump version to 0.4.0.

        * NEWS: Sum up changes.

        * poppler/PDFDoc.cc: Add extended check for %%EOF.

2005-08-15  Kristian Høgsberg  <krh at redhat.com>

        * poppler/GfxFont.cc: Add fix discussed in #3131 to only use the
        MacRoman char map if the font has one or the font dicts specifies
        /MacRoman.



Index: ChangeLog
===================================================================
RCS file: /cvs/poppler/poppler/ChangeLog,v
retrieving revision 1.157.2.5
retrieving revision 1.157.2.6
diff -u -d -r1.157.2.5 -r1.157.2.6
--- ChangeLog	6 Aug 2005 19:01:51 -0000	1.157.2.5
+++ ChangeLog	16 Aug 2005 05:22:37 -0000	1.157.2.6
@@ -1,3 +1,17 @@
+2005-08-16  Kristian Høgsberg  <krh at redhat.com>
+
+	* configure.ac: Bump version to 0.4.0.
+
+	* NEWS: Sum up changes.
+
+	* poppler/PDFDoc.cc: Add extended check for %%EOF.
+
+2005-08-15  Kristian Høgsberg  <krh at redhat.com>
+
+	* poppler/GfxFont.cc: Add fix discussed in #3131 to only use the
+	MacRoman char map if the font has one or the font dicts specifies
+	/MacRoman.
+
 2005-08-06  Kristian Høgsberg  <krh at redhat.com>
 
 	* glib/poppler-page.cc:
@@ -349,6 +363,7 @@
 	can use cairo_show_glyphs() efficiently.
 
 2005-06-26  Albert Astals Cid <aacid at kde.org>
+	
 	* qt/poppler-page.cc:
 	* qt/poppler-page.h: Add PageTransition class and 
 	PageTransition* Page::getTransition() const; to the qt frontend.

Index: NEWS
===================================================================
RCS file: /cvs/poppler/poppler/NEWS,v
retrieving revision 1.12
retrieving revision 1.12.2.1
diff -u -d -r1.12 -r1.12.2.1
--- NEWS	30 Jun 2005 19:44:33 -0000	1.12
+++ NEWS	16 Aug 2005 05:22:37 -0000	1.12.2.1
@@ -3,6 +3,10 @@
 	- Real text selection.
 	- API breakage in glib wrapper: dropping dest_x and dest_y
 	  arguments from poppler_page_render_to_pixbuf().
+	- Updates to glib printing API from Martin Kretzschmar to
+	  support setting paper size and duplex from the application.
+	- Much work on Qt4 bindings and Arthur output device.  Still
+          work in progress, thouhg.
 
 Release 0.3.3
 

Index: configure.ac
===================================================================
RCS file: /cvs/poppler/poppler/configure.ac,v
retrieving revision 1.28
retrieving revision 1.28.2.1
diff -u -d -r1.28 -r1.28.2.1
--- configure.ac	29 Jun 2005 21:24:55 -0000	1.28
+++ configure.ac	16 Aug 2005 05:22:37 -0000	1.28.2.1
@@ -1,7 +1,7 @@
 dnl Based on Xpdf configure.in and evince configure.ac
 
 AC_PREREQ(2.59)
-AC_INIT(poppler, 0.3.3)
+AC_INIT(poppler, 0.4.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