summaryrefslogtreecommitdiff
path: root/librelogo/source/ChangeLog
diff options
context:
space:
mode:
authorLászló Németh <nemeth@numbertext.org>2013-07-15 12:41:37 +0200
committerNémeth László <nemeth@numbertext.org>2013-07-16 14:44:03 +0000
commit8a8f7fb852c7ce2713b107d8d9a33450199ae86b (patch)
treeb37bbf04e15d422ef46082d66241e8ec4eda891d /librelogo/source/ChangeLog
parent0c7bb0be0f65e4c667dfab1f15667f74c1c713f6 (diff)
librelogo: hexa arguments fdo#66917 and cropped SVG saving
Change-Id: I12ad6b63221bce0ed7d988f5c0f91dce81055ec0 Reviewed-on: https://gerrit.libreoffice.org/4916 Reviewed-by: Németh László <nemeth@numbertext.org> Tested-by: Németh László <nemeth@numbertext.org>
Diffstat (limited to 'librelogo/source/ChangeLog')
-rw-r--r--librelogo/source/ChangeLog16
1 files changed, 15 insertions, 1 deletions
diff --git a/librelogo/source/ChangeLog b/librelogo/source/ChangeLog
index 0a048135101c..e056c196df6c 100644
--- a/librelogo/source/ChangeLog
+++ b/librelogo/source/ChangeLog
@@ -1,4 +1,18 @@
-2012-02-24 László Németh:
+2013-07-15 László Németh:
+ * optional named PICTURE blocks: PICTURE "name" [ CIRCLE 5 ]
+ * save PICTURE as cropped SVG file using path names, for example:
+ PICTURE "example.svg" [ CIRCLE 5 CIRCLE 20 ] ; save in the home directory
+ PICTURE "/home/user/example.svg" [ CIRCLE 10 ] ; absolute path (on Linux)
+ PICTURE "tmp/example.svg" [ CIRCLE 10 ] ; relative to the home directory
+ * support hexadecimal arguments
+
+2013-06-26 László Németh
+ * clockwise HEADING
+
+2013-04-30 László Németh
+ * fix hide/show turtle
+
+2013-02-24 László Németh:
* fix Asian and CTL language support. Language recognition depends from the
UI language of LibreOffice and the language(s) of the document.
* fix turtle shape, the problem with the old arrow-like turtle shape