Commit Graph

706 Commits

Author SHA1 Message Date
rhp%netscape.com
8f84b13eb4 Fix for mac display problem - Bug #: 18866 - r: alecf 1999-12-02 02:58:06 +00:00
rhp%netscape.com
8f0ec1eb9f Fixing project file for release build. 1999-12-02 01:45:13 +00:00
rhp%netscape.com
bbcc763a69 Correcting project file. 1999-12-01 23:17:58 +00:00
ducarroz%netscape.com
eef04c348d Fix for bug 17771 and bug 18676. We need to quote name and address part when we reformat email addresses. R=jefft 1999-12-01 22:34:33 +00:00
erik%netscape.com
5cf43677d8 adding local .cvsignore file; r=none 1999-12-01 18:03:52 +00:00
rhp%netscape.com
8e02dff090 Adding new files for mac...NOT PART OF THE BUILD YET 1999-12-01 06:12:10 +00:00
rhp%netscape.com
01ba842eae Cleanup of garbage files 1999-11-30 23:15:59 +00:00
sspitzer%netscape.com
9e37f6ff2d go back to version 1.7 for rhp. 1999-11-30 23:03:59 +00:00
sspitzer%netscape.com
45fc16c656 clean up in preparation for bug #14254. remove unused files. create
new string bundle (messenger.properties) for use by the messenger application
fix widgetglue.js to use the string bundle.  now we get the title of the
new folder / subscribe dialog from the string bundle.
also fix the problem where the new folder / subscribe dialog wouldn't open
if zero, or more than one server / folder were selected.
1999-11-30 22:57:42 +00:00
rhp%netscape.com
2c608a1d66 adding these back. 1999-11-30 22:42:09 +00:00
rhp%netscape.com
e20654c4d2 deleting garbage files 1999-11-30 22:37:16 +00:00
rhp%netscape.com
cb9ed8a1d4 Adding new build files to the tree 1999-11-30 22:31:23 +00:00
rhp%netscape.com
8505a48d17 Adding new mac project file 1999-11-30 22:29:57 +00:00
mscott%netscape.com
a3120f1082 comment out the msgWindow variable that we were creating
every time this script was loaded. This was happening
every time we loaded a message. It had a side effect
of causing a uri dispatching crash and it had severe performance implications. We shouldn't be creating
a new msg window every time we display a message.
this may have a bad side effect when we support multiple
3-pane windows because we can no longer call SetWindow.
1999-11-30 22:24:44 +00:00
rhp%netscape.com
37a95b7bc6 Fixes for mime rendering problems - mail send problems - Bug #: 19529 18714 20281 20343 19064 - r: putterman 1999-11-30 22:16:11 +00:00
warren%netscape.com
2db26922a6 Landing no_neckoutil2_branch. Bug #11159. Removes neckoutil_s.lib from build which helps beos and openvms. 1999-11-30 04:50:42 +00:00
rhp%netscape.com
c55e612ff1 Changes to build this on Unix 1999-11-29 03:58:20 +00:00
rhp%netscape.com
99f5ad93db Change for new code that is not part of the build! 1999-11-29 03:51:31 +00:00
rhp%netscape.com
4f76fe4ed3 Just adding files to the tree. NOT PART OF THE BUILD YET! 1999-11-29 03:37:47 +00:00
warren%netscape.com
96ec037ac6 Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
rhp%netscape.com
3447be2bee Fixing include problem..but this is NOT PART OF THE BUILD. - r: rhp 1999-11-22 21:47:24 +00:00
nhotta%netscape.com
c293de9967 Change to charset name to case sensitive corresponding the nsCharsetManagerService change, r=ftang. 1999-11-22 21:22:58 +00:00
rhp%netscape.com
b0d9ac0a79 Curing bitrot...THIS IS NOT PART OF THE BUILD. 1999-11-20 22:03:19 +00:00
rhp%netscape.com
74d7368d51 Changes for using nsSpecialSystemDirectory directory - Bug #18021 - r: jefft 1999-11-20 03:14:13 +00:00
rhp%netscape.com
78aeabf09d Fix for separators after body text - Bug #: 18972 r: jefft 1999-11-19 15:19:53 +00:00
rhp%netscape.com
27260bfcaa Checking in some debug only code - r: rhp 1999-11-19 03:49:18 +00:00
rhp%netscape.com
e44e9c7b65 Cleanup of free calls - No bug - r: bienvenu 1999-11-18 21:12:49 +00:00
rhp%netscape.com
ae6e21cb42 Small fix for a useful test program - NOT PART OF THE BUILD 1999-11-18 19:29:11 +00:00
nhotta%netscape.com
b397596105 In MIME encoder, put a check at the end of the loop if the source points to a null character then bump the
pointer. This fixes a problem when a separator is at the end of a header string. Bug 9762, r=cata.
1999-11-18 03:24:56 +00:00
warren%netscape.com
34ecf73507 Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott 1999-11-17 08:14:52 +00:00
bienvenu%netscape.com
c9db8a0d0c fix build warning 1999-11-16 04:48:51 +00:00
cls%seawood.org
0ea4864d1d Removing dependency upon security/freenav module. r=alecf 1999-11-13 23:51:49 +00:00
ducarroz%netscape.com
accd69b6d3 Fix build warning. R=mscott 1999-11-12 23:44:17 +00:00
warren%netscape.com
7f04320416 Added NS_NewGenericModule. Made NS_IMPL_NSGETFACTORY use it to save space. r=dp,alecf 1999-11-12 09:07:26 +00:00
rhp%netscape.com
fd6e8bfc24 Fixing my build warnings - No Bug - r: jefft 1999-11-12 04:58:33 +00:00
rhp%netscape.com
1e2b59665d Changes for multipart alternative UI - Bug #: 17770 - r: jefft 1999-11-12 02:58:22 +00:00
nhotta%netscape.com
5cfbad9452 For unicode conversion, I had to convert a part of the string not the entire string, otherwise MIME encoder aborts, bug 18105/18595, r=cata. 1999-11-12 01:22:09 +00:00
nhotta%netscape.com
a079345422 Changed to resolve charset alias before unicode conversion, made charset name to case sensitive, consolidated conversion wrapper functions, bug 18264,
r=ftang.
1999-11-11 22:05:10 +00:00
rhp%netscape.com
9fbb4ae9c0 Changes to fix message display problems and others - Bug #: 13402 17770 17772 17899 - r: bienvenu 1999-11-11 19:21:11 +00:00
nhotta%netscape.com
bf25e318e3 Added msgbaseutil to a project file so unicode conversion utils to be accessable, part of bug fix #18264, r=ftang. 1999-11-11 00:48:55 +00:00
nhotta%netscape.com
4c2af862b1 Added msgbaseutil to makefiles so unicode conversion utils to be accessable, part of bug fix #18264, r=ftang. 1999-11-10 23:51:46 +00:00
rhp%netscape.com
278c2edbed Fix for format=flowed plain text - Part of 17983 fix - r: rhp 1999-11-09 03:09:28 +00:00
dmose%mozilla.org
142ac52eaf updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
jefft%netscape.com
b84f4f7160 fixed bug 15069 && 12345 -- passing in file:/// instead of file:// as the file url spec; r=bienvenu, a=chofmann 1999-11-04 19:47:21 +00:00
rhp%netscape.com
3e6de69f59 Changes for String Bundle problem in forwarding - Bug #: 12345 - r: jefft - approved: chofmann 1999-11-04 13:59:26 +00:00
rhp%netscape.com
0102a67130 Fix for null pointer access - Bug #17597 - r: jefft - approved: chofmann 1999-11-03 22:35:04 +00:00
mscott%netscape.com
84e9c31570 one more tweak for Bug #17825
r=sspitzer
1999-11-03 03:51:12 +00:00
mscott%netscape.com
91db332f72 Bug #17825 --> pass nsIMsgWindow into SetWindow instead of a msgStatus feedback object in order
to fix save attachements.
r=sspitzer
1999-11-03 03:12:58 +00:00
rhp%netscape.com
99b084c732 Changes to remove ToCString() calls - Bug #'s: 17580 17581 - r: nhotta 1999-11-02 21:31:32 +00:00
alecf%netscape.com
649ac66265 cleanup NS_IMPL_MODULE and friends
- define new nsModuleComponentInfo and use it instead of components_t
- use size_t instead of unsigned int
- add some docs
- allow user to define own module name
1999-11-02 01:12:32 +00:00