[Jsxe-cvs] SF.net SVN: jsxe: [1042] trunk/jsxe
Status: Inactive
Brought to you by:
ian_lewis
From: <ian...@us...> - 2006-07-20 16:50:19
|
Revision: 1042 Author: ian_lewis Date: 2006-07-20 09:50:11 -0700 (Thu, 20 Jul 2006) ViewCVS: http://svn.sourceforge.net/jsxe/?rev=1042&view=rev Log Message: ----------- Updated for 0.5 pre1 release Modified Paths: -------------- trunk/jsxe/Changelog trunk/jsxe/NEWS trunk/jsxe/RELEASE.CHECKLIST Modified: trunk/jsxe/Changelog =================================================================== --- trunk/jsxe/Changelog 2006-07-20 16:27:04 UTC (rev 1041) +++ trunk/jsxe/Changelog 2006-07-20 16:50:11 UTC (rev 1042) @@ -1,5 +1,6 @@ 07/20/2006 Ian Lewis <Ian...@me...> + * Released 0.5pre1 * Keyboard shortcuts are now fully supported. * Added Japanese translation Modified: trunk/jsxe/NEWS =================================================================== --- trunk/jsxe/NEWS 2006-07-20 16:27:04 UTC (rev 1041) +++ trunk/jsxe/NEWS 2006-07-20 16:50:11 UTC (rev 1042) @@ -1,3 +1,16 @@ +07/25/2006 version 0.5 pre1 + + * Added support for keyboard shortcuts that can be set by the user via + the Global Options Dialog. + * Split the options into two dialogs. The Global Options, which are + editor-wide options, and the Document Options, which are set for each + document. + * Added a Japanese translation. + * Added a British-English translation. + * Fixed translation files so that non-ASCII characters will be displayed + properly. + * Added a status bar to display messages to the user. + 04/25/2006 version 0.4 beta * Updated to work with xerces 2.8.0 (jsXe now requires xerces 2.8.0) Modified: trunk/jsxe/RELEASE.CHECKLIST =================================================================== --- trunk/jsxe/RELEASE.CHECKLIST 2006-07-20 16:27:04 UTC (rev 1041) +++ trunk/jsxe/RELEASE.CHECKLIST 2006-07-20 16:50:11 UTC (rev 1042) @@ -1,5 +1,7 @@ RELEASE CHECKLIST +* Make sure all bugs that are priority 5 or higher are resolved. + * Get translations finalized * Build the Java Doc and check it for omissions and errors. @@ -8,7 +10,6 @@ * Update the README if needed * Update the AUTHORS if needed * Update the INSTALL file if needed -* Update the README if needed * Update the jsXe website in CVS to reference the new versions * Update the jsXe website in CVS to have the correct help and documentation. * Run 'ant deploy-web-doc' This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |