Commit Graph

27417 Commits

Author SHA1 Message Date
nhotta%netscape.com
420f28a47b Synchronized charset menu with navigator. 1999-05-17 18:58:35 +00:00
danm%netscape.com
820718a1ac more window.openDialog: moved creation of JS context earlier, stopped its destruction on first doc load 1999-05-17 18:52:21 +00:00
matt%netscape.com
d17db1898f placing all stings into dtd entities 1999-05-17 18:50:57 +00:00
jfrancis%netscape.com
502531964b const crazy - bet you can't eat jsut one! 1999-05-17 14:14:36 +00:00
kin%netscape.com
c8136e6dbe Commented out all calls to HACKForceRedraw(). We now call it from
nsEditor::EndTransaction().
1999-05-17 13:31:56 +00:00
jfrancis%netscape.com
cdffd008a0 fixing bustage 1999-05-17 13:10:29 +00:00
jfrancis%netscape.com
aaecdca8fb insert list and indent work 1999-05-17 12:22:31 +00:00
jfrancis%netscape.com
2479f049a8 Adding insert list, indent, and change aligment to editor app core 1999-05-17 12:17:43 +00:00
hyatt%netscape.com
9a32c8bde5 Fix for bug 5602. 1999-05-17 09:02:45 +00:00
mcmullen%netscape.com
09941ba775 Turning reading of default files back on for Macintosh, since parsing now seems to work. 1999-05-17 08:18:26 +00:00
mcmullen%netscape.com
21f0555a94 Cleaned up the dictionaries. Added partial support for GetURL, OpenURL, quit, and dojavascript apple events. 1999-05-17 07:56:44 +00:00
jefft%netscape.com
47e70117f3 temporary fix for cached connection not working for same imap host 1999-05-17 06:28:10 +00:00
waldemar%netscape.com
3af971a8c2 First working version 1999-05-17 05:11:19 +00:00
waldemar%netscape.com
837f29ca05 Renamed != to /= and lambda to function. 1999-05-17 05:10:41 +00:00
waldemar%netscape.com
f019c1d787 Added intsets. 1999-05-17 05:10:07 +00:00
waldemar%netscape.com
7ec4e04544 Added sets, subseq, set-nth. Renamed 'lambda' to 'function'. Fixed depictions of special global variables. Added %text depictors. 1999-05-17 05:09:44 +00:00
waldemar%netscape.com
3a039ef374 Added sets, subseq, set-nth. Renamed 'lambda' to 'function' and '!=' to '/='. 1999-05-17 05:07:52 +00:00
waldemar%netscape.com
87dd865847 Added vector-assign, intersection, and union characters 1999-05-17 05:05:59 +00:00
waldemar%netscape.com
80e7c3ed1f Fixed LR(1) parser state lookahead-generation bug 1999-05-17 05:05:10 +00:00
waldemar%netscape.com
71600336ba Added RegExp to load path 1999-05-17 05:04:28 +00:00
waldemar%netscape.com
0e007f4fc6 Fixed formatting of parametrized nonterminal character classes 1999-05-17 05:04:07 +00:00
blizzard%redhat.com
abe959a382 add xlibrgb to the build 1999-05-17 03:42:30 +00:00
blizzard%redhat.com
d6b4584545 catch up with prototype changes 1999-05-17 03:42:04 +00:00
blizzard%redhat.com
31e8868caa add gdkrgb port to straight xlib 1999-05-17 03:32:22 +00:00
bienvenu%netscape.com
cb521fd800 more work on msg filters 1999-05-17 02:07:13 +00:00
bienvenu%netscape.com
28f7bb8612 start work on msg filters, ifdeff'ed out 1999-05-17 02:06:29 +00:00
bienvenu%netscape.com
4dd806d676 fix problems selecting folders other than the inbox 1999-05-17 00:41:26 +00:00
mjudge%netscape.com
b4419648ae adding in selection ability for images in editor only 1999-05-17 00:21:50 +00:00
mjudge%netscape.com
a15e7eb5ac adding in selection of non text frames in editor only 1999-05-17 00:21:18 +00:00
dougt%netscape.com
1860ec386d Fixing registry init ordering to stop crashing on NT. (Thanks bienvenu for testing this change).
Removing nsServiceManager::RegisterService max workaround checked in early today.
1999-05-16 23:36:39 +00:00
putterman%netscape.com
3ffb83ebd9 Check for null pointers from js so we don't crash. 1999-05-16 23:28:45 +00:00
erik%netscape.com
884c1bf22d Fixed the test file name, added registration for event queue and
persistent properties. This test program now works again. Groan.
1999-05-16 22:59:02 +00:00
putterman%netscape.com
ccd1ec9340 Implemented GetHostName. 1999-05-16 22:47:27 +00:00
putterman%netscape.com
2e3d968c22 Implement GetTarget for child and message child so Move and Copy menu submenus
show up.
1999-05-16 22:41:39 +00:00
putterman%netscape.com
daa38be434 Add rdf:ignore MessageChild to the move and copy menus. 1999-05-16 22:41:02 +00:00
jefft%netscape.com
366ce2f7bb making sure cached connection work with multiple imap servers 1999-05-16 21:55:25 +00:00
putterman%netscape.com
9d7c7f4221 Fix treebody. 1999-05-16 21:47:13 +00:00
dougt%netscape.com
a025a9ca1b nsServiceManager::ReleaseService is not defined on the mac! Could not find what library I need to link with in order to get this defined. I am commenting this out so that I can figure this out with out the tinderbox in flames. 1999-05-16 21:39:11 +00:00
beard%netscape.com
9b02a6f807 exporting nsServiceManager::RegisterService/UnregisterService to fix xpinstall breakage. 1999-05-16 21:29:32 +00:00
bienvenu%netscape.com
d2e1cc09d5 fix vc5 build bustage 1999-05-16 21:22:27 +00:00
erik%netscape.com
383437c12d Added code to check return values. Cleaned up a bit. 1999-05-16 20:47:59 +00:00
morse%netscape.com
84facccc36 fix build bustage 1999-05-16 20:35:28 +00:00
erik%netscape.com
a6758a1ac1 Fixed a compiler warning. Added a few new font charset names, and a weight
name.
1999-05-16 20:32:51 +00:00
pavlov%pavlov.net
808775ab46 more work on nsMenu::RemoveAll() 1999-05-16 20:01:24 +00:00
morse%netscape.com
e9d7b286b5 remember wallet decisions on a url-specific basis 1999-05-16 19:36:25 +00:00
pavlov%pavlov.net
809a5eac4d revert some changes that broke menu clicking in apprunner 1999-05-16 19:27:43 +00:00
dougt%netscape.com
c6d2b1732d Adding appshellcomponent interface and init code. 1999-05-16 19:11:25 +00:00
dougt%netscape.com
5eee24547d Removing xpinstall and silentdl references from the viewer. 1999-05-16 19:07:19 +00:00
pavlov%pavlov.net
3d9049b30b revert accidential change that broke typing in to the url bar (; 1999-05-16 18:16:24 +00:00
pavlov%pavlov.net
468c69e9bc fix the massive ammount of warnings that are generated by this code. 1999-05-16 17:47:46 +00:00