Commit Graph

22585 Commits

Author SHA1 Message Date
mscott%netscape.com
e7d5334609 (not part of the build yet) a=cyeh.
Replace identity with nsIMsgIncomingServer. Initialize now takes a host session list.
1999-04-08 02:56:12 +00:00
mscott%netscape.com
5f43e3f549 (not part of the build yet) a=cyeh.
Replace the identity with nsIMsgIncomingServer. Initialize now takes in the host session list.
1999-04-08 02:55:29 +00:00
mscott%netscape.com
d939c01e95 (not part of the build yet) a=cyeh.
Replace identity stuff with nsIMsgIncomingServer.
1999-04-08 02:54:20 +00:00
mscott%netscape.com
6fa3c842f8 (not part of the build yet) a=cyeh.
Export nsIImapService.h and nsIImapIncomingServer.h
1999-04-08 02:53:17 +00:00
mscott%netscape.com
ba6e30e5b7 (not part of the build yet) a=cyeh.
Foundation for an imap service interface.
1999-04-08 02:53:01 +00:00
mscott%netscape.com
86123a7227 (not part of the build yet) a=cyeh.
Changed identity getters and setters to use the new nsIMsgIncomingServer interface instead.
1999-04-08 02:52:28 +00:00
spence%netscape.com
9daec18a39 remove outside dependency from netlib 1999-04-08 02:51:14 +00:00
mscott%netscape.com
5de74bcaf8 (not part of the build yet) a=cyeh.
Initialize now takes the host session list.
1999-04-08 02:51:13 +00:00
mscott%netscape.com
7fc41cf9a1 (not part of the build yet) a=cyeh.
Add an imap incoming server interface which holds imap account server specific information such as user name, host name, etc.
1999-04-08 02:50:44 +00:00
mscott%netscape.com
b7ea611b18 (not part of the build yet) a=cyeh.
I changed the dll name for imap to be msgimap.dll. We now need prefs and js in the requires list.
1999-04-08 02:49:40 +00:00
mscott%netscape.com
3eefdc4c4d (not part of the build) a=cyeh.
Imap factory can now generate components for the imap service and for the imap incoming server.
1999-04-08 02:48:56 +00:00
briano%netscape.com
640cf3d8af Added a pointer to ftp.gtk.org if gtk-config can't be found. 1999-04-08 02:06:55 +00:00
waterson%netscape.com
540407e20f Bug 4618. Fix compilation problem on Solaris native compile. a=chofmann@netscape.com 1999-04-08 01:53:31 +00:00
briano%netscape.com
c22cf7974d Automated update 1999-04-08 01:32:30 +00:00
briano%netscape.com
99483ca2d9 Define _REENTRANT for any compiler on OSF/1. Fixes the problem with mkautocf.c. 1999-04-08 01:31:49 +00:00
mjudge%netscape.com
54aef1837f fixed selection results after bold/italics. 4593 bug. simply collapsed range and extended it to take up the whole new range 1999-04-08 01:30:05 +00:00
mjudge%netscape.com
0f03b6a5f0 adding batch changes around editor BeginTransaction. bug 4593 1999-04-08 01:28:33 +00:00
mjudge%netscape.com
9a83dd0a53 bug 4539 approved by hoffman. fix gives us nested selection batch changes. 1999-04-08 01:27:29 +00:00
akkana%netscape.com
834d6dd1ed Cleaner addendum to the fix for 4661 1999-04-08 00:54:32 +00:00
akkana%netscape.com
84380c250e 4661: Fix win32 crasher inserting an image. Approved by chofmann.
Split nsEditor::DeleteSelectionAndCreateNode into two parts,
so that routines like InsertImage which need to set attributes
on the new node before inserting into the tree can do so.
This is somewhat temporary, since the current method isn't undo-able;
undo will be implemented after M4.
1999-04-08 00:46:10 +00:00
waterson%netscape.com
e07ee6fe41 Bug 4710. Implement no-ops for local store commands so as not to break stuff that depends on commands working. r=putterman@netscape.com, a=chofmann@netscape.com 1999-04-08 00:43:11 +00:00
kipp%netscape.com
8a0284add8 Delay first move until onload has finished 1999-04-08 00:01:12 +00:00
kipp%netscape.com
0c0ce42a16 Fixed not bother repositioning when coordinates don't change 1999-04-08 00:00:13 +00:00
waterson%netscape.com
e85ace8aa5 Bug 4706. Make sure to close the first RDF:RDF tag. Duh. 1999-04-07 23:18:54 +00:00
evaughan%netscape.com
d8e4fb2275 Made secure connection have a display type of none by default. 1999-04-07 23:15:06 +00:00
momoi%netscape.com
dda8abda17 4 sort result files for WindowsNT4-US. 1999-04-07 23:14:59 +00:00
ftang%netscape.com
7329fbfca6 fix bug 4672, 4673, 4674, 4676 , check in for cata from ftang's account 1999-04-07 23:00:28 +00:00
slamm%netscape.com
7f1af32a4f Fix for bookmark properties come up blank (bug #4678). Approved by cyeh and chofmann. 1999-04-07 22:59:59 +00:00
ftang%netscape.com
c94f5cce5e fix bug 564 to use CP 1252 mapping table to convert ISO-8859-1 1999-04-07 22:59:35 +00:00
mjudge%netscape.com
fae945861f indexes returned from prepareunicodestring are mContentOffset based. 3641 3772 Hoffman approved 1999-04-07 22:56:09 +00:00
mjudge%netscape.com
2bb61f6606 Simon reviewed. Hoffman approved bug number 4584 fixes clicking in alternate text. 1999-04-07 22:49:07 +00:00
briano%netscape.com
87e11ba05a Automated update 1999-04-07 21:59:37 +00:00
briano%netscape.com
ea65a6fa55 Turned off -pipe for BSDI builds. 1999-04-07 21:48:19 +00:00
rickg%netscape.com
bc41d2b9f5 fixed mail/news crash and bug 4606 1999-04-07 21:05:19 +00:00
waterson%netscape.com
a24681ea5d Bug 4621. Uninitialized memory read. Many thanks to Bruce Mitchener <bruce@cybersight.com>. a=chofmann@netscape.com 1999-04-07 21:02:29 +00:00
putterman%netscape.com
2f0eebcd43 Fixes bug 4650. Backed out some changes so that linux will start working again.
When bug 4668 is fixed I will put these back in.  Approved by chofmann and reviewed
by mscott.
1999-04-07 20:56:48 +00:00
petitta%netscape.com
ec44de4258 Updated info 1999-04-07 19:22:55 +00:00
petitta%netscape.com
ce623d963a modified date algorithium 1999-04-07 19:15:23 +00:00
petitta%netscape.com
1b80858287 Modified path logic 1999-04-07 19:14:38 +00:00
petitta%netscape.com
d8078acb29 add more info 1999-04-07 17:08:52 +00:00
petitta%netscape.com
6ddd40a02f Build info 1999-04-07 17:04:59 +00:00
donm%netscape.com
8f82ff6b95 fixed build number whacking. 1999-04-07 17:00:27 +00:00
morse%netscape.com
37f58fe8ac turned cookie management back on since it wasn't causing the crash after all, approved by cyeh 1999-04-07 14:39:57 +00:00
spence%netscape.com
2402488c75 fix mac breakage 1999-04-07 07:39:43 +00:00
spence%netscape.com
eba8d52533 yet more bustage 1999-04-07 07:34:18 +00:00
spence%netscape.com
ced80ab754 bustage 1999-04-07 07:23:18 +00:00
spence%netscape.com
0455460c55 build bustage 1999-04-07 07:19:17 +00:00
spence%netscape.com
314504ac5f don't break the mac 1999-04-07 07:11:27 +00:00
ramiro%netscape.com
9bc8eac86b Comment out a annoying printf. Approved by cyeh. 1999-04-07 07:04:35 +00:00
bienvenu%netscape.com
69c6556f51 avoid iterating over first thread twice 1999-04-07 06:56:19 +00:00