root/branches/stable-1.7/bld.bat

Revision 88 (by mbutscher, 08/26/06 13:45:23)

In (1.7-stable):

* Internal: AboutDialog? moved from AboutDialog?.py

into AdditionalDialogs?.py
* Internal: OptionsDialog? moved from
AdditionalDialogs?.py to own OptionsDialog?.py
* Better handling of non Western-European languages
on Win 98/ME
* Bug fixed: Wiki word aliases not shown as links on
HTML export
* Bug fixed: Wrong URL creation mode when
releasing/pressing SHIFT or CTRL during drag&drop
operation.


In mbutscher/work:

* New database format! After updating a wiki it
won't be readable anymore for older versions of
WikidPad.
* New position for config. files on Windows inside
"Application Data\WikidPad" directory
* Possibility to set size and alignment for image
URLs (by appending ">" and some code on it).
* Cursor and scroll position are now saved between
sessions.
* Functional pages for "camelcase blacklist". Words
on this list are not shown as wiki links.
* Menu functions "Show Tree Control", "Show Toolbar"
and "Stay on Top" moved to "View" menu.
* Updating of wiki databases to new versions is now
done only after user request.

* Better handling of non Western-European languages
on Win 98/ME
* Bug fixed: Wiki word aliases not shown as links on
HTML export
* Bug fixed: Wrong URL creation mode when
releasing/pressing SHIFT or CTRL during drag&drop
operation.

* Internal: AboutDialog? moved from AboutDialog?.py
into AdditionalDialogs?.py
* Internal: OptionsDialog? moved from
AdditionalDialogs?.py to own OptionsDialog?.py
* Internal: One icon cache for whole process, not
one for each main frame

SET PYTHONPATH=lib
del icons\Thumbs.db
rem python setup.py py2exe -O2 --force-imports encodings.utf_8 --force-imports encodings.latin_1 --icon pwiki.ico
rem python setup.py py2exe -O2 --includes=encodings.utf_8,encodings.latin_1 --xref
python setup.py py2exe -O2 --compressed --ascii
copy license.txt dist\license.txt
copy gadfly_small.zip dist\gadfly.zip
Note: See TracBrowser for help on using the browser.