NEWS updated.

2004-06-02  Sven Neumann  <sven@gimp.org>

	* NEWS
	* README: updated.
This commit is contained in:
Sven Neumann 2004-06-01 23:25:53 +00:00 committed by Sven Neumann
parent ff2f6eb09f
commit 86d153f869
3 changed files with 56 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2004-06-02 Sven Neumann <sven@gimp.org>
* NEWS
* README: updated.
2004-06-02 Michael Natterer <mitch@gimp.org> 2004-06-02 Michael Natterer <mitch@gimp.org>
* app/display/gimpdisplayshell.c (gimp_display_shell_init): accept * app/display/gimpdisplayshell.c (gimp_display_shell_init): accept

44
NEWS
View File

@ -10,14 +10,22 @@ Overview of Changes since 2.0
============================= =============================
GIMP 2.1 includes the following enhancements: GIMP 2.1 includes the following enhancements:
- Major user interface improvements. - Major user interface improvements.
* Work has begun to make the GIMP user interface comply better with
the GNOME HIG. This is an ongoing effort and the interface is still * Large parts of the GIMP user interface have been changed to
inconsistent at the moment. comply better with the GNOME Human Interface Guidelines. This is
an ongoing effort and the interface may still be inconsistent in
a few places.
* Users are now allowed to clear the undo history. * Users are now allowed to clear the undo history.
* Pixels are now considered image units; this simplifies the handling of
units. * The unit to be used for the rulers and the coordinates display is now
a display property and can be changed in the statusbar of the image
window.
* New widgets and frameworks provided by GTK+ 2.4 are used; this means * New widgets and frameworks provided by GTK+ 2.4 are used; this means
+ uses the new GtkFileChooser dialog, vastly improving the file dialogs. + uses the new GtkFileChooser dialog, vastly improving the file dialogs.
+ includes port of menus to GtkUIManager, which creates all core menus + includes port of menus to GtkUIManager, which creates all core menus
from XML files at runtime. This means that menu items can be rearranged from XML files at runtime. This means that menu items can be rearranged
@ -27,16 +35,42 @@ GIMP 2.1 includes the following enhancements:
or image window you are using. or image window you are using.
+ adds replacement widgets based on GtkComboBox for most uses of + adds replacement widgets based on GtkComboBox for most uses of
GtkOptionMenu (GimpUnitMenu remains to be ported) GtkOptionMenu (GimpUnitMenu remains to be ported)
* adds GimpContainerEntry, a GtkEntry with completion based on
the contents of a GimpContainer.
+ makes the order and visibility of tools in the toolbox configurable + makes the order and visibility of tools in the toolbox configurable
+ allows keeping toolbox and dock windows above other windows (if the WM + allows keeping toolbox and dock windows above other windows (if the WM
supports this hint) supports this hint)
* The toolbox now has an optional preview of the active image.
* Gradients can now be created, deleted, renamed and edited through
the PDB.
- Some changes to plug-ins. - Some changes to plug-ins.
* Plug-ins can now register the same procedures in multiple places (the * Plug-ins can now register the same procedures in multiple places (the
API to register menu entries has been changed in a backward-compatible API to register menu entries has been changed in a backward-compatible
fashion.) fashion.)
* Plug-ins can now optionally register a menu icon. * Plug-ins can now optionally register a menu icon.
* File plug-ins can now register a mime-type. * File plug-ins can now register a mime-type.
* All plug-in dialogs have been reviewed and changed to make them
comply better with the GNOME Human Interface Guidelines.
* The obsolete AlienMap and GIcon plug-ins were removed. AlienMap 2 does * The obsolete AlienMap and GIcon plug-ins were removed. AlienMap 2 does
everything than AlienMap did, and the GIMP-specific GIcon format has not everything than AlienMap did, and the GIMP-specific GIcon format has not
been used by anything for quite some time now. been used by anything for quite some time now.
* A plug-in to load and save windows icon files has been added. * A plug-in to load and save windows icon files has been added.
Contributors:
Michael Natterer, Sven Neumann, Maurits Rijk, Manish Singh,
Henrik Brix Andersen, Philip Lafleur, Raphae«l Quinet, Simon Budig,
William Skaggs, Shlomi Fish, Kevin, Cozens, Jakub Steiner, Daniel
Kobras, Jordi Gay, Yeti, Marco Munari, David Necas, Nils Philippsen,
Soeren Wedel Nielsen, Joao S. O. Bueno, lots of translators and
the contributors that I accidentally missed.

15
README
View File

@ -1,9 +1,18 @@
The GIMP: The GNU Image Manipulation Program THIS IS AN UNSTABLE DEVELOPMENT VERSION! DO NOT USE!
============================================ ====================================================
This is the development branch of The GIMP. Here's where new features This is the development branch of The GIMP. Here's where new features
are being added. Somewhen this summer the next stable GIMP release, are being added. Somewhen this summer the next stable GIMP release,
GIMP 2.2, will emerge out of this. GIMP 2.2, will emerge out of this. This is an early development
snapshot, there are bugs and quite some loose ends.
Since the plug-in API of GIMP 2.2 will be compatible with GIMP 2.0,
2.2 is supposed to install itself into the gimp-2.0 directories. It is
thus not possible to install this development version into the same
prefix with GIMP 2.0. A number of files will clash, so please use a
separate prefix to install this development version.
Please do not distribute binary packages of gimp-2.1!
If you want to hack on The GIMP, please read the file HACKING. For If you want to hack on The GIMP, please read the file HACKING. For
detailed installation instructions, see the file INSTALL. detailed installation instructions, see the file INSTALL.