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

« back to all changes in this revision

Viewing changes to src/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:
221
221
INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
222
222
INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
223
223
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
224
 
INTLTOOL_ICONV = @INTLTOOL_ICONV@
225
224
INTLTOOL_KBD_RULE = @INTLTOOL_KBD_RULE@
226
225
INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
227
226
INTLTOOL_MERGE = @INTLTOOL_MERGE@
228
 
INTLTOOL_MSGFMT = @INTLTOOL_MSGFMT@
229
 
INTLTOOL_MSGMERGE = @INTLTOOL_MSGMERGE@
230
227
INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
231
228
INTLTOOL_PERL = @INTLTOOL_PERL@
 
229
INTLTOOL_POLICY_RULE = @INTLTOOL_POLICY_RULE@
232
230
INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
233
231
INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
234
232
INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
240
238
INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
241
239
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
242
240
INTLTOOL_XAM_RULE = @INTLTOOL_XAM_RULE@
243
 
INTLTOOL_XGETTEXT = @INTLTOOL_XGETTEXT@
244
241
INTLTOOL_XML_NOMERGE_RULE = @INTLTOOL_XML_NOMERGE_RULE@
245
242
INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
246
243
IPTCDATA_CFLAGS = @IPTCDATA_CFLAGS@
292
289
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
293
290
RANLIB = @RANLIB@
294
291
RENDER_LIBS = @RENDER_LIBS@
 
292
SED = @SED@
295
293
SET_MAKE = @SET_MAKE@
296
294
SHELL = @SHELL@
297
295
STRIP = @STRIP@