marked some utility functions for internal linkage
[moon.git] / NEWS
blob524e2605eab620516f97b36b82bdc0798e14d2ed
1 Changes from 2.0 preview 2 (1.9.1) to 2.0 preview 3 (1.9.2)
3 * a number of name and static resource related exceptions have
4   been quashed, so a number of sites work a lot better.
6 * smoothstreaming (http://www.iis.net/media/experiencesmoothstreaming)
7   should be working now.
9 * the silverlight toolkit site (http://silverlight.net/samples/sl2/toolkitcontrolsamples/run/default.html)
10   is working.
12 Changes from 2.0 preview 1 (1.9.0.1) to 2.0 preview 2 (1.9.1)
13 =============================================================
15 * fixes everywhere, including parsing and managed runtime type fixes.
17 * work on template instantiation with ItemsControl and its subclasses.
19 * work progressing on ToggleRef implementation.  we're still leaking,
20   but not for long.
22 * TextBox now has input method support.
24 * Fixed some infinite loop conditions in text layout.
26 * TemplateBindings are now created in managed code instead of
27   unmanaged, and are exposed with ReadLocalValue.
29 * Lots of speedups due to caching TLS lookups we do often.
31 * Python web ide works @ http://www.voidspace.org.uk/ironpython/webide/webide.html