Commit graph

317 commits

Author SHA1 Message Date
Sven Neumann
2c9be3e4a5 Made 2.3.1 development release.
2005-06-09  Sven Neumann  <sven@gimp.org>

        * Made 2.3.1 development release.
2005-06-09 17:13:20 +00:00
Sven Neumann
cd05183963 news flash 2005-06-09 16:21:46 +00:00
Sven Neumann
ed0c815b68 news update 2005-06-04 15:16:42 +00:00
Sven Neumann
247603f9e1 news 2005-05-23 11:35:21 +00:00
Sven Neumann
b22a22fa83 NEWS flash 2005-05-21 14:50:11 +00:00
Sven Neumann
fa8a2c37ea news flash 2005-05-11 23:22:59 +00:00
Sven Neumann
7c2f4a126a NEWS update, fixed a typo in ChangeLog 2005-05-08 23:52:40 +00:00
Sven Neumann
3be7096f12 layout 2005-04-06 13:44:30 +00:00
Sven Neumann
a97f4f8355 news update 2005-04-06 13:43:52 +00:00
Sven Neumann
ff0bbeed5a news update 2005-03-25 23:22:41 +00:00
Sven Neumann
97e517a9ad news update for HEAD branch 2005-03-17 00:43:13 +00:00
Sven Neumann
aa91f99a1b first version of a new NEWS list 2005-02-13 02:06:28 +00:00
Sven Neumann
c41b142081 updated NEWS for HEAD branch 2004-12-28 17:42:33 +00:00
Sven Neumann
4d27239a9c renamed menu_path parameter to menu_label and added a pointer to
2004-12-28  Sven Neumann  <sven@gimp.org>

	* libgimp/gimp.[ch] (gimp_install_procedure, gimp_install_temp_proc):
	renamed menu_path parameter to menu_label and added a pointer to
	gimp_plugin_menu_register()

	* app/widgets/gimpsizebox.c (gimp_size_box_constructor): removed
	unused variables.
2004-12-28 15:21:16 +00:00
Sven Neumann
6e1ff6f29d don't call gimp_progress_update() for each and every pixel. Every few rows
2004-12-24  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/despeckle.c (despeckle_median): don't call
	gimp_progress_update() for each and every pixel. Every few rows
	should be enough. Fixes bug #162129.

	* plug-ins/common/blur.c: set progress to 1.0 when done, not to 100.
2004-12-23 23:19:43 +00:00
Sven Neumann
68f0686c27 news flash 2004-12-23 22:38:38 +00:00
Sven Neumann
7d11f4ddbc made plug_in_proc_frame_free() a static function.
2004-12-23  Sven Neumann  <sven@gimp.org>

	* app/plug-in/plug-in-proc-frame.[ch]: made plug_in_proc_frame_free()
	a static function.
2004-12-23 15:13:51 +00:00
Sven Neumann
360e067709 added NEWS for the stable branch (no, we haven't branched yet).
2004-12-22  Sven Neumann  <sven@gimp.org>

	* NEWS: added NEWS for the stable branch (no, we haven't branched
	yet).

	* Makefile.am
	* NEWS.pre-2.2: moved old NEWS here.
2004-12-22 01:07:11 +00:00
Sven Neumann
863501a63a last-minute updates 2004-12-19 02:30:52 +00:00
Sven Neumann
162c352f28 updated 2004-12-13 00:56:50 +00:00
Sven Neumann
2db008400f INSTALL NEWS updates for the GIMP 2.2.0 release.
2004-12-11  Sven Neumann  <sven@gimp.org>

	* INSTALL
	* NEWS
	* README: updates for the GIMP 2.2.0 release.
2004-12-11 16:55:13 +00:00
Sven Neumann
6f4d9df019 call base_exit() before quitting the application using exit(). Fixes bug
2004-11-22  Sven Neumann  <sven@gimp.org>

	* app/app_procs.c (app_exit_after_callback): call base_exit()
	before quitting the application using exit(). Fixes bug #159019.

	* app/base/tile-swap.c: moved the warning about a non-empty swap
	file into #ifdef GIMP_UNSTABLE ... #endif.
2004-11-22 21:29:41 +00:00
Sven Neumann
afd2ba97a6 updates for the 2.2-pre2 release 2004-11-19 22:24:53 +00:00
Sven Neumann
6cea47c7ea news flash 2004-11-17 22:31:02 +00:00
Sven Neumann
869a1b680d started to redo this dialog without using a GimpSizeBox. The widgets
2004-11-15  Sven Neumann  <sven@gimp.org>

	* app/dialogs/print-size-dialog.c: started to redo this dialog
	without using a GimpSizeBox. The widgets aren't connected, so it
	isn't usable yet.

	* app/widgets/gimpprogressbox.c
	* app/widgets/gimpprogressdialog.c
	* app/widgets/gimpsizebox.c: trivial cleanups.

	* data/images/gimp-splash.png: splash for 2.2-pre2, done by Jimmac.
2004-11-14 23:51:46 +00:00
Sven Neumann
6e1ea086c9 added Karine Proot to contributors 2004-11-14 14:35:32 +00:00
Sven Neumann
1f64ff6c82 updates 2004-11-14 10:41:42 +00:00
Sven Neumann
ec9ee41fe7 themes/Default/images/Makefile.am
2004-11-14  Sven Neumann  <sven@gimp.org>

	* themes/Default/images/Makefile.am
	* themes/Default/images/stock-center-16.png
	* themes/Default/images/stock-center-24.png
	* themes/Default/images/stock-print-resolution-16.png
	* themes/Default/images/stock-print-resolution-24.png: new icons
	drawn by Jimmac.

	* libgimpwidgets/gimpstock.[ch]: registered the new icons.

	* app/actions/image-actions.c
	* app/dialogs/print-size-dialog.c
	* app/dialogs/resize-dialog.c
	* plug-ins/ifscompose/ifscompose.c: use them.
2004-11-14 01:51:21 +00:00
Sven Neumann
232e5ea221 bumped version to 2.2-pre2.
2004-11-14  Sven Neumann  <sven@gimp.org>

	* configure.in: bumped version to 2.2-pre2.
2004-11-14 01:16:18 +00:00
Simon Budig
7f48c61e10 Fixed handling of 1x1 selection and selection out of drawable.
2004-11-01  Simon Budig  <simon@gimp.org>

	* plug-ins/common/plasma.c: Fixed handling of 1x1 selection and
	selection out of drawable.
2004-10-31 23:44:12 +00:00
Sven Neumann
c584d16144 updated NEWS for 2.2.0-pre1 2004-10-31 20:38:39 +00:00
Sven Neumann
789240efc9 INSTALL NEWS updated for 2.2 pre-releases.
2004-10-30  Sven Neumann  <sven@gimp.org>

	* INSTALL
	* NEWS
	* README: updated for 2.2 pre-releases.
2004-10-30 01:42:14 +00:00
Sven Neumann
550965744d new splash by Jimmac.
2004-10-15  Sven Neumann  <sven@gimp.org>

	* data/images/gimp-splash.png: new splash by Jimmac.
2004-10-14 22:18:25 +00:00
David Odin
6f1d8b6be6 ported to GimpDrawablePreview, and removed many lines of codes.
* plug-ins/common/scatter_hsv.c: ported to GimpDrawablePreview, and
  removed many lines of codes.
2004-10-14 22:07:52 +00:00
Sven Neumann
2206108f0c more news 2004-10-14 21:21:17 +00:00
David Odin
fe6045b9e5 Added a preview.
* plug-ins/common/colorify.c: Added a preview.
2004-10-13 21:21:48 +00:00
David Odin
b21428d6ac added cubism to the list of plug-ins that now have a preview. 2004-10-13 20:51:41 +00:00
Sven Neumann
1fdb729dce updated 2004-10-12 17:48:29 +00:00
Sven Neumann
6af2d09820 updated for 2.1.6 release 2004-10-04 20:30:40 +00:00
Michael Natterer
224e121ad6 Updated. 2004-10-04 20:17:32 +00:00
Sven Neumann
7762dbd9c9 NEWS update 2004-09-29 23:46:28 +00:00
Michael Natterer
95e41707ff More news. 2004-09-19 22:55:59 +00:00
Sven Neumann
9f79a8fc1f updated NEWS 2004-09-19 20:56:23 +00:00
Sven Neumann
4df47bde0c news flash 2004-09-15 22:49:14 +00:00
Sven Neumann
5a016a752f Reverted my change. It was bogus since Noisify is actually Scatter RGB. 2004-09-05 00:28:47 +00:00
Sven Neumann
ea84f1ba6c libgimp/libgimp-sections.txt added gimp_image_resize_to_layers().
2004-09-05  Sven Neumann  <sven@gimp.org>

	* libgimp/libgimp-sections.txt
	* libgimp/tmpl/gimpimage.sgml: added gimp_image_resize_to_layers().
2004-09-05 00:17:28 +00:00
Simon Budig
cf9951a0e4 NEWS: Updated for "Fit Canvas to Layers" 2004-09-04 22:43:21 +00:00
Sven Neumann
0ef4dc1713 NEWS update, ChangeLog formatting 2004-09-04 08:53:10 +00:00
David Odin
3b3740ad85 added a note about the comment in info window and did some changes about the
plug-ins which now have a preview
2004-09-04 01:10:30 +00:00
Sven Neumann
35c218168e updated 2004-09-04 00:45:03 +00:00
Sven Neumann
323e7f4cc0 updated 2004-08-21 15:54:14 +00:00
Simon Budig
5dd10c748d Fix some GUI issues. Make the relation between the dimension parameter and
2004-08-21  Simon Budig  <simon@gimp.org>

	* plug-ins/common/gih.c: Fix some GUI issues. Make the relation
	between the dimension parameter and the rank thingies more clear
	also changed to a nicer layout.
2004-08-21 10:38:38 +00:00
Sven Neumann
ce45d96897 updated.
2004-08-11  Sven Neumann  <sven@gimp.org>

	* POTFILES.in: updated.
2004-08-11 15:30:36 +00:00
Sven Neumann
67fa71bc1e updated 2004-08-05 22:47:56 +00:00
Sven Neumann
b580628e4f don't leak empty SVG gradients.
2004-07-27  Sven Neumann  <sven@gimp.org>

	* app/core/gimpgradient-load.c: don't leak empty SVG gradients.
2004-07-27 19:34:27 +00:00
Michael Natterer
f36f9188d2 minor correction. 2004-07-27 13:05:37 +00:00
Sven Neumann
b7120104dd updated NEWS 2004-07-26 22:49:22 +00:00
Sven Neumann
ce5ffd3ea7 fixed some GUI issues: left-align labels, use stock buttons, added
2004-07-20  Sven Neumann  <sven@gimp.org>

	* plug-ins/Lighting/lighting_ui.c: fixed some GUI issues:
	left-align labels, use stock buttons, added line-breaks to make
	the code fit into 80 columns.
2004-07-19 22:06:09 +00:00
Sven Neumann
55c03a25b5 don't start a comment with /** unless it's meant to be parsed by gtk-doc.
2004-07-18  Sven Neumann  <sven@gimp.org>

	* app/composite/gimp-composite-mmx.h: don't start a comment with
	/** unless it's meant to be parsed by gtk-doc.

	* app/actions/Makefile.am:
	* app/actions/file-dialog-commands.[ch]: removed, not used any
	longer.
2004-07-18 18:24:32 +00:00
Michael Natterer
91c4e03792 s/fizes/fixes/ 2004-07-12 15:58:14 +00:00
Sven Neumann
cbe7552189 NEWS update, fixed UTF-8 in ChangeLog 2004-07-12 15:30:45 +00:00
Sven Neumann
87ee13fad1 removed #ifdef'ed code that isn't any longer needed.
2004-07-03  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/dog.c (dog): removed #ifdef'ed code that isn't
	any longer needed.
2004-07-03 10:16:48 +00:00
Sven Neumann
569765d7e3 Made 2.1.1 release.
2004-06-24  Sven Neumann  <sven@gimp.org>

        * Made 2.1.1 release.
2004-06-24 00:51:19 +00:00
Sven Neumann
7bdf689b68 commented out the linux_input controller configuration.
2004-06-24  Sven Neumann  <sven@gimp.org>

	* etc/controllerrc: commented out the linux_input controller
	configuration.
2004-06-23 22:34:33 +00:00
Sven Neumann
5823d07e23 bumped version to 2.1.1. Allow to disable the build of the linux_input
2004-06-17  Sven Neumann  <sven@gimp.org>

	* configure.in: bumped version to 2.1.1. Allow to disable the
	build of the linux_input controller module.
2004-06-17 10:01:58 +00:00
Sven Neumann
0b982011ac applied a patch by Philip Lafleur that changes the default to FALSE. Fixes
2004-06-04  Sven Neumann  <sven@gimp.org>

	* app/paint/gimppaintoptions.c (DEFAULT_PRESSURE_PRESSURE):
	applied a patch by Philip Lafleur that changes the default to
	FALSE. Fixes bug #143626.
2004-06-04 09:47:06 +00:00
Sven Neumann
efd6c6b56c added more contributors 2004-06-02 11:11:29 +00:00
Sven Neumann
394035cc36 more NEWS update 2004-06-02 10:39:16 +00:00
Michael Natterer
631b5b4d95 more news & cleanup. 2004-06-01 23:44:10 +00:00
Sven Neumann
86d153f869 NEWS updated.
2004-06-02  Sven Neumann  <sven@gimp.org>

	* NEWS
	* README: updated.
2004-06-01 23:25:53 +00:00
Nate Summers
1883a7e985 Recommitted lost changes to NEWS and ChangeLog 2004-05-21 18:22:46 +00:00
Sven Neumann
fe5d17d0aa NEWS update 2004-05-20 02:03:48 +00:00
Nate Summers
7ccf507fce oops, forgot a <CR> 2004-05-18 15:05:06 +00:00
Nate Summers
9a07faff58 Clarified end-user visible features. Made sundry small grammar and consistancy fixes. Reorganized list of changes slightly. 2004-05-18 15:04:06 +00:00
Sven Neumann
987cacecdc started a list of changes and new features 2004-05-11 23:49:03 +00:00
Sven Neumann
99309dde33 NEWS mention that this is the development branch.
2004-04-15  Sven Neumann  <sven@gimp.org>

	* NEWS
	* README: mention that this is the development branch.
2004-04-15 13:06:39 +00:00
Sven Neumann
14c6f50a80 plug-ins/imagemap/imap_cern_parse.c plug-ins/imagemap/imap_csim_parse.c
2004-04-13  Sven Neumann  <sven@gimp.org>

	* plug-ins/imagemap/imap_cern_parse.c
	* plug-ins/imagemap/imap_csim_parse.c
	* plug-ins/imagemap/imap_ncsa_parse.c: regenerated using GNU Bison
	version 1.875a. Fixes bug #139894.
2004-04-13 20:40:28 +00:00
Sven Neumann
84688d18d8 added a category parameter to make this function more flexible.
2004-04-13  Sven Neumann  <sven@gimp.org>

	* app/core/gimp-utils.[ch] (gimp_get_default_language): added a
	category parameter to make this function more flexible.

	* app/text/gimptext.c: changed accordingly.

	* app/widgets/gimphelp.c (gimp_help): localize the help pages
	according to the value of LC_MESSAGES. Fixes bug #139917.
2004-04-13 15:07:30 +00:00
Sven Neumann
68d9b6013c push an undo group only when it's needed. This resurrects text undo
2004-04-10  Sven Neumann  <sven@gimp.org>

	* app/tools/gimptexttool.c (gimp_text_tool_apply): push an undo
	group only when it's needed. This resurrects text undo compression
	that broke when bug #137767 got fixed.
2004-04-10 18:11:00 +00:00
Sven Neumann
68d558397a NEWS update 2004-04-10 12:41:31 +00:00
Sven Neumann
115eeb611a Makefile.am moved old NEWS to this new file.
2004-04-04  Sven Neumann  <sven@gimp.org>

	* Makefile.am
	* NEWS.pre-2-0: moved old NEWS to this new file.

	* NEWS: list bugs fixed since 2.0.0.
2004-04-05 00:17:57 +00:00
Sven Neumann
353182861d INSTALL NEWS updated for the 2.0 release.
2004-03-23  Sven Neumann  <sven@gimp.org>

	* INSTALL
	* NEWS
	* README: updated for the 2.0 release.
2004-03-23 11:28:38 +00:00
Sven Neumann
145596d9a0 a bug and two people I forgot to include for 2.0rc1 2004-03-21 12:40:46 +00:00
Sven Neumann
f97ae7d726 set version number to 2.0.0, version string to "2.0rc1".
2004-03-20  Sven Neumann  <sven@gimp.org>

	* configure.in: set version number to 2.0.0, version string to
	"2.0rc1".

	* app/Makefile.am
	* libgimp/Makefile.am
	* libgimpbase/Makefile.am
	* libgimpcolor/Makefile.am
	* libgimpmath/Makefile.am
	* libgimpmodule/Makefile.am
	* libgimpthumb/Makefile.am
	* libgimpwidgets/Makefile.am
	* tools/Makefile.am: changed 1.3 to 2.0 all over the place.

	* README
	* NEWS: updated for the 2.0rc1 release.
2004-03-20 20:45:17 +00:00
Sven Neumann
d813c287cf NEWS update 2004-03-15 01:40:14 +00:00
Sven Neumann
93b7a17578 NEWS update 2004-03-12 13:55:43 +00:00
Sven Neumann
fb2d9928a8 redid the color handling. Still not perfect, but it is somewhat cleaner.
2004-03-11  Sven Neumann  <sven@gimp.org>

	* app/tools/gimptextoptions.[ch]: redid the color handling.
	Still not perfect, but it is somewhat cleaner.
2004-03-11 20:52:49 +00:00
Sven Neumann
c1d65aa1ea updated 2004-03-06 17:52:05 +00:00
Sven Neumann
03806004d1 updated 2004-03-04 00:37:58 +00:00
Sven Neumann
1d86e0e95f added more NEWS 2004-02-22 14:34:23 +00:00
David Neary
e4026c1fb0 Updated NEWS before 2.0pre4 release 2004-02-21 21:12:51 +00:00
Michael Natterer
d46dca668d EXEEXT was fixed by yosh, not by me. Indented multiline bug fixes. 2004-02-10 14:58:29 +00:00
Sven Neumann
777a76a816 updated NEWS 2004-02-10 13:04:59 +00:00
Sven Neumann
d282069c38 missed a bug-fix 2004-02-04 02:11:14 +00:00
Sven Neumann
b8c41b9eaa updated NEWS 2004-02-04 01:45:42 +00:00
David Neary
437324eebf Yet another quick NEWS update.
Yet another quick NEWS update.
2004-02-02 11:00:27 +00:00
David Neary
d7d5a4513a Updated NEWS.
Updated NEWS.
2004-02-01 11:40:36 +00:00
Simon Budig
6e99d930ba Mention fixed bugs in NEWS and Changelog 2004-01-29 22:53:18 +00:00
Sven Neumann
eca5c99e63 updated NEWS 2004-01-29 17:59:11 +00:00
David Neary
6ab5abcd1b Correct typo.
Correct typo.
2004-01-28 16:12:27 +00:00
Sven Neumann
f8f8f3c0bb updated NEWS file 2004-01-27 15:51:36 +00:00
Sven Neumann
a70698c4d9 removed file_utils_filename_to_utf8() ...
2004-01-19  Sven Neumann  <sven@gimp.org>

	* app/file/file-utils.[ch]: removed file_utils_filename_to_utf8() ...

	* libgimpbase/gimputils.[ch]: ... and added it here as
	gimp_filename_to_utf8(). Added some docs that promise less than
	the current implementation holds so that we can change the
	implementation later.

	* app/*/*.c: use gimp_filename_to_utf8() where
	file_utils_filenames_to_utf8() has been used before.

	* libgimpbase/gimpbase.def: changed accordingly.

	* configure.in: reset GIMP_INTERFACE_AGE.
2004-01-19 01:08:43 +00:00
Sven Neumann
fcedcc7188 changed names on contributors demand 2004-01-18 20:02:24 +00:00
Dave Neary
0affb305c5 Updated again.
2004-01-18  Dave Neary  <bolsh@gimp.org>

        * NEWS: Updated again.
2004-01-18 18:26:34 +00:00
Dave Neary
480d921d09 Update NEWS file again.
2004-01-16  Dave Neary  <bolsh@gimp.org>

        * NEWS: Update NEWS file again.
2004-01-16 10:12:39 +00:00
Dave Neary
a1fd8fb48f Now that we're in pre-release mode, list all the bugs fixed in this
2004-01-15  Dave Neary  <bolsh@gimp.org>

        * NEWS: Now that we're in pre-release mode, list all the bugs fixed
        in this release, rather than features added. Commits which don't fix
        bugs are listed in the "Other contributions" section. Bugs were added
        in chronological order according to when the fix was committed (so
        the first bug in the list was the one committed soonest after the
        2.0pre1 release).
2004-01-15 14:29:03 +00:00
Sven Neumann
c6f42dda80 set GIMP_VERSION to 2.0pre1.
2004-01-07  Sven Neumann  <sven@gimp.org>

        * configure.in: set GIMP_VERSION to 2.0pre1.

        * HACKING
        * INSTALL
        * NEWS
        * README: updated and changed accordingly.
2004-01-07 00:43:53 +00:00
Simon Budig
1f16d9cfc3 Fixed spelling of my name ("Simon" instead of "Nomis"). 2004-01-05 13:36:30 +00:00
Dave Neary
424d1ce65e Update news.
2004-01-05  Dave Neary  <bolsh@gimp.org>

        * NEWS: Update news.
2004-01-05 13:08:42 +00:00
Dave Neary
bff447f05a Updated NEWS.
2003-12-21  Dave Neary  <bolsh@gimp.org>

        * NEWS: Updated NEWS.
2003-12-21 13:48:29 +00:00
Sven Neumann
b4ef35165d minor NEWS update 2003-12-08 10:55:26 +00:00
Dave Neary
29d30f94ea Updated.
2003-12-07  Dave Neary  <bolsh@gimp.org>

        * NEWS: Updated.
2003-12-07 21:59:18 +00:00
Raphaël Quinet
c4032a9d19 Improved the spelling of my name (missing accents) and added a mention
2003-11-25  Raphaël Quinet  <quinet@gamers.org>

	* NEWS: Improved the spelling of my name (missing accents) and
	added a mention about animoptimize in the last release.
2003-11-25 06:31:14 +00:00
Henrik Brix Andersen
1bacaa643c NEWS update 2003-11-22 14:35:07 +00:00
Sven Neumann
6c88f53a96 NEWS flash 2003-11-22 00:49:48 +00:00
Sven Neumann
b86143f2e8 NEWS flash 2003-11-20 11:51:17 +00:00
Sven Neumann
141230d689 News flash 2003-11-16 22:04:01 +00:00
Sven Neumann
53f2e06bcf NEWS update 2003-11-11 22:22:16 +00:00
Sven Neumann
47c862f353 NEWS flash 2003-11-09 13:13:37 +00:00
Sven Neumann
35d0fd211c first NEWS update after 1.3.22 2003-11-06 17:50:49 +00:00
Sven Neumann
b93eda32d7 Made 1.3.22 release.
2003-11-03  Sven Neumann  <sven@gimp.org>

        * Made 1.3.22 release.
2003-11-03 01:10:58 +00:00
Sven Neumann
b90be2fe66 forgot to also add a range check here.
2003-11-01  Sven Neumann  <sven@gimp.org>

	* app/base/gimphistogram.c (gimp_histogram_get_mean): forgot to
	also add a range check here.

	* app/widgets/gimphistogrameditor.c: update the channel menu when
	the image mode changes or an alpha channel is added/removed.
2003-11-01 13:16:02 +00:00
Sven Neumann
c1625d3e21 updated NEWS file 2003-10-25 20:11:21 +00:00
Sven Neumann
445d6bfc9f app/widgets/Makefile.am added a simple utility function
2003-10-20  Sven Neumann  <sven@gimp.org>

	* app/widgets/Makefile.am
	* app/widgets/gimptooldialog.[ch]: added a simple utility function
	gimp_tool_dialog_new() that creates a GimpVieawableDialog based on
	GimpToolInfo and registers it with the toplevel dialog factory.

	* app/tools/gimpbrightnesscontrasttool.c
	* app/tools/gimpcolorbalancetool.c
	* app/tools/gimpcolorizetool.c
	* app/tools/gimpcolorpickertool.c
	* app/tools/gimpcurvestool.c
	* app/tools/gimphistogramtool.c
	* app/tools/gimphuesaturationtool.c
	* app/tools/gimpimagemaptool.[ch]
	* app/tools/gimplevelstool.c
	* app/tools/gimpmeasuretool.c: use the new functionality; removed
	the shell_identifier since it can be created from the tool name.

	* app/tools/gimpperspectivetool.c
	* app/tools/gimpposterizetool.c
	* app/tools/gimprotatetool.c
	* app/tools/gimpscaletool.c
	* app/tools/gimpsheartool.c
	* app/tools/gimpthresholdtool.c
	* app/tools/gimptransformtool.[ch]: removed the shell_identifier
	here as well. Should also be ported to gimp_tool_dialog_new().

	* NEWS: removed stuff that isn't new at all.
2003-10-20 21:27:34 +00:00
Dave Neary
1d6fa98982 Updated the NEWS file.
2003-10-20  Dave Neary  <bolsh@gimp.org>

	* NEWS: Updated the NEWS file.
2003-10-20 20:36:14 +00:00
Sven Neumann
6a4561214b list some new stuff since 1.3.21 2003-10-10 16:12:41 +00:00
Sven Neumann
82bc2a60b4 some smaller updates 2003-10-05 17:27:59 +00:00
Sven Neumann
e49cc1893b I wonder why I keep writing '2' into all documents lately... 2003-10-01 16:04:36 +00:00
Sven Neumann
b05d950f15 updated.
2003-09-30  Sven Neumann  <sven@gimp.org>

	* NEWS: updated.
2003-09-30 00:53:27 +00:00
Sven Neumann
0e09f3e19d 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.
2003-09-24 19:47:59 +00:00
Sven Neumann
a74d21379f Made 1.3.20 release. 2003-09-07 23:24:08 +00:00
Tor Lillqvist
c711123bec Fix the spelling of my name ;-) 2003-09-03 19:58:23 +00:00
Dave Neary
e5c4c12863 Changed slightly - I overestimated/overanticipated some things.
2003-09-03  Dave Neary  <bolsh@gimp.org>

        * NEWS: Changed slightly - I overestimated/overanticipated
        some things.

        * HACKING: Updated to fix some indentation issues, and clear
        up some small points (like not building as root) following
        suggestions from Emmet Caulfield <emmet@netrogen.com>
2003-09-02 18:57:01 +00:00
Dave Neary
6d4fdca1a8 NEWS: Updated NEWS.
2003-09-01  Dave Neary  <bolsh@gimp.org>

        NEWS: Updated NEWS.
2003-09-01 20:20:06 +00:00
Dave Neary
dbdbeb530c Updated the NEWS file.
2003-08-28  Dave Neary <bolsh@gimp.org>

        * NEWS: Updated the NEWS file.
2003-08-28 20:39:58 +00:00
Dave Neary
012b75efc0 Update NEWS file, split path tool improvements into user-visible chunks.
2003-08-27  Dave Neary  <bolsh@gimp.org>

        * NEWS: Update NEWS file, split path tool improvements into
        user-visible chunks.
2003-08-27 08:13:11 +00:00
Sven Neumann
0eff267590 applied patch from Guillermo S. Romero that moves the newly added PDB
2003-08-27  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/edge.c: applied patch from Guillermo S. Romero
	that moves the newly added PDB parameter to the end and documents
	the former default value.

	* plug-ins/script-fu/scripts/3d-outline.scm
	* plug-ins/script-fu/scripts/circuit.scm
	* plug-ins/script-fu/scripts/lava.scm
	* plug-ins/script-fu/scripts/predator.scm: changed accordingly by
	Guillermo S. Romero.
2003-08-26 23:43:48 +00:00
Sven Neumann
c2aa301cb9 NEWS updates 2003-08-22 09:28:33 +00:00
Sven Neumann
cbfa25184d minor NEWS fixes 2003-08-11 01:24:25 +00:00
Dave Neary
b6ebaa878d Made 1.3.18 release.
2003-08-10  Dave Neary  <bolsh@gimp.org>

         * Made 1.3.18 release.
2003-08-11 00:08:02 +00:00
Sven Neumann
fdfc0f27c4 Made 1.3.17 release.
2003-07-25  Sven Neumann  <sven@gimp.org>

	* Made 1.3.17 release.
2003-07-25 00:59:27 +00:00
Sven Neumann
f5813eb088 removed an unused function.
2003-07-21  Sven Neumann  <sven@gimp.org>

	* app/widgets/gimpdevicestatus.c: removed an unused function.
2003-07-20 22:50:34 +00:00
Sven Neumann
1ea55851c3 changed the gettext domain prefix to gimp20.
2003-07-20  Sven Neumann  <sven@gimp.org>

	* configure.in: changed the gettext domain prefix to gimp20.

	* m4macros/Makefile.am
	* m4macros/gimp-1.4.m4: removed this file ...
	* m4macros/gimp-2.0.m4: ... and readded it with a new name.
	Changed the macro to AM_PATH_GIMP_2_0().

	* configure.in: added --without-aa option as a way to work around
	broken aalib installations.

	* INSTALL: document --without-aa and --without-mng.
2003-07-20 12:40:30 +00:00
Sven Neumann
f6d87e7f1a updated 2003-07-16 16:24:14 +00:00
Sven Neumann
723f66d977 updates 2003-07-06 10:44:33 +00:00
Sven Neumann
2a35ff7f1d plug-ins/common/blur.c plug-ins/common/gifload.c plug-ins/common/gih.c
2003-07-03  Sven Neumann  <sven@gimp.org>

	* plug-ins/common/blur.c
	* plug-ins/common/gifload.c
	* plug-ins/common/gih.c
	* plug-ins/common/gqbist.c
	* plug-ins/common/jpeg.c
	* plug-ins/common/mapcolor.c
	* plug-ins/common/pcx.c
	* plug-ins/common/png.c
	* plug-ins/common/ps.c
	* plug-ins/common/psd.c
	* plug-ins/common/psp.c
	* plug-ins/common/randomize.c
	* plug-ins/common/sinus.c
	* plug-ins/common/snoise.c
	* plug-ins/common/tga.c
	* plug-ins/common/wmf.c
	* plug-ins/common/xbm.c
	* plug-ins/fp/fp.h
	* plug-ins/fp/fp_gdk.c
	* plug-ins/fp/fp_gtk.c
	* plug-ins/gfig/gfig.c
	* plug-ins/gflare/gflare.c
	* plug-ins/gimpressionist/brush.c
	* plug-ins/gimpressionist/paper.c
	* plug-ins/gimpressionist/ppmtool.c
	* plug-ins/gimpressionist/preview.c
	* plug-ins/ifscompose/ifscompose_utils.c
	* plug-ins/script-fu/script-fu-server.c
	* plug-ins/xjt/xjt.c: fixed some minor code issues found compiling
	with -pedantic.
2003-07-03 13:26:06 +00:00
Sven Neumann
5b181dcf4d bumped version number to 1.3.17.
2003-07-01  Sven Neumann  <sven@gimp.org>

	* configure.in: bumped version number to 1.3.17.
2003-07-01 15:12:21 +00:00
Sven Neumann
a401d3ca77 Made 1.3.16 release.
2003-06-26  Sven Neumann  <sven@gimp.org>

	* Made 1.3.16 release.
2003-06-26 22:49:51 +00:00
Sven Neumann
a5e1a2d437 ChangeLog fixes, NEWS updates 2003-06-24 15:05:46 +00:00
Sven Neumann
4b5bdadc8d updated NEWS 2003-06-23 08:49:58 +00:00