mirror of https://github.com/GNOME/gimp.git
parent
71aed44732
commit
36a859e13b
|
@ -1,3 +1,9 @@
|
|||
Mon Mar 8 16:45:06 PST 1999 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* Made 1.1.3 release
|
||||
|
||||
* gimprc.5.in: use @GIMP_VERSION@
|
||||
|
||||
Mon Mar 8 16:27:25 PST 1999 Manish Singh <yosh@gimp.org>
|
||||
|
||||
* app/hue_saturation.c: comment out Raph's saturation changes,
|
||||
|
|
25
NEWS
25
NEWS
|
@ -124,7 +124,8 @@ Resolution support
|
|||
plug-ins that make use of this.
|
||||
|
||||
GimpPerl
|
||||
The GIMP-Perl extension is now part of GIMP-1.1.
|
||||
The GIMP-Perl extension and several Perl-Fu scripts are now part of
|
||||
GIMP 1.1.
|
||||
|
||||
Monitor resolution
|
||||
The image can now be displayed in float scale factors. If GIMP
|
||||
|
@ -173,6 +174,25 @@ Better feedback
|
|||
gradients, etc.) now display a progress bar and cursor change to
|
||||
inform the user about what's going on.
|
||||
|
||||
Unit representation
|
||||
You can now work directly in inches, centimeters, millimeters, and
|
||||
other units without having to do pixel math to figure things out.
|
||||
|
||||
Paths dialog
|
||||
Manipulating paths is much easier, and the Paths dialog is
|
||||
integrated into the Layers & Channels dialog.
|
||||
|
||||
Thumbnails
|
||||
The Open dialog now displays a thumbnail if it exists, and gives
|
||||
the option to generate one if it doesn't.
|
||||
|
||||
Indexed images
|
||||
Converting images from RGB to Indexed color has been improved.
|
||||
|
||||
Win32 merging
|
||||
The patches required for compiling under Win32 are being integrated
|
||||
into the main GIMP source.
|
||||
|
||||
Miscellaneous
|
||||
- The painting functions (brush, pencil, airbrush, etc.) have been
|
||||
optimized.
|
||||
|
@ -181,6 +201,9 @@ Miscellaneous
|
|||
- The font selector has been redesigned.
|
||||
- The new, slightly incomplete MAINTAINERS file should help track
|
||||
responsibility and expertise for various GIMP parts.
|
||||
- There's now a man page for the gimprc file.
|
||||
- The titlebar layout can be customized to display information in
|
||||
various ways.
|
||||
|
||||
Copyright 1998 by Sven Neumann
|
||||
Modified by Zach Beane
|
||||
|
|
|
@ -4,7 +4,7 @@ AC_INIT(gimprc.in)
|
|||
dnl Initialize automake stuff
|
||||
GIMP_MAJOR_VERSION=1
|
||||
GIMP_MINOR_VERSION=1
|
||||
GIMP_MICRO_VERSION=2
|
||||
GIMP_MICRO_VERSION=3
|
||||
GIMP_INTERFACE_AGE=0
|
||||
GIMP_BINARY_AGE=0
|
||||
GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION
|
||||
|
@ -100,7 +100,7 @@ ALL_LINGUAS="fr sv ja it fi ko de hu nl pl ru"
|
|||
AM_GNU_GETTEXT
|
||||
|
||||
dnl Check for GTK+
|
||||
AM_PATH_GTK(1.1.13,,
|
||||
AM_PATH_GTK(1.2.0,,
|
||||
AC_MSG_ERROR(Test for GTK failed. See the file 'INSTALL' for help.))
|
||||
|
||||
changequote(,)dnl
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
.\" Wed Mar 3 13:09:52 MET 1999 Sven Neumann <sven@gimp.org>
|
||||
.\" * reflect the changes that were made to the resolution stuff
|
||||
.\"
|
||||
.TH GIMPRC 5 "3 Wed 1999" "Version 1.1.2"
|
||||
.TH GIMPRC 5 "3 Wed 1999" "Version @GIMP_VERSION@"
|
||||
.SH NAME
|
||||
gimprc \- gimp configuration file
|
||||
.SH DESCRIPTION
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
.\" Wed Mar 3 13:09:52 MET 1999 Sven Neumann <sven@gimp.org>
|
||||
.\" * reflect the changes that were made to the resolution stuff
|
||||
.\"
|
||||
.TH GIMPRC 5 "3 Wed 1999" "Version 1.1.2"
|
||||
.TH GIMPRC 5 "3 Wed 1999" "Version @GIMP_VERSION@"
|
||||
.SH NAME
|
||||
gimprc \- gimp configuration file
|
||||
.SH DESCRIPTION
|
||||
|
|
Loading…
Reference in New Issue