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

« back to all changes in this revision

Viewing changes to data/icons/16x16/apps/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:
35
35
subdir = data/icons/16x16/apps
36
36
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
37
37
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
38
 
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
 
38
am__aclocal_m4_deps = $(top_srcdir)/m4/gnome-doc-utils.m4 \
 
39
        $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/intltool.m4 \
 
40
        $(top_srcdir)/m4/shave.m4 $(top_srcdir)/configure.ac
39
41
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
40
42
        $(ACLOCAL_M4)
41
43
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
57
59
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
58
60
ALL_LINGUAS = @ALL_LINGUAS@
59
61
AMTAR = @AMTAR@
 
62
AM_MAKEFLAGS = @AM_MAKEFLAGS@
60
63
AR = @AR@
61
64
AUTOCONF = @AUTOCONF@
62
65
AUTOHEADER = @AUTOHEADER@
110
113
EV_VIEW_LT_VERSION_INFO = @EV_VIEW_LT_VERSION_INFO@
111
114
EXEEXT = @EXEEXT@
112
115
F77 = @F77@
 
116
FC = @FC@
113
117
FFLAGS = @FFLAGS@
114
118
FRONTEND_CFLAGS = @FRONTEND_CFLAGS@
115
119
FRONTEND_CORE_CFLAGS = @FRONTEND_CORE_CFLAGS@
181
185
LN_S = @LN_S@
182
186
LTLIBOBJS = @LTLIBOBJS@
183
187
MAINT = @MAINT@
 
188
MAKEFLAGS = @MAKEFLAGS@
184
189
MAKEINFO = @MAKEINFO@
185
190
MKDIR_P = @MKDIR_P@
186
191
MKINSTALLDIRS = @MKINSTALLDIRS@
191
196
NAUTILUS_EXTENSION_DIR = @NAUTILUS_EXTENSION_DIR@
192
197
NAUTILUS_LIBS = @NAUTILUS_LIBS@
193
198
NMEDIT = @NMEDIT@
 
199
OBJC = @OBJC@
194
200
OBJEXT = @OBJEXT@
195
201
OMF_DIR = @OMF_DIR@
196
202
PACKAGE = @PACKAGE@
207
213
POSUB = @POSUB@
208
214
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
209
215
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
216
PREVIEWER_CFLAGS = @PREVIEWER_CFLAGS@
 
217
PREVIEWER_LIBS = @PREVIEWER_LIBS@
 
218
Q = @Q@
210
219
RANLIB = @RANLIB@
211
220
SED = @SED@
212
221
SET_MAKE = @SET_MAKE@
221
230
SPECTRE_LIBS = @SPECTRE_LIBS@
222
231
STRIP = @STRIP@
223
232
USE_NLS = @USE_NLS@
 
233
V = @V@
224
234
VERSION = @VERSION@
225
235
WARN_CFLAGS = @WARN_CFLAGS@
226
236
WARN_CXXFLAGS = @WARN_CXXFLAGS@
273
283
psdir = @psdir@
274
284
sbindir = @sbindir@
275
285
sharedstatedir = @sharedstatedir@
 
286
shavedir = @shavedir@
276
287
srcdir = @srcdir@
277
288
sysconfdir = @sysconfdir@
278
289
target_alias = @target_alias@