Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2011-04-08 19:24:44 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-04-08 19:24:44 (GMT)
commit81a6c0186ef12af97c4ec61e923da9f326d1fd20 (patch)
tree5eca0edf84541842d5c0e5feff2602b305cef896 /NEWS
parent3aeffe42ac7268c7bcf703e16fa9413a06dd3239 (diff)
more news :)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 7 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 3039c35..80c4a65 100644
--- a/NEWS
+++ b/NEWS
@@ -14,9 +14,12 @@ ENHANCEMENTS
* Turtles are synchronized when joining share (#2687)
* Comments on usage included in the Python sample code (#2709)
* Using standard Sugar icons for colors and camera
-* refactoring of export Logo code to enable plugins to define new functions
-* Fixed problem with first sample when using sensors
+* Refactoring of export Logo code to enable plugins to define new functions
* Value blocks updated properly on first appearance
+* Reduced the header size in Python sample code for easier reading (#2748)
+* Extend clearscreen to entire canvas (#2745)
+* Cleaned up some issues with .es translations (Guzman Trinidad)
+* More robust handling of broken projects and unknown block types
BUG FIXES
@@ -26,7 +29,8 @@ BUG FIXES
* Fixed regression with camera_plugin after refactoring (#2689)
* Fixed problem with saving/loading extra turtles when nick changes (#2441)
* Fixed problem with displaying large FILO heap (#2751)
-* More robust handling of broken projects and unknown block types
+* Fixed a problem with tags causing malformed HTML export
+* Fixed problem with first sample when using sensors
PYTHON CODE CHANGE