[Mathlib-commitlog] SF.net SVN: mathlib:[838] JMathLib/trunk/ChangeLog.txt
Status: Beta
Brought to you by:
st_mueller
|
From: <st_...@us...> - 2009-02-08 17:51:11
|
Revision: 838
http://mathlib.svn.sourceforge.net/mathlib/?rev=838&view=rev
Author: st_mueller
Date: 2009-02-08 17:51:01 +0000 (Sun, 08 Feb 2009)
Log Message:
-----------
Modified Paths:
--------------
JMathLib/trunk/ChangeLog.txt
Modified: JMathLib/trunk/ChangeLog.txt
===================================================================
--- JMathLib/trunk/ChangeLog.txt 2009-02-08 17:47:57 UTC (rev 837)
+++ JMathLib/trunk/ChangeLog.txt 2009-02-08 17:51:01 UTC (rev 838)
@@ -9,6 +9,21 @@
---- HISTORY ------------------------------------------------------------------
2009/02/xx stefan:
+2009/02/08 stefan: removed the applet-parameter from Interpreter(..) and
+ various other classes. Also changed class/file-loading
+ in applet (!standalone) mode
+
+2009/02/02 stefan: added support for a++ and 5++
+2009/02/02 stefan: added support for a-- and 5--
+2009/02/02 stefan: added support for a+=5 -> a=a+5
+2009/02/02 stefan: added support for a-=5 -> a=a-5
+2009/02/02 stefan: added support for a*=5 -> a=a*5
+2009/02/02 stefan: added support for a/=5 -> a=a/5
+
+2009/02/01 stefan: added a directory for temporary file /tmp
+ changed the doc-build in order to facilitate the /tmp
+ directory.
+
2009/02/01 stefan: Added "cut","paste","copy" to AWT GUI.
Added "ctrl-x","ctrl-v","ctrl-c" to AWT GUI.
2009/02/01 stefan: Added a directory for temporary file /tmp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|