In class/System.Windows/Mono:
[moon.git] / NEWS
blob83da8ed64de21be4556879f751970b7186b355cd
1 Changes from 2.0 preview 3 (1.9.2) to 2.0 preview 4 (1.9.3)
2 ===========================================================
4 * Sockets are now working and follow Silverlight cross-domain policies
5 rules. See sample chat application at http://www.michielpost.nl/PostDetail_7.aspx
7 * TextBlock and TextBox now both support algorithmic italics and boldness.
9 Changes from 2.0 preview 2 (1.9.1) to 2.0 preview 3 (1.9.2)
10 ===========================================================
12 * a number of name and static resource related exceptions have
13   been quashed, so a number of sites work a lot better.
15 * smoothstreaming (http://www.iis.net/media/experiencesmoothstreaming)
16   should be working now.
18 * the silverlight toolkit site (http://silverlight.net/samples/sl2/toolkitcontrolsamples/run/default.html)
19   is working.
21 Changes from 2.0 preview 1 (1.9.0.1) to 2.0 preview 2 (1.9.1)
22 =============================================================
24 * fixes everywhere, including parsing and managed runtime type fixes.
26 * work on template instantiation with ItemsControl and its subclasses.
28 * work progressing on ToggleRef implementation.  we're still leaking,
29   but not for long.
31 * TextBox now has input method support.
33 * Fixed some infinite loop conditions in text layout.
35 * TemplateBindings are now created in managed code instead of
36   unmanaged, and are exposed with ReadLocalValue.
38 * Lots of speedups due to caching TLS lookups we do often.
40 * Python web ide works @ http://www.voidspace.org.uk/ironpython/webide/webide.html