~ubuntu-branches/ubuntu/intrepid/gimp/intrepid-updates

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Steve Kowalik
  • Date: 2007-11-27 22:16:06 UTC
  • mfrom: (1.1.9 upstream)
  • Revision ID: james.westby@ubuntu.com-20071127221606-ceuabk1eqkjgtolv
Tags: 2.4.2-1ubuntu1
* Merge from Debian unstable.
* Remaining Ubuntu changes:
  - 02_help-message.patch, 03_gimp.desktop.in.in.patch: Distro changes.
  - Weave i18n magic in the rules file.
  - Remove the doc directory symlink in the preinst, and replace it with a
    directory.
  - Munge Maintainer field as per spec.
* Ubuntu changes dropped:
  - Since we aren't in a freeze, and we can make this change now, restore
    the Conflicts and Replaces against gimp-print and stop building with
    --without-print.
  - Re-add NEWS, README and README.Debian to gimp.docs.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2007-11-20  Sven Neumann  <sven@gimp.org>
 
2
 
 
3
        * Made 2.4.2 release.
 
4
 
 
5
2007-11-20  Michael Natterer  <mitch@gimp.org>
 
6
 
 
7
        Merged from trunk:
 
8
 
 
9
        * app/widgets/gimpcontainercombobox.c: set the combo insensitive
 
10
        when it has no items. Fixes bug #498511.
 
11
 
 
12
2007-11-20  Sven Neumann  <sven@gimp.org>
 
13
 
 
14
        Merged from trunk:
 
15
 
 
16
        * plug-ins/script-fu/scripts/t-o-p-logo.scm: applied patch from
 
17
        Ulf-D. Ehlert that fixes the background color used in the Particle
 
18
        Trace filter (bug #498282).
 
19
 
 
20
2007-11-19  Tor Lillqvist  <tml@novell.com>
 
21
 
 
22
        Merged from trunk:
 
23
 
 
24
        * libgimpwidgets/gimpcolorscale.c (gimp_color_scale_render_stipple):
 
25
        Don't write past end of buffer (bug #399484).
 
26
 
 
27
2007-11-16  Sven Neumann  <sven@gimp.org>
 
28
 
 
29
        Merged from trunk:
 
30
 
 
31
        * app/base/lut-funcs.c (equalize_lut_setup): make sure we don't
 
32
        get stuck in a loop if all pixels are transparent (bug #497291).
 
33
 
 
34
2007-11-16  Sven Neumann  <sven@gimp.org>
 
35
 
 
36
        Merged from trunk:
 
37
 
 
38
        * libgimpconfig/gimpcolorconfig.c: changed default value for using
 
39
        the system monitor profile. Many users seem to have broken monitor
 
40
        profiles and it's hard to figure out how to fix this (bug #496890).
 
41
 
 
42
2007-11-15  Sven Neumann  <sven@gimp.org>
 
43
 
 
44
        Merged from trunk:
 
45
 
 
46
        * plug-ins/common/screenshot.c: don't call gimp_edit_clear() if
 
47
        the selection mask is empty after selecting the window shape and
 
48
        inverting that selection. Fixes bug #493182.
 
49
 
 
50
2007-11-15  Sven Neumann  <sven@gimp.org>
 
51
 
 
52
        Merged from trunk:
 
53
 
 
54
        * plug-ins/common/tiff-save.c (save_image): fixed bug in colormap
 
55
        handling (bug #497103).
 
56
 
 
57
2007-11-13  Sven Neumann  <sven@gimp.org>
 
58
 
 
59
        Merged from trunk:
 
60
 
 
61
        * app/core/gimpimage-merge.c (gimp_image_merge_layers): when we
 
62
        encounter an unsupported merge operation (merging an opaque
 
63
        indexed layer onto an indexed layer with alpha channel), then add
 
64
        an alpha channel and try again. Fixes bug #496437.
 
65
 
 
66
2007-11-13  Sven Neumann  <sven@gimp.org>
 
67
 
 
68
        Fix for bug #494049 (painting doesn't update the histogram),
 
69
        merged from trunk:
 
70
 
 
71
        * app/paint/gimppaintcore.c: freeze the drawable preview while we
 
72
        are painting. Update the drawable instead of the image.
 
73
 
 
74
        * app/widgets/gimphistogrameditor.c: use a short timeout instead
 
75
        of an idle handler to update the histogram.
 
76
 
 
77
2007-11-12  Sven Neumann  <sven@gimp.org>
 
78
 
 
79
        Merged from trunk:
 
80
 
 
81
        * app/core/gimpimage-merge.c (gimp_image_merge_layers): corrected
 
82
        the size of the pixel region passed to color_region() in case of
 
83
        an indexed image. Fixes bug #495990.
 
84
 
 
85
2007-11-12  Michael Natterer  <mitch@gimp.org>
 
86
 
 
87
        Merged from trunk:
 
88
 
 
89
        * app/display/gimpdisplayshell-callbacks.c
 
90
        (gimp_display_shell_ruler_button_press): don't let
 
91
        GimpImageMapTools move sample points. They fail badly and leave
 
92
        the display in a paused state.
 
93
 
 
94
2007-11-12  Sven Neumann  <sven@gimp.org>
 
95
 
 
96
        Merged from trunk:
 
97
 
 
98
        * plug-ins/common/tiff-load.c (run): properly handle a failure of
 
99
        TIFFFdOpen() instead of crashing on TIFF files we can't handle.
 
100
 
 
101
2007-11-12  Michael Natterer  <mitch@gimp.org>
 
102
 
 
103
        Merged from trunk:
 
104
 
 
105
        * app/display/gimpdisplayshell.c (gimp_display_shell_new): don't
 
106
        crash if gimp_display_shell_filter_new() returns NULL.
 
107
        Fixes bug #495863.
 
108
 
 
109
2007-11-11  Kevin Cozens  <kcozens@cvs.gnome.org>
 
110
 
 
111
        * plug-ins/script-fu/scripts/script-fu-compat.init: Return a list
 
112
        from cons-array when type is 'string.
 
113
 
 
114
2007-11-10  Sven Neumann  <sven@gimp.org>
 
115
 
 
116
        * app/actions/view-actions.c (view_zoom_explicit_actions): fixed
 
117
        incorrect tooltip (bug #495564).
 
118
 
 
119
2007-11-10  Sven Neumann  <sven@gimp.org>
 
120
 
 
121
        Merged from trunk:
 
122
 
 
123
        * plug-ins/helpbrowser/dialog.c (browser_dialog_make_index_foreach):
 
124
        deal gracefully with NULL titles.
 
125
 
 
126
2007-11-08  Sven Neumann  <sven@gimp.org>
 
127
 
 
128
        Merged from trunk:
 
129
 
 
130
        * app/display/gimpstatusbar.c (gimp_statusbar_vprintf): also cut
 
131
        the message at a '\r' character. Fixes the remaining aspect of
 
132
        bug #492718.
 
133
 
 
134
2007-11-08  Sven Neumann  <sven@gimp.org>
 
135
 
 
136
        Merged from trunk:
 
137
 
 
138
        * app/display/gimpdisplayshell.c (gimp_display_shell_show_tooltip):
 
139
        don't directly pass a message to gimp_statusbar_push(), it expects
 
140
        a format string and printf-like varargs. Fixes the crash reported
 
141
        in bug #492718.
 
142
 
 
143
2007-11-06  Sven Neumann  <sven@gimp.org>
 
144
 
 
145
        Merged from trunk:
 
146
 
 
147
        * tools/pdbgen/pdb/plug_in.pdb: improved documentation for
 
148
        gimp-plugin-menu-register.
 
149
 
 
150
        * app/pdb/plug_in_cmds.c
 
151
        * libgimp/gimpplugin_pdb.c: regenerated.
 
152
 
 
153
2007-11-05  Sven Neumann  <sven@gimp.org>
 
154
 
 
155
        Merged from trunk:
 
156
 
 
157
        * app/core/gimpimagemap.c (gimp_image_map_clear): update the
 
158
        drawable, not the image. This change was missing in the fix for
 
159
        bug #490182. Fixes bug #493639.
 
160
 
 
161
2007-11-01  Sven Neumann  <sven@gimp.org>
 
162
 
 
163
        Merged from trunk:
 
164
 
 
165
        * plug-ins/script-fu/scripts/Makefile.am (scripts):
 
166
        * plug-ins/script-fu/scripts/hsv-graph.scm: removed this script.
 
167
        Fixes bug #491311.
 
168
 
 
169
2007-10-31  Sven Neumann  <sven@gimp.org>
 
170
 
 
171
        * README: somehow a leading space sneaked in here; removed it.
 
172
 
 
173
2007-10-31  Sven Neumann  <sven@gimp.org>
 
174
 
 
175
        Merged from trunk:
 
176
 
 
177
        * app/tools/gimprectangletool.c
 
178
        (gimp_rectangle_tool_get_constraints): set all return values also
 
179
        when bailing out early to avoid valgrind warnings about
 
180
        uninitialized memory.
 
181
 
 
182
2007-10-31  Sven Neumann  <sven@gimp.org>
 
183
 
 
184
        * configure.in: bumped version to 2.4.2 (interface age 2).
 
185
 
1
186
2007-10-31  Sven Neumann  <sven@gimp.org>
2
187
 
3
188
        * Made 2.4.1 release.