Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > media > main-updates > by-pkgid > ac9c2dbd8e464c2052be7ccf1f979ea9 > files > 241

lib64gimp2.0-devel-2.6.8-3.2mdv2010.2.x86_64.rpm

commit 31b47c749ac4097be3c496bb860889fbece92b23
Author: Sven Neumann <sven@gimp.org>
Date:   Thu Dec 10 22:15:56 2009 +0100

    correct gimp_interface_age

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit c54b53da5589a0eadf5fd2c8d95bf9d01ad77d34
Author: Nils Philippsen <nils@redhat.com>
Date:   Wed Dec 9 17:11:21 2009 +0100

    SGI: allocate memory more consistently

    Allocate memory for both pixels and rows in the same way to make the
    code easier understandable.
    (cherry picked from commit b7ae59e9a470fa6e7cfdade1613729c94c3e3a5e)

 plug-ins/file-sgi/sgi.c |   24 +++++++++++-------------
 1 files changed, 11 insertions(+), 13 deletions(-)

commit b428adfa9f24eceba2066f656f495b68480f6101
Author: Simon Budig <simon@gimp.org>
Date:   Wed Dec 9 16:05:05 2009 +0100

    SGI: fix out of bounds writes

    The functions read_rle8() and read_rle16() didn't check if the
    addresses
    to which they wrote are in bounds when expanding runlength encoded
    data.
    (cherry picked from commit 4d9724f2f67bca4005ca50c22afccd7bf30cc2e8)

 plug-ins/file-sgi/sgi-lib.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 88dfad9dc8bd9a20b46b1c3824634c969ef43986
Author: Nils Philippsen <nils@redhat.com>
Date:   Mon Dec 7 16:21:44 2009 +0100

    SGI: cast allocation calculations

    In order to avoid overflows when calculating needed memory, cast the
    first variable used into a large enough type so the whole calculation
    is
    done in that type.
    (cherry picked from commit 838be627be38d3ff25fddf7af16f0c98ddf4cc04)

 plug-ins/file-sgi/sgi.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 611bad86d2c05743c67c5066fb3eb5bb89b12b50
Author: Nils Philippsen <nils@redhat.com>
Date:   Wed Dec 9 15:43:28 2009 +0100

    SGI: sanitize input data

    Refuse nonsensical xsize, ysize, zsize values.
    (cherry picked from commit daaf1d2b97c74271d9f8cc517f16b53d0089e094)

 plug-ins/file-sgi/sgi.c |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

commit aee2bc35febf336d6b9ddba0c0a9d2883be8fd21
Author: Nils Philippsen <nils@redhat.com>
Date:   Tue Dec 8 17:44:54 2009 +0100

    PAT: sanitize input data

    Guard against bogus values of ph.width, ph.height and document
    why there
    are no allocation overflows.
    (cherry picked from commit 5aa82f3b6d55280012efc6973c799a46b2ad5d75)

 plug-ins/common/file-pat.c |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

commit aecccbc62cdb0e0a287502fbf34b98e2371b69b4
Author: Nils Philippsen <nils@redhat.com>
Date:   Tue Dec 8 16:36:10 2009 +0100

    GBR: more input data sanitation

    Guard against bh.width or bh.height > GIMP_MAX_IMAGE_SIZE, only allow
    valid values of bh.bytes.
    (cherry picked from commit b053021a2938d5967edfc966470bfac9257fc03a)

 plug-ins/common/file-gbr.c |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

commit 343651e87f8a4227b02a34fbff4188b519417de5
Author: Nils Philippsen <nils@redhat.com>
Date:   Fri Dec 4 11:17:21 2009 +0100

    GBR: sanitize input data

    Guard against bogus zero width, height, bytes and allocation
    overflows.
    (cherry picked from commit 869dcd7be1c1ec991256ba079f670574f1e57b90)

 plug-ins/common/file-gbr.c |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

commit aaf0dfe5306f8a6bf66c927fa6c5148d9ce53c36
Author: Nils Philippsen <nils@redhat.com>
Date:   Wed Dec 2 15:12:17 2009 +0100

    PCX: Avoid allocation overflows.

    Multiplying gint values may overflow unless cast into a larger type.
    (cherry picked from commit a9671395f6573e90316a9d748588c5435216f6ce)

 plug-ins/common/file-pcx.c |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 5bc9aaf753eae6999fb1497e6dd19e586016e193
Author: Nils Philippsen <nils@redhat.com>
Date:   Tue Dec 1 15:31:52 2009 +0100

    PCX: sanitize input data

    Harden PCX plugin against bad width, height.
    (cherry picked from commit ed7f48be05d233607460ce331a5c07ebfa5830fa)

 plug-ins/common/file-pcx.c |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

commit 864d7cbc655fbbaa6e98780c7b3aa6fbc6f96289
Author: Simon Budig <simon@gimp.org>
Date:   Wed Dec 9 23:01:21 2009 +0100

    further NEWS updates

 NEWS |   22 ++++++++++++++++++++++
 1 files changed, 22 insertions(+), 0 deletions(-)

commit c2da042234d89caa5689d1d8a97b3c11b1eb0ad9
Author: Simon Budig <simon@gimp.org>
Date:   Wed Dec 9 22:49:34 2009 +0100

    Start collecting release info in NEWS

 NEWS |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

commit 46c91ebc2fead486b2b8849bacb7d91085c5aad6
Author: Martin Nordholts <martinn@src.gnome.org>
Date:   Tue Dec 8 22:27:32 2009 +0100

    Bug 604078 - Crash when pressing Backspace with Free Select Tool

    Make sure we never call gimp_free_select_tool_remove_last_segment()
    with priv->n_segment_indices being negative, and increase robustness
    of the code in general.

    Note that we always halt the tool when backspace is pressed and there
    are no vertices left. This is to minimize the risk of ending up in an
    invalid tool state.
    (cherry picked from commit c7a5195bdf42aa194fed640943ada8d2114c4218)

 app/tools/gimpfreeselecttool.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit df956417c42747f9512089e8faa084e74b6d0fa4
Author: Alexandre Prokoudine <alexandre.prokoudine@gmail.com>
Date:   Wed Dec 2 05:07:47 2009 +0300

    Updated Russian translation for 2.6

 po/ru.po | 1658
 +++++++++++++++++++++++++++++++++++++++++++++++---------------
 1 files changed, 1276 insertions(+), 382 deletions(-)

commit ba14f4d7b5679b2835046f0e572557497cb0af33
Author: Marco Ciampa <ciampix@libero.it>
Date:   Mon Nov 30 12:20:59 2009 +0100

    Small fix in italian translation

 po/it.po |   56 ++++++++++++++++++++++++++++----------------------------
 1 files changed, 28 insertions(+), 28 deletions(-)

commit 0403a4c33b16dad25568d50603d3487879d90e00
Author: Marco Ciampa <ciampix@libero.it>
Date:   Thu Aug 20 23:03:01 2009 +0200

    Small fix in italian translation

 po-plug-ins/it.po |  208
 ++++++++++++++++++++++++++--------------------------
 1 files changed, 104 insertions(+), 104 deletions(-)

commit acc37a4e5d08c0f97920cd1b6bd757f126cafb45
Author: Michael Natterer <mitch@gimp.org>
Date:   Tue Nov 24 14:49:17 2009 +0100

    Bug 602761 - plug-in-grid: Parameters Horizontal/Vertical Spacing
    and Horizontal/Vertical Offset are reversed

    Revert commits bc099a98f306c3246a3ca2fd950d6f1af056e4c4 and
    c77781de8927bac39817424ae5c732ad3b7fe343 from Jul 27 2006;
    also changed refval boundaries of the "width" size entries
    in the spirit of the original fix, only reversed.

    Rationale: the "horizontal" parameters all have to affect the
    horizontal *lines*, so have an effect in *vertical* direction.

    Will commit a label change on top to clarify this.
    (cherry picked from commit 028b66beba66dd6b1fe0a9a6b825034d3b971b5a)

 plug-ins/common/grid.c |   68
 ++++++++++++++++++++++++------------------------
 1 files changed, 34 insertions(+), 34 deletions(-)

commit 88eccea84aa375197cc04a2a0e2e29debb56bfa5
Author: Simon Budig <simon@gimp.org>
Date:   Tue Nov 17 00:41:39 2009 +0100

    Harden the PSD plugin against integer overflows.

    Issues discovered by Stefan Cornelius, Secunia Research, advisory
    SA37232
    and CVE identifier CVE-2009-3909. Fixes bug #600741.
    (cherry picked from commit 9cc8d78ff33b7a36852b74e64b427489cad44d0e)

 plug-ins/file-psd/psd-load.c |   65
 ++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 62 insertions(+), 3 deletions(-)

commit 687ec47914ec08d6e460918cb641c196d80140a3
Author: Simon Budig <simon@gimp.org>
Date:   Tue Nov 17 01:12:19 2009 +0100

    Fix the PSD structs to use signed ints for bounding box coordinates.
    (cherry picked from commit 0e440cb6d4d6ee029667363d244aff61b154c33c)

 plug-ins/file-psd/psd-load.c |   32 ++++++++++++++++----------------
 plug-ins/file-psd/psd.h      |   24 ++++++++++++------------
 2 files changed, 28 insertions(+), 28 deletions(-)

commit 153ae579f7e7508d7a5b95bd569e91890f6b666e
Author: Nils Philippsen <nils@redhat.com>
Date:   Mon Nov 16 18:16:38 2009 +0100

    Ensure valid bit depths when reading BMP files.
    (cherry picked from commit 16e6a37687bb4b9748c5a5d166d90f5d5bd2e9f3)

 plug-ins/file-bmp/bmp-read.c |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

commit 6e8ff603a2ee6a0940373723d1f075930dfd3ce0
Author: Nils Philippsen <nils@redhat.com>
Date:   Mon Nov 16 17:16:09 2009 +0100

    Use more defensive coding in plausibility check.

    Use an equivalent division instead of multiplying values and
    checking if
    they are more than G_MAXINT32, because divisions cannot overflow.
    (cherry picked from commit f63ba36dd9cc01ca6da83fa05ddd12419ad8953e)

 plug-ins/file-bmp/bmp-read.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

commit 0214e1ff271a5310731de81d00450a92d9bf0fcd
Author: Nils Philippsen <nils@redhat.com>
Date:   Mon Nov 16 17:15:32 2009 +0100

    Make plausibility check easier to understand.

    Explicitly check that Bitmap_Head.biHeight is not G_MININT32
    instead of relying on ABS(G_MININT32) being negative.
    (cherry picked from commit 43d57c666346320436a0b668de5525387952784e)

 plug-ins/file-bmp/bmp-read.c |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

commit f05ea433536399963fb493c30f27c928259a21d8
Author: Sven Neumann <sven@gimp.org>
Date:   Sat Nov 14 16:50:42 2009 +0100

    Bug 601891 -  gimp_image_get_selection returns None

    The code used to make the assumption that the selection mask was
    a layer. Actually it is a channel and changing the code accordingly
    fixes the reported problem.
    (cherry picked from commit 474b5fdff3b0bb39f252e67f7ead6357e6f69007)

 plug-ins/pygimp/pygimp-pdb.c |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

commit df2b0aca2e7cdb95ebfd3454c65aaba0a83e9bbe
Author: Simon Budig <simon@gimp.org>
Date:   Tue Nov 10 00:08:59 2009 +0100

    Harden the BMP plugin against integer overflows.

    Issues discovered by Stefan Cornelius, Secunia Research, advisory
    SA37232
    and CVE identifier CVE-2009-1570. Fixes bug #600484.

 plug-ins/file-bmp/bmp-read.c |   15 ++++++++++++++-
 1 files changed, 14 insertions(+), 1 deletions(-)

commit b8c28ab2b4b96c57f25bba0489de7655f685a012
Author: Michael Natterer <mitch@gimp.org>
Date:   Sun Nov 8 14:22:26 2009 +0100

    Bug 593848 - FG color changed to black when FG-BG Editor tab created

    When a color gets set on the module via
    GimpColorSelector::set_color(),
    make sure that the result of its transformation to CMYK doesn't
    get set back on GIMP. Also, when the color profile changes, make
    sure we only re-transform the RGB value to CMYK and don't set that
    result back on GIMP either.
    (cherry picked from commit 659cf3743e3c48e18a08ba41c83c7ef77c841410)

 modules/color-selector-cmyk-lcms.c |   25 ++++++++++++++++++++-----
 1 files changed, 20 insertions(+), 5 deletions(-)

commit e22c3aaf4cd5aafbaee1cb2ef4988a8fc6a16f14
Author: Petr Kovar <pknbe@volny.cz>
Date:   Wed Nov 4 21:28:29 2009 +0100

    Updated Czech translation by Marek Cernocky

 po-plug-ins/cs.po |  482
 +++++++++++++++++++++++++++--------------------------
 1 files changed, 243 insertions(+), 239 deletions(-)

commit 177a6f376dd6935f080fc2e3d218d4a4f7550cc8
Author: Marek Černocký <marek@manet.cz>
Date:   Sat Oct 31 16:58:26 2009 +0100

    Update Czech translation

 po-python/cs.po |  150
 ++++++++++++++++++++++++++++--------------------------
 1 files changed, 78 insertions(+), 72 deletions(-)

commit 4dfe94ace60acdfc88d6c36c398b0b0152d8f206
Author: Michael Natterer <mitch@gimp.org>
Date:   Tue Oct 27 18:52:47 2009 +0100

    Bug 599765 - F1 key on gimp-tool-align in menu have wrong link and
    it open gimp-tool-move

    Add help ID "gimp-tool-align" and use it for the align tool.
    (cherry picked from commit 398607ee94c11acad4676a7003d8914804d24156)

 app/tools/gimpaligntool.c  |    2 +-
 app/widgets/gimphelp-ids.h |    1 +
 2 files changed, 2 insertions(+), 1 deletions(-)

commit 3b985d2c2ba8e1eaa7714788e1f8386629d1de66
Author: Tournaris Pavlos <p.tournaris@gmail.com>
Date:   Tue Oct 20 14:41:36 2009 +0300

    Updated Greek po-python translation

 po-python/el.po |  338
 ++++++++++++++++++++++++++++++++++++++++++++++++++++---
 1 files changed, 323 insertions(+), 15 deletions(-)

commit 295a32bcc0de96e4837814bfa540795a6579d0ab
Author: Vasilis Kontogiannis <vasilisk@ics.forth.gr>
Date:   Tue Oct 20 14:37:52 2009 +0300

    Updated Greek libgimp translation

 po-libgimp/el.po | 1957
 +++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 1360 insertions(+), 597 deletions(-)

commit d37ad2af45e0feba58c12ea9ed041d02fcb4df18
Author: Vasilis Kontogiannis <vasilisk@ics.forth.gr>
Date:   Tue Oct 20 14:36:10 2009 +0300

    Updated Greek script-fu translation

 po-script-fu/el.po | 3297
 ++++++++++++++++++++++++++++++----------------------
 1 files changed, 1886 insertions(+), 1411 deletions(-)

commit 36549276aecff97c0124efd5e8462aaccf51c009
Author: Bruce Cowan <bcowan@fastmail.co.uk>
Date:   Sat Oct 17 23:09:00 2009 +0100

    Updated British English translation

 po-libgimp/en_GB.po   |  515 ++-
 po-plug-ins/en_GB.po  |11906
 +++++++++++++++++++++++++------------------------
 po-python/en_GB.po    |  140 +-
 po-script-fu/en_GB.po |  379 +-
 po-tips/en_GB.po      |  117 +-
 po/en_GB.po           | 4171 ++++++++++--------
 6 files changed, 9003 insertions(+), 8225 deletions(-)

commit 0799d78db2d13ca9d22152e37bd972d9c9a8653e
Author: Sven Neumann <sven@gimp.org>
Date:   Fri Oct 16 22:06:34 2009 +0200

    Fix a width/height confusion in the healing tool algorithm

    As pointed out by Massimo Valentini in bug #519503, the code used
    height where width should have been used. Correct.
    (cherry picked from commit f7ff0903ff9e87caadd70df6dece0bf2b9d88fdb)

 app/paint/gimpheal.c |   13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

commit 35873d22b26e794125718c2ac189289aeee6b4ea
Author: Funda Wang <fundawang@gmail.com>
Date:   Fri Oct 16 08:52:25 2009 +0800

    Updated zh_CN translation.

 po/ChangeLog |    4 ++++
 po/zh_CN.po  |   29 +++++++++++++++--------------
 2 files changed, 19 insertions(+), 14 deletions(-)

commit 2acf42dfe7f720c1909bdf9953e75d79bf338557
Author: Kolbjørn Stuestøl <kolbjoern@stuestoel.no>
Date:   Mon Oct 12 21:50:43 2009 +0200

    Updated Norwegian Nynorsk translation

 po-libgimp/nn.po   |  673 ++--
 po-plug-ins/nn.po  |14524
 ++++++++++++++++++++++++++--------------------------
 po-python/nn.po    |   90 +-
 po-script-fu/nn.po |  592 +--
 po/nn.po           | 5802 +++++++++++----------
 5 files changed, 10926 insertions(+), 10755 deletions(-)

commit d67177d74438ff5883e97150f2764af5e7b5af1d
Author: Massimo Valentini <sixtysix@inwind.it>
Date:   Mon Oct 12 20:26:42 2009 +0200

    Bug 470698 -  MapObject cannot modify highlight

 plug-ins/map-object/map-object-shade.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 5270f707014701df968a4342acf16a2d1d240a4b
Author: Tor Lillqvist <tml@iki.fi>
Date:   Wed Oct 7 22:31:55 2009 +0300

    Add missing NULL to g_strconcat() call

 tools/gimptool.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 507521fc23d56709fd758145da654c0fd3b0ed42
Author: Nishibori Kiyotaka <ml.nishibori.kiyotaka@gmail.com>
Date:   Sat Oct 3 21:48:11 2009 +0900

    Updated Japanese translation

 po-libgimp/ja.po   |   31 +-
 po-plug-ins/ja.po  | 3283
 +++++++++++++++++++++++++++++++++++++---------------
 po-python/ja.po    |   49 +-
 po-script-fu/ja.po |   41 +-
 po-tips/ja.po      |   17 +-
 po/ja.po           |  628 +++++-----
 6 files changed, 2738 insertions(+), 1311 deletions(-)

commit a2e48eeda198d6a485669efbdd6d663c2bed70b8
Author: Cristian Secară <cristi@secarica.ro>
Date:   Mon Sep 28 23:10:53 2009 +0300

    Updated Romanian translation

 po-libgimp/ro.po   |   16 +-
 po-plug-ins/ro.po  | 1895
 ++++++++++++++++++++--------------------------------
 po-python/ro.po    |   11 +-
 po-script-fu/ro.po |  385 ++++-------
 po-tips/ro.po      |  313 ++-------
 po/ro.po           |  140 ++--
 6 files changed, 1021 insertions(+), 1739 deletions(-)

commit 2d08956cebd37457b6f230c0617f654e640d868d
Author: Sven Neumann <sven@gimp.org>
Date:   Wed Sep 23 21:21:07 2009 +0200

    app: fix compilation

    The fix for bug #594998 introduced a reference to
    gimp_dock_get_context().
    This function does not exist in the gimp-2-6 branch.

 app/widgets/gimpimagedock.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e2afa0e23fec5b07cc1924909606af181ddc1c80
Author: Michael Natterer <mitch@gimp.org>
Date:   Mon Sep 21 10:43:26 2009 +0200

    Make sure the layer preview's border is correct after removing a mask

    (gimp_layer_tree_view_mask_update): call
    gimp_layer_tree_view_update_borders() unconditionally; not only when a
    mask has been added, but also when it has been removed.
    (cherry picked from commit 098a0e4491795a57a5c5a151ab32e132e9455b1d)

 app/widgets/gimplayertreeview.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit cd9d331b6e650dcf56e15d9eb70e47fd57c1d65c
Author: Martin Nordholts <martinn@src.gnome.org>
Date:   Sat Sep 12 14:57:46 2009 +0200

    Bug 594998 - Keyboard shortcuts does not work for first image when
    dock is focused

    The dock needs to listen to image changes in the context and not only
    display changes since the introduction of the empty-image-window does
    not cause any display changes when creating the first image.

 app/widgets/gimpimagedock.c |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

commit 1eaa17430c1625c0a23470240287845e328dd36a
Author: Julien Hardelin <jm.hard@wanadoo.fr>
Date:   Sat Sep 12 09:48:04 2009 +0200

    Improved French translation

 po/fr.po |   85
 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 43 insertions(+), 42 deletions(-)

commit b3fdf6141bae20b3c63217bd22abf1f725d58079
Author: Manish Singh <yosh@gimp.org>
Date:   Fri Sep 11 12:55:25 2009 -0700

    Bug 594651 - layer.scale() raises RuntimeError

    Add "interpolation" to kwlist for pygimp layer.scale()
    (cherry picked from commit 2182dec09bee12db007b28f0797dc111ea6a1ec2)

 plug-ins/pygimp/pygimp-drawable.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit eb4273227c0760fcef761492ad3be35016392449
Author: Martin Nordholts <martinn@src.gnome.org>
Date:   Sun Jun 28 11:02:26 2009 +0200

    Check for automake-1.11

    (Cherry picked from commit 66cc3e5f22c61115d0c3057b4475f1a6a7508ea9)

 autogen.sh |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 2872f1d4277aa2aa5d7f0c384db0c122823c8a1a
Author: Michael Natterer <mitch@gimp.org>
Date:   Tue Sep 8 20:54:51 2009 +0200

    gimp_layer_transform_color(): don't assume the dest region has alpha

    Don't blindly fill the dest region's alpha channel even if it has
    none. Fixes longstanding bug that made things without alpha dropped
    to indexed images to arrive broken.
    (cherry picked from commit 0c57e8c68e256b81cda1de7b8aca66cdfd4afe04)

 app/core/gimplayer.c |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

commit 36dc72aa34e6178157a65010ff624d8b66e02b4a
Author: Inaki Larranaga <dooteo@zundan.com>
Date:   Mon Sep 7 12:44:35 2009 +0200

    Updated Basque translation

 po-libgimp/eu.po |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 4fba8e413fee914230558cadf9055d67405b89fb
Author: Aron Xu <aronxu@gnome.org>
Date:   Mon Sep 7 16:26:42 2009 +0800

    Updated Simplified Chinese translations.

 po-libgimp/zh_CN.po   |    5 ++---
 po-plug-ins/zh_CN.po  |   25 ++++++++++++-------------
 po-script-fu/zh_CN.po |    8 +++-----
 po/zh_CN.po           |   25 +++++++++++++------------
 4 files changed, 30 insertions(+), 33 deletions(-)

commit 12ad3b4822d39d9abff9e770a0ba02c13f2ad0eb
Author: Petr Kovar <pknbe@volny.cz>
Date:   Sun Sep 6 00:55:56 2009 +0200

    Updated Czech translation by Jaroslav Krejci

    Reviewed by: Petr Kovar

 po-libgimp/cs.po   |  102 ++-----
 po-plug-ins/cs.po  |  867
 ++++++++++++++++++++++------------------------------
 po-script-fu/cs.po |  208 +++----------
 po/cs.po           |  700 +++++++++++-------------------------------
 4 files changed, 624 insertions(+), 1253 deletions(-)

commit 4a68e70eef5e84496dc8738338b125b8f7afe112
Author: Julien Hardelin <jm.hard@wanadoo.fr>
Date:   Sat Sep 5 23:26:20 2009 +0200

    Fix po-script-fu French translation

 po-script-fu/fr.po |   30 +++++++++++++++---------------
 1 files changed, 15 insertions(+), 15 deletions(-)

commit 227a68fde2adfc4ebb09008af50db04ff1e22c21
Author: Julien Hardelin <jm.hard@wanadoo.fr>
Date:   Sat Sep 5 22:44:17 2009 +0200

    Fix po-plug-ins French translation

 po-plug-ins/fr.po |  427
 ++++++++++++++++++++++++++---------------------------
 1 files changed, 213 insertions(+), 214 deletions(-)

commit 9aa0f9ab79b483d3dbfdbd77d72c112f14efc9d3
Author: Michael Natterer <mitch@gimp.org>
Date:   Mon Aug 31 19:25:25 2009 +0200

    Bug 563770 -  Layer border visibility don't work with masks

    (gimp_display_shell_selection_control): don't draw the layer boundary
    if it is hidden.
    (cherry picked from commit 064448cb50185c581646d918e70eff477ababd4c)

 app/display/gimpdisplayshell-selection.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

commit de42f754cbdfe4e7e0fce57a3ade5e264bcc28eb
Author: Sven Neumann <sven@gimp.org>
Date:   Tue Aug 18 22:18:59 2009 +0200

    print: don't store image specific settings globally

    It doesn't make sense to store image-specific settings such as
    resolution
    and offsets in the global print-settings file. Only store them in the
    image parasite, but remove them before saving the print-settings file.
    (cherry picked from commit 9464d303a999aea805370234ef5814df6062fb75)

 plug-ins/print/print-settings.c |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

commit 07fa4c3d3ec1ae35304e1be9f85d4e591e4918bc
Author: Tomasz Dominikowski <dominikowski@gmail.com>
Date:   Tue Aug 18 16:09:36 2009 +0200

    Updated Polish translation

 po/pl.po | 2253
 +++++++++++++++++++++++++++-----------------------------------
 1 files changed, 990 insertions(+), 1263 deletions(-)

commit 16f66f8c8d723a0053c3896417757d81a460ea3c
Author: Marco Ciampa <ciampix@libero.it>
Date:   Mon Aug 17 17:01:14 2009 +0200

    Updated italian translation.

 po-libgimp/it.po |  204
 +++++++++++++++++++++++++++++++++---------------------
 1 files changed, 124 insertions(+), 80 deletions(-)

commit ae341cc8b79ffe6165c2ea9bf38c03e362005e30
Author: Sven Neumann <sven@gimp.org>
Date:   Sun Aug 16 12:16:46 2009 +0200

    remove duplicate line in NEWS file

 NEWS |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

commit 3dc0a93e5ae513f840286de9a276e74fb2174cc2
Author: Sven Neumann <sven@gimp.org>
Date:   Fri Aug 14 21:51:42 2009 +0200

    bumped version to 2.6.8

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1a21ea58dd33aabf31cf084d5a965e3d2dc0f78b
Author: Nils Philippsen <nils@redhat.com>
Date:   Fri Aug 14 11:56:50 2009 +0200

    fix typo in NEWS file

 NEWS |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 11d217410575cfb9d55b8d50d0996ed6a0e7ebf4
Author: Sven Neumann <sven@gimp.org>
Date:   Thu Aug 13 22:17:12 2009 +0200

    Made 2.6.7 release

 docs/gimprc.5.in |    2 +-
 etc/gimprc       |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit c90f19b0864669004f6cb1821849f0c43c2827da
Author: Sven Neumann <sven@gimp.org>
Date:   Thu Aug 13 21:20:13 2009 +0200

    update NEWS for the 2.6.7 release

 NEWS |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit 7ab4fccad5dc6241b8a694116f0db5d5c714bd29
Author: Sven Neumann <sven@gimp.org>
Date:   Fri Aug 7 21:11:45 2009 +0200

    Bug 591017 – Tablet pan is not working as fast as it should

    Use motion event compression for display scrolling.
    (cherry picked from commit 60f11e18ae0d2cd257c9629069564a0d98bb01fe)

 app/display/gimpdisplayshell-callbacks.c |   29
 ++++++++++++++++++-----------
 1 files changed, 18 insertions(+), 11 deletions(-)

commit f2cb91a6ebca7cbf298726f5c2b720a234e70c72
Author: Martin Nordholts <martinn@src.gnome.org>
Date:   Tue Aug 11 18:30:41 2009 +0200

    NEWS: Color tools crash is fixed now

    Add "577581 – Crashes when using any colors tool/function on
    Windows"
    to NEWS. Even though it didn't involve a fix in the GIMP code base it
    still has informational value.

 NEWS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit bed9f38d7af0d61c93371cad6bdf24d84d86b779
Author: Martin Nordholts <martinn@src.gnome.org>
Date:   Mon Aug 10 21:46:26 2009 +0200

    NEWS: 589667 – GIMP crashes when clicking GEGL Operation on Windows

    Add "589667 – GIMP crashes when clicking GEGL Operation on
    Windows" to
    NEWS. Even though it didn't involve a fix in the GIMP code base it
    still has informational value.

 NEWS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit b689147f2fd6e181d1d2e9a189351a87d5953827
Author: Massimo Valentini <sixtysix@inwind.it>
Date:   Mon Aug 10 21:26:53 2009 +0200

    Bug 569833 – file-jpeg-save erroneous with small quality values

    Use the passed parameters if the quality setting is 0.01 or greater
    instead of rejecting values below 0.05 in non-interactive mode.
    (cherry picked from commit fc979283de60d67591cb61e11f5c9aba2f2b543d)

 plug-ins/file-jpeg/jpeg.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 1d8e77cabe64f1aa5b16e49bb63403de8be30e79
Author: Mads Lundby <lundbymads@gmail.com>
Date:   Mon Aug 10 12:06:40 2009 +0200

    Updated Danish translation

 po/da.po |  524
 +++++++++++++++++++++++++-------------------------------------
 1 files changed, 214 insertions(+), 310 deletions(-)

commit f9898c7dd0ec48f67ea37562ff075a0a687e311a
Author: Francisco Vila <paconet.org@gmail.com>
Date:   Sun Aug 9 19:33:10 2009 +0200

    Updated Spanish translation

 po-libgimp/es.po | 1483
 ++++++++++++++++++++++++------------------------------
 1 files changed, 650 insertions(+), 833 deletions(-)

commit 7f2f5d1838303b614b2de1f6b72442a02171158b
Author: Francisco Vila <paconet.org@gmail.com>
Date:   Sun Aug 9 19:29:58 2009 +0200

    Updated Spanish translation

 po-libgimp/es.po | 1494
 ++++++++++++++++++++++++++++++------------------------
 1 files changed, 839 insertions(+), 655 deletions(-)

commit 06dcf02f1bdb4e8c0c27b071902689fe88aaa4e9
Author: Sven Neumann <s.neumann@raumfeld.com>
Date:   Sat Aug 8 20:18:24 2009 +0200

    updated NEWS for 2.6.7 release

 NEWS |   14 ++++++++++++++
 1 files changed, 14 insertions(+), 0 deletions(-)

commit d193d08022cbba7fa3bc89af80988eb4fdb72ac2
Author: Martin Nordholts <martinn@src.gnome.org>
Date:   Mon Jul 13 13:23:35 2009 +0200

    Add Makefile.am rule to generate ChangeLog from git log

    Add Makefile.am rule to generate ChangeLog from git log copied from
    pango and Behdad Esfahbod.

 .gitignore        |    1 +
 ChangeLog         | 1452
 ----------------------------------------------------
 ChangeLog.pre-git | 1453
 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 Makefile.am       |   21 +
 4 files changed, 1475 insertions(+), 1452 deletions(-)

commit a3894907b37035021278d21cce3b8f1bc0dd7720
Author: Francisco Vila <paconet.org@gmail.com>
Date:   Fri Aug 7 19:03:41 2009 +0200

    Updated Spanish translation

 po-script-fu/es.po |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

commit 16643800a1ff14378bbba981793c6d6085fda607
Author: Sven Neumann <sven@gimp.org>
Date:   Tue Aug 4 23:20:49 2009 +0200

    Change the default for the 'trust-dirty-flag' gimprc option back
    to FALSE

    It appears that there are good reasons why a user might want to save
    a clean image, for example because the file has been deleted or
    damaged.
    (cherry picked from commit 5c630f4ad8ef55d2249968102cb8f5cb8fadfe23)

 app/config/gimpguiconfig.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0661bcbcf58c7f9a25eb87ef3f439da01d5ff6cf
Author: Gabor Kelemen <kelemeng@gnome.hu>
Date:   Wed Aug 5 15:02:52 2009 +0200

    Typofix

 po/hu.po |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

commit 14c2855a345ab46aa990f0c48fffe9ebef0a1069
Author: Sven Neumann <sven@gimp.org>
Date:   Mon Aug 3 22:14:49 2009 +0200

    Bug 590638 – Changing palettes from list to grid view loses
    "locked to dock" status

    Transfer the 'locked' state to the newly created dockable in
    dockable_toggle_view_cmd_callback().
    (cherry picked from commit 45529d4886572c049537d18324e6bac82afb8c64)

 app/actions/dockable-commands.c |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit 46b5383d6f2aafacb59c96dc083181469c4c3448
Author: NISHIBORI Kiyotaka <ml.nishibori.kiyotaka@gmail.com>
Date:   Sun Aug 2 19:03:25 2009 +0900

    Updated Japanese translation
    Author NISHIBORI Kiyotaka

 po-plug-ins/ja.po | 3529
 ++++++++++++++++-------------------------------------
 1 files changed, 1049 insertions(+), 2480 deletions(-)

commit a87adf79c44d7955b0726b1f38df804df6e0c357
Author: Michael Natterer <mitch@gimp.org>
Date:   Sat Aug 1 18:39:18 2009 +0200

    Bug 589674 – "Send by Email" does not update "Filename"

    Use g_filename_display_basename() so it doesn't choke on non-utf8
    filenames.
    (cherry picked from commit f712a316dfde34facdc604a29e082bc54882a83f)

 plug-ins/common/mail.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 01399cf87860db0b0b834b2d231b1dd1284e78fb
Author: Martin Nordholts <martinn@src.gnome.org>
Date:   Sat Aug 1 11:34:58 2009 +0200

    Bug 589674 – "Send by Email" does not update "Filename"

    Remove a conditional so that, in interactive mode, the Send by E-mail
    feature always uses the name of the file as the default file field
    value, instead of using the previously entered value of the field.

 plug-ins/common/mail.c |   31 +++++++++++++++----------------
 1 files changed, 15 insertions(+), 16 deletions(-)

commit 7a2061910dde1647f0234477a15a97aeb42cfa45
Author: Aron Xu <aronxu@gnome.org>
Date:   Mon Jul 27 23:08:37 2009 +0800

    Catch up with latest pot changes on translations of zh_CN.

 po-libgimp/zh_CN.po   | 1483 +++---
 po-plug-ins/zh_CN.po  |12734
 +++++++++++++++++++++++++------------------------
 po-script-fu/zh_CN.po |   74 +-
 po/zh_CN.po           | 8863 +++++++++++++++++-----------------
 4 files changed, 11524 insertions(+), 11630 deletions(-)

commit 06affa3373d83c184d7b884de337e5f3b8f5fe3e
Author: Michael Natterer <mitch@gimp.org>
Date:   Sun Jul 26 21:03:25 2009 +0200

    Fix typo in Finnish translation

 po/fi.po |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 8421cbf6613ad9386cada7017c476b09b59b95a9
Author: Massimo Valentini <sixtysix@inwind.it>
Date:   Wed Jul 22 18:17:00 2009 +0200

    Bug 586851 – Transparent BMP files fail to load

    If everything else fails, use gdk_pixbuf_new_from_file().

 plug-ins/file-bmp/bmp-read.c |   35 +++++++++++++++++++++++++++++++----
 1 files changed, 31 insertions(+), 4 deletions(-)

commit 6dd416eee8f6ce138b382e4f5cc7785cf024fbbf
Author: Sven Neumann <sven@gimp.org>
Date:   Tue Jul 21 22:42:47 2009 +0200

    Bug 589205 – help-browser uses deprecated (and sometimes broken)
    webkit call

    Use webkit_web_view_load_uri() instead of webkit_web_view_open().
    (cherry picked from commit 87f25f29d83266c1ed805fc3dd2802aee30bf246)

 plug-ins/help-browser/dialog.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit e60eb7a496de129388a8e962b2002459f6a59d47
Author: Martin Nordholts <martinn@src.gnome.org>
Date:   Tue Jul 21 18:52:12 2009 +0200

    Bug 582821 – 'Sphere Designer' does not reset correctly...

    Make sure to reconstruct the list in the UI when using layers from a
    previous invocation.

 plug-ins/common/sphere-designer.c |   12 ++++++++++--
 1 files changed, 10 insertions(+), 2 deletions(-)

commit 20dc068f92cbb4651da104219760304473016639
Author: Barak Itkin <lightningismyname@gmail.com>
Date:   Tue Jul 21 10:01:23 2009 +0300

    Bug 582821 – 'Sphere Designer' does not reset correctly...

    Make sure to always call rebuildlist() after reseting, including after
    interactively clicking the Reset button. Also, we don't need to
    restartrender() after rebuildlist() calls since that is done last in
    rebuildlist() itself.

 plug-ins/common/sphere-designer.c |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

commit 3c12bb1dd46e435cf0c70f5aad26e02c2bc266b1
Author: Massimo Valentini <sixtysix@inwind.it>
Date:   Mon Jul 20 23:04:41 2009 +0200

    Bug 570353 – first time open of .svg file ignores the requested
    units

    The resolution used to convert the sizes between pixels and units was
    only set initially and never updated.
    (cherry picked from commit c78f7d1382ed1b717a7168a883f6ecb1455aa6bf)

 plug-ins/common/file-svg.c |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

commit 0bcae79295af02fed3e1433905fda011618536bb
Author: Massimo Valentini <sixtysix@inwind.it>
Date:   Mon Jul 20 22:55:43 2009 +0200

    Bug 555777 – Export to MNG animation fails

    'mng_putchunk_plte' and 'mng_putchunk_trns' both copy  the array
    passed in
    as if it was full size even when it is only partly used. This
    commit wraps
    their calls passing the arrays dimensioned correctly.

    In function 'respin_cmap', when 'find_unused_ia_colour' returns
    an index
    suitable for transparency the number of colors in the colormap, the
    following loop used to access three values beyond the end of the array
    'before'.

    Finally fix a typo in a call to mng_putchunk_text().
    (cherry picked from commit e0f21468d4f6d887a8f0f26baee6da59abe59618)

 plug-ins/common/file-mng.c |   61
 +++++++++++++++++++++++++++++++++----------
 1 files changed, 47 insertions(+), 14 deletions(-)

commit 3061727198a4b055628978a73968008a31ef3272
Author: Sven Neumann <s.neumann@raumfeld.com>
Date:   Mon Jul 20 22:48:13 2009 +0200

    Bug 577301 – Dithering with transparency is broken for "positioned"
    method

    Merged fix from master branch
    (commit cbfe411ea15a4dcc6d919123022ed37bcd951b60).

 app/core/gimpimage-convert.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit e72d7c87fc5339853fba878df52e3fa460b8fca4
Author: Sven Neumann <sven@gimp.org>
Date:   Tue May 12 09:44:58 2009 +0200

    help-browser: removed obsolete check for zoom API

    Removed the check for the webkit zoom API and compile the respective
    code unconditionally.
    (cherry picked from commit 2d1b3ddf725792102e7ddd5523d0f8bea3d0c101)

 configure.in                   |    9 ---------
 plug-ins/help-browser/dialog.c |   12 ------------
 2 files changed, 0 insertions(+), 21 deletions(-)

commit b041e005f38b842b40af319a2572217a234ebc39
Author: Sven Neumann <sven@gimp.org>
Date:   Tue May 12 09:42:29 2009 +0200

    configure: require webkit-1.0 >= 1.1.0
    (cherry picked from commit 2f4e3b236bc4573373a9d251dc502e55975b7beb)

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 0d6f48e9f0832b435e943c399929cb88682a4921
Author: Sven Neumann <sven@gimp.org>
Date:   Tue May 12 09:39:21 2009 +0200

    help-browser: fix history menus

    The history menus located at the back and forward buttons stopped
    working
    after a webkit update some time ago. With these changes the menus work
    again, at least with recent webkit releases.
    (cherry picked from commit 02960ed3bdcaac7ed318458cff908b3b1ba08641)

 plug-ins/help-browser/dialog.c |   39
 +++++++++++++++++++--------------------
 1 files changed, 19 insertions(+), 20 deletions(-)

commit baf48c6167cbf77bccc686498de96fb674619f1f
Author: Massimo Valentini <sixtysix@inwind.it>
Date:   Mon Jul 20 14:59:29 2009 +0200

    Bug 493778 – metadata plug-in crashes on some images

    The problem is that the parser adds an empty property value when
    parsing an empty Alt-array, "<rdf:Alt/>".

    But when it is encoded it is expected to be in the form of a NULL
    terminated array of pairs of property values, with the result that the
    NULL terminator is considered the second element of the first pair and
    the loop encoding these properties goes beyond the end of the array,
    thus dereferencing invalid pointers.

    This commit alters the parser to avoid adding dummy values when empty
    rdf:Alt, rdf:Bag and rdf:Seq elements are found.

 plug-ins/metadata/xmp-parse.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit a525239eaadf439cc2c1d773ab4a78facc547bdf
Author: Sven Neumann <sven@gimp.org>
Date:   Thu Jul 16 22:29:20 2009 +0200

    update the list of bug-fixes

 NEWS |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit ac95acb4ddde2e4dc7c53e0b01a7ef1322576082
Author: Massimo Valentini <sixtysix@inwind.it>
Date:   Thu Jul 16 22:24:59 2009 +0200

    Bug 567466 – PNG comment not found if more than 1 tEXt chunks

    Fix an oversight: only the first tEXt chunk of a PNG was considered,
    though repeatedly, when looking for the comment.
    (cherry picked from commit 65c21b6bc3eb1455cbd7f890b568d3504f7250f4)

 plug-ins/common/file-png.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 3644e67bda4812fed1c72d2cb60b44bce387fb9e
Author: Massimo Valentini <sixtysix@inwind.it>
Date:   Thu Jul 16 22:21:40 2009 +0200

    Bug 585665 – Exporting to PSD with a blank text layer creates a
    corrupt file

    Use write_gchar() to write an empty string, not write_gint16().
    (cherry picked from commit 48a6b0c59cbdfc07e904d7b000776b2ccc55504c)

 plug-ins/file-psd/psd-save.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit f18577df8efb3fbcdadfc2090e4157144c764491
Author: Mason Thomas <mason_thomas@hotmail.com>
Date:   Wed Jul 15 22:50:06 2009 -0700

    Clamp levels after input changes applied.
    (cherry picked from commit fc66ca5169aea63c0f52ff799511c644c4661eba)

 app/base/levels.c              |    8 ++++----
 app/gegl/gimpoperationlevels.c |    8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

commit 23a22952f34134178e045f297d17e253d6086752
Author: Sven Neumann <sven@gimp.org>
Date:   Wed Jul 8 21:48:57 2009 +0200

    news update in preparation for the 2.6.7 release

 NEWS |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

commit d07fcc010275b9234c58fd76b75b0665e782e67a
Author: Massimo Valentini <sixtysix@inwind.it>
Date:   Tue Jul 7 17:09:21 2009 +0200

    Bug 569661 – Import from PDF throws errors when entering resolution
    in pixels per millimetre

    Fix calculation of dpi value.
    (cherry picked from commit a7bca9407d7dec994cbb116e32e84589d34840a5)

 plug-ins/common/file-pdf.c |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

commit 507ba876081b54abd3031637a85257c425b34a15
Author: Massimo Valentini <sixtysix@inwind.it>
Date:   Tue Jul 7 17:07:12 2009 +0200

    Bug 567262 – Black pixels appear in "Spread" filter preview

    The plug-in makes use of a GimpPixelFetcher to access the source
    image.
    And a GimpPixelFetcher in its default state only returns pixels inside
    the bounding box of the selection. Setting its edge-mode to whatever
    but GIMP_PIXEL_FETCHER_EDGE_NONE allows to read pixels outside of the
    selection.
    (cherry picked from commit 34ccca92a5cdb273ec93dd94c3a91d7920384646)

 plug-ins/common/noise-spread.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

commit fe9e5c6db0b9c8be5bb0118f201891370be1a52c
Author: Massimo Valentini <sixtysix@inwind.it>
Date:   Tue Jul 7 17:05:42 2009 +0200

    Bug 554658 – Path Dialog: Path preview pics not to see constantly

    Always initialize the 'status' member of a newly allocated
    cairo_path_t
    to the value CAIRO_STATUS_SUCCESS as required to successively call
    cairo_append_path().
    (cherry picked from commit 5be4f235a392be003c47ac652ce874528875170d)

 app/vectors/gimpvectors.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 9ed0b1eecacd249b9a8f5b0e29e757e33e4cee89
Author: Massimo Valentini <sixtysix@inwind.it>
Date:   Tue Jul 7 17:02:32 2009 +0200

    Bug 167604 – gimp_gradient_get_color_at() may return out-of-bounds
    values

    This is not a problem of gimp_gradient_get_color_at(), but a typo
    in gradient_editor_right_color_update().
    (cherry picked from commit c837f25b40b97bba09845336ea0a997149aa3c5e)

 app/actions/gradient-editor-commands.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

commit 88a483bd18475dcab7f4c3cc31c641e77422d996
Author: Sven Neumann <sven@gimp.org>
Date:   Tue Jun 30 23:19:13 2009 +0200

    Bug 567393 – Rectangle select tool size shrinks to 0 if size is
    larger than
    the image and the up or down arrow is pressed.

    Applied patch from Massimo as found in bug #567393. This changes
    ROUND()
    to RINT() to correct rounding for negative numbers. Also did this
    change
    in gimp_rectangle_tool_adjust_coord().
    (cherry picked from commit 05537763ef9f88cdfcccd03e5023b39886d4f9f7)

 app/tools/gimprectangletool.c |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

commit 4f12de2814284cce54b09a035f8aec039f85d4a8
Author: Martin Nordholts <martinn@src.gnome.org>
Date:   Wed Jul 1 21:45:33 2009 +0200

    Bug 587543 – crash in GNU Image Manipulation Program: Pressing
    shift+-

    Not all actions have procedures associated with them, for example
    unused "plug-in-recent-[N]" actions, so check for NULL before we
    invoke the plug-in action

 app/widgets/gimppluginaction.c |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

commit b188a1f43c4a288a6fe846df1e66f0c48da120a9
Author: Sven Neumann <sven@gimp.org>
Date:   Tue Jun 30 23:44:28 2009 +0200

    news update in preparation for the 2.6.7 release

 NEWS |   39 +++++++++++++++++++++++++++++++++++++++
 1 files changed, 39 insertions(+), 0 deletions(-)

commit 43b40ba7525cb8f65c9b5e5c6925ff58c139a85a
Author: Petr Kovar <pknbe@volny.cz>
Date:   Mon Jun 29 00:45:26 2009 +0200

    Fixed Czech translation

    Fixes bug #586465. Thanks goes to David Jasa.

 po/cs.po |  730
 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 368 insertions(+), 362 deletions(-)

commit 8b5996f0da395f9ff1150eff7fbb3755d6d00b0f
Author: Per Kongstad <p_kongstad@op.pl>
Date:   Wed Jun 17 22:28:44 2009 +0200

    Updated Danish translation

 po-libgimp/da.po |  110
 +-----------------------------------------------------
 1 files changed, 2 insertions(+), 108 deletions(-)

commit 1d98b2bc2fb5cd69008b299e7c0c3752c18f4257
Author: Michael Natterer <mitch@gimp.org>
Date:   Wed Jun 17 21:29:08 2009 +0200

    Bug 563029 - Closing maximized image doesn't restore document
    window size

    (gimp_display_shell_empty): Call gtk_window_unmaximize() before
    setting the empty display's size.

 app/display/gimpdisplayshell.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit a55a33cab10b64e8bd7b379673656ea208bdbd57
Author: Michael Natterer <mitch@gimp.org>
Date:   Wed Jun 17 21:14:32 2009 +0200

    Bug 585488 – Perspective transformation on a layer with a mask
    causes crash

    (gimp_drawable_transform_affine)
    (gimp_drawable_transform_flip)
    (gimp_drawable_transform_rotate): also transform the layer mask if we
    are transforming a layer and there is no selection (which causes the
    entire layer to be transformed).

 app/core/gimpdrawable-transform.c |   43
 +++++++++++++++++++++++++++++++++++++
 1 files changed, 43 insertions(+), 0 deletions(-)

commit d617916a9325ef1ebc2863c5c507a4de22fa1a38
Author: Michael Natterer <mitch@gimp.org>
Date:   Tue Jun 16 22:09:48 2009 +0200

    Bug 586008 - GIMP crashes when right-click canceling a drawing action
    initiated outside layer boundaries

    (gimp_paint_core_cancel): don't pass out-of-drawable coordinates to
    gimp_paint_core_copy_valid_tiles().

 app/paint/gimppaintcore.c |   24 ++++++++++++++++--------
 1 files changed, 16 insertions(+), 8 deletions(-)

commit f11e5886eec4149325840190a774040711c3a5c1
Author: Per Kongstad <p_kongstad@op.pl>
Date:   Sun Jun 14 23:38:10 2009 +0200

    Updated Danish translation

 po-libgimp/da.po | 1226
 ++++++++++++++++++++++++++++++++++--------------------
 1 files changed, 777 insertions(+), 449 deletions(-)

commit 71423c126a3f166c2529878f64fb09ba83b1dc3c
Author: Mads Lundby <lundbymads@gmail.com>
Date:   Sun Jun 14 23:29:47 2009 +0200

    Updated Danish translation

 po/da.po | 9838
 +++++++++++++++++++++++++-------------------------------------
 1 files changed, 3929 insertions(+), 5909 deletions(-)

commit 503cee6ad73aa1ccacfc6ff47ab9c847b329c0d3
Author: Chao-Hsiung Liao <j_h_liau@yahoo.com.tw>
Date:   Sat Jun 13 19:29:11 2009 +0800

    Updated Traditional Chinese translation(Hong Kong and Taiwan)

 po/zh_HK.po | 5042
 ++++++++++++---------------------------------------------
 po/zh_TW.po | 5211
 ++++++++++++++---------------------------------------------
 2 files changed, 2289 insertions(+), 7964 deletions(-)

commit 850ccccbf325df49c7cb04ae290f1ddd1b19c6f4
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Wed Jun 10 18:10:33 2009 +0530

    Updated Marathi Translations

 po-tips/mr.po |   64
 +++++++++++++++++++++++++++++++++++++++++++++-----------
 1 files changed, 51 insertions(+), 13 deletions(-)

commit a0788cf7f211d8fd3130faab9b639e6fc7407f31
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Wed Jun 10 14:38:19 2009 +0530

    Updated Marathi Translations

 po-python/mr.po |  140
 +++++++++++++++++++++++++++---------------------------
 1 files changed, 70 insertions(+), 70 deletions(-)

commit e6d3a02d4a007de8eed3a0fae42f92192301c380
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Tue Jun 9 12:36:12 2009 +0530

    Updated Marathi Translations

 po-plug-ins/mr.po |  127
 ++++++++++++++++++++++++++++------------------------
 1 files changed, 68 insertions(+), 59 deletions(-)

commit e8733799d6e64294610a817496d09c4075f150e1
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Mon Jun 8 12:59:32 2009 +0530

    Updated Marathi Translations

 po-plug-ins/mr.po |  152
 ++++++++++++++++++++++++++--------------------------
 1 files changed, 76 insertions(+), 76 deletions(-)

commit f05f4668585bc9133574d037e94fa24ca4aec831
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Mon Jun 8 12:13:10 2009 +0530

    Updated Marathi Translations

 po-plug-ins/mr.po |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

commit 79219fb60f86e61b277ce53ea0e4020a58e2c53b
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Mon Jun 8 11:50:04 2009 +0530

    Updated Marathi Translatiuons

 po-plug-ins/mr.po | 1814
 +++++++++++++++++++++++++++--------------------------
 1 files changed, 910 insertions(+), 904 deletions(-)

commit f87f57aea4339f596ca24d2ed77d45dbfd302273
Author: Sven Neumann <sven@gimp.org>
Date:   Tue Jun 2 20:18:11 2009 +0200

    git: ignore data/tags from master branch

 data/.gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 4448fc0d984dd1201cac0bdcc3971aaee0a02bb3
Author: Sven Neumann <sven@gimp.org>
Date:   Mon Jun 1 19:47:19 2009 +0200

    git: ignore config.h.in~

 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 3f21c948c9672ea22b92d2d546132f2d57fd8484
Author: Sven Neumann <sven@gimp.org>
Date:   Mon Jun 1 20:02:19 2009 +0200

    Bug 584345 – when printing, the number of copies should be reset
    to 1
                 at each new GIMP session

    Do not store the number of copies in the print-settings resource file,
    but keep it in the print-settings that are attached to the image.
    (cherry picked from commit af965d82ddfa3b5af0a786ab7e0a2a15df40c49b)

 plug-ins/print/print-settings.c |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

commit afcc825b256dadca9e04e09861ba82b598156b8d
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Tue Jun 2 17:55:06 2009 +0530

    Updated Marathi Translations

 po-libgimp/mr.po |  320
 +++++++++++++++++++++++++++---------------------------
 1 files changed, 161 insertions(+), 159 deletions(-)

commit 3c59c936e075a36d1648cbf38ae12c2577432f74
Author: Christopher Montgomery <xiphmont@gmail.com>
Date:   Thu May 28 21:06:53 2009 +0200

    plug-ins: Make sure to flush output in ts_stdout_output_func()

 plug-ins/script-fu/scheme-wrapper.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit d2836e6e551531497b9882612d3d7ec1e7079878
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Thu May 28 18:47:11 2009 +0530

    Commit Oriya Translations

 po/or.po |  172
 ++++++++++++++++++++------------------------------------------
 1 files changed, 55 insertions(+), 117 deletions(-)

commit 9e2cfa774c93bc3511440e59133d6149b141c4a7
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Thu May 28 18:41:33 2009 +0530

    Updated Oriya Translation.

 po-plug-ins/or.po |   15 ++++++++-------
 1 files changed, 8 insertions(+), 7 deletions(-)

commit 840d0b9abbd32193b24f5f870db47cf79a97e6c8
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Thu May 28 18:35:38 2009 +0530

    Added entries for Oriya Translation.

 po-plug-ins/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit 2ec41021f5e316c66aceab31d5cc4b63dbdccad8
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Thu May 28 18:32:46 2009 +0530

    Updated Oriya Translation.

 po-plug-ins/or.po | 1121
 ++++++++++++++++-------------------------------------
 1 files changed, 338 insertions(+), 783 deletions(-)

commit 1a598549e46f3de1bded318cd44871673efbdd74
Author: Timo Jyrinki <timo.jyrinki@iki.fi>
Date:   Thu May 28 15:09:56 2009 +0300

    Updated Finnish translation by Aapo Rantalainen

 po-plug-ins/fi.po |  740
 +++++++++++++++++++++++++++--------------------------
 1 files changed, 380 insertions(+), 360 deletions(-)

commit 8fcfd6cd11893ba0c235e8f538a535a08a2ab83d
Author: Kappa8086 <kappa8086@gmail.com>
Date:   Thu May 28 17:20:02 2009 +0800

    Updated Simplified Chinese translations.

 po-libgimp/zh_CN.po | 1563 ++++++-----
 po/zh_CN.po         | 7567
 +++++++++++++++++++++++++++++++--------------------
 2 files changed, 5446 insertions(+), 3684 deletions(-)

commit 727b1a1151e146c9d4724d830451137fdf9aa3e0
Author: Sven Neumann <sven@gimp.org>
Date:   Tue May 26 12:23:26 2009 +0200

    app: fix use of GIMP_LOG=help

    g_parse_debug_string() has special treatment of the string 'help',
    but we want to use it for the GIMP_LOG_HELP domain.
    (cherry picked from commit a427213fb8ac54768b1a25261aec3da6e97ad421)

 app/gimp-log.c |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

commit 6962182af7159374353d66ec984694d4995b7884
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Tue May 26 18:25:40 2009 +0530

    Added entries for Oriya Translation.

 po/ChangeLog |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

commit da010567da3ac8e409bfc4fa175ddc97b4dccc55
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Tue May 26 18:23:53 2009 +0530

    Updated Oriya Translation

 po/or.po |  342
 ++++++++++++++++++++++++--------------------------------------
 1 files changed, 133 insertions(+), 209 deletions(-)

commit 7ad20fb371277b97102c48b947954082aa9efb08
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Mon May 25 19:10:07 2009 +0530

    Added entries for Oriya Translation and adition to the LINGUAS.

 po-python/ChangeLog |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 9367005226a2682ccbc93b16f9c575a847d94d18
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Mon May 25 19:09:59 2009 +0530

    Updated Oriya Translation

 po-python/or.po |  313
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 313 insertions(+), 0 deletions(-)

commit fdd3de52cf9b7ad77650719bf44271735ad39ae4
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Mon May 25 19:09:46 2009 +0530

    Added 'or' into the List.

 po-python/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 1845882607a695298a1a4dcd8ecaf233a3966092
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Mon May 25 18:39:06 2009 +0530

    Added entries for Oriya Translation and adition to the LINGUAS.

 po-plug-ins/ChangeLog |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 44b6bfc78570fe71b6a9b3ee2e07afd95d6203f8
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Mon May 25 18:36:28 2009 +0530

    Added entries for Oriya Translation and adition to the LINGUAS.

 po/ChangeLog |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit c8eaa7ad8dc276b2e4b470344737ff01f0f6cf98
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Mon May 25 18:32:37 2009 +0530

    Added or in the List.

 po/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit f4df8e0a3c0e53c497174f368aba09ac82234a20
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Mon May 25 18:31:48 2009 +0530

    Updated Oriya Translation

 po/or.po |14046
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 14046 insertions(+), 0 deletions(-)

commit ec84a006a0c6a5d806c2b4adb70d8cc0aa7315ce
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Mon May 25 18:22:01 2009 +0530

    Added Oriya (or) in the List.

 po-plug-ins/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 7e0403869de4627b1b32d0dfc780c9d3319387b2
Author: Manoj Kumar Giri <mgiri@mgiri.csb>
Date:   Mon May 25 18:18:18 2009 +0530

    Updated Oriya Translation

 po-plug-ins/or.po |14255
 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 14255 insertions(+), 0 deletions(-)

commit cd98fd04820293e528f004f7ff703f91280158bd
Author: Sven Neumann <sven@gimp.org>
Date:   Thu May 21 18:49:51 2009 +0200

    Bug 557061 – Alpha to Logo

    Applied patch from Eric Lamarque fixing an error in the Cool
    Metal Logo
    script.
    (cherry picked from commit 35ac02e66d177db4094f655ba26bf40a0f01bf43)

 plug-ins/script-fu/scripts/coolmetal-logo.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit 76443d2658c84ab618847a29474683f665966ecb
Author: Sven Neumann <sven@gimp.org>
Date:   Thu May 21 14:40:17 2009 +0200

    use wildcards so files from master and gimp-2-6 branch are ignored

 app/.gitignore  |    4 ++--
 docs/.gitignore |    6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 41a03769c532d6db227fda50b4e8a3ae8a383e33
Author: Michael Natterer <mitch@imendio.com>
Date:   Fri Apr 17 23:36:42 2009 +0200

    Ignore object files globally.

 .gitignore |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

commit d27dd37bd4bde15350968101bba990e777338a8c
Author: Martin Nordholts <martinn@src.gnome.org>
Date:   Sat Jan 31 11:37:44 2009 +0000

    Added .gitignore files generated with git svn create-ignore.

    svn path=/trunk/; revision=27972

 .gitignore                                    |   36 ++++++
 app/.gitignore                                |    7 +
 app/actions/.gitignore                        |    7 +
 app/base/.gitignore                           |    7 +
 app/composite/.gitignore                      |   16 +++
 app/config/.gitignore                         |    9 ++
 app/core/.gitignore                           |    9 ++
 app/dialogs/.gitignore                        |    8 ++
 app/display/.gitignore                        |    7 +
 app/file/.gitignore                           |    7 +
 app/gegl/.gitignore                           |    5 +
 app/gui/.gitignore                            |    8 ++
 app/menus/.gitignore                          |    7 +
 app/paint-funcs/.gitignore                    |    7 +
 app/paint/.gitignore                          |    7 +
 app/pdb/.gitignore                            |    8 ++
 app/plug-in/.gitignore                        |    7 +
 app/text/.gitignore                           |    7 +
 app/tools/.gitignore                          |    7 +
 app/vectors/.gitignore                        |    7 +
 app/widgets/.gitignore                        |    7 +
 app/xcf/.gitignore                            |    7 +
 cursors/.gitignore                            |    6 +
 data/.gitignore                               |    2 +
 data/brushes/.gitignore                       |    3 +
 data/environ/.gitignore                       |    2 +
 data/gradients/.gitignore                     |    2 +
 data/images/.gitignore                        |    4 +
 data/interpreters/.gitignore                  |    2 +
 data/palettes/.gitignore                      |    2 +
 data/patterns/.gitignore                      |    3 +
 data/tips/.gitignore                          |    4 +
 desktop/.gitignore                            |    5 +
 devel-docs/.gitignore                         |    2 +
 devel-docs/app/.gitignore                     |   20 ++++
 devel-docs/libgimp/.gitignore                 |   19 +++
 devel-docs/libgimp/tmpl/.gitignore            |    2 +
 devel-docs/libgimpbase/.gitignore             |   18 +++
 devel-docs/libgimpbase/tmpl/.gitignore        |    2 +
 devel-docs/libgimpcolor/.gitignore            |   19 +++
 devel-docs/libgimpcolor/tmpl/.gitignore       |    2 +
 devel-docs/libgimpconfig/.gitignore           |   19 +++
 devel-docs/libgimpconfig/tmpl/.gitignore      |    2 +
 devel-docs/libgimpmath/.gitignore             |   19 +++
 devel-docs/libgimpmath/tmpl/.gitignore        |    2 +
 devel-docs/libgimpmodule/.gitignore           |   19 +++
 devel-docs/libgimpmodule/tmpl/.gitignore      |    2 +
 devel-docs/libgimpthumb/.gitignore            |   19 +++
 devel-docs/libgimpthumb/tmpl/.gitignore       |    2 +
 devel-docs/libgimpwidgets/.gitignore          |   19 +++
 devel-docs/libgimpwidgets/tmpl/.gitignore     |    2 +
 devel-docs/tools/.gitignore                   |    6 +
 docs/.gitignore                               |    8 ++
 etc/.gitignore                                |    2 +
 libgimp/.gitignore                            |   12 ++
 libgimpbase/.gitignore                        |   12 ++
 libgimpcolor/.gitignore                       |   11 ++
 libgimpconfig/.gitignore                      |   11 ++
 libgimpmath/.gitignore                        |    8 ++
 libgimpmodule/.gitignore                      |   10 ++
 libgimpthumb/.gitignore                       |   12 ++
 libgimpwidgets/.gitignore                     |   12 ++
 m4macros/.gitignore                           |    2 +
 menus/.gitignore                              |    5 +
 modules/.gitignore                            |    8 ++
 plug-ins/.gitignore                           |    4 +
 plug-ins/color-rotate/.gitignore              |    6 +
 plug-ins/color-rotate/images/.gitignore       |    4 +
 plug-ins/common/.gitignore                    |  148
 +++++++++++++++++++++++++
 plug-ins/file-bmp/.gitignore                  |    6 +
 plug-ins/file-faxg3/.gitignore                |    6 +
 plug-ins/file-fits/.gitignore                 |    6 +
 plug-ins/file-fli/.gitignore                  |    6 +
 plug-ins/file-ico/.gitignore                  |    5 +
 plug-ins/file-jpeg/.gitignore                 |    7 +
 plug-ins/file-psd/.gitignore                  |    6 +
 plug-ins/file-sgi/.gitignore                  |    6 +
 plug-ins/file-uri/.gitignore                  |    6 +
 plug-ins/file-xjt/.gitignore                  |    6 +
 plug-ins/flame/.gitignore                     |    6 +
 plug-ins/fractal-explorer/.gitignore          |    6 +
 plug-ins/fractal-explorer/examples/.gitignore |    2 +
 plug-ins/gfig/.gitignore                      |    6 +
 plug-ins/gfig/gfig-examples/.gitignore        |    2 +
 plug-ins/gfig/images/.gitignore               |    6 +
 plug-ins/gimpressionist/.gitignore            |    6 +
 plug-ins/gimpressionist/Brushes/.gitignore    |    2 +
 plug-ins/gimpressionist/Paper/.gitignore      |    2 +
 plug-ins/gimpressionist/Presets/.gitignore    |    2 +
 plug-ins/gradient-flare/.gitignore            |    6 +
 plug-ins/gradient-flare/flares/.gitignore     |    5 +
 plug-ins/help-browser/.gitignore              |    7 +
 plug-ins/help/.gitignore                      |    8 ++
 plug-ins/ifs-compose/.gitignore               |    6 +
 plug-ins/imagemap/.gitignore                  |    8 ++
 plug-ins/imagemap/images/.gitignore           |    6 +
 plug-ins/lighting/.gitignore                  |    6 +
 plug-ins/lighting/images/.gitignore           |    6 +
 plug-ins/map-object/.gitignore                |    6 +
 plug-ins/maze/.gitignore                      |    6 +
 plug-ins/metadata/.gitignore                  |    7 +
 plug-ins/pagecurl/.gitignore                  |    8 ++
 plug-ins/print/.gitignore                     |    5 +
 plug-ins/pygimp/.gitignore                    |   22 ++++
 plug-ins/pygimp/doc/.gitignore                |    2 +
 plug-ins/pygimp/plug-ins/.gitignore           |    4 +
 plug-ins/script-fu/.gitignore                 |    6 +
 plug-ins/script-fu/ftx/.gitignore             |    4 +
 plug-ins/script-fu/scripts/.gitignore         |    2 +
 plug-ins/script-fu/scripts/images/.gitignore  |    2 +
 plug-ins/script-fu/tinyscheme/.gitignore      |    4 +
 plug-ins/selection-to-path/.gitignore         |    6 +
 plug-ins/twain/.gitignore                     |    5 +
 plug-ins/win-snap/.gitignore                  |    4 +
 po-libgimp/.gitignore                         |   10 ++
 po-plug-ins/.gitignore                        |   10 ++
 po-python/.gitignore                          |   10 ++
 po-script-fu/.gitignore                       |   10 ++
 po-tips/.gitignore                            |   10 ++
 po/.gitignore                                 |   11 ++
 themes/.gitignore                             |    2 +
 themes/Default/.gitignore                     |    6 +
 themes/Default/images/.gitignore              |    7 +
 themes/Default/images/preferences/.gitignore  |    4 +
 themes/Default/images/tools/.gitignore        |    2 +
 themes/Small/.gitignore                       |    2 +
 tools/.gitignore                              |    8 ++
 tools/pdbgen/.gitignore                       |    6 +
 128 files changed, 1051 insertions(+), 0 deletions(-)

commit 12f95c0981c761ca959b044cbef28c56d02fc5dc
Author: Sven Neumann <sven@gimp.org>
Date:   Thu May 21 14:29:08 2009 +0200

    Bug 472644 – Rotate with clipping crops the whole layer

    Applied patch from Andreas Neustifter fixing outstanding issues.

 app/core/gimp-transform-resize.c |  225
 +++++++++++++++++++++++---------------
 1 files changed, 137 insertions(+), 88 deletions(-)

commit cc3a8e0e721246ce4d1db33208210765d942ecf6
Author: Sven Neumann <sven@gimp.org>
Date:   Thu May 21 13:37:17 2009 +0200

    app: fixed version checks for babl and GEGL

    The version checks for babl and GEGL did not cope correctly with the
    minor version upgrade. This change fixes this by introducing a generic
    version check.

 app/sanity.c |   35 +++++++++++++++++++++++++++++------
 1 files changed, 29 insertions(+), 6 deletions(-)

commit da971fc266765e081a6ad76129b91b6893be9d1d
Author: Sven Neumann <s.neumann@phase-zero.de>
Date:   Tue Apr 21 10:24:52 2009 +0200

    Fix default values for Image.new_layer() methods

    Use image height instead of width as the default height of the
    newly created layer (bug #579400).

 plug-ins/pygimp/pygimp-image.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit a63e0b4b15e1cb0ca71a653978f27378c368f7a2
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Mon May 18 20:03:40 2009 +0530

    Updated Few Translations For Marathi

 po-libgimp/mr.po |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

commit a58606ce19c1950f258783ff15918e8395aa4a27
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Mon May 18 19:24:15 2009 +0530

    Updated Marathi Translations

 po/mr.po |   46 +++++++++++++++++++++++-----------------------
 1 files changed, 23 insertions(+), 23 deletions(-)

commit f739e12fc8a502715be09986aaf52869e0672281
Author: Sandeep Shedmake <sshedmak@redhat.com>
Date:   Mon May 18 15:11:02 2009 +0530

    Updated Marathi Translations

 po/mr.po | 4494
 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 2270 insertions(+), 2224 deletions(-)

commit 6b1b1e6b782dff28857a94a90fc6d7953bfd7ef7
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Fri May 15 14:22:57 2009 +0530

    Updated Kannada translations

 po/kn.po |  180
 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 91 insertions(+), 89 deletions(-)

commit deb6247b44f9dbdc51ed2783318ded93be8e7aa3
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Thu May 14 17:51:16 2009 +0530

    Updated Kannada translations

 po/kn.po |  122
 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 62 insertions(+), 60 deletions(-)

commit 7e1f7a3ba07149f7b597bc6bb37a402a955e5afd
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Thu May 14 12:13:06 2009 +0530

    Updated Kannada translations

 po/kn.po |  292
 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 146 insertions(+), 146 deletions(-)

commit 1d7f93c53c6e1bf09fe02ce5437461eaaa09aff5
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Tue May 12 17:39:06 2009 +0530

    Updated Kannada translations

 po/kn.po |  818
 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 422 insertions(+), 396 deletions(-)

commit 445b18a2454108a3efb0800aad5361bd7cdbd1ba
Author: Fotis Tsamis <ftsamis@gmail.com>
Date:   Fri May 8 18:16:55 2009 +0100

    Updated Greek translation

 po/el.po | 1062
 ++++++++++++++++++++++++++------------------------------------
 1 files changed, 441 insertions(+), 621 deletions(-)

commit 1cdb44efde3db7b227bfac99a6f8b3b32dcb5a2c
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Thu May 7 18:07:00 2009 +0530

    Updated Kannada translations

 po/kn.po |  342
 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 172 insertions(+), 170 deletions(-)

commit 5406bb6778c5051995aad718a6263ccbc5adc7cb
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Wed May 6 14:00:26 2009 +0530

    Updated the Kannda translations

 po/kn.po |  404
 +++++++++++++++++++++++++++++++------------------------------
 1 files changed, 205 insertions(+), 199 deletions(-)

commit cbd672f00ac043bcf4ca56ba7b35aa8211aa0d00
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Tue May 5 17:54:21 2009 +0530

    Updated the Kannda translations

 po/kn.po |  459
 ++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 234 insertions(+), 225 deletions(-)

commit 1555ddf88b979109dd24c134a6d4c0d7808533ee
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Mon Apr 27 14:28:24 2009 +0530

    Committed gu.po file

 po-script-fu/gu.po | 2075
 ++++++++++++++++++++++++++++++++--------------------
 1 files changed, 1285 insertions(+), 790 deletions(-)

commit 3e4f555bc78674726fafb988836d22278201f726
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Mon Apr 27 12:20:45 2009 +0530

    Committed gu.po file

 po-python/gu.po |  116
 ++++++++++++++++++++++++++----------------------------
 1 files changed, 56 insertions(+), 60 deletions(-)

commit c45cb8750610ed5ae136cd5f41c55eab1154b60f
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Mon Apr 27 11:29:42 2009 +0530

    Committed gu.po file

 po-python/gu.po |  310
 ++++++++++++++++++++++++++++++++++++++++++++++++++++--
 1 files changed, 298 insertions(+), 12 deletions(-)

commit 38a90718ecd3e59fea22948120bed704ac51223d
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Mon Apr 27 10:51:12 2009 +0530

    Committed Gujarati Translations

 po-python/gu.po |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

commit d116c96e03d2770988e506e8f657cd6d330cfbe7
Author: Marco Ciampa <ciampix@libero.it>
Date:   Mon Apr 27 00:47:56 2009 +0200

    Updated italian translation

 po-plug-ins/ChangeLog |    4 ++++
 po-plug-ins/it.po     |   14 +++++++-------
 2 files changed, 11 insertions(+), 7 deletions(-)

commit 4bc05c191bc4539350fce196df4e0e2f64cb3556
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Fri Apr 24 16:04:29 2009 +0530

    Committed Gujarati Translations

 po-plug-ins/gu.po |14987
 +++++++++++++++++++++++++++++------------------------
 1 files changed, 8147 insertions(+), 6840 deletions(-)

commit 5014c16dc90dff6d53087722294c46b7da8bbd02
Author: Sweta Kothari <swkothar@redhat.com>
Date:   Fri Apr 24 14:24:17 2009 +0530

    Committed Gujarati Translations

 po-libgimp/gu.po | 1456
 +++++++++++++++++++++++++++++++++++++-----------------
 1 files changed, 1002 insertions(+), 454 deletions(-)

commit 0a863c53a14dbbcd73b6f661afcb5278c1c2ecda
Author: Shankar Prasad <svenkate@redhat.com>
Date:   Tue Apr 21 11:37:38 2009 +0530

    Updated Kannada Translation

 po/kn.po |  263
 +++++++++++++++++++++++++++++++-------------------------------
 1 files changed, 131 insertions(+), 132 deletions(-)

commit a1f605a6be0621f2abbd108d6ef1d98b06240da1
Author: Shankar Prasad <sprasad@src.gnome.org>
Date:   Thu Apr 16 07:06:18 2009 +0000

    added kn.po and updated ChangeLog and LINGUAS

    svn path=/branches/gimp-2-6/; revision=28270

 po-plug-ins/ChangeLog |    5 +
 po-plug-ins/LINGUAS   |    1 +
 po-plug-ins/kn.po     |12258
 +++++++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 12264 insertions(+), 0 deletions(-)

commit 661d45cadf37c4e622ad24aac878f5c93132bf61
Author: Sweta Kothari <swkothar@src.gnome.org>
Date:   Mon Apr 13 10:50:08 2009 +0000

    Committed Translation by Sweta Kothari

    svn path=/branches/gimp-2-6/; revision=28267

 po/ChangeLog |    4 +
 po/gu.po     |10477
 +++++++++++++++++++++++++++++++++++++---------------------
 2 files changed, 6623 insertions(+), 3858 deletions(-)

commit 9603f49957c8df398f181518f5d94f9788ab86c4
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:   Thu Apr 9 16:29:29 2009 +0000

    Updated Norwegian bokmål translation from Sigurd Gartmann <sigurdga
    at

    2009-04-09  Kjartan Maraas  <kmaraas@gnome.org>

	* nb.po: Updated Norwegian bokmål translation from
	Sigurd Gartmann <sigurdga at sigurdga no>

    svn path=/branches/gimp-2-6/; revision=28259

 po-script-fu/ChangeLog |    5 +
 po-script-fu/nb.po	|  398
 +++++++++++++++++++-----------------------------
 2 files changed, 159 insertions(+), 244 deletions(-)

commit d15e4cf157571593dfcab3f3d85dfcd88f71cc86
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	Thu Apr 9 16:28:25 2009 +0000

    Updated Norwegian bokmål translation from Sigurda Gartmann
    <sigurdga at

    2009-04-09	Kjartan Maraas	<kmaraas@gnome.org>

	* nb.po: Updated Norwegian bokmål translation from
	Sigurda Gartmann <sigurdga at sigurdga no>

    svn path=/branches/gimp-2-6/; revision=28258

 po-plug-ins/ChangeLog |    5 +
 po-plug-ins/nb.po     | 1962
 ++++++++++++++++++++----------------------------
 2 files changed, 823 insertions(+), 1144 deletions(-)

commit 196e1a9d0de1525124628c6cd0df9bad7bdd1d37
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	Thu Apr 9 16:27:35 2009 +0000

    Updated Norwegian bokmål translation from Sigurd Gartmann <sigurdga
    at

    2009-04-09	Kjartan Maraas	<kmaraas@gnome.org>

	* nb.po: Updated Norwegian bokmål translation from
	Sigurd Gartmann <sigurdga at sigurdga no>

    svn path=/branches/gimp-2-6/; revision=28257

 po/ChangeLog |    5 +
 po/nb.po     | 1746
 ++++++++++++++++++++++++++++------------------------------
 2 files changed, 859 insertions(+), 892 deletions(-)

commit e4553ce2163ef28f39f841577c2907c26495c9aa
Author: Kjartan Maraas <kmaraas@gnome.org>
Date:	Thu Apr 9 16:25:46 2009 +0000

    Updated Norwegian bokmål translation from Sigurd Gartmann <sigurdga
    at

    2009-04-09	Kjartan Maraas	<kmaraas@gnome.org>

	* nb.po: Updated Norwegian bokmål translation from Sigurd
	Gartmann <sigurdga at sigurdga no>.

    svn path=/branches/gimp-2-6/; revision=28256

 po-libgimp/ChangeLog |    5 +++++
 po-libgimp/nb.po     |   43 ++++++++++++++++++++++---------------------
 2 files changed, 27 insertions(+), 21 deletions(-)

commit 59dce4d6d3d77e743a81293bee032439739bbfe2
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:	Wed Apr 8 09:02:27 2009 +0000

    Added Marathi Translations and appended 'mr' to LINGUAS

    svn path=/branches/gimp-2-6/; revision=28255

 po-tips/ChangeLog |	5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 9aa70a50ff94ea2168adf99f66363ff6ea5c6c52
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:	Wed Apr 8 08:59:38 2009 +0000

    Added Marathi Translations

    svn path=/branches/gimp-2-6/; revision=28254

 po-tips/mr.po |  219
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 219 insertions(+), 0 deletions(-)

commit f5dfa696865d50db8acb4ff64be43cef11b02fb7
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:	Wed Apr 8 08:23:47 2009 +0000

    Appended 'mr' to LINGUAS

    svn path=/branches/gimp-2-6/; revision=28253

 po-tips/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit e41baf35b9c69d96c6fa10f04a8ebbe3d19c8582
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:	Wed Apr 8 08:16:36 2009 +0000

    Added Marathi Translations and appended 'mr' to LINGUAS

    svn path=/branches/gimp-2-6/; revision=28252

 po-script-fu/ChangeLog |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 6a6df162a7324155d303757c9ebae4b14d7a77ac
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:	Wed Apr 8 08:16:14 2009 +0000

    Added Marathi Translations

    svn path=/branches/gimp-2-6/; revision=28251

 po-script-fu/mr.po | 2715
 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 2715 insertions(+), 0 deletions(-)

commit d56b39514e00603d2d3f7805a96062c178c0c971
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:	Wed Apr 8 08:15:47 2009 +0000

    Appended 'mr' to LINGUAS

    svn path=/branches/gimp-2-6/; revision=28250

 po-script-fu/LINGUAS |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 943f37230244bf87f4f55c98d77729e5ee49e8f1
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:	Wed Apr 8 08:10:42 2009 +0000

    Added Marathi Translations

    svn path=/branches/gimp-2-6/; revision=28249

 po-python/mr.po |  313
 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 313 insertions(+), 0 deletions(-)

commit 5ac694ca238b009f8449f46c1ebb2ddd90565fbd
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:	Wed Apr 8 08:10:15 2009 +0000

    Appended 'mr' to LINGUAS

    svn path=/branches/gimp-2-6/; revision=28248

 po-python/LINGUAS |	1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 25b20f9b4640e156f8f28494f3093a6b6154356a
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:	Wed Apr 8 08:09:43 2009 +0000

    Added Marathi Translations and appended 'mr' to LINGUAS

    svn path=/branches/gimp-2-6/; revision=28247

 po-python/ChangeLog |	  5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit b2e547f555a17892972d236ff358bfda5613649f
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:	Wed Apr 8 08:04:22 2009 +0000

    Appended 'mr' to LINGUAS

    svn path=/branches/gimp-2-6/; revision=28246

 po-plug-ins/LINGUAS |	  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 5e0c5d50d8e5ecaa7cf9a1a4f50e8f3e015112b3
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:	Wed Apr 8 08:03:50 2009 +0000

    Added Marathi Translations and appended 'mr' to LINGUAS

    svn path=/branches/gimp-2-6/; revision=28245

 po-plug-ins/ChangeLog |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit c543a0b05fbf285f8b5d41773fd188092c63904c
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:	Wed Apr 8 08:03:22 2009 +0000

    Added Marathi Translations

    svn path=/branches/gimp-2-6/; revision=28244

 po-plug-ins/mr.po |12340
 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 12340 insertions(+), 0 deletions(-)

commit 6c651c44f0eb060503ad1d42601ea67acd4f1fbe
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:	Wed Apr 8 07:53:25 2009 +0000

    Added Marathi Translation

    svn path=/branches/gimp-2-6/; revision=28243

 po-libgimp/mr.po | 1836
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 1836 insertions(+), 0 deletions(-)

commit 19e2eebec141cac0bf4d6b147f0af3ef0217f17b
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:	Wed Apr 8 07:52:44 2009 +0000

    Appended 'mr' to LINGUAS

    svn path=/branches/gimp-2-6/; revision=28242

 po-libgimp/LINGUAS |	 1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit fa4368b48087fd0d2e2497779188874bb50a9a6e
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:	Wed Apr 8 07:52:06 2009 +0000

    Added Marathi Translations and appended 'mr' to LINGUAS

    svn path=/branches/gimp-2-6/; revision=28241

 po-libgimp/ChangeLog |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit 87676ea0a501efa8d175ad93e8a0464e46b954a8
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:	Wed Apr 8 07:43:11 2009 +0000

    Appended 'mr'

    svn path=/branches/gimp-2-6/; revision=28240

 po/LINGUAS |	 1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

commit 1a4610ae2273b7ab876b2b730bb35902b5f4c55b
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:	Wed Apr 8 07:42:31 2009 +0000

    Added Marathi Translations and appended 'mr' to LINGUAS

    svn path=/branches/gimp-2-6/; revision=28239

 po/ChangeLog |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

commit f8f3c41320320cb07af2956eca48007a464f14d7
Author: Sandeep Shedmake <sandeeps@src.gnome.org>
Date:	Wed Apr 8 07:41:36 2009 +0000

    Added Marathi Translations

    svn path=/branches/gimp-2-6/; revision=28238

 po/mr.po |12567
 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 12567 insertions(+), 0 deletions(-)

2009-04-03  Michael Natterer  <mitch@gimp.org>

	Merged from trunk:

	Bug 577575 – transform tool fills underlying extracted area wrongly

	* app/tools/gimpfliptool.c
	* app/tools/gimpperspectivetool.c
	* app/tools/gimprotatetool.c
	* app/tools/gimpscaletool.c (gimp_*_tool_register): pass
	GIMP_CONTEXT_BACKGROUND_MASK to the register callback to the tools
	use the global background color.

2009-03-28  Michael Natterer  <mitch@gimp.org>

	Merged from trunk:

	Bug 555738 – Image display is wrong after undoing canvas size
	enlargement

	* app/display/gimpdisplayshell-handlers.c
	(gimp_display_shell_size_changed_detailed_handler): call
	gimp_display_shell_expose_full() because resizing the canvas can
	leave all sorts of display areas unupdated otherwise.

2009-03-28  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 577024 – help-browser plugin crashes when used with webkit 1.1.3

	* plug-ins/help-browser/help-browser.c (run): call g_thread_init().
	Seems to be needed with newer versions of webkit.

2009-03-28  Michael Natterer  <mitch@gimp.org>

	Merged from trunk:

	Bug 555025 – Action GEGL box widgets weirdness

	Must not set GDK_HINT_MIN_SIZE if we don't actually set a minimum
	size, or the window will be shrinkable to zero and it won't
	expand automatically when its contents' requisition grows.

	* app/widgets/gimpdialogfactory.[ch]: add hackish API
	gimp_dialog_factory_set,get_has_min_size() because GTK+ itself
	has no API for querying a window's GdkWindowHints.

	(gimp_dialog_factory_set_user_pos): set GDK_HINT_MIN_SIZE only if
	the window was being marked as having a minimum size using above
	new API.

	* app/widgets/gimptoolbox.c (gimp_toolbox_set_geometry)
	* app/display/gimpdisplayshell.c (gimp_display_shell_style_set):
	call gimp_dialog_factory_set_has_min_size (window, TRUE).

2009-03-17  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	* configure.in: check for fsync().

	* libgimpconfig/gimpconfigwriter.c (gimp_config_writer_close_file):
	fsync temporary file if destination file exists.

2009-03-17  Tor Lillqvist  <tml@iki.fi>

	* libgimpconfig/gimpconfigwriter.c
	(gimp_config_writer_close_file): Drop Windows code to remove
	target file before renaming. g_rename() nowadays takes care of
	allowing replacing existing files on Windows.

2009-03-16  Sven Neumann  <sven@gimp.org>

	* configure.in: bumped version to 2.6.7 (interface age 7).

2009-03-16  Sven Neumann  <sven@gimp.org>

	* Made 2.6.6 release.

2009-03-16  Tor Lillqvist  <tml@iki.fi>

	* app/version.c (gimp_show_library_version): The build-time and
	run-time versions were swapped in the output.

2009-03-13  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 571117 – lcms plug-in crashes on broken profile

	* plug-ins/common/lcms.c: don't abort on lcms errors.

2009-03-12  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 575154 – changing the help browser preference may not work

	* app/gui/gui.c (gui_restore_callback): connect to changes of the
	"user-manual-online" gimprc property and kill the gimp-help
	plug-in as it caches the location of the help pages.

	* app/widgets/gimphelp.[ch]: added gimp_help_user_manual_changed()
	for this purpose.

2009-03-12  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 573695 – 1-bit white background saved as PBM becomes all black

	* plug-ins/common/file-pnm.c: look at the colormap and test which
	of the two colors is black and which is white.

2009-03-12  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 573070 – crash when working with 1x3200 pixel image

	* app/display/gimpdisplayshell.c (gimp_display_shell_scale_changed):
	make sure that x_src_dec and y_src_dec never become zero.

2009-03-12  Sven Neumann  <sven@gimp.org>

	Bug 573542 – blur plugin: bug in the first line

	* plug-ins/common/blur.c (blur_prepare_row): cast GimpPixelRgn.h
	to a signed integer.

2009-03-11  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	* plug-ins/file-jpeg/jpeg.h (PLUG_IN_BINARY): fixed typo.

2009-03-10  Sven Neumann  <sven@gimp.org>

	Bug 572403 – gimp-2.6 crashed with SIGSEGV in IA__g_object_get()

	* configure.in: fixed check for newer version of GTK+ that
	determines if GTK_DISABLE_DEPRECATED is used.

2009-03-07  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	* plug-ins/file-jpeg/jpeg-load.c (load_image)
	* plug-ins/file-jpeg/jpeg-save.c (save_image): need to finish the
	progress update.

2009-03-05  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 573695 – 1-bit white background saved as PBM becomes all black

	* plug-ins/common/file-pnm.c: need to handle the special case that
	the image colormap has only one entry.

2009-03-02  Sven Neumann  <sven@gimp.org>

	Fix compilation with GEGL from trunk:
	
	* app/gegl/Makefile.am
	* app/geg/gegl-types.h: renamed to app/gegl/gimp-gegl-types.h

	* app/core/core-types.h
	* app/gegl/*.c: changed accordingly.

2009-02-28  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 573488 – Small bug in Filter>Distorts>Ripple

	* plug-ins/common/ripple.c (ripple_vertical): fixed bug spotted in
	SMEAR mode, pointed out by Andreas Groth.

2009-02-22  Sven Neumann  <sven@gimp.org>

	* app/actions/image-actions.c: reverted last change. No changes in
	the stable branch without commit approval. And definitely no
	string changes.

2009-02-22  Marco Ciampa  <ciampix@libero.it>

	* app/actions/image-actions.c: fixed duplicated keyboard shortcut

2009-02-20  Michael Natterer  <mitch@gimp.org>

	Merged from trunk:

	Bug 572156 – top left pixel position/coordinate is not 0,0 but 1,1

	* app/display/gimpstatusbar.c
	(gimp_statusbar_push_coords)
	(gimp_statusbar_update_cursor): fix braino for
	GIMP_CURSOR_PRECISION_PIXEL_CENTER: going to the pixel's
	center doesn't need any rounding, it simply needs clipping
	away the coordinates' fractional parts, gah...

	Review all tools' cursor precision:

	* app/tools/gimpblendtool.c (gimp_blend_tool_init): set cursor
	precision to SUBPIXEL.

	* app/tools/gimptexttool.c (gimp_text_tool_init)
	* app/tools/gimpmeasuretool.c (gimp_measure_tool_init)
	* app/tools/gimpeditselectiontool.c (gimp_edit_selection_tool_init):
	set cursor precision to PIXEL_BORDER.

2009-02-18  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 472644 – Rotate with clipping crops the whole layer

	* app/core/gimp-transform-resize.c: applied patch as attached to
	bug #472644. Supposedly fixes the problem of the disappearing
	image.

2009-02-15  Sven Neumann  <sven@gimp.org>

	* configure.in: bumped version to 2.6.6 (interface age 6).

2009-02-15  Sven Neumann  <sven@gimp.org>

	* Made 2.6.5 release.

2009-02-13  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 571628 – Scaling image to 25% turn background from white to grey

	* app/paint-funcs/scale-region.c (pixel_average2): fixed right-shift
	for GRAYA pixels.

2009-02-12  Michael Natterer  <mitch@gimp.org>

	Merged from trunk:

	* plug-ins/file-faxg3/Makefile.am
	* plug-ins/help/Makefile.am
	* plug-ins/metadata/Makefile.am: add $(libgimpconfig) to LDADD
	where it was missing. Libgimp pulls in libgimpconfig and these
	plug-ins were linking against the installed libgimpconfig under
	some #$&%*#%&%$& .la file circumstances.

2009-02-12  Michael Natterer  <mitch@gimp.org>

	Merged from trunk:

	Bug 567840 – GIMP's GtkScaleButton conflicts with GTK's

	* app/widgets/gtkscalebutton.c: rename the type to
	"GimpGtkScaleButton" so we don't crash if the real
	GtkScaleButton type is registered too.

2009-01-29  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	* app/core/gimpchannel-combine.c (gimp_channel_combine_ellipse_rect):
	fixed incorrect optimization that caused glitches in the rounded
	corners on the left side of rectangular selections.

2009-01-28  Sven Neumann  <sven@gimp.org>

	* app/tools/gimpgegltool.c (gimp_param_spec_duplicate): if
	compiling for GEGL >= 0.0.23, use double parameters with
	gegl_color_get_rgba().

2009-01-26  Michael Natterer  <mitch@gimp.org>

	Merged from trunk:

	* libgimpwidgets/gimpbutton.c (gimp_button_clicked): chain up if a
	parent impl exists to be safe against future gtk versions doing
	something in GtkButton::clicked() (as happened in GTK+ trunk).

2009-01-25  Sven Neumann  <sven@gimp.org>

	Bug 569043 – GEGL tool - missing Operation Settings for all sub-tools

	Merged from trunk:

	* app/tools/gimpgegltool.c (gimp_gegl_tool_get_config): 
	(gimp_gegl_tool_get_config): canonicalize the type name of the
	created config class.

2009-01-24  Michael Natterer  <mitch@gimp.org>

	Merged from trunk:

	Bug 568890 – don't rely on GtkAction implementation details

	* app/widgets/gimpuimanager.c (gimp_ui_manager_menu_item_select):
	use gtk_widget_get_action() instead of g_object_get_data(),
	which relies on the name of the data key.

2009-01-23  Kevin Cozens  <kcozens@cvs.gimp.org>

	Bug 568909 – wrong RGB values for color names in
	libgimpcolor/gimprgb-parse.c

	Merged from trunk:

	* libgimpcolor/gimprgb-parse.c: applied patch from Andreas Turtschan
	to fix more RGB colour values.

2009-01-23  Kevin Cozens  <kcozens@cvs.gimp.org>

	Bug 568839 – wrong hex RGB value for the color names slategrey and
	slategray

	Merged from trunk:

	* libgimpcolor/gimprgb-parse.c: applied patch from Andreas Turtschan
	to fix colour values for slategray and slategrey.

2009-01-22  Tor Lillqvist  <tml@iki.fi>

	Bug 559408 - Brushes dragged to the image window look strange 

	* app/widgets/gimppixbuf.c (gimp_pixbuf_format_compare): Drop
	Windows-specific code to prefer BMP. The BMP format written by
	gdk-pixbuf doesn't support alpha. PNG is better. Note that the
	same bug report also takes up a different problem.

2009-01-18  Martin Nordholts  <martinn@svn.gnome.org>

	Merged from trunk:

	Bug 563337 – Rectangle Select Tool does not allow 1:1 fixed ratio

	* libgimpwidgets/gimpnumberpairentry.c: When testing if the value
	changed on focus-out we shall test against the current values, not
	the default values.

2009-01-17  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 568016 – Black pullout parameter of plug-in-newsprint has
	no effect

	* plug-ins/common/newsprint.c: fixed the documentation of the
	colorspace parameter.

2009-01-13  Sven Neumann  <sven@gimp.org>

	* INSTALL
	* autogen.sh
	* configure.in: looks like we need intltool >= 0.36.3 (and we
	recommend using an even newer version).

2009-01-04  Martin Nordholts  <martinn@svn.gnome.org>

	Merged from trunk:

	Bug 562818 – First image opened in GIMP offset

	* app/display/gimpdisplayshell.c (gimp_display_shell_shrink_wrap):
	Only rely on disp_width/height for border calculation if they are
	larger than 1. If not, special-case the calculation so we don't
	get a severly mispositioned image.

2009-01-04  Martin Nordholts  <martinn@svn.gnome.org>

	Merged from trunk:

	Bug 562213 – Align Tool doesn't work properly if it is the active
	tool at startup

	* app/tools/gimpaligntool.c: Perform NULL-pointer dodging to avoid
	crashing.

2009-01-01  Sven Neumann  <sven@gimp.org>

	* configure.in: bumped version to 2.6.5 (interface age 5).

2009-01-01  Sven Neumann  <sven@gimp.org>

	* Made 2.6.4 release.

2009-01-01  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 565223 – Perspective transformation jagged edges / comb effect

	* app/core/gimp-transform-region.c: reverted the code change, but
	not the cleanups, from commit r26786.

2008-12-28  Sven Neumann  <sven@gimp.org>

	* app/tools/gimpgegltool.c (gimp_param_spec_duplicate): fixed
	handling of GEGL minor version number in compile-time check.

2008-12-28  Sven Neumann  <sven@gimp.org>

	* app/tools/gimpgegltool.c (gimp_param_spec_duplicate): fixed typo
	in GEGL version number check.

2008-12-28  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 563985 – jpg save dialog: "cancel" is treated like "commit"
	for settings

	* plug-ins/file-jpeg/jpeg.c (run): only attach the comment and
	settings to the image if the save was successful.

2008-12-27  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 564087 – Using clone tool on a layer with a part out of canvas
	causes crashes

	* app/paint/gimppaintcore.c (gimp_paint_core_paste): intersect the
	rectangle with the extents of the saved projection.

2008-12-27  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 564593 – crash when the drawable is changed while a color
	tools is active

	* app/core/gimpdrawable-shadow.c (gimp_drawable_merge_shadow_tiles):
	keep a reference to the shadow tiles because it might otherwise be
	free'd under our feet.

2008-12-21  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 564869 – GIMP crashes on selecting Tools->GEGL operation

	* app/tools/gimptool.c (gimp_tool_initialize): check if the tool
	has set an error.

2008-12-21  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 565138 – python-fu-foggify does not check if image is in rgb mode

	* plug-ins/pygimp/plug-ins/foggify.py (foggify): fixed handling of
	grayscale images.

2008-12-04  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 563130 – Hue selection mode does not cross the 0-360 degrees line

	* app/core/gimpimage-contiguous-region.c (pixel_difference):
	applied patch from Daniel Hornung.

2008-12-04  Martin Nordholts  <martinn@svn.gnome.org>

	Merged from trunk:

	Bug 563179 – Scrollbars not resized when we extend the canvas size

	* app/display/gimpdisplayshell-handlers.c
	(gimp_display_shell_size_changed_detailed_handler): Add explicit
	call to gimp_display_shell_scroll_clamp_and_update() at the end to
	make sure it is called.

2008-12-04  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	* tools/pdbgen/pdb/convert.pdb: fixed an error in the documentation
	of the gimp-image-convert-rgb procedure.

	* app/pdb/convert-cmds.c
	* libgimp/gimpconvert_pdb.c: regenerated.

2008-12-03  Sven Neumann  <sven@gimp.org>

	* app/core/gimpimagemap.c (gimp_image_map_apply): when compiling
	against GEGL from trunk, use "gegl:translate" instead of "shift".

2008-11-27  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 562459 – PF_PALETTE: 'TypeError' when used in a plugin that is
	registered in <Image>

	* plug-ins/pygimp/gimpui.defs (gimp_palette_select_button_new):
	the 'title' parameter is optional.

2008-11-27  Michael Natterer  <mitch@gimp.org>

	Merged from trunk:

	Bug 562427 – Compilation with --as-needed

	* app/Makefile.am (gimp_console_2_7_LDADD): add $(GLIB_LIBS) so
	libgthread gets pulled in explicitely.

2008-11-27  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 562386 – PF_SLIDER and PF_SPINNER 'Step' values do not change
	consistently...

	* plug-ins/pygimp/gimpfu.py (SliderEntry): set the precision on
	the slider just as we do it for the spin-button.

2008-11-27  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	* plug-ins/pygimp/gimpfu.py (SpinnerEntry): let SpinnerEntry
	return a float instead of trying to convert the value to an int.

2008-11-27  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 562386 – PF_SLIDER and PF_SPINNER 'Step' values do not change
	consistently...

	* plug-ins/pygimp/gimpfu.py (SpinnerEntry): initialize the
	spin-button the way that gtk_spin_button_new_with_range() is
	implemented.

2008-11-26  Martin Nordholts  <martinn@svn.gnome.org>

	Merged from trunk:

	Bug 562366 – Default image dimensions are not correctly
	transferred in the file/new dialog box

	* app/dialogs/preferences-dialog.c
	(prefs_template_select_callback): We need to copy the template in
	the same way as in the New Image dialog.

	* app/dialogs/image-new-dialog.c (image_new_dialog_set): ... and
	when we copy the template to the New Image dialog.

2008-11-22  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 561899 – GIMP can't save to mounted filesystem if file exists

	* plug-ins/file-uri/uri-backend-gvfs.c (copy_uri): pass the
	G_FILE_COPY_OVERWRITE flag to g_file_copy().

2008-11-21  Sven Neumann  <sven@gimp.org>

	* configure.in: bumped version to 2.6.4 (interface age 4).

2008-11-21  Sven Neumann  <sven@gimp.org>

	* Made 2.6.3 release.

2008-11-19  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 558454 – Plugin Map Color Range disappears from GIMP

	* plug-ins/script-fu/scripts/Makefile.am

	* plug-ins/script-fu/scripts/plug-in-compat.init: new file
	providing compatibility with plug-ins from older GIMP
	versions. Contains a reimplementation of plug-in-color-map based
	on ideas and code from Eric Lamarque.

	* plug-ins/script-fu/scheme-wrapper.c (tinyscheme_init): load the
	plug-in-compat.init file.

2008-11-18  Martin Nordholts  <martinn@svn.gnome.org>

	Merged from trunk:

	Bug 559239 – Error while loading psd-data

	* plug-ins/file-psd/psd-layer-res-load.c (load_layer_resource):
	Layer resource data should not be padded.

2008-11-15  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	* app/display/gimpdisplayshell-scroll.[ch]: removed function
	gimp_display_shell_scroll_get_scaled_viewport_offset() as it was
	only returning -shell->offset_x and -shell->offset_y and it
	started to show up in profiles.

	* app/display/gimpdisplayshell-draw.c
	* app/display/gimpdisplayshell-transform.c
	* app/display/gimpdisplayshell-scale.c: use the shell offsets
	directly.

2008-11-15  Martin Nordholts  <martinn@svn.gnome.org>

	Merged from trunk:

	Bug 560903 – Explicit zooming with e.g. '1' should handle
	zoom-focus better

	* app/display/display-enums.h: Added
	GIMP_ZOOM_FOCUS_RETAIN_CENTERING_ELSE_BEST_GUESS.

	* app/display/gimpdisplayshell-scale.c
	(gimp_display_shell_scale_get_zoom_focus): Take the new enum into
	account; if the image is centered, keep it centered, else use the
	best-guess method.

	* app/actions/view-commands.c (view_zoom_explicit_cmd_callback):
	Use the new enum for explicit zooming.

	* app/display/display-enums.c: Regenerated.

2008-11-15  Martin Nordholts  <martinn@svn.gnome.org>

	Merged from trunk:

	Bug 560245 – Zoom selection always centered in the Navigation tab

	* app/display/gimpdisplayshell-scale.c (gimp_display_shell_scale):
	Also take the image center and not only the zoom focus point into
	account when deciding whether or not to center the image after
	zoom.

2008-11-14  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	* app/display/gimpdisplayshell-preview.c
	(gimp_display_shell_draw_quad): check that the resulting area has
	positive width and height.

2008-11-13  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 559292 – SOTA Chrome cannot accept different textures

	* app/pdb/gimppdb-utils.c (gimp_pdb_image_is_base_type)
	(gimp_pdb_image_is_not_base_type): gimp_object_get_name() may 
	return NULL for images. Use gimp_image_get_uri() instead.

2008-11-11  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 560375 – Clearing an already empty document history crashes GIMP

	* app/actions/documents-commands.c (documents_clear_cmd_callback):
	gtk_recent_manager_purge_items() may return 0 but not set an
	error.

2008-11-11  Michael Natterer  <mitch@gimp.org>

	Merged from trunk:

	Bug 559580 – Image windows need better default locations

	* app/display/gimpdisplayshell.c (gimp_display_shell_style_set):
	Only set GDK_HINT_USER_POS on the empty display because it gets a
	position set by gimp. All other displays should be placed by the
	window manager. Fixes all displays appearing at 0,0.

2008-11-11  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 560283 – "Scale image..." causes distortion around edges.

	* app/paint-funcs/scale-region.c (scale): corrected fix for
	bug #556248.

2008-11-11  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	* plug-ins/common/file-pdf.c: fixed size of the GimpParam array
	used for the return values.

2008-11-10  Martin Nordholts  <martinn@svn.gnome.org>

	Merged from trunk:

	Bug 559716 – Changing crop size in Crop Tool Options can make UI
	unresponsive

	* app/tools/gimprectangletool.c: Accept a broader range of x, y,
	width and height values from the tool options so we don't end up
	in an infinite signal emission loop.

2008-11-10  Michael Natterer  <mitch@gimp.org>

	Merged from trunk:

	* app/core/gimpdrawable-curves.c (gimp_drawable_curves_explicit):
	use GIMP_CURVE_FREE, not _SMOOTH. Fixes the resp. PDB call.

2008-11-09  Martin Nordholts  <martinn@svn.gnome.org>

	Merged from trunk:

	Bug 558549 – Stroking a single-point path with a paint tool
	crashes GIMP

	* app/paint/gimppaintcore-stroke.c
	(gimp_paint_core_stroke_vectors): Return an error message if there
	were not enough points to stroke.

	* app/dialogs/stroke-dialog.c (stroke_dialog_response): Guard
	against crashes if an implementator forgets to set an error.

2008-11-09  Martin Nordholts  <martinn@svn.gnome.org>

	Merged from trunk:

	* app/display/gimpdisplayshell-scale.c
	(gimp_display_shell_scale_update_rulers): Avoid critical warnings
	when converting an image window with a unit other than pixels into
	a the empty image window. Probably fixes some of the crashes
	reported by Windows users.

2008-11-04  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	* app/display/gimpdisplayshell-dnd.c
	(gimp_display_shell_drop_uri_list): when dropping multiple images
	to the empty image window, open them as seperate images.

2008-11-04  Sven Neumann  <sven@gimp.org>

	* app/file/file-procedure.c
	* app/file/file-save.c
	* app/pdb/gimpprocedure.c: be careful when passing literal strings
	to g_set_error().

2008-11-03  Michael Natterer  <mitch@gimp.org>

	Merged from trunk:

	Bug 559015 – Move tool gives bad information about px moved

	* app/tools/gimpeditselectiontool.c (gimp_edit_selection_tool_init):
	set cursor precision to PIXEL_BORDER because that's what the move
	tool snaps to.

	Unrelated: set CENTER_CROSS_SIZE to an odd number so it's drawn
	symmetrically.

2008-10-31  Sven Neumann  <sven@gimp.org>

	Bug 558660 – help behavior for locales without manual translation

	* app/widgets/gimphelp.c (gimp_help_user_manual_is_installed):
	as a fallback check for the english user manual.

2008-10-30  Sven Neumann  <sven@gimp.org>

	* configure.in: bumped version to 2.6.3 (interface age 3).

2008-10-30  Sven Neumann  <sven@gimp.org>

	* Made 2.6.2 release.

2008-10-30  Sven Neumann  <sven@gimp.org>

	Backed out this change for now as it causes problem with some
	window managers:

        Bug 556896 – Dialogs don't get minimized with single image window

	* app/display/gimpdisplayshell.c
	* app/display/gimpdisplay-foreach.[ch]
	* app/widgets/gimpdialogfactory.[ch]: merged changes from trunk.
	Hide the toolbox and docks if the last display is iconified.
	Unhide them if a display is uniconified.

2008-10-29  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 557950 – Scaling in Gimp 2.6 is much slower than in Gimp 2.4

        * app/paint-funcs/scale-region.c: don't do multi-pass scaling
	when we are scaling up.

2008-10-29  Martin Nordholts  <martinn@svn.gnome.org>

	Merged from trunk:

	Bug 558215 – unit and zoom entries in Statusbar not visible

	* app/display/gimpdisplayshell-callbacks.c
	(gimp_display_shell_canvas_size_allocate): Don't try to be clever,
	call gimp_display_shell_scaled() whenever the canvas size changes
	so a newly created display shell gets updated properly.

2008-10-29  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 558451 – Cannot build GIMP using Sun CC on Solaris 2.8

	* app/pdb/gimp-pdb-compat.c
	* app/gegl/gimpoperationtilesink.c
	* app/gegl/gimpoperationtilesource.c
	* app/tools/gimpgegltool.c: applied patches from Eric Lamarque
	fixing the build using Sun CC on Solaris.

2008-10-29  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 558420 – projection incorrect with alpha-less layers

	* app/core/gimpprojection-construct.c (gimp_projection_initialize):
	need to initialize the projection if the covering layer is not
	opaque.

2008-10-28  Martin Nordholts  <martinn@svn.gnome.org>

	Merged from trunk:

	Bug 556603 – Zoom region always zooms in center of image

	* app/tools/gimpmagnifytool.c (gimp_magnify_tool_button_release):
	When zooming with a click, use gimp_display_shell_scale() instead
	of local zoom logic.

2008-10-25  Michael Natterer  <mitch@gimp.org>

	Merged from trunk:

	Bug 557870 – "Qmask" message popping up here and there

	* app/display/gimpdisplayshell-title.c
	(gimp_display_shell_format_title): use
	gimp_viewable_get_description() instead of gimp_object_get_name()
	for displaying the active drawable's name so the quick mask and
	the floating selection have the same names as in the
	layers/channels dialogs.

2008-10-24  Sven Neumann  <sven@gimp.org>

	Bug 557705 – compatibility with GEGL > 0.0.20

	* app/core/gimpdrawable-brightness-contrast.c
	* app/core/gimpdrawable-invert.c
	* app/tools/gimpbrightnesscontrasttool.c: choose GEGL operation
	names based on the GEGL version we are being used with.

2008-10-24  Sven Neumann  <sven@gimp.org>

	Bug 557705 – compatibility with GEGL > 0.0.20

	* app/gegl/gimp-gegl-utils.[ch]: added gimp_gegl_check_version(),
	a run-time GEGL version check.

	* app/core/gimpimagemap.c (gimp_image_map_apply): use the new
	function to determine the names of the GEGL ops to use.

2008-10-24  Sven Neumann  <sven@gimp.org>

        Bug 556896 – Dialogs don't get minimized with single image window

	* app/display/gimpdisplayshell.c
	* app/display/gimpdisplay-foreach.[ch]
	* app/widgets/gimpdialogfactory.[ch]: merged changes from trunk.
	Hide the toolbox and docks if the last display is iconified.
	Unhide them if a display is uniconified.

2008-10-24  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

        Bug 556248 – Scaling gives 'jagged' edges

        * app/paint-funcs/scale-region.c (scale): calculate pixel
        contributions based on pixel centers, not on pixel origins.

2008-10-23  Michael Natterer  <mitch@gimp.org>

	Merged from trunk:

	* app/plug-in/gimppluginprocframe.c
	(gimp_plug_in_proc_frame_dispose): set proc_frame->procedure to
	NULL *after* calling gimp_plug_in_cleanup(). Fixes the crash on
	windows in bug #557061 (but not the bug).

2008-10-23  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	* configure.in: removed check for Carbon and added a test for the
	target OS being Darwin instead.

	* app/config/gimpguiconfig.c: use PLATFORM_OSX instead of
	HAVE_CARBON to determine the default "web-browser" command.

2008-10-22  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	* plug-ins/print/print-preview.c (print_preview_leave_notify_event):
	check the crossing mode and don't unset the "inside" flag when the
	event is caused by a pointer grab/ungrab.

2008-10-22  Martin Nordholts  <martinn@svn.gnome.org>

	Merged from trunk:

	Bug 556804 – Zoom drop down doesn't update

	* app/display/gimpdisplayshell-scale.c
	* app/display/gimpdisplayshell-callbacks.c: Fix calls to
	gimp_display_shell_scaled() when Resize window on zoom is enabled.

2008-10-22  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 524615 – Print not to scale

	* plug-ins/print/print.c: set the unit for dimensions on the Cairo
	context used for printing to GTK_UNIT_PIXELS.

	* plug-ins/print/print-draw-page.c (print_draw_page): changed the
	Cairo scale factors accordingly. Seems to fix printing on Windows.

2008-10-22  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	* app/widgets/gimpprogressbox.c: set box->progress to NULL in
	destroy() and check for progress being NULL in various places so
	we don't crash on API calls after the widget is destroyed.

2008-10-22  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 555246 – gimp crashes when a file is opened while a preview is
	generating

	* app/widgets/gimpthumbbox.c: set box->progress to NULL in
	destroy() and check for progress being NULL in various places so
	we don't crash on API calls after the widget is destroyed.

2008-10-22  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 556741 – Alpha layer automatically added (in psd format) but
	not desired

	* plug-ins/file-psd/psd-save.c: applied patch from Dennis Ranke
	that flattens the projection for indexed images.

2008-10-22  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

        * app/widgets/gimpfiledialog.c: set dialog->progress to NULL in
        destroy() and check for progress being NULL in various places so
        we don't crash on API calls after the widget is destroyed.

2008-10-21  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	* app/tools/gimpgegltool.c (gimp_param_spec_duplicate):
	GEGL_IS_PARAM_SPEC_PATH() became GEGL_IS_PARAM_SPEC_FILE_PATH()
	in GEGL 0.0.21.

	* app/tools/gimpgegltool.c (gimp_gegl_tool_dialog): for the
	combo-box, strip known prefixes from the GEGL operation names and
	use icons instead.

2008-10-21  Sven Neumann  <sven@gimp.org>

	* app/tools/gimpgegltool.c (gimp_gegl_tool_operation_blacklisted):
	make the operations blacklist work with GEGL >= 0.0.21.

2008-10-21  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	* app/actions/file-commands.c (file_open_recent_cmd_callback): ref
	the GimpDisplay and GimpImageFile objects while holding a
	reference to them. Fixes a potential crash if GIMP is closed while
	the image is being loaded.

2008-10-20  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	* app/widgets/gimperrorconsole.c (gimp_error_console_init): don't
	make the font size even smaller. We already use a smaller font in
	the dock windows.

2008-10-17  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	* plug-ins/file-psd/psd-save.c (xfwrite): fixed handling of empty
	strings. Don't quit silently, write an error message to stderr at
	least.

2008-10-17  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	* app/core/gimp.[ch]: added signal Gimp::image-opened to announce
	that an image has been loaded and a display was created for it.

	* app/file/file-open.c (file_open_with_proc_and_display): call
	gimp_image_opened() to emit the new signal.

	* app/gui/dbus-service.xml
	* app/gui/gimpdbusservice.[ch]: propagate the 'opened' signal to
	listeners of the "org.gimp.GIMP.UI" DBus service.

	* app/gui/gui-unique.c: formatting.

2008-10-14  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	* themes/Default/images/stock-gegl.svg
	* themes/Default/images/stock-gegl-22.svg
	* themes/Default/images/stock-gegl-22.png: remove white from the
	shadow to render correctly on dark backgrounds.

2008-10-14  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	* app/widgets/gimpdialogfactory.c (gimp_dialog_factory_add_dialog):
	let new docks appear at the pointer position.

2008-10-13  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 556182 – Could you please explain a few strings [I18N]

	* plug-ins/pygimp/plug-ins/py-slice.py: added translator comments.

2008-10-10  Michael Natterer  <mitch@gimp.org>

	Merged from trunk:

	* app/tools/gimpmovetool.c (gimp_move_tool_button_release): flush
	the image after setting active items back from temporarily
	selected ones. Fixes menu item sensitivity.

2008-10-09  Sven Neumann  <sven@gimp.org>

	Merged from trunk:

	Bug 555697 – build fails if configured with --without-libjpeg

	* plug-ins/Makefile.am: applied patch from Simon Zilliken that
	disables the build of the PSD plug-in if JPEG support is disabled.

2008-10-09  Michael Natterer  <mitch@gimp.org>

	Merged from trunk:

	This is not exactly a bugfix-only commit, but fixing this bug
	was the original reason for all the curve and image map tool
	refactorings that went into 2.6. It would be silly not to
	fix it just because I simply forgot to hack the final step of
	enabling all the new code. The two new translatable strings are
	a PITA, sorry about that; but better than still only exporting
	the old curves and levels formats in 2.6.

	Bug 134956 – Curves tool doesn't save free curves

	* app/core/gimpmarshal.list
	* app/widgets/gimpsettingsbox.[ch]: add signal "file-dialog-setup"
	and emit it when the export/import file chooser is fully
	constructed. Callbacks can then do additional things to the
	dialog, like adding custom buttons.

	* app/tools/gimpcurvestool.h
	* app/tools/gimplevelstool.h: add boolean member
	"export_old_format".

	* app/tools/gimpcurvestool.c
	* app/tools/gimplevelstool.c (gimp_*_tool_dialog): connect to
	the settings box' "file-dialog-setup".

	(gimp_*_tool_export_setup): new callback which adds a toggle to
	the file choosers that allows to export to the old format.
	Default saving the new format, we defaulted to the old one before.

	(gimp_*_tool_settings_export): check the "export_old_format"
	boolean and only save the cruft format if it is TRUE; chain up
	otherwise, which generically saves the new format.

	* app/tools/gimplevelstool.c (gimp_levels_tool_settings_import):
	add the same file format detection code as in the curves tool
	so it transparently loads old and new levels files.

2008-10-09  Michael Natterer  <mitch@gimp.org>

	Merged from trunk:

	* app/gegl/gimpcurvesconfig.c (gimp_curves_config_save_cruft):
	when saving a curve of type GIMP_CURVE_FREE, don't use
	gimp_curve_get_point() because that returns nothing for free
	curves.

	(gimp_curves_config_load_cruft): reset the curve before loading it.

	* app/core/gimpcurve.c (gimp_curve_get_point): instead of above
	mentioned uninitialized nonsense, at least return -1,-1 for free
	curves.

2008-10-09  Sven Neumann  <sven@gimp.org>

	* configure.in: bumped version to 2.6.2 (interface age 2).

2008-10-09  Sven Neumann  <sven@gimp.org>

	* Made 2.6.1 release.

2008-10-08  Martin Nordholts  <martinn@svn.gnome.org>

	Bug 555587 – PSD file crashes PSD plug-in

	* plug-ins/file-psd/psd-load.c (add_merged_image): Handle
	img_a->alpha_names being NULL.

2008-10-08  Michael Natterer  <mitch@gimp.org>

	* libgimpwidgets/gimpruler.c: cosmetics.

2008-10-08  Michael Natterer  <mitch@gimp.org>

	Quick hack I needed for debugging and which doesn't hurt:

	* tools/test-clipboard.c (test_clipboard_paste): allow to paste to
	STDOUT by passing '-' as filename.

2008-10-08  Martin Nordholts  <martinn@svn.gnome.org>

	* plug-ins/file-psd/psd-load.c (add_layers): Decrease scope of
	comp_mode and initialize it.

2008-10-08  Martin Nordholts  <martinn@svn.gnome.org>

	Bug 555222 – PSD Load Plugin: unsupported compression mode

	* plug-ins/file-psd/psd-load.c (add_layers): Some PSD files can
	have channels where a compression method used for the channel data
	is specified, but without any actual channel data. Handle this
	case. Fix inspired by patch from Chris Mohler.

2008-10-08  Sven Neumann  <sven@gimp.org>

	* app/base/tile-cache.c: use a GMutex instead of a GStaticMutex
	as the latter needs API that causes compiler warnings about
	dereferencing of type-punned pointers.

2008-10-07  Michael Natterer  <mitch@gimp.org>

	Bug 555362 – gimp-remote is not working properly

	* app/widgets/gimptoolbox-dnd.c (gimp_toolbox_dnd_init): add the
	window itself as drop traget again so gimp-remote works.

2008-10-07  Michael Natterer  <mitch@gimp.org>

	* app/*/Makefile.am: reorder sections consistently. Remove
	redundant CFLAGS.

2008-10-06  Sven Neumann  <sven@gimp.org>

	Bug 555280 – some gif files will not be open

	* plug-ins/common/file-gif-load.c (GetCode): be more tolerant and
	continue loading with a warning message if there are bits missing
	at the end of the file.

2008-10-06  Sven Neumann  <sven@gimp.org>

	* app/paint-funcs/scale-region.c (scale_region): removed debug
	output.

2008-10-06  Michael Natterer  <mitch@gimp.org>

	* plug-ins/common/file-gih.c
	* plug-ins/common/file-xbm.c: setting a spin button's
	page_increment to 1 is of no use, set it to 10 instead.

2008-10-06  Michael Natterer  <mitch@gimp.org>

	* app/plug-in/plug-in-menu-path.c (menu_path_mappings): add a
	fallback mapping from <Toolbox> to <Image> so we catch really
	everything that wants to go to <Toolbox>.

2008-10-06  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpcontext.c (gimp_context_real_set_display): paranoia
	fix for hypothetical but harmful misbehavior: when setting the
	display from !=NULL to NULL, also set the image to NULL instead of
	relying on whatever obscure implicit behavior of other parts of
	GIMP which set a new display right away or make sure the image
	goes away together with the display.

2008-10-06  Michael Natterer  <mitch@gimp.org>

	* app/core/gimplayer.c (gimp_layer_add_mask): g_return_if_fail()
	on the mask's image being the same as the layer's image. The PDB
	already checks for this.

	* app/core/gimpimage.c (gimp_image_add_layer,channel,vectors):
	remove calls to gimp_item_set_image() because we only accept
	itmes of this image anyway.

2008-10-05  Michael Natterer  <mitch@gimp.org>

	* app/plug-in/gimpplugin-cleanup.c
	* app/vectors/gimpanchor.c: #include <glib-object.h>, not
	"glib-object.h".

2008-10-05  Michael Natterer  <mitch@gimp.org>

	* app/gegl/gegl-types.h: including ourselves serves no purpose.

2008-10-05  Michael Natterer  <mitch@gimp.org>

	Allow to "Open as Layers" in the empty display:

	* app/widgets/gimpfiledialog.[ch]: add member
	"gboolean open_as_layers". Rename gimp_file_dialog_set_image() to
	gimp_file_dialog_set_save_image() and add
	gimp_file_dialog_set_open_image() which sets both the image to
	load layers into and the "open_as_layers" boolean.

	* app/dialogs/file-open-dialog.c (file_open_dialog_response): look
	at dialog->open_as_layers instead of dialog->image to decide whether
	to open as layers (that's much more obvious). Enable open as layers
	without existing image by creating the image if it doesn't exist.

	* app/actions/file-commands.c (file_open_dialog_show): add "title"
	parameter and take the uri from the image if none was passed. Use the
	new gimp_file_dialog_set_open_image() instead of poking into the
	dialog struct. Change callers to pass the title and not get the
	uri from the image; instead always pass the image.

	* app/actions/file-actions.c (file_actions_update): keep
	"Open as Layers" sensitive even without image.

2008-10-05  Michael Natterer  <mitch@gimp.org>

	* app/core/gimpimage-contiguous-region.c: some formatting cleanups.

	(find_contiguous_segment): changed to return gboolean not gint.

2008-10-05  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpruler.c: cache the PangoLayout. Use it not
	only for drawing the numbers, but also to calculate the size
	requisition depending on the actual font size.

2008-10-05  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpruler.c: instead of hardcoding a size
	request, implement GtkWidget::size_request and set the size
	depending on the font-scale.

2008-10-05  Sven Neumann  <sven@gimp.org>

	Bug 554890 – JPEG Save Options Dialog does not remember
	Subsampling mode

	* plug-ins/file-jpeg/jpeg.c (run): fixed problem introduced by the
	use of an enum for the subsampling factor.

2008-10-04  Michael Natterer  <mitch@gimp.org>

	* plug-ins/common/web-browser.c: return errors via return_vals
	instead of displaying them with g_message().

2008-10-04  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpruler.c: increased ruler font scale from
	X_SMALL to SMALL as it appears to be too small for many users.

	* themes/Default/gtkrc: follow that change here, but keep the
	ruler font extra small in the Small theme.

2008-10-04  Sven Neumann  <sven@gimp.org>

	* plug-ins/file-jpeg/jpeg-save.c: some cleanups to the subsampling
	code; in an attempt to fix bug #555031.

2008-10-04  Sven Neumann  <sven@gimp.org>

	* INSTALL: updated GTK+ requirement.

2008-10-04  Michael Natterer  <mitch@gimp.org>

	* configure.in: depend on GTK+ 2.12.5 so motion history events of
	extended input devices have proper timestamps needed by paint
	tools.

2008-10-04  Sven Neumann  <sven@gimp.org>

	* libgimpwidgets/gimpruler.c: make the font scale factor
	configurable in gtkrc.

	* themes/Default/gtkrc
	* themes/Small/gtkrc: for documentation, add the default value here.

2008-10-03  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/web-browser.c (browser_open_url): removed
	trailing whitespace and corrected error message.

2008-10-03  Hans Breuer  <hans@breuer.org>

	* plug-ins/common/web-browser.c : when ShellExecute() is failing give
	the detailed (currently intentionally untranslated) error message via
	g_message()

	* **/makefie.msc gimpdefs.msc app/gimpcore.def : updated
	* app/core/gimpcurve.c : include <string.h> for memcmp()
	* app/gegl/gimpcurvesconfig.c : include <string.h> for strcmp()

2008-10-03  Sven Neumann  <sven@gimp.org>

	Bug 554966 – Gimp crashes creating a new image using a template

	* app/display/gimpdisplayshell-scale.c
	(gimp_display_shell_scale_update_scrollbars)
	(gimp_display_shell_scale_update_rulers): bail out early if
	shell->display is NULL.

2008-10-03  Michael Natterer  <mitch@gimp.org>

	Bug 554785 – Compile failure on uri-backend-libcurl

	* plug-ins/file-uri/uri-backend-libcurl.c: apply patch from Robby
	Workman which fixes the build for this file.

2008-10-03  Sven Neumann  <sven@gimp.org>

	* configure.in: removed custom error message from checks for babl
	and GEGL. The default error message is a lot more helpful.

2008-10-02  Sven Neumann  <sven@gimp.org>

	* app/tools/gimpgegltool.c (gimp_gegl_tool_operation_blacklisted):
	add "text" to the list of blacklisted operations.

2008-10-02  Michael Natterer  <mitch@gimp.org>

	Bug 554646 – Opening Help crashes GIMP with lqr-plugin installed

	* app/widgets/gimphelp.c (gimp_help_get_help_domains): need to
	assign (*foo)[i] and not *foo[i] of a gchar** returned via return
	value location.

2008-10-02  Michael Natterer  <mitch@gimp.org>

	* app/plug-in/gimppluginprocframe.c: keep a reference to the
	proc_frame's procedure. We can't asume it's always there since it
	could be a temporary one and its plug-in might die during
	procedure execution, taking the temp_proc with it.

2008-10-02  Martin Nordholts  <martinn@svn.gnome.org>

	Bug 553534 – centering issues after image scaling and setting zoom
	to 100%

	* app/display/display-enums.h: Added a GimpZoomFocus enum with
	'best guess', 'pointer' or 'image center' values.

	* app/display/gimpdisplayshell-scale.[ch]
	(gimp_display_shell_scale): Take a GimpZoomFocus parameter and
	pass it on to

	(gimp_display_shell_scale_get_zoom_focus): which returns the
	requested zoom focus point if one was given, else makes a best
	guess.

	* app/actions/view-commands.c
	* app/display/gimpstatusbar.c
	* app/display/gimpnavigationeditor.c
	* app/display/gimpdisplayshell-callbacks.c
	* app/display/gimpdisplayshell-scale-dialog.c: For explicit-zoom
	commands like "zoom to 100%", always use the image center as the
	zoom focus point. For all other zooming, continue to use the
	best-guess method.

	* app/display/display-enums.c: Regenerated.

2008-10-02  Sven Neumann  <sven@gimp.org>

	Bug 554898 – Compile failure on uri-backend-wget.c

	* plug-ins/file-uri/uri-backend-wget.c: removed spurious commas
	that broke the build.

2008-10-01  Sven Neumann  <sven@gimp.org>

	* Makefile.am (EXTRA_DIST): added ChangeLog.pre-2-6 and NEWS.pre-2-6.

2008-10-01  Sven Neumann  <sven@gimp.org>

	* tools/gimptool.c: create the target directory and intermediate
	parent directories as needed. Restores the behavior of the
	gimptool shell script.

2008-10-01  Sven Neumann  <sven@gimp.org>

	* menus/Makefile.am (%.xml): added a dependency on configure.in to
	make sure that the image-menu.xml file is rebuilt when the version
	number is changed.

2008-10-01  Tor Lillqvist  <tml@novell.com>

	* app/plug-in/gimpplugin.c
	* app/widgets/gtkscalebutton.c: : Don't #define _GNU_SOURCE on
	Windows as it confuses newest mingw headers.

2008-10-01  Sven Neumann  <sven@gimp.org>

	* configure.in: bumped version to 2.6.1 (interface age 1).

2008-09-30  Sven Neumann  <sven@gimp.org>

	* Made 2.6.0 release.