Commit Graph

239 Commits

Author SHA1 Message Date
ramiro%netscape.com
1820e221a5 Insert an intermediate cast when casting (void *) to enum. Fixes the OSF
build.
Thanks to wtc@netscape.com for providing the fix.
1998-07-25 08:26:42 +00:00
akkana%netscape.com
772be14e89 New composer Table menu. 1998-07-24 23:26:39 +00:00
akkana%netscape.com
955bc211d5 Strings for table menu and replace dialog 1998-07-24 23:26:05 +00:00
akkana%netscape.com
fbdeb64da2 Split off find dialog into new file; add optional Replace functionality to it. 1998-07-24 23:25:16 +00:00
slamm%netscape.com
8c731c9fd7 Clear dropdown history in location bar when the user clears the history (in Prefs). Bug #114674 (P1 & TS1). This change also keeps all the dropdown lists in sync. 1998-07-24 00:19:21 +00:00
slamm%netscape.com
cfe955199c Bring over another change from the RDFBranch. 1998-07-23 20:29:01 +00:00
slamm%netscape.com
9244fbc782 Change some extern'd functions to static. Fixes Solaris build bustage. 1998-07-23 19:51:30 +00:00
slamm%netscape.com
23b0937f49 Fix more Solaris build bustage. 1998-07-23 19:43:11 +00:00
slamm%netscape.com
da79321e51 Fix more build bustage on Solaris. 1998-07-23 19:39:37 +00:00
slamm%netscape.com
f91582d836 Kill a warning. 1998-07-23 19:26:31 +00:00
slamm%netscape.com
ba1f0229ad Add some casts to fix build bustage. 1998-07-23 19:12:31 +00:00
ramiro%netscape.com
0247aae5e3 Mege from RDF_BRANCH_060398 branch. Also known as RDF landing. 1998-07-23 18:38:03 +00:00
ftang%netscape.com
0550633dbd seperate Encoding menu into different menu spec so it will make sense
according to the type of window. Approved by ramiro
1998-07-23 08:44:30 +00:00
ramiro%netscape.com
e435f90244 Fix build bustage. Remove unused ",". 1998-07-21 04:01:14 +00:00
akkana%netscape.com
f25a4f4190 Add new functionality for the new 5.0 table dialog.
Consolidate "new table" and "table properties" dialogs into one.
Includes massive move/redesign of code out of editordialogs.c
into new C++ class XFE_EditTableDialog.
1998-07-21 02:14:23 +00:00
akkana%netscape.com
8a6aacf32b Improve table selection 1998-07-21 02:11:06 +00:00
dfm%netscape.com
0b7890852b Landed privacy features from PRIVACY_BRANCH_070898; Transaction Receipts
and Privacy Policies are still switched off, so mozilla/privacy doesn't
build by default.
1998-07-20 18:40:09 +00:00
ramiro%netscape.com
452a45019c Remove old motif.mk hack. 1998-07-18 05:15:49 +00:00
ramiro%netscape.com
82b71f1739 Adding support for detecting various platform specific libraries, paths and
other things (anything, really).

Should make building mozilla on diverse platforms such as linux/lesstif
much easier.

Currently Linux is the only platform that supports detection.

The new detection mechanism is very scaleable.  We will be able to add support
for other operating systems as well as more permutations of linux/arch/toolkit.

It has received the Reverend Ostrom blessing of approval.

So the lesstif people can stop bitching.  thank you for the feedback ;-)
1998-07-18 03:34:56 +00:00
ramiro%netscape.com
bb60abcd71 Adding support for detecting various platform specific libraries, paths and
other things (anything, really).

Should make building mozilla on diverse platforms such as linux/lesstif
much easier.

Currently Linux is the only platform that supports detection.

The new detection mechanism is very scaleable.  We will be able to add support
for other operating systems as well as more permutations of linux/arch/toolkit.

It has received the Reverend Ostrom blessing of approval.

So the lesstif people can stop bitching.  thank you for the feedback ;-)

Notice how much simpler the Linux chunk of the xfe Makfile has become.
1998-07-18 03:34:26 +00:00
ramiro
49042cfd9b Nasty hack to deal with hpux 10.x ANSI C compiler bug. Do the expression
expansion "by hand".
HPUX patches from http://hpux.csc.liv.ac.uk/hppd/mozilla/patch.html.
1998-07-15 10:34:34 +00:00
ramiro
0d08f07683 Replace (un-hardcode) /usr/lib/libm.a with -lm.
HP-UX patches from http://hpux.csc.liv.ac.uk/hppd/mozilla/patch.html.
This is a good change for all platforms.  ITs dumb to hardcode the library
like that.  If for some reason a particular paltform requires a hard coded
path to libm, then it should be special cased.
1998-07-15 10:30:51 +00:00
ramiro
b77a0a696f Add support for HPUX A.09. Cleanup HPUX B.10 defines. Add hpux support for
NS_USE_GCC.
Comment out an unused variable.
HP-UX patches from http://hpux.csc.liv.ac.uk/hppd/mozilla/patch.html.
1998-07-15 10:19:36 +00:00
ramiro
b63af0dce3 Turn editres off on hpux. Declare missing XmString function on motif 2.x.
HP-UX patches from http://hpux.csc.liv.ac.uk/hppd/mozilla/patch.html.
1998-07-15 10:09:51 +00:00
ramiro
22224b2d4c Turn EDITRES of on hpux. HP-UX patches from http://hpux.csc.liv.ac.uk/hppd/mozilla/patch.html. 1998-07-15 10:04:44 +00:00
akkana
2a36f2078c Bug 112612: Don't do anything with mail/news-specific preferences unless
MOZ_MAIL_NEWS is defined, so we won't save garbage out. r=brade.
1998-07-15 01:52:21 +00:00
ramiro
cda04e1392 Protect debug printf with #ifdef. 1998-07-15 00:56:51 +00:00
ramiro
909cc0dc5d Fix for 124262 5.0 SF1 in bug.
Thanks to for providing the initial fix Juergen Keil <jk@tools.de>.
1998-07-14 22:51:57 +00:00
kin
34b1a3526c Fix for 5.0 SF1in bug 299978: html compose fails: can't save file:///Untitled
Ignore autosave code in fe_EditorCleanup() if the context is for a
MWContextMessageComposition.  Reviewed by akkana.
1998-07-14 01:29:37 +00:00
pollmann
9509ad5eca Bugfixes 5.0 SF1 in (Bug #300542) 1998-07-13 23:57:14 +00:00
pollmann
60848a728a Bugfixes 5.0 SF1 in (Bug #300542) 1998-07-13 23:35:44 +00:00
slamm
5120554a27 Fix off by one error. Messed up inplace editing. 1998-07-09 16:42:08 +00:00
slamm
f290a92dab Fix double click behavior in such a way that inline editing still works. #149082 SF1 in. 1998-07-09 16:42:06 +00:00
mcafee
9d2bbb6d44 Initial full circle crash-reporting checkin. r=donm 1998-07-09 05:00:33 +00:00
mcafee
d0a1954be0 Adding full circle crash-reporting for 5.0 1998-07-09 04:58:02 +00:00
ricardob
6bfd2ad9da Fix unix bustage on xxx 1998-07-08 19:17:11 +00:00
donm
9f5617a7fc still working on the 5.0 build bustage. 1998-07-08 16:54:24 +00:00
briano
f46c1a22a5 Okay, so I'm an idiot. It helps to put the fix in the right place.... 1998-07-08 05:05:21 +00:00
briano
a83a3a9797 Fixed the build error that Tinderbox is catching, but not reporting as a failure. 1998-07-08 04:35:55 +00:00
donm
4d4078b864 messed up libldap line in Makefile, fixed. 1998-07-07 23:21:40 +00:00
cltbld
76acf92ae3 fixing linking problem for 5.0 product. 1998-07-07 19:35:52 +00:00
ricardob
ba66610997 use libmsg only with security 1998-07-07 18:28:11 +00:00
ricardob
90033d3059 free mail unix fixes 1998-07-07 18:27:05 +00:00
ricardob
a77d1ca368 Free mail unix fixes 1998-07-07 18:26:15 +00:00
ramiro
89d57e46bd Documentation fixes. Cleanups for dead/changed file/class names.
No code changes, only comments.  Makes the xfe LXR pages better.
Approved by don.
Thanks do Dawn Endico <dawn@cannibal.mi.org> for providing the patch.
1998-07-07 06:15:49 +00:00
akkana
58564ba4b4 226857: Normandy landing didn't include kini's notification center fix. 1998-07-02 01:31:12 +00:00
akkana
b68dbd0214 BUG 224560: Stever's netlib checkin didn't fix the cookie persistence bug
on the XFE; he says we need to replace the GH_InitGlobalHistory with one
to NET_FinishInitNetLib.
1998-07-02 01:25:49 +00:00
ricardob
d437caf12e Dont build ns_mime with no sec 1998-06-30 22:06:09 +00:00
spider
2898c77dee Attempt to fix Solaris bustage 1998-06-25 16:25:15 +00:00
spider
cb94dae31e NORMANDY_DDAY merge... 1998-06-25 05:50:45 +00:00