Граф коммитов

239 Коммитов

Автор SHA1 Сообщение Дата
ramiro%netscape.com 790d8bfa7c 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 c1d8a17f52 New composer Table menu. 1998-07-24 23:26:39 +00:00
akkana%netscape.com 8432ad3e97 Strings for table menu and replace dialog 1998-07-24 23:26:05 +00:00
akkana%netscape.com 0702fbefe4 Split off find dialog into new file; add optional Replace functionality to it. 1998-07-24 23:25:16 +00:00
slamm%netscape.com bb5505e71d 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 9cc82f40f9 Bring over another change from the RDFBranch. 1998-07-23 20:29:01 +00:00
slamm%netscape.com 2fcdf654f2 Change some extern'd functions to static. Fixes Solaris build bustage. 1998-07-23 19:51:30 +00:00
slamm%netscape.com 557e013707 Fix more Solaris build bustage. 1998-07-23 19:43:11 +00:00
slamm%netscape.com 9c1664468e Fix more build bustage on Solaris. 1998-07-23 19:39:37 +00:00
slamm%netscape.com a9d5d036b0 Kill a warning. 1998-07-23 19:26:31 +00:00
slamm%netscape.com 1b9ff7915d Add some casts to fix build bustage. 1998-07-23 19:12:31 +00:00
ramiro%netscape.com 1f62406fc9 Mege from RDF_BRANCH_060398 branch. Also known as RDF landing. 1998-07-23 18:38:03 +00:00
ftang%netscape.com ad67f04ee2 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 57c0a8b26e Fix build bustage. Remove unused ",". 1998-07-21 04:01:14 +00:00
akkana%netscape.com fbcf784a2a 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 f979818a82 Improve table selection 1998-07-21 02:11:06 +00:00
dfm%netscape.com 91d899a2d0 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 f759b68908 Remove old motif.mk hack. 1998-07-18 05:15:49 +00:00
ramiro%netscape.com f134c3738d 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 2dd27a649e 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 910cf0dd5a 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 028620c999 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 2585ebd8de 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 87501d0df4 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 f6d6f23759 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 096b9a6a43 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 b7071fe33e Protect debug printf with #ifdef. 1998-07-15 00:56:51 +00:00
ramiro ddb5e80418 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 63440f71cd 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 18db3cff36 Bugfixes 5.0 SF1 in (Bug #300542) 1998-07-13 23:57:14 +00:00
pollmann bd6ea77124 Bugfixes 5.0 SF1 in (Bug #300542) 1998-07-13 23:35:44 +00:00
slamm 36d43d0919 Fix off by one error. Messed up inplace editing. 1998-07-09 16:42:08 +00:00
slamm d21acb3c00 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 419acdd126 Initial full circle crash-reporting checkin. r=donm 1998-07-09 05:00:33 +00:00
mcafee 82591a8e33 Adding full circle crash-reporting for 5.0 1998-07-09 04:58:02 +00:00
ricardob bba84e2ac1 Fix unix bustage on xxx 1998-07-08 19:17:11 +00:00
donm 78fa003904 still working on the 5.0 build bustage. 1998-07-08 16:54:24 +00:00
briano f498bdc88b 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 63af57e517 Fixed the build error that Tinderbox is catching, but not reporting as a failure. 1998-07-08 04:35:55 +00:00
donm 41b23205d5 messed up libldap line in Makefile, fixed. 1998-07-07 23:21:40 +00:00
cltbld a0389ca1ae fixing linking problem for 5.0 product. 1998-07-07 19:35:52 +00:00
ricardob 4ab21be98a use libmsg only with security 1998-07-07 18:28:11 +00:00
ricardob 3b3bd52048 free mail unix fixes 1998-07-07 18:27:05 +00:00
ricardob 4fde84b82e Free mail unix fixes 1998-07-07 18:26:15 +00:00
ramiro 26b114ca3f 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 7de5d545a0 226857: Normandy landing didn't include kini's notification center fix. 1998-07-02 01:31:12 +00:00
akkana ba2e271b51 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 3779002117 Dont build ns_mime with no sec 1998-06-30 22:06:09 +00:00
spider ed58bc70f0 Attempt to fix Solaris bustage 1998-06-25 16:25:15 +00:00
spider 7b08c23fa4 NORMANDY_DDAY merge... 1998-06-25 05:50:45 +00:00