Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GIMP
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
2,019
Issues
2,019
List
Boards
Labels
Milestones
Merge Requests
22
Merge Requests
22
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
GIMP
Commits
326949b2
Commit
326949b2
authored
Apr 08, 1998
by
Manish Singh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made 0.99.24 release
-Yosh
parent
3a17d16d
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
8 deletions
+10
-8
ChangeLog
ChangeLog
+4
-0
NOTES
NOTES
+2
-2
README
README
+2
-2
TODO
TODO
+0
-2
configure.in
configure.in
+2
-2
No files found.
ChangeLog
View file @
326949b2
Wed Apr 8 00:14:29 PDT 1998 Manish Singh <yosh@gimp.org>
* Made 0.99.23 release
Wed Apr 8 00:04:31 PDT 1998 Manish Singh <yosh@gimp.org>
Wed Apr 8 00:04:31 PDT 1998 Manish Singh <yosh@gimp.org>
* app/batch.c: fixup for script-fu in batch mode from
* app/batch.c: fixup for script-fu in batch mode from
...
...
NOTES
View file @
326949b2
Some notes on GIMP-0.99.2
3
:
Some notes on GIMP-0.99.2
4
:
Please remove everything from your old plugins dir before upgrading to
Please remove everything from your old plugins dir before upgrading to
0.99.2
3
. Some plugins are no longer in the dist and will not be updated.
0.99.2
4
. Some plugins are no longer in the dist and will not be updated.
-- Federico Mena <federico@nuclecu.unam.mx>
-- Federico Mena <federico@nuclecu.unam.mx>
-- Christoph Hoegl <darkwing@bsddmail.franken.de>
-- Christoph Hoegl <darkwing@bsddmail.franken.de>
...
...
README
View file @
326949b2
The GIMP: the GNU Image Manipulation Program
The GIMP: the GNU Image Manipulation Program
--------------------------------------------
--------------------------------------------
This is version 0.99.2
3
of the GIMP. For the most part it contains all
This is version 0.99.2
4
of the GIMP. For the most part it contains all
of the features that will be in version 1.0 of the GIMP. It does,
of the features that will be in version 1.0 of the GIMP. It does,
however, lack a) documentation, b) robustness and c) some of the
however, lack a) documentation, b) robustness and c) some of the
plug-ins found in the 0.54 version.
plug-ins found in the 0.54 version.
The main difference between v0.99.2
3
and much earlier versions is the
The main difference between v0.99.2
4
and much earlier versions is the
use of a tile based memory management for images. This allows the GIMP
use of a tile based memory management for images. This allows the GIMP
to work with images much larger than physical memory in a usable
to work with images much larger than physical memory in a usable
fashion. Before such memory management, the GIMP was nearly unusable
fashion. Before such memory management, the GIMP was nearly unusable
...
...
TODO
View file @
326949b2
Please add things to this file when the need to do them is
Please add things to this file when the need to do them is
discovered.
discovered.
* configure: check for regex library presence
configure.in
View file @
326949b2
...
@@ -7,10 +7,10 @@ GIMP_MAJOR_VERSION_NUMBER=0
...
@@ -7,10 +7,10 @@ GIMP_MAJOR_VERSION_NUMBER=0
dnl $Format: "GIMP_MINOR_VERSION_NUMBER=$ReleaseMinorVersion$" $
dnl $Format: "GIMP_MINOR_VERSION_NUMBER=$ReleaseMinorVersion$" $
GIMP_MINOR_VERSION_NUMBER=99
GIMP_MINOR_VERSION_NUMBER=99
dnl $Format: "GIMP_MICRO_VERSION_NUMBER=$ReleaseMicroVersion$" $
dnl $Format: "GIMP_MICRO_VERSION_NUMBER=$ReleaseMicroVersion$" $
GIMP_MICRO_VERSION_NUMBER=2
3
GIMP_MICRO_VERSION_NUMBER=2
4
dnl $Format: "AM_INIT_AUTOMAKE(gimp, $ReleaseVersion$)" $
dnl $Format: "AM_INIT_AUTOMAKE(gimp, $ReleaseVersion$)" $
AM_INIT_AUTOMAKE(gimp, 0.99.2
3
)
AM_INIT_AUTOMAKE(gimp, 0.99.2
4
)
dnl Specify a header configuration file
dnl Specify a header configuration file
AM_CONFIG_HEADER(config.h)
AM_CONFIG_HEADER(config.h)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment