sdl4gcj is a GCJ(http://gcc.gnu.org/java/) binding to SDL(Simple DirectMedia Layer : http://www.libsdl.org/).
* Changed : separate API documents from source archive.
* Fixed method name.
* Add palette set methods.
* Fixed archive file path bug in doc/Makefile.in .
* Changed : separate API documents from source archive.
* Removed comments from following files.
** doc/Doxyfile.en
** doc/Doxyfile.ja
* Fixed method name.
** Surface.displayForamtAlpha() -> Surface.displayFormatAlpha()
* Add following methods into Surface class.
** Surface#setPalette(Palette palette, int index)
** Surface#setPalette(Palette palette, int index, int firstcolor, int ncolors)