Commit Graph

431 Commits

Author SHA1 Message Date
mscott%netscape.com
696e37bebd we need to include nsMsgMimeCID.h now 1999-09-03 22:04:44 +00:00
alecf%netscape.com
41dcac0e5c fix crash when server has no local root folder 1999-09-02 21:54:58 +00:00
bienvenu%netscape.com
835c8699d5 fix threaded view enumerator 1999-09-01 20:10:48 +00:00
putterman%netscape.com
82d604a5a0 msgbaseutil.dll isn't 8.3 so change to msgbsutl.dll 1999-08-30 22:17:13 +00:00
bienvenu%netscape.com
4f0568a698 fix assert about auto assigning ids by commenting out atom zapping code 1999-08-29 16:50:48 +00:00
sspitzer%netscape.com
c4e885520a silly change. ignore 1999-08-28 18:20:44 +00:00
bienvenu%netscape.com
922a55a1b7 replace nsIEnumerator with nsISimpleEnumerator 1999-08-26 04:41:07 +00:00
ramiro%netscape.com
7ee0e69965 Cleanup zlib cruft. 1999-08-25 14:39:53 +00:00
putterman%netscape.com
361cd83a39 Work on MarkFlagged. 1999-08-24 21:48:44 +00:00
slamm%netscape.com
319b492795 Removed items from DIRS that do not exist. 1999-08-24 21:45:26 +00:00
alecf%netscape.com
4416bea0e0 fix some uninitialized variables 1999-08-24 07:03:00 +00:00
mscott%netscape.com
b5ac4cbc7f nsString updates --> nsString(eOneByte) --> nsCString 1999-08-24 00:59:56 +00:00
mccabe%netscape.com
381fb81c4f Replace manual method declarations in implementations of xpcom/ interfaces with NS_DECL_NSIFOO. 1999-08-22 11:25:50 +00:00
jdunn%netscape.com
d4943ea017 HP's compiler won't allow deletes of void *... so a base type is needed.
I talked this over with Bienvenu and since the code will be switched
eventually to nsCString, the change is ok.
1999-08-21 00:48:02 +00:00
jdunn%netscape.com
12e301534f HP's native compiler won't allow delete's of void *... so since this
was allocated as an array of chars, i will cast the void * to char * and that works
1999-08-21 00:43:08 +00:00
bienvenu%netscape.com
88bc79a1d3 fix linux build bustage 1999-08-20 00:36:07 +00:00
bienvenu%netscape.com
cdf7e72e10 add support for doing compress commit when space is wasted, make listallkeys sort 1999-08-19 22:25:16 +00:00
bienvenu%netscape.com
cdd864e6c1 fix i18n sorting of sender 1999-08-18 04:05:57 +00:00
sspitzer%netscape.com
b3d7f66956 change API to avoid using NS_COMFALSE. As jband puts it: NS_COMFALSE generally sucks. NS_COMFALSE is going away. fixes bug #11579 1999-08-11 03:44:32 +00:00
davidmc%netscape.com
456ae8b24f First Checked In. 1999-08-10 21:52:13 +00:00
mccabe%netscape.com
2a403483de Changes to the xpidl compiler -
Error if an interface is declared [scriptable], but contains methods that can't be scripted because they refer to native-declared types, unless the method is declared [noscript].

This change is intended to make it easier to determine when an interface is not scriptable, and to make it easier to see what changes need to be made to make it scriptable.

As many of the .idl files in the tree defined [scriptable] interfaces that contained non-scriptable methods, I've sprinkled [noscript] throughout.  As the interfaces weren't scriptable anyway, this shouldn't change their visibility to javascript.
1999-08-10 12:18:01 +00:00
bienvenu%netscape.com
98bc602428 sort by sender correctly, fix ptr/ref idl stuff in nsIMsgDatabase 1999-08-09 19:52:46 +00:00
bienvenu%netscape.com
bbf4cffcd7 get rid of nsString2, more hooking up of status 1999-08-07 02:30:11 +00:00
mscott%netscape.com
716de6baf9 fix warning...we were shadowing a variable called count. 1999-08-05 23:06:23 +00:00
mscott%netscape.com
e7234b3a4e Fix warnings...link is a global variable and we were shadowing it. 1999-08-05 23:02:51 +00:00
sspitzer%netscape.com
ee79738f09 get mark all read to work for news. fixes #11104. use the implementation in the base class. 1999-08-04 20:14:07 +00:00
bienvenu%netscape.com
b7c575997c fix check for null result when threading 1999-08-02 21:42:20 +00:00
bienvenu%netscape.com
3064de3169 only print debug statement when we're really opening a Mork db, not just finding one in the cache 1999-08-02 21:41:20 +00:00
bienvenu%netscape.com
372264ef3f enable scripting from js for opening db 1999-08-02 18:38:51 +00:00
bienvenu%netscape.com
6b686a5da5 fix some memory leaks 1999-08-01 17:03:38 +00:00
bienvenu%netscape.com
4fc9a22e1c fix memory leak of writer 1999-08-01 17:01:32 +00:00
sspitzer%netscape.com
8035a9d87c turn of my debugging printfs. 1999-07-31 19:07:05 +00:00
briano%netscape.com
0212559fff Added NSPR_LIBS so it the shared lib would build on IRIX. 1999-07-30 23:36:14 +00:00
mscott%netscape.com
01ab699db6 Landing the MailNews_Necko_BRANCH. These are the changes that will enable mailnews to run with necko. 1999-07-29 00:42:25 +00:00
briano%netscape.com
007ea62765 Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568. 1999-07-27 23:27:44 +00:00
bienvenu%netscape.com
b564f818c7 protect against 0 or negative thread child count 1999-07-22 21:24:57 +00:00
bienvenu%netscape.com
39d5ea36ef fix warning described in bug 10012 1999-07-22 01:45:04 +00:00
bienvenu%netscape.com
d2946a5e07 add support for thread notifications 1999-07-21 21:49:46 +00:00
bienvenu%netscape.com
f515ef059c fix memory leak and comment out assertion 1999-07-21 17:49:42 +00:00
bienvenu%netscape.com
0fb371f52c ad parent key to notifications 1999-07-21 03:00:49 +00:00
davidmc%netscape.com
76638956ec moving row positions; responding to parse 1999-07-20 23:37:06 +00:00
davidmc%netscape.com
32dbcaa18a moving row positions; parsing 1999-07-20 23:36:38 +00:00
davidmc%netscape.com
f6d10ca7dc moving row positions 1999-07-20 23:36:08 +00:00
davidmc%netscape.com
88f5c58a1b add inline method for inverse of 'isempty' -> 'hasmembers' 1999-07-20 23:29:05 +00:00
davidmc%netscape.com
6b70452837 cleanup 1999-07-20 23:24:51 +00:00
davidmc%netscape.com
40a96a1b1b cutting row syntax 1999-07-20 23:23:53 +00:00
bienvenu%netscape.com
6d67debb09 fix saving of uint values in dbs 1999-07-20 19:22:46 +00:00
sspitzer%netscape.com
6278501c89 fix #defines 1999-07-20 03:54:16 +00:00
bienvenu%netscape.com
46537ffe45 need to delete headers even if we can't find the thread 1999-07-19 22:43:26 +00:00
sspitzer%netscape.com
9aa894652c clean up #defines. more printfs for my benefit. 1999-07-17 22:17:00 +00:00