Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorReinier Heeres <reinier@heeres.eu>2009-01-10 10:48:04 (GMT)
committer Reinier Heeres <reinier@heeres.eu>2009-01-10 10:48:04 (GMT)
commitfd7466397a4b5c6c74357d199df0a34d5f014695 (patch)
tree0ede5a6d53e3949c1c6427781fde2a0db68e0bab /NEWS
parentaad50487ee6a52a66b67078724cffbbb1aed19cf (diff)
Major calculate update.
Refactor result drawing code and add drawing of scientific notation Add selection of # of digit selection (+icons) Add switch between exponential/scientific notation
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 08eedfd..488704d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+* Support 'real' scientific notation (#4250)
+* Add switching between exponential/scientific notation
+* Allow changing of number of displayed digits
+* Change cursor on equations to Hand (#6612)
+* Fix fall-through of unhandled CTRL keys (eg CTRL+Q)
+* Add recursion detection
+* Fixed error-handling bug
+
26
* Refactored equation drawing code