Commit Graph

18376 Commits

Author SHA1 Message Date
hyatt%netscape.com
a7ba61e78c Making sure that nsIStyledContent.h gets exported. 1999-02-27 01:31:42 +00:00
hyatt%netscape.com
234ceed838 Changes to makefiles to ensure that nsIStyledContent.h is exported. 1999-02-27 01:31:16 +00:00
hyatt%netscape.com
271401155d The nsIStyledContent interface. Removes CLASS, ID, and STYLE support (as well
as the ability to supply style hints) from nsIHTMLContent.
1999-02-27 01:31:01 +00:00
hyatt%netscape.com
6153afc737 Changes to tree frame construction code. 1999-02-27 01:28:19 +00:00
ducarroz%netscape.com
6a336951d2 add missing parameter to SendMessage 1999-02-27 01:26:01 +00:00
peterl%netscape.com
c3479071d3 Fixed leak of token recycler 1999-02-27 01:11:51 +00:00
mscott%netscape.com
30345703da Remove no shared library field 1999-02-27 01:03:26 +00:00
av%netscape.com
e845f0123f *** empty log message *** 1999-02-27 00:57:04 +00:00
mscott%netscape.com
cec6cd22be Add mdbstubs.cpp to the build. 1999-02-27 00:56:41 +00:00
mscott%netscape.com
f27d3b917b Link with nntpTest library. 1999-02-27 00:43:54 +00:00
mscott%netscape.com
958c7242e1 Name of the compose library changed. Update the Makefile. 1999-02-27 00:29:19 +00:00
mscott%netscape.com
5023c267a4 Hmm somehow we got a bunch of duplicate file names getting built. Cleaning up the Makefile 1999-02-27 00:21:42 +00:00
mscott%netscape.com
5627a1525e Fix Unix breakage. XP_AppVersion is a const char * not a char * for unix. 1999-02-27 00:16:52 +00:00
mscott%netscape.com
54af626371 I'm not sure why this was changed from m_host to "", in any case, change it back to m_host
which is the host to use...
1999-02-26 23:56:56 +00:00
scc%netscape.com
67bb023757 for VC++5.0, no member using declarations (to prevent internal compiler error); to make this compile fixed type of AddRef and Release in nsDerivedSafe 1999-02-26 23:43:40 +00:00
ducarroz%netscape.com
5a689a62a7 receive an URL during the creation of a new message instance. Add new parameter in SendMessage (from, cc, bcc, smtp) 1999-02-26 23:42:54 +00:00
ducarroz%netscape.com
fe51436753 fix build problem with missing parameter when call SendMailMessage. Add an empty host name 1999-02-26 23:40:42 +00:00
mscott%netscape.com
f9e4b48724 Fix build breakage. NS_InitMsgAppCoreClass returns an nsresult. 1999-02-26 23:38:32 +00:00
ducarroz%netscape.com
2f53812832 carry smtp server over the send process 1999-02-26 23:38:20 +00:00
pinkerton%netscape.com
3d6cc9ba89 warren's hack-o-rama to get rdf working w/out libreg on mac. permission to check into closed tree by sar. 1999-02-26 23:28:14 +00:00
pinkerton%netscape.com
1488619e0e added GetGlobalServiceManager for warren. permission to checkin to closed tree granted by sar. 1999-02-26 23:26:17 +00:00
ducarroz%netscape.com
fcb9ba27d2 carry smtp server over the send process 1999-02-26 23:25:46 +00:00
ducarroz%netscape.com
5502c2fce4 carry smtp server name over the send message process 1999-02-26 23:23:32 +00:00
fur%netscape.com
6451d16c66 Changed factoring of function declaration macros to be based on choice of
compiler rather than OS
1999-02-26 23:18:37 +00:00
fur%netscape.com
c0a678e648 Add /D GENERATE_FOR_X86 1999-02-26 23:14:31 +00:00
ducarroz%netscape.com
302f0da91b clobber tag was missing causing a nmake error 1999-02-26 23:13:36 +00:00
fur%netscape.com
a0ee7a17d7 A bunch of grunge work to reduce OS-dependent code in ElectricalFire
sources:

+ Renamed files and classes that were inappropriately named, i.e. the
  names started with 'x86Win32', but the code was for generic x86, not
  specific to Win32.

+ Segregated the 64-bit arithmetic code into an OS-independent
  x86Arith64.{cpp,h}
1999-02-26 23:12:06 +00:00
fur%netscape.com
05f642af1f Squawk if target architecture is unknown 1999-02-26 23:06:34 +00:00
fur%netscape.com
6567c4d04f x86-win32.nad ==> x86.nad 1999-02-26 23:05:58 +00:00
fur%netscape.com
5a55883add x86Win32Cpu.h ==> x86Cpu.h 1999-02-26 23:01:40 +00:00
fur%netscape.com
19aa8b74e4 x86Win32Cpu.h ==> x86Cpu.h 1999-02-26 23:00:45 +00:00
ducarroz%netscape.com
6b588b90a3 updated to export new resources files 1999-02-26 22:46:33 +00:00
ducarroz%netscape.com
872c5c3208 remove address and subject fields, they are now in the toolbar describe in compose.xul 1999-02-26 22:45:12 +00:00
fur%netscape.com
b6f91cbeb1 A bunch of grunge work to reduce OS-dependent code in ElectricalFire
sources.

Here's a detailed list of the changes:

Renamed files and classes that were inappropriately named, i.e. the
names started with 'x86Win32', but the code was for generic x86, not
specific to Win32.

Segregated the 64-bit arithmetic code into an OS-independent
x86Arith64.{cpp,h}
1999-02-26 22:45:11 +00:00
ducarroz%netscape.com
44ff3bfe13 Initial check in 1999-02-26 22:43:41 +00:00
ducarroz%netscape.com
1a1f26dd8d replaced by compose.xul 1999-02-26 22:42:36 +00:00
ducarroz%netscape.com
e73c59e056 no comment 1999-02-26 22:28:50 +00:00
ducarroz%netscape.com
f86489df9c did some reformating of the code 1999-02-26 22:23:24 +00:00
ducarroz%netscape.com
bbf6f2538a change hard coded version of messenger 1999-02-26 22:21:45 +00:00
terry%netscape.com
930e9d9bd1 Removed "Platform: Rhapsody" component. 1999-02-26 22:05:52 +00:00
cyeh%netscape.com
977d03816a fix analysis.html generation by fixing ostype checks 1999-02-26 21:30:38 +00:00
wtc%netscape.com
8775f0d1e1 added files on behalf of wtc: prerr.c, prerrortable.c, and prrwlock.c. 1999-02-26 20:49:06 +00:00
wtc%netscape.com
5f9ce13f73 Temporary depend:clean hack. 1999-02-26 20:47:41 +00:00
wtc%netscape.com
cf5a813894 Landing of miscellaneous changes, including the new error code to
string function contributed by John Myers <jgmyers@netscape.com>.
1999-02-26 20:41:06 +00:00
wtc%netscape.com
cbd5277f58 New test file acceptread.c. 1999-02-26 20:38:30 +00:00
michaelp%netscape.com
4e5500c519 added fix for GetRects(). not currently called by anything but the new
compositor which is not yet enabled. approved by sar.
1999-02-26 20:16:50 +00:00
cyeh%netscape.com
d091298ae7 added blat url to usage output 1999-02-26 20:15:03 +00:00
cyeh%netscape.com
81053acd19 *** empty log message *** 1999-02-26 20:13:06 +00:00
alecf%netscape.com
097ffed247 remove duplicate definition (whoops!) 1999-02-26 20:06:18 +00:00
alecf%netscape.com
58e090b48b bring NS_InitMsgAppCoreClass back from the dead 1999-02-26 20:04:39 +00:00