[poppler] poppler: ChangeLog,1.128,1.129 NEWS,1.11,1.12
Kristian Hogsberg
krh at freedesktop.org
Thu Jun 30 12:44:35 PDT 2005
Update of /cvs/poppler/poppler
In directory gabe:/tmp/cvs-serv5162
Modified Files:
ChangeLog NEWS
Log Message:
2005-06-30 Kristian Høgsberg <krh at redhat.com>
* glib/poppler-page.h: * glib/poppler-page.cc
(poppler_page_copy_to_pixbuf): Fix splash compilation (patch from
Marco).
(poppler_page_render_to_pixbuf): Drop dest_x and dest_y
coordinates from this function. This functionality can be
achieved using a sub-GdkPixbuf.
* glib/test-poppler-glib.c (main): Update test case.
Index: ChangeLog
===================================================================
RCS file: /cvs/poppler/poppler/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -d -r1.128 -r1.129
--- ChangeLog 30 Jun 2005 00:36:01 -0000 1.128
+++ ChangeLog 30 Jun 2005 19:44:33 -0000 1.129
@@ -1,3 +1,14 @@
+2005-06-30 Kristian Høgsberg <krh at redhat.com>
+
+ * glib/poppler-page.h: * glib/poppler-page.cc
+ (poppler_page_copy_to_pixbuf): Fix splash compilation (patch from
+ Marco).
+ (poppler_page_render_to_pixbuf): Drop dest_x and dest_y
+ coordinates from this function. This functionality can be
+ achieved using a sub-GdkPixbuf.
+
+ * glib/test-poppler-glib.c (main): Update test case.
+
2005-06-29 Kristian Høgsberg <krh at redhat.com>
* glib/poppler-private.h: Move TextOutputDev.h include here from
Index: NEWS
===================================================================
RCS file: /cvs/poppler/poppler/NEWS,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- NEWS 20 Jun 2005 21:33:09 -0000 1.11
+++ NEWS 30 Jun 2005 19:44:33 -0000 1.12
@@ -1,3 +1,9 @@
+Release 0.4.0
+
+ - Real text selection.
+ - API breakage in glib wrapper: dropping dest_x and dest_y
+ arguments from poppler_page_render_to_pixbuf().
+
Release 0.3.3
- New glib API to get document font information (Marco).
More information about the poppler
mailing list