From 0af0362917700cbbe00052f2c397bde7cf7cc5a0 Mon Sep 17 00:00:00 2001 From: Reinier Heeres Date: Tue, 23 Dec 2008 22:04:09 +0000 Subject: Update NEWS and MANIFEST --- diff --git a/MANIFEST b/MANIFEST index 14bb63a..06f9438 100644 --- a/MANIFEST +++ b/MANIFEST @@ -3,14 +3,16 @@ COPYING NEWS activity/activity.info activity/calculate.svg +astparser.py calculate.py -eqnparser.py -eqnparserhelp.py +constants.py +functions.py layout.py mathlib.py plotlib.py rational.py setup.py +shareable_activity.py svgimage.py toolbars.py icons/algebra-xpowy.svg @@ -28,6 +30,7 @@ icons/constants-pi.svg icons/constants-e.svg icons/format-rad.svg icons/format-deg.svg +icons/plot.svg icons/trigonometry-tan.svg icons/trigonometry-sin.svg icons/trigonometry-cos.svg @@ -213,12 +216,3 @@ po/vi.po po/yo.po po/zh_CN.po po/zh_TW.po -sharedstate/__init__.py -sharedstate/shareddict.py -sharedstate/sharedobject.py -sharedstate/sharedobjects.py -sharedstate/sharedpython.py -sharedstate/sharedstate.py -sharedstate/sharedtext.py -sharedstate/tubeconn.py - diff --git a/NEWS b/NEWS index 3ae9edb..ea6d6eb 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,7 @@ +* Refactored equation drawing code +* Move to new equation parser based on python ast +* Refactor sharing + 25 * Spell 'license' correctly -- cgit v0.9.1