-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathchangelog
executable file
·44 lines (39 loc) · 2.24 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
2011-05-15 23:07:19 tanabec <[email protected]>
* confirm-mail-dialog.js : Rename variables in the global namespase of the
compose window including confirmOK and countDownComplete.
* confirm-mail-dialog.js : fix 'select all' checkbox in the confirm
window. 1) If the first listbox is empty, the checkbox is disabled. 2) If
the first llistbox includes over 6 mailaddresses, all checkbox is checked.
2011-02-24 00:22:56 tanabec <[email protected]>
* confirm-address-dialog-tree.css : Remove
* confirm-address-dialog-tree.js : Remove
* confirm-address-dialog-tree.xul : Remove
* confirm-address-dialog.xul : Rename to confirm-mail-dialog.js
* confirm-address-overlay.js : Rename to confirm-mail-overlay.js
* confirm-address.js : Rename to confirm-mail.js
* confirm-address.js : getByDomainMap() : Remove
* confirm-address.js : judge() : Change logic
* confirm-address.xul : Rename to confirm-mail.xul
* confirm-address-dialog.xul : Rename to confirm-mail-dialog.xul
* unittest/confirm-address-test.js : Rename to confirm-mail-test.js
* uniitest/confirm-mail-test.js
: testJudge_InSiderDomainName_SubDomain() : Add.
* setting.js : change domain name in
INTERNAL_DOMAINS, ALLOW_SKIP_CONFIRMATION, ENABLE_COUNTDOWN, COUNT_DOWN_TIME
* setting.js : Remove comments about "tree style"
* setting.js : Fixed missing variable declaration
* setting.js : Change window size.
* setting.js : Change error check on cdTime.
* setting.js : startup() : Change initialise step at listitems.
* setting.js : add() : Add duplication check on domain name.
* setting.js : edit() : Add duplication check on domain name.
* setting.js : remove() : Add process which save domain name.
* setting.js : doOK() : Split function in saving domain name. -> "saveDomainName()".
* setting.js : saveDomainName() :Add.
* countdown.js : startup() : Change setInterval() to nsITimer().
* confirm-address.dtd : Rename to confirm-mail.dtd
* confirm-address.dtd : Change messages
* confirm-mail.js : Add function : Collect attachments name in function "collectFileName"
* confirm-mail.js : judge() : Change broad matching to exact matching
* confirm-mail-dialog.js : Add function :Display attachments name in function "startup"
* install.rdf : Change author, name etc.