~ubuntu-branches/ubuntu/dapper/file-roller/dapper-updates

« back to all changes in this revision

Viewing changes to src/icons/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-12-13 00:19:53 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051213001953-0klipgnhk6vikhrt
Tags: 2.13.2-0ubuntu1
* New upstream version:
  - Fixed bug #323713: "Save as" should default to current archive filename
    (Ubuntu: #20132)
  - Fixed bug #315069: file-roller: drag 'n drop doesn't work for more
    than 1 file.
  - Fixed bug #323534: Passwords improperly escaped for zip files
  - Do not open a progress dialog when dragging files, use a progressbar
    in the statusbar instead.
  - Fixed bug #316364: Nautilus dependency should be optional
  - Fixed bug #311821: ascending and descending indicators are opposite
    from expected.
  - Fixed bug #317423: Conflicting mnemonic in "Extract" dialog.
  - Fixed bug #323068: file-roller fails in chosing extract-to directory
  - Fixed bug #322197: Improve Naming Filename when create new Archive file
  - Fixed bug #316564: needs unzip AND zip
    (Ubuntu: #15595)
  - Simplified the add dialog populating the file type combobox with the
    extensions instead of the descriptions.
  - Set progress dialog display delay to 1 second.
  - More HIG compliant progress dialog.
  - Use a single command execution to add many files and folders to an
    archive to speed up the operation.
  - Allow to stop creation of a new archive.
  - Correctly associate fr to 7zip files.
* debian/patches/03_lp-autoconf.patch:
  - updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
AUTOHEADER = @AUTOHEADER@
46
46
AUTOMAKE = @AUTOMAKE@
47
47
AWK = @AWK@
48
 
BONOBO_ACTIVATION_REQUIRED = @BONOBO_ACTIVATION_REQUIRED@
49
48
CATALOGS = @CATALOGS@
50
49
CATOBJEXT = @CATOBJEXT@
51
50
CC = @CC@
69
68
EGREP = @EGREP@
70
69
ENABLE_DEPRECATIONS_FALSE = @ENABLE_DEPRECATIONS_FALSE@
71
70
ENABLE_DEPRECATIONS_TRUE = @ENABLE_DEPRECATIONS_TRUE@
 
71
ENABLE_NAUTILUS_ACTIONS_FALSE = @ENABLE_NAUTILUS_ACTIONS_FALSE@
 
72
ENABLE_NAUTILUS_ACTIONS_TRUE = @ENABLE_NAUTILUS_ACTIONS_TRUE@
72
73
ENABLE_SK_FALSE = @ENABLE_SK_FALSE@
73
74
ENABLE_SK_TRUE = @ENABLE_SK_TRUE@
74
75
EXEEXT = @EXEEXT@
123
124
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
124
125
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
125
126
LDFLAGS = @LDFLAGS@
126
 
LIBBONOBOUI_REQUIRED = @LIBBONOBOUI_REQUIRED@
127
 
LIBBONOBO_REQUIRED = @LIBBONOBO_REQUIRED@
128
127
LIBGLADE_REQUIRED = @LIBGLADE_REQUIRED@
129
128
LIBGNOMEUI_REQUIRED = @LIBGNOMEUI_REQUIRED@
130
129
LIBGNOME_REQUIRED = @LIBGNOME_REQUIRED@
156
155
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
157
156
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
158
157
RANLIB = @RANLIB@
159
 
SCHEMAS_INSTALL_FALSE = @SCHEMAS_INSTALL_FALSE@
160
 
SCHEMAS_INSTALL_TRUE = @SCHEMAS_INSTALL_TRUE@
161
158
SET_MAKE = @SET_MAKE@
162
159
SHELL = @SHELL@
163
160
STRIP = @STRIP@
170
167
ac_ct_F77 = @ac_ct_F77@
171
168
ac_ct_RANLIB = @ac_ct_RANLIB@
172
169
ac_ct_STRIP = @ac_ct_STRIP@
 
170
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
173
171
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
174
172
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
175
173
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
197
195
libexecdir = @libexecdir@
198
196
localstatedir = @localstatedir@
199
197
mandir = @mandir@
200
 
mkdir_p = @mkdir_p@
201
198
oldincludedir = @oldincludedir@
202
199
prefix = @prefix@
203
200
program_transform_name = @program_transform_name@