branches/stable-2.0:
* Use help wiki as default wiki if none is given in global config (may happen when an empty config file is used to make WikidPad portable)
* Chinese translation updated
* Bug fixed: Sometimes relative links not possible due to undesired case sensitivity
branches/stable-2.1:
* Support for . to refer to current wiki page
* Introduced "prel" and "pabs" in URL appendix and automatic adaption of relative links
* Windows binary installer now supports creation of a portable install (no uninstall, no registry or start menu changes)
* Use help wiki as default wiki if none is given in global config (may happen when an empty config file is used to make WikidPad portable)
* Chinese translation updated
* Bug fixed: Autocompletion for anchors treated wiki links as wiki words (no relative or absolute paths supported)
* Bug fixed: Indexing of updated pages was called directly in event handling instead of the update thread
* Bug fixed: Error in error handling for unknown wiki language tag on opening a wiki
* Bug fixed: Problems with IE 6 on Win XP SP2 reduced (problems with iframe remain)
* Bug fixed: Sometimes relative links not possible due to undesired case sensitivity
branches/mbutscher/work:
* Support for . to refer to current wiki page
* Introduced splash window. Imports were reordered to show it as soon as possible. Option to switch it off.
* Introduced "prel" and "pabs" in URL appendix and automatic adaption of relative links
* Use help wiki as default wiki if none is given in global config (may happen when an empty config file is used to make WikidPad portable)
* Windows binary installer now supports creation of a portable install (no uninstall, no registry or start menu changes)
* Removed annoying "blinking" on current heading in doc structure window (thanks to Christian Ziemski)
* Incremental search now also supported in inline diff view
* Chinese translation updated
* App.addWikiPluginOptionsDlgPanel() to place wiki-bound plugin options pages correctly
* Bug fixed: Autocompletion for anchors treated wiki links as wiki words (no relative or absolute paths supported)
* Bug fixed: Indexing of updated pages was called directly in event handling instead of the update thread
* Bug fixed: Error in error handling for unknown wiki language tag on opening a wiki
* Bug fixed: "SetCallFilterEvent?" not supported by older wxPython versions
* Bug fixed: Problems with IE 6 on Win XP SP2 reduced (problems with iframe remain)
* Bug fixed: Sometimes relative links not possible due to undesired case sensitivity
* Internal: Moved some menu item handlers from the large PersonalWikiFrame? out to new PWikiNonCore and created some infrastructure (may lead to customizable menus in the long run)