Monotone-Parent: 0cba8494981cc2c9067713cfbc346472fd28fc56

Monotone-Revision: 1a5baea565cc67bf76ac49bf83f84dd9c7a15f1e

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2006-11-08T23:48:11
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2006-11-08 23:48:11 +00:00
parent 7d91421452
commit 34ebc5919f
2 changed files with 196 additions and 0 deletions
+4
View File
@@ -1,5 +1,9 @@
2006-11-08 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* UI/WebServerResources/generic.js: initialize tabs from the
"unload" event listener that is added programmatically instead of
from the template... Also, added the new DNDManager object.
* UI/WebServerResources/HTMLTableElement.js: added code to
simulate XUL drag n drop events. This code will possibly be moved
to HTMLElement.js instead later...