Annotation of loncom/html/htmlarea/release-notes.html, revision 1.1
1.1 ! www 1: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.2//EN">
! 2: <html>
! 3: <head>
! 4: <title>HTMLArea-3.0-beta release notes</title>
! 5: </head>
! 6:
! 7: <body>
! 8:
! 9: <h1>HTMLArea-3.0-beta release notes</h1>
! 10:
! 11: <p>This release was compiled on Aug 11, 2003 [21:30] GMT.</p>
! 12:
! 13:
! 14: <p>Changes since 3.0-Alpha:</p>
! 15:
! 16: <ul>
! 17:
! 18: <li>Performance improvements.</li>
! 19:
! 20: <li>Many bugs fixed.</li>
! 21:
! 22: <li>Plugin infrastructure.</li>
! 23:
! 24: <li>TableOperations plugin.</li>
! 25:
! 26: <li>SpellChecker plugin.</li>
! 27:
! 28: <li>Status bar.</li>
! 29:
! 30: <li>API for registering custom buttons and drop-down boxes in the
! 31: toolbar.</li>
! 32:
! 33: <li>Toolbar can contain text labels.</li>
! 34:
! 35: <li>Cut, copy, paste, undo, redo buttons.</li>
! 36:
! 37: </ul>
! 38:
! 39: <h2>Rationale for Beta</h2>
! 40:
! 41: <p>Why was this released as "Beta"? The code is quite stable and it
! 42: didn't deserve a "Beta" qualification. However, there are some things
! 43: left to do for the real 3.0 version. These things will not affect the
! 44: API to work with HTMLArea, in other words, you can install the Beta
! 45: right now and then install the final release without modifying your
! 46: code. That's if you don't modify HTMLArea itself. ;-)</p>
! 47:
! 48: <h2>To-Do before 3.0 final</h2>
! 49:
! 50: <ol>
! 51:
! 52: <li>We should use a single popup interface. Currently there are two:
! 53: dialog.js and popupwin.js; dialog.js emulates modal dialogs, which
! 54: sucks when you want to open "select-color" from another popup and not
! 55: from the editor itself. Very buggy in IE. We should probably use only
! 56: modeless dialogs (that is, popupwin.js).</li>
! 57:
! 58: <li>Internationalization for the SpellChecker plugin.</li>
! 59:
! 60: <li>Internationalization for the TableOperations plugin.</li>
! 61:
! 62: <li>People who sent translations are invited to re-iterate through
! 63: their work and make it up-to-date with lang/en.js which is the main
! 64: lang file for HTMLArea-3.0. Some things have changed but not all
! 65: translations are updated.</li>
! 66:
! 67: <li><strong>Documentation</strong>.</li>
! 68:
! 69: </ol>
! 70:
! 71:
! 72: <hr />
! 73: <address><a href="http://students.infoiasi.ro/~mishoo/">Mihai Bazon</a></address>
! 74: <!-- Created: Sun Aug 3 16:55:08 EEST 2003 -->
! 75: <!-- hhmts start -->
! 76: Last modified on Sun Aug 10 19:31:39 2003
! 77: <!-- hhmts end -->
! 78: <!-- doc-lang: English -->
! 79: </body>
! 80: </html>
! 81:
! 82:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>