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
brendan%netscape.com
b29efa5198
- Add unsigned casts to relational expressions, silencing warnings at the cost
...
of failing to check negative-wraparound of int32 operands.
- Add casts and XXX comments to MSG_* calls that lack prototypes.
- #ifdef XP_UNIX around MimeHeaders_do_unix_display_hook_hack.
1998-10-26 19:25:17 +00:00
cls%seawood.org
ed2a7f5f65
Sync'd various Makefile.ins to their Makefile counterparts.
...
Removed nspr & nspr20 from REQUIRES. Removed NSPR_LDFLAGS.
Changed LIBNSPR refs to NSPR_LIBS.
Removed leftover NSPR20 ifdefs.
1998-10-21 02:13:56 +00:00
cyeh%netscape.com
2d19fcc159
reflect NO_SECURITY changes in Makefile
1998-10-16 18:53:47 +00:00
cyeh%netscape.com
6c9dcea7ae
remove NO_SECURITY
1998-10-15 22:42:14 +00:00
mjudge%netscape.com
fd42334be0
ender carpool
1998-10-14 20:24:50 +00:00
cyeh%netscape.com
a0aa29a6e4
something is wrong. for whatever reason there was a -DNO_SECURITY
...
that was always enabled, whether security was enabled or not. this caused
a confusion on the compile line, there -DMOZ_SECURITY and -DNO_SECURITY would
be simultaneously defined.
as a temporary hack, duplicate the logic on mozilla/config/config.mk
so that ifdef NO_SECURITY -DNO_SECURITY, else -DMOZ_SECURITY.
what a mess. this needs to be fixed right.
1998-10-13 06:08:31 +00:00
kin%netscape.com
0f020b158d
Fixes for build Unix bustage when MOZ_ENDER_MIME is defined. Added checks
...
for MOZ_MAIL_COMPOSE.
1998-10-12 21:50:42 +00:00
cyeh%netscape.com
6f0645cf11
Flip security logic from #ifndef NO_SECURITY to #ifdef MOZ_SECURITY
1998-10-12 21:27:12 +00:00
mjudge%netscape.com
9c14a07057
only need strip_continuous
1998-10-09 02:56:30 +00:00
mjudge%netscape.com
ed4e862b00
adding ifdefs that should be harmless
1998-10-09 02:49:52 +00:00
cls%seawood.org
a936506e81
Moved NSPR libraries into $(NSPR_LIBS). Changed link commands to use $(NSPR_LDFLAGS) $(NSPR_LIBS).
1998-10-02 08:58:54 +00:00
cls%seawood.org
1d2a2f6f97
Finished off MOZ_USER_DIR patch. This allows developers to change config-dir at compile time. Defaults to .netscape for classic build and .mozilla for autoconf build.
1998-09-30 00:23:45 +00:00
akkana%netscape.com
cd464db8f4
Remove rosetta references from mail compose code
1998-09-24 21:46:32 +00:00
mcafee%netscape.com
3df6b8f9b3
Uninitialized variable compiler warnings on Linux
1998-09-16 09:01:25 +00:00
cls%seawood.org
75aa20f4c8
Sync'd.
1998-09-09 08:15:05 +00:00
akkana%netscape.com
d395ec1874
Remove vcards from MOZ_MAIL_COMPOSE
1998-09-08 19:30:41 +00:00
cls%seawood.org
94d0672b0c
Updated.
1998-09-05 10:25:13 +00:00
akkana%netscape.com
80aded381c
mailto doesn't need mimevcrd.c after all
1998-09-04 22:07:25 +00:00
akkana%netscape.com
fa56d81545
Mailto landing (ifdef MOZ_MAIL_COMPOSE). Aproved by mwelch.
...
Turns off MOZILLA_30, which Jamie says is probably a bad idea;
this will be reworked in the future.
1998-09-04 19:07:08 +00:00
cls%seawood.org
9020b80c52
Updates to autoconf files.
1998-08-26 04:04:57 +00:00
cls%seawood.org
84f1cedcbb
AUTOCONF_1_0 landing.
1998-08-19 20:42:14 +00:00
jwz%mozilla.org
31500d82ea
I could tell you what this patch was for, but then I'd have to shoot you.
1998-08-10 03:50:04 +00:00
jwz%mozilla.org
8b0cbd04ac
add -DNO_SECURITY so that it works on the internal Netscape builds as well
...
(which do have security, but which do not have a libmime with S/MIME code.)
1998-08-10 00:24:00 +00:00
jwz%mozilla.org
741187535c
build and link against libmime (on Unix only, until I find some victims to
...
test things out on the other platforms.)
1998-08-09 03:53:14 +00:00
jwz%mozilla.org
11d49b4463
various tweaks to get libmime to build, and be linkable with the
...
rest of Mozilla.
1998-08-09 03:51:51 +00:00
jwz%mozilla.org
4e53d461b5
in order to make libmime compile without libmsg, moved some
...
utility functions from libmsg/msgutil.c to new files
libxp/xp_linebuf.c and libnet/mkbuf.c:
msg_GrowBuffer ==> XP_GrowBuffer
msg_LineBuffer ==> XP_LineBuffer
msg_ReBuffer ==> XP_ReBuffer
msg_MakeRebufferingStream ==> NET_MakeRebufferingStream
1998-08-09 03:49:12 +00:00
jwz%mozilla.org
dffc72e144
Got libmime and the mimefilt program to build in the public Mozilla code base.
...
Mostly I did this by turning on -DMOZILLA_30, which eliminates most of
the, uh, "progress" made in libmime since 3.0. That this worked highlights
the fact that the 3.x libmime had far fewer cross-dependencies on libmsg
than 4.x did.
1998-08-08 02:20:33 +00:00
jwz%mozilla.org
bfdaeef3b5
In 2.x/3.x, this file was lib/libmsg/addr.c.
...
In 4.x, it was lib/libmsg/addrutil.cpp. (They felt the need to convert it
to C++ for no adequately explainable reason, and to add some dependencies
on the rest of libmsg.)
Since libmime needs this, and libmsg isn't being built, I converted it
back to C, removed the libmsg dep, and put a copy of this file here.
Someday, something more sensible should be done. Like deleting the copy
in libmsg, perhaps.
1998-08-08 02:17:51 +00:00
sman%netscape.com
146b35a4e0
libmime updates: security cleansing
1998-07-24 21:05:24 +00:00
ramiro%netscape.com
5c5498ff39
Fix a broken INCLUDES += ./
...
Should be INCLUDES += -I./
Im not really sure why this is needed since the current mime is on the
REQUIRES list. I had to fix this cause 'make depend' was breaking because
of the misplaced './'
1998-07-16 07:25:12 +00:00
pierre
414e173920
Following my MOZ_DARK checkin 2 weeks ago, changed a "((long (*) (char *, uint32, void *))" to "((int32 (*) (char *, uint32, void *))". Just in case...
1998-07-14 01:17:15 +00:00
ricardob
45306c04b2
free mail unix changes
1998-07-07 18:29:09 +00:00
pierre
8fdc32e661
Mac MOZ_DARK
1998-07-02 02:38:19 +00:00
ricardob
10bf687d31
Use MOZ_SECURITY
1998-07-02 01:15:11 +00:00
terry
a83ec38894
Patch by Dawn Endico <dawn@cannibal.mi.org> -- add comment at top.
1998-07-01 13:53:28 +00:00
terry
edeb68a743
Patch by Dawn Endico <dawn@cannibal.mi.org> -- cleaned up some
...
comments, added a README file.
1998-06-30 14:06:34 +00:00
sman
893bd0b1a6
Whether or not we compile CALENDAR, we still want to image VCARDs.
...
Had to move a define 2 lines down to make this happen.
1998-06-26 23:43:04 +00:00
spider
365c772ff9
Normandy Merge ....
1998-06-22 21:21:28 +00:00
ltabb
3b56a9af51
Free the lizard
1998-03-28 02:44:41 +00:00