<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://blog.gmane.org/gmane.comp.freedesktop.poppler">
    <title>gmane.comp.freedesktop.poppler</title>
    <link>http://blog.gmane.org/gmane.comp.freedesktop.poppler</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7139"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7138"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7134"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7133"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7130"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7129"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7123"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7122"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7121"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7120"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7116"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7115"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7114"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7113"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7111"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7110"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7107"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7105"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7101"/>
        <rdf:li rdf:resource="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7099"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7139">
    <title>qt4: Keep page rotation into account when normalizingannotation coords</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.poppler/7139</link>
    <description>&lt;pre&gt;qt4: Keep page rotation into account when normalizing annotation coords

If the page is rotated by 90 or 270 degrees, width and height need to be 
swapped ( just like in Page::pageSizeF() ).

Fabio
_______________________________________________
poppler mailing list
poppler&amp;lt; at &amp;gt;lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/poppler
&lt;/pre&gt;</description>
    <dc:creator>Fabio D'Urso</dc:creator>
    <dc:date>2012-05-24T21:48:59</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7138">
    <title>poppler/Annot.cc poppler/Annot.h poppler/Page.ccpoppler/Page.h qt4/src</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.poppler/7138</link>
    <description>&lt;pre&gt; poppler/Annot.cc              |   40 ++++++++++++++++++++++++++++++++++------
 poppler/Annot.h               |   13 +++++++++----
 poppler/Page.cc               |    7 ++++---
 poppler/Page.h                |    2 +-
 qt4/src/poppler-annotation.cc |    8 --------
 5 files changed, 48 insertions(+), 22 deletions(-)

New commits:
commit ba6406222f828e354323223fc4bdb01c1726fb49
Author: Fabio D'Urso &amp;lt;fabiodurso&amp;lt; at &amp;gt;hotmail.it&amp;gt;
Date:   Mon May 21 18:16:06 2012 +0200

    Added Annot::removeReferencedObjects + Always set annotations' page field
    
    - Now Page::removeAnnot calls Annot::removeReferencedObjects, which takes care of
      removing referenced objects (such as the annot popup and the appearance streams).
    - Previously, Annot's page field was set only if the annotation dictionary
      contained /P

diff --git a/poppler/Annot.cc b/poppler/Annot.cc
index 8e1e760..9778bd2 100644
--- a/poppler/Annot.cc
+++ b/poppler/Annot.cc
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1185,6 +1185,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; void Annot::initialize(PDFDoc *docA, Dict *dict) {
   }
&lt;/pre&gt;</description>
    <dc:creator>Carlos Garcia Campos</dc:creator>
    <dc:date>2012-05-24T17:49:31</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7134">
    <title>Branch 'poppler-0.20' - 3 commits -glib/poppler-document.cc poppler/FontInfo.ccpoppler/GlobalParams.cc poppler/GlobalParamsWin.cc</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.poppler/7134</link>
    <description>&lt;pre&gt; glib/poppler-document.cc   |    4 +--
 poppler/FontInfo.cc        |    1 
 poppler/GlobalParams.cc    |   58 ++++++++++++++++++++++++---------------------
 poppler/GlobalParamsWin.cc |    5 +++
 4 files changed, 39 insertions(+), 29 deletions(-)

New commits:
commit 9904b8f10abf068a7816bd90976ccbb320387645
Author: Adrian Johnson &amp;lt;ajohnson&amp;lt; at &amp;gt;redneon.com&amp;gt;
Date:   Thu May 24 18:24:48 2012 +0930

    glib docs: fix typo

diff --git a/glib/poppler-document.cc b/glib/poppler-document.cc
index 2b01c29..24badd9 100644
--- a/glib/poppler-document.cc
+++ b/glib/poppler-document.cc
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1721,7 +1721,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; poppler_fonts_iter_get_name (PopplerFontsIter *iter)
  * The name of the substitute font of the font associated with &amp;lt; at &amp;gt;iter or %NULL if
  * the font is embedded
  *
- * Returns: the name of the substitute font or %NULL y font is emebedded
+ * Returns: the name of the substitute font or %NULL if font is embedded
  *
  * Since: 0.20
  */
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1748,7 +1748,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; poppler_fonts_iter_get_substitute_name (PopplerFontsIter *iter)
 &lt;/pre&gt;</description>
    <dc:creator>Adrian Johnson</dc:creator>
    <dc:date>2012-05-24T09:01:24</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7133">
    <title>3 commits - glib/poppler-document.cc poppler/FontInfo.ccpoppler/GlobalParams.cc poppler/GlobalParamsWin.cc</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.poppler/7133</link>
    <description>&lt;pre&gt; glib/poppler-document.cc   |    4 +--
 poppler/FontInfo.cc        |    1 
 poppler/GlobalParams.cc    |   58 ++++++++++++++++++++++++---------------------
 poppler/GlobalParamsWin.cc |    5 +++
 4 files changed, 39 insertions(+), 29 deletions(-)

New commits:
commit b47d38e2ccd8563394df89765e277bde95730052
Author: Adrian Johnson &amp;lt;ajohnson&amp;lt; at &amp;gt;redneon.com&amp;gt;
Date:   Thu May 24 18:24:48 2012 +0930

    glib docs: fix typo

diff --git a/glib/poppler-document.cc b/glib/poppler-document.cc
index d404fcd..e626a2a 100644
--- a/glib/poppler-document.cc
+++ b/glib/poppler-document.cc
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1834,7 +1834,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; poppler_fonts_iter_get_name (PopplerFontsIter *iter)
  * The name of the substitute font of the font associated with &amp;lt; at &amp;gt;iter or %NULL if
  * the font is embedded
  *
- * Returns: the name of the substitute font or %NULL y font is emebedded
+ * Returns: the name of the substitute font or %NULL if font is embedded
  *
  * Since: 0.20
  */
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -1861,7 +1861,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; poppler_fonts_iter_get_substitute_name (PopplerFontsIter *iter)
 &lt;/pre&gt;</description>
    <dc:creator>Adrian Johnson</dc:creator>
    <dc:date>2012-05-24T08:56:51</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7130">
    <title>Branch 'poppler-0.20' - qt4/src</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.poppler/7130</link>
    <description>&lt;pre&gt; qt4/src/poppler-annotation.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 1c6e84555572a6bf3a2e3fbe9a54b40f11c122ad
Author: Fabio D'Urso &amp;lt;fabiodurso&amp;lt; at &amp;gt;hotmail.it&amp;gt;
Date:   Fri May 18 16:22:46 2012 +0200

    qt4: Make TextAnnotation ctor public

diff --git a/qt4/src/poppler-annotation.h b/qt4/src/poppler-annotation.h
index b897603..e511ec0 100644
--- a/qt4/src/poppler-annotation.h
+++ b/qt4/src/poppler-annotation.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -302,6 +302,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; class POPPLER_QT4_EXPORT TextAnnotation : public Annotation
     enum TextType { Linked, InPlace };
     enum InplaceIntent { Unknown, Callout, TypeWriter };
 
+    TextAnnotation( TextType type );
     virtual ~TextAnnotation();
     virtual SubType subType() const;
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -360,7 +361,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; class POPPLER_QT4_EXPORT TextAnnotation : public Annotation
     void setInplaceIntent( InplaceIntent intent );
 
   private:
-    TextAnnotation( TextType type );
     TextAnnotation( const QDomNode &amp;amp;node );
     TextAnnotation( TextAnnotationPrivate &amp;amp;dd );
     &lt;/pre&gt;</description>
    <dc:creator>Albert Astals Cid</dc:creator>
    <dc:date>2012-05-23T18:25:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7129">
    <title>qt4/src</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.poppler/7129</link>
    <description>&lt;pre&gt; qt4/src/poppler-annotation.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fe28614e7aab6e029f4b420353b67a7eea24de36
Author: Fabio D'Urso &amp;lt;fabiodurso&amp;lt; at &amp;gt;hotmail.it&amp;gt;
Date:   Fri May 18 16:22:46 2012 +0200

    qt4: Make TextAnnotation ctor public

diff --git a/qt4/src/poppler-annotation.h b/qt4/src/poppler-annotation.h
index b897603..e511ec0 100644
--- a/qt4/src/poppler-annotation.h
+++ b/qt4/src/poppler-annotation.h
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -302,6 +302,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; class POPPLER_QT4_EXPORT TextAnnotation : public Annotation
     enum TextType { Linked, InPlace };
     enum InplaceIntent { Unknown, Callout, TypeWriter };
 
+    TextAnnotation( TextType type );
     virtual ~TextAnnotation();
     virtual SubType subType() const;
 
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -360,7 +361,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; class POPPLER_QT4_EXPORT TextAnnotation : public Annotation
     void setInplaceIntent( InplaceIntent intent );
 
   private:
-    TextAnnotation( TextType type );
     TextAnnotation( const QDomNode &amp;amp;node );
     TextAnnotation( TextAnnotationPrivate &amp;amp;dd );
     &lt;/pre&gt;</description>
    <dc:creator>Albert Astals Cid</dc:creator>
    <dc:date>2012-05-23T18:02:52</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7123">
    <title>Branch 'poppler-0.20' - utils/pdfseparate.1</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.poppler/7123</link>
    <description>&lt;pre&gt; utils/pdfseparate.1 |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 8e504bf2543621973fdaddbd29055ce435540146
Author: Ville SkyttÃ¤ &amp;lt;ville.skytta&amp;lt; at &amp;gt;iki.fi&amp;gt;
Date:   Wed May 16 23:49:01 2012 +0300

    pdfseparate.1: Syntax fixes.

diff --git a/utils/pdfseparate.1 b/utils/pdfseparate.1
index 1eca9d2..077faec 100644
--- a/utils/pdfseparate.1
+++ b/utils/pdfseparate.1
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -13,10 +13,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; extract single pages from a Portable Document Format (PDF).
 pdfseparate reads the PDF file
 .IR PDF-file ,
 extracts one or more pages, and writes one PDF file for each page to
-.IR PDF-page-pattern,
+.IR PDF-page-pattern ,
 PDF-page-pattern should contain
-.B %d
-. %d is replaced by the page number.
+.BR %d .
+%d is replaced by the page number.
 .TP
 The PDF-file should not be encrypted.
 .SH OPTIONS
_______________________________________________
poppler mailing list
poppler&amp;lt; at &amp;gt;lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/poppler
&lt;/pre&gt;</description>
    <dc:creator>Albert Astals Cid</dc:creator>
    <dc:date>2012-05-21T21:05:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7122">
    <title>utils/pdfseparate.1</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.poppler/7122</link>
    <description>&lt;pre&gt; utils/pdfseparate.1 |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

New commits:
commit 918456372548810c9efbf0533fa155034dd081f2
Author: Ville SkyttÃ¤ &amp;lt;ville.skytta&amp;lt; at &amp;gt;iki.fi&amp;gt;
Date:   Wed May 16 23:49:01 2012 +0300

    pdfseparate.1: Syntax fixes.

diff --git a/utils/pdfseparate.1 b/utils/pdfseparate.1
index 1eca9d2..077faec 100644
--- a/utils/pdfseparate.1
+++ b/utils/pdfseparate.1
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -13,10 +13,10 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; extract single pages from a Portable Document Format (PDF).
 pdfseparate reads the PDF file
 .IR PDF-file ,
 extracts one or more pages, and writes one PDF file for each page to
-.IR PDF-page-pattern,
+.IR PDF-page-pattern ,
 PDF-page-pattern should contain
-.B %d
-. %d is replaced by the page number.
+.BR %d .
+%d is replaced by the page number.
 .TP
 The PDF-file should not be encrypted.
 .SH OPTIONS
_______________________________________________
poppler mailing list
poppler&amp;lt; at &amp;gt;lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/poppler
&lt;/pre&gt;</description>
    <dc:creator>Albert Astals Cid</dc:creator>
    <dc:date>2012-05-21T21:03:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7121">
    <title>cmake/modules glib/demo test/CMakeLists.txt</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.poppler/7121</link>
    <description>&lt;pre&gt; cmake/modules/FindGTK.cmake |    8 ++++----
 glib/demo/CMakeLists.txt    |    6 +++---
 test/CMakeLists.txt         |    6 +++---
 3 files changed, 10 insertions(+), 10 deletions(-)

New commits:
commit 892e486addcbcad619613c7be1ca692a0d36d6e5
Author: Albert Astals Cid &amp;lt;aacid&amp;lt; at &amp;gt;kde.org&amp;gt;
Date:   Mon May 21 20:28:42 2012 +0200

    Compile++

diff --git a/cmake/modules/FindGTK.cmake b/cmake/modules/FindGTK.cmake
index 4d66bd3..1a32483 100644
--- a/cmake/modules/FindGTK.cmake
+++ b/cmake/modules/FindGTK.cmake
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -2,8 +2,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 # Once done this will define
 #
 #  GTK_FOUND - system has GTK
-#  GTK2_CFLAGS - the GTK CFlags
-#  GTK2_LIBRARIES - Link these to use GTK
+#  GTK3_CFLAGS - the GTK CFlags
+#  GTK3_LIBRARIES - Link these to use GTK
 #
 # Copyright 2008-2010 Pino Toscano, &amp;lt;pino&amp;lt; at &amp;gt;kde.org&amp;gt;
 #
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -15,8 +15,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; include(FindPackageHandleStandardArgs)
 if (NOT WIN32)
   find_package(PkgConfig REQUIRED)
 
-  pkg_check_modules(GTK2 "gtk+-2.0&amp;gt;=2.14" "gdk-pixbuf-2.0" "gthread-2.0" "gio-2.0")
+  pkg_check_modules(GTK3 &lt;/pre&gt;</description>
    <dc:creator>Albert Astals Cid</dc:creator>
    <dc:date>2012-05-21T18:28:58</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7120">
    <title>glib/CMakeLists.txt</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.poppler/7120</link>
    <description>&lt;pre&gt; glib/CMakeLists.txt |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 794e89ed41d03997778fc4c59b7f1ba557b5e6b7
Author: Albert Astals Cid &amp;lt;aacid&amp;lt; at &amp;gt;kde.org&amp;gt;
Date:   Mon May 21 20:18:42 2012 +0200

    Compile

diff --git a/glib/CMakeLists.txt b/glib/CMakeLists.txt
index 92e23bd..9831fe7 100644
--- a/glib/CMakeLists.txt
+++ b/glib/CMakeLists.txt
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -69,6 +69,8 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; set(poppler_glib_SRCS
   poppler-movie.cc
   poppler-media.cc
   poppler.cc
+  poppler-cached-file-loader.cc
+  poppler-input-stream.cc
 )
 set(poppler_glib_generated_SRCS
   ${CMAKE_CURRENT_BINARY_DIR}/poppler-enums.c
&lt;/pre&gt;</description>
    <dc:creator>Albert Astals Cid</dc:creator>
    <dc:date>2012-05-21T18:18:55</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7116">
    <title>glib/demo</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.poppler/7116</link>
    <description>&lt;pre&gt; glib/demo/text.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 78e6c9905a52c0cd4bfc1e56874f50689f04a1c6
Author: Carlos Garcia Campos &amp;lt;carlosgc&amp;lt; at &amp;gt;gnome.org&amp;gt;
Date:   Sun May 20 12:11:27 2012 +0200

    glib-demo: Make text characters list fill and expand in text demo

diff --git a/glib/demo/text.c b/glib/demo/text.c
index 0d3781e..b05581d 100644
--- a/glib/demo/text.c
+++ b/glib/demo/text.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -398,7 +398,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; pgd_text_create_widget (PopplerDocument *document)
 gtk_container_add (GTK_CONTAINER (swindow), treeview);
 gtk_widget_show (treeview);
 
-gtk_container_add (GTK_CONTAINER (vbox2), swindow);
+        gtk_box_pack_start (GTK_BOX (vbox2), swindow, TRUE, TRUE, 0);
         gtk_widget_show (swindow);
 
         /* Text attributes */
&lt;/pre&gt;</description>
    <dc:creator>Carlos Garcia Campos</dc:creator>
    <dc:date>2012-05-20T10:12:13</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7115">
    <title>3 commits - glib/demo glib/poppler-annot.ccglib/poppler-page.cc glib/poppler-page.h glib/reference</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.poppler/7115</link>
    <description>&lt;pre&gt; glib/demo/annots.c                  |   48 +++++++++++++++++++++++++++-----
 glib/poppler-annot.cc               |   53 ++++++++++++++----------------------
 glib/poppler-page.cc                |   19 ++++++++++++
 glib/poppler-page.h                 |    2 +
 glib/reference/poppler-sections.txt |    1 
 5 files changed, 85 insertions(+), 38 deletions(-)

New commits:
commit 610eb24426d9b36ac7da40a2fceb3dbeeec19a5c
Author: Carlos Garcia Campos &amp;lt;carlosgc&amp;lt; at &amp;gt;gnome.org&amp;gt;
Date:   Sun May 20 12:08:09 2012 +0200

    glib-demo: Add a button to remove annots from the annot view

diff --git a/glib/demo/annots.c b/glib/demo/annots.c
index 290847a..e0b5d91 100644
--- a/glib/demo/annots.c
+++ b/glib/demo/annots.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -40,6 +40,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; typedef struct {
     PopplerDocument *doc;
     PopplerPage     *page;
 
+    GtkWidget       *tree_view;
     GtkListStore    *model;
     GtkWidget       *annot_view;
     GtkWidget       *timer_label;
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -281,6 +282,28 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; get_free_text_callout_line (PopplerAnnotFreeText *poppler_annot)
 }
 
&lt;/pre&gt;</description>
    <dc:creator>Carlos Garcia Campos</dc:creator>
    <dc:date>2012-05-20T10:09:18</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7114">
    <title>glib/demo</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.poppler/7114</link>
    <description>&lt;pre&gt; glib/demo/selections.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f818b842f54d6860920b39778228e8b247b4e761
Author: Carlos Garcia Campos &amp;lt;carlosgc&amp;lt; at &amp;gt;gnome.org&amp;gt;
Date:   Sat May 19 12:32:33 2012 +0200

    glib-demo: Fix runtime warning

diff --git a/glib/demo/selections.c b/glib/demo/selections.c
index b3095fe..4ec5d6b 100644
--- a/glib/demo/selections.c
+++ b/glib/demo/selections.c
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -77,7 +77,6 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; pgd_selections_clear_selections (PgdSelectionsDemo *demo)
 cairo_region_destroy (demo-&amp;gt;selected_region);
 demo-&amp;gt;selected_region = NULL;
 }
-gtk_widget_set_sensitive(demo-&amp;gt;copy_button, FALSE);
 }
 
 static void
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -394,6 +393,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; pgd_selections_render (GtkButton         *button,
 
 pgd_selections_clear_selections (demo);
 pgd_selections_update_selection_region (demo);
+        gtk_widget_set_sensitive (demo-&amp;gt;copy_button, FALSE);
 
 if (demo-&amp;gt;surface)
 cairo_surface_destroy (demo-&amp;gt;surface);
&lt;/pre&gt;</description>
    <dc:creator>Carlos Garcia Campos</dc:creator>
    <dc:date>2012-05-19T10:33:22</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7113">
    <title>configure.ac glib/demo test/gtk-test.cc</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.poppler/7113</link>
    <description>&lt;pre&gt; configure.ac            |    4 
 glib/demo/annots.c      |   74 ++++++-------
 glib/demo/attachments.c |    4 
 glib/demo/find.c        |    4 
 glib/demo/fonts.c       |    4 
 glib/demo/forms.c       |   64 +++++------
 glib/demo/images.c      |   21 +--
 glib/demo/info.cc       |   67 +++++-------
 glib/demo/layers.c      |   22 +---
 glib/demo/links.c       |    6 -
 glib/demo/main.c        |   31 +----
 glib/demo/outline.c     |    2 
 glib/demo/page.c        |   23 ++--
 glib/demo/print.c       |   14 --
 glib/demo/render.c      |  263 +++++++++++++-----------------------------------
 glib/demo/selections.c  |   77 +++++---------
 glib/demo/text.c        |   22 ++--
 glib/demo/transitions.c |    4 
 glib/demo/utils.c       |  101 +++++++++---------
 glib/demo/utils.h       |    6 -
 test/gtk-test.cc        |   48 +++++---
 21 files changed, 350 insertions(+), 511 deletions(-)

New commits:
commit a24e326425e198eeb70c4d9205bb7a0a3a9db297
Author: Carlos Garcia Campos &amp;lt;carlosgc&amp;lt; at &amp;gt;gnome.org&amp;gt;
Date:   Sat May&lt;/pre&gt;</description>
    <dc:creator>Carlos Garcia Campos</dc:creator>
    <dc:date>2012-05-19T10:13:14</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7111">
    <title>Annotation creation using Poppler</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.poppler/7111</link>
    <description>&lt;pre&gt;Hello,

I noticed that version 0.20 of Poppler has introduced the possibility of 
adding, modifying and removing annotations from PDF documents. These 
features seem to be available through the qt4 interface library as well.

First of all I would like to thank the community of Poppler developers 
for introducing these features.

I have read the qt4 interface documentation and I found that annotation 
creation seems to be possible by calling the static method 
Poppler::AnnotationUtils::createAnnotation(const QDomElement 
&amp;amp;annElement), which returns a pointer to an Annotation.

I was wondering what is that QDomElement &amp;amp; that has to be given as an 
input to the method.
Is there some documentation around describing how to work with 
annotations using the qt4 interface?
Or maybe, does anybody have a simple example on how to create 
annotations in a PDF using the qt4 interface?

Thanks in advance,
Francesco.
&lt;/pre&gt;</description>
    <dc:creator>Francesco Gabbanini</dc:creator>
    <dc:date>2012-05-18T13:34:53</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7110">
    <title>[PATCH] [CMake] Fix automagic lcms dependencies</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.poppler/7110</link>
    <description>&lt;pre&gt;Hello,

When both libcms1 and libcms2 are present, liblcms2 is automatically selected 
with no way to override the choice. Patch adds the choice by the means of 
ENABLE_LCMS2 option.

&lt;/pre&gt;</description>
    <dc:creator>Maciej Mrozowski</dc:creator>
    <dc:date>2012-05-17T23:56:03</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7107">
    <title>Branch 'poppler-0.20' - splash/SplashBitmap.cc</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.poppler/7107</link>
    <description>&lt;pre&gt; splash/SplashBitmap.cc |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 9f7d919e68a26bb7dd809986d8394fe20b750bd0
Author: Anthony Wesley &amp;lt;awesley&amp;lt; at &amp;gt;smartnetworks.com.au&amp;gt;
Date:   Thu May 17 19:54:47 2012 +0200

    Fix logic on SplashBitmap::writeImgFile

diff --git a/splash/SplashBitmap.cc b/splash/SplashBitmap.cc
index f252318..e4f27fc 100644
--- a/splash/SplashBitmap.cc
+++ b/splash/SplashBitmap.cc
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -20,6 +20,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 // Copyright (C) 2010 Christian Feuersänger &amp;lt;cfeuersaenger&amp;lt; at &amp;gt;googlemail.com&amp;gt;
 // Copyright (C) 2010 William Bader &amp;lt;williambader&amp;lt; at &amp;gt;hotmail.com&amp;gt;
 // Copyright (C) 2011, 2012 Thomas Freitag &amp;lt;Thomas.Freitag&amp;lt; at &amp;gt;alfa.de&amp;gt;
+// Copyright (C) 2012 Anthony Wesley &amp;lt;awesley&amp;lt; at &amp;gt;smartnetworks.com.au&amp;gt;
 //
 // To see a description of the changes please see the Changelog file that
 // came with your tarball or type make ChangeLog if you are building from git
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -519,7 +520,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; SplashError SplashBitmap::writeImgFile(ImgWriter *writer, FILE *f, int hDPI, int
     break;
   }
   
-  if (writer&lt;/pre&gt;</description>
    <dc:creator>Albert Astals Cid</dc:creator>
    <dc:date>2012-05-17T17:56:42</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7105">
    <title>splash/SplashBitmap.cc</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.poppler/7105</link>
    <description>&lt;pre&gt; splash/SplashBitmap.cc |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 87093d1250807f660042295747a012032f84c034
Author: Anthony Wesley &amp;lt;awesley&amp;lt; at &amp;gt;smartnetworks.com.au&amp;gt;
Date:   Thu May 17 19:54:47 2012 +0200

    Fix logic on SplashBitmap::writeImgFile

diff --git a/splash/SplashBitmap.cc b/splash/SplashBitmap.cc
index f252318..e4f27fc 100644
--- a/splash/SplashBitmap.cc
+++ b/splash/SplashBitmap.cc
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -20,6 +20,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 // Copyright (C) 2010 Christian Feuersänger &amp;lt;cfeuersaenger&amp;lt; at &amp;gt;googlemail.com&amp;gt;
 // Copyright (C) 2010 William Bader &amp;lt;williambader&amp;lt; at &amp;gt;hotmail.com&amp;gt;
 // Copyright (C) 2011, 2012 Thomas Freitag &amp;lt;Thomas.Freitag&amp;lt; at &amp;gt;alfa.de&amp;gt;
+// Copyright (C) 2012 Anthony Wesley &amp;lt;awesley&amp;lt; at &amp;gt;smartnetworks.com.au&amp;gt;
 //
 // To see a description of the changes please see the Changelog file that
 // came with your tarball or type make ChangeLog if you are building from git
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -519,7 +520,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt; SplashError SplashBitmap::writeImgFile(ImgWriter *writer, FILE *f, int hDPI, int
     break;
   }
   
-  if (writer&lt;/pre&gt;</description>
    <dc:creator>Albert Astals Cid</dc:creator>
    <dc:date>2012-05-17T17:55:25</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7101">
    <title>Bogus memory allocation size</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.poppler/7101</link>
    <description>&lt;pre&gt;Hi Folks,

I have another file that's getting the:

   "Bogus memory allocation size" 

error.  I thought this was going to make it in for the 0.20.0 release, but perhaps this one is different?  Fails on OSX Lion, and ubuntu-9 (AWS 64bit) off poppler HEAD and 0.20.0.

I'd be happy to forward the file along to anyone interested. 

Cheers,
Ralph
&lt;/pre&gt;</description>
    <dc:creator>Ralph</dc:creator>
    <dc:date>2012-05-17T16:21:39</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7099">
    <title>pdftohtml and HTML output</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.poppler/7099</link>
    <description>&lt;pre&gt;Hi,

I've recently upgraded to Popper v0.18.4 from an older version v0.40 
which did not have the -nodrm switch.

The HTML generated by the older version used SPAN tags inside DIVs with 
positional information - for eaxmple:
&amp;lt;DIV style="position:absolute;top:1207;left:431"&amp;gt;&amp;lt;nobr&amp;gt;&amp;lt;span 
class="ft00"&amp;gt;Page 1&amp;lt;/span&amp;gt;&amp;lt;/nobr&amp;gt;&amp;lt;/DIV&amp;gt;

However I have noticed that the 0.18.4 creates HTML now uses paragraph 
&amp;lt;P&amp;gt; tags and often separates the text with spaces instead of separating 
it out positionally - for example:
&amp;lt;P style="position:absolute;top:270px;left:54px;white-space:nowrap" 
class="ft01"&amp;gt;&amp;amp;#160;0214488062 &amp;amp;#160; &amp;amp;#160; &amp;amp;#160; &amp;amp;#160; DSL Fast 
&amp;amp;#160; &amp;amp;#160; &amp;amp;#160; &amp;amp;#160; &amp;amp;#160; &amp;amp;#160; &amp;amp;#160; &amp;amp;#160; &amp;amp;#160; &amp;amp;#160; 
&amp;amp;#160; &amp;amp;#160; &amp;amp;#160; 04 May 12 - 03 Jun 12 &amp;amp;#160; &amp;amp;#160; &amp;amp;#160; &amp;amp;#160; 
&amp;amp;#160; &amp;amp;#160; &amp;amp;#160; &amp;amp;#160; &amp;amp;#160; &amp;amp;#160; &amp;amp;#160; &amp;amp;#160; &amp;amp;#160; &amp;amp;#160; 
&amp;amp;#160; &amp;amp;#160; &amp;amp;#160; &amp;amp;#160; &amp;amp;#160; &amp;amp;#160; &amp;amp;#160; R133.33&amp;lt;/P&amp;gt;

I need accurate positional information of each piece of text, so &amp;lt;P&amp;gt; 
with spaces is not suitable, the&lt;/pre&gt;</description>
    <dc:creator>Toby Hewlett</dc:creator>
    <dc:date>2012-05-17T15:44:57</dc:date>
  </item>
  <item rdf:about="http://comments.gmane.org/gmane.comp.freedesktop.poppler/7096">
    <title>Branch 'poppler-0.20' - utils/HtmlFonts.ccutils/HtmlFonts.h utils/HtmlOutputDev.cc</title>
    <link>http://comments.gmane.org/gmane.comp.freedesktop.poppler/7096</link>
    <description>&lt;pre&gt; utils/HtmlFonts.cc     |   24 ++++++++++++++++++------
 utils/HtmlFonts.h      |    3 ++-
 utils/HtmlOutputDev.cc |    4 +---
 3 files changed, 21 insertions(+), 10 deletions(-)

New commits:
commit 7e7997e12faccf4c0513811b324a2fd0fa960a96
Author: Igor Slepchin &amp;lt;igor.slepchin&amp;lt; at &amp;gt;gmail.com&amp;gt;
Date:   Tue May 15 23:16:27 2012 +0200

    Determine if font is bold or italic based on FontDescriptor.
    
    Bug #49758

diff --git a/utils/HtmlFonts.cc b/utils/HtmlFonts.cc
index 7205a1d..be02c5f 100644
--- a/utils/HtmlFonts.cc
+++ b/utils/HtmlFonts.cc
&amp;lt; at &amp;gt;&amp;lt; at &amp;gt; -23,6 +23,7 &amp;lt; at &amp;gt;&amp;lt; at &amp;gt;
 // Copyright (C) 2010 OSSD CDAC Mumbai by Leena Chourey (leenac&amp;lt; at &amp;gt;cdacmumbai.in) and Onkar Potdar (onkar&amp;lt; at &amp;gt;cdacmumbai.in)
 // Copyright (C) 2011 Joshua Richardson &amp;lt;jric&amp;lt; at &amp;gt;chegg.com&amp;gt;
 // Copyright (C) 2011 Stephen Reichling &amp;lt;sreichling&amp;lt; at &amp;gt;chegg.com&amp;gt;
+// Copyright (C) 2012 Igor Slepchin &amp;lt;igor.slepchin&amp;lt; at &amp;gt;gmail.com&amp;gt;
 //
 // To see a description of the changes please see the Changelog file that
 // came with your tarball or type make ChangeLog if you are building from&lt;/pre&gt;</description>
    <dc:creator>Albert Astals Cid</dc:creator>
    <dc:date>2012-05-15T21:18:17</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.freedesktop.poppler">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.freedesktop.poppler</link>
  </textinput>
</rdf:RDF>

