aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorN.N. <matju@users.sourceforge.net>2008-02-13 21:43:37 +0000
committerN.N. <matju@users.sourceforge.net>2008-02-13 21:43:37 +0000
commit1f76488f74f81a1e63d3a68c8d7d71faa5f3f296 (patch)
tree2de6f6a9b5ef059c4b9b14041a7520f0f40b8a9b
parentf9fa23468aee70a6f7baad02765bc5401432f06d (diff)
.
svn path=/trunk/; revision=9437
-rw-r--r--desiredata/src/ChangeLog10
-rw-r--r--desiredata/src/TODO7
2 files changed, 12 insertions, 5 deletions
diff --git a/desiredata/src/ChangeLog b/desiredata/src/ChangeLog
index af0161a6..7a431272 100644
--- a/desiredata/src/ChangeLog
+++ b/desiredata/src/ChangeLog
@@ -1,10 +1,15 @@
-$Id: ChangeLog,v 1.1.4.11.2.44 2007-09-06 16:12:01 chunlee Exp $
+$Id: ChangeLog,v 1.1.4.11.2.44 2007/09/06 16:12:01 chunlee Exp $
DesireData 2008.02.13 :
+ * moved from CVS to SVN.
* added more Bokmċl (Norwegian) translations from Gisle Frĝysland
* added Nihongo (Japanese) translations from Kentaro Fukuchi
* added Dansk (Danish) translations from Steffen Leve Poulsen
+ * added Türkçe (Turkish) translations from Koray Tahiroglu
+ * added Nederlands (Dutch) translations from Tim Vets
+ * added Brasiliano (Brasilian Portuguese) translations from chgp
+ * added Russkij (Russian) translations from Ilya Dmitrichenko
* added History class to unify command history for Listener/Runcommand/TextBox
* KeyboardDialog clean up, added font selector for console and virtual keyboard
* Appearance settings can be applied at run time
@@ -20,7 +25,8 @@ DesireData 2008.02.13 :
* Added expand_port
* Added profiler (object speed measurements) (not compiled in by default)
* Can now use spaces and \{} in IEM labels and some other places.
- * Added Locale diff tool: localeutils.tcl
+ * Added Locale diff tool: localeutils.tcl
+ * Added [>~] [<~] [<=~] [>=~] [==~] [!=~]
DesireData 2007.08.04 :
diff --git a/desiredata/src/TODO b/desiredata/src/TODO
index 1a525b35..eefb58ca 100644
--- a/desiredata/src/TODO
+++ b/desiredata/src/TODO
@@ -1,4 +1,4 @@
-DesireData's TODO list, $Id: TODO,v 1.1.2.28.2.63 2007-09-09 17:45:45 matju Exp $
+DesireData's TODO list, $Id: TODO,v 1.1.2.28.2.63 2007/09/09 17:45:45 matju Exp $
LEGEND:
[c] client
@@ -6,9 +6,10 @@ LEGEND:
[b] both
[x] done
+[ ] update translation credits
+
------------------8<--------cut-here--------8<------------------
-[ ] svn test
[s] encapsulate wires list
[s] observable boxes list
[s] observable wires list
@@ -56,7 +57,7 @@ LEGEND:
[s] what to do with post() in case of -listdev, etc.?
[s] turn old [dropper] code into a feature of SymbolBox
[s] inheritance: [super] "instantiates" other abstraction with same $0; [self] allows sending messages to self; [declare super ...] makes the tree.
-
+[b] pd-dev message to Ed Kelly, October 5.
[b] GOP problems are back due to recent changes in canvas_map and canvas_vis.
now that abstractions don't get loaded into the client anymore, GOP can't always be drawn anymore too.
i mean, because the content of GOP is not uploaded to the client, so the client can't draw anything about it..