~ubuntu-branches/ubuntu/natty/evince/natty

« back to all changes in this revision

Viewing changes to libdocument/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-09-13 13:14:24 UTC
  • mfrom: (1.1.63 upstream)
  • Revision ID: james.westby@ubuntu.com-20100913131424-nhn9f0x75f5ejpn1
Tags: 2.31.92-0ubuntu1
* New upstream release:
  - Change gsettings schema path from /apps/evince to
    /org/gnome/evince (Christian Persch)
  - A D-Bus signal is now emitted when document is loaded
    ( José Aliste)
  - Use GConf again for lockdown settings (Christian Persch)
  * Fix a crash during selection when evince is built with gtk2
    (Carlos Garcia Campos)
  * Evince daemon can spawn an evince instance when finding a
    document (José Aliste)
* debian/patches/02_fix_ftbfs_with_disable_dbus.patch:
  condition ev_window_emit_doc_loaded to #ifdef ENABLE_DBUS as the
  signal is added only with dbus activated
* remove debian/patches/90_git_crash_selection.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
185
185
DATADIRNAME = @DATADIRNAME@
186
186
DEFS = @DEFS@
187
187
DEPDIR = @DEPDIR@
188
 
DESKTOP_SCHEMAS_CFLAGS = @DESKTOP_SCHEMAS_CFLAGS@
189
 
DESKTOP_SCHEMAS_LIBS = @DESKTOP_SCHEMAS_LIBS@
190
188
DISABLE_DEPRECATED = @DISABLE_DEPRECATED@
191
189
DISTCHECK_CONFIGURE_FLAGS = @DISTCHECK_CONFIGURE_FLAGS@
192
190
DJVU_CFLAGS = @DJVU_CFLAGS@