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

44 Коммитов

Автор SHA1 Сообщение Дата
dveditz%netscape.com 7aa859429b makefile cleanups 1999-07-02 13:40:18 +00:00
scc%netscape.com 54c96baa72 |nsISupports::GetIID()| --> |nsCOMTypeInfo<nsISupports>::GetIID()| 1999-06-29 21:01:31 +00:00
briano%netscape.com 282adf654a Cleanup and fixes for OpenBSD. 1999-06-29 02:30:42 +00:00
mscott%netscape.com b1645dab90 Constructor for nntp url no longer has any arguments. 1999-06-22 23:52:15 +00:00
mscott%netscape.com 4afd54970e Add class ID for nntp urls. 1999-06-22 23:52:00 +00:00
sspitzer%netscape.com d5d2171a10 nsINNTPProtocol.h is going away, since it is not being used.
the only thing that uses nsNNTPProtocol is nsNntpService.
remove it from the news factory.

changes to get mark message read on display working.
1999-06-10 05:39:09 +00:00
mscott%netscape.com 53bde8bcd6 Use NS_WITH_SERVICE1 which uses the service manager that was passed in to
NSRegisterSelf / NSUnregisterSelf.
1999-06-09 06:40:48 +00:00
sspitzer%netscape.com 6e2a3cc01a giant cleanup of UNIX mail / news Makefiles. properly use MODULE, and
name things so that Windows and UNIX match.  (a big checkin for Windows
will follow shortly.)
1999-06-08 02:17:24 +00:00
mscott%netscape.com a19d88af09 Don't build dll until the install phase, not the lib phase. 1999-06-07 08:22:54 +00:00
mscott%netscape.com 3d0e344c29 Part of makefile clean up for windows. Changes include removing old cruft, giving each
component it's own module name (this helps clear up problems with the xp connect type lib
name for each component), making sure libs built in src directories have _s suffix as
they are static libraries and unifying component names with "msg" prefixes.
Also removed extraneous CPP_SRCS info.
1999-06-07 06:52:45 +00:00
sspitzer%netscape.com 6fd8aee1bf Bug #5633 -- use NS_WITH_SERVICE macro. Also cleaned up goto statements such that if we fail to register or unregister a component, we try to register/unregister the rest of the components before giving up. 1999-06-04 23:37:16 +00:00
sspitzer%netscape.com e123976816 rename the windows library to libnntp_s.lib, since it is static as well 1999-06-04 03:37:41 +00:00
sspitzer%netscape.com 844818cc49 libnntp.a should be libnntp_s.a to indicate that is is always going to
be a static library.  (follow convention)
1999-06-04 03:27:00 +00:00
mscott%netscape.com 7524e01df7 Remove unnecessary LINCS now that all headers are pushed to the same directory. 1999-06-04 02:07:10 +00:00
sspitzer%netscape.com 4be3dd872f more changes for moving creation of objects to the component manager and the news factory. a few nsCOMPtr changes. stop checking nsCOMPtrs against nsnull 1999-06-03 18:09:54 +00:00
sspitzer%netscape.com 6a3fd75ed4 need this on windows to find rosetta.h 1999-06-03 02:38:53 +00:00
sspitzer%netscape.com 19881b992e a whole bunch of changes.
No more NS_New* for the news objects.  Now you must go through the component
manager and use the news factory.

fixes all over to deal with this.

Fix the MODULE.  It should be news, not mailnews or nntp.

more scriptability (XPIDL) changes for news.
1999-06-03 02:24:08 +00:00
sspitzer%netscape.com 0a5fa1c4a4 the MODULE is news, not mailnews. 1999-06-02 03:47:39 +00:00
sspitzer%netscape.com c6e17dd478 XPIDL-ify nsINntpService. use "scriptable" instead of "object" in the news idl files 1999-05-30 00:12:41 +00:00
dp%netscape.com 0443b20e33 Landing xpcom20/21 branch. 1999-05-26 01:38:36 +00:00
mscott%netscape.com 66d5cad94a Updates with msgcoreutil building as a dll. 1999-05-18 23:59:45 +00:00
sspitzer%netscape.com 285c00bb86 warnings be gone! remove silly printfs. make nsMsgNewsFactory take the same
number of parameters as the other mail news factories, for consistency
1999-05-06 00:18:24 +00:00
sspitzer%netscape.com 6e475fc55f make the news factory handle news messages 1999-05-04 02:56:33 +00:00
sspitzer%netscape.com 58fc853664 more changes to get nntpTest (and eventually news) working 1999-05-04 02:37:15 +00:00
mscott%netscape.com 160846a5c4 link against nntpTest.lib as it has the stubs for the news event sinks. 1999-04-27 19:56:04 +00:00
sspitzer%netscape.com 51259bdd77 turn off some of my printfs 1999-04-26 18:04:17 +00:00
putterman%netscape.com dc3d9c5de0 Add ability to create a message. 1999-04-24 20:46:07 +00:00
putterman%netscape.com fc7c120ddc Change to news instead of nntp. 1999-04-21 20:18:35 +00:00
mscott%netscape.com 95817e787b Clean up CreateInstance to condense some code. use progids for registering the nntp service and the nntp version of the message service. 1999-04-21 18:58:29 +00:00
sspitzer%netscape.com 064f8e5ee6 work for the incoming nntp server 1999-04-21 02:55:48 +00:00
sspitzer%netscape.com 633669a9eb work for the nntp incoming server 1999-04-21 02:55:25 +00:00
putterman%netscape.com d7f960923c Fixed Windows build. 1999-04-20 20:03:40 +00:00
sspitzer%netscape.com e15dd04774 more changes to get news in the folder pane 1999-04-20 19:10:43 +00:00
sspitzer%netscape.com 9623299d87 changes to get news in the folder pane 1999-04-20 19:08:10 +00:00
putterman%netscape.com 71f0141d5e use PL_strfree. 1999-04-12 20:24:47 +00:00
mscott%netscape.com 48c6a1ae82 Part of my mailnews reduce disk footprint cleanup effort. No longer need to link with mozjs and xplib. 1999-04-04 22:22:04 +00:00
mscott%netscape.com 4e441a455d Part of my mailnews reduce disk footprint cleanup effort. No longer need to link with JS and with xplib. 1999-04-04 22:20:57 +00:00
kipp%netscape.com 42704671dc Fixed to work on hpux and link properly and other unix's 1999-04-03 19:47:42 +00:00
mcafee%netscape.com 3a99c257a4 Ignore generated files. 1999-03-27 09:22:27 +00:00
sspitzer%netscape.com a4b8f68fdd fix so that libmailnews.so will pick up
FindDescendant__16nsMsgGroupRecordPCc
also known as,
nsMsgGroupRecord::FindDescendant(char const *)
1999-03-26 23:13:13 +00:00
mscott%netscape.com 1f7c154a08 Not part of build yet. Register new nsNntpService component. 1999-03-25 04:47:12 +00:00
mscott%netscape.com bd950047bc (not part of build yet) remove NO_DEPEND. 1999-03-25 04:46:26 +00:00
mscott%netscape.com bb3dad46ac (not part of build). Initial frame work for making news a dll.... 1999-03-24 02:45:58 +00:00
mscott%netscape.com fde7442afc (not part of the build yet). Initial framework for making news a dll. 1999-03-24 02:31:49 +00:00