Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

evince-devel-2.30.1-3.7.1 RPM for x86_64

From OpenSuSE 11.3 updates for x86_64

Name: evince-devel Distribution: openSUSE 11.3
Version: 2.30.1 Vendor: openSUSE
Release: 3.7.1 Build date: Thu Mar 17 10:41:32 2011
Group: Productivity/Office/Other Build host: build15
Size: 1886632 Source RPM: evince-2.30.1-3.7.1.src.rpm
Packager: http://bugs.opensuse.org
Url: http://www.gnome.org/projects/evince/
Summary: GNOME Document Viewer
Evince is a document viewer capable of displaying multiple and
singlepage document formats like PDF and PostScript.

Provides

Requires

License

GPLv2+

Changelog

* Wed Mar 16 2011 sreeves@novell.com
  - Update evince-dvi-vulnerability-again.patch to also
    fix bgo#643882
* Thu Feb 17 2011 vuntz@opensuse.org
  - Add evince-dvi-vulnerability-again.patch to fix another
    vulnerability in the DVI backend. Fix bnc#671064.
* Mon Jan 03 2011 vuntz@opensuse.org
  - Add evince-dvi-vulnerabilities.patch to fix CVE-2010-2640,
    CVE-2010-2641, CVE-2010-2642, CVE-2010-2643. (bnc#660555).
* Tue May 25 2010 dimstar@opensuse.org
  - Add evince-bgo617154.patch to avoid dead-lock if the dot-folder
    does not exist.
* Thu Apr 29 2010 dimstar@opensuse.org
  - Update to version 2.30.1:
    + bgo#614693: Make inverted colors mode work in presentation mode
    + bgo#613637: Respect GNOME22_USER_DIR env variable
    + bgo#616515: Fix loading of local documents when uri contains a
      page destination
    + bgo#606090: Take default settings from last document opened.
      Fixes regression caused by migration to gio metadata
    + bgo#614747: Update icons to match gnome-icon-theme appearance
    + fdo#27590: Make sure there's a new valid page range before
      updating caches
    + bgo#514607: Update FSF address everywhere
    + bgo#613959: Fix loading of compressed password-protected
      documents
    + bgo#612972: Close previewer window with control + w
    + bgo#612972: Fix keybindings in previewer window
    + Updated translations.
* Mon Mar 29 2010 vuntz@opensuse.org
  - Update to version 2.30.0:
    + Fix scale calculation on rotated monitors in presentation mode
    + Save current page when closing window in presentation mode
      (bgo#612656)
    + Fix rendering of documents with non uniform page size when in
      presentation mode
    + Use monitor height instead of screen height to calculate page
      scale in presentation mode (bgo#608924)
    + Updated translations.
* Wed Mar 10 2010 dimstar@opensuse.org
  - Update to version 2.29.92:
    + Fix build with gtk+ >= 2.19.7
    + Updated translations.
* Mon Feb 22 2010 vuntz@opensuse.org
  - Update to version 2.29.91:
    + New Features and UI Improvements:
    - DVI backend support on windows (bgo#602910)
    + Documentation fixes:
    - Modernise API docs
    + Bug fixes:
    - Fix dpi calculation (bgo#608586)
    - Allow adding actions for more than one item in view popup
      menu (bgo#609497)
    - Add gconf schemas for comic cbt files (bgo#609501)
    - Update totem-scrsaver from totem sources (bgo#610173)
    - Fix linking with pedantic linkers (bgo#609895)
    - Do not link evince shell to poppler directly (bgo#608832)
    - Several translatable messages fixed (bgo#608698)
    + Updated translations.
* Sun Feb 21 2010 jengelh@medozas.de
  - Use %_smp_mflags instead of %jobs.
  - Split nautilus extension in a separate package.
* Wed Jan 13 2010 captain.magnus@opensuse.org
  - Update to version 2.29.5:
    + New Features and UI Improvements:
    - Make Home/End keys go to first/last page in presentation mode
      too (bgo#358462)
    - Allow finish presentation by clicking on end page
      (bgo#309364)
    - Add custom print tab to printing dialog with several page
      scale options (bgo#599468, bgo#599470, bgo#599547)
    - Add support for remote files in evince thumbnailers
      (bgo#605218)
    - Add evince icon to the windows executable (bgo#596401)
    + Bug fixes:
    - Fix transition of pages with duration=0 in presentation mode
    - Fix vertical white line shown in presentation mode with
      documents with black background (bgo#438760)
    - Fix fickering and blank screen issues when changing pages
      fast in presentation mode (bgo#602738)
    - Fix printing on Windows (bgo#604705)
    - Disable text selection in presentation mode (bgo#605554)
    - Make comics backend also compile on Windows (bgo#605146)
    - Remove comics_regex_quote() in favor of always using
      g_shell_quote() (bgo#605092)
    - Properly redrawn properties view when document is reloaded
      (bgo#605169)
    + Translation updates
* Tue Dec 22 2009 vuntz@opensuse.org
  - Update to version 2.29.4:
    + New Features and UI Improvements:
    - Always show rotate icons (bgo#599398)
    - EvPrintOperation has been moved to libview so that it can be
      used by EvView users (bgo#604750)
    - Support for cbt comic files (bgo#588266)
    + Bug fixes:
    - Do not fail to open external uri links that are relative
      paths (bgo#604716)
    - Do not hardcode BINDIR on Windows (bgo#605001)
    - Fix a crash in djvu backend on windows (bgo#604919)
    - Replace mkdtemp with our own _ev_g_mkdtemp to make it
      portable (bgo#604917)
    - Include a copy of some icons from gnome-icon-theme to be used
      as fallback on platforms like window where gnome-icon-theme
      is not available (bgo#596400)
    - Fix 0x0 page size always shown in properties view
    - Do not hide page selector widget on invalid input
      (bgo#603714)
    - Split EvPixbufCache into dynamic and static data. Static page
      data (links, annots, images, text and forms) that don't
      depend on current scale/rotation, have been moved to
      EvPageCache and are never removed. (bgo#602405)
    - Fix a typo in EV_RENDER_CONTEXT macro definition (bgo#603857)
    - Code cleanups and improvements in libview (bgo#603858)
    + Updated translations.
  - Change gnome-keyring-devel BuildRequires to
    libgnome-keyring-devel, following the module split upstream.
  - Remove gir-repository BuildRequires: it shouldn't be needed with
    recent versions of gtk2.
* Wed Dec 02 2009 vuntz@opensuse.org
  - Update to version 2.29.3:
    + New Features and UI Improvements:
    - Add inverted colors view mode (bgo#321823)
    - Add options to open/save attachment annotations to context
      menu
    + Bug fixes:
    - Fix infinite loop when scrollbar visibility changes in
      fit-with mode
    - Do not resize the window when zoom in/out with CTRL+Scroll
      (bgo#602798)
    - Keep scroll position when reloading (bgo##602445)
    - Make "p" and "n" accels unsensitive while searching
    + Updated translations.
  - Changes from version 2.29.2:
    + New Features and UI Improvements:
    - Add support for PDF File Attachment Annotations (bgo#601839)
    - Use "n" and "p" keys for page jump (bgo#601217)
    - Update actions sensitivity when gconf keys change
      (bgo#568433)
    + Documentation fixes:
    - Make series ID unique (bgo#599726)
    + Bug fixes:
    - Fix saving attachments
    - Make sure view is redrawn as soon as current page is rendered
      (bgo#601433)
    - Fix documentation of default flag values in configure
    - Do not mark properties name and desc as translatable
      (bgo#509824)
    - Fix build with glib < 2.22.0 (bgo#600338)
    - Disable print page setup options according to lockdown
      (bgo#568433)
    - Fix loading of remote files
    - Correctly process --with-smclient arguments (bgo#590174)
    + Updated translations.
* Sat Nov 14 2009 vuntz@opensuse.org
  - Update to version 2.29.1:
    + New Features and UI Improvements:
    - Embed page setup settings in the print dialog (bgo#591551)
    - A new tab has been added to properties dialog to show
      information about the document license (bgo#349173)
    - Use different processes for every document opened.
      (bgo#583680, bgo#434966, bgo#497388, bgo#524633, bgo#586087)
    - Use GVFS metadata instead of our own xml based
      implementation. (bgo#586841)
    - When scrolling a page, move one screen leaving one line
      context to help to visually track the document as it moves.
      (bgo#170871)
    - Use GtkInfoBar instead of GeditMessageArea for the message
      area (bgo#592785)
    - EvPageCache has been splitted up into document part (moved to
      EvDocument which has been converted into an abstract class
      instead of an interface) and view part: EvDocumentModel. This
      allows to have more than one EvView for the same document, so
      that "Open a Copy" can be implemented without using the symlink
      hack. (bgo#573641)
    + Bug fixes:
    - Several fixes and cleanups in comics backend
    - Don't exit with non-writable $HOME
    - Clean up temp file handling to make sure we can cope with not
      being able to create our temp directory (bgo#595372)
    - Set page orientation of each page when printing so that
      documents with mixed portrait/landscape pages print correctly
      (bgo#599470)
    - Preserve aspect ratio when scaling page for printing
      (bgo#599468)
    - Fix a crash when we don't have a DBUS connection
    - Make sure total_num_bytes > 0 before using it in progress
      callbacks (bgo#597691)
    - Escape document URI before showing it in progress area
      (bgo#597691)
    - Fix a crash due to an uninitialized variable (bgo#597154)
    - Fix a crash when there are form field widgets active during
      rotation (bgo#593316)
    - Remarks the selected thumbnail after rotation (bgo#595548)
    - Don't change current page when rotating documents with
      different page sizes (bgo#595704)
    - Fix thumbnails rotation when loading a rotated document
      (bgo#595718)
    - Save images as png or jpg when the filename has no extensions
      (bgo#595079)
    - Populate destination page when reloading the document
      (bgo#570054)
    + Updated translations.
* Tue Sep 22 2009 dimstar@opensuse.org
  - Update to version 2.28.0:
    + bgo#570054 - Populate destination page when reloading the
      document
    + bgo#595079 - Save images as png or jpg when the filename has no
      extensions.
* Tue Aug 11 2009 dominique-obs@leuenberger.net
  - Update to version 2.27.90:
    + Let scroll wheel change page when in non-continuous best-fit
      mode (bgo#562257)
    + Show print progress information when using GtkPrintOperation
    + Don't show crash recovery dialog when requested file is the
      only one to be recovered (bgo#578894)
    + Disable crash recovery when D-BUS is disabled (bgo#578894)
    + Grab focus on view widget after setting metadata (bgo#589300)
    + Fixes segmentation violation when print file format is empty
      (bgo#589226)
    + Use AM_V_GEN to make custom commands silent (bgo#585355)
    + Don't install schema files when building without gconf
    + Updated translations.
* Tue Jul 21 2009 vuntz@novell.com
  - Enable gobject-introspection support: add
    gobject-introspection-devel and gir-repository BuildRequires,
    pass --enable-introspection to configure.
* Sun Jul 19 2009 vuntz@novell.com
  - Update to version 2.27.4:
    + Compute selections on button press for word/line selections
      (bgo#562059)
    + Fix several even/odd multipage issues (bgo#583429)
    + Register thumbnailing for gzip/gzip dvi files (bgo#588013)
    + Get rid of shave with AM_SILENT_RULES automake option
      (bgo#585355)
    + Make evince output pdf on supported printers (bgo#585442)
    + Fix build on windows
    + Determine data directory on runtime on windows
    + Fix build without GConf
    + Fix several introspection build issues (bgo#585971)
    + Updated translations.
* Tue Jun 16 2009 vuntz@novell.com
  - Update to version 2.27.3:
    + New Features and UI Improvements:
    - Update the hildon port
    - Complete the win32 port (bgo#339172)
    - Allow activate the menubar in fullscreen mode (bgo#504243)
    - Do not create popup window if the annot doesn't have a popup
    - Add tests for printer settings (bgo#583976)
    - Remember and reuse "Save a Copy..." path (bgo#485195)
    - Support for cb7 using the p7zip commands in comics backend
      (bgo#565174)
    - Parse xml metadata to detect PDF/A documents (bgo#582206)
    + Bug fixes:
    - Several build fixes and improvements
    - Fix page transitions in presentation mode (bgo#583652,
      bgo#581881)
    - Scale according to paper size before rendering for printing
    - Fix multipage even/odd printing issues (bgo#583429, #583388)
    - Gracefully work with FITB destinations and friends
      (bgo#583276)
    - Fix double to int conversion in thumbnails_get_dimensions
      (bgo#581524)
    - Ohter bugs fixed: bgo#584617, bgo#585497
    + Updated translations.
  - Add suggest for p7zip and unzip for the comics backend.
* Tue May 19 2009 vuntz@novell.com
  - Update to version 2.27.1:
    + New Features and UI Improvements:
    - Use GtkPrintOperation when printing for the backends that
      support rendering into a cairo context (bgo#557112)
    - Recover previous session when running evince after a crash
      (bgo#578894)
    - Preliminary annotations support (bgo#315002)
    - Rename Print Setup menu entry as Page Setup for consistency
      with the GTK+ dialog title (bgo#581109)
    - Added F3 as a find-next accelerator key (bgo#579072)
    - Support the free Gna! unrar tool in comics backend
      (bgo#552074)
    - Add evince-previewer as a separate applicaton that implements
      the printing preview
    + Bug fixes:
    - Fix handling of the tmp folder (bgo#582108)
    - Abort dnd operations originated in the same Evince window
      (bgo#582077)
    - Disable bouncing during scrolling (bgo#533534)
    - Fix build without gconftool-2 (bgo#581441)
    - Fix documentation build (bgo#579671)
    - Fix error handling of broken documents (bgo#580886)
    - Fix several memory leaks in comics backend (bgo#552074)
    - Escape URIs for display (bgo#581064)
    - Resync with libegg to remove deprecated GTK+ symbols
      (bgo#580556)
    - Correct check for exit status of commands in comics backend
      (bgo#579656)
    - Add -no-undefined flag for Cygwin build (bgo#580058)
    - Use g_file_make_symbolic_link to create symlinks (bgo#339172)
    - Delete the temp symlink created when opening a copy
    - Don't redraw again when zoom is set more than once to the
      same scale factor
    - Fix print preview of empty selection (bgo#517735)
    - Don't prevent unmounting in case the initial cwd is on an
      external device (bgo#575436)
    - Create and load the document based on the mime-type provided
      by nautilus instead of using our own documents factory.
      (bgo#533917)
    - Fix endianess issues in dvi and tiff backends (bgo#578433,
      bgo#509920)
    - Fix memory leak in tiff backend (bgo#578285)
    - Fix path where accels file is saved (bgo#577500)
    - Fix fading animations
    - Translate the categories in the nautilus properties tab
      (bgo#575085)
    - Other bugs fixed: bgo#539972, bgo#578436, bgo#582543
    + Updated translations.
  - Suggests unrar for the comics backend.
* Thu Apr 16 2009 vuntz@novell.com
  - Update to version 2.26.1:
    + Don't prevent unmounting in case the initial cwd is on an
      external device (bgo#575436)
    + Create and load the document based on the mime-type provided by
      nautilus instead of using our own documents factory.
      (bgo#533917)
    + Fix endianess issues in dvi and tiff backends (bgo#578433,
      bgo#509920)
    + Fix memory leak in tiff backend (bgo#578285)
    + Fix path where accels file is saved (bgo#577500)
    + Fix fading animations
    + Translate the categories in the nautilus properties tab
      (bgo#575085)
    + Updated translations.
* Thu Mar 26 2009 crrodriguez@suse.de
  - use --disable-static instead of removing static libraries at %install
* Mon Mar 16 2009 mboman@suse.de
  - Update to version 2.26.0:
    + Fix compiler warning when building with -Wformat
      (bgo#574168)
    + Fix a crash with encrypted documents
    + Translation updates
  - Remove libstdc++, scrollkeeper and texlive-bin-devel from
    BuildRequires
  - Add gtk2-devel to Requires for -devel package
  - Use find %{buildroot} -type f -name "*.*a" -exec %{__rm} -fv {} +
    to remove *.*a files
  - Don't package omf files twice (they are in the lang package too).
* Fri Mar 06 2009 vuntz@novell.com
  - Update to version 2.25.92:
    + Show the 'jump to page' window in the right GdkScreen
      (bgo#560541)
    + Make our own thumbnail when the provided one doesn't have the
      needed size (bgo#323198, bgo#307357)
    + Reduce the restriction on the minimum size of thumbnails from
      40 to 1 (bgo#323198)
    + Use GOption in thumbnailer
    + Fix saving a copy of encrypted PDF documents (bgo#566791)
    + Don't use g_quark_from_static_string in a loadable module
    + Use g_object_unref() instead of gdk_pixbuf_unref() in impress
      backend (bgo#571707)
    + Updated translations.
  - Remove -fno-strict-aliasing from CFLAGS.

Files

/usr/include/evince
/usr/include/evince/2.30
/usr/include/evince/2.30/evince-document.h
/usr/include/evince/2.30/evince-view.h
/usr/include/evince/2.30/libdocument
/usr/include/evince/2.30/libdocument/ev-annotation.h
/usr/include/evince/2.30/libdocument/ev-async-renderer.h
/usr/include/evince/2.30/libdocument/ev-attachment.h
/usr/include/evince/2.30/libdocument/ev-backends-manager.h
/usr/include/evince/2.30/libdocument/ev-document-annotations.h
/usr/include/evince/2.30/libdocument/ev-document-attachments.h
/usr/include/evince/2.30/libdocument/ev-document-factory.h
/usr/include/evince/2.30/libdocument/ev-document-find.h
/usr/include/evince/2.30/libdocument/ev-document-fonts.h
/usr/include/evince/2.30/libdocument/ev-document-forms.h
/usr/include/evince/2.30/libdocument/ev-document-images.h
/usr/include/evince/2.30/libdocument/ev-document-info.h
/usr/include/evince/2.30/libdocument/ev-document-layers.h
/usr/include/evince/2.30/libdocument/ev-document-links.h
/usr/include/evince/2.30/libdocument/ev-document-misc.h
/usr/include/evince/2.30/libdocument/ev-document-print.h
/usr/include/evince/2.30/libdocument/ev-document-security.h
/usr/include/evince/2.30/libdocument/ev-document-thumbnails.h
/usr/include/evince/2.30/libdocument/ev-document-transition.h
/usr/include/evince/2.30/libdocument/ev-document-type-builtins.h
/usr/include/evince/2.30/libdocument/ev-document.h
/usr/include/evince/2.30/libdocument/ev-file-exporter.h
/usr/include/evince/2.30/libdocument/ev-file-helpers.h
/usr/include/evince/2.30/libdocument/ev-form-field.h
/usr/include/evince/2.30/libdocument/ev-image.h
/usr/include/evince/2.30/libdocument/ev-init.h
/usr/include/evince/2.30/libdocument/ev-layer.h
/usr/include/evince/2.30/libdocument/ev-link-action.h
/usr/include/evince/2.30/libdocument/ev-link-dest.h
/usr/include/evince/2.30/libdocument/ev-link.h
/usr/include/evince/2.30/libdocument/ev-mapping.h
/usr/include/evince/2.30/libdocument/ev-page.h
/usr/include/evince/2.30/libdocument/ev-render-context.h
/usr/include/evince/2.30/libdocument/ev-selection.h
/usr/include/evince/2.30/libdocument/ev-transition-effect.h
/usr/include/evince/2.30/libdocument/ev-version.h
/usr/include/evince/2.30/libview
/usr/include/evince/2.30/libview/ev-document-model.h
/usr/include/evince/2.30/libview/ev-job-scheduler.h
/usr/include/evince/2.30/libview/ev-jobs.h
/usr/include/evince/2.30/libview/ev-print-operation.h
/usr/include/evince/2.30/libview/ev-stock-icons.h
/usr/include/evince/2.30/libview/ev-view-presentation.h
/usr/include/evince/2.30/libview/ev-view-type-builtins.h
/usr/include/evince/2.30/libview/ev-view.h
/usr/lib64/libevdocument.so
/usr/lib64/libevview.so
/usr/lib64/pkgconfig/evince-document-2.30.pc
/usr/lib64/pkgconfig/evince-view-2.30.pc
/usr/share/gtk-doc
/usr/share/gtk-doc/html
/usr/share/gtk-doc/html/evince
/usr/share/gtk-doc/html/evince/EggFindBar.html
/usr/share/gtk-doc/html/evince/EvFileMonitor.html
/usr/share/gtk-doc/html/evince/EvHistory.html
/usr/share/gtk-doc/html/evince/EvMessageArea.html
/usr/share/gtk-doc/html/evince/EvNavigationAction.html
/usr/share/gtk-doc/html/evince/EvNavigationActionWidget.html
/usr/share/gtk-doc/html/evince/EvOpenRecentAction.html
/usr/share/gtk-doc/html/evince/EvPageAction.html
/usr/share/gtk-doc/html/evince/EvPageActionWidget.html
/usr/share/gtk-doc/html/evince/EvPasswordView.html
/usr/share/gtk-doc/html/evince/EvProgressMessageArea.html
/usr/share/gtk-doc/html/evince/EvSidebar.html
/usr/share/gtk-doc/html/evince/EvSidebarAttachments.html
/usr/share/gtk-doc/html/evince/EvSidebarLayers.html
/usr/share/gtk-doc/html/evince/EvSidebarLinks.html
/usr/share/gtk-doc/html/evince/EvSidebarPage.html
/usr/share/gtk-doc/html/evince/EvSidebarThumbnails.html
/usr/share/gtk-doc/html/evince/EvWindow.html
/usr/share/gtk-doc/html/evince/api-index-full.html
/usr/share/gtk-doc/html/evince/evince-ev-application.html
/usr/share/gtk-doc/html/evince/evince-ev-keyring.html
/usr/share/gtk-doc/html/evince/evince-ev-media-player-keys.html
/usr/share/gtk-doc/html/evince/evince-ev-metadata.html
/usr/share/gtk-doc/html/evince/evince-ev-properties-dialog.html
/usr/share/gtk-doc/html/evince/evince-ev-properties-fonts.html
/usr/share/gtk-doc/html/evince/evince-ev-properties-license.html
/usr/share/gtk-doc/html/evince/evince-ev-utils.html
/usr/share/gtk-doc/html/evince/evince-ev-window-title.html
/usr/share/gtk-doc/html/evince/evince-frontend.html
/usr/share/gtk-doc/html/evince/evince.devhelp
/usr/share/gtk-doc/html/evince/evince.devhelp2
/usr/share/gtk-doc/html/evince/home.png
/usr/share/gtk-doc/html/evince/index.html
/usr/share/gtk-doc/html/evince/index.sgml
/usr/share/gtk-doc/html/evince/left.png
/usr/share/gtk-doc/html/evince/licence.html
/usr/share/gtk-doc/html/evince/object-tree.html
/usr/share/gtk-doc/html/evince/right.png
/usr/share/gtk-doc/html/evince/style.css
/usr/share/gtk-doc/html/evince/up.png
/usr/share/gtk-doc/html/libevdocument-2.30
/usr/share/gtk-doc/html/libevdocument-2.30/EvAnnotation.html
/usr/share/gtk-doc/html/libevdocument-2.30/EvAsyncRenderer.html
/usr/share/gtk-doc/html/libevdocument-2.30/EvAttachment.html
/usr/share/gtk-doc/html/libevdocument-2.30/EvDocument.html
/usr/share/gtk-doc/html/libevdocument-2.30/EvDocumentAnnotations.html
/usr/share/gtk-doc/html/libevdocument-2.30/EvDocumentAttachments.html
/usr/share/gtk-doc/html/libevdocument-2.30/EvDocumentFind.html
/usr/share/gtk-doc/html/libevdocument-2.30/EvDocumentFonts.html
/usr/share/gtk-doc/html/libevdocument-2.30/EvDocumentForms.html
/usr/share/gtk-doc/html/libevdocument-2.30/EvDocumentImages.html
/usr/share/gtk-doc/html/libevdocument-2.30/EvDocumentLayers.html
/usr/share/gtk-doc/html/libevdocument-2.30/EvDocumentLinks.html
/usr/share/gtk-doc/html/libevdocument-2.30/EvDocumentPrint.html
/usr/share/gtk-doc/html/libevdocument-2.30/EvDocumentSecurity.html
/usr/share/gtk-doc/html/libevdocument-2.30/EvDocumentThumbnails.html
/usr/share/gtk-doc/html/libevdocument-2.30/EvDocumentTransition.html
/usr/share/gtk-doc/html/libevdocument-2.30/EvFileExporter.html
/usr/share/gtk-doc/html/libevdocument-2.30/EvFormField.html
/usr/share/gtk-doc/html/libevdocument-2.30/EvImage.html
/usr/share/gtk-doc/html/libevdocument-2.30/EvLayer.html
/usr/share/gtk-doc/html/libevdocument-2.30/EvPage.html
/usr/share/gtk-doc/html/libevdocument-2.30/EvRenderContext.html
/usr/share/gtk-doc/html/libevdocument-2.30/EvSelection.html
/usr/share/gtk-doc/html/libevdocument-2.30/api-index-full.html
/usr/share/gtk-doc/html/libevdocument-2.30/document-data.html
/usr/share/gtk-doc/html/libevdocument-2.30/document-helpers.html
/usr/share/gtk-doc/html/libevdocument-2.30/document-interfaces.html
/usr/share/gtk-doc/html/libevdocument-2.30/home.png
/usr/share/gtk-doc/html/libevdocument-2.30/index.html
/usr/share/gtk-doc/html/libevdocument-2.30/index.sgml
/usr/share/gtk-doc/html/libevdocument-2.30/left.png
/usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-2.30.devhelp
/usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-2.30.devhelp2
/usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-EvDocumentInfo.html
/usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-EvDocumentMisc.html
/usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-Version-checks.html
/usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-backends-manager.html
/usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-document-factory.html
/usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-file-helpers.html
/usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-init.html
/usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-link-action.html
/usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-link-dest.html
/usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-link.html
/usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-mapping.html
/usr/share/gtk-doc/html/libevdocument-2.30/libevdocument-ev-transition-effect.html
/usr/share/gtk-doc/html/libevdocument-2.30/licence.html
/usr/share/gtk-doc/html/libevdocument-2.30/object-tree.html
/usr/share/gtk-doc/html/libevdocument-2.30/right.png
/usr/share/gtk-doc/html/libevdocument-2.30/style.css
/usr/share/gtk-doc/html/libevdocument-2.30/up.png
/usr/share/gtk-doc/html/libevview-2.30
/usr/share/gtk-doc/html/libevview-2.30/EvJob.html
/usr/share/gtk-doc/html/libevview-2.30/api-index-full.html
/usr/share/gtk-doc/html/libevview-2.30/home.png
/usr/share/gtk-doc/html/libevview-2.30/index.html
/usr/share/gtk-doc/html/libevview-2.30/index.sgml
/usr/share/gtk-doc/html/libevview-2.30/left.png
/usr/share/gtk-doc/html/libevview-2.30/libevview-2.30.devhelp
/usr/share/gtk-doc/html/libevview-2.30/libevview-2.30.devhelp2
/usr/share/gtk-doc/html/libevview-2.30/libevview-ev-annotation-window.html
/usr/share/gtk-doc/html/libevview-2.30/libevview-ev-document-model.html
/usr/share/gtk-doc/html/libevview-2.30/libevview-ev-job-scheduler.html
/usr/share/gtk-doc/html/libevview-2.30/libevview-ev-page-cache.html
/usr/share/gtk-doc/html/libevview-2.30/libevview-ev-print-operation.html
/usr/share/gtk-doc/html/libevview-2.30/libevview-ev-stock-icons.html
/usr/share/gtk-doc/html/libevview-2.30/libevview-ev-view-cursor.html
/usr/share/gtk-doc/html/libevview-2.30/libevview-ev-view-presentation.html
/usr/share/gtk-doc/html/libevview-2.30/libevview-ev-view-type-builtins.html
/usr/share/gtk-doc/html/libevview-2.30/libevview-ev-view.html
/usr/share/gtk-doc/html/libevview-2.30/licence.html
/usr/share/gtk-doc/html/libevview-2.30/object-tree.html
/usr/share/gtk-doc/html/libevview-2.30/right.png
/usr/share/gtk-doc/html/libevview-2.30/style.css
/usr/share/gtk-doc/html/libevview-2.30/up.png
/usr/share/gtk-doc/html/libevview-2.30/view-view.html


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon May 13 04:05:05 2013