summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2010-05-25 20:00:57 +0100
committerAlbert Astals Cid <aacid@kde.org>2010-05-25 20:00:57 +0100
commitb5a9021037c4e6cbbfd622433f3de693d1f47671 (patch)
treec5f64f559a5b4659096dad724bd3dcb30d7db70e
parent57ab0ebe993d79fe551bba58e0a70d55d32828f8 (diff)
-rw-r--r--CMakeLists.txt2
-rw-r--r--NEWS16
-rw-r--r--configure.ac2
-rw-r--r--cpp/Doxyfile2
-rw-r--r--glib/reference/tmpl/poppler-action.sgml5
-rw-r--r--glib/reference/tmpl/poppler-annot.sgml18
-rw-r--r--glib/reference/tmpl/poppler-attachment.sgml3
-rw-r--r--glib/reference/tmpl/poppler-document.sgml5
-rw-r--r--glib/reference/tmpl/poppler-enums.sgml17
-rw-r--r--glib/reference/tmpl/poppler-features.sgml3
-rw-r--r--glib/reference/tmpl/poppler-form-field.sgml3
-rw-r--r--glib/reference/tmpl/poppler-layer.sgml4
-rw-r--r--glib/reference/tmpl/poppler-page.sgml13
-rw-r--r--glib/reference/tmpl/poppler-private.sgml3
-rw-r--r--glib/reference/tmpl/poppler.sgml6
-rw-r--r--glib/reference/tmpl/stamp-poppler-enums.sgml3
-rw-r--r--qt4/src/Doxyfile2
17 files changed, 103 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 589191d1..729532db 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -14,7 +14,7 @@ find_package(Threads)
set(POPPLER_MAJOR_VERSION "0")
set(POPPLER_MINOR_VERSION "13")
-set(POPPLER_MICRO_VERSION "3")
+set(POPPLER_MICRO_VERSION "4")
set(POPPLER_VERSION "${POPPLER_MAJOR_VERSION}.${POPPLER_MINOR_VERSION}.${POPPLER_MICRO_VERSION}")
# command line switches
diff --git a/NEWS b/NEWS
index 66f048e8..5ffaa537 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Release 0.13.4 (0.14 RC 1)
+
+ core:
+ * Include standard float.h instead of unportable values.h
+ * Fix first color stop offset of linear gradients. Bug #27837
+ * Fix compilation if JPEG nor PNG is used
+ * Use fabs for doubles instead of abs
+ * Use strtok_r instead strtok
+ * Adjust bbox for line annots when y1 = y2
+ * Some fixes and regressions in the cairo output device
+ * Better check of overlapping of table cells when selecting text
+
+ cpp:
+ * Make the pkg-config files really work
+ * Fix in/out buffer sizes in some functions
+
Release 0.13.3 (0.14 Beta 2)
core:
diff --git a/configure.ac b/configure.ac
index c92eac2c..7979bca1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
m4_define([poppler_version_major],[0])
m4_define([poppler_version_minor],[13])
-m4_define([poppler_version_micro],[3])
+m4_define([poppler_version_micro],[4])
m4_define([poppler_version],[poppler_version_major.poppler_version_minor.poppler_version_micro])
AC_PREREQ(2.59)
diff --git a/cpp/Doxyfile b/cpp/Doxyfile
index 489833ef..e64c72e1 100644
--- a/cpp/Doxyfile
+++ b/cpp/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler CPP"
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.13.3
+PROJECT_NUMBER = 0.13.4
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
diff --git a/glib/reference/tmpl/poppler-action.sgml b/glib/reference/tmpl/poppler-action.sgml
index 5d6dddf1..26dbc173 100644
--- a/glib/reference/tmpl/poppler-action.sgml
+++ b/glib/reference/tmpl/poppler-action.sgml
@@ -17,6 +17,9 @@ Action links
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### ENUM PopplerActionType ##### -->
<para>
@@ -157,6 +160,7 @@ Action links
</para>
+@void:
@Returns:
@@ -189,6 +193,7 @@ Action links
</para>
+@void:
@Returns:
diff --git a/glib/reference/tmpl/poppler-annot.sgml b/glib/reference/tmpl/poppler-annot.sgml
index b4105b9a..6eb09a9d 100644
--- a/glib/reference/tmpl/poppler-annot.sgml
+++ b/glib/reference/tmpl/poppler-annot.sgml
@@ -17,6 +17,9 @@ Annotations
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT PopplerAnnot ##### -->
<para>
@@ -45,6 +48,7 @@ Annotations
</para>
+@void:
@Returns:
@@ -53,6 +57,7 @@ Annotations
</para>
+@void:
@Returns:
@@ -61,6 +66,7 @@ Annotations
</para>
+@void:
@Returns:
@@ -69,6 +75,7 @@ Annotations
</para>
+@void:
@Returns:
@@ -95,6 +102,7 @@ Annotations
</para>
+@void:
@Returns:
@@ -103,6 +111,7 @@ Annotations
</para>
+@void:
@Returns:
@@ -165,6 +174,7 @@ Annotations
</para>
+@void:
@Returns:
@@ -190,6 +200,7 @@ Annotations
</para>
+@void:
@Returns:
@@ -198,6 +209,7 @@ Annotations
</para>
+@void:
@Returns:
@@ -269,6 +281,7 @@ Annotations
</para>
+@void:
@Returns:
@@ -277,6 +290,7 @@ Annotations
</para>
+@void:
@Returns:
@@ -303,6 +317,7 @@ Annotations
</para>
+@void:
@Returns:
@@ -338,6 +353,7 @@ Annotations
</para>
+@void:
@Returns:
@@ -346,6 +362,7 @@ Annotations
</para>
+@void:
@Returns:
@@ -354,6 +371,7 @@ Annotations
</para>
+@void:
@Returns:
diff --git a/glib/reference/tmpl/poppler-attachment.sgml b/glib/reference/tmpl/poppler-attachment.sgml
index 81dae971..afecdbc6 100644
--- a/glib/reference/tmpl/poppler-attachment.sgml
+++ b/glib/reference/tmpl/poppler-attachment.sgml
@@ -17,6 +17,9 @@ PopplerAttachment
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT PopplerAttachment ##### -->
<para>
diff --git a/glib/reference/tmpl/poppler-document.sgml b/glib/reference/tmpl/poppler-document.sgml
index a8ef11e8..33cf2deb 100644
--- a/glib/reference/tmpl/poppler-document.sgml
+++ b/glib/reference/tmpl/poppler-document.sgml
@@ -16,6 +16,9 @@ The #PopplerDocument is an object used to refer to a main document.
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### ENUM PopplerPageLayout ##### -->
<para>
@@ -192,6 +195,7 @@ The #PopplerDocument is an object used to refer to a main document.
</para>
+@void:
@Returns:
@@ -290,6 +294,7 @@ The #PopplerDocument is an object used to refer to a main document.
</para>
+@void:
@Returns:
diff --git a/glib/reference/tmpl/poppler-enums.sgml b/glib/reference/tmpl/poppler-enums.sgml
index b7841d70..1fd9fa4d 100644
--- a/glib/reference/tmpl/poppler-enums.sgml
+++ b/glib/reference/tmpl/poppler-enums.sgml
@@ -17,6 +17,9 @@ poppler-enums
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### MACRO POPPLER_TYPE_ACTION_TYPE ##### -->
<para>
@@ -29,6 +32,7 @@ poppler-enums
</para>
+@void:
@Returns:
@@ -44,6 +48,7 @@ poppler-enums
</para>
+@void:
@Returns:
@@ -59,6 +64,7 @@ poppler-enums
</para>
+@void:
@Returns:
@@ -74,6 +80,7 @@ poppler-enums
</para>
+@void:
@Returns:
@@ -89,6 +96,7 @@ poppler-enums
</para>
+@void:
@Returns:
@@ -104,6 +112,7 @@ poppler-enums
</para>
+@void:
@Returns:
@@ -119,6 +128,7 @@ poppler-enums
</para>
+@void:
@Returns:
@@ -134,6 +144,7 @@ poppler-enums
</para>
+@void:
@Returns:
@@ -149,6 +160,7 @@ poppler-enums
</para>
+@void:
@Returns:
@@ -164,6 +176,7 @@ poppler-enums
</para>
+@void:
@Returns:
@@ -179,6 +192,7 @@ poppler-enums
</para>
+@void:
@Returns:
@@ -194,6 +208,7 @@ poppler-enums
</para>
+@void:
@Returns:
@@ -209,6 +224,7 @@ poppler-enums
</para>
+@void:
@Returns:
@@ -224,6 +240,7 @@ poppler-enums
</para>
+@void:
@Returns:
diff --git a/glib/reference/tmpl/poppler-features.sgml b/glib/reference/tmpl/poppler-features.sgml
index 22f90b06..f79d9617 100644
--- a/glib/reference/tmpl/poppler-features.sgml
+++ b/glib/reference/tmpl/poppler-features.sgml
@@ -20,6 +20,9 @@ depend but not require a specific poppler version.
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### MACRO POPPLER_HAS_CAIRO ##### -->
<para>
Defined if poppler was compiled with cairo support.
diff --git a/glib/reference/tmpl/poppler-form-field.sgml b/glib/reference/tmpl/poppler-form-field.sgml
index 38d0e9d2..cb1b4fc7 100644
--- a/glib/reference/tmpl/poppler-form-field.sgml
+++ b/glib/reference/tmpl/poppler-form-field.sgml
@@ -17,6 +17,9 @@ PopplerFormField
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT PopplerFormField ##### -->
<para>
diff --git a/glib/reference/tmpl/poppler-layer.sgml b/glib/reference/tmpl/poppler-layer.sgml
index a2fe01c9..553c9880 100644
--- a/glib/reference/tmpl/poppler-layer.sgml
+++ b/glib/reference/tmpl/poppler-layer.sgml
@@ -17,11 +17,15 @@ PopplerLayer
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### FUNCTION poppler_layer_get_type ##### -->
<para>
</para>
+@void:
@Returns:
diff --git a/glib/reference/tmpl/poppler-page.sgml b/glib/reference/tmpl/poppler-page.sgml
index a86293b5..d6000788 100644
--- a/glib/reference/tmpl/poppler-page.sgml
+++ b/glib/reference/tmpl/poppler-page.sgml
@@ -17,6 +17,9 @@ Information about a page in a document
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### FUNCTION poppler_page_render ##### -->
<para>
@@ -243,6 +246,7 @@ Information about a page in a document
</para>
+@void:
@Returns:
@@ -251,6 +255,7 @@ Information about a page in a document
</para>
+@void:
@Returns:
@@ -296,6 +301,7 @@ Information about a page in a document
</para>
+@void:
@Returns:
@@ -304,6 +310,7 @@ Information about a page in a document
</para>
+@void:
@Returns:
@@ -344,6 +351,7 @@ Information about a page in a document
</para>
+@void:
@Returns:
@@ -352,6 +360,7 @@ Information about a page in a document
</para>
+@void:
@Returns:
@@ -392,6 +401,7 @@ Information about a page in a document
</para>
+@void:
@Returns:
@@ -400,6 +410,7 @@ Information about a page in a document
</para>
+@void:
@Returns:
@@ -440,6 +451,7 @@ Information about a page in a document
</para>
+@void:
@Returns:
@@ -448,6 +460,7 @@ Information about a page in a document
</para>
+@void:
@Returns:
diff --git a/glib/reference/tmpl/poppler-private.sgml b/glib/reference/tmpl/poppler-private.sgml
index fb167da7..bd34e94e 100644
--- a/glib/reference/tmpl/poppler-private.sgml
+++ b/glib/reference/tmpl/poppler-private.sgml
@@ -17,6 +17,9 @@ poppler-private
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### STRUCT PopplerDocument ##### -->
<para>
diff --git a/glib/reference/tmpl/poppler.sgml b/glib/reference/tmpl/poppler.sgml
index b399249d..6bdb3699 100644
--- a/glib/reference/tmpl/poppler.sgml
+++ b/glib/reference/tmpl/poppler.sgml
@@ -17,11 +17,15 @@ poppler
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
<!-- ##### FUNCTION poppler_error_quark ##### -->
<para>
</para>
+@void:
@Returns:
@@ -266,6 +270,7 @@ poppler
</para>
+@void:
@Returns:
@@ -274,6 +279,7 @@ poppler
</para>
+@void:
@Returns:
diff --git a/glib/reference/tmpl/stamp-poppler-enums.sgml b/glib/reference/tmpl/stamp-poppler-enums.sgml
index 44a3c108..d1c7eec6 100644
--- a/glib/reference/tmpl/stamp-poppler-enums.sgml
+++ b/glib/reference/tmpl/stamp-poppler-enums.sgml
@@ -17,3 +17,6 @@ stamp-poppler-enums
<!-- ##### SECTION Stability_Level ##### -->
+<!-- ##### SECTION Image ##### -->
+
+
diff --git a/qt4/src/Doxyfile b/qt4/src/Doxyfile
index ac087fc9..46427070 100644
--- a/qt4/src/Doxyfile
+++ b/qt4/src/Doxyfile
@@ -31,7 +31,7 @@ PROJECT_NAME = "Poppler Qt4 "
# This could be handy for archiving the generated documentation or
# if some version control system is used.
-PROJECT_NUMBER = 0.13.3
+PROJECT_NUMBER = 0.13.4
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.