Commit Graph

3330 Commits

Author SHA1 Message Date
sspitzer%netscape.com
3c0b3f54db fix the crashing when I post news. 1999-06-10 08:08:22 +00:00
mscott%netscape.com
ee3af4fc35 change the start page. don't point to www.mozilla.org. this is only until #7417 gets fixed. 1999-06-10 07:26:38 +00:00
mscott%netscape.com
c3a0128e26 Change comment to reflect tthe appropriate interface. (it was confusing before). 1999-06-10 07:21:06 +00:00
mscott%netscape.com
b059e57e90 Trying to clear some stuff up to make it easier for Seth and I to track down the build breakage. 1999-06-10 06:55:14 +00:00
waterson%netscape.com
97814c2d09 Fix build bustage: make sure overloaded function uses identical return
type.
1999-06-10 06:40:43 +00:00
mscott%netscape.com
90b9875120 Fix for SunOS build. we were using a nsCOMPtr on two interfaces without explicitly including the interface header file. 1999-06-10 05:49:17 +00:00
sspitzer%netscape.com
149919afe7 nsINNTPProtocol.h is going away, since it is not being used.
the only thing that uses nsNNTPProtocol is nsNntpService.
remove it from the news factory.

changes to get mark message read on display working.
1999-06-10 05:39:09 +00:00
sspitzer%netscape.com
76182cf4b2 work to get this test working again. it's not building right now. 1999-06-10 05:33:55 +00:00
sspitzer%netscape.com
3cb52a37ca the tests are going to break, so I am turning them off. I'll be turning them back on once I figure out what to do. 1999-06-10 05:32:37 +00:00
sspitzer%netscape.com
c2816a8a4a get this to link on IRIX. thanks to Jason Heirtzler <jasonh@engr.sgi.com> for the patch. 1999-06-10 04:32:46 +00:00
mscott%netscape.com
7834f208ee fix memory leak 1999-06-10 03:06:28 +00:00
ducarroz%netscape.com
08eedc8641 fix build bustage 1999-06-10 03:05:22 +00:00
ducarroz%netscape.com
dc514d6887 add a missing declarations, fix build bustage 1999-06-10 03:04:54 +00:00
mscott%netscape.com
1f5deba4a8 Fix memory leaks. 1999-06-10 02:47:29 +00:00
alecf%netscape.com
8e75c8bbe4 fix leak 1999-06-10 02:19:01 +00:00
alecf%netscape.com
3944e0db2c fix some leaks 1999-06-10 02:17:33 +00:00
ducarroz%netscape.com
db2bae8af1 add some missing declarations 1999-06-10 02:02:14 +00:00
ducarroz%netscape.com
b2a5baa4c0 remove any use of nsMsgCompose (it's the old one nsMsgCompose will conflic with the new one I will add soon!) 1999-06-10 02:01:37 +00:00
ducarroz%netscape.com
bfe41f9793 use CreateAndSendMessage instance of SendMessage 1999-06-10 01:50:05 +00:00
ducarroz%netscape.com
5c498f568a need to addref/release the object pass to the callback to avoid crash 1999-06-10 01:11:12 +00:00
rhp%netscape.com
a290a615b2 Changes for composition reorg 1999-06-10 00:52:47 +00:00
ducarroz%netscape.com
1341917654 First Checked In. 1999-06-10 00:41:28 +00:00
mscott%netscape.com
72b8b8cd31 Quiet a noisy printf. 1999-06-10 00:40:53 +00:00
mscott%netscape.com
8f4e01df15 clean up work for pop3 protocol --> remove useage of the 8K output buffer which got ported over from the 4.x days. I use nsAutoString isntead (most of the data we write into the buffer is very small...it's protocol cmd data). This should help improve the memory footprint for pop.
Mad command_response, password and username all nsStrings instead of char *s.
1999-06-10 00:40:28 +00:00
mscott%netscape.com
a651c2085e MLK fixes. Free the line returned by calling ReadNextLine until I have time to come back and make ReadNextLine
not allocate a new buffer for the returned line.
1999-06-09 21:44:01 +00:00
mscott%netscape.com
0f5ff884ae Code clean up --> added methods for building and running a mailbox url. This simplified a lot of the command methods like display message, copy message, etc.
save msg to disk work went in as well.
1999-06-09 21:05:53 +00:00
mscott%netscape.com
1083a22682 save msg to disk work. --> added getter/setting for msg nsIFileSpec 1999-06-09 21:05:10 +00:00
mscott%netscape.com
40951d8183 Add save msg to file action to mailbox actions. Add getter/setter for nsIFileSpec used to store the message when 1999-06-09 21:03:36 +00:00
Jerry.Kirk%Nexwarecorp.com
fdbb5d319d - Bug 7794 Move $(TK_LIBS) further down in the library list. 1999-06-09 19:48:58 +00:00
rhp%netscape.com
2ef018fe56 New file for back end reorganization 1999-06-09 19:34:33 +00:00
mscott%netscape.com
14b921cb3a Use NS_WITH_SERVICE1 which uses the service manager that was passed in to
NSRegisterSelf / NSUnregisterSelf.
1999-06-09 06:40:48 +00:00
sspitzer%netscape.com
a9e539a291 fix windows build breakage. 1999-06-09 06:18:08 +00:00
sspitzer%netscape.com
f9f89bb4b1 more fix for SunOS and other UNIX platform build bustage.
I don't need to include the .idl file since I'm not deriving from it.
but as I side effect, I need to add the include to the other .h file.
1999-06-09 05:42:57 +00:00
sspitzer%netscape.com
e2c451ba68 fix for build bustage on SunOS and other unix platforms..(but curiously, not
windows, mac, or linux.)

since we aren't deriving from these interfaces, I only need to declare
them as interfaces.  I don't have to include the idl files.
1999-06-09 05:22:30 +00:00
hangas%netscape.com
4fa117ed08 Changed Address Book window to show selected card only when a single card is selected. Multi-selection and no selection shows no card. 1999-06-09 02:39:56 +00:00
tague%netscape.com
9dd8d20230 Fix for #7798: Spelling error in locale GetCategory API. Made one change to mailnews to reflect new spelling 1999-06-09 02:37:14 +00:00
jefft%netscape.com
1b4780667e added GetTransactionManager() method 1999-06-09 01:31:01 +00:00
jefft%netscape.com
8467baf7ac added readonly attribute nsITransactionManager transactionManager 1999-06-09 01:30:27 +00:00
alecf%netscape.com
0f24751438 remove unnecessary files, and fixup includes to avoid use of %{C++ 1999-06-09 00:34:51 +00:00
alecf%netscape.com
2f34d8b24b don't export these files on unix 1999-06-09 00:23:37 +00:00
alecf%netscape.com
4e5a184994 these files are now generated 1999-06-09 00:23:01 +00:00
alecf%netscape.com
467c8245bd start doing XPIDL on windows in local 1999-06-09 00:20:38 +00:00
alecf%netscape.com
f04821d6ad get rid of generated headers 1999-06-08 22:50:58 +00:00
hangas%netscape.com
1548757c5c Added code to clear the card view when changing address books. 1999-06-08 22:50:43 +00:00
hangas%netscape.com
d065301ea8 Cleaned up row selection styles. 1999-06-08 22:50:01 +00:00
jefft%netscape.com
4636838c54 added Undo/Redo method 1999-06-08 22:15:58 +00:00
jefft%netscape.com
7707a1a9b7 added Undo/Redo method; construct instance of nsTransactionManager in InitializeFolderRoot() 1999-06-08 22:15:04 +00:00
sspitzer%netscape.com
b4725335ab turn off my debugging printfs. 1999-06-08 21:25:39 +00:00
putterman%netscape.com
87260370f5 Use onchange in threadPane and make selected color white. 1999-06-08 21:08:12 +00:00
warren%netscape.com
b113f2332f Moved WriteFrom to nsIBufferOutputStream. Made necko pass around buffer streams. 1999-06-08 20:57:32 +00:00