--- libming-0.3beta1+cvs20051127/ChangeLog 2005-08-15 06:00:52.000000000 -0400 +++ ming-0.3.0/ChangeLog 2006-02-15 09:28:04.000000000 -0500 @@ -1,3 +1,499 @@ +2006-02-15 09:27 anderson + + * configure: Change to 0.3.0 final release + +2006-02-14 14:57 akleine + + * util/decompile.c: replaced old 'funcret' workaround [ in + decompileCALLMETHOD() ] + +2006-02-13 15:21 akleine + + * util/decompile.c: 2 bugfixes: in decrement and newobject calls + +2006-02-10 23:27 anderson + + * NEWS: Update updates + +2006-02-10 22:44 anderson + + * ch/: pkgcreate.ch, readme.txt, c/Makefile.win, + c/handmade/SWFMovie_output_chdl.c, + chfhandmade/SWFMovie_output.chf, demos/action.c, demos/button.c, + demos/cxform.c, demos/drag.c, demos/gradient.c, + demos/gradientxform.c, demos/jpegfill.c, demos/png.c: Updated to + 0.3 from Stephen Nestinger + +2006-02-10 16:12 akleine + + * util/decompile.c: added two more stack operations: dup and swap + +2006-02-10 11:52 akleine + + * util/png2dbl.c: bugfix in cast op: makes work *.dbl files from + GRAY images + +2006-02-10 10:05 anderson + + * php_ext/: README, README.PHP4, README.PHP5: Try to be more clear + about the PHP4/PHP5 support + +2006-02-10 09:28 anderson + + * TODO: Add more item that need to be done + +2006-02-09 11:17 strk + + * NEWS: updated + +2006-02-08 17:59 anderson + + * src/actiontypes.h: The new unified definition of action type + values + +2006-02-08 17:48 anderson + + * src/actioncompiler/action.h, src/actioncompiler/assembler.c, + src/actioncompiler/compile.c, src/actioncompiler/compileaction.c, + src/actioncompiler/listaction.c, src/actioncompiler/main.c, + src/actioncompiler/swf4compiler.flex, + src/actioncompiler/swf4compiler.y, + src/actioncompiler/swf5compiler.flex, + src/actioncompiler/swf5compiler.y, util/action.h: Unify remaining + definitions of action values + +2006-02-08 14:28 anderson + + * util/: action.c, decompile.c: Oops. There are 2 pools in use. + Make them static so they don't interfere with each other + +2006-02-08 14:18 anderson + + * Makefile.config.in: Set up LDFLAGS also + +2006-02-08 14:09 anderson + + * src/actioncompiler/compileaction.c, + src/actioncompiler/swf5compiler.flex, src/blocks/fromswf.c, + src/blocks/gifdbl.c, src/blocks/input.c, src/blocks/input.h, + src/blocks/output.c, src/blocks/output.h, src/blocks/pngdbl.c, + util/dbl2png.c, util/decompile.c, util/gif2dbl.c, + util/gif2mask.c, util/listfdb.c, util/parser.c, util/swftypes.h: + Clean up some more compiler warnings + +2006-02-06 15:36 strk + + * src/actioncompiler/listaction.c: Fixed default out of switch + +2006-02-03 23:51 strk + + * src/actioncompiler/: action.h, listaction.c: Added GREATERTHEN + (0x67) and STRING_GREATERTHEN (0x68) opcodes + +2006-02-03 16:44 strk + + * src/actioncompiler/: action.h, listaction.c: Added + SWFACTION_ACSTOBJECT (0x2b) + +2006-02-03 16:41 strk + + * src/actioncompiler/action.h: Fixed SWFACTION_IMPLEMENTS + (0x2b=>0x2c) + +2006-02-03 16:39 strk + + * src/actioncompiler/: action.h, listaction.c: Added + SWFACTION_IMPLEMENTS (0x2C) and SWFACTION_EXTENDS (0x69) + +2006-02-01 17:13 peterdd + + * perl_ext/SWF/: Bitmap.pm, Constants.pm, Sound.pm, TextField.pm, + VideoStream.pm: fixing pod errors + +2006-02-01 16:49 peterdd + + * perl_ext/SWF/Button.pm: added setMenu in documentation + +2006-02-01 16:44 peterdd + + * perl_ext/SUPPORT: links to mailing lists updated + +2006-02-01 07:49 peterdd + + * perl_ext/SWF.pm: update of documentation, version set to 0.3beta2 + (still hardcoded here) + +2006-02-01 07:47 peterdd + + * perl_ext/SWF.xs: added getScale, setCubicThreshold(num), + setSWFCompression(level) + +2006-02-01 07:45 peterdd + + * perl_ext/Makefile.PL: removed a call to unexistent function + +2006-02-01 07:42 peterdd + + * perl_ext/README: update for release + +2006-01-30 22:07 anderson + + * php_ext/ming.c: Mostly just trivial reformatting to eliminate the + diff noise when compared against the upstream file. This leaves + just the interesting stuff that needs to be manually resolved. + NB: it looks like PHP 4.3 and 4.4 are missing the new APIs unless + they have been recently added upstream. I know PHP4 is frozen for + maintainace but it is still useful for OS providors to be able to + get a patch for PHP4 that goes with Ming 0.3.0. + +2006-01-30 15:53 anderson + + * Makefile-real: prune the old utilities from the release tarballs. + +2006-01-30 15:52 anderson + + * util/: Makefile, dbl2png.c: Add a new dbl2png utility from + Albrecht Kleine + +2006-01-30 13:25 anderson + + * configure: Set the MICRO version to beta2 + +2006-01-30 13:16 anderson + + * configure.in: Set the version to beta2 + +2006-01-30 13:13 anderson + + * Makefile: The target is Changelog (lower 'l', not ChangeLog (cap + 'L') so it always runs, and noesn't think the file already exists + +2006-01-30 13:09 anderson + + * NEWS, TODO: Update docs + +2006-01-30 07:09 anderson + + * NEWS, TODO: Update docs + +2006-01-26 15:55 strk + + * macros/ming.m4: Added 'makeswf' detection code and usage docs + +2006-01-26 15:43 strk + + * util/ming-config.in: Added --bindir + +2006-01-25 14:19 peterdd + + * perl_ext/.cvsignore: added SoundInstance.c SoundStream.c + VideoStream.c + +2006-01-25 05:43 strk + + * macros/ming.m4: Added m4 macro for client code use + +2006-01-25 05:22 strk + + * .cvsignore, py_ext/.cvsignore, util/.cvsignore: Updated cvsignore + files + +2006-01-25 05:06 strk + + * Makefile, Makefile-real, Makefile.config.in, configure, + configure.in, util/Makefile, util/ming-config.in: Added + ming-config script for client applications use. Changed MING_VER + to MING_VERSION. Moved maintainer-clean, ChangeLog and release + rules from Makefile to Makefile.real having it use MING_VERSION. + +2006-01-25 03:26 peterdd + + * perl_ext/examples/glyph.cgi: fix typo + +2006-01-25 02:47 peterdd + + * perl_ext/examples/shape.cgi: fixed + +2006-01-25 02:41 peterdd + + * perl_ext/examples/keypress.cgi: fixed + +2006-01-25 02:14 peterdd + + * perl_ext/SWF/VideoStream.pm: added stub for documentation of + VideoStream + +2006-01-25 01:49 peterdd + + * perl_ext/examples/video.cgi: a videostream example + +2006-01-25 01:26 peterdd + + * perl_ext/examples/sound.cgi: included Constants + +2006-01-25 01:10 peterdd + + * perl_ext/examples/textfield.cgi: add a textfield example + +2006-01-25 00:52 peterdd + + * perl_ext/common/_sans.fdb: arial like font for build tests and + examples + +2006-01-25 00:47 peterdd + + * perl_ext/common/README: add + +2006-01-25 00:45 peterdd + + * perl_ext/common/beep.wav: file for build tests and examples + +2006-01-24 23:32 peterdd + + * perl_ext/examples/glyph.cgi: fixed + +2006-01-24 23:22 peterdd + + * perl_ext/examples/morph.cgi: fixed and improved + +2006-01-24 23:07 peterdd + + * perl_ext/examples/sprite.cgi: fixed + +2006-01-24 22:49 peterdd + + * perl_ext/examples/: animation.cgi, text.cgi: comment out my + libpath + +2006-01-24 22:48 peterdd + + * perl_ext/examples/text.cgi: fixed and improved + +2006-01-24 22:17 peterdd + + * perl_ext/examples/animation.cgi: fixed and improved + +2006-01-24 18:32 peterdd + + * perl_ext/Makefile.PL: fixing paths + +2006-01-24 18:29 peterdd + + * perl_ext/Makefile.PL: fixing paths + +2006-01-24 18:03 peterdd + + * perl_ext/Makefile.PL: a first step: take mingversion from global + ../configure.in, use of ../src/ming_config.h for detection of + optional libs + +2006-01-24 09:52 anderson + + * Makefile: Don't record changes to ChangeLog itself + +2006-01-24 09:48 anderson + + * Makefile: Split the rest of the language modules into seperate + tarballs. Add a convvenience target for updating the Changelog + +2006-01-24 09:45 anderson + + * php_ext/README, rb_ext/README: Addpointers to current version of + the module in other projects + +2006-01-23 16:26 whamann + + * src/blocks/placeobject.c: + placeobject was saving name and mask depth in wrong order, fixed + +2006-01-06 10:38 anderson + + * Makefile: Add a target for building rleease tarballs + +2006-01-06 10:36 anderson + + * Makefile-real: Finish unhooking the php dir from the build + +2006-01-05 14:30 anderson + + * src/actioncompiler/: swf4compiler.flex, swf5compiler.flex: Fix a + problem where 2 sequential escaped chars would not get proccessed + correctly. The 2nd one would not be unescaped since the 2nd + escape was being consumed in the wrong place. + +2005-12-09 05:00 strk + + * ch/: Makefile, pkgcreate.ch, readme.txt, c/Makefile.win, + include/ming.h: Applied patch from Stephen Nestinger to remove + ming.h duplication + +2005-12-06 09:32 strk + + * Makefile-real, Makefile.config.in, configure, configure.in, + src/.cvsignore, src/ming.h, src/ming.h.in: Moved version info + into configure.in. ming.h generated by ./configure (to add + version defines). version info in Makefile.config set by + ./configure + +2005-12-06 07:47 anderson + + * configure: Regen to match configure.in - Adds EXTRA_BINS for gif + tools + +2005-12-06 07:00 strk + + * configure.in, util/Makefile: gif binaries build triggered by + avalability of gif lib + +2005-11-28 18:09 anderson + + * Makefile-real, Makefile.config.in, configure, configure.in, + src/Makefile: Create a way to pass in additional flags when + building share library objects. This is used on Linux to pass in + -fPIC. Similar can be done for other OSes. Recognize Linux, and + set the SONAME correctly + +2005-11-28 10:46 anderson + + * py_ext/Makefile: provide a way to pass in a different prefix when + building packages + +2005-11-28 10:45 anderson + + * src/Makefile: Add additional dependencies + +2005-11-24 10:47 strk + + * php_ext/: ming.c, php_ming.h: License change reverted (LGPL->PHP) + until someone more informed then me will take care of it. + +2005-11-23 14:47 anderson + + * php_ext/: ming-dev.c, ming-streams.c: Remove obsolete files + +2005-11-23 14:47 anderson + + * php_ext/Makefile: Install to DESTDIR + +2005-11-23 02:55 strk + + * php_ext/: ming-dev.c, ming-streams.c, ming.c, php_ming.h: Fixed + license header (PHP->LGPL) + +2005-11-14 11:46 anderson + + * util/: read.c, read.h: Remove unused indent code + +2005-11-14 11:39 anderson + + * util/: action.c, decompile.c, outputtxt.c, parser.c, swftypes.h: + small cleanups to allow building w/ gcc-2.95 + +2005-11-14 07:03 strk + + * NEWS: updated to use exported name of Fromswf(): SWFPrebuildClip + +2005-10-18 18:05 anderson + + * src/actioncompiler/swf5compiler.flex: Add missing bounds check + that can cause SIGSEG + +2005-10-15 15:05 anderson + + * util/Makefile: Also build gif2dbl and gif2mask + +2005-10-15 13:40 anderson + + * util/Makefile: Remove duplicate makeswf from the list of binaries + +2005-10-03 03:13 strk + + * util/main.c: Removed example call from main.c, as it would refer + to swftoperl while being used by all outputs + +2005-09-13 00:55 anderson + + * util/: action.c, main.c, outputtxt.c: Try to make the output + easier to read. Leave out some details unless -v (verbose) is + passed on the command line. Also, indent actions according to + their nesting level. + +2005-09-13 00:06 anderson + + * util/Makefile: Assume we are beyond the point of no return now + 8-) Rename the new binaries to that same names as the old + binaries. Make sure we are building all of the old binaries + also. This will make package upgrades easier. + +2005-09-13 00:04 anderson + + * util/listmp3.c: Initialize some variable which might get used + before they are otherwise set + +2005-09-13 00:04 anderson + + * util/: listfdb.c, makefdb.c: Fix to build again w/ new includ + patch & symbols + +2005-09-07 10:20 anderson + + * util/read.c: compiler complaint: put data decls before functions + calls & initialize offset for compilers that think it might be + used before being set + +2005-09-07 10:19 anderson + + * util/decompile.c: compiler complaint: decompileActions() really + should be a void return + +2005-09-06 07:54 strk + + * mingpp.h, src/ming.h, src/movie.c: Applied patch by Darren Cook + making exposure of fileOutputMethod function useless + +2005-09-01 01:01 anderson + + * util/: action.c, action.h, decompile.c, decompile.h: New + decompiler that goes with the new parser. This handles Flash 7. + This decompiler is passed an entire block of actions which were + collected by the parser code. This allows the decompiler to look + forward and backward a few actions to help make it's decisions. + + This is not yet complete, but is working well enough for people + to look at and comment on. There are still a few things in the + old code to be reapplied to this new code. + +2005-08-31 11:37 anderson + + * util/outputtxt.c: When built for listaction, include actions in + some less obvious places + +2005-08-22 04:36 strk + + * NEWS: Added case-sensitive actionscript compiler change + +2005-08-17 12:41 anderson + + * util/: Makefile, outputtxt.c: Restore the listaction command + +2005-08-16 13:22 anderson + + * util/: action.c, action.h, outputtxt.c, parser.c, parserdecl.h, + swftypes.h: action.c: Add specifiy fuctions for more Actions + including IF and DEFINEFUNCTION* which have their own + blocks of actions wthat get skipped if they aren't explicitely + handled. outputtxt.c: fill in missing StraightEdge detail, pass + action number to outputSWF_ACTION() parser.c: Change + how parseSWF_ACTIONRECORD() is called. It now has access + to the entire block of action record,s not just a single record. + Implement IF parsing which puts the conditional block of + action in a seperate block hanging off of this record. + swftypes.h: Add the Offset to all records types. + +2005-08-15 06:00 strk + + * ChangeLog, NEWS: Initial import + 2005-08-14 12:14 krechert * configure, configure.in: add -fPIC to CFLAGS for x86_64 machines