alecf%netscape.com
018a99bad8
nsIModulize mime emitters - porkjockey work, r=sspitzer
1999-10-22 01:05:04 +00:00
rhp%netscape.com
675e52d571
Fix for duplicate body text in Multipart related message - Bug #16992 - r: mscott
1999-10-21 21:18:54 +00:00
mscott%netscape.com
5f382fd393
no bug number. I found that we were making an extra copy of the message body before writing it to the stream.
...
I was able to fix this by using a nsCString instead of an nsString for the message body. Also, audited the file
to use nsCAutoString instead of nsString to save some extra copying. Used NS_WITH_SERVICE macros for componenet
mananager and register service. Added some com ptr useage too.
r=rhp
1999-10-19 21:06:42 +00:00
mscott%netscape.com
ff6b60bd82
Bug #16538 --> the emitter now supports nsIPipeObserver and we'll now flush our output stream when we are told
...
it is full. This fixes the problem where large attachements were truncated at 32K.
r=jefft
1999-10-19 21:01:54 +00:00
jefft%netscape.com
2b4d477d3e
removed obsolete menubar xul tag; fixed bug 16145; r=rhp, ducarroz; a=dp
1999-10-19 03:08:43 +00:00
bienvenu%netscape.com
6b559ed958
fix leaks in mime xul emitters r=rhp
1999-10-16 20:49:06 +00:00
rhp%netscape.com
6929cb91e5
Changes to display when a message is coming from a 5.0 client - Bug #7518 - r: mscott
1999-10-16 02:38:24 +00:00
rhp%netscape.com
c296f009c0
Fix for email names with embedded &'s - Bug #16383 r=jefft
1999-10-15 03:27:33 +00:00
waterson%netscape.com
bdfcaec321
Bug 16105. (Bugsplat 366256.) Ensure that nsISupports::Release() calls dtor only once by 'stabilizing' refcnt to a non-zero value before invoking the dtor. See also news://news.mozilla.org/37FD0F3C.3078AE5C%40netscape.com. r=scc,fur
1999-10-12 03:05:10 +00:00
rhp%netscape.com
caeb86a08f
Changes for bug #13098 - Reviewer: jefft
1999-10-07 20:53:06 +00:00
rhp%netscape.com
d58e69e806
Changes for Bug #13512 - Reviewer: Bienvenu
1999-10-06 18:35:16 +00:00
beard%netscape.com
9eae33066d
changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr
1999-10-03 20:46:23 +00:00
shaver%netscape.com
7a5b9d5e55
nsIRegistry scriptability update, r=dveditz,dp,alecf a=leaf,chofmann
1999-09-29 02:36:54 +00:00
tao%netscape.com
34dfefc3a3
Rename *en.properties to *.properties.
1999-09-21 05:35:34 +00:00
waterson%netscape.com
06b78978e9
Fix backwards return values on nsIEnumerator::IsDone().
1999-09-21 01:28:18 +00:00
jefft%netscape.com
ffbed73cfa
enabled SaveAttachment
1999-09-20 21:07:22 +00:00
jefft%netscape.com
59f069855f
enabled SaveAttachment; added displayName & messageUri when calling openAttachment
1999-09-20 21:05:52 +00:00
bienvenu%netscape.com
abc6d920a6
fix mismatched delete
1999-09-20 14:56:32 +00:00
bienvenu%netscape.com
65e377b2b3
fix mismatched free
1999-09-18 17:41:37 +00:00
jefft%netscape.com
dd17bf1407
remove debug only save attachment menubar
1999-09-17 23:20:51 +00:00
jefft%netscape.com
fc857d46d5
removed SaveAttachmentURL
1999-09-17 23:19:34 +00:00
alecf%netscape.com
3365a1099e
link mime emitter against NSPR
1999-09-17 20:35:09 +00:00
mscott%netscape.com
78b9f507f0
Code compression. Use base class: nsMimeBaseEmitter which contains all the emitter code that was duplicated across
...
all the emitters.
1999-09-16 04:44:35 +00:00
mscott%netscape.com
dc93d09a68
Build nsMimeBaseEmitter
1999-09-16 04:29:59 +00:00
mscott%netscape.com
232b2b3533
Build nsMimeBaseEmitter
1999-09-16 04:19:08 +00:00
mscott%netscape.com
6f11385254
Not part of the build yet. a base emitter class which will pull out lots of code that was just
...
duplicated in the raw, html, xml and xul emitter classes.
1999-09-16 00:02:50 +00:00
mscott%netscape.com
bd1157f124
Bug #10933 --> don't signal OnDataAvailable to the listener after we write
...
a line as this gets expensive! Batch the calls together and do them at the end
1999-09-15 07:10:36 +00:00
jefft%netscape.com
fbabae7fd2
added SaveAttachURL, statusFeedback
1999-09-15 02:14:28 +00:00
briano%netscape.com
18db6b773d
General cleanup.
1999-09-15 00:33:49 +00:00
jefft%netscape.com
ee1a32080d
fixed bug 13621 -- need to escape attachments url emitting as a XUL document
1999-09-13 14:40:58 +00:00
mscott%netscape.com
18bb55135c
Temporary band-aid to fix display of messages with attachements. The url we write here needs to be escaped
...
and all '&' need to be removed from the url spec. otherwise we can't display the message because the xml
code we emit with the urlspec will be malformed.
1999-09-12 08:01:01 +00:00
alecf%netscape.com
fff94a2e76
stop linking against prefs
1999-09-11 19:55:00 +00:00
bienvenu%netscape.com
690ed2ef12
fix memory leaks of string bundles
1999-09-09 05:29:28 +00:00
mscott%netscape.com
3ca4c617f8
Bug #13368 --> when displaying a newsgroup, be sure to emit the newsgroup name in the to/cc box so we know
...
what newsgroup it came from!
1999-09-08 20:42:04 +00:00
mscott%netscape.com
65369f8bb3
Bug #13156 --> if a message doesn't have a to/cc or bcc field (as is the case with some news messages),
...
don't emmit code to make a box in the message display pane. It just looks weird because the box is empty.
1999-09-08 00:12:55 +00:00
mscott%netscape.com
f4df3a45be
Fix a crash when we display some news messages by not issuing just a blank " " to the xml parser.
...
If we don't have a from line, don't try to add the address book icon.
1999-09-05 00:13:29 +00:00
bruce%cybersight.com
81a6b33ba3
Use nsCRT::free() on nsEscapeHTML() results. Fix a small leak in nsMimeXULEmitter.cpp.
1999-09-04 17:53:00 +00:00
briano%netscape.com
5469ae0334
Fix for objdir builds.
1999-09-02 02:44:15 +00:00
putterman%netscape.com
00184e6725
Fix xul for messages.
1999-09-01 23:48:41 +00:00
alecf%netscape.com
ba4c4f1067
remove some warnings for rhp
1999-09-01 01:00:06 +00:00
ramiro%netscape.com
7ee0e69965
Cleanup zlib cruft.
1999-08-25 14:39:53 +00:00
mscott%netscape.com
287856df37
some more nsCString optimizations.
1999-08-24 21:44:49 +00:00
mscott%netscape.com
b5ac4cbc7f
nsString updates --> nsString(eOneByte) --> nsCString
1999-08-24 00:59:56 +00:00
bienvenu%netscape.com
a557995e6d
turn on history ab
1999-08-21 20:32:23 +00:00
ramiro%netscape.com
2c19866af3
cleanup linking of libmozreg.
1999-08-21 15:41:53 +00:00
ramiro%netscape.com
e5dfc2a7eb
Ignore generated files.
1999-08-21 12:14:23 +00:00
jdunn%netscape.com
ecbbcad23e
HP requires a newline at end of file
1999-08-21 01:01:46 +00:00
hyatt%netscape.com
d819a08a33
Renaming onaction to oncommand.
1999-08-20 22:58:32 +00:00
mscott%netscape.com
4814f0696f
Fix for Bug #12236 --> set iframe type to content-primary.
1999-08-20 22:42:09 +00:00
rhp%netscape.com
d308830d64
Just doing some housecleaning ... NO BUILD IMPLICATIONS
1999-08-20 13:35:42 +00:00
rhp%netscape.com
c8228e42b7
Just cleaning up empty directories
1999-08-20 06:07:18 +00:00
rhp%netscape.com
c80dd8b751
Change for status interface
1999-08-19 22:28:13 +00:00
rhp%netscape.com
61e18fcb2c
Removing stale directory
1999-08-19 22:12:10 +00:00
rhp%netscape.com
5f0bcf04ae
Changes for new header display
1999-08-19 03:23:15 +00:00
rhp%netscape.com
a702626c5b
Fix for file paths on Mac
1999-08-18 05:15:41 +00:00
rhp%netscape.com
0031f4ab09
Changes for Envelope display and fixing MHTML sending capabilities
1999-08-18 01:39:17 +00:00
sspitzer%netscape.com
8ac0239995
ignore generated Makefile
1999-08-11 03:46:52 +00:00
rhp%netscape.com
664bb05282
Fixes for new XUL header display
1999-08-11 03:04:29 +00:00
sspitzer%netscape.com
ddb0d4798a
add nsMimeXULEmitter.cpp to the projet for rhp.
1999-08-11 00:35:16 +00:00
rhp%netscape.com
caad5343cc
New XUL header display
1999-08-11 00:29:59 +00:00
rhp%netscape.com
52c5a5071d
New files for attachment display - NOT PART OF THE BUILD!!!
1999-08-10 22:58:30 +00:00
rhp%netscape.com
7646cd4c1e
Changes for new header display - NOT PART OF THE BUILD!
1999-08-10 21:41:55 +00:00
rhp%netscape.com
beb8958aeb
New images for message display UI
1999-08-10 04:25:49 +00:00
rhp%netscape.com
bf4d35c7c5
Adding new files to get ready for XUL header output
1999-08-09 20:54:03 +00:00
rhp%netscape.com
6901c84db1
Adding display of Date for normal header output
1999-08-07 19:24:23 +00:00
ducarroz%netscape.com
365c67c579
File Removed.
1999-08-05 22:13:53 +00:00
mscott%netscape.com
6aa7b08020
These files are now all obsolete. The emitter stuff is in emitters\src.
1999-08-02 21:41:39 +00:00
rhp%netscape.com
975ad90fb9
Changes for Drafts and Templates
1999-07-31 19:59:35 +00:00
mscott%netscape.com
01ab699db6
Landing the MailNews_Necko_BRANCH. These are the changes that will enable mailnews to run with necko.
1999-07-29 00:42:25 +00:00
briano%netscape.com
007ea62765
Cleaned it up and changed the name of libreg.{a,so} to libmozreg.{a,so} to fix the conflict reported in bug 8568.
1999-07-27 23:27:44 +00:00
rhp%netscape.com
7a46671560
change to 8.3 filename
1999-07-23 02:45:50 +00:00
mscott%netscape.com
445a7446cb
this file shouldn't exist on the tip....i added it by mistake.
1999-07-16 04:51:07 +00:00
mscott%netscape.com
dd27a78fa7
Merging the tip into the branch.
1999-07-16 04:40:04 +00:00
briano%netscape.com
28cd2662d4
Fix for --disable-static builds.
1999-07-07 22:17:52 +00:00
dveditz%netscape.com
d3f47f37f5
makefile cleanups
1999-07-02 13:40:18 +00:00
briano%netscape.com
5713e6018c
Cleanup and fixes for OpenBSD.
1999-07-02 07:53:42 +00:00
scc%netscape.com
f79508bc68
|nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()|
1999-06-29 21:01:31 +00:00
sspitzer%netscape.com
8c70073206
fix warning
1999-06-24 20:23:48 +00:00
akkana%netscape.com
422ee84284
Fix separate-objdir build
1999-06-22 21:38:39 +00:00
rhp%netscape.com
2fc63fda49
Changes for quoting
1999-06-15 23:26:37 +00:00
rhp%netscape.com
4902e7b8f1
changes for quoting
1999-06-15 23:25:52 +00:00
rhp%netscape.com
1d71c93760
New quoting functionality
1999-06-15 23:22:34 +00:00
sspitzer%netscape.com
3e64b16bad
ignore the generated Makefile
1999-06-14 23:05:23 +00:00
hangas%netscape.com
804b41db2a
First Checked In.
1999-06-14 20:25:33 +00:00
mscott%netscape.com
30ebbb725a
Part of emitter re-org. don't build xml, raw & emitter directories. Add build directory.
1999-06-14 20:17:02 +00:00
mscott%netscape.com
cafa087ef9
Part of emitter re-org. Build new emitter files.
1999-06-14 20:16:34 +00:00
mscott%netscape.com
d4bba869fd
Part of emitter re-org landing. Don't build html, xml and raw directories anymore. build new build directory.
1999-06-14 20:14:49 +00:00
mscott%netscape.com
64ea6f21f7
Part of emitter re-org landing. Build new emitter files.
1999-06-14 20:14:20 +00:00
mscott%netscape.com
5eee6f6a03
Part of emitter re-org landing. Move header display types here. I'm using this header file as a common include file.
1999-06-14 20:14:07 +00:00
mscott%netscape.com
9d2411019b
first created. export new header files.
1999-06-11 22:37:51 +00:00
mscott%netscape.com
33bc44f02d
Not part of the build yet. manifest file for new mime\emitter\build directory.
1999-06-11 21:30:16 +00:00
mscott%netscape.com
dcc559540b
Not part of the build yet. makefile for building the emitter library.
1999-06-11 21:28:24 +00:00
mscott%netscape.com
0086546f78
(Not part of the build yet). This file used to be mailnews\mime\emitters\xml\nsMimeEmitter.h/.cpp if you need to look up a
...
log for the file.
1999-06-11 21:03:15 +00:00
mscott%netscape.com
2dbdc1cb0f
(Not part of the build yet). This file used to be mailnews\mime\raw\nsMimeEmitter.h/.cpp if you need to look up a
...
log for the file.
1999-06-11 21:02:27 +00:00
mscott%netscape.com
27129ca7d9
(Not part of the build yet). This file used to be mailnews\mime\html\nsMimeEmitter.h/.cpp if you need to look up a
...
log for the file.
1999-06-11 21:01:56 +00:00
mscott%netscape.com
03974ead3b
not part of the build yet. A new factory which registers our mime emitters.
1999-06-11 21:00:49 +00:00
mscott%netscape.com
18deae8174
First checked in. NOT part of the build yet. These are the beginning of a new structure for the mime emitters
...
which basically compresses all of them into one library instead of 3 separate shared libraries.
1999-06-11 21:00:20 +00:00
mscott%netscape.com
14b921cb3a
Use NS_WITH_SERVICE1 which uses the service manager that was passed in to
...
NSRegisterSelf / NSUnregisterSelf.
1999-06-09 06:40:48 +00:00
sspitzer%netscape.com
026c93aa61
giant cleanup of Windows mail / news makefile.wins. properly use MODULE, and name things so that Windows and UNIX match. (a big checkin for UNIX proceeded this.)
1999-06-08 02:22:10 +00:00
sspitzer%netscape.com
614b25751b
giant cleanup of UNIX mail / news Makefiles. properly use MODULE, and
...
name things so that Windows and UNIX match. (a big checkin for Windows
will follow shortly.)
1999-06-08 02:17:24 +00:00
mscott%netscape.com
989344b80b
remove IGNORE_MANIFEST.
1999-06-07 21:28:20 +00:00
mscott%netscape.com
c78ee2032c
Don't build dll until the install phase, not the lib phase.
1999-06-07 08:22:54 +00:00
mscott%netscape.com
f8948272f2
Part of makefile clean up for windows. Changes include removing old cruft, giving each
...
component it's own module name (this helps clear up problems with the xp connect type lib
name for each component), making sure libs built in src directories have _s suffix as
they are static libraries and unifying component names with "msg" prefixes.
Also removed extraneous CPP_SRCS info.
1999-06-07 07:16:53 +00:00
mscott%netscape.com
7ef713509b
Bug #5633 -- use NS_WITH_SERVICE macro. Also cleaned up goto statements such that if we fail to register or unregister a component, we try to register/unregister the rest of the components before giving up.
...
Rename factory from nsMsgFactory to something more appropriate --> nsXmlEmitterFactory.
1999-06-05 00:39:08 +00:00
mscott%netscape.com
8ae85c4649
Bug #5633 -- use NS_WITH_SERVICE macro. Also cleaned up goto statements such that if we fail to register or unregister a component, we try to register/unregister the rest of the components before giving up.
...
Rename factory from nsMsgFactory to something more appropriate --> nsRawEmitterFactory.
1999-06-05 00:36:09 +00:00
mscott%netscape.com
0b94e000e3
Bug #5633 -- use NS_WITH_SERVICE macro. Also cleaned up goto statements such that if we fail to register or unregister a component, we try to register/unregister the rest of the components before giving up.
...
Rename factory from nsMsgFactory to something more appropriate --> nsHTMLEmitterFactory.
1999-06-05 00:33:00 +00:00
rhp%netscape.com
9326b06773
Fix to use PR_free instead of delete
1999-06-04 12:24:17 +00:00
mscott%netscape.com
98227d1515
Remove unnecessary LINCS now that all headers are pushed to the same directory.
1999-06-04 02:07:10 +00:00
warren%netscape.com
cbbfa208f8
IDLized stream interfaces. Required rename of overloaded Write method (now WriteFrom).
1999-06-03 21:50:47 +00:00
putterman%netscape.com
2532fb20b1
remove old resource files that were previously moved to a new location.
1999-06-03 02:36:36 +00:00
sspitzer%netscape.com
f4d602925d
cvs ignorage for the generate Makefiles
1999-05-28 23:52:47 +00:00
putterman%netscape.com
15c9d1ecfa
Part of new mailnews resources hierarchy.
1999-05-28 22:38:07 +00:00
putterman%netscape.com
2a809a9270
Part of new mailnews resources hierarchy.
1999-05-28 20:10:53 +00:00
mcmullen%netscape.com
7dce873c56
Removed base/baseDebug.shlb
1999-05-28 00:48:24 +00:00
dp%netscape.com
94344009c8
Landing xpcom20/21 branch.
1999-05-26 01:38:36 +00:00
sspitzer%netscape.com
2aeb38da19
comment out unused variables to quiet compiler warnings
1999-05-16 04:16:03 +00:00
sspitzer%netscape.com
499f5937da
add new line to end of file to quiet warnings
1999-05-16 04:15:34 +00:00
sspitzer%netscape.com
74a60e66a9
comment out unused variable
1999-05-16 04:15:19 +00:00
mscott%netscape.com
5340d730e3
clean up makefile removing unnecessary libraries.
1999-05-15 23:17:22 +00:00
rhp%netscape.com
e7fcac1513
Changes for new I18N support
1999-05-13 21:55:08 +00:00
rhp%netscape.com
dee4a72432
removed files: mozilla/mailnews/mime/emitters/html/rebuffer.cpp
1999-05-12 00:13:19 +00:00
rhp%netscape.com
aa5ae06643
cleanup
1999-05-11 23:36:07 +00:00
rhp%netscape.com
8bd8228489
Cleanup
1999-05-11 23:35:57 +00:00
rhp%netscape.com
69a4902b86
Cleanup of debug output
1999-05-11 23:30:24 +00:00
rhp%netscape.com
62c22efe0c
Fix for when messages do not have message id's
1999-05-10 21:59:59 +00:00
ducarroz%netscape.com
0b1b5546e4
First Checked In.
1999-05-06 00:00:08 +00:00
putterman%netscape.com
56e9fc4fde
change DEBUG to DEBUG_rhp
1999-05-04 20:37:35 +00:00
rhp%netscape.com
42758c784a
Cleanup for debug output
1999-05-04 19:31:20 +00:00
ducarroz%netscape.com
d24b0c60d6
files check in in wrong directory!
1999-05-04 18:12:21 +00:00
ducarroz%netscape.com
64286a9c6b
First Checked In.
1999-05-04 18:03:53 +00:00
mcafee%netscape.com
bbe2b9f442
Solaris needs a newline at the end of the file.
1999-05-04 04:09:20 +00:00
putterman%netscape.com
385fe63376
Use delete[].
1999-04-21 20:18:15 +00:00
rhp%netscape.com
98c287ed15
Fix the makefile problem and remove bad error warnings
1999-04-21 13:48:54 +00:00
sspitzer%netscape.com
5338c90093
ignore the generated Makefile on UNIX
1999-04-20 20:17:04 +00:00
sspitzer%netscape.com
508a42f886
moving this to Makefile.in
1999-04-20 20:16:38 +00:00
sspitzer%netscape.com
84571c060c
moved makefile.in to Makefile.in
1999-04-20 20:13:02 +00:00
ducarroz%netscape.com
ae3bda2f1c
File moved into mime/emitters/resources
1999-04-20 18:32:32 +00:00
ducarroz%netscape.com
f3bf951ec4
add folder resources
1999-04-20 18:31:20 +00:00
ducarroz%netscape.com
24633a5c7d
Moved css files to mime/emitters/resources
1999-04-20 18:30:45 +00:00
ducarroz%netscape.com
6a482e175f
Initial check in
1999-04-20 18:24:39 +00:00
ducarroz%netscape.com
7a29862b8f
File moved from mozilla/mailnews/mime/emitters/xml
1999-04-20 18:24:05 +00:00
rhp%netscape.com
1ee327bb4a
Fix for prefs being initialized more than once
1999-04-16 22:38:34 +00:00
rhp%netscape.com
c6fbbc76a5
Fix for prefs being initialized
1999-04-16 22:36:12 +00:00
ducarroz%netscape.com
695f746aeb
First Checked In.
1999-04-16 03:37:21 +00:00
rhp%netscape.com
c655a4df91
Changes for better header display
1999-04-16 02:06:05 +00:00
rhp%netscape.com
00907a41d1
Adding support for UTF-8 output and better display of headers
1999-04-15 00:56:23 +00:00
rhp%netscape.com
9d3f0485b1
Adding UTF-8 support
1999-04-15 00:55:52 +00:00
chuang%netscape.com
260026da45
Switch mailnews from prefs.js to prefs50.js
1999-04-13 07:41:24 +00:00
rhp%netscape.com
417c9d644c
Removal of "old world" dependencies for libmime to get big size
...
reduction on disk footprint
1999-04-13 03:14:46 +00:00
putterman%netscape.com
494439de1a
Use PL_strfree.
1999-04-12 20:24:24 +00:00
chuang%netscape.com
f3e4bfd5d8
update window autoflow policy
1999-04-12 19:39:25 +00:00
sspitzer%netscape.com
7ab6d8f00e
adding these cvsignore files
1999-04-10 00:39:11 +00:00
rhp%netscape.com
6515019856
Fix for bug #4784 - reviewer: mscott - This is a fix for
...
a problem when not escaping XML output from RFC822 headers.
1999-04-08 23:35:08 +00:00
mscott%netscape.com
7c95c95453
The style sheets for displaying message headers is now in /res/mailnews/messenger.
1999-04-06 22:24:05 +00:00
mscott%netscape.com
93e5d9d733
The style sheets for displaying message headers are now being copied into /res/mailnews/messenger.
1999-04-06 22:22:15 +00:00
rhp%netscape.com
ee840647eb
Changes for cleaner attachment output
1999-04-06 18:56:54 +00:00
rhp%netscape.com
a2e5f114ef
Checking in the changes for the new raw emitter.
1999-04-03 15:37:52 +00:00
sspitzer%netscape.com
1e018d081b
whoops, forgot to use sourcedir.
...
this fixed the problem where the .css files in this directory weren't showing up in package/res
1999-04-03 02:12:12 +00:00
mcmullen%netscape.com
694d407546
Since I changed prefapi.h to use prtypes instead of the obsolete XP_ things, I have to change calls to match.
1999-04-02 20:41:58 +00:00
mcafee%netscape.com
cabfd7d414
Ignore generated files.
1999-04-01 04:21:09 +00:00
rhp%netscape.com
6c0bb9d50b
Backing out prefs changes...need to make this work in multiple threads.
1999-04-01 03:21:11 +00:00
sspitzer%netscape.com
36788b1856
link the mime emitters properly on UNIX
...
fix runtime bustage of unresolved symbol
in libhtmlemitter.so and libxmlemitter.so
1999-04-01 02:30:19 +00:00
sspitzer%netscape.com
46e939da6b
check in for build breakage
1999-04-01 01:41:59 +00:00
rhp%netscape.com
811ebfc39f
Changes for new mime emitters
1999-04-01 01:08:05 +00:00
rhp%netscape.com
7f01fe97cd
New changes for mime emitters.
1999-04-01 01:03:33 +00:00
rhp%netscape.com
aa739f4776
Add new files for emitter
1999-04-01 01:02:53 +00:00
rhp%netscape.com
654b2f866d
New changes for mime emitters
1999-04-01 01:02:42 +00:00
rhp%netscape.com
222c204eb3
Update for new emitters
1999-04-01 00:59:02 +00:00
putterman%netscape.com
fa98204cf0
Use PL_strfree to avoid freeing mismatched memory errors.
1999-03-31 19:56:37 +00:00
rhp%netscape.com
d741af97d4
New def file for win32 build
1999-03-31 04:43:02 +00:00
rhp%netscape.com
0a7c4eba32
Just getting files into the tree for XML output.
1999-03-31 04:40:16 +00:00
rhp%netscape.com
b1bf2fdb3e
New XML emitter for libmime
1999-03-30 02:19:05 +00:00
rhp%netscape.com
c4d36f5f04
Adding files for new libmime emitters.
1999-03-30 02:18:06 +00:00
alecf%netscape.com
96462e0796
add libreg to mime libraries so that there are no undefined symbols
1999-03-26 23:59:15 +00:00
mscott%netscape.com
480d270e2c
remove NODEPEND
1999-03-25 03:43:10 +00:00
alecf%netscape.com
0a9877d33f
update library dependancies
1999-03-24 01:53:02 +00:00
alecf%netscape.com
9af90cb402
fix spaces-at-end-of-line problem
1999-03-20 02:32:06 +00:00
alecf%netscape.com
17b08eeb7a
ignore generated files
1999-03-20 02:30:28 +00:00
rhp%netscape.com
69a335d6da
Take out testing output
1999-03-19 20:27:29 +00:00
rhp%netscape.com
420fa3d04f
Fix to not output HTML into an image stream
1999-03-19 01:29:51 +00:00
rhp%netscape.com
08d39bddf4
Adding the Mime Emitter to CVS - Note: this is not part of the build
...
process until the 3/19/99 checkin.
1999-03-19 00:17:39 +00:00