~ubuntu-branches/ubuntu/lucid/nautilus/lucid

« back to all changes in this revision

Viewing changes to data/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-03-08 17:08:22 UTC
  • mfrom: (1.17.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20100308170822-enz1dwloj2nqane7
Tags: 1:2.29.92-0ubuntu1
* New upstream version:
  - Make view default focus in new windows (lp: #520685)
  - Put tabs at the top again
  - Don't use deprecated gtk widgets
  - Allow Alt-<num> to switch tabs (lp: #521767)
  - Dynamically load tracker support
  - Don't auto-close the window you initiated an unmount in (lp: #530542)
* debian/control.in:
  - update gtk requirement
* debian/patches/90_relibtoolize.patch:
  - new version update
* debian/patches/92_correct_initial_focus.patch,
  debian/patches/93_no_bottom_tab.patch:
  - dropped, the changes are in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
145
145
AUTOHEADER = @AUTOHEADER@
146
146
AUTOMAKE = @AUTOMAKE@
147
147
AWK = @AWK@
148
 
BEAGLE_CFLAGS = @BEAGLE_CFLAGS@
149
 
BEAGLE_LIBS = @BEAGLE_LIBS@
150
148
CATALOGS = @CATALOGS@
151
149
CATOBJEXT = @CATOBJEXT@
152
150
CC = @CC@
252
250
SET_MAKE = @SET_MAKE@
253
251
SHELL = @SHELL@
254
252
STRIP = @STRIP@
255
 
TRACKER_CFLAGS = @TRACKER_CFLAGS@
256
 
TRACKER_LIBS = @TRACKER_LIBS@
257
253
UPDATE_MIME_DATABASE = @UPDATE_MIME_DATABASE@
258
254
USE_NLS = @USE_NLS@
259
255
VERSION = @VERSION@