-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathChangeLog
63 lines (38 loc) · 1.81 KB
/
ChangeLog
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
2022-10-30 Jeremy Sanders <[email protected]>
* Update to use Python 3
* Refactor parts into separate files
* Add EXTCREATEPEN
2006-08-19 Rob McMullen <[email protected]>
* refactoring: new, more flexible way of specifying the binary
records using the structrecord module
2006-05-01 Rob McMullen <[email protected]>
* fixed: EMF.CreateFont's default value for pitch_family shouldn't
have quotes around it. (Thanks to Michael F. Lamb for this bug
report.)
2006-04-19 Rob McMullen <[email protected]>
* fixed: EMF.load should open files in binary mode (thanks to
Jerome Alet for pointing this out). Need to add a test case for
this.
2006-01-01 Rob McMullen <[email protected]>
* Released version 2.0.0 to SourceForge
* added: program to run all tests
* fixed: problems in some examples with Python 2.2
2005-12-07 Rob McMullen <[email protected]>
* Released version 2.0.0b2 to SourceForge
* fixed: optimize Pie to display an ellipse when the start line
and end line are the same. This fixes a problem with OpenOffice's
rendering.
2005-11-24 Rob McMullen <[email protected]>
* added: PolyPolygon and PolyPolyline
2005-11-22 Rob McMullen <[email protected]>
* fixed: don't automatically create the .out.emf files when pyemf
is run as a standalone program. Now need -s option to save.
2005-11-20 Rob McMullen <[email protected]>
* setup.py now grabs long description from first paragraph of
module's docstring
* fixed setup.py to ignore python2.3 warning message:
pyemf.py:2340: FutureWarning: hex/oct constants > sys.maxint
will return positive values in Python 2.4 and up
return obj|0x80000000
2005-11-19 Rob McMullen <[email protected]>
* initial release of version 2.0.0b1 to SourceForge