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

« back to all changes in this revision

Viewing changes to cut-n-paste/gedit-message-area/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 = cut-n-paste/gedit-message-area
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
71
73
ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@
72
74
ALL_LINGUAS = @ALL_LINGUAS@
73
75
AMTAR = @AMTAR@
 
76
AM_MAKEFLAGS = @AM_MAKEFLAGS@
74
77
AR = @AR@
75
78
AUTOCONF = @AUTOCONF@
76
79
AUTOHEADER = @AUTOHEADER@
124
127
EV_VIEW_LT_VERSION_INFO = @EV_VIEW_LT_VERSION_INFO@
125
128
EXEEXT = @EXEEXT@
126
129
F77 = @F77@
 
130
FC = @FC@
127
131
FFLAGS = @FFLAGS@
128
132
FRONTEND_CFLAGS = @FRONTEND_CFLAGS@
129
133
FRONTEND_CORE_CFLAGS = @FRONTEND_CORE_CFLAGS@
195
199
LN_S = @LN_S@
196
200
LTLIBOBJS = @LTLIBOBJS@
197
201
MAINT = @MAINT@
 
202
MAKEFLAGS = @MAKEFLAGS@
198
203
MAKEINFO = @MAKEINFO@
199
204
MKDIR_P = @MKDIR_P@
200
205
MKINSTALLDIRS = @MKINSTALLDIRS@
205
210
NAUTILUS_EXTENSION_DIR = @NAUTILUS_EXTENSION_DIR@
206
211
NAUTILUS_LIBS = @NAUTILUS_LIBS@
207
212
NMEDIT = @NMEDIT@
 
213
OBJC = @OBJC@
208
214
OBJEXT = @OBJEXT@
209
215
OMF_DIR = @OMF_DIR@
210
216
PACKAGE = @PACKAGE@
221
227
POSUB = @POSUB@
222
228
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
223
229
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
 
230
PREVIEWER_CFLAGS = @PREVIEWER_CFLAGS@
 
231
PREVIEWER_LIBS = @PREVIEWER_LIBS@
 
232
Q = @Q@
224
233
RANLIB = @RANLIB@
225
234
SED = @SED@
226
235
SET_MAKE = @SET_MAKE@
235
244
SPECTRE_LIBS = @SPECTRE_LIBS@
236
245
STRIP = @STRIP@
237
246
USE_NLS = @USE_NLS@
 
247
V = @V@
238
248
VERSION = @VERSION@
239
249
WARN_CFLAGS = @WARN_CFLAGS@
240
250
WARN_CXXFLAGS = @WARN_CXXFLAGS@
287
297
psdir = @psdir@
288
298
sbindir = @sbindir@
289
299
sharedstatedir = @sharedstatedir@
 
300
shavedir = @shavedir@
290
301
srcdir = @srcdir@
291
302
sysconfdir = @sysconfdir@
292
303
target_alias = @target_alias@