1 |
|
2006-04-24 Didrik Pinte <[email protected]> |
2 |
|
* Extensions/svgexport/__init__.py: The extension now works on win32 |
3 |
|
architecture. Bug #87 corrected. |
4 |
|
|
5 |
|
2006-04-20 Bernhard Reiter <[email protected]> |
6 |
|
* Doc/technotes/coding_guidelines.txt: Changed text from CVS to SVN. |
7 |
|
Removed emacs specific hint and replaced it with a general hint |
8 |
|
that editors might support writing changelogs. |
9 |
|
|
10 |
|
2006-04-12 Bernhard Reiter <[email protected]> |
11 |
|
|
12 |
|
* Thuban/version.py: Changed thuban_release mechanism to use "svn" |
13 |
|
instead of "cvs". |
14 |
|
|
15 |
|
2006-03-31 Bernhard Reiter <[email protected]> |
16 |
|
|
17 |
|
* libraries/thuban/wxproj.cpp: including proj_api.h instead of |
18 |
|
projects.h now. According the Frank Warmerdam and man pj_init |
19 |
|
this is the public interface to proj. Thus I have changed PJ to projPJ. |
20 |
|
And I could remove the hack to avoid clashes with typedef PVALUE |
21 |
|
and #define LP in projects.h clashing with symbols when trying to |
22 |
|
build on windows. The file is cleaner and nicer now. |
23 |
|
|
24 |
|
2006-03-29 Bernhard Reiter <[email protected]> |
25 |
|
|
26 |
|
* libraries/thuban/wxproj.cpp: undef LP to avoid clash when |
27 |
|
trying to build with mingw. |
28 |
|
|
29 |
2005-10-18 Bernhard Reiter <[email protected]> |
2005-10-18 Bernhard Reiter <[email protected]> |
30 |
|
|
31 |
* Thuban/UI/about.py: remove unused import of getdefaultlocale. |
* Thuban/UI/about.py: remove unused import of getdefaultlocale. |
45 |
|
|
46 |
2005-10-17 Bernhard Reiter <[email protected]> |
2005-10-17 Bernhard Reiter <[email protected]> |
47 |
|
|
|
|
|
48 |
* test/test_stringrepresentation.py: New file, for now testing |
* test/test_stringrepresentation.py: New file, for now testing |
49 |
that set_internal_coding() is throwing an exception for bad exceptions. |
that set_internal_coding() is throwing an exception for bad exceptions. |
50 |
|
|