mirror of https://github.com/GNOME/gimp.git
NEWS updated.
2004-06-02 Sven Neumann <sven@gimp.org> * NEWS * README: updated.
This commit is contained in:
parent
ff2f6eb09f
commit
86d153f869
|
@ -1,3 +1,8 @@
|
|||
2004-06-02 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* NEWS
|
||||
* README: updated.
|
||||
|
||||
2004-06-02 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* app/display/gimpdisplayshell.c (gimp_display_shell_init): accept
|
||||
|
|
44
NEWS
44
NEWS
|
@ -10,14 +10,22 @@ Overview of Changes since 2.0
|
|||
=============================
|
||||
|
||||
GIMP 2.1 includes the following enhancements:
|
||||
|
||||
- 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
|
||||
inconsistent at the moment.
|
||||
|
||||
* Large parts of the GIMP user interface have been changed to
|
||||
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.
|
||||
* 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
|
||||
|
||||
+ uses the new GtkFileChooser dialog, vastly improving the file dialogs.
|
||||
+ includes port of menus to GtkUIManager, which creates all core menus
|
||||
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.
|
||||
+ adds replacement widgets based on GtkComboBox for most uses of
|
||||
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
|
||||
+ allows keeping toolbox and dock windows above other windows (if the WM
|
||||
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.
|
||||
|
||||
* Plug-ins can now register the same procedures in multiple places (the
|
||||
API to register menu entries has been changed in a backward-compatible
|
||||
fashion.)
|
||||
|
||||
* Plug-ins can now optionally register a menu icon.
|
||||
|
||||
* 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
|
||||
everything than AlienMap did, and the GIMP-specific GIcon format has not
|
||||
been used by anything for quite some time now.
|
||||
|
||||
* 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
15
README
|
@ -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
|
||||
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
|
||||
detailed installation instructions, see the file INSTALL.
|
||||
|
|
Loading…
Reference in New Issue