mscott%netscape.com
|
77987e7605
|
Use MSG_LINEBREAK instead of LINEBREAK. This should fix message display on the Mac.
|
1999-04-27 02:57:25 +00:00 |
|
davidm%netscape.com
|
786340eefc
|
First Checked In.
|
1999-04-27 02:57:22 +00:00 |
|
rjc%netscape.com
|
820bdab28b
|
Use nsSpecialSystemDirectory to determine Windows IE Favorites folder instead of using static "file:///C|/WINDOWS/Favorites/" path.
Thanks to michael.lowe@bigfoot.com for the patch here and to nsSpecialSystemDirectory code.
|
1999-04-27 02:56:07 +00:00 |
|
mscott%netscape.com
|
c78f083c4d
|
Remove nsIMessenger.cpp from the list of .cpp files. There is no such file.
|
1999-04-27 02:55:00 +00:00 |
|
davidm%netscape.com
|
3ea798d793
|
made destructor virtual and fixed include to end with a lowercase .h
|
1999-04-27 02:54:53 +00:00 |
|
ftang%netscape.com
|
0de35f43a0
|
add CIDs for the new converters
|
1999-04-27 02:54:35 +00:00 |
|
mscott%netscape.com
|
8d2d60a12a
|
Add MSG_LINEBREAK and MSG_LINEBREAK_LEN for mailnews. We need to transition all mailnews use of LINEBREAK to these new macros. I'm leaving the old LINEBREAK definition in place so I don't have to update all files that use it at once. Why can't we use LINEBREAK? Because it is incorrectly defined on the Mac and due to situations outside of our control, we can't change the value of LINEBREAK on the Mac (because it is defined elsewhere and they need it defined incorrectly). So we're going to use these new values (MSG_LINEBREAK and MSG_LINEBREAK_LEN) instead.
|
1999-04-27 02:53:29 +00:00 |
|
mcafee%netscape.com
|
3021686f3a
|
Rogue call to nsFileWidget::Create(), should be part of #if 0 code. r=sdagley@netscape.com
|
1999-04-27 02:49:40 +00:00 |
|
rods%netscape.com
|
285b916f78
|
Added "EditorShowClipboard" function
|
1999-04-27 02:45:37 +00:00 |
|
sspitzer%netscape.com
|
30e65e2174
|
remove a warning. get nntpTest closer to working...
|
1999-04-27 02:45:15 +00:00 |
|
rods%netscape.com
|
367d5114e2
|
Added seprartor and ShowClipboard menu item
|
1999-04-27 02:44:55 +00:00 |
|
rods%netscape.com
|
f562a786c5
|
Fixed ShowClipboard to nsCOMPtr and newer clipboard work
|
1999-04-27 02:43:10 +00:00 |
|
rjc%netscape.com
|
97394120ab
|
Give separators a default name (some dashes).
|
1999-04-27 02:36:22 +00:00 |
|
briano%netscape.com
|
b7ed2578a2
|
Converted all the 'non-standard' uses of true and false to PR_TRUE and PR_FALSE.
|
1999-04-27 02:35:02 +00:00 |
|
rhp%netscape.com
|
f157c0ea6b
|
changes for new xp com interface for ct handlers
|
1999-04-27 02:33:30 +00:00 |
|
rhp%netscape.com
|
de32820410
|
CTHandlers now XP-COM objects
|
1999-04-27 02:32:09 +00:00 |
|
sspitzer%netscape.com
|
29f85dbedf
|
NS_NewNntpUrl is not used anymore. changes to build nntpTest every time on
windows
|
1999-04-27 02:31:23 +00:00 |
|
rhp%netscape.com
|
7e3353cd8a
|
Adding new XP Com interface
|
1999-04-27 02:30:14 +00:00 |
|
rhp%netscape.com
|
d1b5945d4a
|
New I18N support and XP cleanup
|
1999-04-27 02:29:02 +00:00 |
|
rjc%netscape.com
|
38a75ee0a4
|
Added support for smart-sorting, whereby for example in bookmarks, when sorting on the name column, we'll sort in-between separators.
|
1999-04-27 02:28:12 +00:00 |
|
rhp%netscape.com
|
ca3422efc7
|
Removal of old files
|
1999-04-27 02:27:27 +00:00 |
|
sspitzer%netscape.com
|
24e557b3b8
|
more changes to get this working...
|
1999-04-27 02:25:57 +00:00 |
|
sspitzer%netscape.com
|
c86490ede5
|
more changes to get this beast to build and run on Windows and Linux
|
1999-04-27 02:21:53 +00:00 |
|
sspitzer%netscape.com
|
e62445398f
|
changes to get the nntpTest building again on Linux
|
1999-04-27 02:12:55 +00:00 |
|
mcmullen%netscape.com
|
f973c46a0f
|
Fixed two small problems in Macintosh-only parts of the code.
|
1999-04-27 02:12:22 +00:00 |
|
ftang%netscape.com
|
a673e281df
|
add cid and hookup w/ factory for the new converters
|
1999-04-27 02:12:05 +00:00 |
|
ftang%netscape.com
|
714e0cd2dd
|
add UnicodeToKOI8R/U
|
1999-04-27 02:10:42 +00:00 |
|
bienvenu%netscape.com
|
d4b8c18275
|
add some flag handling routines
|
1999-04-27 02:09:42 +00:00 |
|
bruce%cybersight.com
|
8a8e0dd0c3
|
delete vs delete[]
|
1999-04-27 02:07:31 +00:00 |
|
bruce%cybersight.com
|
fdfde27d68
|
Moved nsNetStream.h include to nsHttpUrl.h from the .cpp file to fix build busta
ge on gcc 2.7.2.3 due to incomplete type errors.
|
1999-04-27 01:55:44 +00:00 |
|
rjc%netscape.com
|
6fb51639ac
|
More change for nsISupportsArray usage.
|
1999-04-27 01:48:37 +00:00 |
|
bruce%cybersight.com
|
51ae12548f
|
Yet another instance of 'false' in XP code. Please return to using PR_FALSE.
|
1999-04-27 01:44:07 +00:00 |
|
rjc%netscape.com
|
3828abdb73
|
Separator support.
|
1999-04-27 01:33:34 +00:00 |
|
scc%netscape.com
|
71e4bc20e3
|
Adjusted the ownership model slightly. URLs no longer `own' their container or their URL group
|
1999-04-27 01:29:23 +00:00 |
|
briano%netscape.com
|
6ec4ca77dd
|
Many Unix variants do not define 'false', so use PR_FALSE to fix them.
|
1999-04-27 01:27:03 +00:00 |
|
scc%netscape.com
|
764ea2f33d
|
added GetIID() method
|
1999-04-27 01:26:58 +00:00 |
|
sfraser%netscape.com
|
a2d921d85e
|
Advance the iterator so we don't freeze bringing up the link dialog.
|
1999-04-27 01:10:10 +00:00 |
|
rods%netscape.com
|
e1798ddde6
|
Commented out some debug statements
Unknown formats are now get their data via GetText
|
1999-04-27 01:03:54 +00:00 |
|
bienvenu%netscape.com
|
4913ab0962
|
add escaping of lines that start with From<space>
|
1999-04-27 01:03:52 +00:00 |
|
rods%netscape.com
|
b723828401
|
Using FlavorsTransferableCanExport in CreateNativeDataObject
and changed param to GetData
|
1999-04-27 01:01:38 +00:00 |
|
morse%netscape.com
|
92b7d667d4
|
precaution just in case my last change breaks the build
|
1999-04-27 00:57:52 +00:00 |
|
morse%netscape.com
|
04c9d2ffef
|
Put notification message under control of a preference
|
1999-04-27 00:54:42 +00:00 |
|
bruce%cybersight.com
|
18d572987c
|
Fix for luxor bustage. Thanks dveditz, smfr.
|
1999-04-27 00:48:23 +00:00 |
|
morse%netscape.com
|
88da9875af
|
minor editing changes
|
1999-04-27 00:46:58 +00:00 |
|
ftang%netscape.com
|
3353b183de
|
add several converters
|
1999-04-27 00:46:46 +00:00 |
|
hangas%netscape.com
|
a9e8c22319
|
Updated Mac Project file for DataSource files added to Windows makefile
|
1999-04-27 00:42:20 +00:00 |
|
ftang%netscape.com
|
ba56edc051
|
remove accidential checkin
|
1999-04-27 00:41:22 +00:00 |
|
ftang%netscape.com
|
275775ccd8
|
add new files to the Makefile.in
|
1999-04-27 00:33:11 +00:00 |
|
ftang%netscape.com
|
5694635bb0
|
add several new charset converter . Change makefile. Have not hook up w charset manager and factory yet
|
1999-04-27 00:27:38 +00:00 |
|
sfraser%netscape.com
|
aa11f8d2dc
|
Try to fix the Unix bustage in nsFindComponent.
|
1999-04-27 00:26:46 +00:00 |
|