~ubuntu-branches/ubuntu/jaunty/gimp/jaunty-security

« back to all changes in this revision

Viewing changes to plug-ins/pygimp/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-05-02 16:33:03 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20070502163303-bvzhjzbpw8qglc4y
Tags: 2.3.16-1ubuntu1
* Resynchronized with Debian, remaining Ubuntu changes:
  - debian/rules: i18n magic.
* debian/control.in:
  - Maintainer: Ubuntu Core Developers <ubuntu-devel@lists.ubuntu.com>
* debian/patches/02_help-message.patch,
  debian/patches/03_gimp.desktop.in.in.patch,
  debian/patches/10_dont_show_wizard.patch: updated.
* debian/patches/04_composite-signedness.patch,
  debian/patches/05_add-letter-spacing.patch: dropped, used upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2006-04-28  Sven Neumann  <sven@gimp.org>
 
2
 
 
3
        * doc/pygimp.sgml: applied documentation patch contributed by
 
4
        Sylvain Fourmanoit (bug #339886).
 
5
 
 
6
2005-10-04  Sven Neumann  <sven@gimp.org>
 
7
 
 
8
        * plug-ins/benchmark-foreground-extract.py (benchmark): removed
 
9
        run-mode parameters again.  Seems to have been fixed in pygimp.
 
10
 
 
11
2005-09-27  Sven Neumann  <sven@gimp.org>
 
12
 
 
13
        * gimpmodule.c (pygimp_progress_install): undeprecated.
 
14
 
 
15
2005-08-19  Sven Neumann  <sven@gimp.org>
 
16
 
 
17
        * gimpmodule.c
 
18
        * gimp-drawable.c: use canonical procedure names with
 
19
        gimp_run_procedure().
 
20
 
 
21
2005-08-06  Sven Neumann  <sven@gimp.org>
 
22
 
 
23
        * plug-ins/benchmark-foreground-extract.py: pass run-mode to PDB
 
24
        calls.
 
25
 
 
26
2005-08-03  Sven Neumann  <sven@gimp.org>
 
27
 
 
28
        * pygimp-rgb.c: added wrapper for gimp_rgb_luminance().
 
29
 
 
30
2005-07-29  Sven Neumann  <sven@gimp.org>
 
31
 
 
32
        * plug-ins/benchmark-foreground-extract.py: follow PDB API change.
 
33
 
 
34
2005-07-18  Sven Neumann  <sven@gimp.org>
 
35
 
 
36
        * plug-ins/benchmark-foreground-extract.py: allow to have the
 
37
        output images saved, made the code more robust, corrected some
 
38
        mistakes.
 
39
 
 
40
2005-07-16  Sven Neumann  <sven@gimp.org>
 
41
 
 
42
        * plug-ins/benchmark-foreground-extract.py: show elapsed time.
 
43
 
 
44
2005-07-16  Sven Neumann  <sven@gimp.org>
 
45
 
 
46
        * Makefile.am
 
47
        * plug-ins/benchmark-foreground-extract.py: added a rough
 
48
        implementation of the foreground extraxtion benchmark as proposed
 
49
        in the GrabCut paper. See comments in the file for details.
 
50
 
 
51
2005-06-22  Sven Neumann  <sven@gimp.org>
 
52
 
 
53
        * plug-ins/foggify.py: fixed capitalization of menu label.
 
54
 
1
55
2004-12-19  Sven Neumann  <sven@gimp.org>
2
56
 
3
57
        * Makefile.am: added $(pygimp_DATA) to EXTRA_DIST.