Commit Graph

475 Commits

Author SHA1 Message Date
varada%netscape.com
0802fd28ba fix for bug#72916;changing xul broadcasters to commands and observes to commands;r=ducarroz;sr=mscott 2001-04-13 21:44:22 +00:00
ducarroz%netscape.com
75490058dd Fix for bug 28348 and bug 52329. Add a progress dialog while sending or saving a message. Also stop hidding the msg compose window during send. I have also did a big cleanup of message compose backend which remove couple of leaks. R=varada, SR=sspitzer 2001-04-13 04:38:01 +00:00
ducarroz%netscape.com
e0d5eca890 Part of fix for bug 28348. Add Progress dialog. R=varada, SR=sspitzer 2001-04-12 23:36:23 +00:00
ducarroz%netscape.com
fa81082d75 New files for fix for bug 52329 and bug 28348. NOT PART OF THE BUILD YET. R=varada, SR=sspitzer 2001-04-12 23:33:30 +00:00
hewitt%netscape.com
58196589e7 72530 - oversized dialog problems, r=jag, sr=alecf 2001-04-12 05:42:05 +00:00
ducarroz%netscape.com
04338d4ee1 Fix for bug 74829. Cannot pass null for an out argument. R=varada, SR=mscott 2001-04-12 01:47:08 +00:00
stephend%netscape.com
8a86cc3742 Fix for bug 75581 - 'When attaching a webpage in mail, we prefill the field bar with 0, instead of null' r=sspitzer@netscape.com r=varada@netscape.com sr=sspitzer@netscape.com 2001-04-11 23:20:28 +00:00
maolson%earthlink.net
189b9cdd34 fix bug 69433 - %foo% begone, summon %s (aka use stringbundle's getFormattedString instead of js .replace())
r=jag, racham; sr=sspitzer
2001-04-11 05:36:01 +00:00
hewitt%netscape.com
5fe5260660 72882 - msgcompose cleanup , r=blake, sr=ben 2001-04-11 00:51:15 +00:00
ccarlen%netscape.com
2ad2b9adcf Bugs 70379, 70380 - Hide nsISingleSignon from embedding apps, split auth prompting methods out of nsIPrompt into a new interface. r=valeski, sr=rpotts. 2001-04-10 18:30:25 +00:00
sspitzer%netscape.com
948555ce13 fix for #75290. clean up our temp files when doing save as draft.
fix by cavin@netscape.com.  r=ducarroz, sr=sspitzer
2001-04-10 07:23:18 +00:00
danm%netscape.com
bfe4893c0c fix goofed recent change from use of commondialogs to promptservice. bug 75244 r=hyatt,ianh 2001-04-09 20:38:20 +00:00
danm%netscape.com
d3733a7448 commondialog service is being replaced by promptservice. bug 72112 continues 2001-04-09 02:08:05 +00:00
blakeross%telocity.com
c9b9689e26 Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt 2001-04-05 19:53:13 +00:00
racham%netscape.com
b8cb23a737 Fixing bugs 72498, 73892 and 72531. Fixing bug 72498 brings back File Here menuitem back into all mailnews folder pickers. This one missed 081 branch train. Thanks to all who reviewed this patch now and then. Fixing bug 73892 makes the Bcc Self field appear again in Copies and Folders panel of any given server and fianlly fix to bug 72531 makes Search Messages link to appear for news and movemail accounts in AccountCentral. r=gayatrib, bienvenu, racham sr=sspitzer 2001-03-30 02:06:46 +00:00
disttsc%bart.nl
255a4dd9f7 bug 73237: "we should not call window.focus() on all windows right before closing them on shutdown", author=Boris Zbarsky <bzbarsky@mit.edu>, r=jag, sr=alecf 2001-03-28 07:09:16 +00:00
varada%netscape.com
7747e255c5 fix for bug#69525-dnd attachment not working for compose window on mac;r=ducarroz;sr=mscott 2001-03-24 00:35:31 +00:00
ducarroz%netscape.com
d7295155e5 FIx for bug 73041. SendMsg now has only two parameters. SR=sspitzer 2001-03-24 00:10:59 +00:00
timeless%mac.com
292395ae13 fix Bugzilla Bug 65428 language="javascript" should be type="application/x-javascript" mailnews
r=fabian, a=ben
2001-03-23 23:44:31 +00:00
blakeross%telocity.com
e15168412f Fixing 73076, missing mail text. sr=shaver 2001-03-22 21:47:04 +00:00
sspitzer%netscape.com
7b5012bcd8 fixing blocker bug #73028. more fallout from blake's checkin.
patch started by blake, rest of fix by bienvenu.  sr=sspitzer.
2001-03-22 20:06:28 +00:00
blakeross%telocity.com
0384507453 This file escaped my wrath somehow. 2001-03-22 07:24:56 +00:00
blakeross%telocity.com
0b2dd2b2d2 Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2001-03-22 00:59:29 +00:00
maolson%earthlink.net
1e7ee6f0f9 fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2001-03-22 00:15:47 +00:00
mscott%netscape.com
fe4edc0bea Land the Mailnews Performance Branch.
Includes front end re-write to use the outliner widget for the thread pane.

Improvements in scrolling, folder loading, message display, replyto time, sorting, selecting, deleting, the list goes
on and on.

enjoy =).
2001-03-17 01:59:34 +00:00
varada%netscape.com
bc6c0e45b7 fixes for bugs# 70615 70626;r=ducarroz;sr=mscott 2001-03-12 05:30:11 +00:00
cmanske%netscape.com
d0220a2106 Added param to caller of editor saveDocument for save mime type as part of fix for bug 51798. r=brade, sr=sfraser 2001-03-10 00:02:31 +00:00
hewitt%netscape.com
eeb97b1e15 68480 - cleanup msgcompose toolbar menubuttons, r=cmanske/ducarroz, sr=hyatt 2001-03-09 00:01:55 +00:00
timeless%mac.com
0113c0683d fix bug 64562 Some chrome dtd bugs [duplicate entities in dtds]
fixes from cjh@kr.freebsd.org r=jag, sr=jst
2001-03-07 11:28:42 +00:00
jgmyers%netscape.com
f282cf9fbf Have SMTP prompt for userid if it's not set in prefs: bug 64777 sr=mscott r=sspitzer 2001-03-07 01:08:04 +00:00
ducarroz%netscape.com
69a85e9533 Fix for bug 48668. Put back the extra blank line before page link. R=varada, SR=bienvenu 2001-03-06 20:20:58 +00:00
varada%netscape.com
f1852f8c8b fix for bug#49378;UI:feedback after saving draft;r=ducarroz;sr=mscott 2001-03-05 21:45:05 +00:00
ducarroz%netscape.com
1c02c664ff Bug 22486. Add TimeStamp function to track new message and reply performance. R=sspitzer, SR=bienvenu 2001-03-05 20:00:26 +00:00
nhotta%netscape.com
a125ae8be8 Changed to enable charset conversion error alert only for "send now" to avoid the data loss when called for window close, bug 57083, r=ducarroz, sr=bienvenu. 2001-02-26 20:41:49 +00:00
blakeross%telocity.com
a7a6aaec82 Using xul <stringbundle/> in mailnews instead of including strres.js everywhere (56680). Patch by Mark Olson (maolson@earthlink.net). r=jag sr=bienvenu 2001-02-23 00:28:34 +00:00
timeless%mac.com
44feca4fbf fix bug 53321 New text needed when no recipients are specified
patch by gemal@gemal.dk r=timeless,varada, sr=sspitzer
2001-02-15 06:49:15 +00:00
timeless%mac.com
ca58b2ad4c fix bug 48668 Blank line before URL when selecting Send Page
patch by gemal@gemal.dk, r=timeless, sr=alecf
2001-02-13 05:06:33 +00:00
ducarroz%netscape.com
f8cf11c910 Fix for bug 37697. noHTMLRecipient wasn't retreived correctly. R=sspitzer, SR=mscott, A=asa 2001-02-08 00:17:58 +00:00
syd%netscape.com
8310ac89c1 Editor overlay smilie menus. r=syd, sr=sfraser, checking in for
anatoliya@netscape.com
2001-02-07 07:52:02 +00:00
ben%netscape.com
cdbe3e76b5 Drag and drop API change, call site patches. r=jag, a=hyatt (r=jag for nsDND part of other checkin too) 2001-02-05 07:53:02 +00:00
ducarroz%netscape.com
f50ca26bd5 Fix for bug 37697. Add support of preferFormat and html and plaintext domains list. R=chuang, SR=mscott,bienvenu 2001-02-02 23:39:43 +00:00
hewitt%netscape.com
183fd559a7 45060 - addressing widget cleanup, r=ducarroz, sr=sspitzer 2001-02-02 02:18:13 +00:00
hewitt%netscape.com
d8980ef05e 65411 - add throbber-box id, r=hwaara, sr=sspitzer 2001-02-02 01:32:57 +00:00
blakeross%telocity.com
b1a7f2005b Fix 60788: letters with descenders cut off in mail compose subject field. patch by hwaara. r=sspitzer,blake sr=bienvenu 2001-01-26 06:05:46 +00:00
timeless%mac.com
a94020c762 fix bug 62703 Mail Compose: Need mnemonics for "Attachments" and "Subject"
patch by hwaara@chello.se, r=timeless, sr=alecf
2001-01-23 22:48:46 +00:00
kin%netscape.com
4275b833c4 Fix for bug #6254 (Find/Replace needs to be implemented.)
First pass implementation of Find and Replace.
sr=sfraser@netscape.com  r=ducarroz@netscape.com

New Files:

    editor/txtsvc/macbuild/txtsvcIDL.mcp
    editor/txtsvc/public/MANIFEST_IDL
    editor/txtsvc/public/nsIFindAndReplace.idl
    editor/txtsvc/src/nsFindAndReplace.cpp
    editor/txtsvc/src/nsFindAndReplace.h
    xpfe/components/find/resources/replacedialog.js
    xpfe/components/find/resources/replacedialog.xul
    xpfe/components/find/resources/locale/en-US/replacedialog.dtd


Modified Files:

    build/mac/build_scripts/MozillaBuildList.pm
    editor/base/nsEditorShell.cpp
    editor/idl/nsIEditorShell.idl
    editor/txtsvc/macbuild/txtsvc.mcp
    editor/txtsvc/public/Makefile.in
    editor/txtsvc/public/makefile.win
    editor/txtsvc/public/MANIFEST
    editor/txtsvc/src/Makefile.in
    editor/txtsvc/src/makefile.win
    editor/txtsvc/src/nsTextServicesFactory.cpp
    editor/ui/composer/content/ComposerCommands.js
    editor/ui/composer/content/editor.js
    editor/ui/composer/content/editorOverlay.xul
    editor/ui/composer/locale/en-US/editorOverlay.dtd
    mailnews/compose/resources/content/messengercompose.xul
    mailnews/compose/resources/content/MsgComposeCommands.js
    mailnews/compose/resources/locale/en-US/messengercompose.dtd
    xpfe/components/jar.mn
    xpfe/components/find/public/nsIFindComponent.idl
    xpfe/components/find/public/nsISearchContext.idl
    xpfe/components/find/resources/makefile.win
    xpfe/components/find/resources/MANIFEST
    xpfe/components/find/resources/locale/en-US/MANIFEST
    xpfe/components/find/src/nsFindComponent.cpp
    xpfe/components/find/src/nsFindComponent.h
2001-01-23 21:55:04 +00:00
nhotta%netscape.com
ed221a6a31 Wording change for charset not match alert, changed to add wording for saving message, bug 57080, r=nhotta, sr=erik. 2001-01-19 21:19:27 +00:00
varada%netscape.com
a77655ca07 fix for bug#53534-attachment cannot have duplicate files;r=ducarroz;sr=mscott; fix for bug#59101-toolbar checkmarks not visible in viewmenu;r=varada;sr=mscott 2001-01-11 22:34:13 +00:00
cmanske%netscape.com
53ee884ff1 Added xul includes no longer included in editorOverlay.xul. Part of fix for 54584. r=ducarroz, sr=syd 2001-01-09 20:35:43 +00:00
ducarroz%netscape.com
75a56e2368 Fix for bug 39627. Implementation of the print command. Also fix bug in nsMsgCompose::GetEditor who forget to addref the result. R=varada, SR=bienvenu 2001-01-09 00:15:22 +00:00