Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git] / lib / editor / htmlarea / release-notes.html
blobf37d40a160a1362befa9bd3a53767c68e74f15e2
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>
7 <body>
9 <h1>HTMLArea-3.0-beta release notes</h1>
11 <p>This release was compiled on Aug 11, 2003 [21:30] GMT.</p>
14 <p>Changes since 3.0-Alpha:</p>
16 <ul>
18 <li>Performance improvements.</li>
20 <li>Many bugs fixed.</li>
22 <li>Plugin infrastructure.</li>
24 <li>TableOperations plugin.</li>
26 <li>SpellChecker plugin.</li>
28 <li>Status bar.</li>
30 <li>API for registering custom buttons and drop-down boxes in the
31 toolbar.</li>
33 <li>Toolbar can contain text labels.</li>
35 <li>Cut, copy, paste, undo, redo buttons.</li>
37 </ul>
39 <h2>Rationale for Beta</h2>
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>
48 <h2>To-Do before 3.0 final</h2>
50 <ol>
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>
58 <li>Internationalization for the SpellChecker plugin.</li>
60 <li>Internationalization for the TableOperations plugin.</li>
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>
67 <li><strong>Documentation</strong>.</li>
69 </ol>
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>