Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/NEWS
blob: 5c71a73686698532d75117f1d640b38e5c6e202f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
12

11

10

* Improved error reporting (catching function exceptions, could still be extended)
* Simple help system ('help(index)')
* Using gtk.Clipboard in stead of custom solution
* functions(), variables(), operators(), rand() and randint() added
* Clicking on equation box now adds answer or label, because of presedence issues
* Fixed syncing of variables upon share

9

8

* Plot support, plot(x^3,x=-2..2)
* Fixed toolbar focus bug
* Improved operator parsing ('*' vs '**' and '<' vs '<<')

7

6

* Journal read/write support
* Selecting and copy/paste functioning
* Added tab completion of variable names
* SharedState: Adjusted to new tubes API
* Added factorize() function

5

* Adapt import from canvasicon -> icon module

4

3

* Remove color module which is deprecated in sugar