gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_start-38-g18f485a
Date: Fri, 11 Feb 2011 08:26:41 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  18f485af3ad2585a29582c25d7c8ff511fc0fc5f (commit)
      from  31fcacc3bdc3c3ff7f396eae15f1fd0f8d5b1582 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=18f485af3ad2585a29582c25d7c8ff511fc0fc5f


commit 18f485af3ad2585a29582c25d7c8ff511fc0fc5f
Author: Sandro Santilli <address@hidden>
Date:   Fri Feb 11 09:25:51 2011 +0100

    Generated ChangeLog with git2cl and manually trimmed everything belonging 
to ChangeLog-0.8.8 (it'll need to be done again right before release)

diff --git a/ChangeLog b/ChangeLog
index e69de29..279d006 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -0,0 +1,7514 @@
+2011-02-10  John Gilmore <address@hidden>
+
+       * README.git, gui/aos4/aos4.cpp, gui/gnash.cpp, gui/gtk/gtk.cpp,
+       plugin/npapi/plugin.cpp: Copyright displays for 2011 Here are some 
improvements that I found while building and
+       installing and testing the pre-release version from git.  The 
README.git change fixes the name of the libltdl on Ubuntu, and
+       alphabetizes them so they'll match the output of "dpkg -l" for
+       version checking.  The rest are 2011 updates to the copyright notices 
printed or
+       displayed by gnash.  Plugin, gtk, tty, and aos4 all have different
+       notices.  I'm still such a git newbie that I am not going to spend the 
time
+       right now to figure out how I might be able to actually check these
+       into the mainline repo and then maybe migrate them to the release
+       branch.  Somebody who knows what they're doing, please do so;
+       thanks.         John
+
+2011-02-10  Sandro Santilli <address@hidden>
+
+       * plugin/npapi/Makefile.am: Make sure our own dejagnu.h is used
+       (systemwide one doesn't always have support for expected failures)
+
+2011-02-10  Sandro Santilli <address@hidden>
+
+       * plugin/npapi/test.cpp: Unleash more tests, just avoid converting
+       to string what isn't a string (due to parsing bug)
+
+2011-02-10  Sandro Santilli <address@hidden>
+
+       * plugin/npapi/test.cpp: Oops, expected the wrong failure
+
+2011-02-10  Sandro Santilli <address@hidden>
+
+       * plugin/npapi/test.cpp: Expect the failure. Doesn't help rendering
+       the buildbot useless
+
+2011-02-10  Sandro Santilli <address@hidden>
+
+       * plugin/npapi/test.cpp: Show how broken parseInvoke is
+
+2011-02-09  Sandro Santilli <address@hidden>
+
+       * plugin/npapi/test.cpp: Include check.h functionality
+
+2011-02-09  Sandro Santilli <address@hidden>
+
+       * plugin/npapi/external.cpp, plugin/npapi/test.cpp: Make parseInvoke
+       more robust when <invoke> tag isn't closed. Test that.
+
+2011-02-09  Sandro Santilli <address@hidden>
+
+       * plugin/npapi/test.cpp: Plug remaining leaks (regexp)
+
+2011-02-09  Sandro Santilli <address@hidden>
+
+       * plugin/npapi/test.cpp: Plug more leaks (in the test, not the core)
+
+2011-02-09  Sandro Santilli <address@hidden>
+
+       * plugin/npapi/external.cpp: Properly initialize referenceCount for
+       NPNObject structs. The _correct_ way of creating an object would be
+       trough NPN_CreateObject but that's out of my reach atm. This one
+       fixes memory errors triggered by the test.cpp.
+
+2011-02-09  Sandro Santilli <address@hidden>
+
+       * plugin/npapi/GnashNPVariant.h: Prevent GnashNPVariant self-copy
+       release of NPVariant member
+
+2011-02-09  Sandro Santilli <address@hidden>
+
+       * plugin/npapi/test.cpp: Fix compiler warnings
+
+2011-02-09  Benjamin Wolsey <address@hidden>
+
+       * : commit 18229cf345a49b12108d6148988823a0c382d1e8 Author: Benjamin
+       Wolsey <address@hidden> Date:   Wed Feb 9 16:14:17 2011 +0100
+
+2011-02-09  Sandro Santilli <address@hidden>
+
+       * libcore/asobj/flash/filters/BitmapFilter_as.cpp: Do not
+       instanciate a BitmapFilter: it is unused and left leaking
+
+2011-02-09  Sandro Santilli <address@hidden>
+
+       * libcore/asobj/NetStream_as.cpp: Plug leak of decoded audio buffers
+       on NetStream deletion
+
+2011-02-09  Sandro Santilli <address@hidden>
+
+       * libcore/asobj/NetStream_as.cpp: Detach aux streamer on NetStream
+       destruction. Should fix bug #32069
+
+2011-02-08  Gabriele Giacone <address@hidden>
+
+       * .gitignore: Add file under gui/pythonmod to .gitignore
+
+2011-02-08  Gabriele Giacone <address@hidden>
+
+       * gui/pythonmod/Makefile.am: Fix python module
+       https://bugzilla.redhat.com/669856
+
+2011-02-07  Gabriele Giacone <address@hidden>
+
+       * testsuite/swfdec/swfdec_gnash_tester: Add -a grep option to
+       process binfiles as text. Fix some openbsd tests
+
+2011-02-06  Benjamin Wolsey <address@hidden>
+
+       * : commit 0ff1d321d1791db01f16964d1cb66b4714a01e08 Author: Gabriele
+       Giacone <address@hidden> Date:   Sat Feb 5 21:24:49 2011 +0100
+
+2011-02-04  Benjamin Wolsey <address@hidden>
+
+       * gui/gui.cpp: Render whole scene.
+
+2011-02-04  Benjamin Wolsey <address@hidden>
+
+       * gui/ScreenShotter.cpp, gui/ScreenShotter.h, gui/dump/dump.cpp,
+       gui/gui.cpp, gui/gui.h: Don't render frames in dump-gnash unless
+       needed.
+
+2011-02-04  Benjamin Wolsey <address@hidden>
+
+       * gui/gui.cpp, gui/gui.h: Allow callers to decide whether to display
+       or not.
+
+2011-02-04  Benjamin Wolsey <address@hidden>
+
+       * : commit 16feba74d1d67eea051a90d04ee01daaa37145c3 Author: Gabriele
+       Giacone <address@hidden> Date:   Thu Feb 3 19:05:15 2011 +0100
+
+2011-02-01  Sandro Santilli <address@hidden>
+
+       * testsuite/Makefile.am: gnashrc is always needed, even w/out ming.
+       Double colon isn't
+
+2011-01-31  Sandro Santilli <address@hidden>
+
+       * testsuite/misc-mtasc.all/level87.as,
+       testsuite/misc-mtasc.all/level99.as: Don't be picky about load
+       times. It is more helpful to have stable results. Should fix bug
+       #31971.
+
+2011-01-31  Benjamin Wolsey <address@hidden>
+
+       * gui/NullGui.cpp, gui/sdl/sdl.cpp: Don't use wrapper function where
+       unneeded.
+
+2011-01-30  Rob Savoye <address@hidden>
+
+       * testsuite/misc-ming.all/Makefile.am: .as files used as paramaters
+       for makeswf need to have (srcdir)
+
+2011-01-30  Rob Savoye <address@hidden>
+
+       * : add all needed files for testing to work to the source tarball.
+
+2011-01-30  Rob Savoye <address@hidden>
+
+       * testsuite/Makefile.am, testsuite/misc-ming.all/Makefile.am: 
+       include the new .sh and .as files so make check works from the
+       source dist tarball.
+
+2011-01-30  Sandro Santilli <address@hidden>
+
+       * testsuite/Makefile.am: Avoid overriding the check-local rule,
+       hushing automake warning
+
+2011-01-30  Sandro Santilli <address@hidden>
+
+       * gui/pythonmod/Makefile.am: Link python module to renderer libs
+       (see https://bugzilla.redhat.com/show_bug.cgi?id=669856)
+
+2011-01-24  Sandro Santilli <address@hidden>
+
+       * TODO: AVM2 is kind of distinct from SWF9
+
+2011-01-24  Benjamin Wolsey <address@hidden>
+
+       * : commit cb5f0ec90ea63cfd9bb7f9d83020f1f5f798d202 Author: Benjamin
+       Wolsey <address@hidden> Date:   Mon Jan 24 12:58:19 2011
+       +0100
+
+2011-01-24  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashImage.cpp, libbase/GnashImagePng.cpp,
+       libbase/GnashImagePng.h: Hide implementation.
+
+2011-01-23  Rob Savoye <address@hidden>
+
+       * : commit 639f4da74fe2fa5728fc440ae67de6fdb40faa53 Author: Brad
+       SMith <address@hidden> Date:   Sun Jan 23 08:51:44 2011 -0700
+
+2011-01-23  Brad Smith <address@hidden>
+
+       * testsuite/swfdec/gen_run_swfdec_testsuite.sh: Fix shell script to
+       use md5(1) when appropriate.
+
+2011-01-21  Petter Reinholdtsen <address@hidden>
+
+       * testsuite/Makefile.am: Fix some tests on Lenny
+
+2011-01-19  Benjamin Wolsey <address@hidden>
+
+       * extensions/dbus/dbus_ext.cpp, extensions/dejagnu/dejagnu.cpp,
+       extensions/gtk2/gtkext.cpp: Try fixing all extensions, complete or
+       not.
+
+2011-01-19  Benjamin Wolsey <address@hidden>
+
+       * extensions/fileio/fileio.cpp, extensions/lirc/lirc_ext.cpp: Stupid
+       typo.
+
+2011-01-19  Benjamin Wolsey <address@hidden>
+
+       * extensions/fileio/fileio.cpp, extensions/lirc/lirc_ext.cpp: Fix
+       more extensions.
+
+2011-01-19  Benjamin Wolsey <address@hidden>
+
+       * extensions/mysql/mysql_db.cpp: Fix extensions.
+
+2011-01-19  Benjamin Wolsey <address@hidden>
+
+       * extensions/dbus/dbus_ext.cpp, extensions/dejagnu/dejagnu.cpp,
+       extensions/fileio/fileio.cpp, extensions/gtk2/gtkext.cpp,
+       extensions/launcher/launcher_ext.cpp, extensions/lirc/lirc_ext.cpp,
+       extensions/mysql/mysql_db.cpp, libcore/asobj/Accessibility_as.cpp,
+       libcore/asobj/Array_as.cpp, libcore/asobj/AsBroadcaster.cpp,
+       libcore/asobj/Boolean_as.cpp, libcore/asobj/Camera_as.cpp,
+       libcore/asobj/Color_as.cpp, libcore/asobj/ContextMenuItem_as.cpp,
+       libcore/asobj/ContextMenu_as.cpp, libcore/asobj/Date_as.cpp,
+       libcore/asobj/Error_as.cpp, libcore/asobj/Global_as.cpp,
+       libcore/asobj/Key_as.cpp, libcore/asobj/LoadVars_as.cpp,
+       libcore/asobj/LoadableObject.cpp,
+       libcore/asobj/LocalConnection_as.cpp, libcore/asobj/Math_as.cpp,
+       libcore/asobj/Microphone_as.cpp, libcore/asobj/Mouse_as.cpp,
+       libcore/asobj/MovieClipLoader.cpp, libcore/asobj/MovieClip_as.cpp,
+       libcore/asobj/NetConnection_as.cpp, libcore/asobj/NetStream_as.cpp,
+       libcore/asobj/Number_as.cpp, libcore/asobj/Object.cpp,
+       libcore/asobj/Selection_as.cpp, libcore/asobj/SharedObject_as.cpp,
+       libcore/asobj/Sound_as.cpp, libcore/asobj/Stage_as.cpp,
+       libcore/asobj/String_as.cpp, libcore/asobj/System_as.cpp,
+       libcore/asobj/TextFormat_as.cpp, libcore/asobj/TextSnapshot_as.cpp,
+       libcore/asobj/XMLNode_as.cpp, libcore/asobj/XMLSocket_as.cpp,
+       libcore/asobj/XML_as.cpp,
+       libcore/asobj/flash/display/BitmapData_as.cpp,
+       libcore/asobj/flash/external/ExternalInterface_as.cpp,
+       libcore/asobj/flash/filters/BevelFilter_as.cpp,
+       libcore/asobj/flash/filters/BitmapFilter_as.cpp,
+       libcore/asobj/flash/filters/BlurFilter_as.cpp,
+       libcore/asobj/flash/filters/ColorMatrixFilter_as.cpp,
+       libcore/asobj/flash/filters/ConvolutionFilter_as.cpp,
+       libcore/asobj/flash/filters/DisplacementMapFilter_as.cpp,
+       libcore/asobj/flash/filters/DropShadowFilter_as.cpp,
+       libcore/asobj/flash/filters/GlowFilter_as.cpp,
+       libcore/asobj/flash/filters/GradientBevelFilter_as.cpp,
+       libcore/asobj/flash/filters/GradientGlowFilter_as.cpp,
+       libcore/asobj/flash/geom/ColorTransform_as.cpp,
+       libcore/asobj/flash/geom/Matrix_as.cpp,
+       libcore/asobj/flash/geom/Point_as.cpp,
+       libcore/asobj/flash/geom/Rectangle_as.cpp,
+       libcore/asobj/flash/geom/Transform_as.cpp,
+       libcore/asobj/flash/net/FileReferenceList_as.cpp,
+       libcore/asobj/flash/net/FileReference_as.cpp,
+       libcore/asobj/flash/text/TextRenderer_as.cpp: Don't include
+       builtin_function.h where not needed.
+
+2011-01-19  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/Camera_as.cpp, libcore/asobj/Global_as.cpp,
+       libcore/asobj/Global_as.h, libcore/asobj/Microphone_as.cpp,
+       libcore/asobj/TextField_as.cpp: Hide builtin_function behind
+       as_function.
+
+2011-01-19  Benjamin Wolsey <address@hidden>
+
+       * libcore/Button.cpp, libcore/Button.h, libcore/DisplayList.cpp,
+       libcore/DisplayObject.cpp, libcore/DisplayObjectContainer.cpp,
+       libcore/DisplayObjectContainer.h, libcore/Function.h,
+       libcore/MorphShape.h, libcore/MouseButtonState.h,
+       libcore/MovieClip.cpp, libcore/MovieClip.h,
+       libcore/MovieFactory.cpp, libcore/Timers.cpp, libcore/Timers.h,
+       libcore/abc/abc_function.h, libcore/as_object.cpp,
+       libcore/as_value.cpp, libcore/asobj/Array_as.cpp,
+       libcore/asobj/AsBroadcaster.cpp, libcore/asobj/AsBroadcaster.h,
+       libcore/asobj/Camera_as.cpp, libcore/asobj/Function_as.cpp,
+       libcore/asobj/Global_as.cpp, libcore/asobj/Key_as.cpp,
+       libcore/asobj/LoadVars_as.cpp, libcore/asobj/MovieClipLoader.cpp,
+       libcore/asobj/MovieClip_as.cpp, libcore/asobj/NetConnection_as.cpp,
+       libcore/asobj/NetStream_as.cpp, libcore/asobj/SharedObject_as.cpp,
+       libcore/asobj/Sound_as.cpp, libcore/asobj/TextField_as.cpp,
+       libcore/movie_root.cpp, libcore/movie_root.h,
+       libcore/parser/BitmapMovieDefinition.cpp,
+       libcore/parser/SWFMovieDefinition.cpp,
+       libcore/parser/SWFMovieDefinition.h,
+       libcore/parser/sprite_definition.cpp,
+       libcore/parser/sprite_definition.h,
+       libcore/swf/DefineButtonTag.cpp, libcore/swf/DefineShapeTag.cpp,
+       libcore/vm/ASHandlers.cpp, libcore/vm/ExecutableCode.h: Drop more
+       GNASH_USE_GC macros and intrusive_ptr usage.
+
+2011-01-19  Benjamin Wolsey <address@hidden>
+
+       * libbase/smart_ptr.h, libcore/Font.cpp, libcore/StaticText.cpp,
+       libcore/StaticText.h, libcore/parser/SWFMovieDefinition.cpp,
+       libcore/parser/sprite_definition.cpp,
+       libcore/parser/sprite_definition.h, libcore/vm/VM.cpp: Drop
+       GNASH_USE_GC annotations and some useless ifdefs.
+
+2011-01-19  Benjamin Wolsey <address@hidden>
+
+       * libbase/log.cpp: Drop unused log function.
+
+2011-01-19  Benjamin Wolsey <address@hidden>
+
+       * extensions/gtk2/gtkext.cpp, libcore/as_object.h,
+       libcore/vm/ActionExec.cpp: Drop unused ifdefs.
+
+2011-01-19  Benjamin Wolsey <address@hidden>
+
+       * librender/Renderer.h: Don't provide non-const access to vaapi
+       frames.
+
+2011-01-17  Gabriele Giacone <address@hidden>
+
+       * doc/C/gnash.man-xml, doc/C/preformatted/gnash.1.in: Update command
+       options in man page
+
+2011-01-15  Gabriele Giacone <address@hidden>
+
+       * testsuite/samples/Makefile.am: Replace abs_srcdir with srcdir. Fix
+       openbsd build
+
+2011-01-14  Gabriele Giacone <address@hidden>
+
+       * ChangeLog-0.8.0, ChangeLog-0.8.1, ChangeLog-0.8.2: Rename
+       anaylse-results.sh in changelogs
+
+2011-01-14  Gabriele Giacone <address@hidden>
+
+       * Makefile.am, testsuite/Makefile.am, testsuite/analyse-results.sh,
+       testsuite/anaylse-results.sh: Rename anaylse-results.sh
+
+2011-01-14  Gabriele Giacone <address@hidden>
+
+       * testsuite/libbase.all/Makefile.am: Typo
+
+2011-01-13  Benjamin Wolsey <address@hidden>
+
+       * : commit 0726cd5d5eff8025fa789fabdd308cc59398632f Merge: a62d788
+       09cac2a Author: Rob Savoye <address@hidden> Date:   Thu Jan 13
+       07:48:54 2011 -0700
+
+2011-01-13  Rob Savoye <address@hidden>
+
+       * extensions/launcher/Makefile.am: don't redefine AM_CPPFLAGS
+
+2011-01-13  Benjamin Wolsey <address@hidden>
+
+       * libbase/Makefile.am: Add accumulator in dist.
+
+2011-01-13  Benjamin Wolsey <address@hidden>
+
+       * gui/gnash.cpp, libbase/accumulator.h: Move accumulator into
+       separate file.
+
+2011-01-12  Rob Savoye <address@hidden>
+
+       * extensions/dbus/Makefile.am, extensions/gtk2/Makefile.am,
+       extensions/launcher/Makefile.am, extensions/lirc/Makefile.am: rename
+       INCLUDES to AM_CPPFLAGS to be consistent., Add to *_CPPFLAGS so
+       headers can be found on OpenBSD
+
+2011-01-12  Rob Savoye <address@hidden>
+
+       * testsuite/libbase.all/Makefile.am: rename INCLUDES to AM_CPPFLAGS
+       to be consistent., Add to *_CPPFLAGS so headers can be found on
+       OpenBSD
+
+2011-01-12  Rob Savoye <address@hidden>
+
+       * extensions/dejagnu/Makefile.am, extensions/fileio/Makefile.am,
+       extensions/fileio/test.as: add boost cflags and libs
+
+2011-01-12  Rob Savoye <address@hidden>
+
+       * extensions/mysql/Makefile.am: add boost cflags and libs
+
+2011-01-12  Benjamin Wolsey <address@hidden>
+
+       * gui/gui.cpp, libcore/TextField.cpp, librender/Renderer.h,
+       librender/agg/Renderer_agg.cpp, librender/cairo/Renderer_cairo.cpp,
+       librender/cairo/Renderer_cairo.h, librender/opengl/Renderer_ogl.cpp: 
+       Use a vector.
+
+2011-01-11  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayList.cpp: Clean up.
+
+2011-01-11  Benjamin Wolsey <address@hidden>
+
+       * libbase/SharedMem.h: Correct include for w32.
+
+2011-01-11  Benjamin Wolsey <address@hidden>
+
+       * libbase/Makefile.am, libbase/SharedMem.cpp, libbase/SharedMem.h,
+       libbase/SharedMemHaiku.cpp, libbase/SharedMemW32.cpp: Split w32
+       shared mem into separate file, drop ifdefs that aren't used.
+
+2011-01-10  Benjamin Wolsey <address@hidden>
+
+       * plugin/npapi/test.cpp: Fix tests.
+
+2011-01-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/ExternalInterface.cpp, plugin/npapi/callbacks.cpp,
+       plugin/npapi/external.cpp, plugin/npapi/external.h,
+       plugin/npapi/plugin.cpp, plugin/npapi/pluginScriptObject.cpp: Put
+       the second ExternalInterface class in namespace plugin, as having
+       two definitions of gnash::ExternalInterface not only corrupts
+       execution, but is also silly and confusing.
+
+2011-01-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/ExternalInterface.h: Fix typo.
+
+2011-01-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/ExternalInterface.h: Drop useless declarations.
+
+2011-01-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/ExternalInterface.cpp, libcore/ExternalInterface.h: Drop
+       more unneeded functions.
+
+2011-01-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/ExternalInterface.cpp, libcore/ExternalInterface.h: Drop
+       unused functions in illegally duplicated class.
+
+2011-01-08  Markus Gothe <address@hidden>
+
+       * configure.ac: revert all of libltdl
+
+2011-01-08  Markus Gothe <address@hidden>
+
+       * configure.ac: remove AC_SUBDIRS_
+
+2011-01-08  Markus Gothe <address@hidden>
+
+       * configure.ac: shut up libtool
+
+2011-01-08  Markus Gothe <address@hidden>
+
+       * libmedia/gst/VideoInputGst.cpp: fix warnings about constness
+
+2011-01-08  Markus Gothe <address@hidden>
+
+       * configure.ac, macros/archflag.m4: Updated --gcc-arch, thanks and
+       kudot to fftw.org
+
+2011-01-08  Benjamin Wolsey <address@hidden>
+
+       * : commit 68db32d4c765b76a3d2cfbf2d218f7d58bad654d Author: Markus
+       Gothe <address@hidden> Date:   Fri Jan 7 18:38:59 2011
+       +0100
+
+2011-01-07  Markus Gothe <address@hidden>
+
+       * configure.ac, gui/gtk/gtk_canvas.h, gui/gtk/gtk_glue_gtkglext.h,
+       macros/x11.m4: clean-up
+
+2011-01-07  Markus Gothe <address@hidden>
+
+       * macros/x11.m4: Fix x11-detection bug
+
+2011-01-07  Markus Gothe <address@hidden>
+
+       * gui/gtk/gtk.cpp: Cure some X11-headache on non-X11
+
+2011-01-05  Benjamin Wolsey <address@hidden>
+
+       * : commit 8921362c3181647d649f739c8e18cde403dbc9b2 Author: Benjamin
+       Wolsey <address@hidden> Date:   Tue Jan 4 17:34:24 2011 +0100
+
+2011-01-04  Benjamin Wolsey <address@hidden>
+
+       * gui/gnash.cpp: Fix warning.
+
+2011-01-04  Benjamin Wolsey <address@hidden>
+
+       * libbase/utility.h: Change UNUSED macro to work on references and
+       other non-assignable cases.
+
+2011-01-04  Benjamin Wolsey <address@hidden>
+
+       * libbase/SharedMem.cpp: Simplify ifdefs.
+
+2011-01-04  Benjamin Wolsey <address@hidden>
+
+       * libbase/SharedMem.cpp, libbase/SharedMem.h: Const correct and
+       simplify ifdefs.
+
+2011-01-03  Gabriele Giacone <address@hidden>
+
+       * configure.ac: Create configure temporary files in a secure way
+
+2011-01-03  Benjamin Wolsey <address@hidden>
+
+       * : commit e3b0cff5506ff6ed7ecfc19654c1e61a7ad3d621 Author: antrik
+       <address@hidden> Date:   Thu Nov 25 11:49:04 2010 +0100
+
+2010-12-28  Rob Savoye <address@hidden>
+
+       * Makefile.am: for libtool 1, add the libltdl source files to the
+       DIST
+
+2010-12-27  Benjamin Wolsey <address@hidden>
+
+       * : commit c4091d14127c9e42c30242dbe1f51502cd634282 Merge: 06d476f
+       6cd92f2 Author: Rob Savoye <address@hidden> Date:   Sun Dec 26
+       20:32:38 2010 -0700
+
+2010-12-26  Rob Savoye <address@hidden>
+
+       * testsuite/libbase.all/Makefile.am: add PTHREAD_CFLAGS
+
+2010-12-24  Gabriele Giacone <address@hidden>
+
+       * Makefile.am, packaging/redhat/gnash.spec, packaging/rpm.am: Fix
+       and improve rpm packaging, move rpm temp dir from $HOME to buildroot
+
+2010-12-23  Gabriele Giacone <address@hidden>
+
+       * macros/kde4.m4: Add /usr/lib64/kde4/devel to search kde4 lib path
+
+2010-12-22  Sandro Santilli <address@hidden>
+
+       * testsuite/misc-swfc.all/Makefile.am: Drop use of $(shell) and warn
+       about portability issues
+
+2010-12-22  Sandro Santilli <address@hidden>
+
+       * testsuite/samples/Makefile.am:  seems to be a predefined variable, no 
need to be unportable for
+        defining it. Thanks Petter for figuring this out.
+
+2010-12-21  Sandro Santilli <address@hidden>
+
+       * plugin/npapi/Makefile.am: Another dir in EXTRA_DIST breaking lenny
+       build...
+
+2010-12-21  Sandro Santilli <address@hidden>
+
+       * libsound/Makefile.am: Do not put a directory in EXTRA_DIST. It
+       isn't needed when content is explicitly used as sources (even if
+       conditional). Should fix distcheck on lenny.
+
+2010-12-20  Sandro Santilli <address@hidden>
+
+       * .gitignore: ignore dump-gnash
+
+2010-12-20  Rob Savoye <address@hidden>
+
+       * configure.ac: define HAVE_LTDL for libtool 1.5, so the behaviour
+       is the same as libtool 2.x.
+
+2010-12-20  Sandro Santilli <address@hidden>
+
+       * gui/gnash.cpp: Add -D and -S switches when building dump-gui.
+       Fixes bug #31829.
+
+2010-12-19  Sandro Santilli <address@hidden>
+
+       * : commit e2c24291c780cb02f773ef9ae538130aaa1f59ed Author: Sandro
+       Santilli <address@hidden> Date:   Sun Dec 19 22:52:24 2010 +0100
+
+2010-12-19  Rob Savoye <address@hidden>
+
+       * : commit 3d1699b83689000fd27d763d04a26a310b800ac6 Author: Rob
+       Savoye <address@hidden> Date:   Sun Dec 19 10:33:21 2010 -0700
+
+2010-12-19  Sandro Santilli <address@hidden>
+
+       * gui/dump/Makefile.am: Oops, forgot this
+
+2010-12-19  Sandro Santilli <address@hidden>
+
+       * configure.ac, gui/Makefile.am, gui/dump/dump.am: dump-gui fully
+       moved in its dir
+
+2010-12-19  Sandro Santilli <address@hidden>
+
+       * gui/Makefile.am: put dump stuff in dump .am
+
+2010-12-18  Brad Smith <address@hidden>
+
+       * configure.ac: Unbreak distcheck on OpenBSD.
+
+2010-12-17  Alessandro Pignotti <address@hidden>
+
+       * plugin/npapi/plugin.cpp: Fix NPN_Invoke usage when executing
+       Javascript from the plugin
+
+2010-12-18  Rob Savoye <address@hidden>
+
+       * : commit 6852803ba5ff18d3efce77df28f7b55fb54a601d Author: Gabriele
+       Giacone <address@hidden> Date:   Sat Dec 18 21:10:37 2010 +0100
+
+2010-12-18  Gabriele Giacone <address@hidden>
+
+       * testsuite/Makefile.am, testsuite/actionscript.all/Makefile.am,
+       testsuite/as3compile.all/Makefile.am,
+       testsuite/misc-haxe.all/Makefile.am,
+       testsuite/misc-ming.all/Makefile.am,
+       testsuite/misc-ming.all/action_order/Makefile.am,
+       testsuite/misc-ming.all/displaylist_depths/Makefile.am,
+       testsuite/misc-ming.all/loading/Makefile.am,
+       testsuite/misc-ming.all/loop/Makefile.am,
+       testsuite/misc-mtasc.all/Makefile.am,
+       testsuite/misc-swfc.all/Makefile.am,
+       testsuite/misc-swfmill.all/Makefile.am,
+       testsuite/misc-swfmill.all/trace-as2/Makefile.am,
+       testsuite/misc-swfmill.all/trace-as3/Makefile.am,
+       testsuite/network.all/Makefile.am: Replace gnumake idioms
+
+2010-12-18  Gabriele Giacone <address@hidden>
+
+       * testsuite/swfdec/Makefile.am: Replace gnumake idiom
+
+2010-12-17  Rob Savoye <address@hidden>
+
+       * : commit 6d1857cc6172e141a74a1a61587dfd21063f2f6d Author: Gabriele
+       Giacone <address@hidden> Date:   Fri Dec 17 23:24:48 2010 +0100
+
+2010-12-17  Sandro Santilli <address@hidden>
+
+       * testsuite/misc-swfc.all/sound.sc: Accept 13766 as a valid sound
+       duration too (some liblame versions give that number to swfc...)
+
+2010-12-16  Gabriele Giacone <address@hidden>
+
+       * doc/C/Makefile.am: Fix info doc on openbsd
+
+2010-12-16  Sandro Santilli <address@hidden>
+
+       * TODO: Error AS class is implemented
+
+2010-12-16  Benjamin Wolsey <address@hidden>
+
+       * : commit 3eb8224f526719266b26fd32b4c23b8fb8c33936 Author: Benjamin
+       Wolsey <address@hidden> Date:   Thu Dec 16 12:22:25 2010
+       +0100
+
+2010-12-16  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/Array_as.cpp, libcore/asobj/XMLNode_as.h,
+       libcore/swf/DefineButtonTag.cpp: Minor cleanups.
+
+2010-12-16  Benjamin Wolsey <address@hidden>
+
+       * libcore/TextField.cpp: Drop unused assignment.
+
+2010-12-16  Benjamin Wolsey <address@hidden>
+
+       * libcore/Geometry.cpp: Clean up includes.
+
+2010-12-16  Benjamin Wolsey <address@hidden>
+
+       * libcore/swf/TextRecord.h: Const correct.
+
+2010-12-16  Benjamin Wolsey <address@hidden>
+
+       * libcore/Geometry.cpp: Drop unused bool.
+
+2010-12-16  Benjamin Wolsey <address@hidden>
+
+       * gui/gtk/gtk.cpp, gui/gtk/gtk_canvas.cpp: Remove useless
+       assignments.
+
+2010-12-16  Benjamin Wolsey <address@hidden>
+
+       * gui/fb/fb.cpp: Drop unused variable.
+
+2010-12-16  Benjamin Wolsey <address@hidden>
+
+       * gui/gtk/gtk.cpp: Drop useless conditional.
+
+2010-12-16  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayObject.cpp: Move variable assignment to scope it's
+       used in.
+
+2010-12-16  Benjamin Wolsey <address@hidden>
+
+       * gui/fb/InputDevice.cpp, gui/fb/InputDevice.h: Const correct.
+
+2010-12-16  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_value.h: Operator= must return a reference to *this!
+
+2010-12-16  Benjamin Wolsey <address@hidden>
+
+       * gui/Player.h: Const correct.
+
+2010-12-16  Benjamin Wolsey <address@hidden>
+
+       * libcore/TextField.cpp: Style.
+
+2010-12-16  Benjamin Wolsey <address@hidden>
+
+       * libcore/TextField.cpp, libcore/TextField.h: Drop useless variable
+       and const_cast.
+
+2010-12-16  Benjamin Wolsey <address@hidden>
+
+       * libcore/TextField.cpp, libcore/TextField.h,
+       libcore/asobj/TextField_as.cpp: Drop some html text functions as
+       they are non-functioning stubs for an incorrect way to implement
+       this.
+
+2010-12-16  Benjamin Wolsey <address@hidden>
+
+       * libcore/vm/ASHandlers.cpp: Const correct.
+
+2010-12-16  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_value.cpp: Const correct.
+
+2010-12-16  Sandro Santilli <address@hidden>
+
+       * macros/docbook.m4: Add brackets around control flow constructs to
+       make more readable
+
+2010-12-15  Sandro Santilli <address@hidden>
+
+       * TODO: Load predictability item (really just a test for git poller
+       of buildbot)
+
+2010-12-15  Gabriele Giacone <address@hidden>
+
+       * Makefile.am: Add .lastmod to DISTCLEANFILES
+
+2010-12-15  Gabriele Giacone <address@hidden>
+
+       * Makefile.am: Replace stat with if -nt to compare modification
+       date. Fix openbsd build.
+
+2010-12-15  Benjamin Wolsey <address@hidden>
+
+       * librender/Makefile.am: Add file to dist.
+
+2010-12-15  Benjamin Wolsey <address@hidden>
+
+       * NEWS: Update news.
+
+2010-12-15  Benjamin Wolsey <address@hidden>
+
+       * librender/agg/LinearRGB.h: Implement alpha.
+
+2010-12-15  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/GradientFillTest.as: Test that alpha is
+       linear.
+
+2010-12-15  Benjamin Wolsey <address@hidden>
+
+       * libcore/TextField.cpp, libcore/TextField.h: Adjust selection to
+       text length.
+
+2010-12-15  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/Selection.as: Add tests for crasher in
+       replaceSel().
+
+2010-12-15  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/Makefile.am: Run gradient tests.
+
+2010-12-15  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/GradientFillTest.as: Add automatic testing
+       for gradient fills.
+
+2010-12-15  Benjamin Wolsey <address@hidden>
+
+       * librender/agg/LinearRGB.h: Minor cleanups.
+
+2010-12-15  Benjamin Wolsey <address@hidden>
+
+       * librender/agg/LinearRGB.h, librender/agg/Renderer_agg_style.h: 
+       Implement linearRGB for agg renderer.
+
+2010-12-15  Benjamin Wolsey <address@hidden>
+
+       * libcore/FillStyle.cpp, libcore/FillStyle.h,
+       libcore/asobj/MovieClip_as.cpp, libcore/parser/TypesParser.cpp: Add
+       actionscript support for interpolation mode.
+
+2010-12-14  Gabriele Giacone <address@hidden>
+
+       * packaging/deb.am: Remove hardcoded -j4 from debian packaging
+
+2010-12-14  Sandro Santilli <address@hidden>
+
+       * testsuite/libbase.all/Makefile.am,
+       testsuite/libbase.all/RcTest.cpp, testsuite/libbase.all/TCXXRc.cpp: 
+       Rename TCXXRc test... I never find it otherwise
+
+2010-12-13  Sandro Santilli <address@hidden>
+
+       * : commit 65c3d209fe7e602c3bd9bb5b4b393ebdfb32106b Author: Sandro
+       Santilli <address@hidden> Date:   Mon Dec 13 22:34:34 2010 +0100
+
+2010-12-13  Gabriele Giacone <address@hidden>
+
+       * Makefile.am, packaging/deb.am: Add packageclean target to clean
+       after packaging
+
+2010-12-13  Rob Savoye <address@hidden>
+
+       * Makefile.am: remove revno.h for distclean
+
+2010-12-12  Petter Reinholdtsen <address@hidden>
+
+       * extensions/fileio/Makefile.am: Get rid of make file warnings in
+       fileio/Makefile.am Two new warnings were introduced into git recently:  
 Makefile:948: warning: overriding commands for target `test'   Makefile:941: 
warning: ignoring old commands for target `test' This patch get rid of them, by 
removing one of the two identical
+       test targets in Makefile.am:
+
+2010-12-12  Rob Savoye <address@hidden>
+
+       * extensions/dbus/Makefile.am, extensions/dejagnu/Makefile.am,
+       extensions/fileio/Makefile.am, extensions/gtk2/Makefile.am,
+       extensions/launcher/Makefile.am, extensions/lirc/Makefile.am,
+       extensions/mysql/Makefile.am: uninstall extensions properly so
+       distcheck is happy
+
+2010-12-12  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayObject.cpp: Fix warning.
+
+2010-12-12  Benjamin Wolsey <address@hidden>
+
+       * libcore/swf/DefineVideoStreamTag.cpp: Drop unneeded include again.
+
+2010-12-12  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayList.cpp, libcore/DisplayList.h,
+       libcore/DisplayObject.h, libcore/MovieClip.cpp, libcore/Video.cpp,
+       libcore/swf/PlaceObject2Tag.h: Store unsigned values as unsigned to
+       avoid the proliferation of silly checks throughout the code.
+
+2010-12-12  Benjamin Wolsey <address@hidden>
+
+       * libcore/Video.cpp: Const correct.
+
+2010-12-12  Benjamin Wolsey <address@hidden>
+
+       * libcore/Video.cpp, libcore/Video.h,
+       libcore/swf/DefineVideoStreamTag.cpp,
+       libcore/swf/DefineVideoStreamTag.h, libcore/swf/VideoFrameTag.cpp: 
+       Const correct, hide implementation, use ptr_containers.
+
+2010-12-12  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashAlgorithm.h: Drop foreachFirst().
+
+2010-12-12  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashAlgorithm.h: Drop unused function; use ptr_containers
+       instead of this.
+
+2010-12-12  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashAlgorithm.h: Drop RemovePointer; use boost's version
+       if needed again.
+
+2010-12-12  Benjamin Wolsey <address@hidden>
+
+       * libcore/MovieClip.cpp, libcore/MovieClip.h, libcore/TextField.cpp: 
+       Use ObjectURI to index textfields.
+
+2010-12-12  Benjamin Wolsey <address@hidden>
+
+       * testsuite/MovieTester.cpp: Fix testsuite.
+
+2010-12-12  Benjamin Wolsey <address@hidden>
+
+       * librender/Renderer.h: Make another function non-virtual
+
+2010-12-12  Benjamin Wolsey <address@hidden>
+
+       * librender/Renderer.h, librender/agg/Renderer_agg.cpp,
+       librender/cairo/Renderer_cairo.cpp,
+       librender/cairo/Renderer_cairo.h, librender/opengl/Renderer_ogl.cpp: 
+       Reduce the number of overloaded virtual functions with default
+       implementations.
+
+2010-12-12  Benjamin Wolsey <address@hidden>
+
+       * librender/Renderer.h, librender/agg/Renderer_agg.cpp: Drop unused
+       functions and const-correct used ones.
+
+2010-12-12  Benjamin Wolsey <address@hidden>
+
+       * librender/Renderer.h, testsuite/MovieTester.cpp: Remove test-only
+       function from renderer interface.
+
+2010-12-11  Rob Savoye <address@hidden>
+
+       * : commit fa50b232c7616225a31eb7cb6c3861d2512d593e Author: Gabriele
+       Giacone <address@hidden> Date:   Sun Dec 12 03:01:07 2010 +0100
+
+2010-12-11  Sandro Santilli <address@hidden>
+
+       * .bzrignore: we don't need .bzrignore anymore...
+
+2010-12-11  Sandro Santilli <address@hidden>
+
+       * : commit f4e343c142b44cc9b7dc753270b6f96e4da18e9c Author: Sandro
+       Santilli <address@hidden> Date:   Sat Dec 11 23:53:02 2010 +0100
+
+2010-12-11  Rob Savoye <address@hidden>
+
+       * : commit 07512ec2918aeec0677d02fd4b36a326565c652b Author: Rob
+       Savoye <address@hidden> Date:   Sat Dec 11 15:51:31 2010 -0700
+
+2010-12-11  Gabriele Giacone <address@hidden>
+
+       * .gitignore: Improve .gitignore
+
+2010-12-11  Sandro Santilli <address@hidden>
+
+       * Makefile.am: Simplify counting commits using rev-list. Thanks
+       antrik for finding this out.
+
+2010-12-11  Sandro Santilli <address@hidden>
+
+       * configure.ac: For openbsd the default gui set is: gtk=yes,
+       dump=auto (drop kde3)
+
+2010-12-11  Sandro Santilli <address@hidden>
+
+       * macros/kde3.m4: Backslash ${prefix} for kde3 too...
+
+2010-12-11  Sandro Santilli <address@hidden>
+
+       * macros/kde4.m4: Evaluate ${prefix} later to avoid NONE
+
+2010-12-11  Sandro Santilli <address@hidden>
+
+       * configure.ac: Make sure PLUGINS_INSTALL_POLICY is set before
+       GNASH_PATH_KDE* are called. Should fix distcheck (bug #31845)
+
+2010-12-10  Sandro Santilli <address@hidden>
+
+       * .gitignore: Ignore gnash-* (packages) plus couple more missing
+       files
+
+2010-12-10  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashAlgorithm.h, libcore/Relay.cpp, libcore/Relay.h,
+       libcore/as_object.h, libcore/movie_root.cpp,
+       libcore/swf/DefineTextTag.cpp, libcore/vm/fn_call.h: Fix crashes and
+       const correct.
+
+2010-12-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/Sound_as.cpp: Ensure that the this object is valid.
+
+2010-12-10  Benjamin Wolsey <address@hidden>
+
+       * : commit 027f27df8b3dc04e51f5af8d54a9c8fe35c42373 Author: Sandro
+       Santilli <address@hidden> Date:   Fri Dec 10 15:47:57 2010 +0100
+
+2010-12-10  Sandro Santilli <address@hidden>
+
+       * configure.ac: Remove unused HAVE_SDL conditional
+
+2010-12-10  Sandro Santilli <address@hidden>
+
+       * configure.ac: Check for input devices after deciding if FB should
+       be built or not. Should fix bug #31846
+
+2010-12-10  Sandro Santilli <address@hidden>
+
+       * configure.ac: Implement yes/no/auto for FB gui. Defaults to auto.
+       Build only on linux and if AGG renderer is enabled.
+
+2010-12-10  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/Makefile.am,
+       testsuite/actionscript.all/argstest.as: Add test to call as many
+       functions as possible with various arguments.
+
+2010-12-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/XMLNode_as.cpp: Cleanup of includes.
+
+2010-12-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/XMLNode_as.cpp: Drop more debugging.
+
+2010-12-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/LoadableObject.cpp: Drop debugging message.
+
+2010-12-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/XMLSocket_as.cpp: Fix another crash.
+
+2010-12-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/XMLSocket_as.cpp: Fix a number of potential crashes
+       in XMLSocket.
+
+2010-12-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/Color_as.cpp: Don't use init_member because this
+       will cause a crash if the member is read-only.
+
+2010-12-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/MovieClipLoader.cpp,
+       libcore/asobj/MovieClipLoader.h: Include header and make it
+       independent.
+
+2010-12-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/MovieClipLoader.cpp: Fix crash.
+
+2010-12-10  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/MovieClipLoader.as: Cause crash.
+
+2010-12-09  Rob Savoye <address@hidden>
+
+       * configure.ac: don't build the Framebuffer GUI for BSD when
+       --enable-gui=all is used
+
+2010-12-09  Rob Savoye <address@hidden>
+
+       * : commit 72e27bb000a46cd4b20652f6a78aa340f29458a2 Author: Rob
+       Savoye <address@hidden> Date:   Thu Dec 9 15:36:18 2010 -0700
+
+2010-12-09  Rob Savoye <address@hidden>
+
+       * gui/Makefile.am: don't add libltdl to GNASH_LIBS, it's already in
+       libgnashbase
+
+2010-12-09  Rob Savoye <address@hidden>
+
+       * gui/aos4/aos4.am, gui/aqua/aqua.am, gui/dump/dump.am,
+       gui/fb/Makefile.am, gui/fltk/fltk.am, gui/haiku/haiku.am,
+       gui/kde/kde3.am, gui/sdl/sdl.am: don't add (LIBLTDL) to LDFLAGS,
+       libltdl is part of libgnashbase.
+
+2010-12-09  Rob Savoye <address@hidden>
+
+       * gui/gtk/gtk.am, gui/kde/kde4.am: don't add (LIBLTDL) to LDFLAGS,
+       libltdl is part of libgnashbase.
+
+2010-12-09  Rob Savoye <address@hidden>
+
+       * packaging/snapshot.am: make sure revno.h exists before trying to
+       grep it.
+
+2010-12-09  Rob Savoye <address@hidden>
+
+       * Makefile.am: don't try to use git if it doesnj't exist.
+
+2010-12-09  Sandro Santilli <address@hidden>
+
+       * gui/gtk/gtk.cpp: Add branch infor in printed version
+
+2010-12-09  Rob Savoye <address@hidden>
+
+       * packaging/snapshot.am: don't use (shell), it tries to evaluate at
+       runtime instead of access time
+
+2010-12-09  Rob Savoye <address@hidden>
+
+       * Makefile.am: add echo when rebuilding revno.h
+
+2010-12-09  Rob Savoye <address@hidden>
+
+       * Makefile.am: add documentation for the revno,h target
+
+2010-12-09  Rob Savoye <address@hidden>
+
+       * configure.ac: always run libtool and libltdl tests
+
+2010-12-09  Rob Savoye <address@hidden>
+
+       * configure.ac: * Use AC_SUBST for git intstead of conditional * 
AC_PROG_LIBTOOL has to be after the other libtool tests * Don't build kde3 or 
fltk2 when building all guis
+
+2010-12-09  Rob Savoye <address@hidden>
+
+       * Makefile.am: * Only regenerate revno.h after a git commit or pull.  * 
Build revno,.h in the build tree, not the source tree so this
+         still works on NFS mounted filesystems.  * Default to the date if 
there are any problems with git * Only remove revno.h for a maintainer clean.
+
+2010-12-09  Rob Savoye <address@hidden>
+
+       * autogen.sh: delete old libtool m4 files from macros when
+       generating libltdl. When using libtoolize 1, the m4 macros are ihn
+       libltdl, so add that path so we get the right macros.
+
+2010-12-09  Sandro Santilli <address@hidden>
+
+       * Makefile.am, packaging/snapshot.am: Revert "only rebuild revno,.h
+       if something has changed. Default to the date if GIT isn't found." This 
reverts commit fbc5d9e9d82f596a5872a4e162b65aa48428aefc.  The revert is due to 
misleading commit message:  - revno.h was only rebuilt if sources changed 
before this commit,
+          while this commit forces removal of it and thus unconditional
+        re-creation - this commit moves revno.h from source tree to build tree 
w/out
+          saying so in the commit log Additionally (but would normally not 
trigger a revert)  - the date default is useless as revno.h should always be in
+          packages obtained w/out git and you can always generate if you got
+          the sources using git.  NOTE: I wouldn't revert commits if they 
weren't themselves reverts
+             of mine in the first place. Please discuss changes on the
+             development mailing list to avoid commit wars...
+
+2010-12-09  Petter Reinholdtsen <address@hidden>
+
+       * utilities/findwebcams.cpp: Get rid of warnings in findwebcams.cpp 
[Petter Reinholdtsen] > I had a look at the following warnings from
+       the current build on > squeeze-kfreebsd.  > > findwebcams.cpp:132:
+       warning: comparison between signed and unsigned integer expressions
+       > findwebcams.cpp:161: warning: comparison between signed and
+       unsigned integer expressions > findwebcams.cpp:170: warning:
+       comparison between signed and unsigned integer expressions >
+       findwebcams.cpp:173: warning: format '%d' expects type 'int', but
+       argument 2 has type 'size_t' > findwebcams.cpp:208: warning:
+       comparison between signed and unsigned integer expressions > > I
+       believe this patch solve the issues, bu using size_t for >
+       non-negative values and casting the size_t argument to %d to (int).  
Here is an updated patch, based on the current git repository.  The
+       format issue is already fixed in git, so only the signed/unsigned
+       issues are fixed in this patch.  Signed-off-by: Sandro Santilli 
<address@hidden>
+
+2010-12-09  Rob Savoye <address@hidden>
+
+       * Makefile.am, packaging/snapshot.am: only rebuild revno,.h if
+       something has changed. Default to the date if GIT isn't found.
+
+2010-12-09  Benjamin Wolsey <address@hidden>
+
+       * libbase/AMF.cpp, libbase/AMF.h, libcore/AMFConverter.cpp: Hide
+       swapBytes, use writePlainNumber().
+
+2010-12-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/AMFConverter.cpp: Don't duplicate code.
+
+2010-12-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/AMFConverter.cpp: Correct log message.
+
+2010-12-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetStream_as.cpp: Use exising AMF functions to clean
+       up.
+
+2010-12-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/MovieClip.cpp, libcore/MovieClip.h,
+       libcore/asobj/MovieClip_as.cpp: Tidy up code style
+
+2010-12-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/Font.cpp, libcore/Font.h: Drop unused function
+
+2010-12-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/swf/DefineVideoStreamTag.cpp: Remove unused function.
+
+2010-12-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/MovieClip.cpp: Fix silly type usage.
+
+2010-12-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/MovieClip.cpp, libcore/MovieClip.h: Drop unused function.
+
+2010-12-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/MovieClip.cpp: Attempts to clone root or non-movieclips
+       are AS coding errors.
+
+2010-12-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/display/BitmapData_as.cpp: Use aserror instead
+       of error.
+
+2010-12-09  Sandro Santilli <address@hidden>
+
+       * : commit c103bbe686e0d2335e4de1aa40a7f19317438960 Author: Sandro
+       Santilli <address@hidden> Date:   Thu Dec 9 09:19:05 2010 +0100
+
+2010-12-09  Sandro Santilli <address@hidden>
+
+       * packaging/snapshot.am: Take REVNO variable from revno.h as well,
+       so use of GIT is centralized in a single rule
+
+2010-12-09  Sandro Santilli <address@hidden>
+
+       * Makefile.am: Add COMMIT_ID macro in revno.h and revert
+       BRANCH_REVNO to a sequential number
+
+2010-12-08  Rob Savoye <address@hidden>
+
+       * packaging/rpm.am: use PACKAGE_VERSION instead of hardcoded
+       gnash-master when renaming the snapshot directory
+
+2010-12-08  Rob Savoye <address@hidden>
+
+       * : commit 71ac404e2fc9695daa0d2be85e81d045e8b9a88a Author: Rob
+       Savoye <address@hidden> Date:   Wed Dec 8 15:53:35 2010 -0700
+
+2010-12-08  Sandro Santilli <address@hidden>
+
+       * configure.ac: Revert "don't look for git here, we do it at
+       runtime" This reverts commit 045c4630ae4327b307880034e48de77377445885.
+
+2010-12-08  Sandro Santilli <address@hidden>
+
+       * Makefile.am: Revert "Look for git at runtime. Default to the date
+       if no git. Create revno.h in the build tree" This reverts commit 
bfa00dee0eb79cb74e197e78c73a062bdd7eb1ce.
+
+2010-12-08  Sandro Santilli <address@hidden>
+
+       * : commit 8130f3a33368e58fe65e9e5f56ed35e983b3d209 Author: Sandro
+       Santilli <address@hidden> Date:   Wed Dec 8 23:34:08 2010 +0100
+
+2010-12-08  Rob Savoye <address@hidden>
+
+       * Makefile.am: Look for git at runtime. Default to the date if no
+       git. Create revno.h in the build tree
+
+2010-12-08  Rob Savoye <address@hidden>
+
+       * configure.ac: don't look for git here, we do it at runtime
+
+2010-12-08  Rob Savoye <address@hidden>
+
+       * packaging/snapshot.am: create a revno for the package that's
+       different from the git revno.
+
+2010-12-08  Rob Savoye <address@hidden>
+
+       * macros/ffmpeg.m4: add /usr/include/ffmpeg to the front of the
+       incllist, so swscale gets found too
+
+2010-12-08  Rob Savoye <address@hidden>
+
+       * : commit ed01ef8b5a6331b10f91c15e30085fca519f00a3 Author: Rob
+       Savoye <address@hidden> Date:   Wed Dec 8 12:42:36 2010 -0700
+
+2010-12-08  Benjamin Wolsey <address@hidden>
+
+       * libcore/movie_root.h: Fix documentation.
+
+2010-12-08  Benjamin Wolsey <address@hidden>
+
+       * libbase/RTMP.cpp: Header order.
+
+2010-12-08  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/Array_as.cpp: Header order.
+
+2010-12-08  Benjamin Wolsey <address@hidden>
+
+       * libmedia/ffmpeg/VideoDecoderFfmpeg.cpp: Header order.
+
+2010-12-08  Benjamin Wolsey <address@hidden>
+
+       * libmedia/AudioDecoder.h, libmedia/ffmpeg/AudioDecoderFfmpeg.h: 
+       Drop incorrect ifdef markers.
+
+2010-12-08  Benjamin Wolsey <address@hidden>
+
+       * libmedia/ffmpeg/AudioDecoderFfmpeg.cpp,
+       libmedia/ffmpeg/AudioDecoderFfmpeg.h: Break long lines.
+
+2010-12-08  Sandro Santilli <address@hidden>
+
+       * Makefile.am: Be even nicer on update (don't show diff output at
+       all)
+
+2010-12-08  Sandro Santilli <address@hidden>
+
+       * Makefile.am: Be nicer when reporting revno.h activity in the case
+       in which revno.h is not there
+
+2010-12-08  Gabriele Giacone <address@hidden>
+
+       * .gitignore: Add testsuite/swfdec/src to .gitignore
+
+2010-12-08  Sandro Santilli <address@hidden>
+
+       * : commit 59991fcc5e60a652cf1ce5c5c6834657adfaa5b8 Author: Sandro
+       Santilli <address@hidden> Date:   Wed Dec 8 13:48:16 2010 +0100
+
+2010-12-08  Benjamin Wolsey <address@hidden>
+
+       * utilities/processor.cpp: Handle more options in gprocessor.
+
+2010-12-08  Sandro Santilli <address@hidden>
+
+       * Makefile.am: Simplify commit extraction, and use abbreviated
+       commit id
+
+2010-12-08  Sandro Santilli <address@hidden>
+
+       * packaging/debian/rules: Find revno.h in source dir, not build dir
+
+2010-12-08  Sandro Santilli <address@hidden>
+
+       * Makefile.am, configure.ac: Update revno.h at every make
+       invocation. Make sure to generate in source dir (not build dir) for
+       proper distribution. Report failure reasons. Never use a stub.
+
+2010-12-08  Benjamin Wolsey <address@hidden>
+
+       * : commit 421d14fcdaa31ef6d6e81b462375f4fe39c19eb3 Author: Benjamin
+       Wolsey <address@hidden> Date:   Wed Dec 8 10:00:18 2010 +0100
+
+2010-12-08  Benjamin Wolsey <address@hidden>
+
+       * gui/Player.cpp: Use NOTIFY_ERROR in Player too.
+
+2010-12-08  Benjamin Wolsey <address@hidden>
+
+       * libcore/HostInterface.h, libcore/asobj/NetStream_as.cpp: Don't use
+       ERROR because some implementations incorrectly use it as a macro.
+       Fix volume adjustment and document.
+
+2010-12-08  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/System_as.cpp: Use char.
+
+2010-12-07  Sandro Santilli <address@hidden>
+
+       * macros/mysql.m4: Fix reporting of mysql_config detection
+
+2010-12-07  Sandro Santilli <address@hidden>
+
+       * macros/mysql.m4: Fix reporting of MySQL libraries detection
+
+2010-12-07  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/Mouse_as.cpp, utilities/processor.cpp: Fix swapped
+       arguments.
+
+2010-12-07  Benjamin Wolsey <address@hidden>
+
+       * gui/Player.cpp, gui/gtk/gtk.cpp, gui/gtk/gtksup.h, gui/gui.cpp,
+       gui/gui.h, libcore/movie_root.h, utilities/processor.cpp: Implement
+       clipboard setting.
+
+2010-12-07  Benjamin Wolsey <address@hidden>
+
+       * gui/Player.cpp, gui/gtk/gtk.cpp, gui/gtk/gtksup.h, gui/gui.h: 
+       Const correct and improve interface.
+
+2010-12-07  Benjamin Wolsey <address@hidden>
+
+       * gui/Player.h: Include required headers.
+
+2010-12-07  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/System_as.cpp: Use the pp's order for
+       System.capabilities, more for easier checking than compatibility.
+
+2010-12-07  Benjamin Wolsey <address@hidden>
+
+       * gui/gui.h: Return "color" by default.
+
+2010-12-07  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/System_as.cpp: Add a note on pixel aspect ratio.
+
+2010-12-07  Sandro Santilli <address@hidden>
+
+       * libbase/GnashFileUtilities.cpp, libbase/GnashFileUtilities.h: Fix
+       mkdirRecursive support for _absolute_ paths (sorry). Document both
+       mkdirRecursive and mkdirUserPermissions
+
+2010-12-07  Benjamin Wolsey <address@hidden>
+
+       * gui/Player.cpp, gui/Player.h, libcore/HostInterface.cpp,
+       libcore/HostInterface.h, libcore/Makefile.am,
+       libcore/asobj/Mouse_as.cpp, libcore/asobj/NetStream_as.cpp,
+       libcore/asobj/System_as.cpp, libcore/movie_root.cpp,
+       libcore/movie_root.h, utilities/processor.cpp: Add new host
+       interface.
+
+2010-12-07  Benjamin Wolsey <address@hidden>
+
+       * libsound/sound_handler.h: There is no page
+
+2010-12-07  Benjamin Wolsey <address@hidden>
+
+       * libbase/ClockTime.cpp, libbase/ClockTime.h: Put clocktime under
+       Gnash namespace
+
+2010-12-06  Sandro Santilli <address@hidden>
+
+       * libmedia/ffmpeg/MediaParserFfmpeg.cpp: Log an error when whence
+       parameter as unexpected value
+
+2010-12-06  Sandro Santilli <address@hidden>
+
+       * libbase/GnashFileUtilities.cpp: Do not assume directories passed
+       to mkdirRecursive have to be absolute. Fixes bug #31811.
+
+2010-12-06  Benjamin Wolsey <address@hidden>
+
+       * : commit 277d8f08c1c7b02d156322ecc878d4dd1ad9e46e Author: Gabriele
+       Giacone <address@hidden> Date:   Mon Dec 6 11:39:29 2010 +0100
+
+2010-12-06  Sandro Santilli <address@hidden>
+
+       * libmedia/ffmpeg/MediaParserFfmpeg.cpp: Still useful to see the
+       actual seek requested, so include in the exception thrown
+
+2010-12-06  Sandro Santilli <address@hidden>
+
+       * libmedia/ffmpeg/MediaParserFfmpeg.cpp: Oops, forgot debugging
+       lines in
+
+2010-12-06  Sandro Santilli <address@hidden>
+
+       * libmedia/ffmpeg/MediaParserFfmpeg.cpp: Fix comments in seek
+       function, throw an exception rather than ask IOChannel to seek to
+       negative positions (to have more precise error message, nothing
+       more..)
+
+2010-12-06  Sandro Santilli <address@hidden>
+
+       * libbase/curl_adapter.cpp: Throw an exception rather than aborting
+       when asked to seek at negative position
+
+2010-12-06  Sandro Santilli <address@hidden>
+
+       * libmedia/ffmpeg/AudioDecoderFfmpeg.cpp: Log debug line on ffmpeg
+       audio decoder initialization (symmetrically with video decoder
+       behaviour)
+
+2010-12-06  Sandro Santilli <address@hidden>
+
+       * libmedia/ffmpeg/MediaParserFfmpeg.cpp: formatting, no functional
+       changes
+
+2010-12-06  Sandro Santilli <address@hidden>
+
+       * libbase/curl_adapter.cpp: typo
+
+2010-12-05  Benjamin Wolsey <address@hidden>
+
+       * gui/Player.cpp: Reorder includes.
+
+2010-12-05  Benjamin Wolsey <address@hidden>
+
+       * gui/Player.cpp, gui/Player.h: Drop odd define and use std:: for
+       stdlib functions.
+
+2010-12-05  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/System_as.cpp: Drop static.
+
+2010-12-05  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/Global_as.cpp: Don't waste space.
+
+2010-12-05  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/Global_as.cpp: Remove silly and unreachable logging
+       message.
+
+2010-12-05  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/Global_as.cpp, libcore/asobj/flash/flash_pkg.cpp: 
+       Remove silly switch.
+
+2010-12-05  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/MovieClip_as.cpp: Small changes.
+
+2010-12-05  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/geom/Rectangle_as.cpp: Simplify more.
+
+2010-12-05  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/geom/Rectangle_as.cpp: Simplify.
+
+2010-12-05  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/geom/Rectangle_as.cpp: Implement
+       Rectangle.offsetPoint
+
+2010-12-05  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/geom/Rectangle_as.cpp: Implement
+       Rectangle.offset
+
+2010-12-05  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/geom/Rectangle_as.cpp: Reorder includes
+
+2010-12-05  Benjamin Wolsey <address@hidden>
+
+       * testsuite/swfdec/PASSING: Swfdec tests pass.
+
+2010-12-05  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/geom/Rectangle_as.cpp: Implement
+       Rectangle.equals().
+
+2010-12-05  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/geom/Rectangle_as.cpp: Use as_error and
+       simplify.
+
+2010-12-05  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/geom/Rectangle_as.cpp: Simplify contains().
+
+2010-12-04  Rob Savoye <address@hidden>
+
+       * plugin/npapi/Makefile.am: Add X11_CFLAGS to keep OpenBSD happy
+
+2010-12-04  Rob Savoye <address@hidden>
+
+       * : commit 17939244d678bbc6dfdfa1757c2e99f879cdd3e5 Author: Rob
+       Savoye <address@hidden> Date:   Sat Dec 4 15:35:54 2010 -0700
+
+2010-12-04  Sandro Santilli <address@hidden>
+
+       * configure.ac: cleanup warning text
+
+2010-12-04  Sandro Santilli <address@hidden>
+
+       * macros/kde4.m4: Don't set has_kde4 if headers are not found too
+
+2010-12-04  Sandro Santilli <address@hidden>
+
+       * configure.ac: update informations about disabling kde4 gui
+
+2010-12-04  Sandro Santilli <address@hidden>
+
+       * configure.ac: Set kde3 gui off by default. It's broken... see
+       https://savannah.gnu.org/bugs/index.php?31782
+
+2010-12-04  Sandro Santilli <address@hidden>
+
+       * macros/qt4.m4: qt4 macro file shouldn't set kde4 stuff
+
+2010-12-04  Markus Gothe <address@hidden>
+
+       * : commit 99e6c5f5f7a91164f3499b1b0e9691b81619470b Author: Markus
+       Gothe <address@hidden> Date:   Sat Dec 4 18:39:27 2010
+       +0100
+
+2010-12-04  Gabriele Giacone <address@hidden>
+
+       * gui/Makefile.am: fixed gnu make idiom
+
+2010-12-04  Sandro Santilli <address@hidden>
+
+       * configure.ac: Implement yes/no/auto for kde3, default to auto
+
+2010-12-04  Sandro Santilli <address@hidden>
+
+       * configure.ac: Implement yes/no/auto semantic for kde4 gui. Default
+       to auto.
+
+2010-12-04  Sandro Santilli <address@hidden>
+
+       * configure.ac: Get rid of HAVE_GTK2 conditional (never used) and
+       has_gtk2 (marked as FIXME: shouldn't be here)
+
+2010-12-04  Sandro Santilli <address@hidden>
+
+       * Makefile.am: Use tabs consistently
+
+2010-12-04  Sandro Santilli <address@hidden>
+
+       * configure.ac: QT is not a GUI, KDE and QTOPIA are. Behave
+       accordingly.
+
+2010-12-04  Sandro Santilli <address@hidden>
+
+       * macros/qt3.m4: Fix syntax error (missing test invocation)
+
+2010-12-03  Gabriele Giacone <>
+
+       * macros/qt4.m4: add uic4 and moc4 as alternatives
+
+2010-12-03  Rob Savoye <address@hidden>
+
+       * configure.ac, macros/curl.m4: += doesn't work with bourne shell
+
+2010-12-04  Sandro Santilli <address@hidden>
+
+       * : commit f0fd2e892d6c58bf1df3d3ced3fe08772e06f1a9 Author: Sandro
+       Santilli <address@hidden> Date:   Sat Dec 4 00:41:21 2010 +0100
+
+2010-12-04  Sandro Santilli <address@hidden>
+
+       * configure.ac, macros/qt3.m4, macros/qt4.m4: Do not use build_qt3
+       and build_qt4 variables within GNASH_PATH_QT3 and GNASH_PATH_QT4,
+       rather avoid calling that macro as a whole if those variables aren't
+       set to request such builds
+
+2010-12-03  Benjamin Wolsey <address@hidden>
+
+       * doc/C/refmanual/internals.xml: Directory was renamed.
+
+2010-12-03  Sandro Santilli <address@hidden>
+
+       * configure.ac: Implement yes/no/auto semantic for ffmpeg
+
+2010-12-03  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayObject.cpp, libcore/MovieClip.cpp,
+       libcore/event_id.h, libcore/movie_root.cpp,
+       libcore/swf/PlaceObject2Tag.cpp, libcore/swf/PlaceObject2Tag.h,
+       libcore/swf_event.h: Use ptr_container, const correct, make event_id
+       ctor explicit.
+
+2010-12-03  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayObject.cpp, libcore/MovieClip.cpp: Const correct
+       and use to_movie
+
+2010-12-03  Benjamin Wolsey <address@hidden>
+
+       * libcore/MovieClip.cpp, libcore/MovieClip.h: Const correct
+
+2010-12-03  Benjamin Wolsey <address@hidden>
+
+       * libcore/MovieClip.cpp, libcore/MovieClip.h: Use a ptr_list for
+       clarity.
+
+2010-12-03  Benjamin Wolsey <address@hidden>
+
+       * : commit e79e72f7629bf12fd541ff47e1154b73faad8e74 Author: Benjamin
+       Wolsey <address@hidden> Date:   Fri Dec 3 16:25:14 2010 +0100
+
+2010-12-03  Petter Reinholdtsen <address@hidden>
+
+       * configure.ac: Implement auto/yes/no semantic for OGL renderer
+
+2010-12-03  Petter Reinholdtsen <address@hidden>
+
+       * utilities/findwebcams.cpp: Replace g_print with iostreams.
+
+2010-12-03  Benjamin Wolsey <address@hidden>
+
+       * cygnal/cvm.cpp, gui/gui.cpp, libcore/movie_root.h,
+       utilities/processor.cpp: Do another TODO.
+
+2010-12-03  Benjamin Wolsey <address@hidden>
+
+       * libcore/movie_root.h: Do TODO.
+
+2010-12-03  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayObject.cpp: Tabs to spaces.
+
+2010-12-03  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayObject.cpp, libcore/TextField.cpp,
+       libcore/movie_root.cpp, libcore/movie_root.h: Return a pair from
+       mousePosition instead of using out parameters.
+
+2010-12-03  Benjamin Wolsey <address@hidden>
+
+       * libcore/movie_root.cpp: Cleanup, drop unneeded helper functions.
+
+2010-12-03  Benjamin Wolsey <address@hidden>
+
+       * libcore/movie_root.cpp, libcore/movie_root.h: Use shared_ptr for
+       the timers to avoid potential bugs when iterators are invalidated
+       during action execution.
+
+2010-12-03  Benjamin Wolsey <address@hidden>
+
+       * : commit 5b7c0de2385f5b9d6fbc40cef6447aaebae67d00 Author: Rob
+       Savoye <address@hidden> Date:   Thu Dec 2 18:51:41 2010 -0700
+
+2010-12-02  Rob Savoye <address@hidden>
+
+       * libbase/GnashImagePng.cpp: use PNG_LIBPNG_VER_MINOR instead of
+       PNG_LIBPNG_VER_RELEASE
+
+2010-12-02  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/Global_as.cpp, libcore/movie_root.cpp,
+       libcore/movie_root.h: Use ptr_containers, be a bit stricter with
+       timer id types.
+
+2010-12-02  Rob Savoye <address@hidden>
+
+       * : commit 124d3651e327dd0cabafa1779ef958c460d69605 Author: Rob
+       Savoye <address@hidden> Date:   Thu Dec 2 12:11:53 2010 -0700
+
+2010-12-02  Benjamin Wolsey <address@hidden>
+
+       * libcore/MovieLoader.cpp, libcore/MovieLoader.h: Use
+       ptr_containers.
+
+2010-12-02  Benjamin Wolsey <address@hidden>
+
+       * libcore/movie_root.cpp, libcore/movie_root.h,
+       libcore/swf/DefineButtonTag.cpp, libcore/swf/DefineButtonTag.h: Use
+       ptr_containers to make pointer handling simpler.
+
+2010-12-02  Sandro Santilli <address@hidden>
+
+       * libcore/SWFMatrix.cpp: Explicitly use double std::pow(double,
+       int). Should fix build on openbsd
+
+       
(http://gnashdev.org:8010/builders/4.8-release-openbsd-amd64/builds/6/steps/compile/logs/stdio)
+
+2010-12-01  Rob Savoye <address@hidden>
+
+       * libcore/SWFMatrix.cpp: fix compile problem on OpenBSD and Ltib
+
+2010-12-01  Rob Savoye <address@hidden>
+
+       * packaging/ltib/gnash.spec: simplify spec file
+
+2010-12-01  Rob Savoye <address@hidden>
+
+       * libbase/Makefile.am: add OPENGL_CFLAGS to CPPFLAGS for OpenBSD
+
+2010-12-01  Rob Savoye <address@hidden>
+
+       * : commit 06907b931859501ae1daf193d1c1576aecda1124 Author: Rob
+       Savoye <address@hidden> Date:   Wed Dec 1 15:49:02 2010 -0700
+
+2010-12-01  Benjamin Wolsey <address@hidden>
+
+       * utilities/findmicrophones.cpp, utilities/findwebcams.cpp,
+       utilities/rtmpget.cpp: Include iostream.
+
+2010-12-01  Benjamin Wolsey <address@hidden>
+
+       * libcore/movie_root.h: Don't include thread.hpp arbitrarily.
+
+2010-12-01  Benjamin Wolsey <address@hidden>
+
+       * libcore/FreetypeGlyphsProvider.cpp: Don't exit; throw an exception
+       and let callers handle it.  Use Gnash logging instead of iostreams.
+
+2010-12-01  Benjamin Wolsey <address@hidden>
+
+       * libbase/Range2d.h, libbase/URLAccessManager.cpp,
+       libbase/sharedlib.cpp, libcore/DisplayList.cpp,
+       libcore/FillStyle.cpp, libcore/SWFRect.h,
+       libcore/asobj/NetConnection_as.cpp, libcore/movie_root.cpp,
+       libcore/swf/DefineFontAlignZonesTag.cpp,
+       libcore/swf/DefineFontAlignZonesTag.h, libcore/swf/SWF.cpp,
+       libcore/vm/VM.cpp, libsound/WAVWriter.cpp: Include <ostream>, not
+       <iostream> for std::ostream.
+
+2010-12-01  Benjamin Wolsey <address@hidden>
+
+       * libbase/rc.h: Use forward declaration of streams.
+
+2010-12-01  Benjamin Wolsey <address@hidden>
+
+       * libbase/IOChannel.h: Reorder includes.
+
+2010-12-01  Benjamin Wolsey <address@hidden>
+
+       * libbase/rc.cpp: Rearrange includes.
+
+2010-12-01  Benjamin Wolsey <address@hidden>
+
+       * libbase/noseek_fd_adapter.cpp: Include <iostream>.
+
+2010-12-01  Benjamin Wolsey <address@hidden>
+
+       * libbase/memory.cpp: Include <iostream> for cerr and cout.
+
+2010-12-01  Benjamin Wolsey <address@hidden>
+
+       * libbase/log.cpp: Include required headers.
+
+2010-12-01  Benjamin Wolsey <address@hidden>
+
+       * : commit 2ca64b42a538274d957c7b2c6786e15d006f2250 Merge: e6e9d9f
+       19443da Author: Benjamin Wolsey <address@hidden> Date:   Wed
+       Dec 1 10:47:37 2010 +0100
+
+2010-12-01  Sandro Santilli <address@hidden>
+
+       * libcore/parser/action_buffer.cpp: another <cstring> include
+
+2010-12-01  Benjamin Wolsey <address@hidden>
+
+       * libbase/utf8.cpp, libcore/vm/ASHandlers.cpp: Required includes
+
+2010-12-01  Benjamin Wolsey <address@hidden>
+
+       * libbase/utf8.cpp, libbase/utf8.h, libcore/vm/ASHandlers.cpp: Move
+       functions to utf8.h for better implementation hiding.
+
+2010-12-01  Sandro Santilli <address@hidden>
+
+       * libmedia/gst/AudioInputGst.cpp: Include <cstring> for string calls
+
+2010-12-01  Benjamin Wolsey <address@hidden>
+
+       * libbase/SharedMem.cpp: Include header required for std::strerror.
+
+2010-11-30  Rob Savoye <address@hidden>
+
+       * packaging/ltib/gnash.spec: remove packages for stuff we don't need
+       on ltib.
+
+2010-11-30  Rob Savoye <address@hidden>
+
+       * configure.ac: move libltdl tests below --enable-extensions test,
+       and don't enable libltdl unless extensions are enabled. By defaullt
+       no extensions are build, so by default, libltdl will not be built or
+       used.
+
+2010-11-30  Benjamin Wolsey <address@hidden>
+
+       * testsuite/swfdec/REALTIME: Revert "Run some tests in realtime"
+       because it doesn't work.  This reverts commit 
4b9bf6a6ea6de1cc2113ce6851526c4e252f086b.
+
+2010-11-30  Benjamin Wolsey <address@hidden>
+
+       * testsuite/swfdec/REALTIME: Run some tests in realtime.
+
+2010-11-30  Sandro Santilli <address@hidden>
+
+       * : commit 7e8e4fb260fa2a5a12bee9dfc3236cfc3bc37725 Author: Sandro
+       Santilli <address@hidden> Date:   Tue Nov 30 10:06:19 2010 +0100
+
+2010-11-30  Benjamin Wolsey <address@hidden>
+
+       * : commit f0bd43adebbcf3bb2508d20aafadfaaaba0b08ff Author: Sandro
+       Santilli <address@hidden> Date:   Tue Nov 30 09:57:28 2010 +0100
+
+2010-11-30  Benjamin Wolsey <address@hidden>
+
+       * : commit ac24041672fa1f6810e3ee03a60507a43764d280 Author: Sandro
+       Santilli <address@hidden> Date:   Mon Nov 29 17:17:35 2010 +0100
+
+2010-11-29  Benjamin Wolsey <address@hidden>
+
+       * utilities/Makefile.am: Utilities don't need to link to X11.
+
+2010-11-29  Sandro Santilli <address@hidden>
+
+       * testsuite/actionscript.all/Makefile.am,
+       testsuite/misc-swfc.all/Makefile.am: Use  for finding abs paths, so
+       CPP doesn't have to deal with backticks...
+
+2010-11-29  Sandro Santilli <address@hidden>
+
+       * : commit 30894d92e4cf931c5b7c5ab8ba424ff11b65342c Author: Benjamin
+       Wolsey <address@hidden> Date:   Mon Nov 29 09:09:56 2010
+       +0100
+
+2010-11-29  Benjamin Wolsey <address@hidden>
+
+       * libbase/log.h, librender/opengl/Renderer_ogl.cpp: Don't include
+       thread.hpp unnecessarily.
+
+2010-11-28  Sandro Santilli <address@hidden>
+
+       * extensions/fileio/fileio.cpp: Fix use of Array_as
+
+2010-11-28  Sandro Santilli <address@hidden>
+
+       * gui/Makefile.am: Don't forget to escape newline, or boost and
+       pthread libs are left out (as lucid-linux-x86 shows)
+
+2010-11-26  Sandro Santilli <address@hidden>
+
+       * utilities/processor.cpp: Drop old/obsoleted code
+
+2010-11-26  Sandro Santilli <address@hidden>
+
+       * testsuite/misc-mtasc.all/Makefile.am: Sleep even more
+
+2010-11-26  Sandro Santilli <address@hidden>
+
+       * : commit aa53c0408dbf8cb78cb5728aac6194d9dee61cd7 Author: Sandro
+       Santilli <address@hidden> Date:   Fri Nov 26 15:51:17 2010 +0100
+
+2010-11-26  Sandro Santilli <address@hidden>
+
+       * testsuite/generic-testrunner.sh: Allow specifying milliseconds
+       between advances
+
+2010-11-26  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/rtmpytest.as: Prove that $version is used,
+       and since Gnash doesn't use it the test fails.
+
+2010-11-26  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp,
+       testsuite/misc-ming.all/rtmpytest.as: Pass argument with remote
+       function calls, fixing failing tests.
+
+2010-11-26  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/rtmpytest.as: Add more tests.
+
+2010-11-26  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/Makefile.am,
+       testsuite/misc-ming.all/rtmpytest.as: Run test and expect pass.
+
+2010-11-26  Benjamin Wolsey <address@hidden>
+
+       * testsuite/rtmpy-echo-server.py: Minor changes to server.
+
+2010-11-26  Benjamin Wolsey <address@hidden>
+
+       * configure.ac, testsuite/misc-ming.all/Makefile.am,
+       testsuite/misc-ming.all/red5test.as,
+       testsuite/misc-ming.all/rtmpytest.as,
+       testsuite/rtmpy-echo-server.py: Add rtmpy test.
+
+2010-11-26  Sandro Santilli <address@hidden>
+
+       * : commit 822c7c68dc00e95746ef479eab217f2d41932ee8 Author: Sandro
+       Santilli <address@hidden> Date:   Fri Nov 26 10:42:21 2010 +0100
+
+2010-11-26  Sandro Santilli <address@hidden>
+
+       * libmedia/gst/AudioInputGst.h: don't need a semicolon at function
+       body end
+
+2010-11-26  Benjamin Wolsey <address@hidden>
+
+       * : commit b902917c56b485381e6de496a125502d0840cd87 Author: Sandro
+       Santilli <address@hidden> Date:   Fri Nov 26 09:32:54 2010 +0100
+
+2010-11-26  Benjamin Wolsey <address@hidden>
+
+       * libcore/ClassHierarchy.cpp: Drop unneeded include.
+
+2010-11-26  Benjamin Wolsey <address@hidden>
+
+       * libcore/ClassHierarchy.cpp, libcore/ClassHierarchy.h,
+       libcore/asobj/Global_as.cpp: Include the required headers.
+
+2010-11-25  Sandro Santilli <address@hidden>
+
+       * testsuite/simple.exp: shorten timeout to 5 minutes, let's see if
+       that's enough for all tests being run
+
+2010-11-25  Sandro Santilli <address@hidden>
+
+       * configure.ac: Don't cd into a yet-to-be-created dir
+
+2010-11-25  Sandro Santilli <address@hidden>
+
+       * testsuite/swfdec/Makefile.am: Make swfdec test runners dependent
+       on Makefile
+
+2010-11-25  Sandro Santilli <address@hidden>
+
+       * configure.ac: Allow omitting arg to --with-swfdec-testsuite to
+       default to where 'make fetch-swfdec' will put things
+
+2010-11-25  Sandro Santilli <address@hidden>
+
+       * : commit c3849965522c9f2a460a10137d5dba720860e266 Author: Sandro
+       Santilli <address@hidden> Date:   Thu Nov 25 20:59:42 2010 +0100
+
+2010-11-25  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/Transform.as: Expect failures.
+
+2010-11-25  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/Transform.as: Fix test results for pp.
+
+2010-11-25  Benjamin Wolsey <address@hidden>
+
+       * gui/pythonmod/gnash-view.cpp: Adapt python module to getURI
+       interface.
+
+2010-11-25  Benjamin Wolsey <address@hidden>
+
+       * : commit e298d9b8fcd7637f2e79a7569a02abc363519901 Author: Benjamin
+       Wolsey <address@hidden> Date:   Thu Nov 25 15:55:16 2010
+       +0100
+
+2010-11-25  Sandro Santilli <address@hidden>
+
+       * : commit 4c18be0d39151da1bed49c31638e313cd8136939 Author: Sandro
+       Santilli <address@hidden> Date:   Thu Nov 25 15:25:38 2010 +0100
+
+2010-11-25  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/red5test.as: Tests pass.
+
+2010-11-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp: Send reply from server rather
+       than making our own.
+
+2010-11-25  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/red5test.as: Test failed call.
+
+2010-11-25  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/red5test.as: Tabs to spaces.
+
+2010-11-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayObject.cpp, libcore/SWFMatrix.cpp: Fix silly
+       spacing, use std::pow
+
+2010-11-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_object.cpp: Only log error when requested, and drop
+       misleading info.
+
+2010-11-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/MovieClip_as.cpp: Convert error to aserror.
+
+2010-11-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/vm/ASHandlers.cpp: Convert error to a swferror.
+
+2010-11-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp: Don't log aserror if not
+       wanted.
+
+2010-11-25  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashNumeric.h, libcore/SWFMatrix.cpp,
+       libcore/vm/ASHandlers.cpp: Restore undefined behaviour because Lenny
+       doesn't have boost 1.35
+
+2010-11-25  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashNumeric.h: Functions don't have ; after the close
+       brace.
+
+2010-11-25  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/Makefile.am,
+       testsuite/misc-ming.all/red5test.as: Enable red5test and add sanity
+       check.
+
+2010-11-25  Benjamin Wolsey <address@hidden>
+
+       * : commit 323c94c78e15453d7a8f8b127bd24c92111fe472 Author: Tim
+       Retout <address@hidden> Date:   Wed Nov 24 18:51:32 2010 +0000
+
+2010-11-24  Rob Savoye <address@hidden>
+
+       * configure.ac: make it possible to configure no sound handler
+
+2010-11-24  Benjamin Wolsey <address@hidden>
+
+       * libcore/SWFMatrix.cpp, testsuite/libcore.all/MatrixTest.cpp: Fix
+       typos.
+
+2010-11-24  Benjamin Wolsey <address@hidden>
+
+       * testsuite/libcore.all/MatrixTest.cpp: Fix testsuite.
+
+2010-11-24  Sandro Santilli <address@hidden>
+
+       * libmedia/gst/VideoDecoderGst.cpp: Tell more about which codec
+       failed VideoDecoderGst initialization
+
+2010-11-24  Petter Reinholdtsen <address@hidden>
+
+       * plugin/npapi/test.cpp: Reduce compiler warnings in plugin test.cpp I 
had a look at the compiler warnings shown when doing make check,
+       more specifically these warnings: test.cpp: In function 'int main(int, 
char**)': test.cpp:120:
+       warning: unused variable 'obj' test.cpp: At global scope:
+       test.cpp:41: warning: unused parameter 'argc' test.cpp:41: warning:
+       unused parameter 'argv' test.cpp: In function 'void*
+       NPN_GetStringIdentifier(const NPUTF8*)': test.cpp:308: warning: no
+       return statement in function returning non-void test.cpp: At global
+       scope: test.cpp:306: warning: unused parameter 'name' test.cpp: In
+       function 'nsPluginInstanceBase*
+       NS_NewPluginInstance(nsPluginCreateData*)': test.cpp:313: warning:
+       no return statement in function returning non-void test.cpp: At
+       global scope: test.cpp:311: warning: unused parameter
+       'aCreateDataStruct' test.cpp: In function 'NPError
+       NS_PluginGetValue(NPPVariable, void*)': test.cpp:318: warning: no
+       return statement in function returning non-void test.cpp: At global
+       scope: test.cpp:316: warning: unused parameter 'aVariable'
+       test.cpp:316: warning: unused parameter 'aValue' test.cpp: In
+       function 'NPError NS_PluginInitialize()': test.cpp:323: warning: no
+       return statement in function returning non-void test.cpp: At global
+       scope: test.cpp:338: warning: unused parameter 'aPlugin' test.cpp:
+       In function 'bool NPN_SetProperty(NPP_t*, NPObject*, void*, const
+       NPVariant*)': test.cpp:348: warning: no return statement in function
+       returning non-void test.cpp: At global scope: test.cpp:344: warning:
+       unused parameter 'npp' test.cpp:344: warning: unused parameter 'obj'
+       test.cpp:351: warning: unused parameter 'npp' test.cpp:351: warning:
+       unused parameter 'obj' test.cpp:351: warning: unused parameter
+       'value' test.cpp:358: warning: unused parameter 'npp' test.cpp:358:
+       warning: unused parameter 'obj' test.cpp:358: warning: unused
+       parameter 'value' test.cpp: In function 'bool
+       NPN_HasProperty(NPP_t*, NPObject*, void*, const NPVariant*)':
+       test.cpp:366: warning: control reaches end of non-void function I left 
the unused variables alone, assume someone left them around
+       for a purpose, and concentrated on the non-void functions lacking
+       return values instead.  This patch should get rid of them.  The file 
have inconsistent
+       indentation, so I went with the indentation used directly above the
+       code I inserted.  Allmost all the functions with missing return
+       values are stubs, so I did not put much effort into generating a
+       sensible return value.  Signed-off-by: Sandro Santilli <address@hidden>
+
+2010-11-24  Sandro Santilli <address@hidden>
+
+       * libmedia/gst/AudioDecoderGst.cpp: Tell more about which codec
+       failed AudioDecoderGst initialization
+
+2010-11-24  Sandro Santilli <address@hidden>
+
+       * testsuite/misc-ming.all/Makefile.am: Use a TEST_ENV variable to
+       store env variables we want to use on make check. Put the
+       GST_PBUTILS there.
+
+2010-11-24  Benjamin Wolsey <address@hidden>
+
+       * libcore/SWFMatrix.cpp: More rationalizing.
+
+2010-11-24  Benjamin Wolsey <address@hidden>
+
+       * libcore/SWFMatrix.cpp: Reduce duplication and make the code safer.
+
+2010-11-24  Benjamin Wolsey <address@hidden>
+
+       * libcore/SWFMatrix.cpp, libcore/SWFMatrix.h,
+       libcore/TextField.cpp, libcore/asobj/MovieClip_as.cpp,
+       libcore/asobj/TextSnapshot_as.cpp,
+       libcore/asobj/flash/geom/Transform_as.cpp,
+       libcore/swf/TextRecord.cpp, librender/agg/Renderer_agg.cpp,
+       librender/agg/Renderer_agg_style.h,
+       librender/cairo/Renderer_cairo.cpp,
+       librender/opengl/Renderer_ogl.cpp: Provide accessors to SWFMatrix
+       and hide data.
+
+2010-11-24  Benjamin Wolsey <address@hidden>
+
+       * libcore/vm/ASHandlers.h: Include required header.
+
+2010-11-24  Sandro Santilli <address@hidden>
+
+       * configure.ac: *-kfreebsd is a bsd too... see
+       https://savannah.gnu.org/patch/?7403
+
+2010-11-24  Sandro Santilli <address@hidden>
+
+       * testsuite/gst_install_plugins_helper.sh: Add wrapper script for
+       gst_install_plugins_helper
+
+2010-11-24  Sandro Santilli <address@hidden>
+
+       * testsuite/misc-ming.all/Makefile.am: Set
+       GST_INSTALL_PLUGINS_HELPER to the testsuite script
+
+2010-11-24  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashNumeric.h, libcore/SWFMatrix.cpp,
+       libcore/vm/ASHandlers.cpp: Handle overflows without UB.
+
+2010-11-24  Sandro Santilli <address@hidden>
+
+       * testsuite/misc-ming.all/Makefile.am: Add a note about red5test not
+       being executed on 'make check'
+
+2010-11-24  Benjamin Wolsey <address@hidden>
+
+       * testsuite/simple.exp: Don't enforce a specific locale, as Gnash
+       should pass tests under all locales.
+
+2010-11-24  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/geom/Transform_as.cpp: Make some errors into
+       aserrors.
+
+2010-11-24  Sandro Santilli <address@hidden>
+
+       * plugin/klash4/klash_part.cpp: Fix warning in klash4, thanks Petter
+
+2010-11-23  Sandro Santilli <address@hidden>
+
+       * macros/haxe.m4: fix haxe version detection
+
+2010-11-23  Sandro Santilli <address@hidden>
+
+       * testsuite/movies.all/gravity_embedded-TestRunner.cpp: Have
+       gravity_embedded-TestRunner wait for gravity.swf load
+
+2010-11-23  Sandro Santilli <address@hidden>
+
+       * testsuite/MovieTester.cpp, testsuite/MovieTester.h: Add
+       findDisplayItemByTarget in MovieTester
+
+2010-11-23  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/masks_testrunner.cpp: Increase test
+       tolerance to 3 to cope with agg's RGB555 format.
+
+2010-11-23  Sandro Santilli <address@hidden>
+
+       * Makefile.am, gui/Makefile.am, gui/fb/Makefile.am,
+       libmedia/Makefile.am, utilities/Makefile.am: Update references to
+       pbutils package
+
+2010-11-23  Sandro Santilli <address@hidden>
+
+       * configure.ac: For pbutils, use a name pkgconfig knows about
+
+2010-11-23  Sandro Santilli <address@hidden>
+
+       * configure.ac: If gstpbutils headers are not found, set
+       has_gstpbutils=no (otherwise it'd be = yes if just libs are found);
+       have final configure lines check for has_gstpbutils, not
+       has_modern_gstpbutils (which nobody even tries to set); have
+       RECOMEND line suggest use of --with-gstpbutils-incl, which helps
+       autoconf figuring out
+
+2010-11-23  Sandro Santilli <address@hidden>
+
+       * : commit 77017023ca7f31a093925b82bdad64bf4c9834a7 Author: Sandro
+       Santilli <address@hidden> Date:   Tue Nov 23 18:46:18 2010 +0100
+
+2010-11-23  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/Date.as: Use a smaller number to avoid
+       discrepencies with floating point optimizations.
+
+2010-11-23  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/String_as.cpp: Minor cleanup.
+
+2010-11-23  Benjamin Wolsey <address@hidden>
+
+       * libbase/SWFCtype.cpp: Sort map assignments for fun.
+
+2010-11-23  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/caseconv.as: Drop left-over code.
+
+2010-11-23  Benjamin Wolsey <address@hidden>
+
+       * libbase/SWFCtype.cpp, libbase/SWFCtype.h: Add boilerplate and an
+       else.
+
+2010-11-23  Benjamin Wolsey <address@hidden>
+
+       * libbase/SWFCtype.cpp: Simplify SWCtype mapping.
+
+2010-11-23  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/caseconv.as: Don't run tests for
+       version 5.
+
+2010-11-23  Benjamin Wolsey <address@hidden>
+
+       * libbase/Makefile.am, libbase/SWFCtype.cpp, libbase/SWFCtype.h,
+       libbase/utf8.h, libcore/asobj/String_as.cpp: Add a ctype facet for
+       Flash case conversion.
+
+2010-11-23  Benjamin Wolsey <address@hidden>
+
+       * libbase/utf8.cpp: For Adobe, some invalid unicode is valid.
+
+2010-11-23  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/Makefile.am,
+       testsuite/actionscript.all/caseconv.as: Add a test for all case
+       conversions.
+
+2010-11-23  Benjamin Wolsey <address@hidden>
+
+       * libbase/utf8.cpp: Drop support for 5- and 6-byte utf-8, as Adobe
+       doesn't support it.
+
+2010-11-23  Sandro Santilli <address@hidden>
+
+       * libcore/asobj/String_as.cpp: it's strings, not displayobjects,
+       we're trying to convert to upper/lower case
+
+2010-11-22  Benjamin Wolsey <address@hidden>
+
+       * : commit 1b68dac7fb05d3b529fa127ad4eb738dd9f0a36b Author: Sandro
+       Santilli <address@hidden> Date:   Mon Nov 22 17:41:15 2010 +0100
+
+2010-11-22  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/String_as.cpp: Spacing.
+
+2010-11-22  Sandro Santilli <address@hidden>
+
+       * libcore/parser/SWFMovieDefinition.cpp: Do not log an error about
+       missing export symbols when export symbols ARE FOUND!
+
+2010-11-22  Sandro Santilli <address@hidden>
+
+       * libcore/parser/SWFMovieDefinition.cpp: do not translate debug
+       messages
+
+2010-11-22  Petter Reinholdtsen <address@hidden>
+
+       * libmedia/gst/AudioInputGst.cpp, libmedia/gst/AudioInputGst.h: Keep
+       original gain value to avoid rounding errors on query.
+
+2010-11-22  Benjamin Wolsey <address@hidden>
+
+       * : commit cd0a943529ebc4db3d64801fdd7be12e08417750 Author: Benjamin
+       Wolsey <address@hidden> Date:   Mon Nov 22 09:58:18 2010
+       +0100
+
+2010-11-22  Gabriele Giacone <address@hidden>
+
+       * .gitignore: Simplified and improved .gitignore, see
+       https://savannah.gnu.org/patch/?7400
+
+2010-11-21  Sandro Santilli <address@hidden>
+
+       * README: SDL is not only used for FFmpeg media
+
+2010-11-21  Sandro Santilli <address@hidden>
+
+       * README.git: tab to space in the table of tools version
+
+2010-11-21  Sandro Santilli <address@hidden>
+
+       * utilities/findmicrophones.cpp: Fix comparison between signed and
+       unsigned integer
+
+2010-11-21  Benjamin Wolsey <address@hidden>
+
+       * libmedia/gst/AudioInputGst.cpp, libmedia/gst/AudioInputGst.h: 
+       Don't store the vector size; vector does that.
+
+2010-11-21  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/Camera_as.cpp, libcore/asobj/Microphone_as.cpp: 
+       Don't leak inputs.
+
+2010-11-20  Sandro Santilli <address@hidden>
+
+       * .gitignore: Ignore *.o and *.moc + some others
+
+2010-11-20  Sandro Santilli <address@hidden>
+
+       * .gitignore: .configline is in top-level dir now
+
+2010-11-20  Petter Reinholdtsen <address@hidden>
+
+       * utilities/findwebcams.cpp: Fix compiler warning
+
+2010-11-20  Sandro Santilli <address@hidden>
+
+       * testsuite/samples/Makefile.am: Actually, dro the _DEPENDENCY,
+       which isn't needed at all in this case
+
+2010-11-20  Sandro Santilli <address@hidden>
+
+       * testsuite/samples/Makefile.am: Make sure that when _DEPENDENCIES
+       is used, _LDADD is added to it. Should fix lack of rebuild of some
+       test runners when MovieTester is updated
+
+2010-11-20  Sandro Santilli <address@hidden>
+
+       * : commit d9542a13acc1a2ef847a52fb1842f5ce84923d93 Author: Sandro
+       Santilli <address@hidden> Date:   Sat Nov 20 08:36:56 2010 +0100
+
+2010-11-20  Sandro Santilli <address@hidden>
+
+       * testsuite/misc-ming.all/loading/Makefile.am: use rm -f to not get
+       error on unexistant files (should we be using CLEAN_FILES instead ?)
+
+2010-11-19  Sandro Santilli <address@hidden>
+
+       * libcore/TextField.cpp: Tell more about "Unexpected color value"
+       (which is likely another case in which we do not want to log an
+       _error_)
+
+2010-11-19  Sandro Santilli <address@hidden>
+
+       * libcore/movie_root.cpp: Since we're logging an error for missing
+       _interfaceHandler (which we maybe shuldn't), do it with more
+       informations
+
+2010-11-19  Sandro Santilli <address@hidden>
+
+       * testsuite/MovieTester.cpp: Do not log an error when media handler
+       _exists_ (just spreading terror)
+
+2010-11-19  Sandro Santilli <address@hidden>
+
+       * testsuite/simple.exp: print ERROR logs coming out on 'make check'
+       when RUNTESTFLAGS=-v
+
+2010-11-19  Sandro Santilli <address@hidden>
+
+       * testsuite/misc-ming.all/NetStream-SquareTestRunner.cpp: no
+       functional change, style only
+
+2010-11-19  Benjamin Wolsey <address@hidden>
+
+       * : commit 84a5cd7ce35b3382ca1b6e8a0c2cceb0f9c42bc4 Author: Sandro
+       Santilli <address@hidden> Date:   Fri Nov 19 14:27:04 2010 +0100
+
+2010-11-19  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash.am: Drop commented out code.
+
+2010-11-19  Sandro Santilli <address@hidden>
+
+       * testsuite/MovieTester.cpp: Do not show invalidated bounds on
+       advance (not useful unless you're preparing a test _runner_ and want
+       to know)
+
+2010-11-19  Sandro Santilli <address@hidden>
+
+       * : commit 6fb63b99267a934d23ffb5aeb1b77ac8615e364c Author: Sandro
+       Santilli <address@hidden> Date:   Fri Nov 19 13:32:29 2010 +0100
+
+2010-11-19  Benjamin Wolsey <address@hidden>
+
+       * libcore/PropFlags.h, libcore/Property.h,
+       libcore/PropertyList.cpp, libcore/as_object.h,
+       libcore/asobj/Object.cpp, testsuite/libcore.all/PropFlagsTest.cpp: 
+       Simplify PropFlags and add better tests.
+
+2010-11-19  Benjamin Wolsey <address@hidden>
+
+       * librender/agg/Renderer_agg.cpp: Fix compiler warnings.
+
+2010-11-19  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_function.cpp, libcore/as_function.h,
+       libcore/asobj/Function_as.cpp, libcore/asobj/Function_as.h,
+       libcore/asobj/Global_as.cpp, libcore/asobj/flash.am: Move AS
+       function implementation into its own file.
+
+2010-11-19  Benjamin Wolsey <address@hidden>
+
+       * libcore/Function.cpp: Minor cleanup of Function.
+
+2010-11-19  Benjamin Wolsey <address@hidden>
+
+       * : commit 5d3a8197de3806a18806fdf3bcaa97cf61382b1a Merge: 7b412a6
+       39ee7fe Author: Rob Savoye <address@hidden> Date:   Thu Nov 18
+       18:58:44 2010 -0700
+
+2010-11-18  Rob Savoye <address@hidden>
+
+       * packaging/ltib/gnash.spec: build Gnash under tlib, which uses RPM
+       spec files to cross build for the ARM.
+
+2010-11-18  Sandro Santilli <address@hidden>
+
+       * configure.ac: Make gstreamer base plugins compulsory for gst media
+       build. Fixes bug #31700
+
+2010-11-18  Sandro Santilli <address@hidden>
+
+       * configure.ac: Properly quote description of config macro
+
+2010-11-18  Sandro Santilli <address@hidden>
+
+       * configure.ac, testsuite/misc-ming.all/Makefile.am,
+       testsuite/misc-ming.all/red5test.as: Have red5test.as use what's
+       given with --enable-red5-testing as hostname, and have it default to
+       www.gnashdev.org
+
+2010-11-18  Benjamin Wolsey <address@hidden>
+
+       * libbase/RTMP.cpp, libbase/RTMP.h: Drop unused function.
+
+2010-11-18  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/red5test.as: Make sure the test results
+       are displayed.
+
+2010-11-18  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/Makefile.am,
+       testsuite/misc-ming.all/red5test.as: Enable red5 testing.
+
+2010-11-18  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/red5test.as: More tests.
+
+2010-11-18  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/red5test.as: Start a working red5 test.
+
+2010-11-18  Sandro Santilli <address@hidden>
+
+       * testsuite/misc-ming.all/TODO: Add note about incomplete
+       red5test.as
+
+2010-11-17  Benjamin Wolsey <address@hidden>
+
+       * libcore/vm/ActionExec.cpp, libcore/vm/ActionExec.h: Update
+       comments, drop unneeded function.
+
+2010-11-17  Benjamin Wolsey <address@hidden>
+
+       * libcore/vm/ASHandlers.cpp, libcore/vm/ActionExec.cpp,
+       libcore/vm/ActionExec.h: We don't need a special function to delete
+       an object property.
+
+2010-11-17  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/timeline_var_test.c: Test that target
+       change in event code doesn't affect later code.  Gnash did this, but
+       didn't test that it did.
+
+2010-11-17  Benjamin Wolsey <address@hidden>
+
+       * libcore/vm/ExecutableCode.h: Drop obsolete comments and ifdefs.
+
+2010-11-17  Benjamin Wolsey <address@hidden>
+
+       * libcore/TextField.cpp, libcore/as_environment.cpp,
+       libcore/as_environment.h, libcore/asobj/Global_as.h,
+       libcore/asobj/MovieClip_as.cpp,
+       libcore/asobj/flash/display/BitmapData_as.cpp,
+       libcore/asobj/flash/external/ExternalInterface_as.cpp,
+       libcore/asobj/flash/geom/Matrix_as.cpp,
+       libcore/asobj/flash/geom/Rectangle_as.cpp,
+       libcore/asobj/flash/geom/Transform_as.cpp: Move findObject out of
+       class.
+
+2010-11-17  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayObject.h, libcore/Function.cpp,
+       libcore/Function2.cpp, libcore/MovieClip.h, libcore/TextField.cpp,
+       libcore/as_environment.cpp, libcore/as_environment.h,
+       libcore/asobj/Object.cpp,
+       libcore/asobj/flash/display/BitmapData_as.cpp,
+       libcore/vm/ASHandlers.cpp, libcore/vm/ActionExec.cpp: Rename
+       get_target() to target() to see where it's used.
+
+2010-11-17  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_environment.cpp: Rearrange.
+
+2010-11-17  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_environment.cpp, libcore/as_environment.h,
+       libcore/vm/ActionExec.cpp: Move delVariable out of class.
+
+2010-11-17  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_environment.cpp, libcore/as_environment.h: 
+       Documentation, variable rename.
+
+2010-11-17  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_environment.cpp, libcore/as_environment.h,
+       libcore/vm/ActionExec.cpp: Move get and set variable out of
+       as_environment class.
+
+2010-11-17  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_environment.cpp, libcore/as_environment.h: Clean up.
+
+2010-11-17  Benjamin Wolsey <address@hidden>
+
+       * libcore/Function.cpp: Don't need extra null check.
+
+2010-11-17  Benjamin Wolsey <address@hidden>
+
+       * libcore/Function.cpp: Don't need a try block.
+
+2010-11-17  Benjamin Wolsey <address@hidden>
+
+       * gui/gnash.cpp: Don't forget initialization!
+
+2010-11-17  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_environment.cpp, libcore/as_environment.h,
+       libcore/asobj/Color_as.cpp, libcore/asobj/MovieClipLoader.cpp,
+       libcore/asobj/MovieClip_as.cpp, libcore/asobj/Selection_as.cpp,
+       libcore/vm/ASHandlers.cpp: Move find_target out of class.
+
+2010-11-16  Sandro Santilli <address@hidden>
+
+       * : commit 22a70dc0672b85a0fb83d28e6cb2bd6db0252f96 Author: Sandro
+       Santilli <address@hidden> Date:   Tue Nov 16 19:56:40 2010 +0100
+
+2010-11-16  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_environment.cpp, libcore/as_environment.h: Update more
+       comments, clean up.
+
+2010-11-16  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_environment.cpp, libcore/as_environment.h: Update
+       comments.
+
+2010-11-16  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_environment.cpp: More rearranging.
+
+2010-11-16  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_environment.cpp, libcore/as_environment.h: Rearrange
+       as_environment.
+
+2010-11-16  Benjamin Wolsey <address@hidden>
+
+       * : commit a48358d511b81a3374ab80d4be43501ed7eeb420 Author: Benjamin
+       Wolsey <address@hidden> Date:   Tue Nov 16 15:07:27 2010
+       +0100
+
+2010-11-16  Benjamin Wolsey <address@hidden>
+
+       * libcore/vm/VM.h: Drop another unused function declaration.
+
+2010-11-16  Benjamin Wolsey <address@hidden>
+
+       * libcore/vm/VM.h: Drop unused function declaration.
+
+2010-11-16  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_environment.h, libcore/vm/fn_call.h: Rearrange class
+       and forward declarations.
+
+2010-11-16  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_environment.h: Drop unused proxying function.
+
+2010-11-16  Sandro Santilli <address@hidden>
+
+       * : commit cabc06876c9d481296e6b0263f809178e61ad20c Author: Sandro
+       Santilli <address@hidden> Date:   Tue Nov 16 13:41:29 2010 +0100
+
+2010-11-16  Benjamin Wolsey <address@hidden>
+
+       * libbase/ref_counted.h, libcore/parser/SWFMovieDefinition.h,
+       libcore/parser/movie_definition.h,
+       libcore/parser/sprite_definition.h,
+       libcore/swf/DefineSceneAndFrameLabelDataTag.h,
+       libcore/swf/DoABCTag.h, libcore/swf/DoActionTag.h,
+       libcore/swf/DoInitActionTag.h, libcore/swf/ExportAssetsTag.h,
+       libcore/swf/ImportAssetsTag.h, libcore/swf/PlaceObject2Tag.cpp,
+       libcore/swf/RemoveObjectTag.cpp, libcore/swf/ScriptLimitsTag.h,
+       libcore/swf/SetBackgroundColorTag.h, libcore/swf/StartSoundTag.cpp,
+       libcore/swf/StreamSoundBlockTag.cpp, libcore/swf/SymbolClassTag.h: 
+       Use intrusive_ptr to prevent possible leaks.
+
+2010-11-16  Benjamin Wolsey <address@hidden>
+
+       * libbase/smart_ptr.h: Drop unneeded include.
+
+2010-11-16  Benjamin Wolsey <address@hidden>
+
+       * libcore/swf/StreamSoundBlockTag.cpp: Clean up on error.
+
+2010-11-15  Sandro Santilli <address@hidden>
+
+       * libbase/GC.cpp: Take the default GC threshold back to 64.  It was
+       erroneously brought down to zero by commit
+       b5161cb32e3b45c33b96004a3b00411338344a2f (Drop GC singleton)
+
+2010-11-15  Sandro Santilli <address@hidden>
+
+       * : commit 92d1a7d87cddffa45c5b61d07ffc0cc7dd8115ca Author: Sandro
+       Santilli <address@hidden> Date:   Mon Nov 15 21:39:35 2010 +0100
+
+2010-11-15  Benjamin Wolsey <address@hidden>
+
+       * NEWS: Add news and use dots consistently.
+
+2010-11-14  Sandro Santilli <address@hidden>
+
+       * NEWS: Add note about fb-gnash improvements
+
+2010-11-14  Sandro Santilli <address@hidden>
+
+       * gui/fb/InputDevice.h: typo in comment
+
+2010-11-13  Benjamin Wolsey <address@hidden>
+
+       * gui/gnash.cpp: Allow multiple -P options again.
+
+2010-11-13  Benjamin Wolsey <address@hidden>
+
+       *
+       testsuite/misc-haxe.all/classes.all/accessibility/Accessibility_as.
+       hx, testsuite/misc-haxe.all/classes.all/net/LocalConnection_as.hx: 
+       Drop some more odd characters.
+
+2010-11-13  Benjamin Wolsey <address@hidden>
+
+       *
+       testsuite/misc-haxe.all/classes.all/accessibility/Accessibility_as.
+       hx, testsuite/misc-haxe.all/classes.all/net/LocalConnection_as.hx,
+       testsuite/misc-haxe.all/classes.all/system/System_as.hx,
+       testsuite/misc-haxe.all/classes.all/text/TextSnapshot_as.hx: Don't
+       use windows line endings.
+
+2010-11-13  Benjamin Wolsey <address@hidden>
+
+       *
+       testsuite/misc-haxe.all/classes.all/accessibility/Accessibility_as.
+       hx: Drop original testing change.
+
+2010-11-12  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-haxe.all/classes.all/ASnative_as.hx,
+       testsuite/misc-haxe.all/classes.all/Array_as.hx,
+       testsuite/misc-haxe.all/classes.all/AsBroadcaster_as.hx: Remove
+       unused tests.
+
+2010-11-12  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-haxe.all/classes.all/Array_as.hx,
+       testsuite/misc-haxe.all/classes.all/accessibility/AccessibilityProp
+       erties_as.hx,
+       testsuite/misc-haxe.all/classes.all/display/BitmapData_as.hx,
+       testsuite/misc-haxe.all/classes.all/display/DisplayObject_as.hx: 
+       Remove more heres.
+
+2010-11-12  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-haxe.all/classes.all/text/TextField_as.hx: Remove
+       more "here" usage.
+
+2010-11-12  Benjamin Wolsey <address@hidden>
+
+       *
+       testsuite/misc-haxe.all/classes.all/accessibility/Accessibility_as.
+       hx: Drop obsolete 'here' use.
+
+2010-11-12  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-haxe.all/classes.all/DejaGnu.hx: Use optional
+       haxe.PosInfos argument to get line numbers automatically.
+
+2010-11-12  Benjamin Wolsey <address@hidden>
+
+       * doc/C/Makefile.am: Fix typo for texi generation.
+
+2010-11-11  Markus Gothe <address@hidden>
+
+       * : commit aa503664a3226c172bed5523a78eb0f3ef739519 Author: Markus
+       Gothe <address@hidden> Date:   Thu Nov 11 23:01:54 2010
+       +0100
+
+2010-11-11  Sandro Santilli <address@hidden>
+
+       * gui/fb/fb.cpp: Allow -X and -Y to take a negative value to express
+       offset from right or bottom
+
+2010-11-11  Sandro Santilli <address@hidden>
+
+       * gui/fb/fb.cpp, gui/fb/fbsup.h: Add support for -X/-Y to fb gui
+       (works only with --enable-doublebuf)
+
+2010-11-11  Sandro Santilli <address@hidden>
+
+       * gui/gui.h: drop obsoleted question
+
+2010-11-11  Sandro Santilli <address@hidden>
+
+       * gui/fb/fb.cpp: Drop DEBUG_SHOW_FPS blocks, as that's handled by
+       base Gui already
+
+2010-11-11  Sandro Santilli <address@hidden>
+
+       * gui/fb/fb.cpp: comment out more GNASH_REPORT_FUNCTION
+
+2010-11-11  Sandro Santilli <address@hidden>
+
+       * gui/fb/fb.cpp: spacing
+
+2010-11-11  Sandro Santilli <address@hidden>
+
+       * gui/fb/fb.cpp: Clamp values passed with -j/-k to avoid segfaults..
+
+2010-11-11  Sandro Santilli <address@hidden>
+
+       * libbase/GnashNumeric.h: use of assert() requires <cassert> include
+
+2010-11-11  Sandro Santilli <address@hidden>
+
+       * gui/fb/fb.cpp: don't log_debug 100 times per second :)
+
+2010-11-11  Sandro Santilli <address@hidden>
+
+       * gui/fb/fb.cpp: initialize validbounds on ::init, log_debug sizes
+
+2010-11-11  Sandro Santilli <address@hidden>
+
+       * : commit a2dc30349df950964eb19e09606a1f9260c682cf Author: Sandro
+       Santilli <address@hidden> Date:   Thu Nov 11 16:57:25 2010 +0100
+
+2010-11-11  Rob Savoye <address@hidden>
+
+       * configure.ac: fix typo in test
+
+2010-11-11  Sandro Santilli <address@hidden>
+
+       * gui/gnash.cpp: Fix call to clamp (value-to-clamp must be given
+       first)
+
+2010-11-11  Sandro Santilli <address@hidden>
+
+       * gui/gnash.cpp: Translate 'Options' too
+
+2010-11-10  Rob Savoye <address@hidden>
+
+       * : commit d2add168d389c369ae631a3e6bb435c8cccd6109 Author: Rob
+       Savoye <address@hidden> Date:   Wed Nov 10 20:53:09 2010 -0700
+
+2010-11-10  Sandro Santilli <address@hidden>
+
+       * gui/gnash.cpp: Fix build with --enable-fps-debug
+
+2010-11-10  Markus Gothe <address@hidden>
+
+       * macros/haxe.m4: Fix parsing of version info
+
+2010-11-10  Benjamin Wolsey <address@hidden>
+
+       * gui/Makefile.am, librender/Makefile.am: Revert unintentional
+       changes to Makefiles.
+
+2010-11-10  Benjamin Wolsey <address@hidden>
+
+       * : commit ffddd2065bf73600f38457e37dbbf0597a0f3712 Author: Benjamin
+       Wolsey <address@hidden> Date:   Wed Nov 10 08:12:47 2010
+       +0100
+
+2010-11-10  Benjamin Wolsey <address@hidden>
+
+       * gui/gnash.cpp: Fix FPS debugging.
+
+2010-11-09  Benjamin Wolsey <address@hidden>
+
+       * : commit 958f3eb30a970734104a8b47c5a233afe4381993 Author: Rob
+       Savoye <address@hidden> Date:   Tue Nov 9 09:53:43 2010 -0700
+
+2010-11-09  Benjamin Wolsey <address@hidden>
+
+       * gui/gnash.cpp: Make interface more like boost::program_options's.
+
+2010-11-09  Benjamin Wolsey <address@hidden>
+
+       * gui/gnash.cpp: Add an accumulator value_semantic to keep options
+       as they were.
+
+2010-11-09  Benjamin Wolsey <address@hidden>
+
+       * gui/gnash.cpp: Use program_options for options; verbosity doesn't
+       work like it used to.
+
+2010-11-09  Benjamin Wolsey <address@hidden>
+
+       * gui/Player.h: Const correct.
+
+2010-11-09  Benjamin Wolsey <address@hidden>
+
+       * gui/gnash.cpp: Use program_options interface for default values.
+
+2010-11-09  Sandro Santilli <address@hidden>
+
+       * gui/gnash.cpp: Define supported options using
+       boost::program_options, use the definition for the help string.
+
+2010-11-08  Sandro Santilli <address@hidden>
+
+       * packaging/deb.am: Do not make expectances on gnash version string,
+       but accept any version
+
+2010-11-08  Sandro Santilli <address@hidden>
+
+       * : commit ab9153d1475f22a2f6efa7a4ce85c1d55cc06be8 Author: Sandro
+       Santilli <address@hidden> Date:   Mon Nov 8 22:27:37 2010 +0100
+
+2010-11-08  Rob Savoye <address@hidden>
+
+       * macros/boost.m4: program-options is header only.
+
+2010-11-08  Sandro Santilli <address@hidden>
+
+       * packaging/debian/control: Encode dependency on
+       libboost-program-options-dev package
+
+2010-11-08  Sandro Santilli <address@hidden>
+
+       * macros/boost.m4: boost program-options is actually a library
+
+2010-11-08  Sandro Santilli <address@hidden>
+
+       * librender/agg/Renderer_agg.cpp: <climits> is needed for INT_MAX in
+       agg2 headers
+
+2010-11-08  Sandro Santilli <address@hidden>
+
+       * configure.ac: Fix bogus shell syntax in Ming detection
+
+2010-11-08  Sandro Santilli <address@hidden>
+
+       * : commit dd7ca7472ba4bd58789a655d1991f5b38dc4b23f Author: Sandro
+       Santilli <address@hidden> Date:   Mon Nov 8 19:00:15 2010 +0100
+
+2010-11-08  Benjamin Wolsey <address@hidden>
+
+       * gui/Makefile.am, gui/fb/Makefile.am, gui/pythonmod/Makefile.am,
+       libbase/Makefile.am, libbase/tu_opengl_includes.h,
+       librender/Makefile.am, librender/PathParser.cpp,
+       librender/PathParser.h, librender/Renderer_agg.cpp,
+       librender/Renderer_agg.h, librender/Renderer_agg_bitmap.h,
+       librender/Renderer_agg_style.h, librender/Renderer_cairo.cpp,
+       librender/Renderer_cairo.h, librender/Renderer_ogl.cpp,
+       librender/Renderer_ogl.h, librender/agg/Renderer_agg.cpp,
+       librender/agg/Renderer_agg.h, librender/agg/Renderer_agg_bitmap.h,
+       librender/agg/Renderer_agg_style.h, librender/cairo/PathParser.cpp,
+       librender/cairo/PathParser.h, librender/cairo/Renderer_cairo.cpp,
+       librender/cairo/Renderer_cairo.h,
+       librender/opengl/Renderer_ogl.cpp, librender/opengl/Renderer_ogl.h,
+       librender/opengl/tu_opengl_includes.h, testsuite/Makefile.am,
+       utilities/Makefile.am: Split renderer files into separate
+       directories; clean up agg includes.
+
+2010-11-08  Benjamin Wolsey <address@hidden>
+
+       * po/cs.po, po/de.po, po/es.po, po/fi.po, po/fr.po, po/gnash.pot,
+       po/it.po, po/ja.po: Update po files.
+
+2010-11-08  Benjamin Wolsey <address@hidden>
+
+       * configure.ac: Drop obsolete code and options.
+
+2010-11-08  Benjamin Wolsey <address@hidden>
+
+       * gui/gtk/gtk.cpp: Drop debugger option.
+
+2010-11-08  Benjamin Wolsey <address@hidden>
+
+       * gui/gnash.cpp: Drop debugger option.
+
+2010-11-08  Benjamin Wolsey <address@hidden>
+
+       * utilities/processor.cpp: Remove debugger options.
+
+2010-11-08  Benjamin Wolsey <address@hidden>
+
+       * libcore/Makefile.am, libcore/debugger.cpp, libcore/debugger.h: 
+       Remove obsolete debugger.
+
+2010-11-08  Benjamin Wolsey <address@hidden>
+
+       * configure.ac: Use more standard variable in configure.
+
+2010-11-07  Sandro Santilli <address@hidden>
+
+       * configure.ac: Set version to 0.8.9dev (give some better hint than
+       'master')
+
+2010-11-07  Sandro Santilli <address@hidden>
+
+       * Makefile.am: Drop duplicated rule for building revno.h
+
+2010-11-07  Sandro Santilli <address@hidden>
+
+       * Makefile.am, gui/Makefile.am, gui/fb/Makefile.am: Build
+       .configline in top-level dir (where configure is run anyway)
+
+2010-11-07  Sandro Santilli <address@hidden>
+
+       * configure.ac, gui/Makefile.am, gui/fb/Makefile.am, gui/fb/fb.am: 
+       Change gui/fb into a first-class subdir. Moving toward GUI
+       independence here..
+
+2010-11-06  Sandro Santilli <address@hidden>
+
+       * plugin/npapi/plugin.cpp: Log a debug line when browser doesn't
+       support reading cookies
+
+2010-11-06  Sandro Santilli <address@hidden>
+
+       * gui/gnash.cpp: More cleanup of gettext strings
+
+2010-11-06  Sandro Santilli <address@hidden>
+
+       * gui/gnash.cpp: Split gui key print in separate usage function. Use
+       better internationalizable strings.
+
+2010-11-06  Sandro Santilli <address@hidden>
+
+       * gui/fb/fb.cpp: Kind of revert the support for -j/-k as that one
+       would then need a support for --fullscreen in turn, which messes up
+       a lot of the command line handling. This is another gui that needs
+       to be handling its own command line switches!
+
+2010-11-06  Sandro Santilli <address@hidden>
+
+       * gui/fb/fb.cpp, gui/fb/fbsup.h: Add support for -j and -k in FB gui
+       (still not completely happy with it, but does something now)
+
+2010-11-06  Sandro Santilli <address@hidden>
+
+       * gui/fb/fb.cpp, gui/fb/fbsup.h: Add support for --timeout in fb-gui
+
+2010-11-06  Sandro Santilli <address@hidden>
+
+       * plugin/npapi/plugin.cpp: Cleanup logging lines (don't duplicate
+       ERROR label, make proper use of boost::format). Thanks
+
+2010-11-06  Sandro Santilli <address@hidden>
+
+       * NEWS: it's _totalframes, not _framestotal
+
+2010-11-05  Maximiliano Castañón Araneda <address@hidden>
+
+       * gui/gtk/gtk.cpp: Add gnash icon to about window (patch #7369)
+
+2010-11-05  Benjamin Wolsey <address@hidden>
+
+       * testsuite/libcore.all/AsValueTest.cpp,
+       testsuite/libcore.all/DisplayListTest.cpp,
+       testsuite/libcore.all/PropertyListTest.cpp: Fix testsuite.
+
+2010-11-05  Benjamin Wolsey <address@hidden>
+
+       * gui/Player.cpp, gui/Player.h, gui/gui.cpp, gui/gui.h,
+       gui/pythonmod/gnash-view.cpp, libcore/movie_root.cpp,
+       libcore/movie_root.h, testsuite/MovieTester.cpp,
+       utilities/processor.cpp: Don't pass things unnecessarily.
+
+2010-11-05  Benjamin Wolsey <address@hidden>
+
+       * libcore/ExternalInterface.cpp: Drop obsolete sections of code.
+
+2010-11-04  Sandro Santilli <address@hidden>
+
+       * libcore/ExternalInterface.cpp: Don't wait for data in
+       ::readBrowser, read only if data is available..
+
+2010-11-04  Benjamin Wolsey <address@hidden>
+
+       * configure.ac: Disable ming for versions less than 0.4, as neither
+       misc-ming.all nor actionscript.all will build, and the tests that do
+       often don't give the expected results.
+
+2010-11-04  Benjamin Wolsey <address@hidden>
+
+       * : commit ccf8da18f9b3adfa2c38d5dc025e3890be1a0319 Author: Benjamin
+       Wolsey <address@hidden> Date:   Thu Nov 4 09:01:28 2010 +0100
+
+2010-11-04  Benjamin Wolsey <address@hidden>
+
+       * : commit 33ede786aa0ccd7556123c270021d760a9a041bd Author: Sandro
+       Santilli <address@hidden> Date:   Thu Nov 4 08:27:51 2010 +0100
+
+2010-11-03  Sandro Santilli <address@hidden>
+
+       * plugin/npapi/scriptable-test.html: Make SetVariable set an
+       incrementing value.. to test it really does it
+
+2010-11-02  Sandro Santilli <address@hidden>
+
+       * plugin/npapi/pluginScriptObject.cpp: Properly quote identifiers in
+       debug message
+
+2010-11-02  Sandro Santilli <address@hidden>
+
+       * plugin/npapi/plugin.cpp: Include pointer to cookie file in
+       launcher
+
+2010-11-02  Sandro Santilli <address@hidden>
+
+       * gui/gnash.cpp: Drop unneeded includes
+
+2010-11-02  Maximiliano Castañón Araneda <address@hidden>
+
+       * gui/gtk/gtk.cpp: Make urls in about dialog clickable
+
+2010-11-02  Sandro Santilli <address@hidden>
+
+       * : commit 3614f214d190f7cdd010493e504d7cf7f3821359 Author: Sandro
+       Santilli <address@hidden> Date:   Tue Nov 2 14:34:46 2010 +0100
+
+2010-11-01  Sandro Santilli <address@hidden>
+
+       * : commit bd70e27b2b2ba373bb7e377e93bf8553ea2ae056 Merge: c7dab7b
+       beb95bd Author: Benjamin Wolsey <address@hidden> Date:   Mon
+       Nov 1 12:18:32 2010 +0100
+
+2010-11-01  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/LoadBitmapTest.c: Fix copypasta error.
+
+2010-11-01  Sandro Santilli <address@hidden>
+
+       * testsuite/misc-ming.all/loop/Makefile.am: loop_test10.swf runner
+       needs to allow more frames to reach consistency checking
+
+2010-11-01  Sandro Santilli <address@hidden>
+
+       * testsuite/misc-ming.all/loop/loop_test10.c: Fix expected test
+       count
+
+2010-11-01  Sandro Santilli <address@hidden>
+
+       * configure.ac, testsuite/misc-ming.all/Makefile.am,
+       testsuite/misc-ming.all/displaylist_depths/Makefile.am,
+       testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test.
+       c,
+       testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test1
+       0.c,
+       testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test1
+       1.c,
+       testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test2
+       .c,
+       testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test3
+       .c,
+       testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test4
+       .c,
+       testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test5
+       .c,
+       testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test6
+       .c,
+       testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test7
+       .c,
+       testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test8
+       .c,
+       testsuite/misc-ming.all/displaylist_depths/displaylist_depths_test9
+       .c, testsuite/misc-ming.all/displaylist_depths_test.c,
+       testsuite/misc-ming.all/displaylist_depths_test10.c,
+       testsuite/misc-ming.all/displaylist_depths_test11.c,
+       testsuite/misc-ming.all/displaylist_depths_test2.c,
+       testsuite/misc-ming.all/displaylist_depths_test3.c,
+       testsuite/misc-ming.all/displaylist_depths_test4.c,
+       testsuite/misc-ming.all/displaylist_depths_test5.c,
+       testsuite/misc-ming.all/displaylist_depths_test6.c,
+       testsuite/misc-ming.all/displaylist_depths_test7.c,
+       testsuite/misc-ming.all/displaylist_depths_test8.c,
+       testsuite/misc-ming.all/displaylist_depths_test9.c: move DisplayList
+       depths tests in their own dir
+
+2010-10-31  Sandro Santilli <address@hidden>
+
+       * TODO: toggle quality opcode is implemented
+
+2010-10-31  Benjamin Wolsey <address@hidden>
+
+       * configure.ac: Drop left over code from old GUIs.
+
+2010-10-31  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/Makefile.am: Don't build
+       BitmapSmoothingTest for ming version below 0.4.3.
+
+2010-10-31  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/BitmapDataDraw.c,
+       testsuite/misc-ming.all/BitmapSmoothingTest.c,
+       testsuite/misc-ming.all/LoadBitmapTest.c: Fix testsuite for old
+       mingers.
+
+2010-10-31  Benjamin Wolsey <address@hidden>
+
+       * gui/Player.cpp, gui/gui.cpp, libbase/StreamProvider.h,
+       libcore/MovieClip.cpp, libcore/MovieLoader.cpp,
+       libcore/asobj/LoadableObject.cpp,
+       libcore/asobj/LocalConnection_as.cpp,
+       libcore/asobj/NetConnection_as.cpp,
+       libcore/asobj/SharedObject_as.cpp, libcore/asobj/Sound_as.cpp,
+       libcore/asobj/flash/external/ExternalInterface_as.cpp,
+       libcore/movie_root.cpp, libcore/movie_root.h,
+       libcore/swf/ImportAssetsTag.h: Rename to baseURL, since that's what
+       it is.
+
+2010-10-31  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/BitmapSmoothingTest.c,
+       testsuite/misc-ming.all/LoadBitmapTest.c: More changes for old ming
+       versions.
+
+2010-10-31  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/BitmapDataDraw.c: Use older function for
+       old mingers.
+
+2010-10-31  Benjamin Wolsey <address@hidden>
+
+       * libbase/StreamProvider.h: Documentation.
+
+2010-10-31  Benjamin Wolsey <address@hidden>
+
+       * gui/Player.cpp, gui/gui.cpp, gui/pythonmod/gnash-view.cpp,
+       libbase/StreamProvider.cpp, libbase/StreamProvider.h,
+       libcore/Makefile.am, libcore/RunResources.h,
+       libcore/URLAccessManager.cpp, libcore/URLAccessManager.h,
+       testsuite/MovieTester.cpp, testsuite/libcore.all/AsValueTest.cpp,
+       testsuite/libcore.all/DisplayListTest.cpp,
+       testsuite/libcore.all/PropertyListTest.cpp, utilities/processor.cpp: 
+       Pass the original URL to StreamProvider, document what the class is,
+       and what it should do in future.
+
+2010-10-31  Benjamin Wolsey <address@hidden>
+
+       * libbase/Makefile.am, libbase/URLAccessManager.cpp,
+       libbase/URLAccessManager.h: Move URLAccessManager to libbase.
+
+2010-10-31  Benjamin Wolsey <address@hidden>
+
+       * libbase/Makefile.am, libbase/StreamProvider.cpp,
+       libbase/StreamProvider.h, libcore/Makefile.am,
+       libcore/StreamProvider.cpp, libcore/StreamProvider.h: Move
+       StreamProvider to libbase.
+
+2010-10-31  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/Makefile.am: Don't build unsupported
+       tests.
+
+2010-10-31  Benjamin Wolsey <address@hidden>
+
+       * NEWS: Update NEWS.
+
+2010-10-31  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/Makefile.am: Don't build button test for
+       ming that doesn't support it.
+
+2010-10-31  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/duplicate_movie_clip_test.c: Fix another
+       test for old ming
+
+2010-10-31  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/attachMovieTest.c: Fix for old ming
+       version.
+
+2010-10-31  Sandro Santilli <address@hidden>
+
+       * libcore/URLAccessManager.h: Document use of baseurl by
+       URLAccessManager::allow
+
+2010-10-31  Sandro Santilli <address@hidden>
+
+       * libcore/URLAccessManager.h: typo
+
+2010-10-31  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/spritehier.c: Include ming_utils.h for old
+       ming versions.
+
+2010-10-30  Sandro Santilli <address@hidden>
+
+       * libmedia/ffmpeg/AudioDecoderFfmpeg.cpp: Survive
+       avcodec_decode_audio failure or empty return (fixes SIGFPE running
+       NetStrem-SquareTest with plain ffmpeg from ubuntu 10.04)
+
+2010-10-30  Sandro Santilli <address@hidden>
+
+       * NEWS: Note the relative urls resolution change
+
+2010-10-30  Sandro Santilli <address@hidden>
+
+       * : commit 85b561b4adb19aed744af65fbdfac23b863ea1a7 Author: Sandro
+       Santilli <address@hidden> Date:   Sat Oct 30 20:38:10 2010 +0200
+
+2010-10-30  Sandro Santilli <address@hidden>
+
+       * gui/Player.cpp: "base" parameter is always to be considered a
+       directory. All cases in plugin/test/baseuri/ succeed now
+
+2010-10-30  Sandro Santilli <address@hidden>
+
+       * plugin/test/baseuri/test.html: Test that "base" parameter is
+       always taken as a directory, never a file!
+
+2010-10-30  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/BitmapDataTest.c,
+       testsuite/misc-ming.all/BitmapSmoothingTest.c,
+       testsuite/misc-ming.all/ButtonEventsTest.c,
+       testsuite/misc-ming.all/DefineEditTextVariableNameTest.c,
+       testsuite/misc-ming.all/DefineTextTest.c,
+       testsuite/misc-ming.all/DepthLimitsTest.c,
+       testsuite/misc-ming.all/DragDropTestRunner.cpp,
+       testsuite/misc-ming.all/TextSnapshotTest.c,
+       testsuite/misc-ming.all/Video-EmbedSquareTest.c,
+       testsuite/misc-ming.all/Video-EmbedSquareTestRunner.cpp,
+       testsuite/misc-ming.all/action_execution_order_test3.c,
+       testsuite/misc-ming.all/action_execution_order_test4.c,
+       testsuite/misc-ming.all/action_execution_order_test9.c,
+       testsuite/misc-ming.all/attachMovieTest.c,
+       testsuite/misc-ming.all/displaylist_depths_test10.c,
+       testsuite/misc-ming.all/displaylist_depths_test11.c,
+       testsuite/misc-ming.all/displaylist_depths_test2.c,
+       testsuite/misc-ming.all/displaylist_depths_test3.c,
+       testsuite/misc-ming.all/displaylist_depths_test4.c,
+       testsuite/misc-ming.all/displaylist_depths_test5.c,
+       testsuite/misc-ming.all/displaylist_depths_test6.c,
+       testsuite/misc-ming.all/displaylist_depths_test7.c,
+       testsuite/misc-ming.all/displaylist_depths_test8.c,
+       testsuite/misc-ming.all/displaylist_depths_test9.c,
+       testsuite/misc-ming.all/eventSoundTest1-Runner.cpp,
+       testsuite/misc-ming.all/goto_frame_test.c,
+       testsuite/misc-ming.all/instanceNameTest.c,
+       testsuite/misc-ming.all/key_event_test.c,
+       testsuite/misc-ming.all/loop/loop_test.c,
+       testsuite/misc-ming.all/loop/loop_test10.c,
+       testsuite/misc-ming.all/loop/loop_test2.c,
+       testsuite/misc-ming.all/loop/loop_test3.c,
+       testsuite/misc-ming.all/loop/loop_test4.c,
+       testsuite/misc-ming.all/loop/loop_test5.c,
+       testsuite/misc-ming.all/loop/loop_test6.c,
+       testsuite/misc-ming.all/loop/loop_test7.c,
+       testsuite/misc-ming.all/loop/loop_test8.c,
+       testsuite/misc-ming.all/loop/loop_test9.c,
+       testsuite/misc-ming.all/morph_test1runner.cpp,
+       testsuite/misc-ming.all/moviecliploader_test.c,
+       testsuite/misc-ming.all/place_object_test.c,
+       testsuite/misc-ming.all/registerClassTest2.c,
+       testsuite/misc-ming.all/replace_buttons1test.c,
+       testsuite/misc-ming.all/shape_test.c,
+       testsuite/misc-ming.all/spritehier.c,
+       testsuite/misc-ming.all/unload_movieclip_test1.c: Fix various
+       warnings in misc-ming.all.
+
+2010-10-30  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashImage.h: Drop bogus (and unneeded) forward
+       declaration.
+
+2010-10-30  Benjamin Wolsey <address@hidden>
+
+       * testsuite/libcore.all/AsValueTest.cpp,
+       testsuite/libcore.all/StreamTest.cpp: Fix testsuite.
+
+2010-10-30  Benjamin Wolsey <address@hidden>
+
+       * gui/ScreenShotter.cpp, libbase/tu_file.cpp, libbase/tu_file.h,
+       libcore/StreamProvider.cpp,
+       testsuite/libbase.all/CurlStreamTest.cpp,
+       testsuite/libbase.all/NoSeekFileTest.cpp: Hide tu_file.
+
+2010-10-30  Benjamin Wolsey <address@hidden>
+
+       * libmedia/ffmpeg/VideoDecoderFfmpeg.cpp: Drop const_cast; it's not
+       needed for min FFmpeg version.
+
+2010-10-30  Benjamin Wolsey <address@hidden>
+
+       * libvaapi/VaapiSurfaceGLX.cpp: That made another function unused.
+
+2010-10-30  Benjamin Wolsey <address@hidden>
+
+       * libvaapi/VaapiSurfaceGLX.cpp: Comment out unused functions; no
+       idea what they're for.
+
+2010-10-30  Benjamin Wolsey <address@hidden>
+
+       * libmedia/ffmpeg/VideoDecoderFfmpeg.cpp: We always support VP6.
+
+2010-10-30  Benjamin Wolsey <address@hidden>
+
+       * macros/ffmpeg.m4: Raise required ffmpeg version, drop warnings
+       related to now-unsupported versions.
+
+2010-10-30  Benjamin Wolsey <address@hidden>
+
+       * libmedia/ffmpeg/AudioDecoderFfmpeg.cpp: Drop const_cast.
+
+2010-10-30  Benjamin Wolsey <address@hidden>
+
+       * libmedia/ffmpeg/AudioDecoderFfmpeg.cpp: Tabs to spaces.
+
+2010-10-30  Benjamin Wolsey <address@hidden>
+
+       * libmedia/ffmpeg/AudioDecoderFfmpeg.cpp: Drop support for
+       avcodec_decode_audio (Debian stable has the newer function).
+
+2010-10-30  Benjamin Wolsey <address@hidden>
+
+       * libmedia/ffmpeg/AudioDecoderFfmpeg.cpp: We always use aligned
+       memory, so drop the alternative.
+
+2010-10-30  Benjamin Wolsey <address@hidden>
+
+       * libmedia/ffmpeg/MediaParserFfmpeg.cpp: Stop spamming the logs so
+       much.
+
+2010-10-30  Sandro Santilli <address@hidden>
+
+       * plugin/npapi/plugin.cpp: Use window.document.baseURI rather than
+       window.document.location.href. The former honours <base> tags,
+       fixing bug  #31497  (aka easy come, easy go)
+
+2010-10-30  Sandro Santilli <address@hidden>
+
+       * plugin/test/baseuri/README, plugin/test/baseuri/sub/test.as,
+       plugin/test/baseuri/sub/test.html,
+       plugin/test/baseuri/sub/test.xml, plugin/test/baseuri/test.as,
+       plugin/test/baseuri/test.html, plugin/test/baseuri/test.xml,
+       plugin/test/baseuri/test_base.html: Add a non-automated test for
+       relative urls resolution. Gnash fails. The test suggests that
+       document.baseURI might be the answer (on the plugin side). Worth
+       testin with other browsers to see if that variable is always
+       available.
+
+2010-10-29  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp: Fix warning.
+
+2010-10-29  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/Object.as: Add test that reproduces the
+       bug fixed in previous commit.
+
+2010-10-29  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/Object.cpp: Don't touch the prototype in Object's
+       constructor; everything necessary has already been done.
+
+2010-10-29  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/Array_as.cpp: Minor cleanup.
+
+2010-10-29  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/LoadVars_as.cpp: Drop another incorrect
+       isInstantiation() use.
+
+2010-10-29  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/Error_as.cpp, libcore/asobj/Object.cpp: Drop
+       incorrect isInstantiation use.
+
+2010-10-29  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp,
+       libcore/asobj/NetConnection_as.h: Renames, move things into unnamed
+       namespace.
+
+2010-10-29  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp: Rationalize and document
+       returns. Fixes all tests.
+
+2010-10-29  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp: Handle requests using
+       HTTPRequest; almost works, but some tests fail.
+
+2010-10-29  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp: Add HTTP request class.
+
+2010-10-29  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp: Make ConnectionHandler
+       noncopyable, use pre-existing functions, clean up access.
+
+2010-10-29  Benjamin Wolsey <address@hidden>
+
+       * libbase/log.h: Drop unused log_amferror and don't use reserved
+       names.
+
+2010-10-29  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-haxe.all/classes.all/Makefile.am,
+       testsuite/misc-haxe.all/classes.all/filesystem/FileMode_as.hx,
+       testsuite/misc-haxe.all/classes.all/filesystem/FileStream_as.hx,
+       testsuite/misc-haxe.all/classes.all/filesystem/File_as.hx,
+       testsuite/misc-haxe.all/classes.all/filesystem/filesystem.am,
+       testsuite/misc-haxe.all/classes.all/filters/BevelFilter_as.hx,
+       testsuite/misc-haxe.all/classes.all/filters/BitmapFilterQuality_as.
+       hx,
+       testsuite/misc-haxe.all/classes.all/filters/BitmapFilterType_as.hx,
+       testsuite/misc-haxe.all/classes.all/filters/BitmapFilter_as.hx,
+       testsuite/misc-haxe.all/classes.all/filters/BlurFilter_as.hx,
+       testsuite/misc-haxe.all/classes.all/filters/ColorMatrixFilter_as.hx
+       ,
+       testsuite/misc-haxe.all/classes.all/filters/ConvolutionFilter_as.hx
+       ,
+       testsuite/misc-haxe.all/classes.all/filters/DisplacementMapFilterMo
+       de_as.hx,
+       testsuite/misc-haxe.all/classes.all/filters/DisplacementMapFilter_a
+       s.hx,
+       testsuite/misc-haxe.all/classes.all/filters/DropShadowFilter_as.hx,
+       testsuite/misc-haxe.all/classes.all/filters/GlowFilter_as.hx,
+       testsuite/misc-haxe.all/classes.all/filters/GradientBevelFilter_as.
+       hx,
+       testsuite/misc-haxe.all/classes.all/filters/GradientGlowFilter_as.h
+       x, testsuite/misc-haxe.all/classes.all/filters/filters.am,
+       testsuite/misc-haxe.all/classes.all/sampler/DeleteObjectSample_as.h
+       x,
+       testsuite/misc-haxe.all/classes.all/sampler/NewObjectSample_as.hx,
+       testsuite/misc-haxe.all/classes.all/sampler/Sample_as.hx,
+       testsuite/misc-haxe.all/classes.all/sampler/StackFrame_as.hx,
+       testsuite/misc-haxe.all/classes.all/sampler/sampler.am: Drop more
+       files that haxe can't compile.
+
+2010-10-29  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-haxe.all/classes.all/Makefile.am,
+       testsuite/misc-haxe.all/classes.all/html/HTMLHistoryItem_as.hx,
+       testsuite/misc-haxe.all/classes.all/html/HTMLHost_as.hx,
+       testsuite/misc-haxe.all/classes.all/html/HTMLLoader_as.hx,
+       testsuite/misc-haxe.all/classes.all/html/HTMLPDFCapability_as.hx,
+       testsuite/misc-haxe.all/classes.all/html/HTMLWindowCreateOptions_as
+       .hx, testsuite/misc-haxe.all/classes.all/html/html.am,
+       testsuite/misc-haxe.all/classes.all/security/IURIDereferencer_as.hx
+       ,
+       testsuite/misc-haxe.all/classes.all/security/RevocationCheckSetting
+       s_as.hx,
+       testsuite/misc-haxe.all/classes.all/security/SignatureStatus_as.hx,
+       testsuite/misc-haxe.all/classes.all/security/SignerTrustSettings_as
+       .hx,
+       testsuite/misc-haxe.all/classes.all/security/XMLSignatureValidator_
+       as.hx, testsuite/misc-haxe.all/classes.all/security/security.am: 
+       Drop files that haxe can't compile.
+
+2010-10-29  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-haxe.all/internal.all/ExternalInterface.hx,
+       testsuite/misc-haxe.all/internal.all/Function_as.hx,
+       testsuite/misc-haxe.all/internal.all/flash_as.hx: Drop other
+       duplicate actionscript.all files.
+
+2010-10-29  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-haxe.all/internal.all/ASnative.as,
+       testsuite/misc-haxe.all/internal.all/Global.as,
+       testsuite/misc-haxe.all/internal.all/HitTest.as,
+       testsuite/misc-haxe.all/internal.all/Inheritance.as,
+       testsuite/misc-haxe.all/internal.all/Instance.as,
+       testsuite/misc-haxe.all/internal.all/LoadVars.as,
+       testsuite/misc-haxe.all/internal.all/Microphone.as,
+       testsuite/misc-haxe.all/internal.all/Sound.as,
+       testsuite/misc-haxe.all/internal.all/getvariable.as: Drop stray
+       makeswf files.
+
+2010-10-28  Benjamin Wolsey <address@hidden>
+
+       * po/cs.po, po/de.po, po/es.po, po/fi.po, po/fr.po, po/gnash.pot,
+       po/it.po, po/ja.po: Update PO files.
+
+2010-10-28  Benjamin Wolsey <address@hidden>
+
+       * plugin/mozplugger/README, plugin/mozplugger/mozpluggerrc.patch: 
+       Drop mozplugger patch.
+
+2010-10-28  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/external/ExternalInterface_as.cpp,
+       libcore/movie_root.cpp, libcore/movie_root.h,
+       testsuite/actionscript.all/ExternalInterface.as: Don't try to attach
+       anything to the 'this' object of ExternalInterface.addCallback: 1. It's 
wrong.  2. It might be null.  This means we don't store it anywhere now, but 
since it was stored
+       and never accessed before that's no loss.
+
+2010-10-28  Benjamin Wolsey <address@hidden>
+
+       * libcore/movie_root.cpp: -1 doesn't convert to false.
+
+2010-10-28  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/external/ExternalInterface_as.cpp: Clean up.
+
+2010-10-28  Benjamin Wolsey <address@hidden>
+
+       * libcore/ExternalInterface.cpp, libcore/ExternalInterface.h,
+       libcore/asobj/flash/external/ExternalInterface_as.cpp: We can return
+       undefined without using a separate function.
+
+2010-10-28  Benjamin Wolsey <address@hidden>
+
+       * libcore/ExternalInterface.h: Drop another unused function.
+
+2010-10-28  Benjamin Wolsey <address@hidden>
+
+       * libcore/ExternalInterface.cpp: Drop another unused function
+
+2010-10-28  Benjamin Wolsey <address@hidden>
+
+       * libcore/ExternalInterface.cpp, libcore/ExternalInterface.h: Drop
+       unused function.
+
+2010-10-28  Benjamin Wolsey <address@hidden>
+
+       * libcore/ExternalInterface.cpp, libcore/ExternalInterface.h: Move
+       functions out of header.
+
+2010-10-28  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/external/ExternalInterface_as.cpp,
+       libcore/vm/ASHandlers.cpp,
+       testsuite/actionscript.all/ExternalInterface.as: Implement _utoAS
+       correctly. Add tests.
+
+2010-10-28  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/external/ExternalInterface_as.h: Don't forward
+       declare more than necessary.
+
+2010-10-27  Sandro Santilli <address@hidden>
+
+       * : commit 0d701b07e0647e59cac3896357181807c33b0e04 Author: Sandro
+       Santilli <address@hidden> Date:   Wed Oct 27 23:31:09 2010 +0200
+
+2010-10-27  Sandro Santilli <address@hidden>
+
+       * gui/dump/README, gui/dump/README.dump-gnash: Merge the dump
+       readmes
+
+2010-10-27  Sandro Santilli <address@hidden>
+
+       * NEWS: Add note about dump gui
+
+2010-10-27  Sandro Santilli <address@hidden>
+
+       * README.dump-gnash, gui/dump/README.dump-gnash: Put the dump gui
+       dox in its own dir
+
+2010-10-27  Benjamin Wolsey <address@hidden>
+
+       * : commit d76cfc4112d492746c2369ab06bfddcb03a48b97 Author: Benjamin
+       Wolsey <address@hidden> Date:   Wed Oct 27 18:38:06 2010
+       +0200
+
+2010-10-27  Sandro Santilli <address@hidden>
+
+       * gui/dump/dump.cpp: drop unused code
+
+2010-10-27  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp: Split parsing into separate
+       functions and handle errors more as expected.
+
+2010-10-27  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp: Don't log an error if the
+       server sends a non-callback response.
+
+2010-10-27  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp,
+       libcore/asobj/NetConnection_as.h: Fix onStatus, fix return from
+       connect(), clean up.
+
+2010-10-27  Benjamin Wolsey <address@hidden>
+
+       * : commit 9f22daa6b6509b420b798b885c885a1e9f83e00a Author: Benjamin
+       Wolsey <address@hidden> Date:   Wed Oct 27 13:07:25 2010
+       +0200
+
+2010-10-27  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp: Minor cleanups.
+
+2010-10-27  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp: Reduce duplicated effort.
+
+2010-10-27  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp: Minor cleanup.
+
+2010-10-27  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp: Use sensible variable names
+       and make them const.
+
+2010-10-27  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp: Fix silly variables and
+       scopes.
+
+2010-10-27  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp: Reorder advance() logic to
+       make the function more readable.
+
+2010-10-27  Sandro Santilli <address@hidden>
+
+       * gui/dump/README: Add note about additional @fps arg to -D (for
+       dump gui)
+
+2010-10-27  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp: Renames and silence debugging.
+
+2010-10-27  Sandro Santilli <address@hidden>
+
+       * gui/dump/dump.cpp, gui/dump/dump.h: Allow specifying a desired
+       video output FPS by appending @<num> to the filename with -D switch
+
+2010-10-26  Rob Savoye <address@hidden>
+
+       * : commit 42a8240d8e1d5f8ded1c28b294afc71f1924481c Author: Rob
+       Savoye <address@hidden> Date:   Tue Oct 26 11:22:33 2010 -0600
+
+2010-10-26  Sandro Santilli <address@hidden>
+
+       * gui/dump/README: Add some info about dump-gui (very few)
+
+2010-10-26  Sandro Santilli <address@hidden>
+
+       * gui/fb/MouseDevice.cpp: Check return from ::write from MouseDevice
+
+2010-10-26  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp: Missing include.
+
+2010-10-26  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/TextField_as.cpp, libcore/vm/VM.cpp: Silence
+       debugging.
+
+2010-10-26  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp: Drop local reading functions.
+
+2010-10-26  Benjamin Wolsey <address@hidden>
+
+       * : commit c965625df2dc52d39a20909b1f1b48209e10f247 Author: Benjamin
+       Wolsey <address@hidden> Date:   Tue Oct 26 15:24:56 2010
+       +0200
+
+2010-10-26  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp: Update documentation, but
+       there may be a better way to do this.
+
+2010-10-26  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp: Clean up HTTP remoting class.
+
+2010-10-26  Benjamin Wolsey <address@hidden>
+
+       * libbase/RTMP.cpp, libbase/RTMP.h,
+       libcore/asobj/NetConnection_as.cpp,
+       libcore/asobj/NetConnection_as.h: Send BW request and pass arguments
+       as expected.
+
+2010-10-26  Benjamin Wolsey <address@hidden>
+
+       * libcore/AMFConverter.cpp, libcore/asobj/NetConnection_as.cpp: Not
+       much progress yet.
+
+2010-10-26  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp,
+       libcore/asobj/NetConnection_as.h: Send correct connect packet.
+
+2010-10-26  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_object.cpp: Drop silly comment.
+
+2010-10-26  Benjamin Wolsey <address@hidden>
+
+       * libcore/AMFConverter.cpp: Clean up includes.
+
+2010-10-26  Benjamin Wolsey <address@hidden>
+
+       * libcore/PropertyList.h: Drop obsolete comment.
+
+2010-10-26  Benjamin Wolsey <address@hidden>
+
+       * libbase/RTMP.cpp: Const correct.
+
+2010-10-26  Benjamin Wolsey <address@hidden>
+
+       * libcore/swf/PlaceObject2Tag.cpp: Log unimpl for blend modes.
+
+2010-10-25  Rob Savoye <address@hidden>
+
+       * packaging/deb.am, packaging/debian/python-gtk-gnash.dirs,
+       packaging/debian/python-gtk-gnash.install: improve handling the
+       python plugin install directories
+
+2010-10-25  Rob Savoye <address@hidden>
+
+       * gui/Makefile.am: remove am-frags, as it no longer exists. Add fb/
+       to the input devices, or they won't be in the source tarball.
+
+2010-10-25  Sandro Santilli <address@hidden>
+
+       * : commit 5419e97139255090efc0470030f121e0309004eb Author: Sandro
+       Santilli <address@hidden> Date:   Mon Oct 25 23:42:06 2010 +0200
+
+2010-10-25  Rob Savoye <address@hidden>
+
+       * packaging/debian/changelog: change the old snapshot version so
+       dpkg stops complaining
+
+2010-10-25  Rob Savoye <address@hidden>
+
+       * : commit 7bcd4ce9ebd9d5bf8be892044ab158959afb0f18 Author: Rob
+       Savoye <address@hidden> Date:   Mon Oct 25 14:53:57 2010 -0600
+
+2010-10-25  Rob Savoye <address@hidden>
+
+       * packaging/deb.am: use the lsb_release ID instead of the python
+       version, as this is a distro specific test
+
+2010-10-25  Sandro Santilli <address@hidden>
+
+       * gui/dump.cpp, gui/dump.h, gui/gnash.cpp: Have dump-gui
+       sleep-per-iteration parametrized (-S switch) and default to none.
+
+2010-10-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp: Basic implementation details.
+
+2010-10-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp: Move more things to the base
+       class.
+
+2010-10-25  Sandro Santilli <address@hidden>
+
+       * libsound/sound_handler.cpp: Drop the sample fetching debug lines
+       (they aren't meaingful if they don't use the same clock used for SWF
+       frame advancement)
+
+2010-10-25  Sandro Santilli <address@hidden>
+
+       * : commit 0d96b7ccc4395d61d8cd065e633b76f629cfaba9 Author: Sandro
+       Santilli <address@hidden> Date:   Mon Oct 25 17:43:07 2010 +0200
+
+2010-10-25  Benjamin Wolsey <address@hidden>
+
+       * : commit 9829e9dc82f7b4e1dc51e30c355f3b5b8325d945 Author: Sandro
+       Santilli <address@hidden> Date:   Mon Oct 25 16:32:43 2010 +0200
+
+2010-10-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp: Tabs to spaces.
+
+2010-10-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp: Minor cleanups.
+
+2010-10-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp,
+       libcore/asobj/NetConnection_as.h: Clean up more.
+
+2010-10-25  Sandro Santilli <address@hidden>
+
+       * : commit b38b68ae78c7749faa074e91e36f635aaaaa3683 Author: Benjamin
+       Wolsey <address@hidden> Date:   Mon Oct 25 16:13:55 2010
+       +0200
+
+2010-10-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetConnection_as.cpp: Move call number to base
+       class.
+
+2010-10-25  Sandro Santilli <address@hidden>
+
+       * gui/dump.cpp: Property initialize dump-gui member
+
+2010-10-25  Benjamin Wolsey <address@hidden>
+
+       * libbase/noseek_fd_adapter.cpp, libbase/noseek_fd_adapter.h: 
+       Cleanups.
+
+2010-10-25  Benjamin Wolsey <address@hidden>
+
+       * libbase/zlib_adapter.cpp, libbase/zlib_adapter.h: Drop unused
+       function declaration.
+
+2010-10-25  Benjamin Wolsey <address@hidden>
+
+       * : commit 2e20bb92dacdfdb0ecbaffd8ce43ea9ce1a7de0d Merge: e782a90
+       1bcd7fa Author: Sandro Santilli <address@hidden> Date:   Mon Oct 25
+       15:21:04 2010 +0200
+
+2010-10-25  Sandro Santilli <address@hidden>
+
+       * gui/dump.cpp, gui/dump.h, gui/gui.h: Allow GUIs to provide a
+       custom clock. Have DUMP gui use a ManualClock
+
+2010-10-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/DragState.h: Tabs to spaces.
+
+2010-10-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayObject.cpp, libcore/DragState.h,
+       libcore/Makefile.am, libcore/asobj/MovieClip_as.cpp,
+       libcore/drag_state.h, libcore/movie_root.cpp, libcore/movie_root.h,
+       libcore/vm/ASHandlers.cpp: Minor cleanups and encapsulation in drag
+       state.
+
+2010-10-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/CustomActions.cpp, libcore/asobj/CustomActions.h,
+       libcore/asobj/Global_as.cpp, libcore/asobj/flash.am,
+       libcore/namedStrings.cpp, libcore/namedStrings.h,
+       testsuite/actionscript.all/CustomActions.as,
+       testsuite/actionscript.all/Makefile.am: CustomActions is not part of
+       the Player API.
+
+2010-10-25  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/Global.as: Check that CustomActions
+       doesn't exist.
+
+2010-10-24  Rob Savoye <address@hidden>
+
+       * macros/kde4.m4: remove extra curly brace
+
+2010-10-22  Sandro Santilli <address@hidden>
+
+       * gui/dump.cpp: fully qualify class names
+
+2010-10-22  Sandro Santilli <address@hidden>
+
+       * gui/dump.h: Missing include
+
+2010-10-22  Sandro Santilli <address@hidden>
+
+       * gui/dump.cpp, gui/dump.h: Have dump-gui use NullSoundHandler to
+       manually fetch samples at a predictable rate to improve sync between
+       streaming and event sound (and video). Use the configured sound
+       handler as a pure mixer (worth cleaning things up here to allow
+       _only_ using a mixer from a factory)
+
+2010-10-22  Sandro Santilli <address@hidden>
+
+       * libsound/NullSoundHandler.h: Take the mixer by raw pointer...
+       since there's no way to get a shared_ptr from RunResource...
+
+2010-10-22  Sandro Santilli <address@hidden>
+
+       * gui/pythonmod/gnash-view.cpp: Fix build of pythonview (bug #31417)
+
+2010-10-22  Sandro Santilli <address@hidden>
+
+       * gui/gui.h: fix description of RunResources member
+
+2010-10-22  Sandro Santilli <address@hidden>
+
+       * gui/Player.cpp, gui/gui.cpp: Player notifies audioDump to gui, gui
+       tells sound_handler at ::start (right before virtualclock is
+       resumed)
+
+2010-10-22  Sandro Santilli <address@hidden>
+
+       * gui/Makefile.am, gui/ScreenShotter.cpp, gui/ScreenShotter.h,
+       gui/gui.cpp, gui/gui.h: Put ScreenShotter in its own file (trying to
+       make gui cleaner)
+
+2010-10-22  Sandro Santilli <address@hidden>
+
+       * libsound/sound_handler.h: fix doc
+
+2010-10-22  Sandro Santilli <address@hidden>
+
+       * gui/Makefile.am, gui/fb/fb.am: Only build input devices when
+       building the FB gui
+
+2010-10-22  Sandro Santilli <address@hidden>
+
+       * gui/Player.cpp, libsound/aos4/sound_handler_ahi.cpp,
+       libsound/aos4/sound_handler_ahi.h,
+       libsound/mkit/sound_handler_mkit.cpp,
+       libsound/mkit/sound_handler_mkit.h,
+       libsound/sdl/sound_handler_sdl.cpp,
+       libsound/sdl/sound_handler_sdl.h, libsound/sound_handler.cpp,
+       libsound/sound_handler.h: Move WAV writing/dumping to base
+       sound_handler class
+
+2010-10-22  Sandro Santilli <address@hidden>
+
+       * libsound/aos4/sound_handler_ahi.h,
+       libsound/mkit/sound_handler_mkit.h: file_stream need be in base
+       class only
+
+2010-10-22  Sandro Santilli <address@hidden>
+
+       * libsound/aos4/sound_handler_ahi.cpp,
+       libsound/aos4/sound_handler_ahi.h,
+       libsound/mkit/sound_handler_mkit.cpp,
+       libsound/mkit/sound_handler_mkit.h,
+       libsound/sdl/sound_handler_sdl.cpp,
+       libsound/sdl/sound_handler_sdl.h, libsound/sound_handler.cpp,
+       libsound/sound_handler.h: Move audio dump writing to base
+       sound_handler class
+
+2010-10-22  Sandro Santilli <address@hidden>
+
+       * : commit e189a1ba2a4fc3b06a7aa9602b8e25b209d98da2 Author: Benjamin
+       Wolsey <address@hidden> Date:   Fri Oct 22 11:49:52 2010
+       +0200
+
+2010-10-22  Benjamin Wolsey <address@hidden>
+
+       * libbase/tu_file.cpp, libbase/tu_file.h: Don't cast unnecessarily
+       and fix some documentation.
+
+2010-10-22  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/gen-as3.sh: Drop obsolete script.
+
+2010-10-22  Benjamin Wolsey <address@hidden>
+
+       * libmedia/gst/AudioInputGst.cpp: Drop silly log_unimpl.
+
+2010-10-22  Benjamin Wolsey <address@hidden>
+
+       * libcore/vm/ActionExec.cpp: Clean up.
+
+2010-10-22  Benjamin Wolsey <address@hidden>
+
+       * libcore/MovieFactory.cpp, libcore/MovieFactory.h: Minor cleanups.
+
+2010-10-22  Benjamin Wolsey <address@hidden>
+
+       * libcore/parser/SWFMovieDefinition.cpp: SWF8+ is fairly well
+       supported, so don't claim it's unimplemented.
+
+2010-10-22  Benjamin Wolsey <address@hidden>
+
+       * libcore/swf/tag_loaders.cpp: Improve AVM2 message.
+
+2010-10-22  Benjamin Wolsey <address@hidden>
+
+       * libcore/MovieFactory.cpp: Rearrange.
+
+2010-10-22  Benjamin Wolsey <address@hidden>
+
+       * libcore/MovieFactory.cpp: Don't clear fontlib automatically, as
+       it's cleared anyway when we exit.
+
+2010-10-22  Benjamin Wolsey <address@hidden>
+
+       * libcore/MovieFactory.cpp: Clean up.
+
+2010-10-22  Benjamin Wolsey <address@hidden>
+
+       * libcore/event_id.h: ObjectURI is a struct.
+
+2010-10-22  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayList.h: ObjectURI is a struct.
+
+2010-10-21  Sandro Santilli <address@hidden>
+
+       * gui/gui.h: Add audioDump string to gui. Currently gui is the
+       hosting application, so it make sense for it to know what's the
+       final audio sink (as it knows the final rendering output).
+
+2010-10-21  Sandro Santilli <address@hidden>
+
+       * libsound/NullSoundHandler.h, libsound/sound_handler.cpp,
+       libsound/sound_handler.h: Make sound_handler::mix public and a pure
+       virtual (mixing ain't so easy). Allow passing a sound_handler to
+       NullSoundHandler for use to mix.
+
+2010-10-21  Sandro Santilli <address@hidden>
+
+       * gui/Player.cpp: Do not dereference a soundHandler if non-existing
+
+2010-10-21  Sandro Santilli <address@hidden>
+
+       * libsound/WAVWriter.cpp, libsound/WAVWriter.h,
+       libsound/sdl/sound_handler_sdl.cpp: Fix build
+
+2010-10-21  Sandro Santilli <address@hidden>
+
+       * libsound/Makefile.am, libsound/WAVWriter.cpp,
+       libsound/WAVWriter.h, libsound/sdl/sound_handler_sdl.cpp,
+       libsound/sdl/sound_handler_sdl.h: WAVWriter class out of sdl sound
+       handler (for reuse by others)
+
+2010-10-21  Rob Savoye <address@hidden>
+
+       * packaging/debian/control: Suggest browser-plugin-gnash instead of
+       mozill-plugin-gnash
+
+2010-10-21  Benjamin Wolsey <address@hidden>
+
+       * : commit 2e74fddfc73324b15e479ecd66138a7e2cbc96d2 Author: Benjamin
+       Wolsey <address@hidden> Date:   Thu Oct 21 16:45:03 2010
+       +0200
+
+2010-10-21  Sandro Santilli <address@hidden>
+
+       * doc/DESIGN: Update diagram to be up-to-date with latest renames
+
+2010-10-21  Sandro Santilli <address@hidden>
+
+       * : commit 4074ae5c9e35748490f4d8a415501c6fbc34dc81 Author: Sandro
+       Santilli <address@hidden> Date:   Thu Oct 21 15:58:23 2010 +0200
+
+2010-10-21  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashSleep.h: Use nanosleep instead of the deprecated
+       usleep.
+
+2010-10-21  Benjamin Wolsey <address@hidden>
+
+       * libcore/parser/TypesParser.h: Add documentation.
+
+2010-10-21  Benjamin Wolsey <address@hidden>
+
+       * testsuite/libcore.all/Makefile.am: Run test.
+
+2010-10-21  Benjamin Wolsey <address@hidden>
+
+       * testsuite/libcore.all/CxFormTest.cpp: Add unit test for CxForm.
+
+2010-10-21  Benjamin Wolsey <address@hidden>
+
+       * libcore/SWFCxForm.cpp: Remove verbose casts as the conversion is
+       performed anyway.
+
+2010-10-21  Benjamin Wolsey <address@hidden>
+
+       * libcore/SWFCxForm.cpp, libcore/SWFCxForm.h,
+       libcore/parser/TypesParser.cpp, libcore/parser/TypesParser.h,
+       libcore/swf/DefineButtonTag.cpp, libcore/swf/DefineButtonTag.h,
+       libcore/swf/PlaceObject2Tag.cpp: Handle CxForm in types parser.
+
+2010-10-21  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/registerClassTest2.c: Use proper pp token.
+
+2010-10-21  Benjamin Wolsey <address@hidden>
+
+       * libcore/vm/ASHandlers.cpp: Implement ActionToggleQuality.
+
+2010-10-21  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/MovieClip.as: Run tests for version 5
+       as well.
+
+2010-10-21  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/MovieClip.as: Tests for toggleQuality.
+
+2010-10-21  Benjamin Wolsey <address@hidden>
+
+       * : commit cd69f4433aa7e6dd1818170197d41dcd5dc116b4 Merge: 103eb32
+       731befc Author: Sandro Santilli <address@hidden> Date:   Wed Oct 20
+       22:59:19 2010 +0200
+
+2010-10-20  Sandro Santilli <address@hidden>
+
+       * libsound/sound_handler.cpp: Get "lateness" right (positive number
+       is late, negative is early)
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * configure.ac, cygnal/cvm.cpp, doc/DESIGN, gui/Player.h,
+       gui/aos4/aos4.cpp, gui/aos4/aos4_agg_glue.h,
+       gui/aos4/aos4_cairo_glue.cpp, gui/aos4/aos4_cairo_glue.h,
+       gui/aos4/aos4_glue.h, gui/aqua.cpp, gui/fb/fb.cpp,
+       gui/fltk/fltk.cpp, gui/fltk/fltk_glue_agg.cpp,
+       gui/fltk/fltk_glue_agg.h, gui/fltk/fltk_glue_cairo.cpp,
+       gui/gtk/gtk.cpp, gui/gtk/gtk_glue.h, gui/gtk/gtk_glue_agg.cpp,
+       gui/gtk/gtk_glue_agg_vaapi.cpp, gui/gui.cpp, gui/gui.h,
+       gui/haiku/haiku.cpp, gui/kde/Kde4Gui.cpp, gui/kde/kde.cpp,
+       gui/kde/kde_glue.h, gui/riscos_glue.h, gui/sdl/sdl.cpp,
+       gui/sdl/sdl_glue.h, libbase/FileTypes.h, libbase/GnashEnums.h,
+       libbase/GnashImage.cpp, libbase/GnashImage.h, libbase/Makefile.am,
+       libcore/DisplayObject.cpp, libcore/Makefile.am,
+       libcore/MovieFactory.cpp, libcore/gnash.h, libcore/movie_root.h,
+       librender/Renderer.h, librender/Renderer_agg.cpp,
+       librender/Renderer_ogl.cpp, plugin/aos4/plugin.h,
+       plugin/win32/plugin.h, testsuite/MovieTester.h,
+       utilities/dumpshm.cpp, utilities/processor.cpp: Drop gnash.h.
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * libcore/parser/action_buffer.cpp, libcore/parser/action_buffer.h: 
+       Cleanups.
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * libcore/parser/action_buffer.cpp, libcore/parser/action_buffer.h,
+       libcore/swf/tag_loaders.cpp: Clean ups.
+
+2010-10-20  Sandro Santilli <address@hidden>
+
+       * gui/am-frag/dump.am: Use LDADD, not LDFLAGS, for gnash libs and
+       other (as done by gtk). Should fix dependency computation when doing
+       static linking
+
+2010-10-20  Sandro Santilli <address@hidden>
+
+       * gui/gtk/gtk.am: libgnashrender.la is already part of GNASH_LIBS
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * : commit d6e20925f19502e93e822fa4d875f0574a8345bb Author: Benjamin
+       Wolsey <address@hidden> Date:   Wed Oct 20 19:39:20 2010
+       +0200
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * libcore/swf/DefineBitsTag.cpp: Ensure bytes.
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * libcore/swf/DefaultTagLoaders.cpp, libcore/swf/DefineBitsTag.cpp: 
+       Support for DefineBitsJpeg4 tag (no tests, no examples).
+
+2010-10-20  Sandro Santilli <address@hidden>
+
+       * libsound/sound_handler.cpp: Add computation of sound handler
+       lateness (fuzzy, wuold better be computed using VM timer)
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * libcore/swf/DefineBitsTag.cpp: Read GIF and PNG for
+       DefineBitsJpeg3 as well (documented, only DefineBitsJpeg2 is
+       confirmed).
+
+2010-10-20  Sandro Santilli <address@hidden>
+
+       * libsound/sound_handler.cpp: Add dirty sample fetch frequency
+       debugging support (needs macro)
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * libcore/swf/DefineBitsTag.cpp: Parse logging.
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * libcore/swf/DefaultTagLoaders.cpp, libcore/swf/DefineBitsTag.cpp,
+       libcore/swf/DefineBitsTag.h: Reduce duplication.
+
+2010-10-20  Sandro Santilli <address@hidden>
+
+       * gui/dump.cpp: Do not include headers needed for gettimeofday as
+       we're not using it directly anymore now
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * libcore/swf/DefineBitsTag.cpp: Rearrange.
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * libcore/Makefile.am, libcore/swf/DefaultTagLoaders.cpp,
+       libcore/swf/DefineBitsTag.cpp, libcore/swf/DefineBitsTag.h,
+       libcore/swf/tag_loaders.cpp, libcore/swf/tag_loaders.h: Drop
+       obsolete declarations, move definebits tags into own file.
+
+2010-10-20  Sandro Santilli <address@hidden>
+
+       * : commit 9f8f920a349ad8456bc4a1d8fc63870af7040738 Author: Sandro
+       Santilli <address@hidden> Date:   Wed Oct 20 16:03:07 2010 +0200
+
+2010-10-20  Sandro Santilli <address@hidden>
+
+       * plugin/Makefile.am: Distribute plugin/aos4
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * libcore/swf/tag_loaders.cpp: Drop a couple of lines.
+
+2010-10-20  Sandro Santilli <address@hidden>
+
+       * : commit 64852234c5b8562a4b977e9beb064626075ac224 Author: Benjamin
+       Wolsey <address@hidden> Date:   Wed Oct 20 15:49:34 2010
+       +0200
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * libcore/swf/DefaultTagLoaders.cpp: Move dummy loaders locally.
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * libcore/parser/SWFParser.cpp: Explain missing tag better.
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * libcore/swf/DefineFontAlignZonesTag.cpp: Drop stars.
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * libcore/swf/tag_loaders.cpp: Clean up, const correct.
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * : commit cf87ba129b515193dc4700612906c5e64a8582d7 Author: Benjamin
+       Wolsey <address@hidden> Date:   Wed Oct 20 13:48:00 2010
+       +0200
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashImageJpeg.cpp: Don't call finishImage in dtor because
+       it can throw. Handle case where scanline isn't read.
+
+2010-10-20  Sandro Santilli <address@hidden>
+
+       * libmedia/gst/AudioDecoderGst.cpp: private tag
+
+2010-10-20  Sandro Santilli <address@hidden>
+
+       * : commit 85763463715dd58264edf97ce2c1cdc5c62eb3f7 Author: Sandro
+       Santilli <address@hidden> Date:   Wed Oct 20 12:24:21 2010 +0200
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * : commit 20764275919d2ec05aeb3a876339e6c752e06c91 Merge: f325040
+       d778ca9 Author: Sandro Santilli <address@hidden> Date:   Wed Oct 20
+       11:44:41 2010 +0200
+
+2010-10-20  Sandro Santilli <address@hidden>
+
+       * gui/dump.cpp, gui/gui.cpp, gui/gui.h: Have Gui::advanceMovie
+       return true or false based on whether frame advancement occurred.
+       Use this information from dump-gui to decide whether or not to write
+       a video frame.
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/MovieClip_as.cpp,
+       testsuite/actionscript.all/MovieClip.as: Return an array to pass
+       some tests.
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/MovieClip.as: Expect failure.
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/MovieClip.as: More tests.
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/MovieClip.as: Add MovieClip.filters
+       tests.
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * : commit fb05b4ea936e738c625556bd275a42394aec217c Author: Benjamin
+       Wolsey <address@hidden> Date:   Wed Oct 20 10:39:38 2010
+       +0200
+
+2010-10-20  Sandro Santilli <address@hidden>
+
+       * libsound/sound_handler.cpp: drop todo (done)
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * libcore/BevelFilter.h, libcore/BitmapFilter.h,
+       libcore/BlurFilter.h, libcore/ColorMatrixFilter.h,
+       libcore/ConvolutionFilter.h, libcore/DropShadowFilter.h,
+       libcore/Filters.h, libcore/GlowFilter.h,
+       libcore/GradientBevelFilter.h, libcore/GradientGlowFilter.h,
+       libcore/Makefile.am,
+       libcore/asobj/flash/filters/BevelFilter_as.cpp,
+       libcore/asobj/flash/filters/BevelFilter_as.h,
+       libcore/asobj/flash/filters/BitmapFilterQuality_as.cpp,
+       libcore/asobj/flash/filters/BitmapFilterQuality_as.h,
+       libcore/asobj/flash/filters/BitmapFilterType_as.cpp,
+       libcore/asobj/flash/filters/BitmapFilterType_as.h,
+       libcore/asobj/flash/filters/BitmapFilter_as.cpp,
+       libcore/asobj/flash/filters/BitmapFilter_as.h,
+       libcore/asobj/flash/filters/BlurFilter_as.cpp,
+       libcore/asobj/flash/filters/BlurFilter_as.h,
+       libcore/asobj/flash/filters/ColorMatrixFilter_as.cpp,
+       libcore/asobj/flash/filters/ColorMatrixFilter_as.h,
+       libcore/asobj/flash/filters/ConvolutionFilter_as.cpp,
+       libcore/asobj/flash/filters/ConvolutionFilter_as.h,
+       libcore/asobj/flash/filters/DisplacementMapFilterMode_as.cpp,
+       libcore/asobj/flash/filters/DisplacementMapFilterMode_as.h,
+       libcore/asobj/flash/filters/DisplacementMapFilter_as.cpp,
+       libcore/asobj/flash/filters/DisplacementMapFilter_as.h,
+       libcore/asobj/flash/filters/DropShadowFilter_as.cpp,
+       libcore/asobj/flash/filters/DropShadowFilter_as.h,
+       libcore/asobj/flash/filters/GlowFilter_as.cpp,
+       libcore/asobj/flash/filters/GlowFilter_as.h,
+       libcore/asobj/flash/filters/GradientBevelFilter_as.cpp,
+       libcore/asobj/flash/filters/GradientBevelFilter_as.h,
+       libcore/asobj/flash/filters/GradientGlowFilter_as.cpp,
+       libcore/asobj/flash/filters/GradientGlowFilter_as.h,
+       libcore/asobj/flash/filters/filters.am,
+       libcore/parser/filter_factory.cpp, libcore/parser/filter_factory.h,
+       libcore/swf/PlaceObject2Tag.cpp: Tidy up filters.
+
+2010-10-20  Sandro Santilli <address@hidden>
+
+       * libmedia/gst/MediaParserGst.cpp: Hush annoying EOF emitting debug
+       print from gst
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * libcore/vm/ASHandlers.cpp: Split long line.
+
+2010-10-20  Benjamin Wolsey <address@hidden>
+
+       * libcore/vm/ASHandlers.cpp: Coding style, const correctness; no
+       change in functionality.
+
+2010-10-19  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_object.h: Document, change include order.
+
+2010-10-19  Benjamin Wolsey <address@hidden>
+
+       * : commit 3222174d3368ccb2b78149586df76da72ef1d254 Author: Sandro
+       Santilli <address@hidden> Date:   Tue Oct 19 17:36:30 2010 +0200
+
+2010-10-19  Sandro Santilli <address@hidden>
+
+       * libcore/swf/StreamSoundBlockTag.cpp: tab to spaces
+
+2010-10-19  Sandro Santilli <address@hidden>
+
+       * libcore/swf/StreamSoundBlockTag.h: tabs to spaces
+
+2010-10-19  Sandro Santilli <address@hidden>
+
+       * libsound/sound_handler.cpp: Signal playSound is a private (luckly)
+
+2010-10-19  Benjamin Wolsey <address@hidden>
+
+       * libcore/MovieClip.cpp, libcore/as_object.cpp,
+       libcore/as_object.h, libcore/asobj/LoadVars_as.cpp,
+       libcore/asobj/MovieClip_as.cpp, libcore/asobj/XMLNode_as.cpp,
+       libcore/vm/ASHandlers.cpp: Return by value, use a vector, and use
+       ObjectURI.
+
+2010-10-19  Sandro Santilli <address@hidden>
+
+       * libsound/EmbedSound.h: Split long lines
+
+2010-10-19  Benjamin Wolsey <address@hidden>
+
+       * libcore/PropertyList.cpp, libcore/PropertyList.h,
+       libcore/as_object.cpp, libcore/as_object.h: Drop some functions.
+
+2010-10-19  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_environment.cpp, libcore/as_object.cpp,
+       libcore/as_object.h, libcore/movie_root.cpp: Move get_path_element
+       outside class altogether.
+
+2010-10-19  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_object.h: Make function non-virtual.
+
+2010-10-19  Benjamin Wolsey <address@hidden>
+
+       * gui/gtk/gtk.cpp: Minor cleanups.
+
+2010-10-19  Benjamin Wolsey <address@hidden>
+
+       * gui/gui.cpp: Split long lines.
+
+2010-10-19  Benjamin Wolsey <address@hidden>
+
+       * gui/gtk/gtk.cpp, gui/gtk/gtksup.h, libbase/GC.cpp,
+       libcore/Button.cpp, libcore/DisplayObject.cpp,
+       libcore/DisplayObjectContainer.cpp: Clean up headers.
+
+2010-10-19  Benjamin Wolsey <address@hidden>
+
+       * : commit 9dbb1413bb3b8a43675f9a7906e61d95552082c9 Author: Benjamin
+       Wolsey <address@hidden> Date:   Tue Oct 19 11:08:42 2010
+       +0200
+
+2010-10-19  Benjamin Wolsey <address@hidden>
+
+       * libcore/ExternalInterface.cpp, libcore/ExternalInterface.h,
+       libcore/movie_root.cpp, libcore/movie_root.h: Clean up unused
+       functions.
+
+2010-10-19  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/external/ExternalInterface_as.cpp: Implement
+       _argumentsToXML in the AS file.
+
+2010-10-19  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/external/ExternalInterface_as.cpp,
+       testsuite/actionscript.all/ExternalInterface.as: Move _arrayToXML to
+       the AS implementation file.
+
+2010-10-19  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/external/ExternalInterface_as.cpp: Implement
+       _toXML in the AS implementation.
+
+2010-10-19  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/external/ExternalInterface_as.cpp: Implement
+       objectToXML in AS as expected.
+
+2010-10-17  Sandro Santilli <address@hidden>
+
+       * : commit c3e8d8748e2d2a9e3438e13e81472b75d560b304 Author: Sandro
+       Santilli <address@hidden> Date:   Sun Oct 17 22:18:07 2010 +0200
+
+2010-10-17  Andrea Palmatè <address@hidden>
+
+       * configure.ac, libbase/URL.cpp, plugin/Makefile.am,
+       plugin/npapi/Makefile.am: Fix an assertion on URL.cpp. On Amiga all
+       urls are valid
+
+2010-10-17  Andrea Palmatè <address@hidden>
+
+       * : Fix an assertion on URL.cpp. On Amiga all urls are valid
+
+2010-10-17  Sandro Santilli <address@hidden>
+
+       * : commit d8632fd03833b51b0c8fb3fecd7aeda89095734e Author: Sandro
+       Santilli <address@hidden> Date:   Sun Oct 17 18:53:35 2010 +0200
+
+2010-10-17  Sandro Santilli <address@hidden>
+
+       * testsuite/misc-ming.all/ButtonEventsTest-Runner.cpp: Check for
+       hand cursor
+
+2010-10-17  Sandro Santilli <address@hidden>
+
+       * testsuite/MovieTester.cpp, testsuite/MovieTester.h: Add
+       MovieTester::usingHandCursor
+
+2010-10-17  Benjamin Wolsey <address@hidden>
+
+       * : commit 2f08ce39e26fb7e9580aefcf4fcafe38a782b60f Author: Benjamin
+       Wolsey <address@hidden> Date:   Sun Oct 17 18:18:37 2010
+       +0200
+
+2010-10-17  Sandro Santilli <address@hidden>
+
+       * testsuite/misc-ming.all/ButtonEventsTest.c: Write what's the
+       expected cursor when rolling over the button
+
+2010-10-17  Sandro Santilli <address@hidden>
+
+       * testsuite/misc-ming.all/ButtonEventsTest.c: Add test for
+       useHandCursor in Button test
+
+2010-10-17  Sandro Santilli <address@hidden>
+
+       * : commit 0cda1c0e91e32a69cc032461f6d0b5f92c99070b Author: Sandro
+       Santilli <address@hidden> Date:   Sun Oct 17 17:42:41 2010 +0200
+
+2010-10-17  Benjamin Wolsey <address@hidden>
+
+       * libcore/AMFConverter.cpp, libcore/PropertyList.h,
+       libcore/as_object.cpp, libcore/as_object.h,
+       libcore/asobj/Array_as.h, libcore/asobj/SharedObject_as.cpp,
+       libcore/asobj/flash/external/ExternalInterface_as.cpp: Rename
+       AbstractPropertyVisitor to match KeyVisitor.
+
+2010-10-17  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayObject.h, libcore/ExternalInterface.cpp,
+       libcore/MovieClip.cpp, libcore/MovieClip.h,
+       libcore/PropertyList.cpp, libcore/PropertyList.h,
+       libcore/as_object.cpp, libcore/as_object.h,
+       libcore/asobj/LoadVars_as.cpp, libcore/vm/ASHandlers.cpp: Resimplify
+       as_object interface using a visitor.
+
+2010-10-17  Markus Gothe <address@hidden>
+
+       * libbase/Socket.cpp: Fixed missing declaretion of sighandler_t
+
+2010-10-17  Sandro Santilli <address@hidden>
+
+       * libcore/StaticText.cpp,
+       testsuite/misc-ming.all/DefineTextTest-Runner.cpp: Implement hit
+       test for static text as a point-in-bounds check. Not 100% compatible
+       but much better than nothing for normal use.
+
+2010-10-17  Sandro Santilli <address@hidden>
+
+       * libcore/ExternalInterface.cpp, libcore/ExternalInterface.h: Do not
+       segfault when passed an object with circular refs
+
+2010-10-17  Sandro Santilli <address@hidden>
+
+       * libcore/ExternalInterface.cpp: Drop unused code
+
+2010-10-17  Sandro Santilli <address@hidden>
+
+       * testsuite/actionscript.all/ExternalInterface.as: PP tested to hang
+       when trying to XML-serialize an object with circular refs (gnash
+       segfaults smashing the stack right now)
+
+2010-10-17  Sandro Santilli <address@hidden>
+
+       * testsuite/actionscript.all/ExternalInterface.as: Add test for
+       object reference as object property (ExternalInterface)
+
+2010-10-17  Sandro Santilli <address@hidden>
+
+       * libcore/ExternalInterface.cpp: Support object properties in
+       ExternalInterface. The testcase still fails due to some weird values
+       for XML object properties (nulls rather than functions), we'll want
+       to add a focused test for objects in objects not involving too much
+       of native objects composition. Also, this opens up for crashes in
+       circular chanis
+
+2010-10-16  Sandro Santilli <address@hidden>
+
+       * : commit 6412a46e60b11424a0ea8a6960c4e3b9826daea6 Author: Sandro
+       Santilli <address@hidden> Date:   Sat Oct 16 17:40:01 2010 +0200
+
+2010-10-16  Sandro Santilli <address@hidden>
+
+       * libcore/as_value.cpp, libcore/as_value.h: Add non-converting
+       as_value::get_object method (not requiring a VM arg)
+
+2010-10-16  Andrea Palmatè <address@hidden>
+
+       * plugin/aos4/Makefile.am, plugin/aos4/plugin.cpp,
+       plugin/aos4/plugin.h: Add plugin support for AmigaOS4. Note that
+       currently the plugin is broken on OS4
+
+2010-10-16  Sandro Santilli <address@hidden>
+
+       * libcore/asobj/XMLNode_as.cpp, libcore/asobj/XML_as.cpp: Reorder
+       XMLNode and XML properties to match the ordering in pp (toward fixup
+       of the ExternalInterface test
+
+2010-10-15  Sandro Santilli <address@hidden>
+
+       * libbase/Socket.cpp: It's std::signal in <csignal>!
+
+2010-10-15  Sandro Santilli <address@hidden>
+
+       * libbase/Socket.cpp: Ask not to get sigpipe, hopefully in a
+       standard way now
+
+2010-10-15  Sandro Santilli <address@hidden>
+
+       * libcore/DisplayObject.h, libcore/MovieClip.cpp,
+       libcore/MovieClip.h, libcore/PropertyList.cpp,
+       libcore/PropertyList.h, libcore/as_object.cpp, libcore/as_object.h,
+       libcore/asobj/LoadVars_as.cpp, libcore/asobj/XMLNode_as.cpp: 
+       Deprecate enumeratePropertyKey version taking as_environment and
+       provide one taking a vector of ObjectURI instead. Also change
+       signature of the function scanning all properties for the purpose of
+       building up string/string pairs to return string/as_value instead
+       (this latter should probably also be deprecated)
+
+2010-10-15  Benjamin Wolsey <address@hidden>
+
+       * gui/gtk/gtk.cpp, gui/gtk/gtksup.h, gui/gui.cpp, gui/gui.h,
+       gui/kde/Kde4Gui.cpp, libcore/Button.cpp, libcore/DisplayObject.cpp,
+       libcore/DisplayObject.h, libcore/DisplayObjectContainer.cpp,
+       libcore/movie_root.cpp, libcore/movie_root.h: Improve InfoTree code.
+
+2010-10-15  Benjamin Wolsey <address@hidden>
+
+       * libbase/GC.cpp, libbase/GC.h: Cleanup includes, temporaries, and
+       constness.
+
+2010-10-14  Sandro Santilli <address@hidden>
+
+       * testsuite/actionscript.all/ExternalInterface.as: Instanciate the
+       native object (XML) closer to where it's checked
+
+2010-10-14  Sandro Santilli <address@hidden>
+
+       * libcore/ExternalInterface.cpp,
+       libcore/asobj/flash/external/ExternalInterface_as.cpp,
+       testsuite/actionscript.all/ExternalInterface.as: Properly implement
+       ExternalInterface::_objectToXML
+
+2010-10-14  Sandro Santilli <address@hidden>
+
+       * testsuite/actionscript.all/ExternalInterface.as: Test the
+       _objectToXML can take any number of arguments
+
+2010-10-14  Sandro Santilli <address@hidden>
+
+       * libcore/asobj/flash/external/ExternalInterface_as.cpp,
+       testsuite/actionscript.all/ExternalInterface.as: Fix implementation
+       of ExternalInterface._argumentsToXML
+
+2010-10-14  Sandro Santilli <address@hidden>
+
+       * libbase/Socket.cpp: Do not use the non-standard MSG_NOSIGNAL flag
+
+2010-10-14  Sandro Santilli <address@hidden>
+
+       * testsuite/actionscript.all/ExternalInterface.as: More tests for
+       argumentsToXML
+
+2010-10-14  Sandro Santilli <address@hidden>
+
+       * testsuite/actionscript.all/ExternalInterface.as: More tests for
+       argumentsToXML, gnash also fails for the no-args case
+
+2010-10-14  Sandro Santilli <address@hidden>
+
+       * testsuite/actionscript.all/ExternalInterface.as: 
+       ExternalInterface._argumentsToXML needs a single argument, not
+       two... (gnash insists in taking 2 and then throws away the second)
+
+2010-10-14  Sandro Santilli <address@hidden>
+
+       * libcore/ExternalInterface.cpp,
+       testsuite/actionscript.all/ExternalInterface.as: Test that
+       arrayToXML scans the array using length and checking properties from
+       0 to length-1, fix that case. Arguments is still broken.
+
+2010-10-14  Sandro Santilli <address@hidden>
+
+       * libcore/ExternalInterface.cpp,
+       testsuite/actionscript.all/ExternalInterface.as: Add support in
+       PropSerializer for returning XML of properties in revere order.
+       Fixes a test in actionscript.all/ExternalInterface.as
+
+2010-10-14  Sandro Santilli <address@hidden>
+
+       * libcore/asobj/flash/external/ExternalInterface_as.cpp: 
+       ExternalInterface.call returns undefined on error, null on
+       unavailable
+
+2010-10-14  Sandro Santilli <address@hidden>
+
+       * libcore/asobj/flash/external/ExternalInterface_as.cpp: addCallback
+       returns true if external interface is available (tested)
+
+2010-10-14  Sandro Santilli <address@hidden>
+
+       * testsuite/actionscript.all/ExternalInterface.as: Fix expected
+       results based on EI.available
+
+2010-10-14  Sandro Santilli <address@hidden>
+
+       * testsuite/actionscript.all/ExternalInterface.as: Complete port to
+       'check' API, revealing actual values when the tests fail. Add more
+       tests showing SWF6 hiding of prop names. Change expectance from
+       _toAS to undefined (what I get with standalone)
+
+2010-10-14  Benjamin Wolsey <address@hidden>
+
+       * gui/Player.cpp, gui/gui.cpp, gui/gui.h: Make the interface more
+       transparent
+
+2010-10-14  Sandro Santilli <address@hidden>
+
+       * testsuite/actionscript.all/ExternalInterface.as: Check unexistance
+       of ExternalInterface in SWF6 too... use more compact test API
+
+2010-10-14  Benjamin Wolsey <address@hidden>
+
+       * gui/gui.cpp, librender/ScreenShotter.cpp,
+       librender/ScreenShotter.h: Don't store renderer in ScreenShotter.
+
+2010-10-14  Sandro Santilli <address@hidden>
+
+       * testsuite/actionscript.all/ExternalInterface.as: Add count of
+       expected tests run, include "check.as" instead of "dejagnu.as". The
+       count reveals that the test tests nothing for SWF6! Also, the switch
+       to "check.as" shows how you can still use the direct "dejagnu.as"
+       interface if you really like that more...
+
+2010-10-14  Benjamin Wolsey <address@hidden>
+
+       * gui/Makefile.am, gui/gnash.cpp, gui/gui.cpp, gui/gui.h,
+       librender/Makefile.am, librender/ScreenShotter.cpp,
+       librender/ScreenShotter.h: Move screenshot class to librender.
+
+2010-10-14  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashImage.cpp, libbase/GnashImage.h: Document.
+
+2010-10-14  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashImageJpeg.cpp: Reuse existing function.
+
+2010-10-14  Benjamin Wolsey <address@hidden>
+
+       * gui/Player.cpp, gui/Player.h, gui/gnash.cpp, gui/gui.cpp,
+       gui/gui.h, librender/Renderer.h, librender/Renderer_agg.cpp: 
+       Implement JPEG screenshot output.
+
+2010-10-14  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashImageJpeg.cpp, libbase/GnashImageJpeg.h: Allow
+       writing RGBA images to JPEG, ignoring alpha.
+
+2010-10-13  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/external/ExternalInterface_as.cpp: Don't
+       access non-existent arguments.
+
+2010-10-13  Sandro Santilli <address@hidden>
+
+       * : commit 5b90e7aa8d02b0a02dc56082d6f08c34e6bdc62e Author: Sandro
+       Santilli <address@hidden> Date:   Wed Oct 13 18:57:36 2010 +0200
+
+2010-10-13  Rob Savoye <address@hidden>
+
+       * configure.ac: add automake conditional for AmigaOS4
+
+2010-10-13  Sandro Santilli <address@hidden>
+
+       * libcore/swf/DefineTextTag.h: Docs cleanup
+
+2010-10-13  Benjamin Wolsey <address@hidden>
+
+       * : commit 311f17b49f65986ac759f8bd578b9c4846f4999d Author: Benjamin
+       Wolsey <address@hidden> Date:   Wed Oct 13 10:19:59 2010
+       +0200
+
+2010-10-12  Sandro Santilli <address@hidden>
+
+       * libcore/TextField.cpp: It's device fonts being unaffected by color
+       transform, not embedded ones. Fixes bug #31312 (thanks Benjamin
+       Wolsey)
+
+2010-10-12  Sandro Santilli <address@hidden>
+
+       * po/cs.po, po/de.po, po/es.po, po/fi.po, po/fr.po, po/gnash.pot,
+       po/it.po, po/ja.po: Update po files and drop the obsoleted parts
+
+2010-10-12  Maximiliano Castañón <address@hidden>
+
+       * po/es.po: Updated spanish translation
+
+2010-10-12  Benjamin Wolsey <address@hidden>
+
+       * configure.ac, gui/gtk/gtk.cpp, gui/gtk/gtksup.h: Drop obsolete
+       code.
+
+2010-10-12  Sandro Santilli <address@hidden>
+
+       * libbase/Socket.cpp: Request not to send SIGPIPE while sending to
+       socket
+
+2010-10-12  Sandro Santilli <address@hidden>
+
+       * libcore/asobj/XMLSocket_as.cpp: Use Socket::eof for detecting
+       close
+
+2010-10-12  Sandro Santilli <address@hidden>
+
+       * libbase/Socket.cpp, libbase/Socket.h: Implement Socket::eof
+
+2010-10-12  Sandro Santilli <address@hidden>
+
+       * gui/NullGui.cpp: Debug-print reason of exit from NullGui run
+       (trying to figure out why XMLSocketTester sometimes fail
+
+2010-10-12  Sandro Santilli <address@hidden>
+
+       * testsuite/XmlSocketServer.pl: Write what's received only to the
+       channel from which we received that
+
+2010-10-11  Sandro Santilli <address@hidden>
+
+       * testsuite/misc-ming.all/XMLSocketTester.sh: Check sockets 10 times
+       per second (rather than 100)
+
+2010-10-11  Sandro Santilli <address@hidden>
+
+       * testsuite/misc-ming.all/XMLSocketTest.as: Avoid string assingment
+       to temporary variable
+
+2010-10-11  Sandro Santilli <address@hidden>
+
+       * testsuite/XmlSocketServer.pl: Sleep 1/10 of a second rather than
+       0.5 (quicker testing)
+
+2010-10-11  Sandro Santilli <address@hidden>
+
+       * testsuite/XmlSocketServer.pl: Check return from close(socket) in
+       perl XmlSocket server
+
+2010-10-11  Sandro Santilli <address@hidden>
+
+       * testsuite/XmlSocketServer.pl: XmlSocketServer: do not write to
+       socket after close
+
+2010-10-11  Sandro Santilli <address@hidden>
+
+       * testsuite/misc-ming.all/XMLSocketTester.sh: Pass XMLSocketTester
+       args to server process (useful for -v)
+
+2010-10-11  Sandro Santilli <address@hidden>
+
+       * testsuite/XmlSocketServer.pl: Be verbose only if requested
+
+2010-10-11  Sandro Santilli <address@hidden>
+
+       * testsuite/misc-ming.all/XMLSocketTest.as: Loop less at startup
+
+2010-10-11  Sandro Santilli <address@hidden>
+
+       * testsuite/gnashrc.in: Make sure not to ignore FSCommands while
+       running the testsuite (or you may be waiting a minute for
+       XMLSocketTester to complete...)
+
+2010-10-10  Benjamin Wolsey <address@hidden>
+
+       * : commit a944729fa80d4907e18eea7f0217da2d53dd3a19 Author: Sandro
+       Santilli <address@hidden> Date:   Sun Oct 10 11:25:52 2010 +0200
+
+2010-10-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/vm/ASHandlers.cpp: Change local function arguments and
+       document.
+
+2010-10-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_value.cpp, libcore/as_value.h,
+       libcore/asobj/Global_as.cpp, libcore/asobj/Global_as.h,
+       libcore/vm/VM.cpp, libcore/vm/VM.h: Move unnecessary functions out
+       of Global_as interface.
+
+2010-10-09  Benjamin Wolsey <address@hidden>
+
+       * extensions/mysql/mysql_db.cpp, libcore/ClassHierarchy.cpp,
+       libcore/MovieClip.cpp, libcore/Video.cpp, libcore/as_function.cpp,
+       libcore/as_object.cpp, libcore/as_value.cpp, libcore/as_value.h,
+       libcore/asobj/Array_as.cpp, libcore/asobj/AsBroadcaster.cpp,
+       libcore/asobj/Camera_as.cpp, libcore/asobj/Color_as.cpp,
+       libcore/asobj/ContextMenu_as.cpp, libcore/asobj/Global_as.cpp,
+       libcore/asobj/Global_as.h, libcore/asobj/LoadableObject.cpp,
+       libcore/asobj/Microphone_as.cpp, libcore/asobj/MovieClipLoader.cpp,
+       libcore/asobj/MovieClip_as.cpp, libcore/asobj/NetConnection_as.cpp,
+       libcore/asobj/NetStream_as.cpp, libcore/asobj/Object.cpp,
+       libcore/asobj/Selection_as.cpp, libcore/asobj/Sound_as.cpp,
+       libcore/asobj/TextField_as.cpp, libcore/asobj/TextFormat_as.cpp,
+       libcore/asobj/XMLNode_as.cpp, libcore/asobj/XML_as.cpp,
+       libcore/asobj/flash/display/BitmapData_as.cpp,
+       libcore/asobj/flash/external/ExternalInterface_as.cpp,
+       libcore/asobj/flash/geom/ColorTransform_as.cpp,
+       libcore/asobj/flash/geom/Matrix_as.cpp,
+       libcore/asobj/flash/geom/Point_as.cpp,
+       libcore/asobj/flash/geom/Rectangle_as.cpp,
+       libcore/asobj/flash/geom/Transform_as.cpp, libcore/debugger.cpp,
+       libcore/movie_root.cpp, libcore/parser/sprite_definition.cpp,
+       libcore/vm/ASHandlers.cpp, libcore/vm/VM.cpp: Use toObject()
+
+2010-10-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/vm/VM.cpp, libcore/vm/VM.h: Add toObject() function
+
+2010-10-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayObject.h, libcore/MorphShape.cpp,
+       libcore/RunResources.h, libcore/Timers.h, libcore/as_function.cpp,
+       libcore/movie_root.cpp, libcore/movie_root.h, libcore/vm/VM.h,
+       testsuite/MovieTester.cpp, utilities/processor.cpp: Header cleanup,
+       consolidate movie_root::reset.
+
+2010-10-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/MovieClip.cpp, libcore/swf/ExportAssetsTag.h,
+       libcore/swf/tag_loaders.cpp: Clean up includes.
+
+2010-10-09  Benjamin Wolsey <address@hidden>
+
+       * cygnal/cvm.cpp, gui/Player.cpp, libcore/Makefile.am,
+       libcore/MovieFactory.cpp, libcore/MovieFactory.h, libcore/gnash.h,
+       libcore/impl.cpp, utilities/processor.cpp: Drop global clear()
+       function.
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * libcore/movie_root.h: Fix button cleanup segfault.
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * testsuite/libcore.all/DisplayListTest.cpp,
+       testsuite/libcore.all/PropertyListTest.cpp: Fix testsuite again.
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/XMLSocket_as.cpp: Another useless deregistration
+       function.
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * libbase/GC.h, libcore/vm/VM.cpp, libcore/vm/VM.h: Documentation.
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/LocalConnection_as.cpp,
+       libcore/asobj/NetStream_as.cpp, libcore/vm/VM.cpp: Squash more silly
+       cleanups.
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * utilities/processor.cpp: Allow successive runs in gprocessor.
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * libcore/movie_root.cpp, libcore/vm/VM.cpp, libcore/vm/VM.h: 
+       Documentation, remove useless functions.
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * libcore/Relay.cpp, libcore/asobj/Sound_as.cpp: Don't access other
+       GC resources in GC resource dtors or cleanup is impossible.
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * testsuite/MovieTester.h,
+       testsuite/misc-ming.all/DefineTextTest-Runner.cpp,
+       testsuite/misc-ming.all/NetStream-SquareTestRunner.cpp,
+       testsuite/misc-ming.all/attachMovieTestRunner.cpp,
+       testsuite/misc-ming.all/intervalTestRunner.cpp,
+       testsuite/movies.all/gravity_embedded-TestRunner.cpp: Add vm
+       accessor to MovieTester, use it.
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * cygnal/cvm.cpp, gui/gtk/gtk_glue.h, gui/gui.cpp,
+       gui/pythonmod/gnash-view.cpp, libbase/GC.cpp, libbase/GC.h,
+       libcore/DisplayObject.cpp, libcore/URLAccessManager.cpp,
+       libcore/as_object.cpp, libcore/gnash.h, libcore/impl.cpp,
+       libcore/movie_root.cpp, libcore/movie_root.h, libcore/vm/VM.cpp,
+       plugin/win32/plugin.cpp, testsuite/libcore.all/AsValueTest.cpp,
+       testsuite/libcore.all/DisplayListTest.cpp,
+       testsuite/libcore.all/PropertyListTest.cpp: Drop GC singleton
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * gui/Player.cpp, gui/gtk/gtk.cpp, gui/gtk/gtk_canvas.cpp,
+       gui/gtk/gtk_canvas.h, gui/gtk/gtk_glue.h, gui/gtk/gtk_glue_agg.cpp,
+       gui/gtk/gtk_glue_agg.h, gui/gtk/gtk_glue_agg_vaapi.cpp,
+       gui/gtk/gtk_glue_agg_vaapi.h, gui/gtk/gtk_glue_agg_xv.cpp,
+       gui/gtk/gtk_glue_agg_xv.h, gui/gui.cpp, gui/gui.h,
+       gui/pythonmod/gnash-view.cpp, libcore/FreetypeGlyphsProvider.cpp,
+       libcore/URLAccessManager.cpp, libcore/gnash.h, libcore/impl.cpp,
+       libcore/movie_root.cpp, libcore/movie_root.h, libcore/vm/VM.cpp,
+       libcore/vm/VM.h, testsuite/MovieTester.cpp,
+       testsuite/libcore.all/AsValueTest.cpp,
+       testsuite/libcore.all/DisplayListTest.cpp,
+       testsuite/libcore.all/PropertyListTest.cpp, utilities/processor.cpp: 
+       Drop VM singleton.
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * gui/Player.cpp, gui/gui.cpp, gui/pythonmod/gnash-view.cpp,
+       libcore/MovieClip.cpp, libcore/MovieLoader.cpp,
+       libcore/RunResources.h, libcore/StreamProvider.cpp,
+       libcore/StreamProvider.h, libcore/asobj/LoadableObject.cpp,
+       libcore/asobj/LocalConnection_as.cpp,
+       libcore/asobj/NetConnection_as.cpp,
+       libcore/asobj/SharedObject_as.cpp, libcore/asobj/Sound_as.cpp,
+       libcore/asobj/flash/external/ExternalInterface_as.cpp,
+       libcore/movie_root.cpp, libcore/swf/ImportAssetsTag.h,
+       testsuite/MovieTester.cpp, testsuite/libcore.all/AsValueTest.cpp,
+       testsuite/libcore.all/DisplayListTest.cpp,
+       testsuite/libcore.all/PropertyListTest.cpp, utilities/processor.cpp: 
+       Reduce places URL is stored.
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * gui/Player.cpp, gui/pythonmod/gnash-view.cpp,
+       libcore/StreamProvider.cpp, libcore/StreamProvider.h,
+       libcore/URLAccessManager.cpp, libcore/URLAccessManager.h,
+       libcore/asobj/LocalConnection_as.cpp,
+       libcore/asobj/NetConnection_as.cpp,
+       libcore/asobj/SharedObject_as.cpp,
+       libcore/asobj/flash/external/ExternalInterface_as.cpp,
+       libcore/movie_root.cpp, libcore/movie_root.h,
+       testsuite/MovieTester.cpp, utilities/processor.cpp: Drop
+       URLAccessManager VM::get.
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * extensions/fileio/fileio.cpp: Fix fileio.
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * extensions/gtk2/gtkext.cpp: Drop VM::get from extension.
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * libcore/CharacterProxy.h: Don't forget to copy movie_root pointer.
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * libcore/ClassHierarchy.cpp, libcore/ClassHierarchy.h: Drop unused
+       ostream operator that used VM singleton.
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_value.cpp, libcore/as_value.h,
+       libcore/asobj/AsBroadcaster.cpp,
+       libcore/asobj/flash/geom/Point_as.cpp, libcore/vm/ASHandlers.cpp,
+       libcore/vm/VM.cpp, libcore/vm/VM.h: Drop VM::get usage in as_value.
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/attachMovieTestRunner.cpp,
+       testsuite/misc-ming.all/intervalTestRunner.cpp,
+       testsuite/movies.all/gravity_embedded-TestRunner.cpp: Fix testsuite
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_value.cpp, libcore/as_value.h,
+       libcore/asobj/Array_as.cpp, libcore/asobj/AsBroadcaster.cpp,
+       libcore/asobj/Color_as.cpp, libcore/asobj/Date_as.cpp,
+       libcore/asobj/Global_as.cpp, libcore/asobj/Key_as.cpp,
+       libcore/asobj/LocalConnection_as.cpp,
+       libcore/asobj/Microphone_as.cpp, libcore/asobj/MovieClip_as.cpp,
+       libcore/asobj/Number_as.cpp, libcore/asobj/Selection_as.cpp,
+       libcore/asobj/SharedObject_as.cpp, libcore/asobj/String_as.cpp,
+       libcore/asobj/TextField_as.cpp, libcore/asobj/TextFormat_as.cpp,
+       libcore/asobj/TextSnapshot_as.cpp, libcore/asobj/XMLNode_as.cpp,
+       libcore/asobj/flash/display/BitmapData_as.cpp,
+       libcore/asobj/flash/geom/ColorTransform_as.cpp,
+       libcore/vm/ASHandlers.cpp, libcore/vm/VM.cpp, libcore/vm/VM.h,
+       testsuite/libcore.all/AsValueTest.cpp,
+       testsuite/misc-ming.all/DefineTextTest-Runner.cpp,
+       testsuite/misc-ming.all/DragDropTestRunner.cpp,
+       testsuite/misc-ming.all/PrototypeEventListenersTestRunner.cpp,
+       testsuite/misc-ming.all/loadMovieTestRunner.cpp,
+       testsuite/misc-swfc.all/button_test1runner.cpp: Use new toInt, drop
+       remaining to_number().
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * libcore/vm/VM.cpp, libcore/vm/VM.h: Add toInt function with VM
+       arg.
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_value.cpp, libcore/as_value.h, libcore/vm/VM.cpp,
+       libcore/vm/VM.h: Move functions to VM
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/Array_as.cpp, libcore/asobj/Math_as.cpp: Drop all
+       to_number() use outside as_value.
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/ASConversions.cpp, libcore/asobj/Color_as.cpp,
+       libcore/asobj/flash/filters/BevelFilter_as.cpp,
+       libcore/asobj/flash/filters/BlurFilter_as.cpp,
+       libcore/asobj/flash/filters/DropShadowFilter_as.cpp,
+       libcore/asobj/flash/filters/GlowFilter_as.cpp,
+       libcore/asobj/flash/filters/GradientBevelFilter_as.cpp,
+       libcore/asobj/flash/filters/GradientGlowFilter_as.cpp: More
+       toNumber.
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/geom/Matrix_as.cpp,
+       libcore/asobj/flash/geom/Point_as.cpp: More toNumber.
+
+2010-10-08  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayObject.cpp, libcore/asobj/MovieClip_as.cpp,
+       libcore/asobj/TextFormat_as.cpp: More toNumber.
+
+2010-10-07  Benjamin Wolsey <address@hidden>
+
+       * extensions/fileio/fileio.cpp, libcore/asobj/Array_as.cpp,
+       libcore/asobj/Camera_as.cpp, libcore/asobj/Date_as.cpp,
+       libcore/asobj/Global_as.cpp, libcore/asobj/Math_as.cpp,
+       libcore/asobj/Microphone_as.cpp, libcore/asobj/MovieClip_as.cpp,
+       libcore/asobj/NetStream_as.cpp, libcore/asobj/Number_as.cpp,
+       libcore/asobj/Sound_as.cpp, libcore/asobj/String_as.cpp,
+       libcore/asobj/TextField_as.cpp, libcore/asobj/TextFormat_as.cpp,
+       libcore/asobj/XMLSocket_as.cpp, libcore/asobj/XML_as.cpp,
+       libcore/asobj/flash/display/BitmapData_as.cpp,
+       libcore/asobj/flash/filters/BevelFilter_as.cpp,
+       libcore/asobj/flash/filters/DropShadowFilter_as.cpp,
+       libcore/asobj/flash/filters/GradientBevelFilter_as.cpp,
+       libcore/asobj/flash/filters/GradientGlowFilter_as.cpp,
+       libcore/asobj/flash/geom/ColorTransform_as.cpp,
+       libcore/asobj/flash/geom/Matrix_as.cpp, libcore/vm/Machine.cpp: Use
+       toNumber more.
+
+2010-10-07  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_value.cpp, libcore/as_value.h: Minor cleanups
+
+2010-10-07  Benjamin Wolsey <address@hidden>
+
+       * libcore/Button.cpp, libcore/DisplayObject.cpp,
+       libcore/ExternalInterface.cpp, libcore/as_value.cpp,
+       libcore/as_value.h, libcore/asobj/Boolean_as.cpp,
+       libcore/asobj/Camera_as.cpp, libcore/asobj/Microphone_as.cpp,
+       libcore/asobj/MovieClip_as.cpp, libcore/asobj/NetStream_as.cpp,
+       libcore/asobj/Sound_as.cpp, libcore/asobj/Stage_as.cpp,
+       libcore/asobj/TextField_as.cpp, libcore/asobj/TextFormat_as.cpp,
+       libcore/asobj/TextSnapshot_as.cpp, libcore/asobj/XMLNode_as.cpp,
+       libcore/asobj/XML_as.cpp,
+       libcore/asobj/flash/display/BitmapData_as.cpp,
+       libcore/asobj/flash/filters/BevelFilter_as.cpp,
+       libcore/asobj/flash/filters/DropShadowFilter_as.cpp,
+       libcore/asobj/flash/filters/GlowFilter_as.cpp,
+       libcore/asobj/flash/filters/GradientBevelFilter_as.cpp,
+       libcore/asobj/flash/filters/GradientGlowFilter_as.cpp,
+       libcore/asobj/flash/geom/Rectangle_as.cpp: Drop to_bool() usage.
+
+2010-10-07  Benjamin Wolsey <address@hidden>
+
+       * libcore/MovieClip.cpp: Use conversion functions in MovieClip.
+
+2010-10-07  Benjamin Wolsey <address@hidden>
+
+       * libcore/vm/ASHandlers.cpp: Use conversion functions more.
+
+2010-10-07  Benjamin Wolsey <address@hidden>
+
+       * libcore/vm/ASHandlers.cpp: Use conversion functions.
+
+2010-10-07  Benjamin Wolsey <address@hidden>
+
+       * libcore/Video.cpp, libcore/as_value.cpp, libcore/as_value.h,
+       libcore/vm/VM.cpp, libcore/vm/VM.h: Add VM functions for conversion.
+
+2010-10-07  Benjamin Wolsey <address@hidden>
+
+       * libcore/CharacterProxy.cpp, libcore/CharacterProxy.h,
+       libcore/as_value.cpp, libcore/asobj/NetStream_as.cpp,
+       libcore/asobj/Sound_as.cpp: Store movie_root in CharacterProxy to
+       avoid using VM singleton.
+
+2010-10-07  Benjamin Wolsey <address@hidden>
+
+       * extensions/dbus/dbus_ext.cpp, extensions/dejagnu/dejagnu.cpp,
+       extensions/fileio/fileio.cpp, extensions/lirc/lirc_ext.cpp,
+       extensions/mysql/mysql_db.cpp: Fix incorrect header in extensions.
+
+2010-10-07  Benjamin Wolsey <address@hidden>
+
+       * devtools/lib/Gnash/Distribution.pm, devtools/lib/Gnash/Utils.pm,
+       devtools/testsuite/c_casts.t,
+       devtools/testsuite/copyright_notices.t, devtools/testsuite/tabs.t,
+       devtools/testsuite/uncuddled_else.t, doc/C/actionscript.xml: Remove
+       unused perl scripts.
+
+2010-10-07  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/gen-asclass.pl: Remove out-of-date script.
+
+2010-10-07  Benjamin Wolsey <address@hidden>
+
+       * libcore/vm/ExecutableCode.h: Drop useless include.
+
+2010-10-07  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_function.h: Documentation.
+
+2010-10-07  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/Global_as.cpp, libcore/vm/ASHandlers.cpp,
+       libcore/vm/VM.cpp, libcore/vm/VM.h: Remove VM statics and related
+       functions. Use init_member().
+
+2010-10-07  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_function.cpp, testsuite/actionscript.all/Function.as: 
+       More passes, remove all static objects.
+
+2010-10-07  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_function.cpp, libcore/as_function.h, libcore/vm/VM.cpp: 
+       Drop static entirely.
+
+2010-10-07  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_function.cpp, libcore/asobj/Global_as.cpp: Remove 2
+       more static usages.
+
+2010-10-07  Benjamin Wolsey <address@hidden>
+
+       * libcore/vm/ASHandlers.cpp: Drop static use.
+
+2010-10-07  Benjamin Wolsey <address@hidden>
+
+       * libcore/vm/ASHandlers.cpp, libcore/vm/VM.cpp,
+       testsuite/actionscript.all/Function.as: More passes.
+
+2010-10-07  Benjamin Wolsey <address@hidden>
+
+       * libcore/vm/VM.cpp, testsuite/actionscript.all/Function.as: Init
+       correct member: another pass.
+
+2010-10-07  Benjamin Wolsey <address@hidden>
+
+       * libcore/vm/VM.cpp, testsuite/actionscript.all/Function.as: 
+       Disregard visibility, testsuite passes.
+
+2010-10-07  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_function.cpp, libcore/asobj/Global_as.cpp,
+       libcore/asobj/Number_as.cpp, libcore/vm/VM.cpp: Add Global_as.cpp,
+       improve some native function cases.
+
+2010-10-07  Benjamin Wolsey <address@hidden>
+
+       * doc/C/preformatted/gnash_ref.info.in,
+       doc/C/preformatted/gnashref.html.in,
+       doc/C/refmanual/extensions/extensions.xml,
+       extensions/dbus/dbus_ext.cpp, extensions/dejagnu/dejagnu.cpp,
+       extensions/fileio/fileio.cpp, extensions/lirc/lirc_ext.cpp,
+       extensions/mysql/mysql_db.cpp, libcore/AMFConverter.cpp,
+       libcore/Button.cpp, libcore/ClassHierarchy.h,
+       libcore/ExternalInterface.cpp, libcore/Video.cpp,
+       libcore/as_function.cpp, libcore/as_object.cpp,
+       libcore/as_object.h, libcore/asobj/Accessibility_as.cpp,
+       libcore/asobj/Array_as.cpp, libcore/asobj/Boolean_as.cpp,
+       libcore/asobj/Camera_as.cpp, libcore/asobj/Color_as.cpp,
+       libcore/asobj/ContextMenu_as.cpp, libcore/asobj/Date_as.cpp,
+       libcore/asobj/Global_as.h, libcore/asobj/Globals.cpp,
+       libcore/asobj/Globals.h, libcore/asobj/Microphone_as.cpp,
+       libcore/asobj/MovieClipLoader.cpp, libcore/asobj/MovieClip_as.cpp,
+       libcore/asobj/NetConnection_as.cpp, libcore/asobj/NetStream_as.cpp,
+       libcore/asobj/Number_as.cpp, libcore/asobj/Object.cpp,
+       libcore/asobj/SharedObject_as.cpp, libcore/asobj/Sound_as.cpp,
+       libcore/asobj/String_as.cpp, libcore/asobj/TextField_as.cpp,
+       libcore/asobj/TextFormat_as.cpp, libcore/asobj/XMLNode_as.cpp,
+       libcore/asobj/flash.am,
+       libcore/asobj/flash/display/BitmapData_as.cpp,
+       libcore/asobj/flash/display/display_pkg.cpp,
+       libcore/asobj/flash/external/ExternalInterface_as.cpp,
+       libcore/asobj/flash/external/external_pkg.cpp,
+       libcore/asobj/flash/filters/BitmapFilter_as.cpp,
+       libcore/asobj/flash/filters/filters_pkg.cpp,
+       libcore/asobj/flash/flash_pkg.cpp,
+       libcore/asobj/flash/geom/ColorTransform_as.cpp,
+       libcore/asobj/flash/geom/Matrix_as.cpp,
+       libcore/asobj/flash/geom/Point_as.cpp,
+       libcore/asobj/flash/geom/Rectangle_as.cpp,
+       libcore/asobj/flash/geom/Transform_as.cpp,
+       libcore/asobj/flash/geom/geom_pkg.cpp,
+       libcore/asobj/flash/net/net_pkg.cpp,
+       libcore/asobj/flash/text/text_pkg.cpp, libcore/vm/ASHandlers.cpp,
+       libcore/vm/VM.cpp, testsuite/libcore.all/DisplayListTest.cpp: Remove
+       virtual Global_as interface, create Objects properly.
+
+2010-10-06  Andrea Palmatè <address@hidden>
+
+       * libbase/SharedMem.cpp,
+       libcore/asobj/flash/external/ExternalInterface_as.cpp: Small changes
+
+2010-10-05  Sandro Santilli <address@hidden>
+
+       * NEWS: Add release date for 0.8.6
+
+2010-10-04  Sandro Santilli <address@hidden>
+
+       * : commit 29762b933a568853f2c81f4452fbb822e8481ac0 Author: Sandro
+       Santilli <address@hidden> Date:   Mon Oct 4 22:53:16 2010 +0200
+
+2010-10-04  Rob Savoye <address@hidden>
+
+       * packaging/debian/changelog, packaging/debian/control: add ffmpeg
+       as media handler, along with it'
+
+2010-10-04  Rob Savoye <address@hidden>
+
+       * : commit 19cc9be0f2dbbcdf152a4a9e0a3b5d3fe3883fdf Author: Rob
+       Savoye <address@hidden> Date:   Mon Oct 4 09:49:30 2010 -0600
+
+2010-10-04  Sandro Santilli <address@hidden>
+
+       * plugin/npapi/plugin.cpp: If cookie is null, ncookie (string)
+       constructor would segfault... so check before trying
+
+2010-10-04  Sandro Santilli <address@hidden>
+
+       * plugin/npapi/plugin.cpp, plugin/npapi/plugin.h: Move cookie setup
+       code in its own function (ready to be cloned for proxy)
+
+2010-10-04  Rob Savoye <address@hidden>
+
+       * packaging/debian/rules: only build some of the extensions
+
+2010-10-04  Rob Savoye <address@hidden>
+
+       * packaging/debian/control: add libqt4-dev and kdelibs-bin
+
+2010-10-04  Rob Savoye <address@hidden>
+
+       * macros/qt4.m4: don't edit the other include dirs for qt4 away, or
+       it breaks pbuilder.
+
+2010-10-04  Rob Savoye <address@hidden>
+
+       * packaging/deb.am: use the python version instead of uname when
+       editing the python deb files.
+
+2010-10-03  Rob Savoye <address@hidden>
+
+       * libbase/curl_adapter.cpp: only indenting and minor formatting
+       changes.
+
+2010-10-03  Rob Savoye <address@hidden>
+
+       * libbase/curl_adapter.cpp: add comment about timeouts
+
+2010-10-04  Sandro Santilli <address@hidden>
+
+       * libbase/curl_adapter.cpp: Indentation, slightly more useful debug
+       line
+
+2010-10-03  Rob Savoye <address@hidden>
+
+       * : commit d7753930b9f710c6ee60af6d536d08e672db1491 Author: Rob
+       Savoye <address@hidden> Date:   Sun Oct 3 16:20:37 2010 -0600
+
+2010-10-03  Sandro Santilli <address@hidden>
+
+       * libbase/curl_adapter.cpp: Remove old TODO note (all done already)
+
+2010-10-03  Sandro Santilli <address@hidden>
+
+       * libbase/curl_adapter.cpp: FD_ZERO should not be called between
+       curl_multi_fset and select...
+
+2010-10-03  Rob Savoye <address@hidden>
+
+       * macros/curl.m4: when using --with-curl-lib= don't forget to add
+       -lcurl or gnash won't link.
+
+2010-10-02  Sandro Santilli <address@hidden>
+
+       * : commit e51a1a7c78ba85cab1ea31ffd732b1087bdcd38b Author: Sandro
+       Santilli <address@hidden> Date:   Sat Oct 2 14:27:54 2010 +0200
+
+2010-10-02  Bastiaan Jacques <address@hidden>
+
+       * libcore/CharacterProxy.h: Export a symbol used across DSOs.
+
+2010-10-01  Rob Savoye <address@hidden>
+
+       * packaging/redhat/gnash.spec, packaging/rpm.am: fix typo in
+       --enable-renderers, version is now master instead of trunk.
+
+2010-10-01  Rob Savoye <address@hidden>
+
+       * Makefile.am: use NOW if revno isn't set. For some reason, git
+       describe fails on some machines.
+
+2010-10-01  Rob Savoye <address@hidden>
+
+       * packaging/snapshot.am: add the branch nick back in the final
+       version string.
+
+2010-10-01  Rob Savoye <address@hidden>
+
+       * Makefile.am: drop everything after the main index number so we
+       don't confuse packaging version numbering.
+
+2010-10-01  Rob Savoye <address@hidden>
+
+       * packaging/debian/changelog: fix the date for the current entry
+
+2010-10-01  Rob Savoye <address@hidden>
+
+       * : commit 4ab30f16fee0c2d0e9fbf7be47dcc7a34bf0b64b Merge: a15b0de
+       003dc38 Author: Rob Savoye <address@hidden> Date:   Fri Oct 1
+       07:01:09 2010 -0600
+
+2010-10-01  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_value.cpp, libcore/vm/ASHandlers.cpp: Add more object
+       information.
+
+2010-10-01  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_value.cpp, libcore/as_value.h, libcore/vm/fn_call.h,
+       testsuite/misc-ming.all/DragDropTestRunner.cpp,
+       testsuite/misc-ming.all/PrototypeEventListenersTestRunner.cpp,
+       testsuite/misc-ming.all/loadMovieTestRunner.cpp: Use ostream
+       operator directly.
+
+2010-10-01  Benjamin Wolsey <address@hidden>
+
+       * libcore/Function.cpp, libcore/as_object.cpp, libcore/as_object.h,
+       libcore/as_value.cpp, libcore/asobj/Globals.cpp: Drop proxying
+       function.
+
+2010-10-01  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/Array_as.cpp: Update comment.
+
+2010-10-01  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/Array_as.cpp: Fix length lookup.
+
+2010-10-01  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/array.as: Add tests for length property
+       lookup.
+
+2010-10-01  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_object.h: Fix docs, drop all namespace references.
+
+2010-10-01  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_object.h, libcore/asobj/Array_as.cpp,
+       libcore/asobj/Array_as.h: Add getOwnProperty() to match getMember()
+       and make reducing lookups easier.
+
+2010-10-01  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/Object.cpp: Fix messed up log message.
+
+2010-10-01  Benjamin Wolsey <address@hidden>
+
+       * gui/pythonmod/gnash-view.cpp, libcore/AMFConverter.cpp,
+       libcore/Timers.cpp, libcore/as_object.cpp, libcore/as_object.h,
+       libcore/asobj/ASConversions.cpp,
+       libcore/asobj/Accessibility_as.cpp,
+       libcore/asobj/AsBroadcaster.cpp, libcore/asobj/Camera_as.cpp,
+       libcore/asobj/Color_as.cpp, libcore/asobj/ContextMenuItem_as.cpp,
+       libcore/asobj/ContextMenu_as.cpp, libcore/asobj/Date_as.cpp,
+       libcore/asobj/Globals.cpp, libcore/asobj/LocalConnection_as.cpp,
+       libcore/asobj/Microphone_as.cpp, libcore/asobj/MovieClip_as.cpp,
+       libcore/asobj/Object.cpp, libcore/asobj/SharedObject_as.cpp,
+       libcore/asobj/TextField_as.cpp, libcore/asobj/XMLNode_as.cpp,
+       libcore/asobj/XMLSocket_as.cpp, libcore/asobj/XML_as.cpp,
+       libcore/asobj/flash/display/BitmapData_as.cpp,
+       libcore/asobj/flash/filters/BitmapFilter_as.cpp,
+       libcore/asobj/flash/geom/ColorTransform_as.cpp,
+       libcore/parser/sprite_definition.cpp, libcore/vm/ASHandlers.cpp,
+       libcore/vm/CallStack.cpp, libcore/vm/Machine.cpp: Move trivial
+       wrapper functions out of as_object class.
+
+2010-10-01  Benjamin Wolsey <address@hidden>
+
+       * librender/Renderer_agg.cpp, librender/Renderer_agg_style.h: Use
+       default (integer) rasterizer.
+
+2010-09-30  Rob Savoye <address@hidden>
+
+       * : commit bf4e8690f4c4b55fa18feef0aefb4dd31450a1f2 Author: Benjamin
+       Wolsey <address@hidden> Date:   Thu Sep 30 17:21:01 2010
+       +0200
+
+2010-09-30  Benjamin Wolsey <address@hidden>
+
+       * libcore/PropertyList.cpp, libcore/PropertyList.h: Inline
+       PropertyList::markReachableResources.
+
+2010-09-30  Rob Savoye <address@hidden>
+
+       * packaging/deb.am, packaging/snapshot.am: change trunk to master
+       for snapshot version
+
+2010-09-30  Rob Savoye <address@hidden>
+
+       * configure.ac: change trunk to master for snapshot version
+
+2010-09-30  Rob Savoye <address@hidden>
+
+       * Makefile.am: use git branch for the NICK instead of the directory
+       path.
+
+2010-09-30  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_value.cpp, libcore/as_value.h: Inline trivial
+       functions.
+
+2010-09-30  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_object.h: Provide a dtor for good karma.
+
+2010-09-30  Rob Savoye <address@hidden>
+
+       * packaging/debian/control: drop Build-Depends from mysql extension
+       package
+
+2010-09-30  Rob Savoye <address@hidden>
+
+       * packaging/debian/dirs, packaging/debian/docs,
+       packaging/debian/source/format: remove unnecessary files
+
+2010-09-30  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_value.cpp, libcore/as_value.h: Inline ctor, cctor and
+       dtor of as_value.
+
+2010-09-30  Benjamin Wolsey <address@hidden>
+
+       * libcore/vm/VM.cpp, libcore/vm/VM.h: Inline swf version call.
+
+2010-09-30  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_environment.h: Const correct.
+
+2010-09-30  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayList.cpp, libcore/DisplayList.h,
+       testsuite/libcore.all/DisplayListTest.cpp: Don't test things that
+       aren't part of the interface. Const correct.
+
+2010-09-30  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayObject.cpp, libcore/DisplayObject.h: Inline simple
+       accessors
+
+2010-09-30  Benjamin Wolsey <address@hidden>
+
+       * libcore/event_id.h: Move binary ops outside class and simplify.
+
+2010-09-30  Benjamin Wolsey <address@hidden>
+
+       * libcore/PropertyList.h: Use own struct for easier inlining.
+
+2010-09-30  Benjamin Wolsey <address@hidden>
+
+       * libcore/Property.h, libcore/PropertyList.cpp: Remove default args
+       and casts.
+
+2010-09-30  Benjamin Wolsey <address@hidden>
+
+       * libcore/Property.h: Drop default Property ctor.
+
+2010-09-30  Benjamin Wolsey <address@hidden>
+
+       * libcore/Property.cpp, libcore/Property.h,
+       libcore/PropertyList.cpp: Documentation and cleanup.
+
+2010-09-30  Benjamin Wolsey <address@hidden>
+
+       * : commit 2e7254c0e683b3d7a01aebbe582760cce3f2411e Author: Rob
+       Savoye <address@hidden> Date:   Thu Sep 30 02:10:38 2010 +0200
+
+2010-09-30  Rob Savoye <address@hidden>
+
+       * : commit 4c3a2a586222d7ae78847952afecf816c308f52a Author: Rob
+       Savoye <address@hidden> Date:   Thu Sep 30 01:03:07 2010 +0200
+
+2010-09-30  Rob Savoye <address@hidden>
+
+       * packaging/debian/control: add gnash-dev package. Add Chromium to
+       the list of supported browsers.
+
+2010-09-30  Rob Savoye <address@hidden>
+
+       * packaging/debian/gnash-dev.install: look for lib and share for
+       pkgconfig files.
+
+2010-09-30  Rob Savoye <address@hidden>
+
+       * packaging/debian/overrides/gnash-cygnal,
+       packaging/debian/overrides/gnash-tools: synced from old override
+       files
+
+2010-09-30  Rob Savoye <address@hidden>
+
+       * packaging/deb.am: change bzr to git
+
+2010-09-30  Rob Savoye <address@hidden>
+
+       * packaging/debian/rules: change bzr to git
+
+2010-09-29  Sandro Santilli <address@hidden>
+
+       * gui/gnash.cpp: Consistent usage message
+
+2010-09-29  Benjamin Wolsey <address@hidden>
+
+       * libcore/Property.h: Drop declarations.
+
+2010-09-29  Benjamin Wolsey <address@hidden>
+
+       * libcore/Property.cpp: Remove member functions.
+
+2010-09-29  Benjamin Wolsey <address@hidden>
+
+       * libcore/Property.cpp: More static_visitors.
+
+2010-09-29  Benjamin Wolsey <address@hidden>
+
+       * libcore/Property.h: Missing include.
+
+2010-09-29  Benjamin Wolsey <address@hidden>
+
+       * libcore/ExternalInterface.cpp,
+       libcore/asobj/flash/external/ExternalInterface_as.cpp: Use anonymous
+       namespaces to prevent ODR violations.
+
+2010-09-29  Benjamin Wolsey <address@hidden>
+
+       * libcore/Property.cpp, libcore/as_object.cpp,
+       testsuite/libcore.all/ClassSizes.cpp: Use another static_visitor,
+       store by ref-to-const.
+
+2010-09-29  Benjamin Wolsey <address@hidden>
+
+       * libcore/Property.cpp, libcore/Property.h: Drop empty property.
+
+2010-09-29  Benjamin Wolsey <address@hidden>
+
+       * libcore/Property.cpp, libcore/Property.h: Use more static
+       visitors.
+
+2010-09-29  Benjamin Wolsey <address@hidden>
+
+       * libcore/Property.cpp, libcore/Property.h: Use static visitors for
+       Properties.
+
+2010-09-29  Sandro Santilli <address@hidden>
+
+       * cygnal/libnet/Makefile.am, librender/Makefile.am: Use -release
+       libtool switch on all utility libs (thanks Miriam Ruiz)
+
+2010-09-28  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/Array_as.cpp: Const correct.
+
+2010-09-28  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/Array_as.cpp, libcore/asobj/Array_as.h,
+       testsuite/actionscript.all/array.as: Fix more lookups.
+
+2010-09-28  Benjamin Wolsey <address@hidden>
+
+       * libcore/Property.h: Make Properties smaller.
+
+2010-09-28  Benjamin Wolsey <address@hidden>
+
+       * testsuite/libcore.all/ClassSizes.cpp: Add PropFlags to ClassSizes.
+
+2010-09-28  Benjamin Wolsey <address@hidden>
+
+       * libcore/PropFlags.h: Use unsigned int of appropriate size.
+
+2010-09-28  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/Array_as.cpp, testsuite/actionscript.all/array.as: 
+       Fix property lookup for join().
+
+2010-09-28  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/array.as: Test __resolve with array
+       functions.
+
+2010-09-28  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayList.cpp: Drop debugging.
+
+2010-09-28  Rob Savoye <address@hidden>
+
+       * packaging/debian/po/ca.po, packaging/debian/po/cs.po,
+       packaging/debian/po/de.po, packaging/debian/po/es.po,
+       packaging/debian/po/fi.po, packaging/debian/po/it.po,
+       packaging/debian/po/ja.po, packaging/debian/po/pl.po,
+       packaging/debian/po/ru.po, packaging/debian/po/sv.po,
+       packaging/debian/po/vi.po, packaging/debian/po/zh_CN.po: add
+       translations of packing files from Debian
+
+2010-09-28  Rob Savoye <address@hidden>
+
+       * doc/C/gnashref.xml, doc/C/gnashuser.xml: add extrat texinfo stuff
+       from Debian patches.
+
+2010-09-28  Rob Savoye <address@hidden>
+
+       * utilities/dumpshm.cpp: remove extra parens from debug print, as it
+       has too many
+
+2010-09-28  Rob Savoye <address@hidden>
+
+       * cygnal/libnet/Makefile.am, librender/Makefile.am: add _LDFLAGS,
+       from Debian patches
+
+2010-09-28  Rob Savoye <address@hidden>
+
+       * configure.ac: remove extra blank line
+
+2010-09-28  Benjamin Wolsey <address@hidden>
+
+       * libcore/TextField.cpp: Constness.
+
+2010-09-28  Benjamin Wolsey <address@hidden>
+
+       * libcore/MovieClip.cpp, testsuite/actionscript.all/TextField.as: 
+       Use version for text value. Fixes latest test.
+
+2010-09-28  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/TextField.as: Test undefined value for
+       TextField.variable.
+
+2010-09-28  Rob Savoye <address@hidden>
+
+       * packaging/debian/overrides/gnash-cygnal,
+       packaging/debian/overrides/gnash-tools,
+       packaging/debian/overrides/klash,
+       packaging/debian/overrides/python-gtk-gnash,
+       packaging/debian/source/format: migrate from debian packaging
+
+2010-09-27  Benjamin Wolsey <address@hidden>
+
+       * utilities/Makefile.am: Link boost cygnal libs to soldumper and
+       flvdumper.
+
+2010-09-27  Benjamin Wolsey <address@hidden>
+
+       * configure.ac: Don't allow AVM2 option because it will fail to
+       compile.
+
+2010-09-27  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayList.cpp: Drop assertion, handle the case instead.
+
+2010-09-27  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/XMLNode_as.cpp: Mark parent XMLNodes. Fixes bug
+       #31044.
+
+2010-09-26  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashImageJpeg.cpp: Drop debugging message.
+
+2010-09-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_object.h: Documentation.
+
+2010-09-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/Button.cpp, libcore/MovieClip.cpp, libcore/as_object.cpp,
+       libcore/as_object.h: Don't lookup events in __resolve.
+
+2010-09-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/Global_as.h: Header order.
+
+2010-09-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/movie_root.cpp: Style.
+
+2010-09-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayObject.cpp: Don't call resolve when looking for
+       handlers.
+
+2010-09-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/AsBroadcaster.cpp: Drop unneeded members.
+
+2010-09-25  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/Makefile.am,
+       testsuite/misc-ming.all/ResolveEventsTest-Runner.cpp,
+       testsuite/misc-ming.all/ResolveEventsTest.c: Add tests for events
+       and resolve.
+
+2010-09-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_object.cpp: Don't look __resolve up twice.
+
+2010-09-24  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayObject.cpp: Spaces.
+
+2010-09-24  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayObject.cpp: Use a const map again. Other const
+       correctness.
+
+2010-09-24  Benjamin Wolsey <address@hidden>
+
+       * : commit fc4c5ae1dd45034063242abf923b6ddfac28eddd Merge: ce5a187
+       e0ceae0 Author: Sandro Santilli <address@hidden> Date:   Fri Sep 24
+       19:14:21 2010 +0200
+
+2010-09-24  Sandro Santilli <address@hidden>
+
+       * libcore/DisplayObject.cpp: Drop more string_table from lookup
+       function signatures
+
+2010-09-24  Benjamin Wolsey <address@hidden>
+
+       * : commit 29ef647fa46ed8d4e362a6b150bafe0b2c8314ee Author: Sandro
+       Santilli <address@hidden> Date:   Fri Sep 24 14:29:16 2010 +0200
+
+2010-09-24  Benjamin Wolsey <address@hidden>
+
+       * Makefile.am, cygnal/Makefile.am: Link cygnal boost libs.
+
+2010-09-24  Benjamin Wolsey <address@hidden>
+
+       * libcore/ObjectURI.h: Copyright.
+
+2010-09-24  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayObject.cpp: Don't use the address of a function (no
+       thanks gcc).
+
+2010-09-24  Benjamin Wolsey <address@hidden>
+
+       * libcore/ObjectURI.h: Documentation.
+
+2010-09-24  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayList.cpp, libcore/DisplayObject.cpp,
+       libcore/ObjectURI.h, libcore/PropertyList.cpp,
+       libcore/PropertyList.h, libcore/as_environment.cpp,
+       libcore/as_object.h: Drop functions, use functors for comparison
+       etc.
+
+2010-09-24  Benjamin Wolsey <address@hidden>
+
+       * libcore/ObjectURI.h: Restrict access, handle empty name case.
+
+2010-09-24  Benjamin Wolsey <address@hidden>
+
+       * libcore/PropertyList.cpp, libcore/PropertyList.h: Document and
+       clean up.
+
+2010-09-24  Benjamin Wolsey <address@hidden>
+
+       * libcore/ObjectURI.h, libcore/PropertyList.cpp,
+       libcore/PropertyList.h: Adapt PropertyList to new ObjectURI
+       behaviour.
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * testsuite/actionscript.all/Object.as: Add a test to be extra sure
+       also normal properties lookup go trough __resolve (and not just
+       lookups for function calls)
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * libcore/PropertyList.cpp: Tweak getProperty stats some more:
+       trigger every 10Millions lookups of __proto__, show 10 entries.
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * libcore/PropertyList.cpp: iterator_find doesn't need stats
+       gathering, and getProperty should dump less (it's easy to reach one
+       million lookups of __proto__)
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * libcore/as_object.cpp: Reduce uses of string_table building
+       ObjectURI earlier, for better caching.  Most notably an
+       ObjectURI->string_table::key->ObjectURI round trip was removed from
+       as_object::get_member while querying for DisplayObject, which may
+       explain the load of lowercase lookups for system events (we expect
+       to have a single noCase lookup per event function now)
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * libcore/ObjectURI.h: include gnashconfig.h for the stats defines
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * libbase/string_table.cpp, libcore/PropertyList.cpp: include
+       gnashconfig.h for the stats defines
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * libcore/PropertyList.cpp: Add another stat for interator_find
+       calls
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * configure.ac: prop lookup stats must default to false (I copied
+       from cache, which I belive is wrong)
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * configure.ac: Add 'proplookup' --with-statistics support
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * libbase/Stats.h: header guard
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * libcore/ObjectURI.h: rename the stat define
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * libbase/string_table.cpp: Split the stat define from the debug one
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * configure.ac: Add missing accepted value for --with-statistics
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * libcore/ObjectURI.h: Have ObjectURI stats also use the generic
+       class in Stats.h, keep stats by lookup key here as well. Default to
+       no stats.
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * libbase/string_table.cpp, libcore/PropertyList.cpp: Default to no
+       debugging
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * libcore/asobj/AsBroadcaster.cpp: Use the generic KeyLookup class
+       for stats gathering
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * libcore/PropertyList.cpp: Add stats debugging for PropertyList
+       lookups
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * libbase/string_table.cpp: Use the generic KeyLookup stats class
+       for stats gathering, raise checkpoint string_table size stats
+       printing
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * libbase/Makefile.am, libbase/Stats.h: Add class to help gathering
+       stats about key lookups
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * libcore/asobj/AsBroadcaster.cpp: Port BroadcasterVisitor to
+       ObjectURI, to cache caseless keys during broadcasts
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * libcore/as_object.cpp, libcore/as_object.h: Switch get_super over
+       to ObjectURI, and split the version taking no arg from the other
+       (the no-arg doesn't even need to be virtual)
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * libcore/Button.cpp, libcore/DisplayObject.cpp,
+       libcore/MovieClip.cpp, libcore/asobj/Global_as.h,
+       libcore/event_id.cpp, libcore/event_id.h: Cache ObjectURI for
+       events, to lookup lowercase once per event
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * libcore/DisplayList.cpp: missing include
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * libcore/Button.cpp, libcore/DisplayList.cpp,
+       libcore/MovieClip.cpp, libcore/ObjectURI.h: Drop the bool operator
+       for ObjectURI, to avoid getting the kind of side-effect that made me
+       waste way too much time to figure out (syntetized equality
+       operator); this allowed me to figure some debugging outputs were
+       being dumb too (now fixed to do debugging output of ObjectURI rather
+       than printing a number). Provide an .empty() method to ObjectURI,
+       for use by those which were using !name before (the reason why bool
+       operator was introduced in the first place). Sorry for the long
+       commit log line :)
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * libcore/as_object.cpp: Use proper Logger for ObjectURI
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * libcore/ObjectURI.h: Move equals function after equality operator,
+       or the syntetized one would be used
+
+2010-09-23  Sandro Santilli <address@hidden>
+
+       * libcore/ObjectURI.h: Add an ObjectURI::Logger::debug method
+
+2010-09-22  Sandro Santilli <address@hidden>
+
+       * testsuite/swfdec/REALTIME: These two seems to require some sleeps
+       (now that we are faster ? Probably...
+
+2010-09-22  Sandro Santilli <address@hidden>
+
+       * libcore/DisplayObject.cpp, libcore/DisplayObject.h,
+       libcore/MovieClip.cpp, libcore/MovieClip.h,
+       libcore/as_environment.cpp, libcore/as_object.cpp,
+       libcore/as_object.h, libcore/movie_root.cpp: Switch path element
+       lookup functions to ObjectURI as well
+
+2010-09-22  Sandro Santilli <address@hidden>
+
+       * libcore/ObjectURI.h: Add equals(uri,uri) function to replace the
+       one currently implemented in string_table (key,key)
+
+2010-09-22  Sandro Santilli <address@hidden>
+
+       * libcore/PropertyList.cpp: More proxying of noCase
+
+2010-09-22  Sandro Santilli <address@hidden>
+
+       * libcore/PropertyList.cpp: Query ObjectURI for noCase
+
+2010-09-22  Sandro Santilli <address@hidden>
+
+       * libcore/ObjectURI.h: Improved debugging stats for ObjectURI noCase
+       calls
+
+2010-09-22  Sandro Santilli <address@hidden>
+
+       * libcore/DisplayObject.cpp, libcore/DisplayObject.h: switch
+       {get,set}DisplayObjectProperty to use ObjectURI
+
+2010-09-22  Sandro Santilli <address@hidden>
+
+       * libcore/ObjectURI.h: Improve stats counter to show hit/skips
+
+2010-09-22  Sandro Santilli <address@hidden>
+
+       * libbase/string_table.cpp: Enable stats debugging
+
+2010-09-22  Sandro Santilli <address@hidden>
+
+       * libcore/ObjectURI.h: Add stats debugging
+
+2010-09-22  Sandro Santilli <address@hidden>
+
+       * libcore/DisplayList.cpp: Have NameEquals store query URI by ref,
+       for having more noCase caches opportunities
+
+2010-09-22  Sandro Santilli <address@hidden>
+
+       * libcore/Button.cpp, libcore/DisplayList.cpp,
+       libcore/DisplayList.h, libcore/DisplayObject.cpp,
+       libcore/DisplayObject.h, libcore/MovieClip.cpp, libcore/MovieClip.h: 
+       Change DisplayObject name to an ObjectURI, update all code
+       accordingly
+
+2010-09-22  Sandro Santilli <address@hidden>
+
+       * libcore/ObjectURI.h: Add toString method
+
+2010-09-22  Sandro Santilli <address@hidden>
+
+       * libcore/ObjectURI.h: Add default operator, safe bool operator,
+       case-insensitive comparison free function
+
+2010-09-22  Sandro Santilli <address@hidden>
+
+       * libcore/ObjectURI.h: add noCase support in ObjectURI
+
+2010-09-22  Sandro Santilli <address@hidden>
+
+       * libcore/DisplayList.h: Document getDisplayObjectByName
+
+2010-09-22  Sandro Santilli <address@hidden>
+
+       * testsuite/misc-ming.all/case6.as,
+       testsuite/misc-ming.all/case7.as: Add test for display object
+       (childs) casing
+
+2010-09-22  Sandro Santilli <address@hidden>
+
+       * testsuite/misc-ming.all/Makefile.am,
+       testsuite/misc-ming.all/case6.as, testsuite/misc-ming.all/case7.as: 
+       Add initial test for case sensitiveness with mixed version
+
+2010-09-21  Sandro Santilli <address@hidden>
+
+       * : commit 60fb6da5ca9b421e5d8a36b45b8121632a0ea56d Author: Sandro
+       Santilli <address@hidden> Date:   Tue Sep 21 17:09:05 2010 +0200
+
+2010-09-21  Benjamin Wolsey <address@hidden>
+
+       * configure.ac, macros/boost.m4: Date time isn't needed unless you
+       build cygnal.
+
+2010-09-21  Benjamin Wolsey <address@hidden>
+
+       * : commit e53a4479e006b7dbcecffb70a01d1392b990c120 Author: Sandro
+       Santilli <address@hidden> Date:   Tue Sep 21 00:37:43 2010 +0200
+
+2010-09-20  Sandro Santilli <address@hidden>
+
+       * libcore/DisplayObject.cpp: framesLoaded and framesTotal property
+       getters were swapped. Hard one to catch, with unpredictable loading
+       times... see bug #30179 for a case
+
+2010-09-20  Sandro Santilli <address@hidden>
+
+       * : commit d279f443fe454c34343d0164d2c6d9ebd16c6b1b Merge: 16eb28a
+       0dfaad0 Author: Rob Savoye <address@hidden> Date:   Mon Sep 20
+       15:11:28 2010 +0200
+
+2010-09-19  Andrea Palmatè <address@hidden>
+
+       * libbase/RTMP.cpp, libbase/SharedMem.cpp, libbase/Socket.cpp,
+       libbase/utility.h: Some small changes to allow AmigaOS4 compilation
+       again
+
+2010-09-19  Rob Savoye <address@hidden>
+
+       * macros/boost.m4: for now, boost-date-time is still required as
+       cygnal uses it.
+
+2010-09-19  Benjamin Wolsey <address@hidden>
+
+       * : commit 9ec7f5be49fc2d49bde588bc597dcccb31d3e51b Author: Sandro
+       Santilli <address@hidden> Date:   Sun Sep 19 14:04:14 2010 +0200
+
+2010-09-19  Sandro Santilli <address@hidden>
+
+       * libbase/tu_file.cpp: Fix false error about seeking to end
+
+2010-09-19  Benjamin Wolsey <address@hidden>
+
+       * : commit ccd126e38d122d3717b56bb63e26635d9e48db30 Merge: 547aac3
+       ddf8832 Author: Sandro Santilli <address@hidden> Date:   Sun Sep 19
+       10:42:35 2010 +0200
+
+2010-09-19  Sandro Santilli <address@hidden>
+
+       * libcore/TextField.cpp: Drop useless string copy duplication
+
+2010-09-19  Benjamin Wolsey <address@hidden>
+
+       * : commit ddf8832b4eae60d25479e435ca34ff567c6feea1 Author: Benjamin
+       Wolsey <address@hidden> Date:   Sun Sep 19 08:33:45 2010
+       +0200
+
+2010-09-19  Benjamin Wolsey <address@hidden>
+
+       * gui/gtk/gtk.cpp: Drop obsolete code.
+
+2010-09-19  Benjamin Wolsey <address@hidden>
+
+       * libbase/Makefile.am, libbase/ogl.h: Drop unused file.
+
+2010-09-19  Benjamin Wolsey <address@hidden>
+
+       * libbase/getopt_win32.cpp: Remove leftover file.
+
+2010-09-16  Benjamin Wolsey <address@hidden>
+
+       * librender/Renderer_agg_style.h: Be less verbose.
+
+2010-09-16  Benjamin Wolsey <address@hidden>
+
+       * libcore/FillStyle.cpp, librender/Renderer_agg_style.h,
+       librender/Renderer_cairo.cpp: Don't translate gradient matrices
+       stupidly.
+
+2010-09-16  Benjamin Wolsey <address@hidden>
+
+       * libmedia/ffmpeg/AudioDecoderFfmpeg.cpp: Use preferred style for
+       FFmpeg.
+
+2010-09-16  Benjamin Wolsey <address@hidden>
+
+       * libcore/swf/DefineVideoStreamTag.cpp,
+       libmedia/AudioDecoderSimple.cpp, libmedia/FLVParser.cpp,
+       libmedia/MediaHandler.cpp, libmedia/MediaHandler.h,
+       libmedia/MediaParser.h, libmedia/ffmpeg/AudioDecoderFfmpeg.cpp,
+       libmedia/ffmpeg/MediaHandlerFfmpeg.cpp,
+       libmedia/ffmpeg/MediaParserFfmpeg.cpp,
+       libmedia/ffmpeg/VideoDecoderFfmpeg.cpp,
+       libmedia/ffmpeg/VideoDecoderFfmpeg.h,
+       libmedia/gst/AudioDecoderGst.cpp, libmedia/gst/MediaHandlerGst.cpp,
+       libmedia/gst/MediaParserGst.cpp,
+       libmedia/haiku/MediaHandlerHaiku.cpp, libsound/EmbedSoundInst.cpp: 
+       Rename enumerators, split long lines.
+
+2010-09-16  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashImage.h, libbase/GnashVaapiImage.h, libcore/RGBA.h,
+       libvaapi/VaapiImage.h, libvaapi/VaapiImageFormat.h,
+       libvaapi/VaapiSubpicture.h, libvaapi/VaapiSurface.h,
+       libvaapi/VaapiSurfaceGLX.h, libvaapi/vaapi_utils.h: Fix visibility.
+
+2010-09-16  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/XMLNode_as.cpp: Spacing.
+
+2010-09-15  Benjamin Wolsey <address@hidden>
+
+       * gui/sdl/sdl.cpp: Drop debugging.
+
+2010-09-15  Benjamin Wolsey <address@hidden>
+
+       * libsound/sdl/sound_handler_sdl.cpp: Add tiny sleep to prevent hang
+       on windows.
+
+2010-09-14  Benjamin Wolsey <address@hidden>
+
+       * : commit c8c7b4cc68c498a93836e6b090290030d7d6108e Author: Benjamin
+       Wolsey <address@hidden> Date:   Tue Sep 14 12:11:39 2010
+       +0200
+
+2010-09-14  Benjamin Wolsey <address@hidden>
+
+       * gui/Makefile.am, gui/sdl/sdl.am, libcore/Makefile.am,
+       libmedia/Makefile.am, librender/Makefile.am, libsound/Makefile.am,
+       macros/curl.m4: Makefile cleanup, allow static linking of curl.
+
+2010-09-14  Benjamin Wolsey <address@hidden>
+
+       * libbase/curl_adapter.cpp: Zero fds to fix w32 crash.
+
+2010-09-13  Sandro Santilli <address@hidden>
+
+       * : commit 088663b88b9258ccace9f7ed3b80efff4a2aa37b Author: Alex
+       Converse <address@hidden> Date:   Mon Sep 13 20:21:21 2010
+       +0200
+
+2010-09-13  Alex Converse <address@hidden>
+
+       * README, README.dump-gnash, configure.ac: Fix FFmpeg style.
+
+2010-09-13  Benjamin Wolsey <address@hidden>
+
+       * macros/ffmpeg.m4: Link avformat first (needed in static linking).
+
+2010-09-10  Sandro Santilli <address@hidden>
+
+       * : commit 400e2fedf82fc1df0ee522c0a84a6f7879c00276 Author: Sandro
+       Santilli <address@hidden> Date:   Fri Sep 10 12:20:58 2010 +0200
+
+2010-09-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/gnash.h, librender/Renderer.h: Put forward declarations
+       where they're needed.
+
+2010-09-10  Benjamin Wolsey <address@hidden>
+
+       * Makefile.am, gui/Makefile.am: Fix snapshot compile error.
+
+2010-09-10  Benjamin Wolsey <address@hidden>
+
+       * macros/boost.m4: Boost date time isn't required.
+
+2010-09-10  Benjamin Wolsey <address@hidden>
+
+       * libbase/zlib_adapter.cpp: Use extern "C" to be on the safe side.
+
+2010-09-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/FillStyle.cpp, libcore/FillStyle.h,
+       libcore/parser/TypesParser.cpp: Fix typo, clean up.
+
+2010-09-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/FillStyle.cpp, libcore/FillStyle.h,
+       libcore/parser/TypesParser.cpp, libcore/parser/TypesParser.h,
+       librender/Renderer_agg.cpp, librender/Renderer_agg.h,
+       librender/Renderer_cairo.cpp: Move fill style parsing, fix many
+       includes.
+
+2010-09-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/FillStyle.cpp, libcore/FillStyle.h,
+       libcore/LineStyle.cpp, libcore/RGBA.cpp, libcore/RGBA.h,
+       libcore/SWFMatrix.cpp, libcore/SWFMatrix.h, libcore/SWFRect.cpp,
+       libcore/SWFRect.h, libcore/parser/Makefile.am,
+       libcore/parser/SWFMovieDefinition.cpp,
+       libcore/parser/SWFParser.cpp, libcore/parser/TypesParser.cpp,
+       libcore/parser/TypesParser.h, libcore/swf/DefineButtonTag.cpp,
+       libcore/swf/DefineEditTextTag.cpp, libcore/swf/DefineFontTag.cpp,
+       libcore/swf/DefineMorphShapeTag.cpp,
+       libcore/swf/DefineScalingGridTag.cpp,
+       libcore/swf/DefineTextTag.cpp, libcore/swf/PlaceObject2Tag.cpp,
+       libcore/swf/SetBackgroundColorTag.h, libcore/swf/ShapeRecord.cpp,
+       libcore/swf/TextRecord.cpp: Move most SWFStream handling out of
+       libcore.
+
+2010-09-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/as_function.cpp, libcore/as_function.h,
+       libcore/as_object.cpp, libcore/as_object.h: Remove unused
+       convenience functions.
+
+2010-09-10  Sandro Santilli <address@hidden>
+
+       * libcore/namedStrings.h: fix typo, add instructions about lowercase
+       named strings
+
+2010-09-10  Sandro Santilli <address@hidden>
+
+       * libcore/Function.cpp, libcore/Function2.cpp: Use named string for
+       "arguments"
+
+2010-09-10  Sandro Santilli <address@hidden>
+
+       * libcore/namedStrings.cpp, libcore/namedStrings.h: Order
+       namedStrings so that known-to-be-lowercased are grouped at the
+       beginning; add a placeholder for last lowercase key and register it
+       with string_table; add a namedString for "arguments"
+
+2010-09-10  Sandro Santilli <address@hidden>
+
+       * libbase/string_table.cpp, libbase/string_table.h: Add the concept
+       of 'highest known lowercase key' to string_table to reduce cost of
+       ::noCase calls.
+
+2010-09-10  Sandro Santilli <address@hidden>
+
+       * libbase/string_table.cpp: Add string_table stat machinery (dirty,
+       but damn useful. disabled by default)
+
+2010-09-10  Sandro Santilli <address@hidden>
+
+       * libbase/string_table.h: const-correctness
+
+2010-09-10  Sandro Santilli <address@hidden>
+
+       * libcore/PropertyList.h: Cleanup functions documentation to drop
+       reference to no-more-existing namespace parameters and properly
+       reference the new 'uri' parameter
+
+2010-09-09  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashSystemFDHeaders.h: Missing include.
+
+2010-09-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/swf/tag_loaders.cpp: Rearrange includes (duplicate
+       definition on w32)
+
+2010-09-09  Benjamin Wolsey <address@hidden>
+
+       * gui/gnash.cpp, gui/sdl/sdl.cpp, libbase/getopt_win32.h: Drop weird
+       core dump option for sdl.
+
+2010-09-09  Benjamin Wolsey <address@hidden>
+
+       * : commit 1385353f392b49011ddf5d0495521b1f3fbac410 Author: Benjamin
+       Wolsey <address@hidden> Date:   Thu Sep 9 13:35:59 2010 +0200
+
+2010-09-09  Benjamin Wolsey <address@hidden>
+
+       * macros/ffmpeg.m4: Use more portable bash printf format.
+
+2010-09-09  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashSystemFDHeaders.h: Fix windows version of
+       ioctlSocket.
+
+2010-09-09  Benjamin Wolsey <address@hidden>
+
+       * libbase/Socket.cpp: More portability fixes.
+
+2010-09-09  Benjamin Wolsey <address@hidden>
+
+       * libbase/RTMP.cpp: Allow windows build.
+
+2010-09-09  Benjamin Wolsey <address@hidden>
+
+       * libbase/Socket.h: Commit header too.
+
+2010-09-09  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashSystemNetHeaders.h, libbase/Socket.cpp: Use more
+       portable types for sockets.
+
+2010-09-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/external/ExternalInterface_as.cpp: Use
+       GnashSystemNetHeaders, drop system headers.
+
+2010-09-09  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashSystemFDHeaders.h, libcore/ExternalInterface.cpp: 
+       Move ioctl stuff out of libcore.
+
+2010-09-09  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashSystemNetHeaders.h, libcore/URLAccessManager.cpp: Use
+       suitable system includes, fix windows build.
+
+2010-09-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/movie_root.cpp: Drop unneeded system includes.
+
+2010-09-09  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashImageJpeg.cpp: Use libjpeg's boolean type: works on
+       windows too.
+
+2010-09-08  Petr Pisar <address@hidden>
+
+       * po/cs.po: Czech translation updated (patch #7312)
+
+2010-09-08  Sandro Santilli <address@hidden>
+
+       * : commit b3d5da01fbf3a4b3d3bc0fee14ddd87f994811d5 Author: Sandro
+       Santilli <address@hidden> Date:   Wed Sep 8 18:49:51 2010 +0200
+
+2010-09-08  Benjamin Wolsey <address@hidden>
+
+       * libcore/Video.cpp, libcore/asobj/NetStream_as.cpp,
+       libcore/asobj/Sound_as.cpp, libmedia/ffmpeg/MediaHandlerFfmpeg.cpp,
+       libmedia/gst/MediaHandlerGst.cpp, libsound/EmbedSoundInst.cpp: Const
+       correctness.
+
+2010-09-08  Benjamin Wolsey <address@hidden>
+
+       * libcore/BevelFilter.cpp, libcore/BlurFilter.cpp,
+       libcore/ColorMatrixFilter.cpp, libcore/ConvolutionFilter.cpp,
+       libcore/DropShadowFilter.cpp, libcore/GlowFilter.cpp,
+       libcore/GradientBevelFilter.cpp, libcore/GradientGlowFilter.cpp,
+       libcore/Makefile.am: Drop silly filter files.
+
+2010-09-08  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/NetStream_as.cpp: Spacing.
+
+2010-09-08  Sandro Santilli <address@hidden>
+
+       * : commit 146c5d78235f10cba0feec31f7fb5bf68edc6c41 Author: Benjamin
+       Wolsey <address@hidden> Date:   Tue Sep 7 15:48:54 2010 +0200
+
+2010-09-02  Rob Savoye <address@hidden>
+
+       * doc/Doxyfile.in: Don't run doxygen on .git or .bzr directories
+
+2010-09-02  Rob Savoye <address@hidden>
+
+       * ChangeLog-0.8.5, ChangeLog-0.8.6, cygnal/ChangeLog,
+       cygnal/crc.cpp, cygnal/crc.h, cygnal/cygnal.cpp,
+       cygnal/http_server.cpp, cygnal/libnet/diskstream.cpp,
+       cygnal/libnet/diskstream.h, cygnal/libnet/http.cpp,
+       cygnal/libnet/network.cpp, cygnal/libnet/rtmp_client.cpp,
+       libbase/curl_adapter.cpp, libcore/parser/SWFMovieDefinition.cpp,
+       libcore/parser/SWFMovieDefinition.h: fix typos
+
+2010-09-01  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/display/BitmapData_as.cpp: Add clone()
+       comments.
+
+2010-09-01  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/display/BitmapData_as.cpp,
+       libcore/asobj/flash/display/BitmapData_as.h: Implement
+       BitmapData.clone(). Tests all pass.
+
+2010-09-01  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/BitmapData.as: Add tests for
+       BitmapData.clone().
+
+2010-09-01  Benjamin Wolsey <address@hidden>
+
+       * gui/sdl/sdl_cairo_glue.cpp, gui/sdl/sdl_ogl_glue.cpp: Fix unused
+       variable warnings.
+
+2010-09-01  Benjamin Wolsey <address@hidden>
+
+       * macros/qt4.m4: Fix for bug #25758
+
+2010-09-01  Benjamin Wolsey <address@hidden>
+
+       * libcore/vm/ActionExec.cpp: Log discarded actions only in action
+       logging.
+
+2010-09-01  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashImageJpeg.cpp, libbase/GnashImageJpeg.h: Remove jpeg
+       namespace, use <algorithm> functions.
+
+2010-09-01  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashImageGif.cpp: Minor cleanup to gif code.
+
+2010-09-01  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashImage.cpp: Use <algorithm> functions, clean up.
+
+2010-09-01  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashImagePng.cpp: Const correctness and style.
+
+2010-09-01  Benjamin Wolsey <address@hidden>
+
+       * libmedia/Makefile.am: AM_CXXFLAGS includes CXXFLAGS already.
+
+2010-09-01  Benjamin Wolsey <address@hidden>
+
+       * testsuite/gnashrc.in: Use a custom key to improve testsuite
+       reliability.
+
+2010-09-01  Benjamin Wolsey <address@hidden>
+
+       * utilities/Makefile.am: Add gstreamer flags for fedora 13.
+
+2010-09-01  Benjamin Wolsey <address@hidden>
+
+       * : commit 3a1604e5ab586b0c10a1020ed1db72e1cd232f11 Merge: 0c0ea2d
+       829b1fb Author: Rob Savoye <address@hidden> Date:   Mon Aug 30
+       12:44:01 2010 -0600
+
+2010-08-30  Rob Savoye <address@hidden>
+
+       * libbase/SharedMem.cpp, libbase/SharedMem.h,
+       libbase/SharedMemHaiku.cpp, libbase/curl_adapter.cpp, libbase/rc.h,
+       libcore/vm/ASHandlers.cpp: Change from _ANDROID to ANDROID
+
+2010-08-30  Rob Savoye <address@hidden>
+
+       * libcore/ExternalInterface.cpp: Don't use :: before C library
+       functions.
+
+2010-08-30  Rob Savoye <address@hidden>
+
+       * gui/EventDevice.cpp: Don't try to test for ATARI or VIRTUAL bus
+       events.
+
+2010-08-30  Benjamin Wolsey <address@hidden>
+
+       * libcore/BitmapMovie.h, libcore/MovieClip.h: Drop obsolete forward
+       declarations.
+
+2010-08-30  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashImage.cpp, libbase/GnashImage.h,
+       libbase/GnashImageGif.cpp, libbase/GnashImageGif.h,
+       libbase/GnashImageJpeg.cpp, libbase/GnashImageJpeg.h,
+       libbase/GnashImagePng.cpp, libbase/GnashImagePng.h,
+       libcore/MovieFactory.cpp, libcore/swf/tag_loaders.cpp,
+       librender/Renderer_agg.cpp: Rename base classes.
+
+2010-08-30  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashImage.cpp, libbase/GnashImage.h,
+       libbase/GnashImageGif.cpp, libbase/GnashImageGif.h,
+       libbase/GnashImageJpeg.cpp, libbase/GnashImageJpeg.h,
+       libbase/GnashImagePng.cpp, libbase/GnashImagePng.h,
+       libcore/parser/SWFMovieDefinition.h,
+       libcore/parser/movie_definition.h, libcore/swf/tag_loaders.cpp: 
+       Rename input classes.
+
+2010-08-30  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashImage.cpp, libbase/GnashImage.h,
+       libbase/GnashImageGif.cpp, libbase/GnashImageJpeg.cpp,
+       libbase/GnashImagePng.cpp, libbase/GnashTexture.cpp,
+       libbase/ImageIterators.h,
+       libcore/asobj/flash/display/BitmapData_as.cpp,
+       libcore/asobj/flash/display/BitmapData_as.h,
+       libmedia/ffmpeg/VideoDecoderFfmpeg.cpp, librender/Renderer_agg.cpp,
+       librender/Renderer_agg_bitmap.h, librender/Renderer_cairo.cpp,
+       librender/Renderer_ogl.cpp: Rename image type enum.
+
+2010-08-30  Benjamin Wolsey <address@hidden>
+
+       * libbase/CachedBitmap.h, libbase/GnashImage.cpp,
+       libbase/GnashImage.h, libbase/GnashImageGif.cpp,
+       libbase/GnashImageGif.h, libbase/GnashImageJpeg.cpp,
+       libbase/GnashImageJpeg.h, libbase/GnashImagePng.cpp,
+       libbase/GnashImagePng.h, libbase/GnashTexture.cpp,
+       libbase/GnashTexture.h, libbase/GnashVaapiImage.cpp,
+       libbase/GnashVaapiImage.h, libbase/GnashVaapiTexture.cpp,
+       libbase/GnashVaapiTexture.h, libcore/MovieFactory.cpp,
+       libcore/Video.cpp, libcore/Video.h, libcore/asobj/NetStream_as.cpp,
+       libcore/asobj/NetStream_as.h,
+       libcore/asobj/flash/display/BitmapData_as.cpp,
+       libcore/asobj/flash/display/BitmapData_as.h,
+       libcore/parser/BitmapMovieDefinition.cpp,
+       libcore/parser/BitmapMovieDefinition.h,
+       libcore/parser/SWFMovieDefinition.h,
+       libcore/parser/movie_definition.h, libcore/swf/tag_loaders.cpp,
+       libmedia/VideoDecoder.h, libmedia/ffmpeg/VideoDecoderFfmpeg.cpp,
+       libmedia/ffmpeg/VideoDecoderFfmpeg.h,
+       libmedia/gst/VideoDecoderGst.cpp, libmedia/gst/VideoDecoderGst.h,
+       librender/Renderer.h, librender/Renderer_agg.cpp,
+       librender/Renderer_agg_bitmap.h, librender/Renderer_cairo.cpp,
+       librender/Renderer_cairo.h, librender/Renderer_ogl.cpp: Add image
+       namespace, move mergeAlpha out of class.
+
+2010-08-30  Benjamin Wolsey <address@hidden>
+
+       * : commit 2c748f4e461858dbafaf253191c196de9661630e Author: Benjamin
+       Wolsey <address@hidden> Date:   Mon Aug 30 11:05:29 2010
+       +0200
+
+2010-08-30  Benjamin Wolsey <address@hidden>
+
+       * librender/Renderer_agg_style.h: Handle unprocessed colour values.
+
+2010-08-30  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/display/BitmapData_as.cpp: Const correct.
+
+2010-08-30  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashImage.cpp: Add comments about premultiplication.
+
+2010-08-29  Benjamin Wolsey <address@hidden>
+
+       * librender/Renderer_agg.cpp: Fix swapped pixel size values.
+
+2010-08-29  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/display/BitmapData_as.cpp,
+       testsuite/actionscript.all/BitmapData.as: Fix handling of
+       transparency; tests pass.
+
+2010-08-29  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/BitmapData.as: Add tests for alpha fill
+       colour.
+
+2010-08-27  Sandro Santilli <address@hidden>
+
+       * : commit a3bfe004fd93f084ee426d500a4abcf3423884ae Author: Benjamin
+       Wolsey <address@hidden> Date:   Fri Aug 27 13:10:04 2010
+       +0200
+
+2010-08-27  Benjamin Wolsey <address@hidden>
+
+       * : commit c1848f9588ed157683f763a490806c452bf0544d Author: Benjamin
+       Wolsey <address@hidden> Date:   Fri Aug 27 11:20:45 2010
+       +0200
+
+2010-08-26  Sandro Santilli <address@hidden>
+
+       * : commit 855587d2bb09511a99f68d2618213be4026f6f78 Author: Benjamin
+       Wolsey <address@hidden> Date:   Thu Aug 26 13:24:58 2010
+       +0200
+
+2010-08-26  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/display/BitmapData_as.h: Fix clang warning.
+
+2010-08-26  Benjamin Wolsey <address@hidden>
+
+       * libcore/SWFStream.cpp: Drop debugging message.
+
+2010-08-26  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/display/BitmapData_as.cpp: Drop debugging
+       message.
+
+2010-08-26  Benjamin Wolsey <address@hidden>
+
+       * : commit 1f19d08c5f98a12bb2b3b2e58142a4fd0e330ecb Author: Benjamin
+       Wolsey <address@hidden> Date:   Thu Aug 26 08:05:56 2010
+       +0200
+
+2010-08-26  Sandro Santilli <address@hidden>
+
+       * testsuite/misc-ming.all/RemoveObject2Test.c: Hush a couple of
+       compiler warnings
+
+2010-08-26  Sandro Santilli <address@hidden>
+
+       * testsuite/misc-ming.all/PlaceObject2Test.c: Don't use abort when
+       willing to exit with an error... (hushes a warning aout abort() not
+       being defined)
+
+2010-08-25  Sandro Santilli <address@hidden>
+
+       * gui/fb/fb.cpp, gui/fb/fbsup.h: FBGui::checkForData() is
+       implemented as returning void, so advertise it as such
+
+2010-08-25  Benjamin Wolsey <address@hidden>
+
+       * testsuite/movies.all/gravity_embedded-TestRunner.cpp: Fix
+       testsuite.
+
+2010-08-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayObject.cpp, libcore/DisplayObject.h: Move functions
+       to header.
+
+2010-08-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/Button.cpp, libcore/DisplayList.cpp,
+       libcore/asobj/MovieClip_as.cpp: Cleanup, fix bug from last commit.
+
+2010-08-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/Bitmap.cpp, libcore/Button.cpp, libcore/DisplayList.cpp,
+       libcore/DisplayObject.cpp, libcore/DisplayObject.h,
+       libcore/DisplayObjectContainer.cpp, libcore/Function2.cpp,
+       libcore/MorphShape.cpp, libcore/MovieClip.cpp, libcore/Shape.cpp,
+       libcore/TextField.cpp, libcore/Video.cpp,
+       libcore/asobj/MovieClip_as.cpp,
+       libcore/asobj/flash/geom/Transform_as.cpp, libcore/movie_root.cpp: 
+       Move functions outside class and const correct.
+
+2010-08-25  Benjamin Wolsey <address@hidden>
+
+       * libcore/TextField.cpp: Fix some odd assumptions about attributes.
+
+2010-08-25  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/Makefile.am, utilities/processor.cpp: 
+       Don't run the testcase either if ming isn't up-to-date.  Hack 
gprocessor so it doesn't crash everywhere on Debian Lenny.
+
+2010-08-25  Benjamin Wolsey <address@hidden>
+
+       * configure.ac, testsuite/misc-ming.all/Makefile.am: Only run
+       LoadBitmap tests for ming head.
+
+2010-08-25  Benjamin Wolsey <address@hidden>
+
+       * : commit 9469ea0db917b15edbdbee537bc5263bd343ec2a Merge: 8cccfd1
+       fc6af64 Author: Rob Savoye <address@hidden> Date:   Tue Aug 24
+       21:31:58 2010 -0600
+
+2010-08-24  Rob Savoye <address@hidden>
+
+       * packaging/redhat/gnash.spec: fix gnash-commo typo.
+
+2010-08-24  Rob Savoye <address@hidden>
+
+       * packaging/debian/control: remove libltdl dependencies
+
+2010-08-24  Sandro Santilli <address@hidden>
+
+       * gui/gnash.cpp: Drop more ifdefs, make --renderer help string (in
+       --help) consistent with the rest of option lists.
+
+2010-08-24  Benjamin Wolsey <address@hidden>
+
+       * libcore/Transform.h: Documentation for Transform class.
+
+2010-08-24  Benjamin Wolsey <address@hidden>
+
+       * : commit 792c0ad3da40c4aabe46960a764300119cd74545 Merge: dd938c6
+       b91e2fd Author: Benjamin Wolsey <address@hidden> Date:   Tue
+       Aug 24 20:14:21 2010 +0200
+
+2010-08-24  Sandro Santilli <address@hidden>
+
+       * gui/gtk/gtk.cpp, librender/Renderer.h,
+       librender/Renderer_agg.cpp, librender/Renderer_agg.h,
+       librender/Renderer_cairo.h, librender/Renderer_ogl.cpp: Add a
+       virtual Renderer::description, use it in Help->About dialog to show
+       which renderer is being used.
+
+2010-08-24  Sandro Santilli <address@hidden>
+
+       * NEWS: Update to include changes of 0.8.8
+
+2010-08-23  strk <address@hidden>
+
+       * gui/kde/kde_glue_agg.h: Add missing <memory> header. Thanks to
+       Juergen Heinemann for patch (bug #30855)
+
+2010-08-23  strk <address@hidden>
+
+       * libmedia/MediaParser.cpp: Re-introduce the nap between media chunk
+       parsing
+
+2010-08-22  Rob Savoye <address@hidden>
+
+       * packaging/debian/changelog: updated for the 0.8.8 release
+
+2010-08-22  Rob Savoye <address@hidden>
+
+       * packaging/deb.am: don't grep files that are in git, but not the
+       source tarball
+
+2010-08-22  Rob Savoye <address@hidden>
+
+       * doc/C/preformatted/cygnal.1.in,
+       doc/C/preformatted/findmicrophones.1.in,
+       doc/C/preformatted/findwebcams.1.in,
+       doc/C/preformatted/flvdumper.1.in, doc/C/preformatted/gnash.1.in,
+       doc/C/preformatted/gnash_ref.info.in,
+       doc/C/preformatted/gnashref.html.in,
+       doc/C/preformatted/gnashuser.html.in,
+       doc/C/preformatted/gprocessor.1.in,
+       doc/C/preformatted/rtmpget.1.in, doc/C/preformatted/soldumper.1.in,
+       doc/C/refmanual/building.xml: replace bzr usage with git. Regenerate
+       preformatted docs
+
+2010-08-22  Rob Savoye <address@hidden>
+
+       * packaging/snapshot.am: force SNAPSHOT_VERSION to match the release
+
+2010-08-21  Rob Savoye <address@hidden>
+
+       * configure.ac: change the version from trunk to 0.8.8
+
+2010-08-21  Rob Savoye <address@hidden>
+
+       * packaging/deb.am: don't try to list packages when building from
+       the source tarball.
+
+2010-08-21  Rob Savoye <address@hidden>
+
+       * Makefile.am: add the rest of the ChangeLogs and READMEs to the
+       dist tarball.
+
+2010-08-21  Rob Savoye <address@hidden>
+
+       * README: update
+
+2010-08-21  Rob Savoye <address@hidden>
+
+       * README.git: rename from README_bzr, change bzr to git
+
+2010-08-21  Rob Savoye <address@hidden>
+
+       * README.git: rename from README_bzr, change bzr to git
+
+2010-08-20  Rob Savoye <address@hidden>
+
+       * po/es.po, po/fr.po: update spanish and french translations
+
+2010-08-20  Rob Savoye <address@hidden>
+
+       * po/es.po, po/fr.po: update spanish and french translations
+
+2010-08-20  John Wimer <address@hidden>
+
+       * packaging/debian/rules: rollback hurd changes, they're solved in
+       configure.ac
+
+2010-08-20  John Wimer <address@hidden>
+
+       * packaging/debian/rules: rollback hurd changes, they're solved in
+       configure.ac
+
+2010-08-20  John Wimer <address@hidden>
+
+       * configure.ac: update configure to automatically disable jemalloc
+       on HURD. Patch from pinotree
+
+2010-08-20  John Wimer <address@hidden>
+
+       * configure.ac: update configure to automatically disable jemalloc
+       on HURD. Patch from pinotree
+
+2010-08-20  John Wimer <address@hidden>
+
+       * configure.ac, gui/gtk/gtk_glue.h, libbase/tu_opengl_includes.h,
+       packaging/debian/rules: Apply patch from pinotree to enable build on
+       GNU HURD
+
+2010-08-20  John Wimer <address@hidden>
+
+       * configure.ac, gui/gtk/gtk_glue.h, libbase/tu_opengl_includes.h,
+       packaging/debian/rules: Apply patch from pinotree to enable build on
+       GNU HURD
+
+2010-08-17  Rob Savoye <address@hidden>
+
+       * libbase/string_table.h, libmedia/MediaHandler.h: fix visibility
+       builds.
+
+2010-08-17  Rob Savoye <address@hidden>
+
+       * NEWS: update NEWS file for the release
+
+2010-08-16  Rob Savoye <address@hidden>
+
+       * ChangeLog-0.8.8: GNU style ChangeLog from bzr log
+
+2010-08-16  Rob Savoye <address@hidden>
+
+       * ChangeLog-0.8.8: GNU style ChangeLog from bzr log
+
+2010-08-16  Rob Savoye <address@hidden>
+
+       * libbase/RTMP.cpp: include unistd.h to keep OpenBSD happy.
+
+2010-08-16  Rob Savoye <address@hidden>
+
+       * libbase/RTMP.cpp: include unistd.h to keep OpenBSD happy.
+
+2010-08-16  Rob Savoye <address@hidden>
+
+       * plugin/npapi/plugin.cpp, plugin/npapi/pluginScriptObject.cpp: 
+       include sys/socket.h for the BSDs.
+
+2010-08-16  Rob Savoye <address@hidden>
+
+       * plugin/npapi/plugin.cpp, plugin/npapi/pluginScriptObject.cpp: 
+       include sys/socket.h for the BSDs.
+
+2010-08-15  Benjamin Wolsey <address@hidden>
+
+       * libcore/Makefile.am: Add Transform.h to Makefile.
+
+2010-08-12  Sandro Santilli <address@hidden>
+
+       * gui/gnash.cpp, gui/gtk/gtk_canvas.cpp, libbase/rc.cpp,
+       libbase/rc.h, libmedia/MediaHandler.h, libmedia/MediaParser.cpp,
+       packaging/debian/rules, testsuite/gnashrc.in,
+       testsuite/libbase.all/TCXXRc.cpp,
+       testsuite/libbase.all/gnashrc-local.in,
+       testsuite/libbase.all/gnashrc.in, utilities/processor.cpp: merge
+       patches from bzr for media handler changes.
+
+2010-08-12  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayObject.h,
+       libcore/asobj/flash/display/BitmapData_as.cpp,
+       librender/Renderer.h, librender/Renderer_agg.cpp,
+       librender/Renderer_cairo.h, librender/Renderer_ogl.cpp: Revert to
+       old renderer behaviour, as it's not quite as clear as I thought.
+
+2010-08-12  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/BitmapData.as: Expect Gnash failures.
+
+2010-08-12  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/BitmapData.as: More tests.
+
+2010-08-12  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/BitmapData.as: Mask tests.
+
+2010-08-12  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayObject.h: Add documentation.
+
+2010-08-12  Benjamin Wolsey <address@hidden>
+
+       * libcore/Button.cpp, libcore/DisplayList.cpp,
+       libcore/DisplayObject.cpp, libcore/DisplayObject.h,
+       libcore/MovieClip.cpp, libcore/TextField.cpp, libcore/Video.cpp: 
+       Handle dynamic masks during display of the object they're masking
+       instead of during display of their parent object. This fixes
+       BitmapData.draw.
+
+2010-08-12  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/display/BitmapData_as.cpp,
+       librender/Renderer.h, librender/Renderer_agg.cpp,
+       librender/Renderer_cairo.h, librender/Renderer_ogl.cpp: Clean up.
+
+2010-08-12  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/display/BitmapData_as.cpp,
+       librender/Renderer.h: Mask handling strongly suggests that scaling
+       is handled by the renderer.
+
+2010-08-11  Rob Savoye <address@hidden>
+
+       * : commit 73326660de2f8e6860e273adeb5d6632e8cc58f1 Author: Rob
+       Savoye <address@hidden> Date:   Wed Aug 11 18:27:17 2010 -0600
+
+2010-08-11  Rob Savoye <address@hidden>
+
+       * packaging/debian/control: cleanup dependencies
+
+2010-08-11  Rob Savoye <address@hidden>
+
+       * Makefile.am: add quotes around sub shell execution
+
+2010-08-11  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayList.cpp: Add some comments.
+
+2010-08-11  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayList.cpp: Handle the funny way masks are drawn,
+       fixing a bug with mask transforms not caught by the testsuite.
+
+2010-08-11  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/LoadBitmapTest.c: Add pixel checking with
+       a very slight tolerance.
+
+2010-08-11  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/Error_as.cpp,
+       libcore/asobj/flash/filters/BevelFilter_as.cpp,
+       libcore/asobj/flash/filters/BitmapFilter_as.cpp,
+       libcore/asobj/flash/filters/BlurFilter_as.cpp,
+       libcore/asobj/flash/filters/ColorMatrixFilter_as.cpp,
+       libcore/asobj/flash/filters/ConvolutionFilter_as.cpp,
+       libcore/asobj/flash/filters/DisplacementMapFilter_as.cpp,
+       libcore/asobj/flash/filters/DropShadowFilter_as.cpp,
+       libcore/asobj/flash/filters/GlowFilter_as.cpp,
+       libcore/asobj/flash/filters/GradientBevelFilter_as.cpp,
+       libcore/asobj/flash/filters/GradientGlowFilter_as.cpp,
+       libcore/vm/fn_call.h: Drop deprecated ThisIs policy
+
+2010-08-11  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/display/BitmapData_as.cpp,
+       libcore/asobj/flash/display/BitmapData_as.h,
+       testsuite/misc-ming.all/LoadBitmapTest.c: Fix most loadBitmap tests.
+
+2010-08-11  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/LoadBitmapTest.c: Expect Gnash failures.
+
+2010-08-11  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/LoadBitmapTest.c: Test construction during
+       BitmapData.loadBitmap.
+
+2010-08-11  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/LoadBitmapTest.c,
+       testsuite/misc-ming.all/Makefile.am: Framework for a loadBitmap
+       test.
+
+2010-08-11  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/display/BitmapData_as.cpp: Handle same colours
+       more neatly.
+
+2010-08-11  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/display/BitmapData_as.cpp,
+       testsuite/actionscript.all/BitmapData.as: Add test to make sure
+       Gnash doesn't hang, and fix a hang.
+
+2010-08-11  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/display/BitmapData_as.cpp: Fix floodFill for
+       corner cases (literally!).
+
+2010-08-11  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/BitmapData.as: Test flood fill better.
+
+2010-08-11  Benjamin Wolsey <address@hidden>
+
+       * libbase/Makefile.am: Add to Makefile.
+
+2010-08-11  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashImage.h, libbase/ImageIterators.h,
+       libcore/asobj/flash/display/BitmapData_as.cpp,
+       libcore/asobj/flash/display/BitmapData_as.h,
+       librender/Renderer_cairo.cpp: Separate image iterators from the
+       image class.
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-haxe.all/classes.all/display/BitmapData_as.hx: The
+       duplicated test in misc-haxe.all passes.
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/display/BitmapData_as.cpp: Fix hang, fix left
+       extent of fill.
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/display/BitmapData_as.cpp: Comments and const
+       correctness.
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/display/BitmapData_as.cpp: Much faster
+       implementation.
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/display/BitmapData_as.cpp,
+       libcore/asobj/flash/display/BitmapData_as.h,
+       testsuite/actionscript.all/BitmapData.as: Pretty slow implementation
+       of floodFill.
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/Globals.cpp,
+       libcore/asobj/flash/display/BitmapData_as.cpp,
+       libcore/asobj/flash/display/BitmapData_as.h: Register and use native
+       BitmapData properties. Flags aren't tested.
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/display/BitmapData_as.cpp,
+       libcore/asobj/flash/geom/Transform_as.cpp: Header cleanup.
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/ASConversions.cpp, libcore/asobj/ASConversions.h,
+       libcore/asobj/flash/display/BitmapData_as.cpp,
+       libcore/asobj/flash/geom/ColorTransform_as.cpp,
+       libcore/asobj/flash/geom/ColorTransform_as.h,
+       libcore/asobj/flash/geom/Transform_as.cpp: Reduce code duplication.
+       Only genuine ColorTransform objects are usable with BitmapData.draw.
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/geom/Transform_as.cpp,
+       testsuite/actionscript.all/Transform.as: Test a fake cxform.
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/Transform.as: Update tests.
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/ASConversions.cpp,
+       libcore/asobj/flash/display/BitmapData_as.cpp,
+       libcore/asobj/flash/geom/Transform_as.cpp,
+       testsuite/misc-ming.all/BitmapDataDraw.c: Use toSWFMatrix in
+       Transform.  Implement BitmapData.draw with cxform. Add tests.
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/display/BitmapData_as.cpp: Inform attached
+       objects after draw().
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/display/BitmapData_as.cpp,
+       testsuite/actionscript.all/BitmapData.as: Test, implement channel
+       properties.
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/display/BitmapData_as.cpp,
+       libcore/asobj/flash/display/BitmapData_as.h: Use a typedef.
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashImage.h: Fix distance_to to return the correct value;
+       this makes std::copy work again!
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashImage.h: Cleanups.
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashImage.h,
+       libcore/asobj/flash/display/BitmapData_as.cpp,
+       libcore/asobj/flash/display/BitmapData_as.h: Cleanup of BitmapData
+       interface.
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * libbase/GnashImage.h,
+       libcore/asobj/flash/display/BitmapData_as.cpp: Improve the
+       argb_iterator interface and add assignment operator and copy ctor
+       for proper behaviour.
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * utilities/Makefile.am, utilities/processor.cpp: Set a renderer for
+       gprocessor to allow BitmapData testing if agg is present.
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * gui/NullGui.h: Coding style.
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * gui/Player.cpp: Don't cast.
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * gui/Player.cpp: Drop commented-out code.
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/SWFMatrix.cpp: Minor cleanups.
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/SWFCxForm.cpp, libcore/SWFMatrix.cpp, libcore/SWFMatrix.h: 
+       Minor cleanups.
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/ASConversions.cpp, libcore/asobj/ASConversions.h,
+       libcore/asobj/MovieClip_as.cpp, libcore/asobj/MovieClip_as.h,
+       libcore/asobj/flash.am,
+       libcore/asobj/flash/display/BitmapData_as.cpp: Use a separate file
+       for constructing a SWFMatrix from an as_object.
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/MovieClip.cpp, libcore/SWFCxForm.cpp,
+       libcore/SWFCxForm.h, librender/Renderer_agg_style.h: Cleanup, drop
+       unused functions, don't qualify with gnash:: in the agg renderer.
+
+2010-08-10  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayList.cpp, libcore/DisplayList.h,
+       libcore/DisplayObject.cpp, libcore/DisplayObject.h,
+       libcore/Makefile.am, libcore/MovieClip.cpp, libcore/MovieClip.h,
+       libcore/SWFCxForm.cpp, libcore/SWFCxForm.h, libcore/TextField.cpp,
+       libcore/Transform.h, libcore/asobj/Color_as.cpp,
+       libcore/asobj/flash/geom/Transform_as.cpp, libcore/cxform.cpp,
+       libcore/cxform.h, libcore/swf/DefineButtonCxformTag.h,
+       libcore/swf/DefineButtonTag.cpp, libcore/swf/DefineButtonTag.h,
+       libcore/swf/DefineShapeTag.h, libcore/swf/PlaceObject2Tag.cpp,
+       libcore/swf/PlaceObject2Tag.h, libcore/swf/TextRecord.cpp,
+       librender/PathParser.cpp, librender/PathParser.h,
+       librender/Renderer_agg.cpp, librender/Renderer_agg_style.h,
+       librender/Renderer_cairo.cpp, librender/Renderer_cairo.h,
+       librender/Renderer_ogl.cpp, testsuite/libcore.all/ClassSizes.cpp: 
+       Rename cxform to SWFCxForm.
+
+2010-08-09  Rob Savoye <address@hidden>
+
+       * : commit 03eb25bbc48921e628ebe2944e9bc33b873c71ad Author: Rob
+       Savoye <address@hidden> Date:   Mon Aug 9 13:55:35 2010 -0600
+
+2010-08-09  Rob Savoye <address@hidden>
+
+       * packaging/redhat/gnash.spec: don't build the dbus extension, it
+       was never finished.
+
+2010-08-09  Rob Savoye <address@hidden>
+
+       * extensions/dejagnu/Makefile.am, extensions/fileio/Makefile.am,
+       extensions/lirc/Makefile.am, extensions/mysql/Makefile.am: delete
+       the *.la files as we never link against a plugin module anyway.
+
+2010-08-09  Rob Savoye <address@hidden>
+
+       * Makefile.am: change the - to a _ in the revno so it looks like a
+       legit version number.
+
+2010-08-09  Rob Savoye <address@hidden>
+
+       * packaging/redhat/gnash.spec: add extension packages
+
+2010-08-09  Rob Savoye <address@hidden>
+
+       * packaging/redhat/gnash.spec: use trunk as the version still.
+
+2010-08-09  Rob Savoye <address@hidden>
+
+       * : commit a3edfc7ea3bf1c3b2ce2e3be45246adeb49f282e Author: Rob
+       Savoye <address@hidden> Date:   Mon Aug 9 10:18:41 2010 -0600
+
+2010-08-09  Benjamin Wolsey <address@hidden>
+
+       * librender/Renderer_cairo.cpp, librender/Renderer_cairo.h: Fix
+       cairo build.
+
+2010-08-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/DynamicShape.cpp, libcore/DynamicShape.h,
+       libcore/Video.cpp, libcore/swf/DefineMorphShapeTag.cpp,
+       libcore/swf/DefineShapeTag.cpp, librender/Renderer.h,
+       librender/Renderer_agg.cpp, librender/Renderer_cairo.cpp,
+       librender/Renderer_cairo.h, librender/Renderer_ogl.cpp: Use
+       Transform for renderer API and fix Video rendering (which testsuite
+       didn't notice!).
+
+2010-08-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/MovieClip.h, libcore/Transform.h: Update Transform.h
+       header with copyright.
+
+2010-08-09  Benjamin Wolsey <address@hidden>
+
+       * testsuite/actionscript.all/BitmapData.as: Passes in
+       actionscript.all, but not with automated testing (no renderer).
+
+2010-08-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/MovieClip.cpp, libcore/MovieClip.h,
+       testsuite/DummyCharacter.h: Use draw() to implement display() and
+       restore drawable rendering in draw().
+
+2010-08-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/Bitmap.cpp, libcore/Button.cpp, libcore/MorphShape.cpp,
+       libcore/MovieClip.cpp, libcore/Shape.cpp, libcore/StaticText.cpp,
+       libcore/TextField.cpp, libcore/Transform.h: Implement concatenation
+       as a free function.
+
+2010-08-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/TextField.cpp: Cut down on get_world_cxform calls.
+
+2010-08-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/Bitmap.cpp, libcore/Button.cpp, libcore/DisplayList.cpp,
+       libcore/DisplayObject.cpp, libcore/DisplayObject.h,
+       libcore/MovieClip.cpp, libcore/TextField.cpp,
+       libcore/asobj/Color_as.cpp, libcore/asobj/TextSnapshot_as.cpp,
+       libcore/asobj/flash/geom/Transform_as.cpp, libcore/movie_root.cpp: 
+       Use the Transform member more sensibly.
+
+2010-08-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/Button.cpp, libcore/DisplayObject.h,
+       libcore/MorphShape.cpp, libcore/MovieClip.cpp, libcore/Shape.cpp,
+       libcore/StaticText.cpp, libcore/TextField.cpp, libcore/TextField.h,
+       libcore/swf/DefineTextTag.cpp, libcore/swf/TextRecord.cpp,
+       libcore/swf/TextRecord.h: Use Transform more.
+
+2010-08-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayObject.cpp, libcore/DisplayObject.h,
+       libcore/Transform.h: Store matrix and cxform as a Transform element.
+
+2010-08-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/MovieClip.cpp, libcore/MovieClip.h,
+       libcore/asobj/flash/display/BitmapData_as.cpp: Add a draw() function
+       to MovieClip.
+
+2010-08-09  Benjamin Wolsey <address@hidden>
+
+       * testsuite/misc-ming.all/BitmapDataDraw.c: Expect passes (only when
+       renderer is used!).
+
+2010-08-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/Bitmap.cpp, libcore/Bitmap.h, libcore/Button.cpp,
+       libcore/Button.h, libcore/DisplayList.cpp, libcore/DisplayList.h,
+       libcore/DisplayObject.h, libcore/InteractiveObject.h,
+       libcore/MorphShape.cpp, libcore/MorphShape.h,
+       libcore/MovieClip.cpp, libcore/MovieClip.h, libcore/Shape.cpp,
+       libcore/Shape.h, libcore/StaticText.cpp, libcore/StaticText.h,
+       libcore/TextField.cpp, libcore/TextField.h, libcore/Video.cpp,
+       libcore/Video.h, libcore/asobj/flash/display/BitmapData_as.cpp,
+       libcore/movie_root.cpp, libcore/swf/DefineMorphShapeTag.cpp,
+       libcore/swf/DefineMorphShapeTag.h, libcore/swf/DefineShapeTag.cpp,
+       libcore/swf/DefineShapeTag.h, libcore/swf/DefineTextTag.cpp,
+       libcore/swf/DefineTextTag.h: Pass a Transform to all display()
+       functions so that BitmapData.draw is less of a hack, and generally
+       to make a nicer process without recursive calls to getWorldMatrix
+       and analogous functions.  Needs tidying up.
+
+2010-08-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/Bitmap.cpp, libcore/DisplayObject.h,
+       libcore/DynamicShape.cpp, libcore/DynamicShape.h,
+       libcore/MovieClip.cpp, libcore/Shape.cpp, libcore/Transform.h,
+       libcore/asobj/flash/display/BitmapData_as.cpp: Use a Transform for
+       some things.
+
+2010-08-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/DisplayObject.h,
+       libcore/asobj/flash/display/BitmapData_as.cpp: Move Transform class
+       to DisplayObject.h.
+
+2010-08-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/display/BitmapData_as.cpp,
+       libcore/asobj/flash/display/BitmapData_as.h: An untidy
+       implementation of BitmapData.loadBitmap without tests.
+
+2010-08-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/display/BitmapData_as.cpp: Add error logging.
+
+2010-08-09  Benjamin Wolsey <address@hidden>
+
+       * librender/Renderer_agg.cpp: Drop agg buffer debugging.
+
+2010-08-09  Benjamin Wolsey <address@hidden>
+
+       * librender/Renderer.h, librender/Renderer_agg.cpp,
+       librender/Renderer_cairo.h, librender/Renderer_ogl.cpp: Improve and
+       document interface.
+
+2010-08-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/MovieClip_as.cpp, libcore/asobj/MovieClip_as.h,
+       libcore/asobj/flash/display/BitmapData_as.cpp: Rough implementation
+       of BitmapData.draw. Drop debugging.
+
+2010-08-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/asobj/flash/display/BitmapData_as.cpp,
+       libcore/asobj/flash/display/BitmapData_as.h, librender/Renderer.h,
+       librender/Renderer_agg.cpp: Steps towards internal rendering.
+
+2010-08-09  Benjamin Wolsey <address@hidden>
+
+       * librender/Renderer.h, librender/Renderer_agg.cpp,
+       librender/Renderer_cairo.h, librender/Renderer_ogl.cpp: Add an
+       Internal rendering class.
+
+2010-08-09  Benjamin Wolsey <address@hidden>
+
+       * libcore/movie_root.cpp, librender/Renderer.h: Use an object to
+       renderer externally, as we can do the same for internal rendering.
+
+2010-08-09  Benjamin Wolsey <address@hidden>
+
+       * librender/Renderer.h, librender/Renderer_agg.cpp: Drop
+       set_invalidated_region as the alternative is used almost everywhere.
+
+2010-08-08  Rob Savoye <address@hidden>
+
+       * configure.ac: renable the testsuite
+
+2010-08-08  Rob Savoye <address@hidden>
+
+       * packaging/snapshot.am: the next release is 0.8.9
+
+2010-08-08  Rob Savoye <address@hidden>
+
+       * packaging/deb.am: don't try to rename to the build directory if it
+       exists.
+
+2010-08-08  Rob Savoye <address@hidden>
+
+       * packaging/debian/rules: only build agg and cairo renderers
+
+2010-08-08  Rob Savoye <address@hidden>
+
+       * packaging/debian/gnash-dev.install: be more specific, use
+       /usr/include/gnash/
+
+2010-08-08  Rob Savoye <address@hidden>
+
+       * configure.ac: disable the testsuite by default so end users
+       building from source don't get scared by all the testing
+       dependencies.
+

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog | 7514 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 7514 insertions(+), 0 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]