File Release Notes and Changelog
Release Name: 1.0.2
Notes:
Changes
=======
1.0.2: This is a bugfix release. The fonts and fontsize menus have
been fixed. The PNG export is no longer broken. The beginning of a
manual has been added. The edit menu now aligns with the node context
menu which is especially handy for MacOS users who have only 1-button
mice.
1.0.1: This is a bugfix release. This fixe the move/drag
functionality, which was much too fast for normal use. Additionally
the examples have been updated to better show the features of Xebece.
1.0.0: Initial release of Xebece.
Prerequisites
=========
You will need at least a Java Runtime Environment version 1.4. If you do not
have one, you may download it at http://java.sun.com
Installation and Usage
======================
Unpack the file in a directory of your choice. To run the application, enter
java -jar dist/xebeche.jar
at the command prompt from within the directory where you unpacked the file.
Examples
========
You find some examples in the installation directory under doc/examples/ .
You can also find examples on the Xebece website:
http://xebece.sourceforge.net
Changes:
2005-03-21 Roman Kennke <roman@kennke.org>
* README.txt:
Added relnotes for 1.0.2.
2005-03-21 Roman Kennke <roman@kennke.org>
* build.xml:
Include manual in release.
2005-03-21 Roman Kennke <roman@kennke.org>
* build.xml:
* src/org/kennke/xebece/info.html:
Bumped up version numbers for 1.0.2.
2005-03-21 Roman Kennke <roman@kennke.org>
* src/org/kennke/xebece/FileExportAction.java:
Added to provide PNG export functionality.
* src/org/kennke/xebece/OntoMenuBar.java:
Added export item to file menu.
2005-03-21 Roman Kennke <roman@kennke.org>
* src/org/kennke/xebece/TextToolbarFactory.java:
Made fonts menu wrapping when more than 15 fonts are available.
Internationalized labels for fonts and fontsize menu.
* src/org/kennke/xebece/messages.properties:
Added english labels for fonts and fontsize menu.
* src/org/kennke/xebece/messages_de.properties:
Added german labels for fonts and fontsize menu.
2005-03-18 Roman Kennke <roman@kennke.org>
* doc/Xebece-Manual.cal:
Added. This is the Xebece User Guide.
2005-03-18 Roman Kennke <roman@kennke.org>
* src/org/kennke/xebece/OntoMenuBar.java:
* src/org/kennke/xebece/SwingGUI.java:
Rearranged Edit menu item to be more like the context menu.
2005-03-12 Roman Kennke <roman@kennke.org>
* README.txt:
Added comment for examples and website.