mscott%netscape.com
|
254f533268
|
Redefine MSG_LINEBREAK in terms of NS_LINEBREAK. Later, I'll remove MSG_LINEBREAK all together and just use NS_LINEBREAK.
|
1999-06-23 00:03:14 +00:00 |
|
alecf%netscape.com
|
8132ee7888
|
make "and" the default
|
1999-06-23 00:02:52 +00:00 |
|
sspitzer%netscape.com
|
91b07396b6
|
change default to 50 until performance is fixed
|
1999-06-23 00:00:28 +00:00 |
|
mscott%netscape.com
|
cd240142b2
|
Constructor for nntp url no longer has any arguments.
|
1999-06-22 23:52:15 +00:00 |
|
mscott%netscape.com
|
ba751bd54f
|
Add class ID for nntp urls.
|
1999-06-22 23:52:00 +00:00 |
|
mscott%netscape.com
|
63de37c808
|
Remove classid from the interface. We no longer inherit from nsIMsgMailNewsUrl.
|
1999-06-22 23:51:42 +00:00 |
|
mscott%netscape.com
|
8a7bb40345
|
url re-org to use nsMsgMailNewsUrl. this is part of my necko integration work and should also reduce footprint a bit.
|
1999-06-22 23:51:18 +00:00 |
|
mscott%netscape.com
|
15ef8bd34c
|
QI url to the right type for nsIMsgMailNewsurl methods.
|
1999-06-22 23:49:24 +00:00 |
|
terry%mozilla.org
|
9d2e889b79
|
Make attachments remember who submitted that attachment.
|
1999-06-22 23:44:22 +00:00 |
|
sspitzer%netscape.com
|
acad356044
|
more work for respecting the newsrc file. more to come.
|
1999-06-22 23:42:29 +00:00 |
|
mcmullen%netscape.com
|
bf4cefa623
|
Registered nsIFileSpecWithUI
|
1999-06-22 23:32:34 +00:00 |
|
kin%netscape.com
|
a844eab276
|
Removed hack in EditorExecuteScript() that worked around a
bug in nsIFileSpec.readLine() that has now been fixed.
|
1999-06-22 23:30:21 +00:00 |
|
sspitzer%netscape.com
|
2111d69f33
|
don't compare an nsCOMPtr with NULL
|
1999-06-22 23:26:06 +00:00 |
|
jefft%netscape.com
|
d8792cc7fe
|
added files: mozilla/mailnews/base/public/nsIMsgCopyService.idl
|
1999-06-22 23:24:25 +00:00 |
|
mcmullen%netscape.com
|
0a212c8078
|
readLine was returning (in its truncation parameter) the exact opposite of the promised boolean. Thanks to kin@netscape.com for pointing this out.
|
1999-06-22 23:21:00 +00:00 |
|
jefft%netscape.com
|
d83052b6c3
|
added new file - nsIMsgCopyService.idl
|
1999-06-22 23:20:56 +00:00 |
|
kin%netscape.com
|
bb016fe0bc
|
Modified EditorExecuteScript() to read and execute a line at a time.
This will allow us to load and execute large log files.
|
1999-06-22 23:20:26 +00:00 |
|
alecf%netscape.com
|
43186aac9e
|
statically link against mork for now
|
1999-06-22 23:19:09 +00:00 |
|
bienvenu%netscape.com
|
e1d1561ba8
|
get rid of link against dso
|
1999-06-22 23:15:58 +00:00 |
|
bienvenu%netscape.com
|
e5a56dc643
|
replace mork with msgmork
|
1999-06-22 23:08:25 +00:00 |
|
alecf%netscape.com
|
6dd8e3da22
|
remove -lmork
|
1999-06-22 23:08:24 +00:00 |
|
sfraser%netscape.com
|
db8cb3278e
|
removed files: mozilla/build/mac/test/test2.cpp
|
1999-06-22 23:06:58 +00:00 |
|
alecf%netscape.com
|
bbfb93c6b8
|
construct the URI from the server's GetServerURI rather than manually
|
1999-06-22 23:06:27 +00:00 |
|
alecf%netscape.com
|
83ea59f0b2
|
ignore generated files
|
1999-06-22 23:01:01 +00:00 |
|
petitta%netscape.com
|
1892db6039
|
Updated Build Environment
|
1999-06-22 22:58:56 +00:00 |
|
petitta%netscape.com
|
42362ff68a
|
Updated build environment
|
1999-06-22 22:54:45 +00:00 |
|
petitta%netscape.com
|
331cc97ff8
|
Updates build environment
|
1999-06-22 22:53:55 +00:00 |
|
sspitzer%netscape.com
|
104f5b3a49
|
turn a PR_ASSERT() into an NS_ASSERTION() to avoid the abort on UNIX.
see bug #8707
|
1999-06-22 22:40:41 +00:00 |
|
frankm%eng.sun.com
|
224d22dfee
|
First pass at generating Java interfaces from XPIDL
|
1999-06-22 22:39:50 +00:00 |
|
alecf%netscape.com
|
3211999d03
|
add account wizard to mac build
|
1999-06-22 22:33:48 +00:00 |
|
alecf%netscape.com
|
2cc0ab5e11
|
add account wizard to the windows build
|
1999-06-22 22:32:40 +00:00 |
|
ftang%netscape.com
|
28bbc5a3f1
|
add XMLEncodingService
|
1999-06-22 22:30:33 +00:00 |
|
alecf%netscape.com
|
2081114d61
|
update account wizard framework:
- save values in a hash in the main wizard context
- repopulate pages as they are loaded
- add validation routine support for pages
|
1999-06-22 22:30:17 +00:00 |
|
alecf%netscape.com
|
19f1840e39
|
update wizard pages to have more stuff
|
1999-06-22 22:28:53 +00:00 |
|
akkana%netscape.com
|
cdcd2cc12d
|
Use NS_LINEBREAK from nsCRT.h
|
1999-06-22 22:05:12 +00:00 |
|
alecf%netscape.com
|
c035e667c2
|
oops, use dump() not print()
|
1999-06-22 22:03:09 +00:00 |
|
mscott%netscape.com
|
c2f8a7e095
|
We no longer inherit from nsIMsgMailNewsUrl....
|
1999-06-22 21:55:25 +00:00 |
|
mscott%netscape.com
|
dc740c3a6c
|
Because of my over-haul for mailnews urls, we now need to be more explicit about the url interfac
we are calling the method on (nsIURL, nsIImapUrl, nsIMsgMailNewsUrl, etc).
|
1999-06-22 21:55:06 +00:00 |
|
mscott%netscape.com
|
48f0990fcc
|
Url re-organization to use nsMsgMailNewsUrl implementation code. This is part of my necko integration work and
should also have the added benefit of reducing footprint.
|
1999-06-22 21:54:46 +00:00 |
|
mscott%netscape.com
|
c96a3e5fd9
|
QI url to the right type for nsIMsgMailNewsurl methods.
|
1999-06-22 21:53:34 +00:00 |
|
kmcclusk%netscape.com
|
aa59d9ab82
|
Removed commented out line
|
1999-06-22 21:49:34 +00:00 |
|
dp%netscape.com
|
0138944633
|
Removing course grain locking since finer grain locking is implemented
in nsRegistry.
|
1999-06-22 21:49:26 +00:00 |
|
akkana%netscape.com
|
c91c3d0b61
|
Remove selection methods from nsIDocument -- they were bogus anyway, real selection lives in the pres shell
|
1999-06-22 21:47:45 +00:00 |
|
nhotta%netscape.com
|
1cd82c810c
|
Added ISO Latin 7 to charset menu, synch with browser.
|
1999-06-22 21:46:24 +00:00 |
|
akkana%netscape.com
|
fc592dafd3
|
Change unicode assertion to a warning
|
1999-06-22 21:45:42 +00:00 |
|
ducarroz%netscape.com
|
6fb1abf7a9
|
change printf text "composer" to "message compose"
|
1999-06-22 21:45:01 +00:00 |
|
akkana%netscape.com
|
a58fe84a1e
|
Add some error checking, for robustness; fix some warnings
|
1999-06-22 21:45:00 +00:00 |
|
kmcclusk%netscape.com
|
38be421ca5
|
Fix for crash when bringing up the test sites dialog.
Also fixed crash when bringing up the debug robot dialog.
|
1999-06-22 21:44:38 +00:00 |
|
akkana%netscape.com
|
41d7f80962
|
Use deep first/last child for Beginning/EndOfDocument methods
|
1999-06-22 21:42:44 +00:00 |
|
akkana%netscape.com
|
90810fe59f
|
Use -edit instead of -editor as the editor flag
|
1999-06-22 21:41:31 +00:00 |
|