1 |
|
2003-05-19 Frank Koormann <[email protected]> |
2 |
|
|
3 |
|
Extended version information for Thuban |
4 |
|
|
5 |
|
* Thuban/version.py: New, version information for Thuban: Last |
6 |
|
modification date and last ChangeLog entry date. |
7 |
|
|
8 |
|
* Thuban/UI/mainwindow.py (MainWindow.About()): Extended version |
9 |
|
information: Display Thuban, wxPython and Python version. |
10 |
|
|
11 |
|
2003-05-16 Bernhard Herzog <[email protected]> |
12 |
|
|
13 |
|
* Thuban/Model/save.py: Remove some unused imports including the |
14 |
|
__future__ import for nested_scopes as Thuban relies on Python 2.2 |
15 |
|
now. |
16 |
|
(XMLWriter.encode): Remove the special case for a None argument. |
17 |
|
In the saver encode is always called with a string argument. |
18 |
|
|
19 |
|
2003-05-16 Bernhard Herzog <[email protected]> |
20 |
|
|
21 |
|
* Thuban/UI/__init__.py: Remove the work-around for the locale bug |
22 |
|
in wxPython (at least when usinvg wxGTK) prior to 2.4. The symptom |
23 |
|
of the bug was that e.g. float("1.2") would fail. Thuban now |
24 |
|
requires 2.4.x. |
25 |
|
|
26 |
2003-05-16 Frank Koormann <[email protected]> |
2003-05-16 Frank Koormann <[email protected]> |
27 |
|
|
28 |
Printing enhancement and WMF export (under Win32) |
Printing enhancement and WMF export (under Win32) |