Commit Graph

729 Commits

Author SHA1 Message Date
hangas%netscape.com
cd3519d401 Changed background color of tree to inherit background color rather than the white picked up from xul.css 1999-08-10 01:56:51 +00:00
hangas%netscape.com
c023ea4488 Added treeallowevents to allow click through on addressing widget. 1999-08-10 01:36:20 +00:00
hangas%netscape.com
bf63c48eed Moved addressing widget from messengercompose to its own overlay 1999-08-09 23:59:54 +00:00
hangas%netscape.com
0dd4f2652b added addressing widget to build 1999-08-09 23:59:06 +00:00
hangas%netscape.com
e1781071b1 First Checked In. 1999-08-09 23:58:19 +00:00
alecf%netscape.com
82b5f6a513 removed files: mozilla/mailnews/compose/src/nsMsgCompPrefs.cpp 1999-08-09 23:04:09 +00:00
alecf%netscape.com
8392ca4cf6 remove nsMsgCompPrefs from build 1999-08-09 23:01:10 +00:00
sspitzer%netscape.com
b7912c60da use try and catch in the message compose javascript. 1999-08-09 14:23:44 +00:00
ramiro%netscape.com
4ca8634688 Ignore generated Makefiles. 1999-08-07 22:34:02 +00:00
bienvenu%netscape.com
8f3473e855 get rid of nsString2 1999-08-07 15:47:55 +00:00
cls%seawood.org
3f1dcd11dc Various fixes to let the tree compile with gcc 2.95:
String constants are now (const char *)s and must be explicitly cast to (char *).
operator new is expected to be empty or throw an expection instead of returning null. (ifdef'd for gcc 2.95+)
Stricter checks on register clobbering in embedded asm. (at least I think that's what it is)
Expects the main function to return int, not something similiar to it like PRInt32.

Still requires a tweak to remove -mno-486 from NSPR's *.mk files.
1999-08-07 06:01:31 +00:00
bienvenu%netscape.com
3653ea8d06 get rid of nsString2 1999-08-07 02:32:02 +00:00
ducarroz%netscape.com
d7adb11862 Fix breakage with plain text message composition due to wrong url loaded in Ender 1999-08-07 00:30:01 +00:00
ducarroz%netscape.com
065f815d73 Remove   in order to make japanese mail works because of entity bug 1999-08-07 00:28:28 +00:00
chuang%netscape.com
e07fcfc91b remove pref html files 1999-08-06 23:16:13 +00:00
chuang%netscape.com
debcc564a4 replace Entity with dtd file 1999-08-06 23:09:43 +00:00
ducarroz%netscape.com
baffe04959 Remove temporary the key binding, fix for bug 11184 1999-08-06 20:29:18 +00:00
chuang%netscape.com
cba244dd4d add locale/en-US to build 1999-08-06 20:28:20 +00:00
chuang%netscape.com
dcdb4147ad fix text change, this file is not in build yet 1999-08-06 18:49:36 +00:00
chuang%netscape.com
dce7f0eafa replace pref html file with xul file 1999-08-06 17:33:51 +00:00
rhp%netscape.com
7e1f7562bd Changes for charset detection for URL attachments 1999-08-06 13:12:04 +00:00
ducarroz%netscape.com
72ab2dc38a fix for bug 10382 1999-08-06 00:19:17 +00:00
ducarroz%netscape.com
618e21a4bb Fix for bug 10382 1999-08-06 00:16:24 +00:00
chuang%netscape.com
b70a35f040 converted pref xul file, not in build yet 1999-08-05 23:08:59 +00:00
chuang%netscape.com
61bf534ffa dtd files, not in build yet 1999-08-05 23:03:38 +00:00
chuang%netscape.com
42bd36bb67 local stuff, not in build yet 1999-08-05 23:00:19 +00:00
sspitzer%netscape.com
fdcbe50278 use /tmp instead of /usr/tmp. /tmp should always be there, where /usr/tmp will not be. eventually, this will go away anyways. 1999-08-05 22:43:15 +00:00
rhp%netscape.com
126e9aa075 Changes for bodies in drafts and fix for 8bit address sending 1999-08-05 22:19:46 +00:00
chuang%netscape.com
127397b4e6 fix bug 6845 1999-08-05 20:12:45 +00:00
sspitzer%netscape.com
374cba2e00 remove taunting of QA 1999-08-05 14:55:13 +00:00
mscott%netscape.com
04fdfa7f3c yuck..we are referring to the implementation nsMsgCompFields here instead of through the interface.
that's not good..
use newSetAsciiHeader method
1999-08-04 23:59:25 +00:00
mscott%netscape.com
939e6eedef We were overloading SetHeader which was a method in an interface (nsIMsgCompFields) which we inherited from. This was hiding the
interface method and was generating a warning on some platforms.
Fix --> change second definition of SetHeader to be SetAsciiHeader nsMsgCompFields.cpp
1999-08-04 23:58:57 +00:00
sspitzer%netscape.com
aa2aa9f5b5 fix warning 1999-08-04 20:40:57 +00:00
sspitzer%netscape.com
aa996d0e5b fix warnings. add newline to the end of file for crappy unix compilers 1999-08-04 20:40:23 +00:00
mscott%netscape.com
f2bf012d3c fix linux warning. 1999-08-04 20:32:33 +00:00
mscott%netscape.com
f81f1014c2 fix linux warning 1999-08-04 20:32:11 +00:00
rhp%netscape.com
2129c94f26 Changes for quoting cleanup in mail compose 1999-08-04 20:19:45 +00:00
chuang%netscape.com
a0afb83e9b replace html files to xul files 1999-08-04 18:29:28 +00:00
brade%netscape.com
a4b1d61ee0 editor keybindings (some may need to change to be mailcompose-specific) 1999-08-03 15:01:00 +00:00
rhp%netscape.com
eaadce95c2 Just adding a new file - NOT PART OF THE BUILD 1999-08-03 02:41:39 +00:00
putterman%netscape.com
9a9a248acd Text goes on bottom of buttons. 1999-08-03 00:01:13 +00:00
mscott%netscape.com
1bf8faec8a Fix for Bug #8718. Fix problem where we failed to send messages which had a line greater than 2K. 1999-08-02 23:40:06 +00:00
hangas%netscape.com
94babc0002 Fixed the Exit menu item for all mailnews windows to match the new menu structure. Hook?=dp 1999-08-02 23:16:13 +00:00
hangas%netscape.com
c27dffed84 Updates for the new address book xul file names, added dtd files, removed html files, overall reorg. 1999-08-02 18:27:42 +00:00
rhp%netscape.com
1d3aa65510 Changes for specifying attachments via the nsMsgCompFields object 1999-08-01 16:01:31 +00:00
rhp%netscape.com
7682dd4713 Fix pref for deleting drafts on Send Later operation 1999-08-01 13:28:36 +00:00
sspitzer%netscape.com
d673221a8a fix attach menu to play in the new xpmenu world. 1999-07-31 20:29:12 +00:00
sspitzer%netscape.com
48b9e2d357 use the right image for the throbber. we should make the throbber css info should be global. I'll log a bug and get to that later. 1999-07-31 20:15:21 +00:00
rhp%netscape.com
975ad90fb9 Changes for Drafts and Templates 1999-07-31 19:59:35 +00:00
sspitzer%netscape.com
9331740482 adding rhp's new file to the project. 1999-07-31 19:56:40 +00:00