[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 ChangeLog

Zen Cart 源代码 ChangeLog




下载文件

文件名: ChangeLog
文件类型: Unknown文件
文件大小: 50.23 KiB
MD5: e06458dc85fc5ea4325199a280059b50

ChangeLog - 关闭高亮
  1. 2004-02-17  Mihai Bazon  <mishoo@localhost.localdomain>
  2.  
  3.     * lang/el.js, plugins/ContextMenu/lang/el.js, plugins/TableOperations/lang/el.js:
  4.     updated headers
  5.  
  6.     * lang/no.js: updated (thanks havardw)
  7.  
  8. 2004-02-09  Mihai Bazon  <mishoo@localhost.localdomain>
  9.  
  10.     * plugins/EnterParagraphs/enter-paragraphs.js:
  11.     Plugin that enables Mozilla to create a <p> instead of <br /> at ENTER.
  12.     Code contributed by Adam Wright.
  13.  
  14.     * htmlarea.js: code to call onKeyPress for plugins that define it
  15.     code that keeps single spaces as &nbsp;
  16.     (thanks to hipikat @ IT forums (Adam Wright))
  17.  
  18.     * ChangeLog:
  19.     ChangeLog is acutally automatically generated so there's no point keep it in CVS
  20.  
  21. 2004-02-08  Mihai Bazon  <mishoo@localhost.localdomain>
  22.  
  23.     * htmlarea.js: fixed possible bug
  24.  
  25.     * images/ed_align_center.gif, images/ed_align_justify.gif, images/ed_align_left.gif, images/ed_align_right.gif, images/ed_blank.gif, images/ed_charmap.gif, images/ed_color_bg.gif, images/ed_color_fg.gif, images/ed_copy.gif, images/ed_custom.gif, images/ed_cut.gif, images/ed_delete.gif, images/ed_format_bold.gif, images/ed_format_italic.gif, images/ed_format_strike.gif, images/ed_format_sub.gif, images/ed_format_sup.gif, images/ed_format_underline.gif, images/ed_help.gif, images/ed_hr.gif, images/ed_html.gif, images/ed_image.gif, images/ed_indent_less.gif, images/ed_indent_more.gif, images/ed_left_to_right.gif, images/ed_link.gif, images/ed_list_bullet.gif, images/ed_list_num.gif, images/ed_paste.gif, images/ed_redo.gif, images/ed_right_to_left.gif, images/ed_save.gif, images/ed_show_border.gif, images/ed_splitcel.gif, images/ed_undo.gif, images/fullscreen_maximize.gif, images/fullscreen_minimize.gif, images/insert_table.gif, images/ed_about.gif:
  26.     optimized images (thanks to Alexander Kandzior and OpenCMS group)
  27.  
  28. 2004-02-01  Mihai Bazon  <mishoo@localhost.localdomain>
  29.  
  30.     * project-config.xml: release candidate 1
  31.  
  32.     * release-notes.html: updated release notes
  33.  
  34.     * examples/index.html, examples/makefile.xml:
  35.     added examples directory index
  36.  
  37.     * release-notes.html: fix
  38.  
  39. 2004-01-31  Mihai Bazon  <mishoo@localhost.localdomain>
  40.  
  41.     * makefile.xml: ensure correct file permissions
  42.  
  43.     * plugins/SpellChecker/spell-check-logic.cgi, plugins/SpellChecker/spell-check-ui.html, plugins/SpellChecker/spell-check-ui.js:
  44.     spell checker now reports some document information (such as total number of
  45.     words, number of mispelled words, number of suggestions, etc)
  46.  
  47.     * htmlarea.js: removed some custom attributes
  48.  
  49.     * plugins/SpellChecker/spell-check-ui.js:
  50.     fixed bug (frame scroll in IE)
  51.  
  52. 2004-01-30  Mihai Bazon  <mishoo@localhost.localdomain>
  53.  
  54.     * ChangeLog, release-notes.html: updated release notes, changelog
  55.  
  56.     * plugins/SpellChecker/readme-tech.html:
  57.     updated text about Aspell Unicode support
  58.  
  59.     * plugins/SpellChecker/spell-check-style.css: - lorem ipsum
  60.  
  61.     * plugins/SpellChecker/spell-check-logic.cgi: - optimization
  62.  
  63.     * plugins/SpellChecker/spell-check-logic.cgi:
  64.     - bugfix (removed <spellchecker> tags)
  65.  
  66.     * plugins/SpellChecker/spell-check-logic.cgi:
  67.     bleah.. this version seems to be safer; no mo' HTML::Parser; DOM rulz.
  68.  
  69.     * plugins/SpellChecker/spell-check-logic.cgi:
  70.     seems to be better now :-\  hell knows how perl & unicode works :-/
  71.  
  72.     * plugins/SpellChecker/spell-check-logic.cgi, plugins/SpellChecker/spell-check-ui.js:
  73.     - big performance improvement (suggestion is now passed only once for each
  74.       mispelled word)
  75.     - bugs fixed (text already corrected in Unicode is now correctly decoded)
  76.  
  77.     * plugins/SpellChecker/lang/en.js: - added word "Revert"
  78.  
  79.     * plugins/SpellChecker/spell-checker.js: - lorem ipsum
  80.     - window is a bit higher now (450px)
  81.  
  82.     * plugins/SpellChecker/spell-check-ui.js:
  83.     - fixed IE bug ("undefined is undefined or undefined", or something..)
  84.     - the highlighted word will now remain in view (window scrolls if necessary)
  85.     - functionality for "Revert"
  86.     - (tried to) eliminate some of the screen blinking in Mozilla
  87.     - select the current dictionary on first display
  88.  
  89.     * plugins/SpellChecker/spell-check-ui.html:
  90.     added "Revert" button (reverts the current word to the mispelled original)
  91.  
  92.     * plugins/SpellChecker/spell-check-style.css: *** empty log message ***
  93.  
  94.     * plugins/SpellChecker/spell-check-logic.cgi:
  95.     - fixed (hopefully) unicode support (by the way, it seems that Aspell _does_
  96.       in fact know Unicode!!)
  97.     - remembers the selected dictionary in a cookie
  98.     - removed debug code
  99.  
  100. 2004-01-28  Mihai Bazon  <mishoo@localhost.localdomain>
  101.  
  102.     * index.html: updated main page
  103.  
  104.     * release-notes.html: updated release notes
  105.  
  106.     * htmlarea.js: jscrunch-safe
  107.  
  108.     * popups/about.html:
  109.     stop tab click event so that they don't get selected
  110.  
  111.     * reference.html: some parts updated
  112.  
  113.     * popups/about.html, examples/2-areas.html, examples/context-menu.html, examples/core.html, examples/css.html, examples/full-page.html, examples/fully-loaded.html, examples/spell-checker.html, examples/table-operations.html, plugins/SpellChecker/readme-tech.html, ChangeLog, dialog.js, htmlarea.js, index.html, license.txt, popupwin.js, release-notes.html:
  114.     ChangeLog updated; copyright years/info updated
  115.  
  116. 2004-01-27  Mihai Bazon  <mishoo@localhost.localdomain>
  117.  
  118.     * htmlarea.js:
  119.     Included an workaround for a strange IE problem: IE's getElementById can
  120.     return a field having the _name_ attribute equal to the searched ID, even if
  121.     it's not having any ID at all.  This can sometimes lead to taking a
  122.     different field (even if it's not a textarea) as the replacement field which
  123.     trashes the whole layout, look, feel, and functionality :-(  Need to say it
  124.     again, IE SUCKS.
  125.  
  126.     Thanks goes to Mike Dick for the bug report and for the patch ;-)
  127.  
  128. 2004-01-18  Mihai Bazon  <mishoo@localhost.localdomain>
  129.  
  130.     * plugins/SpellChecker/spell-check-ui.js:
  131.     fixed bug (thanks Bill Sechrist for report):
  132.     when you "ignore"-ed the last mispelled word, no changes were applied
  133.  
  134. 2004-01-16  Mihai Bazon  <mishoo@localhost.localdomain>
  135.  
  136.     * htmlarea.js: border: 0px on body,html in pageStyle
  137.  
  138.     * popups/about.html: report userAgent in plugins tab
  139.  
  140. 2004-01-12  Mihai Bazon  <mishoo@localhost.localdomain>
  141.  
  142.     * lang/ru.js: updated (thanks to Yulya Shtyryakova)
  143.  
  144. 2004-01-03  Mihai Bazon  <mishoo@localhost.localdomain>
  145.  
  146.     * plugins/ContextMenu/lang/de.js: updated
  147.  
  148. 2004-01-02  Mihai Bazon  <mishoo@localhost.localdomain>
  149.  
  150.     * plugins/ContextMenu/lang/de.js:
  151.     DE translation, thanks to Martin Jaggi
  152.  
  153. 2003-12-22  Mihai Bazon  <mishoo@localhost.localdomain>
  154.  
  155.     * lang/ee.js: Estonian translation
  156.  
  157. 2003-12-05  Mihai Bazon  <mishoo@localhost.localdomain>
  158.  
  159.     * htmlarea.js: word cleaner: now it actually works ;-)
  160.  
  161.     * plugins/ContextMenu/lang/el.js, lang/el.js, plugins/TableOperations/lang/el.js:
  162.     added Greek translation (thanks to Dimitris Glezos)
  163.  
  164.     * htmlarea.js:
  165.     call an onGenerate handler, if found on the editor object
  166.  
  167.     * popups/about.html, popups/popup.js: updated about box
  168.  
  169.     * plugins/SpellChecker/spell-check-ui.js: *** empty log message ***
  170.  
  171.     * plugins/ContextMenu/context-menu.js:
  172.     open the normal insert_link dialog on modify link
  173.  
  174. 2003-11-28  Mihai Bazon  <mishoo@localhost.localdomain>
  175.  
  176.     * htmlarea.css: -moz-opacity got back
  177.  
  178.     * popups/about.html: *** empty log message ***
  179.  
  180.     * htmlarea.js: added Word cleaner code (thanks weeezl)
  181.     fixed the bug concerning the url of relative link/images
  182.  
  183. 2003-11-24  Mihai Bazon  <mishoo@localhost.localdomain>
  184.  
  185.     * plugins/CSS/css.js:
  186.     allows updation of parent element's class (no span).  thanks goes to Michael (pepl @ IT forums)
  187.  
  188. 2003-11-22  Mihai Bazon  <mishoo@localhost.localdomain>
  189.  
  190.     * plugins/ContextMenu/lang/nl.js, plugins/TableOperations/lang/nl.js:
  191.     translation thanks to mmcw /IT forums
  192.  
  193.     * lang/nl.js: updated (thanks to mmcw /IT forums)
  194.  
  195. 2003-11-21  Mihai Bazon  <mishoo@localhost.localdomain>
  196.  
  197.     * makefile.xml: added ChangeLog to project dist
  198.  
  199.     * ChangeLog: Updated ChangeLog
  200.  
  201.     * examples/context-menu.html, examples/fully-loaded.html, examples/pieng.png, index.html, plugins/ContextMenu/1.pl, plugins/ContextMenu/context-menu.js, plugins/ContextMenu/lang/en.js, plugins/ContextMenu/lang/makefile.xml, plugins/ContextMenu/makefile.xml, plugins/ContextMenu/menu.css, plugins/makefile.xml:
  202.     Added ContextMenu plugin (work sponsored by American Bible Society)
  203.  
  204. 2003-11-11  Mihai Bazon  <mishoo@localhost.localdomain>
  205.  
  206.     * lang/en.js, lang/ro.js: support for the link dialog
  207.  
  208.     * plugins/FullPage/popups/docprop.html, popups/popup.js:
  209.     support for I18N of core dialogs, added function to select a value in a <select>, all dialogs close on ESC
  210.  
  211.     * htmlarea.js:
  212.     support for insert link popup, minor bug-fix in Mozilla (catch exception)
  213.  
  214.     * examples/fully-loaded.html:
  215.     workaround some IE problems (it appears that it's definitely better to wait half a second before generate()-ing the editor
  216.  
  217.     * popups/link.html: allow ling target, title, edit link
  218.  
  219.     * plugins/TableOperations/lang/no.js, lang/no.js:
  220.     Norwegian translation (thanks to Svein Sando)
  221.  
  222. 2003-11-10  Mihai Bazon  <mishoo@localhost.localdomain>
  223.  
  224.     * lang/es.js: fixed (thanks to Jorge)
  225.  
  226. 2003-11-07  Mihai Bazon  <mishoo@localhost.localdomain>
  227.  
  228.     * popups/about.html:
  229.     changed to Unix encoding; Credits page needs to be redesigned
  230.  
  231. 2003-11-06  Mihai Bazon  <mishoo@localhost.localdomain>
  232.  
  233.     * lang/lt.js: Lithuanian translation, thanks to Jaroslav Satkevic
  234.  
  235. 2003-11-05  Mihai Bazon  <mishoo@localhost.localdomain>
  236.  
  237.     * lang/he.js: Hebrew language definition (thanks to Liron Newman)
  238.  
  239. 2003-11-04  Mihai Bazon  <mishoo@localhost.localdomain>
  240.  
  241.     * lang/vn.js: updated vietnamese translation, thanks to Nguyen Dinh Nam
  242.  
  243. 2003-11-03  Mihai Bazon  <mishoo@localhost.localdomain>
  244.  
  245.     * lang/nl.js: updated (thanks to ephemeros)
  246.  
  247.     * images/ed_left_to_right.gif, images/ed_right_to_left.gif:
  248.     text direction icons
  249.  
  250.     * htmlarea.js, lang/en.js:
  251.     implemented text direction support (LTR or RTL)
  252.     workaround for a serious bug in IE (looses selection? bleah..)
  253.  
  254. 2003-10-31  Mihai Bazon  <mishoo@localhost.localdomain>
  255.  
  256.     * examples/2-areas.cgi, examples/2-areas.html:
  257.     added sample that demonstrates how to create more editors in the same page and form
  258.  
  259.     * htmlarea.js:
  260.     - increased the initial timeout after creating the iframe
  261.     - apply the timeout to IE too (actually we need a better idea that will only
  262.       create the editor _after_ all images are loaded; it seems that IE has
  263.       serious problems about it: if HTMLArea is initialized while loading images,
  264.       the rest of images will never be loaded and functionality will miss [IE only])
  265.     - custom undo queue disabled by default as it's still buggy
  266.  
  267. 2003-10-28  Mihai Bazon  <mishoo@localhost.localdomain>
  268.  
  269.     * popups/about.html: only loaded plugins
  270.  
  271.     * plugins/CSS/css.js: copyright notices updated
  272.  
  273.     * examples/core.html, examples/css.html, examples/full-page.html, examples/spell-checker.html, examples/table-operations.html:
  274.     updated to new style (load only htmlarea.js, define _editor_lang)
  275.  
  276.     * dialog.js, htmlarea.js, popups/popup.js, popupwin.js:
  277.     copyright notices updated
  278.  
  279.     * htmlarea.js: Text "Path: " back in the status bar
  280.  
  281.     * popups/fullscreen.html:
  282.     correctly loads all scripts and registers plugins
  283.  
  284.     * plugins/SpellChecker/spell-checker.js:
  285.     dropped config.editorURL in favor if _editor_url
  286.  
  287.     * lang/en.js:
  288.     - IE sucks in full screen message (not yet used but might be if users
  289.       complain; I'm sick of IE, that sick that I will start charging 4 times more
  290.       for IE compatibility; I might get a ulcer because of it... no kiddin')
  291.  
  292.     * htmlarea.js: - support _editor_lang
  293.     - loads all required files
  294.     - correct loading of plugins in full-screen mode
  295.     - config.editorURL was permanently dropped in favor of _editor_url
  296.  
  297.     * popups/fullscreen.html, htmlarea.js:
  298.     config.editorURL removed, better handling of _editor_url
  299.  
  300. 2003-10-27  Mihai Bazon  <mishoo@localhost.localdomain>
  301.  
  302.     * popups/fullscreen.html:
  303.     bugfix: setting the BASE tag to the caller document's URL so we have no other
  304.     problems like editor or button images not loading.  Ha HA! >:-)
  305.  
  306.     * plugins/CSS/css.js:
  307.     CSS plugin drop-down boxes appear on the second toolbar line by default
  308.  
  309.     * popupwin.js: added position for the opening window
  310.  
  311.     * lang/en.js: Insert Image ==> Insert/Modify Image
  312.  
  313.     * htmlarea.js:
  314.     - Insert Image command patched to allow modification of a current image, if
  315.       it's selected
  316.     - Correct handling of selection for IE (test for ControlRange object) which
  317.       fixes a lot of bugs (IMG elements is now present in Path, no more table
  318.       props failures when an IMG or floating element is selected, etc.)
  319.  
  320. 2003-10-25  Mihai Bazon  <mishoo@localhost.localdomain>
  321.  
  322.     * popups/insert_image.html, htmlarea.js:
  323.     insert image can now modify the properties of an existing image
  324.  
  325.     * htmlarea.js:
  326.     Cut/copy/paste -- show hint of where to find information to enable it in Gecko
  327.  
  328.     * examples/core.html, examples/css.html, examples/full-page.html, examples/fully-loaded.html, examples/spell-checker.html, examples/table-operations.html:
  329.     removed @import url(../htmlarea.css) -- HTMLArea takes care of loading the CSS by itself how
  330.  
  331.     * htmlarea.js:
  332.     bugfix: catched some exceptions that otherwise would have led Mozilla to crash
  333.     removed Path text from the statusbar
  334.  
  335.     * htmlarea.js:
  336.     call onGenerate() for plugins that implement it; added loadStyle helper for easier stylesheet loading
  337.  
  338. 2003-10-24  Mihai Bazon  <mishoo@localhost.localdomain>
  339.  
  340.     * plugins/FullPage/test.html, examples/css.html, examples/full-page.html:
  341.     removed unused code
  342.  
  343.     * plugins/makefile.xml, plugins/CSS/lang/makefile.xml, plugins/CSS/makefile.xml:
  344.     CSS plugin added to distribution
  345.  
  346.     * examples/custom.css, htmlarea.js: removed default styles
  347.  
  348.     * popups/about.html:
  349.     fixed resizable window (Moz fix only, IE worked fine)
  350.  
  351.     * plugins/CSS/css.js, plugins/CSS/lang/en.js, plugins/FullPage/full-page.js, examples/css.html, examples/custom.css, examples/fully-loaded.html:
  352.     added the CSS plugin (sponsored by www.miro.com.au)
  353.  
  354.     * htmlarea.js:
  355.     bugfix: sometimes getHTML failed as root.tagName was undefined (for DocumentFragment nodes)
  356.  
  357.     * project-config.xml: switching to CVS snapshot releases
  358.  
  359. 2003-10-23  Mihai Bazon  <mishoo@localhost.localdomain>
  360.  
  361.     * examples/test.cgi: moved from ../
  362.  
  363.     * test.cgi: moved to examples/
  364.  
  365.     * makefile.xml: added examples subdir
  366.  
  367.     * examples/makefile.xml: distribute example files
  368.  
  369.     * examples/full-page.html: FullPage plugin demo
  370.  
  371.     * examples/fully-loaded.html: added FullPage plugin
  372.  
  373.     * index.html: added link to FullPage plugin demo
  374.  
  375.     * examples/core.html, examples/fully-loaded.html, examples/spell-checker.html, examples/table-operations.html, popups/fullscreen.html, index.html:
  376.     fixed example files, added _editor_url (REQUIREDcvs -q update -d .), fixed problems with the full-screen editor
  377.  
  378.     * examples/core.html, examples/fully-loaded.html, examples/spell-checker.html, examples/table-operations.html:
  379.     examples previously found in ../
  380.  
  381.     * example-fully-loaded.html, example-spell-checker.html, example-table-operations.html, example.html:
  382.     moved to examples/
  383.  
  384.     * popups/about.html: minor
  385.  
  386. 2003-10-18  Mihai Bazon  <mishoo@localhost.localdomain>
  387.  
  388.     * lang/si.js: Slovenian translation (thanks to Tomaz Kregar)
  389.  
  390. 2003-10-15  Mihai Bazon  <mishoo@localhost.localdomain>
  391.  
  392.     * lang/fr.js: updated French translation (thanks to Jonathan Ernst)
  393.  
  394. 2003-10-07  Mihai Bazon  <mishoo@localhost.localdomain>
  395.  
  396.     * plugins/FullPage/full-page.js, plugins/FullPage/img/docprop.gif, plugins/FullPage/img/makefile.xml, plugins/FullPage/lang/en.js, plugins/FullPage/lang/makefile.xml, plugins/FullPage/lang/ro.js, plugins/FullPage/makefile.xml, plugins/FullPage/popups/docprop.html, plugins/FullPage/popups/makefile.xml, plugins/FullPage/test.html, plugins/makefile.xml:
  397.     FullPage plugin (allows configuring document properties)
  398.  
  399.     * lang/en.js: fixed typo
  400.  
  401. 2003-10-06  Mihai Bazon  <mishoo@localhost.localdomain>
  402.  
  403.     * popups/about.html: Released=>Compiled
  404.  
  405.     * popups/about.html: plugins credits only in plugins page
  406.  
  407.     * popups/popup.js: added ability to translate popup dialogs
  408.  
  409.     * htmlarea.css:
  410.     small fix for Mozilla/XHTML mode (buttons have now correct size)
  411.  
  412.     * plugins/SpellChecker/spell-checker.js, plugins/TableOperations/table-operations.js:
  413.     fixed plugin images paths
  414.  
  415.     * htmlarea.js: fixed doctype support
  416.     fixed support for full page editing (did I mention that IE sucks?)
  417.     avoids retrieving the contenteditable tag for body (IE only)
  418.     fixed _colorToRgb function (returns '' for empty or null color)
  419.     fixed editor/plugin images paths
  420.  
  421.     * popups/popup.js:
  422.     allow __dlg_init to resize the window to cover a certain element
  423.  
  424.     * popups/fullscreen.html: save the doctype too in the new editor
  425.  
  426.     * popupwin.js:
  427.     fixed bug: now functions correctly for absolute _editor_url
  428.  
  429. 2003-10-05  Mihai Bazon  <mishoo@localhost.localdomain>
  430.  
  431.     * htmlarea.js:
  432.     full page editing facility; better interface for plugins popup dialogs
  433.  
  434. 2003-10-03  Mihai Bazon  <mishoo@localhost.localdomain>
  435.  
  436.     * htmlarea.js: calls the plugin update function, if supplied
  437.  
  438.     * popups/insert_image.html:
  439.     added nice image preview (submitted by rickroot on the interactivetools
  440.     forums, thanks!)
  441.  
  442. 2003-10-02  Mihai Bazon  <mishoo@localhost.localdomain>
  443.  
  444.     * htmlarea.js: implemented proprietary undo/redo system (still buggy)
  445.  
  446.     * popups/about.html: no bold on tabs
  447.  
  448. 2003-10-01  Mihai Bazon  <mishoo@localhost.localdomain>
  449.  
  450.     * htmlarea.js: undo/redo are removed only if IE and config.statusBar
  451.  
  452.     * popups/about.html: larger about box
  453.  
  454.     * htmlarea.js: registers the plugin instance too (where was my head?)
  455.  
  456.     * htmlarea.js: registers the plugin instance too
  457.  
  458.     * htmlarea.js: fixed bug: opening the help window from the right place
  459.  
  460.     * htmlarea.js:
  461.     don't use eval to register new plugins (allows better plugin arguments handling)
  462.  
  463. 2003-09-29  Mihai Bazon  <mishoo@localhost.localdomain>
  464.  
  465.     * project-config.xml: beta+CVS
  466.  
  467.     * popups/about.html: more "space" between tabs
  468.  
  469.     * popups/about.html: the coolest about box ;-)
  470.  
  471.     * dialog.js, popups/insert_image.html, popups/insert_table.html, popups/popup.js, popups/select_color.html:
  472.     fixed popups display under IE/Win
  473.  
  474.     * plugins/SpellChecker/spell-checker.js, plugins/TableOperations/table-operations.js, htmlarea.js:
  475.     plugins will now register information about themselves
  476.  
  477.     * popups/popup.js:
  478.     fixed an infantile mistake ;-) (popup windows are now centered correctly in
  479.     Moz too)
  480.  
  481. 2003-09-28  Mihai Bazon  <mishoo@localhost.localdomain>
  482.  
  483.     * makefile.xml: mason args not needed
  484.  
  485.     * popups/about.html: better about box ;-)
  486.  
  487.     * project-config.xml: version beta+
  488.  
  489.     * htmlarea.js: support passing parameters to plugins
  490.  
  491.     * plugins/TableOperations/lang/en.js, plugins/TableOperations/lang/ro.js, popups/about.html, lang/en.js, lang/lv.js, lang/ro.js, plugins/SpellChecker/lang/en.js, plugins/SpellChecker/lang/ro.js, plugins/SpellChecker/readme-tech.html, plugins/SpellChecker/spell-check-logic.cgi, plugins/SpellChecker/spell-check-ui.html, plugins/SpellChecker/spell-check-ui.js, plugins/SpellChecker/spell-checker.js, plugins/TableOperations/table-operations.js, release-notes.html, example-spell-checker.html, htmlarea.js, index.html, make-release.pl, reference.html:
  492.     updated links
  493.  
  494. 2003-09-27  Mihai Bazon  <mishoo@localhost.localdomain>
  495.  
  496.     * popups/fullscreen.html: dont load null scripts ;-)
  497.  
  498.     * htmlarea.js: undo/redo buttons removed for IE
  499.  
  500. 2003-09-25  Mihai Bazon  <mishoo@localhost.localdomain>
  501.  
  502.     * images/ed_save.gif, images/ed_save.png: added save icon
  503.  
  504.     * plugins/SpellChecker/lang/da.js: Danish translation available
  505.  
  506. 2003-09-19  Mihai Bazon  <mishoo@localhost.localdomain>
  507.  
  508.     * plugins/SpellChecker/lang/de.js:
  509.     DE translation added (thanks to broxx.com)
  510.  
  511.     * plugins/TableOperations/lang/da.js:
  512.     danish translation provided by Steen Sønderup
  513.  
  514.     * plugins/TableOperations/lang/de.js:
  515.     DE translation provided by broxx.com
  516.  
  517.     * lang/de.js: up-to-date by broxx.com
  518.  
  519. 2003-09-16  Mihai Bazon  <mishoo@localhost.localdomain>
  520.  
  521.     * plugins/SpellChecker/lang/hu.js:
  522.     added Hungarian translation for the SpellChecker plugin
  523.  
  524. 2003-09-15  Mihai Bazon  <mishoo@localhost.localdomain>
  525.  
  526.     * lang/hu.js, plugins/TableOperations/lang/hu.js:
  527.     added Hungarian translation (thanks to Miklós Somogyi)
  528.  
  529. 2003-09-14  Mihai Bazon  <mishoo@localhost.localdomain>
  530.  
  531.     * lang/lv.js: added Latvian translation (thanks to Janis Klavins)
  532.  
  533. 2003-09-02  Mihai Bazon  <mishoo@localhost.localdomain>
  534.  
  535.     * htmlarea.js:
  536.     added helper function for removing stuff from the configuration toolbar
  537.  
  538.     * popupwin.js:
  539.     fixed bug that prevented TableOperation popups to show up in IE
  540.  
  541. 2003-08-25  Mihai Bazon  <mishoo@localhost.localdomain>
  542.  
  543.     * htmlarea.js: fixed status-bar behavior (can be hidden if desired)
  544.  
  545.     * lang/es.js: fixed structure
  546.  
  547. 2003-08-21  Mihai Bazon  <mishoo@localhost.localdomain>
  548.  
  549.     * popupwin.js:
  550.     bugfix: use _editor_url to allow the editor to be some place else
  551.  
  552. 2003-08-14  Mihai Bazon  <mishoo@localhost.localdomain>
  553.  
  554.     * plugins/SpellChecker/lang/it.js: utf-8-ified
  555.  
  556.     * lang/it.js: Italian translation updated (thanks to Fabio Rotondo)
  557.  
  558.     * plugins/TableOperations/lang/it.js:
  559.     Italian translation, thanks to Fabio Rotondo
  560.  
  561. 2003-08-13  Mihai Bazon  <mishoo@localhost.localdomain>
  562.  
  563.     * plugins/SpellChecker/lang/it.js:
  564.     Added Italian translation (thanks to Fabio Rotondo)
  565.  
  566. 2003-08-12  Mihai Bazon  <mishoo@localhost.localdomain>
  567.  
  568.     * plugins/SpellChecker/lang/cz.js, plugins/TableOperations/lang/cz.js, lang/cz.js:
  569.     CZ translation
  570.  
  571.     * htmlarea.js:
  572.     fixed bug when more HTMLAreas were present in the same <FORM> -- get each
  573.     one's text onsubmit. (thanks Fabio Rotondo for report and test case)
  574.  
  575. 2003-08-11  Mihai Bazon  <mishoo@localhost.localdomain>
  576.  
  577.     * index.html: added brief installation notes
  578.  
  579. 2003-08-10  Mihai Bazon  <mishoo@localhost.localdomain>
  580.  
  581.     * index.html, makefile.xml, release-notes.html:
  582.     added version/release to index.html
  583.  
  584.     * lang/da.js, lang/de.js, lang/en.js, lang/es.js, lang/fi.js, lang/fr.js, lang/gb.js, lang/it.js, lang/ja-euc.js, lang/ja-jis.js, lang/ja-sjis.js, lang/ja-utf8.js, lang/makefile.xml, lang/nb.js, lang/nl.js, lang/pl.js, lang/pt_br.js, lang/ro.js, lang/ru.js, lang/se.js, lang/vn.js, plugins/SpellChecker/img/makefile.xml, plugins/SpellChecker/img/spell-check.gif, plugins/SpellChecker/lang/en.js, plugins/SpellChecker/lang/makefile.xml, plugins/SpellChecker/lang/ro.js, plugins/SpellChecker/makefile.xml, plugins/SpellChecker/readme-tech.html, plugins/SpellChecker/spell-check-logic.cgi, plugins/SpellChecker/spell-check-style.css, plugins/SpellChecker/spell-check-ui.html, plugins/SpellChecker/spell-check-ui.js, plugins/SpellChecker/spell-checker.js, plugins/TableOperations/img/cell-delete.gif, plugins/TableOperations/img/cell-insert-after.gif, plugins/TableOperations/img/cell-insert-before.gif, plugins/TableOperations/img/cell-merge.gif, plugins/TableOperations/img/cell-prop.gif, plugins/TableOperations/img/cell-split.gif, plugins/TableOperations/img/col-delete.gif, plugins/TableOperations/img/col-insert-after.gif, plugins/TableOperations/img/col-insert-before.gif, plugins/TableOperations/img/col-split.gif, plugins/TableOperations/img/makefile.xml, plugins/TableOperations/img/row-delete.gif, plugins/TableOperations/img/row-insert-above.gif, plugins/TableOperations/img/row-insert-under.gif, plugins/TableOperations/img/row-prop.gif, plugins/TableOperations/img/row-split.gif, plugins/TableOperations/img/table-prop.gif, plugins/TableOperations/lang/en.js, plugins/TableOperations/lang/fi.js, plugins/TableOperations/lang/makefile.xml, plugins/TableOperations/lang/ro.js, plugins/TableOperations/makefile.xml, plugins/TableOperations/table-operations.js, plugins/makefile.xml, popups/about.html, popups/fullscreen.html, popups/makefile.xml, example-fully-loaded.html, example-spell-checker.html, example-table-operations.html, example.html, htmlarea-lang-b5.js, htmlarea-lang-da.js, htmlarea-lang-de.js, htmlarea-lang-en.js, htmlarea-lang-es.js, htmlarea-lang-fr.js, htmlarea-lang-gb.js, htmlarea-lang-it.js, htmlarea-lang-ja-euc.js, htmlarea-lang-ja-jis.js, htmlarea-lang-ja-sjis.js, htmlarea-lang-ja-utf8.js, htmlarea-lang-nb.js, htmlarea-lang-nl.js, htmlarea-lang-pl.js, htmlarea-lang-pt_br.js, htmlarea-lang-ru.js, htmlarea-lang-se.js, htmlarea-lang-vn.js, htmlarea.css, htmlarea.js, images/ed_paste.gif, images/ed_show_border.gif, images/ed_splitcel.gif, images/makefile.xml, index.html, lang/b5.js, make-release.pl, makefile.xml, popupdiv.js, popupwin.js, project-config.xml, readme.html, reference.html, release-notes.html:
  585.     Merged from table-devel branch.  Development back on main trunk.
  586.  
  587.     * plugins/SpellChecker/readme-tech.html: added I18N file to description
  588.  
  589.     * plugins/SpellChecker/spell-check-ui.html, plugins/SpellChecker/spell-check-ui.js:
  590.     internationalization now supported
  591.  
  592.     * plugins/TableOperations/table-operations.js:
  593.     fixed bug icons inside dialogs
  594.  
  595.     * popups/about.html:
  596.     nicer dialog, + automatic version/release management
  597.  
  598.     * htmlarea.js, lang/en.js, plugins/SpellChecker/lang/en.js, plugins/TableOperations/lang/en.js:
  599.     I18N for some messages that were left out, small IMG bug fixed, added loadPlugin static function
  600.  
  601.     * example-fully-loaded.html, example-spell-checker.html, example-table-operations.html, example.html:
  602.     UTF-8 charset by default
  603.  
  604.     * lang/ro.js, plugins/SpellChecker/lang/ro.js, plugins/TableOperations/lang/ro.js:
  605.     New file.
  606.  
  607.     * lang/ro.js, plugins/SpellChecker/lang/ro.js, plugins/TableOperations/lang/ro.js:
  608.     Romanian translation (thanks to My Self)
  609.  
  610.     * release-notes.html: New file.
  611.  
  612.     * release-notes.html: release notes
  613.  
  614.     * lang/makefile.xml, plugins/SpellChecker/img/makefile.xml, plugins/SpellChecker/lang/makefile.xml, plugins/SpellChecker/makefile.xml, plugins/TableOperations/img/makefile.xml, plugins/TableOperations/lang/makefile.xml, plugins/TableOperations/makefile.xml, plugins/makefile.xml, popups/makefile.xml:
  615.     New file.
  616.  
  617.     * lang/makefile.xml, plugins/SpellChecker/img/makefile.xml, plugins/SpellChecker/lang/makefile.xml, plugins/SpellChecker/makefile.xml, plugins/TableOperations/img/makefile.xml, plugins/TableOperations/lang/makefile.xml, plugins/TableOperations/makefile.xml, plugins/makefile.xml, popups/makefile.xml:
  618.     automatic release management (a la makefile)
  619.  
  620.     * images/makefile.xml, make-release.pl, makefile.xml, project-config.xml:
  621.     New file.
  622.  
  623.     * images/makefile.xml, make-release.pl, makefile.xml, project-config.xml:
  624.     automatic release management (a la makefile)
  625.  
  626. 2003-08-03  Mihai Bazon  <mishoo@localhost.localdomain>
  627.  
  628.     * lang/fi.js, plugins/TableOperations/lang/fi.js:
  629.     Finnish translation added (thanks bestis)
  630.  
  631.     * lang/fi.js, plugins/TableOperations/lang/fi.js, index.html: New file.
  632.  
  633.     * index.html: short description, copyright, links
  634.  
  635.     * reference.html:
  636.     LAST VERSION OF THIS DOCUMENT.  IT WILL BE SOON DELETED.
  637.  
  638.     * lang/b5.js, lang/da.js, lang/de.js, lang/en.js, lang/es.js, lang/fr.js, lang/gb.js, lang/it.js, lang/ja-euc.js, lang/ja-jis.js, lang/ja-sjis.js, lang/ja-utf8.js, lang/nb.js, lang/nl.js, lang/pl.js, lang/pt_br.js, lang/ru.js, lang/se.js, lang/vn.js:
  639.     added lang in I18N, so that we can load automatically plugin's lang file
  640.  
  641.     * example-fully-loaded.html: New file.
  642.  
  643.     * example-fully-loaded.html: loads all plugins
  644.  
  645.     * example-spell-checker.html: removed TableOperations from this example
  646.  
  647. 2003-08-01  Mihai Bazon  <mishoo@localhost.localdomain>
  648.  
  649.     * readme.html: documentation for 2.x is heavily outdated... removed.
  650.  
  651.     * example-spell-checker.html, plugins/SpellChecker/img/spell-check.gif, plugins/SpellChecker/lang/en.js, plugins/SpellChecker/readme-tech.html, plugins/SpellChecker/spell-check-logic.cgi, plugins/SpellChecker/spell-check-style.css, plugins/SpellChecker/spell-check-ui.html, plugins/SpellChecker/spell-check-ui.js, plugins/SpellChecker/spell-checker.js:
  652.     New file.
  653.  
  654.     * example-spell-checker.html, plugins/SpellChecker/img/spell-check.gif, plugins/SpellChecker/lang/en.js, plugins/SpellChecker/readme-tech.html, plugins/SpellChecker/spell-check-logic.cgi, plugins/SpellChecker/spell-check-style.css, plugins/SpellChecker/spell-check-ui.html, plugins/SpellChecker/spell-check-ui.js, plugins/SpellChecker/spell-checker.js:
  655.     added the SpellChecker plugin (sponsored by www.AmericanBible.org)
  656.  
  657.     * example.html, example-table-operations.html:
  658.     * moved lang files to separate directory
  659.  
  660.     * htmlarea-lang-en.js, htmlarea-lang-es.js, htmlarea-lang-fr.js, htmlarea-lang-gb.js, htmlarea-lang-it.js, htmlarea-lang-ja-euc.js, htmlarea-lang-ja-jis.js, htmlarea-lang-ja-sjis.js, htmlarea-lang-ja-utf8.js, htmlarea-lang-nb.js, htmlarea-lang-nl.js, htmlarea-lang-pl.js, htmlarea-lang-pt_br.js, htmlarea-lang-ru.js, htmlarea-lang-se.js, htmlarea-lang-vn.js, htmlarea-lang-b5.js, htmlarea-lang-da.js, htmlarea-lang-de.js:
  661.     moved to lang/
  662.  
  663.     * lang/b5.js, lang/da.js, lang/de.js, lang/en.js, lang/es.js, lang/fr.js, lang/gb.js, lang/it.js, lang/ja-euc.js, lang/ja-jis.js, lang/ja-sjis.js, lang/ja-utf8.js, lang/nb.js, lang/nl.js, lang/pl.js, lang/pt_br.js, lang/ru.js, lang/se.js, lang/vn.js:
  664.     New file.
  665.  
  666.     * lang/b5.js, lang/da.js, lang/de.js, lang/en.js, lang/es.js, lang/fr.js, lang/gb.js, lang/it.js, lang/ja-euc.js, lang/ja-jis.js, lang/ja-sjis.js, lang/ja-utf8.js, lang/nb.js, lang/nl.js, lang/pl.js, lang/pt_br.js, lang/ru.js, lang/se.js, lang/vn.js:
  667.     lang files separated
  668.  
  669.     * htmlarea.js, htmlarea.css:
  670.     * added registerDropdown -- for adding custom drop-down boxes to the toolbar
  671.     * registerDropdown and registerButton verify for existing ID-s first (alert
  672.       if that's the case)
  673.     * support for text labels in the toolbar
  674.     * fixed some bugs in insertHTML (Mozilla specific)
  675.  
  676. 2003-07-16  Mihai Bazon  <mishoo@localhost.localdomain>
  677.  
  678.     * example-table-operations.html:
  679.     TableOperations lang file moved to 'lang' directory
  680.  
  681.     * plugins/TableOperations/lang/en.js: New file.
  682.  
  683.     * plugins/TableOperations/lang/en.js, plugins/TableOperations/table-operations-lang-en.js:
  684.     lang files in dedicated directory [lang]
  685.  
  686.     * htmlarea.js: [IE] no status bar on fullscreen editor
  687.  
  688. 2003-07-15  Mihai Bazon  <mishoo@localhost.localdomain>
  689.  
  690.     * htmlarea.js:
  691.     [IE] fixed annoying bug: displacement of the separators within the toolbar;
  692.          IE assigns a random image width/height, if not explicitely stated ;-)
  693.  
  694. 2003-07-13  Mihai Bazon  <mishoo@localhost.localdomain>
  695.  
  696.     * popups/fullscreen.html: moved plugin images to ../plugins
  697.     fixed bug that only applied to Moz-1.4 or newer Geckos (script.src is always
  698.     an absolute URL)
  699.  
  700.     * htmlarea.js: restructuration concerning images
  701.  
  702.     * plugins/TableOperations/table-operations.js:
  703.     images moved to the plugin directory
  704.  
  705.     * plugins/TableOperations/img/cell-delete.gif, plugins/TableOperations/img/cell-insert-after.gif, plugins/TableOperations/img/cell-insert-before.gif, plugins/TableOperations/img/cell-merge.gif, plugins/TableOperations/img/cell-prop.gif, plugins/TableOperations/img/cell-split.gif, plugins/TableOperations/img/col-delete.gif, plugins/TableOperations/img/col-insert-after.gif, plugins/TableOperations/img/col-insert-before.gif, plugins/TableOperations/img/col-split.gif, plugins/TableOperations/img/row-delete.gif, plugins/TableOperations/img/row-insert-above.gif, plugins/TableOperations/img/row-insert-under.gif, plugins/TableOperations/img/row-prop.gif, plugins/TableOperations/img/row-split.gif, plugins/TableOperations/img/table-prop.gif:
  706.     New file.
  707.  
  708.     * plugins/TableOperations/img/cell-delete.gif, plugins/TableOperations/img/cell-insert-after.gif, plugins/TableOperations/img/cell-insert-before.gif, plugins/TableOperations/img/cell-merge.gif, plugins/TableOperations/img/cell-prop.gif, plugins/TableOperations/img/cell-split.gif, plugins/TableOperations/img/col-delete.gif, plugins/TableOperations/img/col-insert-after.gif, plugins/TableOperations/img/col-insert-before.gif, plugins/TableOperations/img/col-split.gif, plugins/TableOperations/img/row-delete.gif, plugins/TableOperations/img/row-insert-above.gif, plugins/TableOperations/img/row-insert-under.gif, plugins/TableOperations/img/row-prop.gif, plugins/TableOperations/img/row-split.gif, plugins/TableOperations/img/table-prop.gif:
  709.     moved TableOperations icons here
  710.  
  711.     * images/ed_splitcell.gif:
  712.     moved to ../plugins/TableOperations/img/cell-split.gif
  713.  
  714.     * images/ed_mergecels.gif:
  715.     moved to ../plugins/TableOperations/img/cell-merge.gif
  716.  
  717.     * images/ed_delcel.gif:
  718.     moved to ../plugins/TableOperations/img/cell-delete.gif
  719.  
  720.     * images/ed_inscelrgt.gif:
  721.     moved to ../plugins/TableOperations/img/cell-insert-after.gif
  722.  
  723.     * images/ed_inscellft.gif:
  724.     moved to ../plugins/TableOperations/img/cell-insert-before.gif
  725.  
  726.     * images/ed_cellprop.gif:
  727.     moved to ../plugins/TableOperations/img/cell-prop.gif
  728.  
  729.     * images/ed_splitcol.gif:
  730.     moved to ../plugins/TableOperations/img/col-split.gif
  731.  
  732.     * images/ed_delcol.gif:
  733.     moved to ../plugins/TableOperations/img/col-delete.gif
  734.  
  735.     * images/ed_insright.gif:
  736.     moved to ../plugins/TableOperations/img/col-insert-after.gif
  737.  
  738.     * images/ed_insleft.gif:
  739.     moved to ../plugins/TableOperations/img/col-insert-before.gif
  740.  
  741.     * images/ed_splitrow.gif:
  742.     moved to ../plugins/TableOperations/img/row-split.gif
  743.  
  744.     * images/ed_delrow.gif:
  745.     moved to ../plugins/TableOperations/img/row-delete.gif
  746.  
  747.     * images/ed_insunder.gif:
  748.     moved to ../plugins/TableOperations/img/row-insert-under.gif
  749.  
  750.     * images/ed_insabove.gif:
  751.     moved to ../plugins/TableOperations/img/row-insert-above.gif
  752.  
  753.     * images/ed_rowprop.gif:
  754.     moved to ../plugins/TableOperations/img/row-prop.gif
  755.  
  756.     * images/ed_tableprop.gif:
  757.     moved to ../plugins/TableOperations/img/table-prop.gif
  758.  
  759. 2003-06-11  Mihai Bazon  <mishoo@localhost.localdomain>
  760.  
  761.     * plugins/TableOperations/table-operations.js:
  762.     revamped code for table "border", "frame" and "rules" attributes
  763.  
  764. 2003-06-08  Mihai Bazon  <mishoo@localhost.localdomain>
  765.  
  766.     * plugins/TableOperations/table-operations.js:
  767.     added focusEditor() calls (editor lost focus in IE after some operations)
  768.  
  769.     * plugins/TableOperations/table-operations.js:
  770.     fixed 2 bugs (correct title in row/cell properties dialog, clear cell
  771.     contents when inserting new row in Internet Explorer)
  772.  
  773. 2003-06-02  Mihai Bazon  <mishoo@localhost.localdomain>
  774.  
  775.     * popups/fullscreen.html:
  776.     [IE] fixed problem that caused toolbar buttons to be unusable
  777.  
  778.     * popups/fullscreen.html:
  779.     [IE] fixed bug when copying the click handler.  Editor is now functional in
  780.     fullscreen.
  781.  
  782.     * plugins/TableOperations/table-operations-lang-en.js, plugins/TableOperations/table-operations.js:
  783.     1. Removed code that selects the table/row/cell before displaying the
  784.     dialog.
  785.  
  786.     2. Focus back the table after closing the dialog box (was causing some
  787.     problems in IE).
  788.  
  789.     3. Implemented merge cells for IE (user will be prompted for number of
  790.     cols/rows to span the current cell).
  791.  
  792.     * htmlarea.js:
  793.     1. Display an alert if cut/copy/paste is not supported, when one of the buttons
  794.     is clicked.  The button will also be removed from the toolbar.
  795.  
  796.     2. Fixed bug when clicking on some table/image margin in IE.
  797.  
  798. 2003-05-31  Mihai Bazon  <mishoo@localhost.localdomain>
  799.  
  800.     * plugins/TableOperations/table-operations.js:
  801.     [IE5.5] IE5.5 doesn't support createDocumentFragment; workarounded.
  802.  
  803.     * htmlarea.css: Better looking dialogs
  804.  
  805.     * htmlarea.js: Fixed IE5.5 compatibility issues.
  806.  
  807.     * htmlarea.js: Now IE5.5 compatible.
  808.  
  809. 2003-05-27  Mihai Bazon  <mishoo@localhost.localdomain>
  810.  
  811.     * htmlarea.js: workaround for a horrible bug (thanks Dror!)
  812.  
  813.     * htmlarea.js: oops... ;-)
  814.  
  815.     * htmlarea.js: workaround for a horrible bug (thanks Dror!)
  816.  
  817. 2003-05-18  Mihai Bazon  <mishoo@localhost.localdomain>
  818.  
  819.     * plugins/TableOperations/table-operations-lang-en.js:
  820.     added some comment notes for translators
  821.  
  822.     * plugins/TableOperations/table-operations.js: bugfix:
  823.       - border-style changes are updated correctly in Mozilla
  824.       - do not show Float for td, th, tr elements
  825.     feature (eye-candy)
  826.       - added small icons on each dialog
  827.  
  828.     * popupwin.js: added baseURL to the object (useful in dialogs)
  829.  
  830.     * plugins/TableOperations/table-operations-lang-en.js, plugins/TableOperations/table-operations.js:
  831.     modified dialogs (more css-friendly, trying to avoid deprecated HTML
  832.     attributes).  fixed some bugs.
  833.  
  834.     * htmlarea.js:
  835.     added oncontextmenu for status-bar elements (displays inline style)
  836.     fixed problem with textindicator (background-color in Mozilla)
  837.  
  838.     * htmlarea.css: tables in dialogs have border-collapse: collapse
  839.  
  840.     * example-table-operations.html:
  841.     modified example HTML (more colorful, blah blah)
  842.  
  843. 2003-05-14  Mihai Bazon  <mishoo@localhost.localdomain>
  844.  
  845.     * plugins/TableOperations/table-operations.js:
  846.     (trying to) force redraw after table/row/cell properties dialogs close with
  847.     OK
  848.  
  849. 2003-05-13  Mihai Bazon  <mishoo@localhost.localdomain>
  850.  
  851.     * plugins/TableOperations/table-operations-lang-en.js, plugins/TableOperations/table-operations.js, popupwin.js:
  852.     some fixes for IE; implemented border-collapse style properties (tables only)
  853.  
  854. 2003-05-12  Mihai Bazon  <mishoo@localhost.localdomain>
  855.  
  856.     * plugins/TableOperations/table-operations-lang-en.js, plugins/TableOperations/table-operations.js, example-table-operations.html, htmlarea.css, popupwin.js:
  857.     improvements of the color selector button, added row properties and cell properties dialogs, fixes, etc.
  858.  
  859. 2003-05-08  Mihai Bazon  <mishoo@localhost.localdomain>
  860.  
  861.     * plugins/TableOperations/table-operations.js:
  862.     border properties now functional
  863.  
  864.     * plugins/TableOperations/table-operations-lang-en.js:
  865.     CSS Style -> Style [CSS]
  866.  
  867.     * popupwin.js: smaller padding.. looks better.
  868.  
  869.     * htmlarea.css, plugins/TableOperations/table-operations-lang-en.js, plugins/TableOperations/table-operations.js:
  870.     added functionality (style properties, changed BUTTON to DIV for color
  871.     selection widget, added border properties [not completed yed])
  872.  
  873. 2003-05-07  Mihai Bazon  <mishoo@localhost.localdomain>
  874.  
  875.     * plugins/TableOperations/table-operations.js:
  876.     fixed small bug; added some comments
  877.  
  878. 2003-05-06  Mihai Bazon  <mishoo@localhost.localdomain>
  879.  
  880.     * htmlarea.js:
  881.     fixed small bug (user might close the select_color dialog by pressing "X"
  882.     button, case in which the selection is now ignored)
  883.  
  884.     * htmlarea.js: debug code can sometimes be annoying -- commented out.
  885.  
  886.     * htmlarea.js: bug #730593 fixed
  887.  
  888.     * plugins/TableOperations/table-operations-lang-en.js, plugins/TableOperations/table-operations.js:
  889.     added first dialog (table properties) + other useful stuff like generic style properties that should eventually make it into a separated plugin
  890.  
  891.     * popupdiv.js, popupwin.js: New file.
  892.  
  893.     * popupdiv.js, popupwin.js:
  894.     files for handling some popup dialogs generated from JS code
  895.  
  896.     * example-table-operations.html: credit modified
  897.  
  898. 2003-05-05  Mihai Bazon  <mishoo@localhost.localdomain>
  899.  
  900.     * htmlarea-lang-en.js:
  901.     I18N for 2 very common text-s ("ok" and "cancel")
  902.  
  903.     * htmlarea.css: style for new popups
  904.  
  905.     * htmlarea.js:
  906.     added new variable (_mdoc which keeps a reference to the document that
  907.     contains the HTMLArea.  it's sometimes useful (mainly in popups))
  908.  
  909. 2003-04-25  Mihai Bazon  <mishoo@localhost.localdomain>
  910.  
  911.     * plugins/TableOperations/table-operations.js:
  912.     modified credit (bloki.com instead of zapatec.com)
  913.  
  914. 2003-04-24  Mihai Bazon  <mishoo@localhost.localdomain>
  915.  
  916.     * plugins/TableOperations/table-operations.js:
  917.     fixed code to work if editor used in fullscreen
  918.  
  919.     * popups/fullscreen.html:
  920.     added nice code that automagically loads all scripts in the parent page (opener)
  921.  
  922.     * plugins/TableOperations/table-operations.js:
  923.     - fixes for IE (IE doesn't need the BR inside empty TD-s)
  924.     - when called in fullscreen mode it doesn't update the toolbar
  925.  
  926.     * htmlarea.js:
  927.     small fix for IE (getAllAncestors sometimes returned the HTML and Document element too)
  928.  
  929. 2003-04-23  Mihai Bazon  <mishoo@localhost.localdomain>
  930.  
  931.     * popups/fullscreen.html: small bug fixed
  932.  
  933.     * htmlarea.css:
  934.     changed bg for disabled buttons (this is for debug, I repeat ;-)
  935.  
  936.     * htmlarea.js: - API support for external plugins
  937.     - support for context-enabled buttons
  938.     - performance improvement: cancelling updateToolbar requests if made in less
  939.       than 50ms -- in other words, only honor the last one
  940.  
  941.     * example.html: test for context-enabled buttons
  942.  
  943.     * plugins/TableOperations/table-operations.js: New file.
  944.  
  945.     * plugins/TableOperations/table-operations.js:
  946.     added TableOperations plugin
  947.     several new toolbar buttons + fixes to some existent ones
  948.     file that demonstrate usage of the TableOperations plugin
  949.  
  950.     * plugins/TableOperations/table-operations-lang-en.js: New file.
  951.  
  952.     * plugins/TableOperations/table-operations-lang-en.js:
  953.     added TableOperations plugin
  954.     several new toolbar buttons + fixes to some existent ones
  955.     file that demonstrate usage of the TableOperations plugin
  956.  
  957.     * images/ed_splitcell.gif, images/ed_splitcol.gif: New file.
  958.  
  959.     * images/ed_splitcell.gif, images/ed_splitcol.gif, images/ed_splitrow.gif, images/ed_paste.gif, images/ed_insunder.gif, images/ed_mergecels.gif, images/ed_inscellft.gif, images/ed_inscelrgt.gif, images/ed_insleft.gif, images/ed_insright.gif, images/ed_insabove.gif, images/ed_delcol.gif, images/ed_delrow.gif:
  960.     added TableOperations plugin
  961.     several new toolbar buttons + fixes to some existent ones
  962.     file that demonstrate usage of the TableOperations plugin
  963.  
  964.     * example-table-operations.html: New file.
  965.  
  966.     * example-table-operations.html, images/ed_delcel.gif:
  967.     added TableOperations plugin
  968.     several new toolbar buttons + fixes to some existent ones
  969.     file that demonstrate usage of the TableOperations plugin
  970.  
  971. 2003-04-21  Mihai Bazon  <mishoo@localhost.localdomain>
  972.  
  973.     * htmlarea.js: added status bar (cool B-)
  974.  
  975.     * htmlarea.css: various improvements for the status bar
  976.  
  977.     * example.html: minor fix (background-color instead of background)
  978.  
  979. 2003-04-20  Mihai Bazon  <mishoo@localhost.localdomain>
  980.  
  981.     * htmlarea.js: fix: IE parsing problem
  982.  
  983.     * htmlarea.css, htmlarea.js, popups/fullscreen.html: added statusbar
  984.  
  985.     * images/ed_tableprop.gif: New file.
  986.  
  987.     * images/ed_tableprop.gif: added images for table operations buttons
  988.  
  989.     * images/ed_cellprop.gif, images/ed_delcel.gif, images/ed_delcol.gif, images/ed_delrow.gif, images/ed_insabove.gif, images/ed_inscellft.gif, images/ed_inscelrgt.gif, images/ed_insleft.gif, images/ed_insright.gif, images/ed_insunder.gif, images/ed_mergecels.gif, images/ed_paste.gif, images/ed_rowprop.gif, images/ed_show_border.gif, images/ed_splitcel.gif, images/ed_splitrow.gif:
  990.     New file.
  991.  
  992.     * images/ed_cellprop.gif, images/ed_delcel.gif, images/ed_delcol.gif, images/ed_delrow.gif, images/ed_insabove.gif, images/ed_inscellft.gif, images/ed_inscelrgt.gif, images/ed_insleft.gif, images/ed_insright.gif, images/ed_insunder.gif, images/ed_mergecels.gif, images/ed_paste.gif, images/ed_rowprop.gif, images/ed_show_border.gif, images/ed_splitcel.gif, images/ed_splitrow.gif:
  993.     added images for table operations buttons
  994.  
  995.     * example.html:
  996.     even more examples of customization, but commented out so that the example
  997.     page looks initially with the editor defaults
  998.  
  999.     * htmlarea-lang-en.js:
  1000.     Added tooltips for cut, copy, paste, undo, redo buttons
  1001.  
  1002.     * htmlarea.js: new features:
  1003.  
  1004.       - cut, copy, paste, undo, redo buttons
  1005.       - added functions: getParentElement, getAllAncestors
  1006.       - buttons can now be enabled/disabled function of the context (i.e. caret
  1007.         is inside a table)
  1008.       - iframe border removed on Mozilla (looks better)
  1009.  
  1010.     * htmlarea.css:
  1011.     minor fix [padding]; also contains some debugging stuff that needs to be
  1012.     removed (disabled buttons have red background, that's because Mozilla
  1013.     doesn't seem to support opacity any longer)
  1014.  
  1015. 2003-04-19  itools  <itools@mishoo>
  1016.  
  1017.     * test.cgi: ..
  1018.  
  1019.     * test.cgi: ...
  1020.  
  1021. 2003-04-15  Mihai Bazon  <mishoo@localhost.localdomain>
  1022.  
  1023.     * htmlarea.js: added address: block-level element
  1024.  
  1025. 2003-04-02  Mihai Bazon  <mishoo@localhost.localdomain>
  1026.  
  1027.     * popups/fullscreen.html: fixed small issue
  1028.  
  1029. 2003-03-24  Mihai Bazon  <mishoo@localhost.localdomain>
  1030.  
  1031.     * htmlarea-lang-pt_br.js: brasilian translation
  1032.  
  1033. 2003-03-19  Mihai Bazon  <mishoo@localhost.localdomain>
  1034.  
  1035.     * htmlarea-lang-nb.js: norwegian translation added
  1036.  
  1037.     * reference.html: fixed typo
  1038.  
  1039. 2003-03-15  Mihai Bazon  <mishoo@localhost.localdomain>
  1040.  
  1041.     * htmlarea.js:
  1042.     fixed bug (createlink needs UI -> true, otherwise we get a link to nowhere)
  1043.  
  1044. 2003-03-04  Mihai Bazon  <mishoo@localhost.localdomain>
  1045.  
  1046.     * htmlarea-lang-ja-euc.js, htmlarea-lang-ja-jis.js, htmlarea-lang-ja-sjis.js, htmlarea-lang-ja-utf8.js, htmlarea-lang-pl.js:
  1047.     new translations: japanese and polish
  1048.  
  1049. 2003-03-03  Mihai Bazon  <mishoo@localhost.localdomain>
  1050.  
  1051.     * example.html, htmlarea.js: example.html: now validates (hopefully)
  1052.     htmlarea.js: opening help in a named window
  1053.  
  1054. 2003-03-02  Mihai Bazon  <mishoo@localhost.localdomain>
  1055.  
  1056.     * reference.html:
  1057.     minor fix: showing how to include the "dialog.js" file
  1058.  
  1059. 2003-02-27  Mihai Bazon  <mishoo@localhost.localdomain>
  1060.  
  1061.     * reference.html: fixes, improvements
  1062.     new sections on creating custom buttons
  1063.  
  1064.     * example.html:
  1065.     example on how to submit the form from something that's not a submit button
  1066.  
  1067.     * htmlarea.js: added "onsubmit" handler with usual syntax.
  1068.  
  1069.     * example.html: examples now using registerButton
  1070.  
  1071.     * popups/fullscreen.html:
  1072.     [fix] using now the new btnList layout; removed _textArea2
  1073.  
  1074.     * htmlarea.js: - added helper function HTMLArea.Config.registerButton
  1075.     - _editor_url is back
  1076.     - fixed a problem that might disturb JS compressors ('"' character in
  1077.     regexp)
  1078.  
  1079. 2003-02-26  Mihai Bazon  <mishoo@localhost.localdomain>
  1080.  
  1081.     * htmlarea.js: iframe border back..
  1082.  
  1083.     * example.html: fixes -- new btnList style
  1084.  
  1085.     * htmlarea.js:
  1086.     changed btnList order -- tooltip, icon, textmode, action.
  1087.  
  1088.     * example.html: demo fix
  1089.  
  1090.     * example.html: [minor] validity
  1091.  
  1092.     * htmlarea.js:
  1093.     BUG FIX: now it remembers textarea content on page reload.  Got rid of the
  1094.              secondary textarea.
  1095.  
  1096.     * htmlarea-lang-it.js: Italian translation -- from TeddyZ
  1097.  
  1098. 2003-02-24  Mihai Bazon  <mishoo@localhost.localdomain>
  1099.  
  1100.     * htmlarea-lang-vn.js: Vietnamese lang module
  1101.  
  1102. 2003-02-22  Mihai Bazon  <mishoo@localhost.localdomain>
  1103.  
  1104.     * htmlarea.js:
  1105.     Reorganized the btnList.  Now it uses direct function calls.
  1106.  
  1107.     * reference.html: minor: use replace() instead of replaceAll()
  1108.  
  1109.     * htmlarea.js:
  1110.     - fixed bug: HTMLArea.replace() needs to call generate() (thanks Dlo)
  1111.     - adding the onsubmit handler -- check if the form is there first
  1112.     - added onunload handler that saves the HTML content, just in case user
  1113.       presses Back/Fwd or Refresh.
  1114.  
  1115.     * htmlarea-lang-se.js: swedish translation
  1116.  
  1117. 2003-02-21  Mihai Bazon  <mishoo@localhost.localdomain>
  1118.  
  1119.     * htmlarea.js: done some of the changes suggested by Dlo
  1120.     bodyStyle -> pageStyle and allows other elements' styles too
  1121.  
  1122.     * example.html: example: how to add a custom button
  1123.  
  1124.     * reference.html: started documentation project
  1125.  
  1126. 2003-02-20  Mihai Bazon  <mishoo@localhost.localdomain>
  1127.  
  1128.     * htmlarea-lang-da.js, htmlarea-lang-gb.js, htmlarea-lang-b5.js:
  1129.     added new lang files
  1130.  
  1131. 2003-02-19  Mihai Bazon  <mishoo@localhost.localdomain>
  1132.  
  1133.     * htmlarea-lang-de.js: added credits
  1134.  
  1135.     * htmlarea-lang-nl.js: credit for redspider ;)
  1136.  
  1137.     * htmlarea-lang-de.js: added german translation (from atk)
  1138.  
  1139.     * htmlarea-lang-nl.js: dutch translation, from redspider
  1140.  
  1141.     * htmlarea-lang-ru.js: RU translation (from Frol, itools forums)
  1142.  
  1143.     * htmlarea-lang-es.js:
  1144.     added ES translation from itools forums (thanks Luis)
  1145.  
  1146.     * htmlarea-lang-fr.js:
  1147.     added french translation, from Ronan (interactivetools.com forums)
  1148.  
  1149. 2003-02-17  Mihai Bazon  <mishoo@localhost.localdomain>
  1150.  
  1151.     * images/.xvpics/ed_align_justify.gif: not needed
  1152.  
  1153.     * htmlarea.js:
  1154.     -- made HTMLArea constructor to work with object instead of ID (if type of
  1155.        argument is not string)
  1156.     -- a simpler "replaceAll" function (2 lines)
  1157.     -- fixed a major bug that prevented IE6 to correctly retrieve the HTML (it
  1158.        seems that it was ignoring attribute values and only displaying "")
  1159.     -- used various techniques to reduce the code size (currently only 37K, 10K
  1160.        less than the original editor.js code [v 2.03])
  1161.  
  1162.     * htmlarea.js:
  1163.     removed NodeIterator code -- was only used in one place and I found a
  1164.     different way to accomplish that task; code smaller by about 5K
  1165.  
  1166.     * dialog.js, images/.xvpics/ed_align_justify.gif, images/ed_about.gif, images/ed_align_center.gif, images/ed_align_justify.gif, images/ed_align_left.gif, images/ed_align_right.gif, images/ed_blank.gif, images/ed_charmap.gif, images/ed_color_bg.gif, images/ed_color_fg.gif, images/ed_copy.gif, images/ed_custom.gif, images/ed_cut.gif, images/ed_delete.gif, images/ed_format_bold.gif, images/ed_format_italic.gif, images/ed_format_strike.gif, images/ed_format_sub.gif, images/ed_format_sup.gif, images/ed_format_underline.gif, images/ed_help.gif, images/ed_hr.gif, images/ed_html.gif, images/ed_image.gif, images/ed_indent_less.gif, images/ed_indent_more.gif, images/ed_link.gif, images/ed_list_bullet.gif, images/ed_list_num.gif, images/ed_redo.gif, images/ed_undo.gif, images/fullscreen_maximize.gif, images/fullscreen_minimize.gif, images/insert_table.gif, popups/about.html, popups/blank.html, popups/custom2.html, popups/editor_help.html, popups/fullscreen.html, popups/insert_image.html, popups/insert_table.html, popups/old-fullscreen.html, popups/old_insert_image.html, popups/popup.js, popups/select_color.html:
  1167.     New file.
  1168.  
  1169.     * dialog.js, images/.xvpics/ed_align_justify.gif, images/ed_about.gif, images/ed_align_center.gif, images/ed_align_justify.gif, images/ed_align_left.gif, images/ed_align_right.gif, images/ed_blank.gif, images/ed_charmap.gif, images/ed_color_bg.gif, images/ed_color_fg.gif, images/ed_copy.gif, images/ed_custom.gif, images/ed_cut.gif, images/ed_delete.gif, images/ed_format_bold.gif, images/ed_format_italic.gif, images/ed_format_strike.gif, images/ed_format_sub.gif, images/ed_format_sup.gif, images/ed_format_underline.gif, images/ed_help.gif, images/ed_hr.gif, images/ed_html.gif, images/ed_image.gif, images/ed_indent_less.gif, images/ed_indent_more.gif, images/ed_link.gif, images/ed_list_bullet.gif, images/ed_list_num.gif, images/ed_redo.gif, images/ed_undo.gif, images/fullscreen_maximize.gif, images/fullscreen_minimize.gif, images/insert_table.gif, popups/about.html, popups/blank.html, popups/custom2.html, popups/editor_help.html, popups/fullscreen.html, popups/insert_image.html, popups/insert_table.html, popups/old-fullscreen.html, popups/old_insert_image.html, popups/popup.js, popups/select_color.html:
  1170.     first moved to CVS (close to release 3.0-beta)
  1171.  
  1172.     * htmlarea.js, test.cgi: New file.
  1173.  
  1174.     * htmlarea.js, test.cgi: first moved to CVS (close to release 3.0-beta)
  1175.  
  1176.     * htmlarea-lang-en.js, readme.html: New file.
  1177.  
  1178.     * htmlarea-lang-en.js, readme.html:
  1179.     first moved to CVS (close to release 3.0-beta)
  1180.  
  1181.     * example.html, htmlarea.css, license.txt: New file.
  1182.  
  1183.     * example.html, htmlarea.css, license.txt:
  1184.     first moved to CVS (close to release 3.0-beta)
  1185.  
  1186.