1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
|
2009-12-01 David Weinehall <tao@acc.umu.se>
* Release 1.2.2.
* Makefile: Apply build fix by Tzafrir Cohen to use pkgconfig
instead of gimptool.
| Thanks!
* Makefile: Properly link against libm
| Thanks to Peter Fritzsche for reporting!
* Makefile: Drop support for The GIMP v1.2.
* Makefile: Update tar ignores.
* ChangeLog: Corrected typos.
* README: Update to cover the fact that we no longer support
The GIMP v1.2.
* hws.c: Comment out image_ID, since it's not used at the moment
2007-06-19 David Weinehall <tao@acc.umu.se>
* Release 1.2.1.
2007-06-19 David Weinehall <tao@acc.umu.se>
* Makefile: Fix local install/uninstall targets.
* DTV.gpl: Added a DTV v3 palette, shamelessly taken from
David Murray's DTV homepage.
* cbmplugs.c: Apply patch from Vanessa Ezekowitz to fix background
colour handling.
| Thanks!
2005-06-04 David Weinehall <tao@acc.umu.se>
* Release 1.2.0.
2005-05-04 David Weinehall <tao@acc.umu.se>
* cbmplugs.c: Fix warnings about incorrect pointer types.
* cbmplugs.c: Add support for HWS.
* cbmplugs.h: Add HWS.
* hws.c: New file.
* Makefile: Build HWS.
* imageformats.txt: Add format description for HWS.
2005-08-31 David Weinehall <tao@acc.umu.se>
* Release 1.1.2.
* COPYING: new FSF address.
* sprite.c: Fix typo.
* advartstudio.c, afli.c, artist64.c, artstudio.c, blazingpaddles.c,
cbmplugs.c, cbmplugs.h, drazpaint.c, eafli.c, fli64.c,
imagesystem.c, interpainthires.c, interpaintlores.c,
koala.c, rain.c, shfli.c, shflixl.c, sprite.c, suxx.c,
twilight.c, vidcom64.c: New FSF address, new copyright year.
* Makefile: new copyright year.
2004-04-21 David Weinehall <tao@acc.umu.se>
* Release 1.1.1.
* Makefile: Adapt install-target to latest version of gimptool.
2004-04-08 David Weinehall <tao@acc.umu.se>
* Release 1.1.0.
* Makefile: Disable compile-time warnings in distributed version.
* cbmplugs.c: Fix warnings about unused variables.
2004-04-02 David Weinehall <tao@acc.umu.se>
* AUTHORS: New file.
* NEWS: New file.
* ChangeLog: Renamed CHANGES to ChangeLog and reformatted it
to GNU-style.
* FIXME: Deleted file.
* TODO: Merged the content of FIXME into this file.
2004-01-13 David Weinehall <tao@acc.umu.se>
* Release 1.0.2.
* Makefile: Changed gimptool-1.3 to gimptool-2.0 to adapt to
latest changes in libgimp-1.3.
* cbmplugs.c: Replace gimp_image_active_drawable with
gimp_image_get_active_drawable.
* cbmplugs.h: Added backwards-compability for
gimp_image_get_active_drawable change.
* advartstudio.c, afli.c, artist64.c, artstudio.c, blazingpaddles.c,
cbmplugs.c, cbmplugs.h, drazpaint.c, eafli.c, fli64.c,
imagesystem.c, interpainthires.c, interpaintlores.c,
koala.c, rain.c, shfli.c, shflixl.c, sprite.c, suxx.c,
twilight.c, vidcom64.c: Updated copyright information.
2004-08-19 David Weinehall <tao@acc.umu.se>
* Release 1.0.1.
* advartstudio.c,afli.c, artist64.c, artstudio.c, blazingpaddles.c,
cbmplugs.h, drazpaint.c, eafli.c, fli64.c,
imagesystem.c, interpainthires.c, interpaintlores.c,
koala.c, rain.c, shfli.c, shflixl.c, sprite.c, suxx.c,
twilight.c, vidcom64.c: made the run-header a macro.
2003-01-23 David Weinehall <tao@acc.umu.se>
* Initial version.
ChangeLog ends here
|