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-11-08 00:12:29 (GMT)
committer Walter Bender <walter.bender@gmail.com>2011-11-08 00:12:29 (GMT)
commit4739976d0a96eb21b8f606c69ecc09ca7a1557de (patch)
tree57170dde71aee01aac39059ebd300a3e5aa9e7e3 /NEWS
parentb81f399d5c57465e95cca0fac241975bc75df303 (diff)
parenta7a87c7fa872418f8db1af7badd4c91e0481c2af (diff)
Merge commit 'refs/merge-requests/3' of git://git.sugarlabs.org/turtleart/mainline into integration
Conflicts: NEWS activity/activity.info
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS15
1 files changed, 15 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 67881c6..3040c24 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+123
+
+ENHANCEMENTS
+* Using Cairo graphics
+ - antialiasing
+ - rotation of text and images
+ - filled arcs
+
+NOTE
+* For performance reasons, the coordinate grids are now drawn directly
+ onto the turtle canvas. This has two consequences: (1) the grids cannot
+ be erased except by erasing the entire screen; and (2) the turtle can
+ draw on top of the grid.
+
122
ENHANCEMENTS
@@ -26,6 +40,7 @@ ENHANCEMENTS
BUG FIXES
* Fixed type error introduced to arc commands by patch to address #3164
+
118
ENHANCEMENTS