gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] [SCM] Gnash branch, release, created. release_0_8_9_start


From: Gabriele Giacone
Subject: [Gnash-commit] [SCM] Gnash branch, release, created. release_0_8_9_start-9-ga06e27b
Date: Thu, 03 Feb 2011 23:33:16 +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, release has been created
        at  a06e27b5d5c2cee57c3a7c9281b0bebcc0a04b0b (commit)

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


commit a06e27b5d5c2cee57c3a7c9281b0bebcc0a04b0b
Author: Rob Savoye <address@hidden>
Date:   Sun Jan 30 21:14:50 2011 -0700

    .as files used as paramaters for makeswf need to have (srcdir)

diff --git a/testsuite/misc-ming.all/Makefile.am 
b/testsuite/misc-ming.all/Makefile.am
index 702caa9..00961b4 100644
--- a/testsuite/misc-ming.all/Makefile.am
+++ b/testsuite/misc-ming.all/Makefile.am
@@ -1430,10 +1430,10 @@ gotoFrame2Test-Runner: 
$(srcdir)/../generic-testrunner.sh gotoFrame2Test.swf
        chmod 755 $@
 
 LC-Receive.swf: LC-Receive.as 
-       $(MAKESWF) -v 8 -r 1 -o $@  $(srcdir)/empty.as LC-Receive.as
+       $(MAKESWF) -v 8 -r 1 -o $@  $(srcdir)/empty.as $(srcdir)/LC-Receive.as
 
 LC-Send.swf: LC-Send.as 
-       $(MAKESWF) -v 8 -r 1 -o $@  $(srcdir)/empty.as LC-Send.as
+       $(MAKESWF) -v 8 -r 1 -o $@  $(srcdir)/empty.as $(srcdir)/LC-Send.as
 
 LCTestRunner: $(srcdir)/../simultaneous-testrunner.sh LC-Receive.swf 
LC-Send.swf
        sh $(srcdir)/../simultaneous-testrunner.sh -c "ENDOFTEST" 
$(top_builddir) LC-Receive.swf LC-Send.swf > $@
@@ -1448,7 +1448,7 @@ XMLSocketTester: XMLSocketTester.sh XMLSocketTest.swf
        chmod 755 $@
 
 GradientFillTest.swf: GradientFillTest.as 
-       $(MAKESWF) -v 8 -r 1 -o $@  $(srcdir)/empty.as GradientFillTest.as
+       $(MAKESWF) -v 8 -r 1 -o $@  $(srcdir)/empty.as 
$(srcdir)/GradientFillTest.as
 
 GradientFillTestRunner: $(srcdir)/../generic-testrunner.sh GradientFillTest.swf
        sh $(srcdir)/../generic-testrunner.sh $(top_builddir) 
GradientFillTest.swf > $@

http://git.savannah.gnu.org/cgit//commit/?id=3d00c175bdca8e7f8e985fa74a3afc09eecf64cd


commit 3d00c175bdca8e7f8e985fa74a3afc09eecf64cd
Author: Rob Savoye <address@hidden>
Date:   Sun Jan 30 16:31:54 2011 -0700

    add gen_run_swfdec_testsuite.sh to EXTRA_DIST. Tweak source path

diff --git a/testsuite/swfdec/Makefile.am b/testsuite/swfdec/Makefile.am
index 34dd75d..f581626 100644
--- a/testsuite/swfdec/Makefile.am
+++ b/testsuite/swfdec/Makefile.am
@@ -57,107 +57,107 @@ clean-local:
                site.bak site.exp site.exp.bak testrun.sum \
                gnash.sum 
 
-run_swfdec_testsuite_a: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_a: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace aA > $@
        chmod 755 $@
 
-run_swfdec_testsuite_b: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_b: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace bB > $@
        chmod 755 $@
 
-run_swfdec_testsuite_c: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_c: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace cC > $@
        chmod 755 $@
 
-run_swfdec_testsuite_d: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_d: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace dD > $@
        chmod 755 $@
 
-run_swfdec_testsuite_e: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_e: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace eE > $@
        chmod 755 $@
 
-run_swfdec_testsuite_f: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_f: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace fF > $@
        chmod 755 $@
 
-run_swfdec_testsuite_g: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_g: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace gG > $@
        chmod 755 $@
 
-run_swfdec_testsuite_h: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_h: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace hH > $@
        chmod 755 $@
 
-run_swfdec_testsuite_i: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_i: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace iI > $@
        chmod 755 $@
 
-run_swfdec_testsuite_j: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_j: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace jJ > $@
        chmod 755 $@
 
-run_swfdec_testsuite_k: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_k: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace kK > $@
        chmod 755 $@
 
-run_swfdec_testsuite_l: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_l: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace lL > $@
        chmod 755 $@
 
-run_swfdec_testsuite_m: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_m: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace mM > $@
        chmod 755 $@
 
-run_swfdec_testsuite_n: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_n: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace nN > $@
        chmod 755 $@
 
-run_swfdec_testsuite_o: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_o: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace oO > $@
        chmod 755 $@
 
-run_swfdec_testsuite_p: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_p: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace pP > $@
        chmod 755 $@
 
-run_swfdec_testsuite_q: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_q: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace qQ > $@
        chmod 755 $@
 
-run_swfdec_testsuite_r: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_r: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace rR > $@
        chmod 755 $@
 
-run_swfdec_testsuite_s: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_s: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace sS > $@
        chmod 755 $@
 
-run_swfdec_testsuite_t: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_t: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace tT > $@
        chmod 755 $@
 
-run_swfdec_testsuite_u: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_u: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace uU > $@
        chmod 755 $@
 
-run_swfdec_testsuite_v: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_v: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace vV > $@
        chmod 755 $@
 
-run_swfdec_testsuite_w: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_w: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace wW > $@
        chmod 755 $@
 
-run_swfdec_testsuite_x: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_x: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace xX > $@
        chmod 755 $@
 
-run_swfdec_testsuite_y: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_y: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace yY > $@
        chmod 755 $@
 
-run_swfdec_testsuite_z: $(srcdir)/gen_run_swfdec_testsuite.sh Makefile
+run_swfdec_testsuite_z: gen_run_swfdec_testsuite.sh Makefile
        sh $(srcdir)/gen_run_swfdec_testsuite.sh $(abs_topbuilddir) $(srcdir) 
$(SWFDEC_TESTSUITE)/trace zZ > $@
        chmod 755 $@
 
@@ -183,3 +183,4 @@ site-update: site.exp
        @echo "# This is a list of the pre-compiled testcases" >> site.exp
        @echo "set testcases \"$(TEST_CASES)\"" >> site.exp
 
+EXTRA_DIST = gen_run_swfdec_testsuite.sh

http://git.savannah.gnu.org/cgit//commit/?id=e4fddd260e50573b5bc65692f0de15bcfa277e78


commit e4fddd260e50573b5bc65692f0de15bcfa277e78
Author: Rob Savoye <address@hidden>
Date:   Sun Jan 30 16:24:24 2011 -0700

    add haxe source files to EXTRA_DIST, so they're included in the tarball

diff --git a/testsuite/misc-haxe.all/classes.all/Makefile.am 
b/testsuite/misc-haxe.all/classes.all/Makefile.am
index 9210413..3b0dd9f 100644
--- a/testsuite/misc-haxe.all/classes.all/Makefile.am
+++ b/testsuite/misc-haxe.all/classes.all/Makefile.am
@@ -29,7 +29,6 @@ HAXE_FLAGS = -cp $(srcdir)
 
 # These classes are in the flash namespace
 include $(srcdir)/accessibility/accessibility.am
-
 include $(srcdir)/display/display.am
 include $(srcdir)/errors/errors.am
 include $(srcdir)/events/events.am
diff --git a/testsuite/misc-haxe.all/classes.all/accessibility/accessibility.am 
b/testsuite/misc-haxe.all/classes.all/accessibility/accessibility.am
index b5baab7..9b6ef2c 100644
--- a/testsuite/misc-haxe.all/classes.all/accessibility/accessibility.am
+++ b/testsuite/misc-haxe.all/classes.all/accessibility/accessibility.am
@@ -36,3 +36,7 @@ endif
 
 check_SCRIPTS += $(ACCESSIBILITY_TESTS_V6) $(ACCESSIBILITY_TESTS_V9)
 HAXE_FLAGS += -cp $(ACCESSIBILITYdir)
+
+EXTRA_DIST += \
+       accessibility/AccessibilityProperties_as.hx \
+       accessibility/Accessibility_as.hx
diff --git a/testsuite/misc-haxe.all/classes.all/data/data.am 
b/testsuite/misc-haxe.all/classes.all/data/data.am
index 62b345f..1563463 100644
--- a/testsuite/misc-haxe.all/classes.all/data/data.am
+++ b/testsuite/misc-haxe.all/classes.all/data/data.am
@@ -81,3 +81,19 @@ endif
 
 check_SCRIPTS += $(DATA_TESTS_V9)
 HAXE_FLAGS += -cp $(DATAdir)
+
+EXTRA_DIST += data/EncryptedLocalStore_as.hx \
+       data/SQLCollationType_as.hx \
+       data/SQLColumnNameStyle_as.hx \
+       data/SQLColumnSchema_as.hx \
+       data/SQLConnection_as.hx \
+       data/SQLIndexSchema_as.hx \
+       data/SQLMode_as.hx \
+       data/SQLResult_as.hx \
+       data/SQLSchemaResult_as.hx \
+       data/SQLSchema_as.hx \
+       data/SQLStatement_as.hx \
+       data/SQLTableSchema_as.hx \
+       data/SQLTransactionLockType_as.hx \
+       data/SQLTriggerSchema_as.hx \
+       data/SQLViewSchema_as.hx
diff --git a/testsuite/misc-haxe.all/classes.all/desktop/desktop.am 
b/testsuite/misc-haxe.all/classes.all/desktop/desktop.am
index 4012e8d..29ef1c7 100644
--- a/testsuite/misc-haxe.all/classes.all/desktop/desktop.am
+++ b/testsuite/misc-haxe.all/classes.all/desktop/desktop.am
@@ -74,3 +74,16 @@ endif
 check_SCRIPTS += $(DESKTOP_TESTS_V9)
 HAXE_FLAGS += -cp $(DESKTOPdir)
 
+EXTRA_DIST += desktop/ClipboardFormats_as.hx \
+       desktop/ClipboardTransferMode_as.hx \
+       desktop/Clipboard_as.hx \
+       desktop/DockIcon_as.hx \
+       desktop/Icon_as.hx \
+       desktop/InteractiveIcon_as.hx \
+       desktop/NativeApplication_as.hx \
+       desktop/NativeDragActions_as.hx \
+       desktop/NativeDragManager_as.hx \
+       desktop/NativeDragOptions_as.hx \
+       desktop/NotificationType_as.hx \
+       desktop/SystemTrayIcon_as.hx \
+       desktop/Updater_as.hx
diff --git a/testsuite/misc-haxe.all/classes.all/display/display.am 
b/testsuite/misc-haxe.all/classes.all/display/display.am
index f655f85..188186b 100644
--- a/testsuite/misc-haxe.all/classes.all/display/display.am
+++ b/testsuite/misc-haxe.all/classes.all/display/display.am
@@ -197,3 +197,46 @@ endif
 
 check_SCRIPTS += $(DISPLAY_TESTS_V6) $(DISPLAY_TESTS_V8) $(DISPLAY_TESTS_V9)
 HAXE_FLAGS += -cp $(DISPLAYdir)
+
+EXTRA_DIST += display/AVM1Movie_as.hx \
+       display/ActionScriptVersion_as.hx \
+       display/BitmapDataChannel_as.hx \
+       display/BitmapData_as.hx \
+       display/Bitmap_as.hx \
+       display/BlendMode_as.hx \
+       display/CapsStyle_as.hx \
+       display/DisplayObjectContainer_as.hx \
+       display/DisplayObject_as.hx \
+       display/FocusDirection_as.hx \
+       display/FrameLabel_as.hx \
+       display/GradientType_as.hx \
+       display/Graphics_as.hx \
+       display/IBitmapDrawable_as.hx \
+       display/InteractiveObject_as.hx \
+       display/InterpolationMethod_as.hx \
+       display/JointStyle_as.hx \
+       display/LineScaleMode_as.hx \
+       display/LoaderInfo_as.hx \
+       display/Loader_as.hx \
+       display/MorphShape_as.hx \
+       display/MovieClip_as.hx \
+       display/NativeMenuItem_as.hx \
+       display/NativeMenu_as.hx \
+       display/NativeWindowDisplayState_as.hx \
+       display/NativeWindowInitOptions_as.hx \
+       display/NativeWindowResize_as.hx \
+       display/NativeWindowType_as.hx \
+       display/NativeWindow_as.hx \
+       display/PixelSnapping_as.hx \
+       display/SWFVersion_as.hx \
+       display/Scene_as.hx \
+       display/Screen_as.hx \
+       display/Shape_as.hx \
+       display/SimpleButton_as.hx \
+       display/SpreadMethod_as.hx \
+       display/Sprite_as.hx \
+       display/StageAlign_as.hx \
+       display/StageDisplayState_as.hx \
+       display/StageQuality_as.hx \
+       display/StageScaleMode_as.hx \
+       display/Stage_as.hx
diff --git a/testsuite/misc-haxe.all/classes.all/errors/errors.am 
b/testsuite/misc-haxe.all/classes.all/errors/errors.am
index b7695d5..6d23a60 100644
--- a/testsuite/misc-haxe.all/classes.all/errors/errors.am
+++ b/testsuite/misc-haxe.all/classes.all/errors/errors.am
@@ -58,3 +58,13 @@ endif
 
 check_SCRIPTS += $(ERRORS_TESTS_V9)
 HAXE_FLAGS += -cp $(ERRORSdir)
+
+EXTRA_DIST += errors/EOFError_as.hx \
+       errors/IOError_as.hx \
+       errors/IllegalOperationError_as.hx \
+       errors/InvalidSWFError_as.hx \
+       errors/MemoryError_as.hx \
+       errors/SQLErrorOperation_as.hx \
+       errors/SQLError_as.hx \
+       errors/ScriptTimeoutError_as.hx \
+       errors/StackOverflowError_as.hx
diff --git a/testsuite/misc-haxe.all/classes.all/events/events.am 
b/testsuite/misc-haxe.all/classes.all/events/events.am
index 9dd178a..ff4508b 100644
--- a/testsuite/misc-haxe.all/classes.all/events/events.am
+++ b/testsuite/misc-haxe.all/classes.all/events/events.am
@@ -191,3 +191,42 @@ endif
 
 check_SCRIPTS += $(EVENTS_TESTS_V9)
 HAXE_FLAGS += -cp $(EVENTSdir)
+
+EXTRA_DIST += events/ActivityEvent_as.hx \
+       events/AsyncErrorEvent_as.hx \
+       events/BrowserInvokeEvent_as.hx \
+       events/ContextMenuEvent_as.hx \
+       events/DRMAuthenticateEvent_as.hx \
+       events/DRMErrorEvent_as.hx \
+       events/DRMStatusEvent_as.hx \
+       events/DataEvent_as.hx \
+       events/ErrorEvent_as.hx \
+       events/EventDispatcher_as.hx \
+       events/EventPhase_as.hx \
+       events/Event_as.hx \
+       events/FileListEvent_as.hx \
+       events/FocusEvent_as.hx \
+       events/FullScreenEvent_as.hx \
+       events/HTMLUncaughtScriptExceptionEvent_as.hx \
+       events/HTTPStatusEvent_as.hx \
+       events/IEventDispatcher_as.hx \
+       events/IMEEvent_as.hx \
+       events/IOErrorEvent_as.hx \
+       events/InvokeEvent_as.hx \
+       events/KeyboardEvent_as.hx \
+       events/MouseEvent_as.hx \
+       events/NativeDragEvent_as.hx \
+       events/NativeWindowBoundsEvent_as.hx \
+       events/NativeWindowDisplayStateEvent_as.hx \
+       events/NetStatusEvent_as.hx \
+       events/OutputProgressEvent_as.hx \
+       events/ProgressEvent_as.hx \
+       events/SQLErrorEvent_as.hx \
+       events/SQLEvent_as.hx \
+       events/SQLUpdateEvent_as.hx \
+       events/ScreenMouseEvent_as.hx \
+       events/SecurityErrorEvent_as.hx \
+       events/StatusEvent_as.hx \
+       events/SyncEvent_as.hx \
+       events/TextEvent_as.hx \
+       events/TimerEvent_as.hx
diff --git a/testsuite/misc-haxe.all/classes.all/external/external.am 
b/testsuite/misc-haxe.all/classes.all/external/external.am
index a91e15d..2c02036 100644
--- a/testsuite/misc-haxe.all/classes.all/external/external.am
+++ b/testsuite/misc-haxe.all/classes.all/external/external.am
@@ -25,3 +25,5 @@ endif
 
 check_SCRIPTS += $(EXTERNAL_TESTS_V9)
 HAXE_FLAGS += -cp $(EXTERNALdir)
+
+EXTRA_DIST += external/ExternalInterface_as.hx
diff --git a/testsuite/misc-haxe.all/classes.all/geom/geom.am 
b/testsuite/misc-haxe.all/classes.all/geom/geom.am
index 116e034..00e526a 100644
--- a/testsuite/misc-haxe.all/classes.all/geom/geom.am
+++ b/testsuite/misc-haxe.all/classes.all/geom/geom.am
@@ -41,3 +41,9 @@ endif
 
 check_SCRIPTS += $(GEOM_TESTS_V8)
 HAXE_FLAGS += -cp $(GEOMdir)
+
+EXTRA_DIST += geom/ColorTransform_as.hx \
+       geom/Matrix_as.hx \
+       geom/Point_as.hx \
+       geom/Rectangle_as.hx \
+       geom/Transform_as.hx
diff --git a/testsuite/misc-haxe.all/classes.all/media/media.am 
b/testsuite/misc-haxe.all/classes.all/media/media.am
index 8ae4bfc..d94844f 100644
--- a/testsuite/misc-haxe.all/classes.all/media/media.am
+++ b/testsuite/misc-haxe.all/classes.all/media/media.am
@@ -61,3 +61,12 @@ endif
 check_SCRIPTS += $(MEDIA_TESTS_V6) $(MEDIA_TESTS_V9)
 HAXE_FLAGS += -cp $(MEDIAdir)
 
+EXTRA_DIST += media/Camera_as.hx \
+       media/ID3Info_as.hx \
+       media/Microphone_as.hx \
+       media/SoundChannel_as.hx \
+       media/SoundLoaderContext_as.hx \
+       media/SoundMixer_as.hx \
+       media/SoundTransform_as.hx \
+       media/Sound_as.hx \
+       media/Video_as.hx
diff --git a/testsuite/misc-haxe.all/classes.all/net/net.am 
b/testsuite/misc-haxe.all/classes.all/net/net.am
index 4d5a54d..1a33adf 100644
--- a/testsuite/misc-haxe.all/classes.all/net/net.am
+++ b/testsuite/misc-haxe.all/classes.all/net/net.am
@@ -115,3 +115,26 @@ endif
 
 check_SCRIPTS += $(NET_TESTS_V6) $(NET_TESTS_V7) $(NET_TESTS_V8) 
$(NET_TESTS_V9)
 HAXE_FLAGS += -cp $(NETdir)
+
+EXTRA_DIST += net/FileFilter_as.hx \
+       net/FileReferenceList_as.hx \
+       net/FileReference_as.hx \
+       net/IDynamicPropertyOutput_as.hx \
+       net/IDynamicPropertyWriter_as.hx \
+       net/LocalConnection_as.hx \
+       net/NetConnection_as.hx \
+       net/NetStream_as.hx \
+       net/ObjectEncoding_as.hx \
+       net/Responder_as.hx \
+       net/SharedObjectFlushStatus_as.hx \
+       net/SharedObject_as.hx \
+       net/Socket_as.hx \
+       net/URLLoaderDataFormat_as.hx \
+       net/URLLoader_as.hx \
+       net/URLRequestDefaults_as.hx \
+       net/URLRequestHeader_as.hx \
+       net/URLRequestMethod_as.hx \
+       net/URLRequest_as.hx \
+       net/URLStream_as.hx \
+       net/URLVariables_as.hx \
+       net/XMLSocket_as.hx
diff --git a/testsuite/misc-haxe.all/classes.all/printing/printing.am 
b/testsuite/misc-haxe.all/classes.all/printing/printing.am
index 80f0795..d065f0f 100644
--- a/testsuite/misc-haxe.all/classes.all/printing/printing.am
+++ b/testsuite/misc-haxe.all/classes.all/printing/printing.am
@@ -34,3 +34,7 @@ endif
 
 check_SCRIPTS += $(PRINTING_TESTS_V7) $(PRINTING_TESTS_V9)
 HAXE_FLAGS += -cp $(PRINTINGdir)
+
+EXTRA_DIST += printing/PrintJobOptions_as.hx \
+       printing/PrintJobOrientation_as.hx \
+       printing/PrintJob_as.hx
diff --git a/testsuite/misc-haxe.all/classes.all/system/system.am 
b/testsuite/misc-haxe.all/classes.all/system/system.am
index f394bc3..4610bf7 100644
--- a/testsuite/misc-haxe.all/classes.all/system/system.am
+++ b/testsuite/misc-haxe.all/classes.all/system/system.am
@@ -60,3 +60,14 @@ endif
 
 check_SCRIPTS += $(SYSTEM_TESTS_V9) $(SYSTEM_TESTS_V8) $(SYSTEM_TESTS_V6)
 HAXE_FLAGS += -cp $(SYSTEMdir)
+
+EXTRA_DIST += \
+       system/ApplicationDomain_as.hx \
+       system/Capabilities_as.hx \
+       system/IMEConversionMode_as.hx \
+       system/IME_as.hx \
+       system/LoaderContext_as.hx \
+       system/SecurityDomain_as.hx \
+       system/SecurityPanel_as.hx \
+       system/Security_as.hx \
+       system/System_as.hx
diff --git a/testsuite/misc-haxe.all/classes.all/text/text.am 
b/testsuite/misc-haxe.all/classes.all/text/text.am
index fe615ae..fdb6471 100644
--- a/testsuite/misc-haxe.all/classes.all/text/text.am
+++ b/testsuite/misc-haxe.all/classes.all/text/text.am
@@ -95,3 +95,22 @@ endif
 
 check_SCRIPTS += $(TEXT_TESTS_V9) $(TEXT_TESTS_V6) $(TEXT_TESTS_V8)
 HAXE_FLAGS += -cp $(TEXTdir)
+
+EXTRA_DIST += text/AntiAliasType_as.hx \
+       text/CSMSettings_as.hx \
+       text/FontStyle_as.hx \
+       text/FontType_as.hx \
+       text/Font_as.hx \
+       text/GridFitType_as.hx \
+       text/StaticText_as.hx \
+       text/StyleSheet_as.hx \
+       text/TextColorType_as.hx \
+       text/TextDisplayMode_as.hx \
+       text/TextFieldAutoSize_as.hx \
+       text/TextFieldType_as.hx \
+       text/TextField_as.hx \
+       text/TextFormatAlign_as.hx \
+       text/TextFormat_as.hx \
+       text/TextLineMetrics_as.hx \
+       text/TextRenderer_as.hx \
+       text/TextSnapshot_as.hx
diff --git a/testsuite/misc-haxe.all/classes.all/ui/ui.am 
b/testsuite/misc-haxe.all/classes.all/ui/ui.am
index ad4aa57..4fa5cf3 100644
--- a/testsuite/misc-haxe.all/classes.all/ui/ui.am
+++ b/testsuite/misc-haxe.all/classes.all/ui/ui.am
@@ -48,3 +48,9 @@ endif
 check_SCRIPTS += $(UI_TESTS_V9) $(UI_TESTS_V6)
 HAXE_FLAGS += -cp $(UIdir)
 
+EXTRA_DIST += ui/ContextMenuBuiltInItems_as.hx \
+       ui/ContextMenuItem_as.hx \
+       ui/ContextMenu_as.hx \
+       ui/KeyLocation_as.hx \
+       ui/Keyboard_as.hx \
+       ui/Mouse_as.hx
diff --git a/testsuite/misc-haxe.all/classes.all/utils/utils.am 
b/testsuite/misc-haxe.all/classes.all/utils/utils.am
index 299fa3d..f6b92da 100644
--- a/testsuite/misc-haxe.all/classes.all/utils/utils.am
+++ b/testsuite/misc-haxe.all/classes.all/utils/utils.am
@@ -58,3 +58,13 @@ endif
 
 check_SCRIPTS += $(UTILS_TESTS_V9) $(UTILS_TESTS_V6)
 HAXE_FLAGS += -cp $(UTILSdir)
+
+EXTRA_DIST += utils/ByteArray_as.hx \
+       utils/CompressionAlgorithm_as.hx \
+       utils/Dictionary_as.hx \
+       utils/Endian_as.hx \
+       utils/IDataInput_as.hx \
+       utils/IDataOutput_as.hx \
+       utils/IExternalizable_as.hx \
+       utils/Proxy_as.hx \
+       utils/Timer_as.hx
diff --git a/testsuite/misc-haxe.all/classes.all/xml/xml.am 
b/testsuite/misc-haxe.all/classes.all/xml/xml.am
index c8cb17f..86927dc 100644
--- a/testsuite/misc-haxe.all/classes.all/xml/xml.am
+++ b/testsuite/misc-haxe.all/classes.all/xml/xml.am
@@ -36,3 +36,7 @@ endif
 
 check_SCRIPTS += $(XML_TESTS_v6) $(XML_TESTS_v9)
 HAXE_FLAGS += -cp $(XMLdir)
+
+EXTRA_DIST += xml/XMLDocument_as.hx \
+       xml/XMLNodeType_as.hx \
+       xml/XMLNode_as.hx

http://git.savannah.gnu.org/cgit//commit/?id=fc0c3aaf779bb32c48315846fbb974510a9bbfcb


commit fc0c3aaf779bb32c48315846fbb974510a9bbfcb
Author: Rob Savoye <address@hidden>
Date:   Sun Jan 30 14:09:01 2011 -0700

    include the new .sh and .as files so make check works from the source dist 
tarball.

diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index 82f7941..0a20307 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -89,7 +89,16 @@ SUBDIRS = \
        libcore.all \
        $(NULL)
 
-EXTRA_DIST = check.h DummyMovieDefinition.h DummyCharacter.h gnashrc.in 
simple.exp 
+EXTRA_DIST = check.h \
+       DummyMovieDefinition.h \
+       DummyCharacter.h \
+       gnashrc.in \
+       simple.exp \
+       analyse-results.sh \
+       generic-testrunner.sh \
+       gst_install_plugins_helper.sh \
+       simultaneous-testrunner.sh
+
 
 dist_noinst_SCRIPTS = analyse-results.sh generic-testrunner.sh
 
diff --git a/testsuite/misc-ming.all/Makefile.am 
b/testsuite/misc-ming.all/Makefile.am
index 21a84fa..702caa9 100644
--- a/testsuite/misc-ming.all/Makefile.am
+++ b/testsuite/misc-ming.all/Makefile.am
@@ -31,23 +31,31 @@ CLEANFILES =  \
 SUBDIRS = loop loading displaylist_depths action_order
 
 EXTRA_DIST = \
-       empty.as \
-       VarAndCharClashTest.as \
-       PrototypeEventListeners.as \
        DragDropTest.as \
-       remoting.as \
-       remoting.php \
-       gotoFrame2Test.as \
        DrawingApiTest.as \
+       FlashVarsTest.as \
        GradientFillTest.as \
        LC-Receive.as \
        LC-Send.as \
-       FlashVarsTest.as \
+       PrototypeEventListeners.as \
        SharedObjectTest.as \
+       StageConfigTest.as \
+       VarAndCharClashTest.as \
+       XMLSocketTest.as \
+       attachExtImported.as \
+       attachImported.as \
+       case6.as \
+       case7.as \
+       easysound.as \
+       empty.as \
+       gotoFrame2Test.as \
        intervalTest.as \
+       red5test.as \
+       remoting.as \
+       rtmpytest.as \
+       widgets.as \
+       remoting.php \
        FlashVarsTest.html \
-       StageConfigTest.as \
-       SharedObjectTest.as \
        SharedObjectTestRunner.sh \
        SharedObjectTest.sol/sol1.sol \
        SharedObjectTest.sol/README \
@@ -1309,21 +1317,21 @@ VarAndCharClashTest-Runner: 
$(srcdir)/../generic-testrunner.sh VarAndCharClashTe
        chmod 755 $@
 
 # This will only work with Ming-0.4.0beta2 (support for prebuilt clips 
inclusion)
-FlashVarsTest.swf: Dejagnu.swf $(srcdir)/FlashVarsTest.as 
+FlashVarsTest.swf: Dejagnu.swf FlashVarsTest.as 
        $(MAKESWF) -DOUTPUT_VERSION=6 -v6 -o $@ Dejagnu.swf 
$(srcdir)/FlashVarsTest.as
 FlashVarsTest-Runner: $(srcdir)/../generic-testrunner.sh FlashVarsTest.swf 
Makefile
        echo "$(top_builddir)/gui/gnash -1 -r0 -v -P 
'FlashVars=?a=a_in_fvars&v=v_in_fvars&MixCaseFvars=mixFvars&dejagnu.nested=chFVars&_root.fqv=fqFVars&complex={a:'1',b:2}'
 
'FlashVarsTest.swf?a=a_in_qstring&q=q_in_qstring&MixCaseQstr=mixQstr&dejagnu.nested=chQstr&_root.fqv=fqQstr'"
 > $@
        chmod 755 $@
 
 # This will only work with Ming-0.4.0beta2 (support for prebuilt clips 
inclusion)
-SharedObjectTest.swf: Dejagnu.swf $(srcdir)/SharedObjectTest.as 
+SharedObjectTest.swf: Dejagnu.swf SharedObjectTest.as 
        $(MAKESWF) -DOUTPUT_VERSION=6 -v6 -o $@ Dejagnu.swf 
$(srcdir)/SharedObjectTest.as
 
 SharedObjectTestRunner: SharedObjectTestRunner.sh Makefile SharedObjectTest.swf
        sed -e 's#@@TOP_BUILDDIR@@#${abs_top_builddir}#' -e 
's#@@BASEINPUTSOLDIR@@#${srcdir}/SharedObjectTest.sol#' 
$(srcdir)/SharedObjectTestRunner.sh > $@
        chmod +x $@
 
-StageConfigTest.swf: $(srcdir)/StageConfigTest.as 
+StageConfigTest.swf: StageConfigTest.as 
        $(MAKESWF) -o $@ -s 512x512 $(srcdir)/StageConfigTest.as
 
 ButtonPropertiesTest_SOURCES = \
@@ -1395,7 +1403,7 @@ init_action_testrunner: 
$(srcdir)/../generic-testrunner.sh init_action_test.swf
        sh $(srcdir)/../generic-testrunner.sh $(top_builddir) 
init_action_test.swf > $@
        chmod 755 $@
 
-intervalTest.swf: $(srcdir)/../media/green.swf Dejagnu.swf 
$(srcdir)/intervalTest.as 
+intervalTest.swf: $(srcdir)/../media/green.swf Dejagnu.swf intervalTest.as 
        $(MAKESWF) -o $@ Dejagnu.swf $(srcdir)/intervalTest.as
 intervalTestRunner_SOURCES = \
        intervalTestRunner.cpp \
@@ -1413,7 +1421,7 @@ intervalTestRunner_DEPENDENCIES = \
        intervalTest.swf        \
        $(NULL)
 
-gotoFrame2Test.swf: $(srcdir)/../media/green.swf Dejagnu.swf 
$(srcdir)/gotoFrame2Test.as 
+gotoFrame2Test.swf: $(srcdir)/../media/green.swf Dejagnu.swf gotoFrame2Test.as 
        $(MAKESWF) -o $@ -iDejagnu.swf:dejagnu 
$(srcdir)/../actionscript.all/dejagnu_so_init.as \
                $(srcdir)/gotoFrame2Test.as 
 
@@ -1421,32 +1429,32 @@ gotoFrame2Test-Runner: 
$(srcdir)/../generic-testrunner.sh gotoFrame2Test.swf
        sh $(srcdir)/../generic-testrunner.sh $(top_builddir) 
gotoFrame2Test.swf > $@
        chmod 755 $@
 
-LC-Receive.swf: $(srcdir)/LC-Receive.as 
-       $(MAKESWF) -v 8 -r 1 -o $@  $(srcdir)/empty.as $(srcdir)/LC-Receive.as
+LC-Receive.swf: LC-Receive.as 
+       $(MAKESWF) -v 8 -r 1 -o $@  $(srcdir)/empty.as LC-Receive.as
 
-LC-Send.swf: $(srcdir)/LC-Send.as 
-       $(MAKESWF) -v 8 -r 1 -o $@  $(srcdir)/empty.as $(srcdir)/LC-Send.as
+LC-Send.swf: LC-Send.as 
+       $(MAKESWF) -v 8 -r 1 -o $@  $(srcdir)/empty.as LC-Send.as
 
 LCTestRunner: $(srcdir)/../simultaneous-testrunner.sh LC-Receive.swf 
LC-Send.swf
        sh $(srcdir)/../simultaneous-testrunner.sh -c "ENDOFTEST" 
$(top_builddir) LC-Receive.swf LC-Send.swf > $@
        chmod 755 $@
 
-XMLSocketTest.swf: $(srcdir)/XMLSocketTest.as 
+XMLSocketTest.swf: XMLSocketTest.as 
        $(MAKESWF) -r 1 -o $@  $(srcdir)/empty.as $(srcdir)/XMLSocketTest.as
 
-XMLSocketTester: $(srcdir)/XMLSocketTester.sh XMLSocketTest.swf
+XMLSocketTester: XMLSocketTester.sh XMLSocketTest.swf
        sh $(srcdir)/XMLSocketTester.sh -c "ENDOFTEST" $(top_builddir) 
$(top_srcdir) $(PERL) \
                XMLSocketTest.swf > $@
        chmod 755 $@
 
-GradientFillTest.swf: $(srcdir)/GradientFillTest.as 
-       $(MAKESWF) -v 8 -r 1 -o $@  $(srcdir)/empty.as 
$(srcdir)/GradientFillTest.as
+GradientFillTest.swf: GradientFillTest.as 
+       $(MAKESWF) -v 8 -r 1 -o $@  $(srcdir)/empty.as GradientFillTest.as
 
 GradientFillTestRunner: $(srcdir)/../generic-testrunner.sh GradientFillTest.swf
        sh $(srcdir)/../generic-testrunner.sh $(top_builddir) 
GradientFillTest.swf > $@
        chmod 755 $@
 
-DrawingApiTest.swf: $(srcdir)/DrawingApiTest.as 
+DrawingApiTest.swf: DrawingApiTest.as 
        $(MAKESWF) -r 1 -o $@  $(srcdir)/empty.as $(srcdir)/DrawingApiTest.as
 
 DrawingApiTestRunner_SOURCES = \
@@ -1465,8 +1473,7 @@ DrawingApiTestRunner_DEPENDENCIES = \
        DrawingApiTest.swf      \
        $(NULL)
 
-
-PrototypeEventListeners.swf: $(srcdir)/PrototypeEventListeners.as Dejagnu.swf 
Makefile ../actionscript.all/check.as ../actionscript.all/utils.as
+PrototypeEventListeners.swf: PrototypeEventListeners.as Dejagnu.swf Makefile 
../actionscript.all/check.as ../actionscript.all/utils.as
        $(MAKESWF) -r12 -o $@ -v6 -DUSE_DEJAGNU_MODULE -DOUTPUT_VERSION=6 
Dejagnu.swf $(srcdir)/PrototypeEventListeners.as
 
 PrototypeEventListenersTestRunner_SOURCES = \
@@ -1485,14 +1492,14 @@ PrototypeEventListenersTestRunner_DEPENDENCIES = \
        PrototypeEventListeners.swf     \
        $(NULL)
 
-remoting.swf: $(srcdir)/remoting.as Dejagnu.swf Makefile 
../actionscript.all/check.as ../actionscript.all/utils.as
+remoting.swf: remoting.as Dejagnu.swf Makefile ../actionscript.all/check.as 
../actionscript.all/utils.as
        $(MAKESWF) -n network -r12 -o $@ -v7 
-DHTTP_TESTSUITE='\"$(HTTP_TESTSUITE)\"' -DUSE_DEJAGNU_MODULE 
-DOUTPUT_VERSION=7 Dejagnu.swf $(srcdir)/remoting.as 
$(srcdir)/../actionscript.all/dejagnu_so_fini.as
 
 remotingTestRunner: $(srcdir)/../generic-testrunner.sh remoting.swf
        sh $(srcdir)/../generic-testrunner.sh $(top_builddir) remoting.swf > $@
        chmod 755 $@
 
-red5test.swf: $(srcdir)/red5test.as Dejagnu.swf Makefile 
../actionscript.all/check.as ../actionscript.all/utils.as
+red5test.swf: red5test.as Dejagnu.swf Makefile ../actionscript.all/check.as 
../actionscript.all/utils.as
        $(MAKESWF) -n network -r12 -o $@ -v7 -DRED5_HOST='\"$(RED5_HOST)\"' \
                -DUSE_DEJAGNU_MODULE -DOUTPUT_VERSION=7 Dejagnu.swf 
$(srcdir)/red5test.as \
                $(srcdir)/../actionscript.all/dejagnu_so_fini.as
@@ -1501,7 +1508,7 @@ red5test-runner: $(srcdir)/../generic-testrunner.sh 
red5test.swf
        sh $(srcdir)/../generic-testrunner.sh -c "ENDOFTEST" $(top_builddir) 
red5test.swf > $@
        chmod 755 $@
 
-rtmpytest.swf: $(srcdir)/rtmpytest.as Dejagnu.swf Makefile 
../actionscript.all/check.as ../actionscript.all/utils.as
+rtmpytest.swf: rtmpytest.as Dejagnu.swf Makefile ../actionscript.all/check.as 
../actionscript.all/utils.as
        $(MAKESWF) -n network -r12 -o $@ -v7 -DRTMPY_HOST='\"$(RTMPY_HOST)\"' \
                -DUSE_DEJAGNU_MODULE -DOUTPUT_VERSION=7 Dejagnu.swf 
$(srcdir)/rtmpytest.as \
                $(srcdir)/../actionscript.all/dejagnu_so_fini.as
@@ -1510,20 +1517,20 @@ rtmpytest-runner: $(srcdir)/../generic-testrunner.sh 
rtmpytest.swf
        sh $(srcdir)/../generic-testrunner.sh -c "ENDOFTEST" $(top_builddir) 
rtmpytest.swf > $@
        chmod 755 $@
 
-case6.swf: $(srcdir)/case6.as Makefile ../actionscript.all/check.as
+case6.swf: case6.as Makefile ../actionscript.all/check.as
        $(MAKESWF) -v6 -o $@ -DUSE_DEJAGNU_MODULE -DOUTPUT_VERSION=6 
-I$(srcdir)/../actionscript.all $(srcdir)/case6.as 
 
-case7.swf: $(srcdir)/case7.as Makefile ../actionscript.all/check.as
+case7.swf: case7.as Makefile ../actionscript.all/check.as
        $(MAKESWF) -v7 -o $@ -DUSE_DEJAGNU_MODULE -DOUTPUT_VERSION=7 
-I$(srcdir)/../actionscript.all $(srcdir)/case7.as 
 
 caseTestRunner: $(srcdir)/../generic-testrunner.sh case6.swf case7.swf Makefile
        sh $(srcdir)/../generic-testrunner.sh -f10 -r10 -c '#total' 
$(top_builddir) case6.swf case7.swf > $@
        chmod 755 $@
 
-DragDropTest.swf: $(srcdir)/DragDropTest.as Dejagnu.swf DragDropTestLoaded.swf 
Makefile ../actionscript.all/check.as ../actionscript.all/utils.as
+DragDropTest.swf: DragDropTest.as Dejagnu.swf DragDropTestLoaded.swf Makefile 
../actionscript.all/check.as ../actionscript.all/utils.as
        $(MAKESWF) -r12 -o $@ -v6 -DUSE_DEJAGNU_MODULE -DOUTPUT_VERSION=6 
Dejagnu.swf $(srcdir)/DragDropTest.as
 
-DragDropTestLoaded.swf: $(srcdir)/DragDropTest.as Makefile 
../actionscript.all/check.as ../actionscript.all/utils.as
+DragDropTestLoaded.swf: DragDropTest.as Makefile ../actionscript.all/check.as 
../actionscript.all/utils.as
        $(MAKESWF) -r12 -o $@ -v6 -DUSE_DEJAGNU_MODULE -DOUTPUT_VERSION=6 
-DLOADED_VERSION $(srcdir)/DragDropTest.as
 
 DragDropTestRunner_SOURCES = \

http://git.savannah.gnu.org/cgit//commit/?id=bb3fc4e2302160f598c0cd0700e15af953a0b05f


commit bb3fc4e2302160f598c0cd0700e15af953a0b05f
Author: Rob Savoye <address@hidden>
Date:   Sun Jan 30 12:21:13 2011 -0700

    add XMLSocketTester.sh to the DIST

diff --git a/testsuite/misc-ming.all/Makefile.am 
b/testsuite/misc-ming.all/Makefile.am
index c86b0a4..21a84fa 100644
--- a/testsuite/misc-ming.all/Makefile.am
+++ b/testsuite/misc-ming.all/Makefile.am
@@ -50,8 +50,8 @@ EXTRA_DIST = \
        SharedObjectTest.as \
        SharedObjectTestRunner.sh \
        SharedObjectTest.sol/sol1.sol \
-       SharedObjectTest.sol/README 
-
+       SharedObjectTest.sol/README \
+       XMLSocketTester.sh
 
 AM_CPPFLAGS = \
        -I$(top_srcdir)/libbase \
@@ -161,7 +161,7 @@ check_PROGRAMS = \
        BitmapDataTestRunner \
        BitmapDataDraw \
        $(NULL)
-       
+
 if MING_VERSION_0_4_3
 check_PROGRAMS += \
        EmbeddedSoundTest \
@@ -262,7 +262,7 @@ check_SCRIPTS = \
        init_action_testrunner \
        InitActionTest2Runner \
        $(NULL)
-       
+
 if MAKESWF_SUPPORTS_PREBUILT_CLIPS
 check_SCRIPTS += VarAndCharClashTest-Runner \
        gotoFrame2Test-Runner \

http://git.savannah.gnu.org/cgit//commit/?id=5861879f771ab1af238a411e5b035229d1b708bd


commit 5861879f771ab1af238a411e5b035229d1b708bd
Author: Rob Savoye <address@hidden>
Date:   Sun Jan 30 11:44:02 2011 -0700

    use 0.8.9 instead of master for the revno.h generated by building from the 
source tarball

diff --git a/Makefile.am b/Makefile.am
index c2f39fe..4f2b525 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -147,7 +147,7 @@ revno.h:
         else \
           revno="$(NOW)"; \
           comm_id="none"; \
-          nick="master"; \
+          nick="$(VERSION)"; \
         fi; \
        if test \! -z "$${revno}"; then \
           echo "Generating revno.h ($${nick} $${revno} $${comm_id})"; \

http://git.savannah.gnu.org/cgit//commit/?id=079b9ddc7ea506b21837391f8773f8bbf6cdee90


commit 079b9ddc7ea506b21837391f8773f8bbf6cdee90
Author: Rob Savoye <address@hidden>
Date:   Sun Jan 30 09:50:24 2011 -0700

    put check-local under an else

diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index 320239d..82f7941 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -144,8 +144,6 @@ tmpSharedObject:
 gnashrc: gnashrc.in Makefile tmpSharedObject
        sed -e 's#@@MEDIADIR@@#'$(abs_mediadir)'#g' -e 
's#@@TMPSODIR@@#'$(abs_tmpsodir)'#g' $(srcdir)/gnashrc.in > $@
 
-check-local:: gnashrc
-
 if ENABLE_MING
 
 .PHONY: Dejagnu.swf
@@ -154,7 +152,8 @@ Dejagnu.swf:
        cp misc-ming.all/Dejagnu.swf $@
 
 check-local:: Dejagnu.swf
-
+else
+check-local:: gnashrc
 endif
 
 clean-local:

http://git.savannah.gnu.org/cgit//commit/?id=300d10af93eb0858b3661b9a8ab0177680f13234


commit 300d10af93eb0858b3661b9a8ab0177680f13234
Author: Rob Savoye <address@hidden>
Date:   Sun Jan 30 09:49:33 2011 -0700

    update release version and regenerate preformatted copies.

diff --git a/doc/C/actionscript.xml b/doc/C/actionscript.xml
index 46d33c8..ca54a36 100644
--- a/doc/C/actionscript.xml
+++ b/doc/C/actionscript.xml
@@ -3,14 +3,14 @@
     "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"; [
   <!ENTITY legal SYSTEM "legal.xml">
   <!ENTITY fdl-app SYSTEM "fdl-appendix.xml">
-  <!ENTITY appversion "0.8.8">
+  <!ENTITY appversion "0.8.9">
   <!ENTITY manrevision "0.2">
-  <!ENTITY date "Aug 2010">
+  <!ENTITY date "Feb 2011">
   <!ENTITY app "<application>Gnash</application>">
   <!ENTITY appname "Gnash">
   <!ENTITY actionscript "ActionScript">
   <!ENTITY fn_call "<emphasis>fn_call</emphasis>">
-  <!ENTITY version "0.8.8">
+  <!ENTITY version "0.8">
 
   <!ENTITY main SYSTEM "actionscript/main.xml">
   <!ENTITY new_as_class SYSTEM "actionscript/new_as_class.xml">
@@ -27,7 +27,7 @@
    <articleinfo>
      <title>&actionscript; Manual V&manrevision;</title>
      <copyright>
-       <year>2007, 2008, 2009, 2010</year>
+       <year>2007, 2008, 2009, 2010, 2011</year>
        <holder>Free Software Foundation</holder>
      </copyright>
 
diff --git a/doc/C/cygnal.man-xml b/doc/C/cygnal.man-xml
index a49e53f..3917ff6 100644
--- a/doc/C/cygnal.man-xml
+++ b/doc/C/cygnal.man-xml
@@ -2,9 +2,9 @@
                    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";
 [
   <!ENTITY legal SYSTEM "legal.xml">
-  <!ENTITY appversion "0.8.8">
+  <!ENTITY appversion "0.8.9">
   <!ENTITY manrevision "0.1">
-  <!ENTITY date "Aug 2010">
+  <!ENTITY date "Feb 2011">
   <!ENTITY app "<application>Cygnal</application>">
   <!ENTITY appname "Cygnal">
   <!ENTITY version "0.8">
diff --git a/doc/C/dumpshm.man-xml b/doc/C/dumpshm.man-xml
index 77e6982..882fc20 100644
--- a/doc/C/dumpshm.man-xml
+++ b/doc/C/dumpshm.man-xml
@@ -2,9 +2,9 @@
                    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";
 [
   <!ENTITY legal SYSTEM "legal.xml">
-  <!ENTITY appversion "0.8.8">
+  <!ENTITY appversion "0.8.9">
   <!ENTITY manrevision "0.1">
-  <!ENTITY date "Aug 2010">
+  <!ENTITY date "Feb 2011">
   <!ENTITY app "<application>Dumpshm</application>">
   <!ENTITY appname "Dumpshm">
   <!ENTITY version "0.8">
diff --git a/doc/C/findmicrophones.man-xml b/doc/C/findmicrophones.man-xml
index 505cdc3..847298d 100644
--- a/doc/C/findmicrophones.man-xml
+++ b/doc/C/findmicrophones.man-xml
@@ -2,9 +2,9 @@
                    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";
 [
   <!ENTITY legal SYSTEM "legal.xml">
-  <!ENTITY appversion "0.8.8">
+  <!ENTITY appversion "0.8.9">
   <!ENTITY manrevision "0.1">
-  <!ENTITY date "Aug 2010">
+  <!ENTITY date "Feb 2011">
   <!ENTITY app "<application>findmicrophones</application>">
   <!ENTITY appname "findmicrophones">
   <!ENTITY version "0.8">
diff --git a/doc/C/findwebcams.man-xml b/doc/C/findwebcams.man-xml
index d18a25c..d102d23 100644
--- a/doc/C/findwebcams.man-xml
+++ b/doc/C/findwebcams.man-xml
@@ -2,9 +2,9 @@
                    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";
 [
   <!ENTITY legal SYSTEM "legal.xml">
-  <!ENTITY appversion "0.8.8">
+  <!ENTITY appversion "0.8.9">
   <!ENTITY manrevision "0.1">
-  <!ENTITY date "Aug 2010">
+  <!ENTITY date "Feb 2011">
   <!ENTITY app "<application>findwebcams</application>">
   <!ENTITY appname "findwebcams">
   <!ENTITY version "0.8">
diff --git a/doc/C/flvdumper.man-xml b/doc/C/flvdumper.man-xml
index 2f8ec9d..faea0f6 100644
--- a/doc/C/flvdumper.man-xml
+++ b/doc/C/flvdumper.man-xml
@@ -2,9 +2,9 @@
                    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";
 [
   <!ENTITY legal SYSTEM "legal.xml">
-  <!ENTITY appversion "0.8.8">
+  <!ENTITY appversion "0.8.9">
   <!ENTITY manrevision "0.1">
-  <!ENTITY date "Aug 2010">
+  <!ENTITY date "Feb 2011">
   <!ENTITY app "<application>Flvdumper</application>">
   <!ENTITY appname "flvdumper">
   <!ENTITY version "0.8">
diff --git a/doc/C/gnash.man-xml b/doc/C/gnash.man-xml
index 194112a..c9aa2df 100644
--- a/doc/C/gnash.man-xml
+++ b/doc/C/gnash.man-xml
@@ -2,9 +2,9 @@
                    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";
 [
   <!ENTITY legal SYSTEM "legal.xml">
-  <!ENTITY appversion "0.8.8">
+  <!ENTITY appversion "0.8.9">
   <!ENTITY manrevision "0.4">
-  <!ENTITY date "Aug 2010">
+  <!ENTITY date "Feb 2011">
   <!ENTITY app "<application>Gnash</application>">
   <!ENTITY appname "Gnash">
   <!ENTITY version "0.8">
diff --git a/doc/C/gnashref.xml b/doc/C/gnashref.xml
index 9e814c7..758ed83 100644
--- a/doc/C/gnashref.xml
+++ b/doc/C/gnashref.xml
@@ -2,9 +2,9 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
  "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"; [
     
-    <!ENTITY appversion "0.8.8">
+    <!ENTITY appversion "0.8.9">
     <!ENTITY manrevision "0.4.3">
-    <!ENTITY date "Aug 2010">
+    <!ENTITY date "Feb 2011">
     <!ENTITY app "<application>Gnash</application>">
     <!ENTITY appname "Gnash">
 
diff --git a/doc/C/gnashuser.xml b/doc/C/gnashuser.xml
index 7421a63..7bb55e9 100644
--- a/doc/C/gnashuser.xml
+++ b/doc/C/gnashuser.xml
@@ -2,9 +2,9 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
  "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"; [
     
-    <!ENTITY appversion "0.8.8">
+    <!ENTITY appversion "0.8.9">
     <!ENTITY manrevision "0.2">
-    <!ENTITY date "Aug 2010">
+    <!ENTITY Feb "Aug 2011">
     <!ENTITY app "<application>Gnash</application>">
     <!ENTITY appname "Gnash">
 
diff --git a/doc/C/gprocessor.man-xml b/doc/C/gprocessor.man-xml
index fbe407c..bca2b47 100644
--- a/doc/C/gprocessor.man-xml
+++ b/doc/C/gprocessor.man-xml
@@ -2,9 +2,9 @@
                    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";
 [
   <!ENTITY legal SYSTEM "legal.xml">
-  <!ENTITY appversion "0.8.8">
+  <!ENTITY appversion "0.8.9">
   <!ENTITY manrevision "0.1">
-  <!ENTITY date "Aug 2010">
+  <!ENTITY date "Feb 2011">
   <!ENTITY app "<application>Gprocessor</application>">
   <!ENTITY appname "Gprocessor">
   <!ENTITY version "0.8">
diff --git a/doc/C/preformatted/cygnal.1.in b/doc/C/preformatted/cygnal.1.in
index b0899ad..2617683 100644
--- a/doc/C/preformatted/cygnal.1.in
+++ b/doc/C/preformatted/cygnal.1.in
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH cygnal 1 "22 August 2010" "" ""
+.TH cygnal 1 "30 January 2011" "" ""
 .SH NAME
 cygnal \- Cygnal
 .SH Synopsis
diff --git a/doc/C/preformatted/findmicrophones.1.in 
b/doc/C/preformatted/findmicrophones.1.in
index 23ba7b3..1d74a8f 100644
--- a/doc/C/preformatted/findmicrophones.1.in
+++ b/doc/C/preformatted/findmicrophones.1.in
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH findmicrophones 1 "22 August 2010" "" ""
+.TH findmicrophones 1 "30 January 2011" "" ""
 .SH NAME
 findmicrophones \- Gnash Utility For finding microphones on computer.
 .SH Synopsis
diff --git a/doc/C/preformatted/findwebcams.1.in 
b/doc/C/preformatted/findwebcams.1.in
index fd6b762..9a2f58b 100644
--- a/doc/C/preformatted/findwebcams.1.in
+++ b/doc/C/preformatted/findwebcams.1.in
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH findwebcams 1 "22 August 2010" "" ""
+.TH findwebcams 1 "30 January 2011" "" ""
 .SH NAME
 findwebcams \- Gnash Utility For finding webcams on computer.
 .SH Synopsis
diff --git a/doc/C/preformatted/flvdumper.1.in 
b/doc/C/preformatted/flvdumper.1.in
index 96cd0ad..4a02c85 100644
--- a/doc/C/preformatted/flvdumper.1.in
+++ b/doc/C/preformatted/flvdumper.1.in
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH flvdumper 1 "22 August 2010" "" ""
+.TH flvdumper 1 "30 January 2011" "" ""
 .SH NAME
 flvdumper \- Gnash FLash Video File Dumper
 .SH Synopsis
diff --git a/doc/C/preformatted/gnash.1.in b/doc/C/preformatted/gnash.1.in
index 9a1cedb..bd393ca 100644
--- a/doc/C/preformatted/gnash.1.in
+++ b/doc/C/preformatted/gnash.1.in
@@ -1,11 +1,11 @@
-'\" -*- coding: us-ascii -*-
+.\" -*- coding: us-ascii -*-
 .if \n(.g .ds T< \\FC
 .if \n(.g .ds T> \\F[\n[.fam]]
 .de URL
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH gnash 1 "17 January 2011" "" ""
+.TH gnash 1 "30 January 2011" "" ""
 .SH NAME
 gnash, gtk-gnash, kde4-gnash \- GNU Flash (SWF) Player
 .SH Synopsis
diff --git a/doc/C/preformatted/gnash_ref.info.in 
b/doc/C/preformatted/gnash_ref.info.in
index 592ad72..9c43a10 100644
--- a/doc/C/preformatted/gnash_ref.info.in
+++ b/doc/C/preformatted/gnash_ref.info.in
@@ -1,7 +1,8 @@
 This is gnash_ref.info, produced by makeinfo version 4.13 from stdin.
 
+INFO-DIR-SECTION Video
 START-INFO-DIR-ENTRY
-* Gnash Reference Manual: (gnash_ref).   [MISSING TEXT]
+* Gnash Reference Manual: (gnash_ref).   Gnash Documentation
 END-INFO-DIR-ENTRY
 
 
@@ -1643,7 +1644,7 @@ File: gnash_ref.info,  Node: A Tour of Gnash,  Next: 
Sound handling in Gnash,  U
 ===================
 
 The top level of Gnash has several libraries, _libgnashbase_,
-_libgnashcore_, _libgnashmedia_, _libgnashamf_ and _libgnashbackend_.
+_libgnashcore_, _libgnashmedia_, _libgnashamf_ and _libgnashrender_.
 There are several utility programs included for debug parsing and
 processing of SWF movie files, and other useful utilities for examining
 local Shared Objects and sniffing LocalConnections.
@@ -4385,127 +4386,127 @@ software.
 
 
 Tag Table:
-Node: Top168
-Node: Introduction2000
-Node: Audience2805
-Node: What Is Supported?3132
-Node: Building from Source5639
-Node: Overview6019
-Node: Getting The Source7161
-Node: Releases7367
-Node: Git Access7735
-Node: Code Dependencies8472
-Ref: Code Dependency Table9171
-Node: Testing Dependencies35144
-Ref: Testing Dependency Table35453
-Node: Documentation Dependencies39377
-Ref: Documentation Dependency Table39646
-Node: Configuring Gnash48714
-Node: Features51008
-Ref: Configuration Options - Features51608
-Node: Specifying Custom Paths58683
-Ref: Custom Path Options59153
-Node: Compiling the Code70900
-Node: Creating the Documentation71841
-Node: Running the Tests73187
-Node: Using DejaGnu73641
-Node: Increasing Verbosity74004
-Node: Running Some Tests74540
-Node: Running The Tests Manually75360
-Node: Movie tests76022
-Node: ActionScript Unit Tests76372
-Node: Installation76689
-Node: Libraries78002
-Node: Executables78858
-Node: Documentation79728
-Node: Cross Configuring80483
-Node: Software Internals83563
-Node: A Tour of Gnash83834
-Node: The Libraries84398
-Node: libgnashbase84684
-Node: libgnashcore85109
-Node: libgnashmedia85470
-Node: libgnashsound85920
-Node: libgnashamf86135
-Node: libgnashbackend86557
-Node: libgnashplugin86872
-Node: libklashpart87078
-Node: The Applications87248
-Node: The Standalone Player87616
-Node: Gprocessor87913
-Node: SOLdumper88305
-Node: Dumpshm88572
-Node: The Plugin88791
-Node: Current Implementation89266
-Node: GUI Support89710
-Node: Klash91394
-Node: The Message Logging System91945
-Node: Logging System API93502
-Node: The LogFile Instance96311
-Node: Sound handling in Gnash97795
-Node: Sound types98459
-Node: Sound parsing98996
-Node: Sound playback99564
-Node: The SDL sound backend100094
-Node: The Gstreamer backend101395
-Node: Detailed description of the Gstreamer backend102435
-Node: Testing104686
-Node: Testing Tools105159
-Node: Test Cases105989
-Node: Writing ActionScript Tests106568
-Node: Writing Ming-based self-contained SWF tests109069
-Node: Using Ming-based test generators facilities110226
-Node: Writing self-contained SWF tests with other compilers112586
-Node: Writing Test Runners115711
-Node: Using the generic test runner for self-contained SWF tests117460
-Node: Writing Movie testers119550
-Node: Adding New ActionScript Classes121290
-Node: Prototype121962
-Node: Constructor123121
-Node: properties125328
-Node: Reporting Bugs125690
-Node: Get a Fresh Binary Package126673
-Node: Determine if the bug was previously reported127459
-Node: Review the bug writing guidelines128277
-Node: Filing a bug report129328
-Node: Gnash Extensions129611
-Node: Creating A New Extension130632
-Node: Crafting an Extension132047
-Node: Debugging An Extension141676
-Node: Included Extensions142472
-Node: Gtk Extension142916
-Node: File I/O Extension143903
-Node: MySQL Extension145089
-Node: RTMP Protocol145940
-Node: AMF Format155708
-Node: Mozilla/Firefox NPAPI Plugin156678
-Node: Plugin C API157696
-Node: Plugin C++ API159555
-Node: OpenGL and Threads162819
-Node: Plugin Event Handling164147
-Node: Appendix165116
-Node: Code Style165268
-Node: Authors169098
-Node: GNU Free Documentation License169807
-Node: 0_ PREAMBLE170570
-Node: 1_ APPLICABILITY AND DEFINITIONS171876
-Ref: fdl-document172101
-Ref: fdl-modified172392
-Ref: fdl-secondary172579
-Ref: fdl-invariant173224
-Ref: fdl-cover-texts173473
-Ref: fdl-transparent173686
-Ref: fdl-title-page174976
-Node: 2_ VERBATIM COPYING175365
-Node: 3_ COPYING IN QUANTITY176345
-Node: 4_ MODIFICATIONS178702
-Node: 5_ COMBINING DOCUMENTS184762
-Node: 6_ COLLECTIONS OF DOCUMENTS186259
-Node: 7_ AGGREGATION WITH INDEPENDENT WORKS187150
-Node: 8_ TRANSLATION188378
-Node: 9_ TERMINATION189281
-Node: 10_ FUTURE REVISIONS OF THIS LICENSE189936
-Node: Addendum191076
+Node: Top196
+Node: Introduction2028
+Node: Audience2833
+Node: What Is Supported?3160
+Node: Building from Source5667
+Node: Overview6047
+Node: Getting The Source7189
+Node: Releases7395
+Node: Git Access7763
+Node: Code Dependencies8500
+Ref: Code Dependency Table9199
+Node: Testing Dependencies35172
+Ref: Testing Dependency Table35481
+Node: Documentation Dependencies39405
+Ref: Documentation Dependency Table39674
+Node: Configuring Gnash48742
+Node: Features51036
+Ref: Configuration Options - Features51636
+Node: Specifying Custom Paths58711
+Ref: Custom Path Options59181
+Node: Compiling the Code70928
+Node: Creating the Documentation71869
+Node: Running the Tests73215
+Node: Using DejaGnu73669
+Node: Increasing Verbosity74032
+Node: Running Some Tests74568
+Node: Running The Tests Manually75388
+Node: Movie tests76050
+Node: ActionScript Unit Tests76400
+Node: Installation76717
+Node: Libraries78030
+Node: Executables78886
+Node: Documentation79756
+Node: Cross Configuring80511
+Node: Software Internals83591
+Node: A Tour of Gnash83862
+Node: The Libraries84425
+Node: libgnashbase84711
+Node: libgnashcore85136
+Node: libgnashmedia85497
+Node: libgnashsound85947
+Node: libgnashamf86162
+Node: libgnashbackend86584
+Node: libgnashplugin86899
+Node: libklashpart87105
+Node: The Applications87275
+Node: The Standalone Player87643
+Node: Gprocessor87940
+Node: SOLdumper88332
+Node: Dumpshm88599
+Node: The Plugin88818
+Node: Current Implementation89293
+Node: GUI Support89737
+Node: Klash91421
+Node: The Message Logging System91972
+Node: Logging System API93529
+Node: The LogFile Instance96338
+Node: Sound handling in Gnash97822
+Node: Sound types98486
+Node: Sound parsing99023
+Node: Sound playback99591
+Node: The SDL sound backend100121
+Node: The Gstreamer backend101422
+Node: Detailed description of the Gstreamer backend102462
+Node: Testing104713
+Node: Testing Tools105186
+Node: Test Cases106016
+Node: Writing ActionScript Tests106595
+Node: Writing Ming-based self-contained SWF tests109096
+Node: Using Ming-based test generators facilities110253
+Node: Writing self-contained SWF tests with other compilers112613
+Node: Writing Test Runners115738
+Node: Using the generic test runner for self-contained SWF tests117487
+Node: Writing Movie testers119577
+Node: Adding New ActionScript Classes121317
+Node: Prototype121989
+Node: Constructor123148
+Node: properties125355
+Node: Reporting Bugs125717
+Node: Get a Fresh Binary Package126700
+Node: Determine if the bug was previously reported127486
+Node: Review the bug writing guidelines128304
+Node: Filing a bug report129355
+Node: Gnash Extensions129638
+Node: Creating A New Extension130659
+Node: Crafting an Extension132074
+Node: Debugging An Extension141702
+Node: Included Extensions142498
+Node: Gtk Extension142942
+Node: File I/O Extension143929
+Node: MySQL Extension145115
+Node: RTMP Protocol145966
+Node: AMF Format155734
+Node: Mozilla/Firefox NPAPI Plugin156704
+Node: Plugin C API157722
+Node: Plugin C++ API159581
+Node: OpenGL and Threads162845
+Node: Plugin Event Handling164173
+Node: Appendix165142
+Node: Code Style165294
+Node: Authors169124
+Node: GNU Free Documentation License169833
+Node: 0_ PREAMBLE170596
+Node: 1_ APPLICABILITY AND DEFINITIONS171902
+Ref: fdl-document172127
+Ref: fdl-modified172418
+Ref: fdl-secondary172605
+Ref: fdl-invariant173250
+Ref: fdl-cover-texts173499
+Ref: fdl-transparent173712
+Ref: fdl-title-page175002
+Node: 2_ VERBATIM COPYING175391
+Node: 3_ COPYING IN QUANTITY176371
+Node: 4_ MODIFICATIONS178728
+Node: 5_ COMBINING DOCUMENTS184788
+Node: 6_ COLLECTIONS OF DOCUMENTS186285
+Node: 7_ AGGREGATION WITH INDEPENDENT WORKS187176
+Node: 8_ TRANSLATION188404
+Node: 9_ TERMINATION189307
+Node: 10_ FUTURE REVISIONS OF THIS LICENSE189962
+Node: Addendum191102
 
 End Tag Table
 
diff --git a/doc/C/preformatted/gnash_user.info.in 
b/doc/C/preformatted/gnash_user.info.in
index 62ed05b..8f3b372 100644
Binary files a/doc/C/preformatted/gnash_user.info.in and 
b/doc/C/preformatted/gnash_user.info.in differ
diff --git a/doc/C/preformatted/gnashref.html.in 
b/doc/C/preformatted/gnashref.html.in
index 8ba382f..0c20454 100644
--- a/doc/C/preformatted/gnashref.html.in
+++ b/doc/C/preformatted/gnashref.html.in
@@ -1,5 +1,5 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1"><title>Gnash Reference Manual</title><meta name="generator" 
content="DocBook XSL Stylesheets V1.75.2"></head><body bgcolor="white" 
text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div lang="en" 
class="book" title="Gnash Reference Manual"><div 
class="titlepage"><div><div><h1 class="title"><a name="index"></a>Gnash 
Reference Manual</h1></div><div><p class="releaseinfo">
-      This manual describes version 0.8.8 of Gnash.
+<html><head><meta http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1"><title>Gnash Reference Manual</title><meta name="generator" 
content="DocBook XSL Stylesheets V1.75.2"><meta name="description" 
content="Gnash Documentation"></head><body bgcolor="white" text="black" 
link="#0000FF" vlink="#840084" alink="#0000FF"><div lang="en" class="book" 
title="Gnash Reference Manual"><div class="titlepage"><div><div><h1 
class="title"><a name="index"></a>Gnash Reference Manual</h1></div><div><p 
class="releaseinfo">
+      This manual describes version 0.8.9 of Gnash.
     </p></div><div><p class="copyright">Copyright © 2005, 2006, 2007, 2008, 
2009, 2010 Free Software Foundation</p></div><div><div class="legalnotice" 
title="Legal Notice"><a name="legalnotice"></a><p>
     Permission is granted to copy, distribute and/or modify this document
     under the terms of the <a class="link" href="#fdl" title="Appendix A. GNU 
Free Documentation License"><em class="citetitle">GNU
@@ -18,7 +18,7 @@
       </p>
       
       <p class="publisher">Open Media Now! Foundation</p>
-    </td></tr></table></div></div></div><hr></div><div class="toc"><p><b>Table 
of Contents</b></p><dl><dt><span class="chapter"><a href="#intro">1. 
Introduction</a></span></dt><dd><dl><dt><span class="sect1"><a 
href="#audience">Audience</a></span></dt><dt><span class="sect1"><a 
href="#runs-on">What Is Supported?</a></span></dt></dl></dd><dt><span 
class="chapter"><a href="#build">2. Building from 
Source</a></span></dt><dd><dl><dt><span class="sect1"><a 
href="#building_overview">Overview</a></span></dt><dt><span class="sect1"><a 
href="#gettingsource">Getting The Source</a></span></dt><dd><dl><dt><span 
class="sect2"><a href="#sourcereleases">Releases</a></span></dt><dt><span 
class="sect2"><a href="#sourcecvs">Git 
Access</a></span></dt></dl></dd><dt><span class="sect1"><a 
href="#dependencies">Code Dependencies</a></span></dt><dt><span 
class="sect1"><a href="#testdep">Testing Dependencies</a></span></dt><dt><span 
class="sect1"><a href="#docdepend">Documentation 
Dependencies</a></span></dt><dt><span class="sect1"><a 
href="#configure">Configuring Gnash</a></span></dt><dt><span class="sect1"><a 
href="#compile">Compiling the Code</a></span></dt><dt><span class="sect1"><a 
href="#processdoc">Creating the Documentation</a></span></dt><dt><span 
class="sect1"><a href="#runtests">Running the 
Tests</a></span></dt><dd><dl><dt><span class="sect2"><a href="#dejagnu">Using 
DejaGnu</a></span></dt><dt><span class="sect2"><a href="#manually">Running The 
Tests Manually</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a 
href="#internals">3. Software Internals</a></span></dt><dd><dl><dt><span 
class="sect1"><a href="#tour">A Tour of <span 
class="application">Gnash</span></a></span></dt><dd><dl><dt><span 
class="sect2"><a href="#The%20Libraries">The Libraries</a></span></dt><dt><span 
class="sect2"><a href="#apps">The Applications</a></span></dt><dt><span 
class="sect2"><a href="#plugin">The Plugin</a></span></dt><dt><span 
class="sect2"><a href="#logging">The Message Logging 
System</a></span></dt></dl></dd><dt><span class="sect1"><a 
href="#soundhandlers">Sound handling in <span 
class="application">Gnash</span></a></span></dt><dd><dl><dt><span 
class="sect2"><a href="#soundtypes">Sound types</a></span></dt><dt><span 
class="sect2"><a href="#soundparsing">Sound parsing</a></span></dt><dt><span 
class="sect2"><a href="#soundplayback">Sound playback</a></span></dt><dt><span 
class="sect2"><a href="#sdlsound">The SDL sound 
backend</a></span></dt><dt><span class="sect2"><a href="#gstreamer">The 
Gstreamer backend</a></span></dt><dt><span class="sect2"><a 
href="#gstreamer-details">Detailed description of the Gstreamer 
backend</a></span></dt></dl></dd><dt><span class="sect1"><a 
href="#testing">Testing </a></span></dt><dd><dl><dt><span class="sect2"><a 
href="#testtools">Testing Tools</a></span></dt><dt><span class="sect2"><a 
href="#testcases">Test Cases</a></span></dt><dt><span class="sect2"><a 
href="#writeastests">Writing ActionScript Tests</a></span></dt><dt><span 
class="sect2"><a href="#writemingtests">Writing Ming-based self-contained SWF 
tests</a></span></dt><dt><span class="sect2"><a 
href="#writing_dejagnu_so_tests">Writing self-contained SWF tests with other 
compilers</a></span></dt><dt><span class="sect2"><a 
href="#writing_test_runners">Writing Test 
Runners</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a 
href="#bugreport">5. Reporting Bugs</a></span></dt><dd><dl><dt><span 
class="sect1"><a href="#bugstep_package">Get a Fresh Binary 
Package</a></span></dt><dt><span class="sect1"><a 
href="#bugstep_search">Determine if the bug was previously 
reported</a></span></dt><dt><span class="sect1"><a 
href="#bugstep_guidelines">Review the bug writing 
guidelines</a></span></dt><dt><span class="sect1"><a 
href="#bugstep_file">Filing a bug report</a></span></dt></dl></dd><dt><span 
class="chapter"><a href="#extensions">6. <span class="application">Gnash</span> 
Extensions</a></span></dt><dd><dl><dt><span class="sect1"><a 
href="#newext">Creating A New Extension</a></span></dt><dt><span 
class="sect1"><a href="#debuext">Debugging An 
Extension</a></span></dt><dt><span class="sect1"><a href="#inclext">Included 
Extensions</a></span></dt></dl></dd><dt><span class="chapter"><a 
href="#rtmp">7. RTMP Protocol</a></span></dt><dd><dl><dt><span class="sect1"><a 
href="#amf">AMF Format</a></span></dt></dl></dd><dt><span class="chapter"><a 
href="#nsapi">8. Mozilla/Firefox NPAPI Plugin</a></span></dt><dd><dl><dt><span 
class="sect1"><a href="#plugincapi">Plugin C API</a></span></dt><dt><span 
class="sect1"><a href="#plugincppapi">Plugin C++ API</a></span></dt><dt><span 
class="sect1"><a href="#glthread">OpenGL and Threads</a></span></dt><dt><span 
class="sect1"><a href="#eventhandle">Plugin Event 
Handling</a></span></dt></dl></dd><dt><span class="chapter"><a 
href="#authors">9. Authors</a></span></dt><dt><span class="appendix"><a 
href="#fdl">A. GNU Free Documentation License</a></span></dt><dd><dl><dt><span 
class="sect1"><a href="#fdl-preamble">0. PREAMBLE</a></span></dt><dt><span 
class="sect1"><a href="#fdl-section1">1. APPLICABILITY AND 
DEFINITIONS</a></span></dt><dt><span class="sect1"><a href="#fdl-section2">2. 
VERBATIM COPYING</a></span></dt><dt><span class="sect1"><a 
href="#fdl-section3">3. COPYING IN QUANTITY</a></span></dt><dt><span 
class="sect1"><a href="#fdl-section4">4. MODIFICATIONS</a></span></dt><dt><span 
class="sect1"><a href="#fdl-section5">5. COMBINING 
DOCUMENTS</a></span></dt><dt><span class="sect1"><a href="#fdl-section6">6. 
COLLECTIONS OF DOCUMENTS</a></span></dt><dt><span class="sect1"><a 
href="#fdl-section7">7. AGGREGATION WITH INDEPENDENT 
WORKS</a></span></dt><dt><span class="sect1"><a href="#fdl-section8">8. 
TRANSLATION</a></span></dt><dt><span class="sect1"><a href="#fdl-section9">9. 
TERMINATION</a></span></dt><dt><span class="sect1"><a href="#fdl-section10">10. 
FUTURE REVISIONS OF THIS LICENSE</a></span></dt><dt><span class="sect1"><a 
href="#fdl-using">Addendum</a></span></dt></dl></dd></dl></div><div 
class="list-of-tables"><p><b>List of Tables</b></p><dl><dt>2.1. <a 
href="#codedeps">Code Dependency Table</a></dt><dt>2.2. <a 
href="#testdeps">Testing Dependency Table</a></dt><dt>2.3. <a 
href="#docdeps">Documentation Dependency Table</a></dt><dt>2.4. <a 
href="#tb-config-features">Configuration Options - Features</a></dt><dt>2.5. <a 
href="#tb-configure-paths">Custom Path Options</a></dt></dl></div><div 
class="chapter" title="Chapter 1. Introduction"><div 
class="titlepage"><div><div><h2 class="title"><a name="intro"></a>Chapter 1. 
Introduction</h2></div></div></div><div class="toc"><p><b>Table of 
Contents</b></p><dl><dt><span class="sect1"><a 
href="#audience">Audience</a></span></dt><dt><span class="sect1"><a 
href="#runs-on">What Is Supported?</a></span></dt></dl></div><p>
+    </td></tr></table></div></div><div><div class="abstract" 
title="Abstract"><p class="title"><b>Abstract</b></p><p>Gnash 
Documentation</p></div></div></div><hr></div><div class="toc"><p><b>Table of 
Contents</b></p><dl><dt><span class="chapter"><a href="#intro">1. 
Introduction</a></span></dt><dd><dl><dt><span class="sect1"><a 
href="#audience">Audience</a></span></dt><dt><span class="sect1"><a 
href="#runs-on">What Is Supported?</a></span></dt></dl></dd><dt><span 
class="chapter"><a href="#build">2. Building from 
Source</a></span></dt><dd><dl><dt><span class="sect1"><a 
href="#building_overview">Overview</a></span></dt><dt><span class="sect1"><a 
href="#gettingsource">Getting The Source</a></span></dt><dd><dl><dt><span 
class="sect2"><a href="#sourcereleases">Releases</a></span></dt><dt><span 
class="sect2"><a href="#sourcecvs">Git 
Access</a></span></dt></dl></dd><dt><span class="sect1"><a 
href="#dependencies">Code Dependencies</a></span></dt><dt><span 
class="sect1"><a href="#testdep">Testing Dependencies</a></span></dt><dt><span 
class="sect1"><a href="#docdepend">Documentation 
Dependencies</a></span></dt><dt><span class="sect1"><a 
href="#configure">Configuring Gnash</a></span></dt><dt><span class="sect1"><a 
href="#compile">Compiling the Code</a></span></dt><dt><span class="sect1"><a 
href="#processdoc">Creating the Documentation</a></span></dt><dt><span 
class="sect1"><a href="#runtests">Running the 
Tests</a></span></dt><dd><dl><dt><span class="sect2"><a href="#dejagnu">Using 
DejaGnu</a></span></dt><dt><span class="sect2"><a href="#manually">Running The 
Tests Manually</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a 
href="#internals">3. Software Internals</a></span></dt><dd><dl><dt><span 
class="sect1"><a href="#tour">A Tour of <span 
class="application">Gnash</span></a></span></dt><dd><dl><dt><span 
class="sect2"><a href="#The%20Libraries">The Libraries</a></span></dt><dt><span 
class="sect2"><a href="#apps">The Applications</a></span></dt><dt><span 
class="sect2"><a href="#plugin">The Plugin</a></span></dt><dt><span 
class="sect2"><a href="#logging">The Message Logging 
System</a></span></dt></dl></dd><dt><span class="sect1"><a 
href="#soundhandlers">Sound handling in <span 
class="application">Gnash</span></a></span></dt><dd><dl><dt><span 
class="sect2"><a href="#soundtypes">Sound types</a></span></dt><dt><span 
class="sect2"><a href="#soundparsing">Sound parsing</a></span></dt><dt><span 
class="sect2"><a href="#soundplayback">Sound playback</a></span></dt><dt><span 
class="sect2"><a href="#sdlsound">The SDL sound 
backend</a></span></dt><dt><span class="sect2"><a href="#gstreamer">The 
Gstreamer backend</a></span></dt><dt><span class="sect2"><a 
href="#gstreamer-details">Detailed description of the Gstreamer 
backend</a></span></dt></dl></dd><dt><span class="sect1"><a 
href="#testing">Testing </a></span></dt><dd><dl><dt><span class="sect2"><a 
href="#testtools">Testing Tools</a></span></dt><dt><span class="sect2"><a 
href="#testcases">Test Cases</a></span></dt><dt><span class="sect2"><a 
href="#writeastests">Writing ActionScript Tests</a></span></dt><dt><span 
class="sect2"><a href="#writemingtests">Writing Ming-based self-contained SWF 
tests</a></span></dt><dt><span class="sect2"><a 
href="#writing_dejagnu_so_tests">Writing self-contained SWF tests with other 
compilers</a></span></dt><dt><span class="sect2"><a 
href="#writing_test_runners">Writing Test 
Runners</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a 
href="#bugreport">5. Reporting Bugs</a></span></dt><dd><dl><dt><span 
class="sect1"><a href="#bugstep_package">Get a Fresh Binary 
Package</a></span></dt><dt><span class="sect1"><a 
href="#bugstep_search">Determine if the bug was previously 
reported</a></span></dt><dt><span class="sect1"><a 
href="#bugstep_guidelines">Review the bug writing 
guidelines</a></span></dt><dt><span class="sect1"><a 
href="#bugstep_file">Filing a bug report</a></span></dt></dl></dd><dt><span 
class="chapter"><a href="#extensions">6. <span class="application">Gnash</span> 
Extensions</a></span></dt><dd><dl><dt><span class="sect1"><a 
href="#newext">Creating A New Extension</a></span></dt><dt><span 
class="sect1"><a href="#debuext">Debugging An 
Extension</a></span></dt><dt><span class="sect1"><a href="#inclext">Included 
Extensions</a></span></dt></dl></dd><dt><span class="chapter"><a 
href="#rtmp">7. RTMP Protocol</a></span></dt><dd><dl><dt><span class="sect1"><a 
href="#amf">AMF Format</a></span></dt></dl></dd><dt><span class="chapter"><a 
href="#nsapi">8. Mozilla/Firefox NPAPI Plugin</a></span></dt><dd><dl><dt><span 
class="sect1"><a href="#plugincapi">Plugin C API</a></span></dt><dt><span 
class="sect1"><a href="#plugincppapi">Plugin C++ API</a></span></dt><dt><span 
class="sect1"><a href="#glthread">OpenGL and Threads</a></span></dt><dt><span 
class="sect1"><a href="#eventhandle">Plugin Event 
Handling</a></span></dt></dl></dd><dt><span class="chapter"><a 
href="#authors">9. Authors</a></span></dt><dt><span class="appendix"><a 
href="#fdl">A. GNU Free Documentation License</a></span></dt><dd><dl><dt><span 
class="sect1"><a href="#fdl-preamble">0. PREAMBLE</a></span></dt><dt><span 
class="sect1"><a href="#fdl-section1">1. APPLICABILITY AND 
DEFINITIONS</a></span></dt><dt><span class="sect1"><a href="#fdl-section2">2. 
VERBATIM COPYING</a></span></dt><dt><span class="sect1"><a 
href="#fdl-section3">3. COPYING IN QUANTITY</a></span></dt><dt><span 
class="sect1"><a href="#fdl-section4">4. MODIFICATIONS</a></span></dt><dt><span 
class="sect1"><a href="#fdl-section5">5. COMBINING 
DOCUMENTS</a></span></dt><dt><span class="sect1"><a href="#fdl-section6">6. 
COLLECTIONS OF DOCUMENTS</a></span></dt><dt><span class="sect1"><a 
href="#fdl-section7">7. AGGREGATION WITH INDEPENDENT 
WORKS</a></span></dt><dt><span class="sect1"><a href="#fdl-section8">8. 
TRANSLATION</a></span></dt><dt><span class="sect1"><a href="#fdl-section9">9. 
TERMINATION</a></span></dt><dt><span class="sect1"><a href="#fdl-section10">10. 
FUTURE REVISIONS OF THIS LICENSE</a></span></dt><dt><span class="sect1"><a 
href="#fdl-using">Addendum</a></span></dt></dl></dd></dl></div><div 
class="list-of-tables"><p><b>List of Tables</b></p><dl><dt>2.1. <a 
href="#codedeps">Code Dependency Table</a></dt><dt>2.2. <a 
href="#testdeps">Testing Dependency Table</a></dt><dt>2.3. <a 
href="#docdeps">Documentation Dependency Table</a></dt><dt>2.4. <a 
href="#tb-config-features">Configuration Options - Features</a></dt><dt>2.5. <a 
href="#tb-configure-paths">Custom Path Options</a></dt></dl></div><div 
class="chapter" title="Chapter 1. Introduction"><div 
class="titlepage"><div><div><h2 class="title"><a name="intro"></a>Chapter 1. 
Introduction</h2></div></div></div><div class="toc"><p><b>Table of 
Contents</b></p><dl><dt><span class="sect1"><a 
href="#audience">Audience</a></span></dt><dt><span class="sect1"><a 
href="#runs-on">What Is Supported?</a></span></dt></dl></div><p>
     <span class="application">Gnash</span> is a free SWF movie player.  It is 
available as a
     stand-alone application or as a plugin for several popular
     web browsers. It supports playing media from a disk or streaming
@@ -1132,7 +1132,7 @@
       <span class="emphasis"><em>libgnashcore</em></span>,
       <span class="emphasis"><em>libgnashmedia</em></span>,
       <span class="emphasis"><em>libgnashamf</em></span> and
-      <span class="emphasis"><em>libgnashbackend</em></span>. There are 
several utility programs 
+      <span class="emphasis"><em>libgnashrender</em></span>. There are several 
utility programs 
       included for debug parsing and processing of SWF movie files,
       and other useful utilities for examining local Shared Objects and
       sniffing LocalConnections.
diff --git a/doc/C/preformatted/gnashuser.html.in 
b/doc/C/preformatted/gnashuser.html.in
index 3c81e2e..058b052 100644
--- a/doc/C/preformatted/gnashuser.html.in
+++ b/doc/C/preformatted/gnashuser.html.in
@@ -1,5 +1,5 @@
-<html><head><meta http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1"><title>Gnash User Manual</title><meta name="generator" 
content="DocBook XSL Stylesheets V1.75.2"></head><body bgcolor="white" 
text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div lang="en" 
class="book" title="Gnash User Manual"><div class="titlepage"><div><div><h1 
class="title"><a name="index"></a>Gnash User Manual</h1></div><div><p 
class="releaseinfo">
-        This manual describes version 0.8.8 of Gnash.
+<html><head><meta http-equiv="Content-Type" content="text/html; 
charset=ISO-8859-1"><title>Gnash User Manual</title><meta name="generator" 
content="DocBook XSL Stylesheets V1.75.2"><meta name="description" 
content="Gnash Documentation"></head><body bgcolor="white" text="black" 
link="#0000FF" vlink="#840084" alink="#0000FF"><div lang="en" class="book" 
title="Gnash User Manual"><div class="titlepage"><div><div><h1 class="title"><a 
name="index"></a>Gnash User Manual</h1></div><div><p class="releaseinfo">
+        This manual describes version 0.8.9 of Gnash.
     </p></div><div><p class="copyright">Copyright © 2005, 2006, 2007, 2008, 
2009, 2010 Free Software Foundation</p></div><div><div class="legalnotice" 
title="Legal Notice"><a name="legalnotice"></a><p>
     Permission is granted to copy, distribute and/or modify this document
     under the terms of the <a class="link" href="#fdl" title="Appendix A. GNU 
Free Documentation License"><em class="citetitle">GNU
@@ -17,7 +17,7 @@
       </p>
       
       <p class="publisher">Open Media Now! Foundation</p>
-    </td></tr></table></div></div></div><hr></div><div class="toc"><p><b>Table 
of Contents</b></p><dl><dt><span class="chapter"><a href="#intro">1. 
Introduction</a></span></dt><dd><dl><dt><span class="sect1"><a 
href="#audience">Audience</a></span></dt><dt><span class="sect1"><a 
href="#runs-on">What Is Supported?</a></span></dt></dl></dd><dt><span 
class="chapter"><a href="#usage">2. Using <span 
class="application">Gnash</span></a></span></dt><dd><dl><dt><span 
class="sect1"><a href="#options"><span class="application">Gnash</span> Command 
Line Options</a></span></dt><dt><span class="sect1"><a href="#keys"><span 
class="application">Gnash</span> Interactive Control 
Keys</a></span></dt><dt><span class="sect1"><a href="#gnashrc">User 
Configuration File</a></span></dt></dl></dd><dt><span class="chapter"><a 
href="#build">3. Installing and Configuring 
Gnash</a></span></dt><dd><dl><dt><span class="sect1"><a 
href="#requirements">Requirements</a></span></dt><dd><dl><dt><span 
class="sect2"><a href="#hardware">Hardware 
Requirements</a></span></dt><dt><span class="sect2"><a 
href="#software">Software Requirements</a></span></dt></dl></dd><dt><span 
class="sect1"><a href="#downloading">Downloading 
Gnash</a></span></dt><dd><dl><dt><span class="sect2"><a 
href="#gettingsource">Getting the Source</a></span></dt><dt><span 
class="sect2"><a href="#getcodecs">Getting Codec 
Support</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a 
href="#bugreport">4. Reporting Bugs</a></span></dt><dd><dl><dt><span 
class="sect1"><a href="#bugstep_package">Get a Fresh Binary 
Package</a></span></dt><dt><span class="sect1"><a 
href="#bugstep_search">Determine if the bug was previously 
reported</a></span></dt><dt><span class="sect1"><a 
href="#bugstep_guidelines">Review the bug writing 
guidelines</a></span></dt><dt><span class="sect1"><a 
href="#bugstep_file">Filing a bug report</a></span></dt></dl></dd><dt><span 
class="glossary"><a href="#glossary">Glossary</a></span></dt><dt><span 
class="chapter"><a href="#authors">5. Authors</a></span></dt><dt><span 
class="appendix"><a href="#fdl">A. GNU Free Documentation 
License</a></span></dt><dd><dl><dt><span class="sect1"><a 
href="#fdl-preamble">0. PREAMBLE</a></span></dt><dt><span class="sect1"><a 
href="#fdl-section1">1. APPLICABILITY AND DEFINITIONS</a></span></dt><dt><span 
class="sect1"><a href="#fdl-section2">2. VERBATIM 
COPYING</a></span></dt><dt><span class="sect1"><a href="#fdl-section3">3. 
COPYING IN QUANTITY</a></span></dt><dt><span class="sect1"><a 
href="#fdl-section4">4. MODIFICATIONS</a></span></dt><dt><span class="sect1"><a 
href="#fdl-section5">5. COMBINING DOCUMENTS</a></span></dt><dt><span 
class="sect1"><a href="#fdl-section6">6. COLLECTIONS OF 
DOCUMENTS</a></span></dt><dt><span class="sect1"><a href="#fdl-section7">7. 
AGGREGATION WITH INDEPENDENT WORKS</a></span></dt><dt><span class="sect1"><a 
href="#fdl-section8">8. TRANSLATION</a></span></dt><dt><span class="sect1"><a 
href="#fdl-section9">9. TERMINATION</a></span></dt><dt><span class="sect1"><a 
href="#fdl-section10">10. FUTURE REVISIONS OF THIS 
LICENSE</a></span></dt><dt><span class="sect1"><a 
href="#fdl-using">Addendum</a></span></dt></dl></dd></dl></div><div 
class="list-of-tables"><p><b>List of Tables</b></p><dl><dt>2.1. <a 
href="#tb-command-line-options">Gnash Command Line Options</a></dt><dt>2.2. <a 
href="#tb-control-keys">Gnash Interactive Control Keys</a></dt><dt>2.3. <a 
href="#tb-config-variables">User Configuration Variables</a></dt><dt>3.1. <a 
href="#tb-os-cpu">Build Matrix</a></dt></dl></div><div class="chapter" 
title="Chapter 1. Introduction"><div class="titlepage"><div><div><h2 
class="title"><a name="intro"></a>Chapter 1. 
Introduction</h2></div></div></div><div class="toc"><p><b>Table of 
Contents</b></p><dl><dt><span class="sect1"><a 
href="#audience">Audience</a></span></dt><dt><span class="sect1"><a 
href="#runs-on">What Is Supported?</a></span></dt></dl></div><p>
+    </td></tr></table></div></div><div><div class="abstract" 
title="Abstract"><p class="title"><b>Abstract</b></p><p>Gnash 
Documentation</p></div></div></div><hr></div><div class="toc"><p><b>Table of 
Contents</b></p><dl><dt><span class="chapter"><a href="#intro">1. 
Introduction</a></span></dt><dd><dl><dt><span class="sect1"><a 
href="#audience">Audience</a></span></dt><dt><span class="sect1"><a 
href="#runs-on">What Is Supported?</a></span></dt></dl></dd><dt><span 
class="chapter"><a href="#usage">2. Using <span 
class="application">Gnash</span></a></span></dt><dd><dl><dt><span 
class="sect1"><a href="#options"><span class="application">Gnash</span> Command 
Line Options</a></span></dt><dt><span class="sect1"><a href="#keys"><span 
class="application">Gnash</span> Interactive Control 
Keys</a></span></dt><dt><span class="sect1"><a href="#gnashrc">User 
Configuration File</a></span></dt></dl></dd><dt><span class="chapter"><a 
href="#build">3. Installing and Configuring 
Gnash</a></span></dt><dd><dl><dt><span class="sect1"><a 
href="#requirements">Requirements</a></span></dt><dd><dl><dt><span 
class="sect2"><a href="#hardware">Hardware 
Requirements</a></span></dt><dt><span class="sect2"><a 
href="#software">Software Requirements</a></span></dt></dl></dd><dt><span 
class="sect1"><a href="#downloading">Downloading 
Gnash</a></span></dt><dd><dl><dt><span class="sect2"><a 
href="#gettingsource">Getting the Source</a></span></dt><dt><span 
class="sect2"><a href="#getcodecs">Getting Codec 
Support</a></span></dt></dl></dd></dl></dd><dt><span class="chapter"><a 
href="#bugreport">4. Reporting Bugs</a></span></dt><dd><dl><dt><span 
class="sect1"><a href="#bugstep_package">Get a Fresh Binary 
Package</a></span></dt><dt><span class="sect1"><a 
href="#bugstep_search">Determine if the bug was previously 
reported</a></span></dt><dt><span class="sect1"><a 
href="#bugstep_guidelines">Review the bug writing 
guidelines</a></span></dt><dt><span class="sect1"><a 
href="#bugstep_file">Filing a bug report</a></span></dt></dl></dd><dt><span 
class="glossary"><a href="#glossary">Glossary</a></span></dt><dt><span 
class="chapter"><a href="#authors">5. Authors</a></span></dt><dt><span 
class="appendix"><a href="#fdl">A. GNU Free Documentation 
License</a></span></dt><dd><dl><dt><span class="sect1"><a 
href="#fdl-preamble">0. PREAMBLE</a></span></dt><dt><span class="sect1"><a 
href="#fdl-section1">1. APPLICABILITY AND DEFINITIONS</a></span></dt><dt><span 
class="sect1"><a href="#fdl-section2">2. VERBATIM 
COPYING</a></span></dt><dt><span class="sect1"><a href="#fdl-section3">3. 
COPYING IN QUANTITY</a></span></dt><dt><span class="sect1"><a 
href="#fdl-section4">4. MODIFICATIONS</a></span></dt><dt><span class="sect1"><a 
href="#fdl-section5">5. COMBINING DOCUMENTS</a></span></dt><dt><span 
class="sect1"><a href="#fdl-section6">6. COLLECTIONS OF 
DOCUMENTS</a></span></dt><dt><span class="sect1"><a href="#fdl-section7">7. 
AGGREGATION WITH INDEPENDENT WORKS</a></span></dt><dt><span class="sect1"><a 
href="#fdl-section8">8. TRANSLATION</a></span></dt><dt><span class="sect1"><a 
href="#fdl-section9">9. TERMINATION</a></span></dt><dt><span class="sect1"><a 
href="#fdl-section10">10. FUTURE REVISIONS OF THIS 
LICENSE</a></span></dt><dt><span class="sect1"><a 
href="#fdl-using">Addendum</a></span></dt></dl></dd></dl></div><div 
class="list-of-tables"><p><b>List of Tables</b></p><dl><dt>2.1. <a 
href="#tb-command-line-options">Gnash Command Line Options</a></dt><dt>2.2. <a 
href="#tb-control-keys">Gnash Interactive Control Keys</a></dt><dt>2.3. <a 
href="#tb-config-variables">User Configuration Variables</a></dt><dt>3.1. <a 
href="#tb-os-cpu">Build Matrix</a></dt></dl></div><div class="chapter" 
title="Chapter 1. Introduction"><div class="titlepage"><div><div><h2 
class="title"><a name="intro"></a>Chapter 1. 
Introduction</h2></div></div></div><div class="toc"><p><b>Table of 
Contents</b></p><dl><dt><span class="sect1"><a 
href="#audience">Audience</a></span></dt><dt><span class="sect1"><a 
href="#runs-on">What Is Supported?</a></span></dt></dl></div><p>
     <span class="application">Gnash</span> is a free SWF movie player.  It is 
available as a
     stand-alone application or as a plugin for several popular
     web browsers. It supports playing media from a disk or streaming
@@ -552,7 +552,7 @@
              </td></tr><tr><td align="left">Darwin (MacOS X)
              </td><td align="left">PowerPC and x86-32 
              </td></tr><tr><td align="left">Windows XP, Windows Vista</td><td 
align="left">x86-32</td></tr></tbody></table></div></div><br 
class="table-break"></div><div class="sect2" title="Software Requirements"><div 
class="titlepage"><div><div><h3 class="title"><a name="software"></a>Software 
Requirements</h3></div></div></div><p>
-       The 0.8.8 release of Gnash has been designed to run on
+       The 0.8.9 release of Gnash has been designed to run on
        UNIX/Linux variants, and has been run on most of the free ones.
        However, Gnash has successfully run on Windows, Darwin (Mac OS X),
        Irix, Solaris, BeOs, OS/2, and Haiku.  Gnash has also run on the
diff --git a/doc/C/preformatted/gprocessor.1.in 
b/doc/C/preformatted/gprocessor.1.in
index bbb1564..720d906 100644
--- a/doc/C/preformatted/gprocessor.1.in
+++ b/doc/C/preformatted/gprocessor.1.in
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH gprocessor 1 "22 August 2010" "" ""
+.TH gprocessor 1 "30 January 2011" "" ""
 .SH NAME
 gprocessor \- Gnash SWF Processor
 .SH Synopsis
diff --git a/doc/C/preformatted/rtmpget.1.in b/doc/C/preformatted/rtmpget.1.in
index 52fed40..1c8883f 100644
--- a/doc/C/preformatted/rtmpget.1.in
+++ b/doc/C/preformatted/rtmpget.1.in
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH rtmpget 1 "22 August 2010" "" ""
+.TH rtmpget 1 "30 January 2011" "" ""
 .SH NAME
 rtmpget \- Gnash Utility For Fetching RTMP-data
 .SH Synopsis
diff --git a/doc/C/preformatted/soldumper.1.in 
b/doc/C/preformatted/soldumper.1.in
index 62239d8..3865711 100644
--- a/doc/C/preformatted/soldumper.1.in
+++ b/doc/C/preformatted/soldumper.1.in
@@ -5,7 +5,7 @@
 \\$2 \(la\\$1\(ra\\$3
 ..
 .if \n(.g .mso www.tmac
-.TH soldumper 1 "22 August 2010" "" ""
+.TH soldumper 1 "30 January 2011" "" ""
 .SH NAME
 soldumper \- Gnash Local Shared Object (LSO) File Dumper
 .SH Synopsis
diff --git a/doc/C/rtmpget.man-xml b/doc/C/rtmpget.man-xml
index 3f420d3..cabae5f 100644
--- a/doc/C/rtmpget.man-xml
+++ b/doc/C/rtmpget.man-xml
@@ -2,9 +2,9 @@
                    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";
 [
   <!ENTITY legal SYSTEM "legal.xml">
-  <!ENTITY appversion "0.8.8">
+  <!ENTITY appversion "0.8.9">
   <!ENTITY manrevision "0.1">
-  <!ENTITY date "Aug 2010">
+  <!ENTITY date "Feb 2011">
   <!ENTITY app "<application>RTMPGet</application>">
   <!ENTITY appname "RTMPGet">
   <!ENTITY version "0.8">
diff --git a/doc/C/soldumper.man-xml b/doc/C/soldumper.man-xml
index b256be5..f66d769 100644
--- a/doc/C/soldumper.man-xml
+++ b/doc/C/soldumper.man-xml
@@ -2,9 +2,9 @@
                    "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd";
 [
   <!ENTITY legal SYSTEM "legal.xml">
-  <!ENTITY appversion "0.8.8">
+  <!ENTITY appversion "0.8.9">
   <!ENTITY manrevision "0.1">
-  <!ENTITY date "Aug 2010">
+  <!ENTITY date "Feb 2011">
   <!ENTITY app "<application>Soldumper</application>">
   <!ENTITY appname "Soldumper">
   <!ENTITY version "0.8">

http://git.savannah.gnu.org/cgit//commit/?id=805b06e3252465a656d1685ec134671cb87fc9df


commit 805b06e3252465a656d1685ec134671cb87fc9df
Author: Rob Savoye <address@hidden>
Date:   Sat Jan 29 19:21:44 2011 -0700

    update version to the release

diff --git a/configure.ac b/configure.ac
index b614c1f..f7ec1fc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,7 @@ dnl  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, 
MA  02110-1301  USA
 dnl  
 
 AC_PREREQ(2.50)
-AC_INIT(gnash, 0.8.9dev)
+AC_INIT(gnash, 0.8.9)
 AC_CONFIG_SRCDIR([libcore/as_object.h])
 AC_CONFIG_HEADERS([gnashconfig.h])
 AC_CONFIG_MACRO_DIR([macros])

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


hooks/post-receive
-- 
Gnash



reply via email to

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