merge of '290944a7a48619d2848c467ceac22359889e773c'

and '43226c6973143c1625e30132d5e52ff2c5bf260a'

Monotone-Parent: 290944a7a48619d2848c467ceac22359889e773c
Monotone-Parent: 43226c6973143c1625e30132d5e52ff2c5bf260a
Monotone-Revision: e3227b9b9e8abff2f7a81dee01e5cf51b59ea921

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-07-20T18:19:03
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-07-20 18:19:03 +00:00
2 changed files with 7 additions and 0 deletions
+6
View File
@@ -1,3 +1,9 @@
2011-07-20 Francis Lachapelle <flachapelle@inverse.ca>
* UI/WebServerResources/UIxMailToSelection.js
(addressFieldLostFocus): call addressFieldChanged to validate the
entry and split recipients in multiple fields.
2011-07-19 Wolfgang Sourdeau <wsourdeau@inverse.ca>
* OpenChange/MAPIStoreCalendarMessage.m: reordered certain private
@@ -141,6 +141,7 @@ function addressFieldGotFocus(event) {
function addressFieldLostFocus(event) {
lastIndex = getIndexFromIdentifier(this.id);
addressFieldChanged.bind(this, event)();
}
function addressFieldChanged(event) {