Граф коммитов

1446 Коммитов

Автор SHA1 Сообщение Дата
cmanske%netscape.com 28a16fef2a Use EditorSharedStart() for initialization needed by mail composer 2000-05-15 03:05:39 +00:00
danm%netscape.com c0ae0cbbf6 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
andreas.otte%primus-online.de f8406c718e fix bug 37616, Retire SetRelativePath, removing unused SetRelativePath from nsIURI.idl and all it's implementations, r=warren@netscape.com, a=mscott@netscape.com for the mailnews part 2000-05-13 13:05:00 +00:00
cmanske%netscape.com 205aaa3ea3 Adding TableCommands to <commandset> for message composer 2000-05-13 00:18:59 +00:00
locka%iol.ie 15f7763398 Replaced references to webshell with docshell equivalents 2000-05-12 20:41:19 +00:00
ducarroz%netscape.com 923f1bc193 Fix for bug 39005. Remove text "show" from menu items view/toolbars/... 2000-05-12 07:26:06 +00:00
nhotta%netscape.com 26556f7ce8 Changed to apply base64 encoding for multibyte charsets (used to be for japanese only) instead of sending 8 bit, bug 33661. 2000-05-11 21:03:27 +00:00
sfraser%netscape.com 830e722a84 Fix access paths. 2000-05-11 19:13:10 +00:00
cls%seawood.org 5be082e304 More OS/2 Makefile changes. Bug #34106 Batch 13 2000-05-11 14:15:34 +00:00
ducarroz%netscape.com 29c5de249e Fix for bug 33790. Replace hard coded string by entity 2000-05-11 04:45:55 +00:00
sspitzer%netscape.com 722372a07e the message compose skin now lives under mozilla/themes/modern 2000-05-11 03:52:43 +00:00
sspitzer%netscape.com a671ee37b6 no longer building skins here. now under mozilla/themes/modern 2000-05-11 03:29:11 +00:00
putterman%netscape.com de4d385819 add tooltips. fixes 31807. 2000-05-11 02:52:07 +00:00
ducarroz%netscape.com c07eed7ccb Fix for bug 37955. Autocomplete now observes the pref "mail.enable_autocomplete" 2000-05-11 00:30:18 +00:00
alecf%netscape.com 497f527aed add smtp datasource to the factory 2000-05-10 23:07:32 +00:00
sspitzer%netscape.com 964b87c16f fix for crasher bug #38803, r=putterman,a=granrose. 2000-05-10 18:26:45 +00:00
cmanske%netscape.com d4751bbd20 Switch to using 'editor.js' instead of 'EditorCommands.js' 2000-05-10 13:56:27 +00:00
cata%netscape.com 5a13204c66 Fixing JS error bug. 2000-05-10 08:19:46 +00:00
alecf%netscape.com a2b96674db add smtp datasource and delegate factory to the unix build 2000-05-10 08:06:50 +00:00
alecf%netscape.com c447d610b1 fix test bustage 2000-05-10 07:55:04 +00:00
alecf%netscape.com b63edac665 added files: mozilla/mailnews/compose/src/nsSmtpDataSource.cpp, mozilla/mailnews/compose/src/nsSmtpDelegateFactory.cpp 2000-05-10 07:47:54 +00:00
alecf%netscape.com 6a363ba9fa scriptify key methods of nsIMsgSend so that QA can do more whitebox testing 2000-05-10 07:30:45 +00:00
alecf%netscape.com 0e04060297 add delegate factory and datasource to windows build 2000-05-10 07:29:51 +00:00
ducarroz%netscape.com d4607da7a2 Remove unused and invalid css rule 2000-05-10 07:01:54 +00:00
alecf%netscape.com cd9eba6c1b add new new CIDs and progIDs for the SMTP datasource and delegate factory 2000-05-10 06:50:02 +00:00
alecf%netscape.com f2b19b504e add second parameter to nsISmtpService::FindServer for the datasource 2000-05-10 06:44:06 +00:00
ducarroz%netscape.com 315b574688 fix for bug 38342. Don't test return & tab keys on onkeyup but on onkeypress 2000-05-10 06:40:14 +00:00
alecf%netscape.com 50b6730829 updated datasource and new checkin of smtp delegate factory 2000-05-10 06:24:53 +00:00
ducarroz%netscape.com 6d33bd48f9 ...really disable autocomplete menu this time! 2000-05-10 06:17:52 +00:00
ducarroz%netscape.com 9ff9682835 DIsable autocomplete menu in addressing widget until this one is more stable 2000-05-10 06:16:48 +00:00
hangas%netscape.com 8ac316ab49 Fixed files to import the correct css files. communicator.css for addressbook (19561), and messenger.css for messagecompose (19558). 2000-05-09 23:15:12 +00:00
ducarroz%netscape.com 8478f836bf Fix for bug 38319. Check return key only onkeypressed to avoid conflict with Ja input. 2000-05-09 02:13:57 +00:00
ducarroz%netscape.com b1405f6fcb Fix for bug 28501. Remove implemented buttons. 2000-05-09 02:09:11 +00:00
ducarroz%netscape.com 1b8746adf7 We need to hide the Insert menu as well in plain text mode. 2000-05-09 01:17:33 +00:00
ducarroz%netscape.com 8881d6da3e Fix for bug 33992. Need to call ComposeCanClose() before closing the window! 2000-05-08 23:45:22 +00:00
putterman%netscape.com c83b5ff2f3 tooltips and making button icons show up again. 2000-05-08 14:48:51 +00:00
hangas%netscape.com 3aeeb0d994 Converting files to use xul widgets (19558) 2000-05-07 07:33:28 +00:00
ducarroz%netscape.com f387dcec53 Fix for bug 28420. Check document content for HTML tags before asking the user which format to use for sending the message 2000-05-06 20:14:23 +00:00
nhotta%netscape.com a873dde79f Added a field to nsMsgAttachmentHandler in order to avoid applying base64 for main body, bug 33987, r=rhp. 2000-05-05 20:35:57 +00:00
nhotta%netscape.com 534c730d22 Removed not used charset related entities. 2000-05-05 20:29:51 +00:00
ducarroz%netscape.com cfaaad5748 Fix for bug 28762. Add Spell check menu item and button. Check spelling before sending message. 2000-05-04 22:08:27 +00:00
alecf%netscape.com 0246443b66 first pass at smtpserver datasource
(not part of build)
2000-05-04 08:08:43 +00:00
nhotta%netscape.com fb7dd546e8 Alert the user if the subject contains out of range characters of the mail charset, r=ducarroz, bug 28908. 2000-05-03 21:31:15 +00:00
mscott%netscape.com d01729dc4f adding host and port information to the logging code. 2000-05-03 21:22:18 +00:00
sfraser%netscape.com 43871fde42 Fix Find and Find Again in message compose (just remove the broadcasters to pick up the ones from the editor overlay). 2000-05-03 02:20:16 +00:00
ducarroz%netscape.com 594d7b9f87 Fix for bug 37939: Correct typo in string name. 2000-05-03 01:04:19 +00:00
mkaply%us.ibm.com 8be8b61bd2 # 34082
r= mscott
OS/2 bring up continues - PR_CALLBACKs for VisualAge
2000-05-02 23:11:58 +00:00
cmanske%netscape.com 39e4b70f8d Set editor type to 'textmail' so editor knows it's a plain text mail composer 2000-05-02 03:25:21 +00:00
ducarroz%netscape.com 8a34be919e Fix for bug 35038. Replace html:iframe by a xul editor widget 2000-05-02 00:11:06 +00:00
ducarroz%netscape.com cb30cd0734 Fix for bug 37628. Do not autocomplete newsgroup and followup-to 2000-05-02 00:09:11 +00:00