~ubuntu-branches/ubuntu/precise/evince/precise-updates

« back to all changes in this revision

Viewing changes to help/reference/libview/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-06-02 10:30:12 UTC
  • mfrom: (1.1.45 upstream)
  • Revision ID: james.westby@ubuntu.com-20090602103012-liwypsthciko6ae9
Tags: 2.27.1-0ubuntu1
* New upstream version:
  New Features and UI Improvements:
  - Use GtkPrintOperation when printing for the backends that
    support rendering into a cairo context 
  - Recover previous session when running evince after a crash
  - Preliminary annotations support
  - Rename Print Setup menu entry as Page Setup for consistency with
    the GTK+ dialog title 
  - Added F3 as a find-next accelerator key 
  - Support the free Gna! unrar tool in comics backend
  - Add evince-previewer as a separate applicaton that implements
    the printing preview 
  Bug fixes:
  - Fix handling of the tmp folder 
  - Abort dnd operations originated in the same Evince window  
  - Disable bouncing during scrolling 
  - Fix build without gconftool-2 
  - Fix documentation build 
  - Fix error handling of broken documents 
  - Fix several memory leaks in comics backend 
  - Escape URIs for display 
  - Resync with libegg to remove deprecated GTK+ symbols
  - Correct check for exit status of commands in comics backend
  - Add -no-undefined flag for Cygwin build 
  - Use g_file_make_symbolic_link to create symlinks 
  - 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 
  - Don't prevent unmounting in case the initial cwd is on an external device 
  - Create and load the document based on the mime-type provided by
    nautilus instead of using our own documents factory.
  - Fix endianess issues in dvi and tiff backends 
  - Fix memory leak in tiff backend 
  - Fix path where accels file is saved 
  - Fix fading animations 
  - Translate the categories in the nautilus properties tab
* debian/control.in:
  - updated libpoppler and gtk requirements
* debian/patches/01_launchpad.patch:
  - new version update

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
        $(srcdir)/version.xml.in $(top_srcdir)/gtk-doc.make
42
42
subdir = help/reference/libview
43
43
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
44
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
45
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
 
46
        $(top_srcdir)/m4/shave.m4 $(top_srcdir)/configure.ac
45
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
48
        $(ACLOCAL_M4)
47
49
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
54
56
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
55
57
ALL_LINGUAS = @ALL_LINGUAS@
56
58
AMTAR = @AMTAR@
 
59
AM_MAKEFLAGS = @AM_MAKEFLAGS@
57
60
AR = @AR@
58
61
AUTOCONF = @AUTOCONF@
59
62
AUTOHEADER = @AUTOHEADER@
107
110
EV_VIEW_LT_VERSION_INFO = @EV_VIEW_LT_VERSION_INFO@
108
111
EXEEXT = @EXEEXT@
109
112
F77 = @F77@
 
113
FC = @FC@
110
114
FFLAGS = @FFLAGS@
111
115
FRONTEND_CFLAGS = @FRONTEND_CFLAGS@
112
116
FRONTEND_CORE_CFLAGS = @FRONTEND_CORE_CFLAGS@
178
182
LN_S = @LN_S@
179
183
LTLIBOBJS = @LTLIBOBJS@
180
184
MAINT = @MAINT@
 
185
MAKEFLAGS = @MAKEFLAGS@
181
186
MAKEINFO = @MAKEINFO@
182
187
MKDIR_P = @MKDIR_P@
183
188
MKINSTALLDIRS = @MKINSTALLDIRS@
188
193
NAUTILUS_EXTENSION_DIR = @NAUTILUS_EXTENSION_DIR@
189
194
NAUTILUS_LIBS = @NAUTILUS_LIBS@
190
195
NMEDIT = @NMEDIT@
 
196
OBJC = @OBJC@
191
197
OBJEXT = @OBJEXT@
192
198
OMF_DIR = @OMF_DIR@
193
199
PACKAGE = @PACKAGE@
204
210
POSUB = @POSUB@
205
211
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
206
212
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
213
PREVIEWER_CFLAGS = @PREVIEWER_CFLAGS@
 
214
PREVIEWER_LIBS = @PREVIEWER_LIBS@
 
215
Q = @Q@
207
216
RANLIB = @RANLIB@
208
217
SED = @SED@
209
218
SET_MAKE = @SET_MAKE@
218
227
SPECTRE_LIBS = @SPECTRE_LIBS@
219
228
STRIP = @STRIP@
220
229
USE_NLS = @USE_NLS@
 
230
V = @V@
221
231
VERSION = @VERSION@
222
232
WARN_CFLAGS = @WARN_CFLAGS@
223
233
WARN_CXXFLAGS = @WARN_CXXFLAGS@
270
280
psdir = @psdir@
271
281
sbindir = @sbindir@
272
282
sharedstatedir = @sharedstatedir@
 
283
shavedir = @shavedir@
273
284
srcdir = @srcdir@
274
285
sysconfdir = @sysconfdir@
275
286
target_alias = @target_alias@