bienvenu%netscape.com
|
b5834119d5
|
checkpoint filter code
|
1999-05-16 00:07:56 +00:00 |
|
waterson%netscape.com
|
ada5fed6e3
|
Bug 3367. Need to 1) treat ArcLabelsOut as returning an 'optimistic' list of arcs, that is, possible arcs out; 2) use GetTarget() to test the containment property, not just existence of the arc; 3) implement 'rdf:ignore' to skip properties that may require extensive computation. In the process, I had to #ifdef XUL_TEMPLATES some of the XUL template stuff.
|
1999-05-15 23:46:17 +00:00 |
|
edwin%woudt.nl
|
44db550ee9
|
The description of the second identity (#1) was displayed for all identities. Fixed.
|
1999-05-15 23:32:28 +00:00 |
|
edwin%woudt.nl
|
51fe949840
|
Mailhost wasn't read properly from the prefs. Fixed.
|
1999-05-15 23:27:40 +00:00 |
|
sspitzer%netscape.com
|
876f6919f7
|
remove the run random news url crap. general cleanup.
|
1999-05-15 23:23:06 +00:00 |
|
mscott%netscape.com
|
5340d730e3
|
clean up makefile removing unnecessary libraries.
|
1999-05-15 23:17:22 +00:00 |
|
mcmullen%netscape.com
|
6fe79c115b
|
filewidget no longer accepts string paths.
|
1999-05-15 22:58:28 +00:00 |
|
mcmullen%netscape.com
|
99661eb83b
|
Fixed filewidget to use filespec. Fixed some input params to be const.
|
1999-05-15 22:56:27 +00:00 |
|
mcmullen%netscape.com
|
67ce487a0c
|
Fixed file widget to use filespec, instead of string. Made input params const.
|
1999-05-15 22:54:17 +00:00 |
|
bruce%cybersight.com
|
07cdbce714
|
Fix ANSI C++ violation. (a=beard)
|
1999-05-15 22:53:57 +00:00 |
|
mcmullen%netscape.com
|
df2157f48d
|
Ended the use of strings to describe files in the file widget API. Made some nsString input parameters const.
|
1999-05-15 22:50:20 +00:00 |
|
edwin%woudt.nl
|
37db9757f1
|
Updateable menus (by Mauro)
|
1999-05-15 22:42:27 +00:00 |
|
edwin%woudt.nl
|
384e2044a5
|
Various addressbook updates
|
1999-05-15 22:40:22 +00:00 |
|
edwin%woudt.nl
|
243a2e6eca
|
Improved alignment of the Delete button. (hack alert!)
|
1999-05-15 22:39:13 +00:00 |
|
edwin%woudt.nl
|
82c8af3763
|
When xena.pref contains no proper user settings the preferences dialog wouldn't show up. Fixed.
|
1999-05-15 22:38:40 +00:00 |
|
bruce%cybersight.com
|
6fa804f0cf
|
Warning fix for ANSI C++ violation.
|
1999-05-15 22:38:28 +00:00 |
|
sspitzer%netscape.com
|
a0e9f7058a
|
use nsCOMPtr. more printfs. return on error. general cleanup of this test app.
|
1999-05-15 22:21:04 +00:00 |
|
mscott%netscape.com
|
b9010df4aa
|
fix warnings by re-ordering membewr data initialization.
|
1999-05-15 22:18:45 +00:00 |
|
mscott%netscape.com
|
a3f9a376b9
|
Fix signed / unsigned assignment problem...
|
1999-05-15 22:17:50 +00:00 |
|
mscott%netscape.com
|
f251cc4d94
|
quiet compiler warnings....re-order member variable initialization, remove unused variable.
|
1999-05-15 22:17:02 +00:00 |
|
mscott%netscape.com
|
1781b62263
|
Remove unused variable to quiet warning....
|
1999-05-15 22:16:00 +00:00 |
|
mscott%netscape.com
|
8a5369f20c
|
Fix unsigned / signed assignment & comparison problems.
|
1999-05-15 22:15:11 +00:00 |
|
mscott%netscape.com
|
b43398d6be
|
quiet compiler...re-order initialization of class members.
|
1999-05-15 22:14:20 +00:00 |
|
mscott%netscape.com
|
c49c15a3e2
|
fix warning - remove unused variable.
|
1999-05-15 22:13:09 +00:00 |
|
bruce%cybersight.com
|
1dc0392c2d
|
Fix ANSI C++ violation that was breaking Solaris Workshop and HP-UX aCC builds.
|
1999-05-15 22:10:39 +00:00 |
|
slamm%netscape.com
|
745e8e096f
|
Use ENTITY's for labels.
|
1999-05-15 22:08:01 +00:00 |
|
mcmullen%netscape.com
|
e1a1ecdf59
|
Removed string methods from the file widget
|
1999-05-15 22:01:21 +00:00 |
|
sspitzer%netscape.com
|
efabc74635
|
replace DEBUG with DEBUG_sspitzer.
use nsCOMPtr.
|
1999-05-15 21:34:22 +00:00 |
|
mscott%netscape.com
|
7d59af8b8b
|
this file is not used by anyone....
|
1999-05-15 21:10:15 +00:00 |
|
mscott%netscape.com
|
1ded715447
|
Fix GetUserName such that it uses GetServer on the folder instead of calling GetCurrentServer from the acct manager. This fixes the imap problem where you couldn't perform cmds like displaying messages unless you imap server was the first one.
|
1999-05-15 21:07:18 +00:00 |
|
mscott%netscape.com
|
91c27103db
|
add GetServer method to get the incoming server associated with a folder
|
1999-05-15 21:04:42 +00:00 |
|
mscott%netscape.com
|
cab48caf44
|
add getsserver and GetIncomingServerType. This allows us to get the incoming server associated with a folder.
|
1999-05-15 21:03:02 +00:00 |
|
mcmullen%netscape.com
|
0fc879a65a
|
Fix "no prototype" warning by including the nsIComponentManager header.
|
1999-05-15 21:00:13 +00:00 |
|
mcmullen%netscape.com
|
2a08d5fef4
|
Removing illegal trailing semicolon
|
1999-05-15 20:54:38 +00:00 |
|
mscott%netscape.com
|
a2843c2633
|
implement GetIncomingServerType as part of adding a GetServer method for a folder.
|
1999-05-15 19:39:58 +00:00 |
|
mscott%netscape.com
|
bda36d538f
|
code cleanup --> use nsAutoCString instead of .newCString.
|
1999-05-15 19:37:27 +00:00 |
|
pavlov%pavlov.net
|
ba61bc1d4c
|
fix build bustage
|
1999-05-15 19:15:44 +00:00 |
|
mscott%netscape.com
|
a9b766d0d9
|
I thought I had done this last week but I didn't check in this change =). Turn imap on for REAL on Linux.
|
1999-05-15 19:09:39 +00:00 |
|
sspitzer%netscape.com
|
22ca6098c5
|
ignore the generate Makefile
|
1999-05-15 18:47:45 +00:00 |
|
pavlov%pavlov.net
|
92b8c0867e
|
minor cleanup
|
1999-05-15 18:39:09 +00:00 |
|
pavlov%pavlov.net
|
d1e080b274
|
fix menu assertions
|
1999-05-15 18:34:49 +00:00 |
|
pavlov%pavlov.net
|
9349907d3e
|
clean up of menu code to remove excess code
|
1999-05-15 18:13:11 +00:00 |
|
shaver%netscape.com
|
690e6d77d0
|
don't need to keep handle to EventQueueService after ::Run
|
1999-05-15 16:43:48 +00:00 |
|
shaver%netscape.com
|
f99343a1cf
|
fix command line stuff
|
1999-05-15 16:39:40 +00:00 |
|
pavlov%pavlov.net
|
022a526f52
|
fix assertions when adding events
|
1999-05-15 16:14:48 +00:00 |
|
rods%netscape.com
|
dc5d7d2ef6
|
Added new method GetAnyTransferData
|
1999-05-15 14:29:32 +00:00 |
|
hyatt%netscape.com
|
3bcdf2b219
|
DOn't need the printf any more.
|
1999-05-15 09:04:45 +00:00 |
|
hyatt%netscape.com
|
d8868b63ca
|
Not yet implemented. Sigh. I hate seeing "Not yet implemented."
|
1999-05-15 09:03:59 +00:00 |
|
hyatt%netscape.com
|
e0323b8d8a
|
Added support for document.popup, so that event handlers in popup content
can refer to the popup's originating element.
|
1999-05-15 08:46:14 +00:00 |
|
sspitzer%netscape.com
|
54235f0f0d
|
use nsAutoCString instead of ToNewCString
|
1999-05-15 06:05:04 +00:00 |
|