list what's new since the last release.

2003-09-24  Sven Neumann  <sven@gimp.org>

	* NEWS: list what's new since the last release.

	* app/core/core-enums.h: fixed a typo.
This commit is contained in:
Sven Neumann 2003-09-24 19:47:59 +00:00 committed by Sven Neumann
parent d67f3d705e
commit 0e09f3e19d
3 changed files with 32 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2003-09-24 Sven Neumann <sven@gimp.org>
* NEWS: list what's new since the last release.
* app/core/core-enums.h: fixed a typo.
2003-09-24 Dave Neary <bolsh@gimp.org>
* plug-ins/common/jpeg.c: Set default value for toggle, and

25
NEWS
View file

@ -8,6 +8,31 @@ development takes place on the road to the next stable release
GIMP version 2.0.
Overview of Changes in GIMP 1.3.21
==================================
- Better looking and more accessible dockables [Mitch]
- Fixes for right-to-left rendering [Sven, Mitch]
- Rewritten webbroswer plug-in [Brix]
- Much improved path tool [Simon, Mitch]
- Export GIMP paths to SVG [Sven, Simon]
- Import SVG paths as GIMP paths [Sven, Simon]
- Added SVG file plug-in from librsvg and improved it [Sven]
- Store new vectors in XCF [Simon, Mitch]
- Allow to toggle visibility of paths in path list [Mitch]
- Stroke paths using libart (work in progress...) [Simon, Bolsh]
- Move tool now also moves paths [Mitch]
- Some progress towards gimp-console, a gtk-less GIMP for batch mode [Mitch]
- Improved Decompose/Compose plug-ins [Alexey Dyachenko, Sven]
- More SIMD compositing code [Helvetix]
- Right mouse buttons now also cancels paint operations [Mitch]
- More internal code cleanup and documentation [Mitch, Sven]
- Lots of bug fixes
Other contributors:
Adam D. Moss, Dom Lachowicz, Manish Singh, Jakub Steiner,
Christian Neumair, Seth Burgess, Maurits Rijk
Overview of Changes in GIMP 1.3.20
==================================
- Improved documentation of the app directory [Mitch, Sven]

View file

@ -209,7 +209,7 @@ typedef enum /*< pdb-skip >*/
#define GIMP_TYPE_CAP_STYLE (gimp_cap_style_get_type ())
GType gimp_cap_style_type_get_type (void) G_GNUC_CONST;
GType gimp_cap_style_get_type (void) G_GNUC_CONST;
typedef enum /*< pdb-skip >*/
{