Commit Graph

867 Commits

Author SHA1 Message Date
mstoltz%netscape.com
6a76f09450 Made prefapi.h private and removed all #includes of it outside of libpref. r=norris 2000-04-15 03:43:09 +00:00
jefft%netscape.com
ffc4d709f6 fixed bug 21742 -- [FEATURE] Save all attachments; r=mscott 2000-04-13 22:19:48 +00:00
nhotta%netscape.com
dbf5a63c0c Added fallback conversion to support broken 4.x japanese vCard, bug 21743, r=cata. 2000-04-13 19:57:52 +00:00
nhotta%netscape.com
d93b98275a Adding new functions to control message view font, bug 26182, r=rhp. 2000-04-13 19:56:41 +00:00
warren%netscape.com
b4bd3fb5bf Added sanity assertions. 2000-04-13 09:19:47 +00:00
sspitzer%netscape.com
b3fac19544 fix for blocker bug #34438. we weren't linking in -lmsgbaseutil, which left
us with an unresolved symbol, which caused bad things at run time.

there may be more, I'm trying to find them now.

a=leaf.
2000-04-04 19:33:10 +00:00
cls%seawood.org
fdd09457b4 Fix for EXTRA_DSO_LIBS in rules.mk
OS/2 Makefile.in changes (Patch 4a).  Bug #34106
2000-04-04 07:37:50 +00:00
cls%seawood.org
f6740baa20 Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287 2000-04-04 04:46:38 +00:00
mscott%netscape.com
4e47debfdc remove obsolete image files from the repository. 2000-04-03 02:16:59 +00:00
mscott%netscape.com
55d79f76b5 Remove old addtoab and attachment icons. We have new ones in mailnews/base/resources/content (which is
where this kind of stuff belongs) now.
2000-04-03 02:16:25 +00:00
rhp%netscape.com
e73b004941 Fixes view source problem for mail messages - Fix for Bug #30818 - r: rickg 2000-03-30 01:30:07 +00:00
rhp%netscape.com
64a312c5a1 Fixes for header display in printing and mime structure problems - Bug #: 33565 - r: jefft 2000-03-29 23:58:32 +00:00
nhotta%netscape.com
b28517a966 Fixed wrong inputs for charset converter Finish() call, bug 33588, r=cata. 2000-03-29 23:16:55 +00:00
rhp%netscape.com
8a9e1fd79c fixing screwup 2000-03-29 21:01:02 +00:00
rhp%netscape.com
a3b3343a8b Fix for not identifying particular MIME messages - Bug #: 33565 - r: bienvenu 2000-03-29 20:51:11 +00:00
warren%netscape.com
727f312b32 Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread. 2000-03-29 03:58:50 +00:00
bienvenu%netscape.com
3444cfa790 get downloading of imap attachments working, r=alecf 32767 2000-03-29 00:58:21 +00:00
bienvenu%netscape.com
100bac85c1 fix deref of uninitialized ptr 2000-03-26 23:56:42 +00:00
rickg%netscape.com
794e353349 removed reference to nsString2 2000-03-26 23:30:52 +00:00
scc%netscape.com
0f26ee77f0 small changes to clients of converting string APIs 2000-03-26 14:15:49 +00:00
rhp%netscape.com
3fce1b2822 Added sanity check for MLK - Bug #33308 2000-03-25 18:22:33 +00:00
rhp%netscape.com
cbc91843e0 Small fixes for memory leaks - Bugs: 33158 33161 2000-03-25 17:56:37 +00:00
putterman%netscape.com
02e52d2580 fix for 16349 - shift delete works. Also more work on multiple windows by removing GetTemporaryMsgWindow.
various reviewers = mscott, hangas, rhp, and jefft.
2000-03-25 00:58:20 +00:00
jim_nance%yahoo.com
bebfa35340 Fix bug 33019. Compiler warnings.
Reviewed and approved by:
law, mscott, radha, brade, shaver, & dveditz
2000-03-24 22:11:55 +00:00
rhp%netscape.com
a4e128e164 Fix for bad wrapping on quoting and IMAP Parts on demand - Bugs #: 32100 17794 2000-03-24 21:22:53 +00:00
alecf%netscape.com
cb9f621870 fix solaris bustage 2000-03-24 10:10:09 +00:00
alecf%netscape.com
fd47dbebf6 not dependant on nsIPref.h 2000-03-24 08:27:02 +00:00
alecf%netscape.com
32bacdb3e9 First part of fix for #29651 - expose unichar versions of subject/sender/etc to scripts) r=bienvenu,putterman 2000-03-24 08:10:59 +00:00
ducarroz%netscape.com
4007ab88b6 Fixes related to message compose UI, save attachment, edit message as new and draft message. Those changes fix bug 14868, 23627, 24185, 24864, 24930, 26087, 26733, 27171, 27762, 27931, 27932, 29119, 29176, 30279, 31546 and 28677. R=alecf, rhp, jefft 2000-03-23 06:39:19 +00:00
rhp%netscape.com
bd0c5f0f4e Adding mime support for MIME Parts On Demand - Bug #: 17794 2000-03-22 22:52:42 +00:00
rhp%netscape.com
cb9922ab02 Adding mime support for MIME Parts On Demand - Bug #: 17794 2000-03-22 22:14:17 +00:00
nhotta%netscape.com
65c75fb459 For unicode conversion, changed to call encode->Finish(), use set output behavior to avoid internal loop, r=cata. 2000-03-22 21:28:08 +00:00
rhp%netscape.com
b68c624cd1 Fix for view source URL problem - Bug #30459 2000-03-20 22:52:51 +00:00
nhotta%netscape.com
8fecfe9a63 Initialize a buffer before calling the MIME decoder, bug 32013, r=ftang. 2000-03-20 22:42:40 +00:00
nhotta%netscape.com
7e461f9d1d Added a MIME decoder which takes nsCString, bug 32013, r=ftang. 2000-03-18 00:42:29 +00:00
nhotta%netscape.com
4dffd8f322 Added fallback charset for charset conversion, bug 28679, r=rhp. 2000-03-15 23:33:43 +00:00
rhp%netscape.com
2ec0c6b8e6 Fixes for compose back end problems - Bug #: 25610 29806 30048 30744 31207 31589 2000-03-15 02:09:43 +00:00
rickg%netscape.com
7a722be971 replaced calls to deprecated string methods 2000-03-12 21:36:35 +00:00
rickg%netscape.com
5dc7d01987 removed calls to deprecated nsString methods 2000-03-12 11:06:57 +00:00
rickg%netscape.com
ffe78e83e5 removed calls to deprecated string methods 2000-03-12 09:14:14 +00:00
rhp%netscape.com
9018c8dbc2 Fix problem with inline display - Bug #: 31238 - r: mscott - a: phil 2000-03-10 01:56:55 +00:00
rhp%netscape.com
b495f1ed91 Fix for quoting problem with line wrap - Bug #: 30562 - r: rhp - worked on with Ben Bucksch - a: phil 2000-03-09 00:09:18 +00:00
ducarroz%netscape.com
73779b037b Fix bug 30250. Forget to call CreateTheComposeWindow when processing a template message with a body defined. R=jefft,rhp A=phil 2000-03-04 04:51:40 +00:00
mscott%netscape.com
8085e187d1 Bug #22960 --> help improve message display performance. This routine would get called for each
line of data parsed by mime for displaying a message. It was making 4 copies of the line inside of it. I
used some nsString magic to reduce the number of allocations to just one! *yeah*
r=rhp
a=phil
2000-03-02 06:14:33 +00:00
rhp%netscape.com
c8143e7e8c Just updating a test harness... THIS IS NOT PART OF ANY BUILD! 2000-03-02 06:14:01 +00:00
rhp%netscape.com
fa19ef16c9 Fix for eating message bodies and missing auto linking - Bug 29759 - r: mscott - a: phil 2000-03-01 07:57:08 +00:00
ducarroz%netscape.com
42244ae8c4 FIx for bug 28349, don't addref a null pointer oh dude!. R=alecf, A=phil 2000-02-29 22:32:14 +00:00
rhp%netscape.com
712e34ff48 Fixes for file - save as in unicode and spaces in replies becoming unprintable chars - Bug #: 23418 - 29267 - r: jefft 2000-02-29 07:04:24 +00:00
bryner%uiuc.edu
6985354db4 Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip
building in the tests directories.  Should not affect the build at all if
you do not have this environment variable.  r=leaf.
2000-02-25 04:12:40 +00:00
hangas%netscape.com
99011cea8f Fix for PDT+ bug 23091 (Messages pref panel).submitted by mozilla@bucksch.org r=hangas a=phil 2000-02-25 01:55:17 +00:00