Commit graph

126 commits

Author SHA1 Message Date
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