~ubuntu-branches/ubuntu/hardy/gthumb/hardy-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2008-05-29 14:58:39 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20080529145839-cvei0exm56janrxs
Tags: 3:2.10.8-0ubuntu1
* New upstream bugfix release:
  - If the directory doesn't exists go to the closest existing parent.
    Fixes bug #495575 – infinite loop when browsing deleted dirs
  - Fixed bug #Bug 498741 – gthumb always saves thumbnails despite the
    gconf option in apps -> gthumb -> browser -> save_thumbnails set
    to "false"
  - Fixed bug #500719 – segfault when canceling batch operations
  - Fixed bug #486886: Crash opening an image with no Exif IFD1
  - Fixed bug #487982: can freeze gthumb during printing
  - Fixed a printing crash, g_free -> gtk_paper_size_free
  - Fixed bug #492111: Doesn't rotate pictures while importing
  - Fixed bug #492262: Rotate removes thumbnail
  - Fixed bug #492260: Crash on rotate on x86_64
  - Fixed bug #492169: Crash when moving directory to trash
  - Fixed bug #492370: monitor name conflict with libc on solaris10
  - Fixed exif tag read/write functions, so they can access 32-bit
    values correctly on 64-bit platforms
  - Fixed bug #476989: gthumb doesn't move images if destination
    directory is selected from folder drop down list
  - Fixed bug #495529: Search not working
  - Fixed bug #498995: gthumb gets it's locking wrong and crashes
  - When sorting by exif time, fall back to sorting by mtime if no
    exif time is present.
  - Fixed bug #438027: cancel isn't honoured in "reset exif orientation"
    progress dialog or rotation-tool dialog
  - Fixed bug #499795: silently fails to save bmp picture
  - Fixed bug #496140: Crop Window opens too large for dual-screens
  - Fixed bug #481729: Crash browsing thru images when one is empty.
  - Fixed bug #482751: gthumb crashes if it cannot find cursor.
  - Fixed bug #485721: Crash in fullscreen mode after deleting an image.
  - Fixed bug #471234: Fix build with gcc 2.x
  - Fixed bug #485998: '[' and ']' don't work in fullscreen anymore.
  - Fixed LP: #152246: gThumb does not allow to change
    picture's "Last modified date" to "Photo digitalization date
    (from EXIF data)"
* Drop 21_dont_skip_file_type.dpatch and 22_paper_size_free.dpatch: Included
  upstream.
* 90_autoconf.dpatch: Update for new version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
132
132
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
133
133
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
134
134
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
135
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
136
135
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
137
136
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
138
137
INTLTOOL_MERGE = @INTLTOOL_MERGE@
139
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
140
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
141
138
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
142
139
INTLTOOL_PERL = @INTLTOOL_PERL@
 
140
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
143
141
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
144
142
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
145
143
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
151
149
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
152
150
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
153
151
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
154
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
155
152
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
156
153
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
157
154
IPTCDATA_CFLAGS = @IPTCDATA_CFLAGS@
203
200
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
204
201
RANLIB = @RANLIB@
205
202
RENDER_LIBS = @RENDER_LIBS@
 
203
SED = @SED@
206
204
SET_MAKE = @SET_MAKE@
207
205
SHELL = @SHELL@
208
206
STRIP = @STRIP@