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

« back to all changes in this revision

Viewing changes to config.h.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:
48
48
/* Define the location where the catalogs will be installed */
49
49
#undef GNOMELOCALEDIR
50
50
 
51
 
/* Define to enable beagle support */
52
 
#undef HAVE_BEAGLE
53
 
 
54
51
/* Define to 1 if you have the `bind_textdomain_codeset' function. */
55
52
#undef HAVE_BIND_TEXTDOMAIN_CODESET
56
53
 
129
126
/* Define to 1 if you have the <sys/vfs.h> header file. */
130
127
#undef HAVE_SYS_VFS_H
131
128
 
132
 
/* Define to enable tracker support */
133
 
#undef HAVE_TRACKER
134
 
 
135
 
/* Define to enable tracker support */
136
 
#undef HAVE_TRACKER_0_7
137
 
 
138
129
/* Define to 1 if you have the <unistd.h> header file. */
139
130
#undef HAVE_UNISTD_H
140
131