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
kmcclusk%netscape.com
64da0a0c5c
Added support to read Adobe Font Metric files to get the correct font metrics
...
for printing.
1999-02-26 20:03:35 +00:00
mscott%netscape.com
1f03f45461
Export NS_InitMsgAppCoreClass to fix build. Alec is going to make the correct change and add this to the idl file so we won't lose it the next time we rev the idl files. This was part of the hack stuff we had to add to get msgappcore running in apprunner..
1999-02-26 20:03:26 +00:00
cyeh%netscape.com
8f08f88689
make simple makefile for mtbf, but this time a working one
1999-02-26 20:02:37 +00:00
kipp%netscape.com
960bc34221
fixed up operator new usage
1999-02-26 20:02:06 +00:00
pollmann%netscape.com
6dcb7e30da
Enable dynamic changing of the readonly attribute.
...
Works on Linux now. Win will come on-line later today.
1999-02-26 20:01:48 +00:00
slamm%netscape.com
08e5ad61d6
Add bookmarks window.
1999-02-26 20:01:27 +00:00
slamm%netscape.com
43cbc3724d
Add 'Edit Bookmarks...' menu item.
1999-02-26 19:59:00 +00:00
slamm%netscape.com
d63963762c
Add bookmarks window
1999-02-26 19:58:17 +00:00
kipp%netscape.com
c7764aadc0
use macro to get operator new correct
1999-02-26 19:57:18 +00:00
brade%netscape.com
ea24559942
First Checked In.
1999-02-26 19:51:49 +00:00
scc%netscape.com
fb59a99841
deprecated |dont_AddRef|, added a new form of |getter_AddRefs| to take its place. Removed all nothing of bool from the headers (should help gcc)
1999-02-26 19:50:46 +00:00
cyeh%netscape.com
c85934a8fd
add makefile to build mtbf
1999-02-26 19:48:06 +00:00
mcafee%netscape.com
a51a1d23cc
Switching false/true over to PR_FALSE/PR_TRUE
1999-02-26 19:47:48 +00:00
cyeh%netscape.com
10fae06c47
make command line options work under win32
1999-02-26 19:47:38 +00:00