sfraser%netscape.com
36612d6514
Make dialogs have titlebars (fallout from bug 41741, fixes bugs 50388, 50389, 50738, 50739, 50747). Simple addition of "titlebar" to chrome flags.
2000-09-01 00:48:04 +00:00
sspitzer%netscape.com
4341729de1
most of the fix for #16336 . implement "Get Next N (older) newsgroup messages".
...
a few tweaks coming soon. r=mscott.
2000-08-30 23:22:22 +00:00
BlakeR1234%aol.com
58423a22f8
Fix 47829, minor wording change. r=gemal
2000-08-30 21:09:31 +00:00
bienvenu%netscape.com
4e28b71dc0
work for 25455 don't open sent mail db at startup r=putterman
2000-08-30 14:51:10 +00:00
putterman%netscape.com
3f98e61f56
Fix for 44834. Unsubscribe works when hitting delete button or delete menu item when a
...
newsgroup is selected. r=bienvenu.
2000-08-26 20:45:49 +00:00
alecf%netscape.com
a7960ff192
next part of fix for #40357 - make news and local mail not support mail filters
...
r=putterman
2000-08-26 06:09:48 +00:00
bienvenu%netscape.com
b4ac32e65e
fix 50059 subscribing to newsgroups in new profile not working r=mscott
2000-08-25 01:52:12 +00:00
bienvenu%netscape.com
9cfbfa3c18
fix 49903 crash posting empty news message r=mscott
2000-08-24 00:58:54 +00:00
warren%netscape.com
e05eef45e9
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
2000-08-22 07:03:33 +00:00
ccarlen%netscape.com
19a9843607
Converted from using nsIFileLocator to using nsIDirectoryService
r=alecf
2000-08-21 23:59:25 +00:00
scc%mozilla.org
ad963283c3
fixing code that relied on implicit string construction
2000-08-20 06:59:07 +00:00
scc%mozilla.org
bfdd57a088
fixing code that relied on implicit string construction
2000-08-20 06:08:14 +00:00
alecf%netscape.com
ebc5b3c4b7
rework nsMessages so they are generic across all server/folder types, so that we can recycle them later
...
r=putterman
for bug #26456
2000-08-16 23:45:58 +00:00
bienvenu%netscape.com
eebba15c70
part of fix for writing out newsrc files on a timer r=mscott 29743
2000-08-16 23:33:19 +00:00
naving%netscape.com
0ff37d2869
Fixed bugs #42998 and #44883 .
...
Removed "this space for rent" from subscribe dlg and add progressmeter to the
subscribe dlg. r = scottip, alecf
2000-08-14 21:43:19 +00:00
alecf%netscape.com
205eefc4a7
speedup for 26456 - use autostring instead of PR_smprintf
...
r=putterman
2000-08-11 04:32:08 +00:00
mscott%netscape.com
8bb6d1056e
Bug #46086 --> can't read forwarded messages in 4.x because we are setting
...
a bogus content type on the news article (when it's forwarded as an attachment)
Bug #48135 --> fix forwarding of news messages bustage. Clear the channel listener
and re-generate it every time we load a url.
r=bienvenu
2000-08-10 02:09:33 +00:00
bienvenu%netscape.com
085017417c
fix stop of msg move/copy r=mscott 28129
2000-08-06 20:15:32 +00:00
bienvenu%netscape.com
7038f52191
fix news connection cache 13506 r=mscott
2000-07-26 21:05:06 +00:00
warren%netscape.com
2b01440bc0
Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz
2000-07-25 05:45:56 +00:00
pavlov%netscape.com
20dc0118ea
fix for secure imap and news bug 39154 r=mscott
2000-07-13 23:53:54 +00:00
cls%seawood.org
e87a1b7b11
Start tedious process of removing obsolete mozilla/include files from build. This patch should take us down to 19 of 101. Bug #38061
2000-07-10 07:13:31 +00:00
bienvenu%netscape.com
6524bbb982
fix problem posting to wrong news server r=mscott 35678
2000-07-10 02:45:21 +00:00
bienvenu%netscape.com
3198c38bd1
fix problem posting to wrong news server r=mscott 35678
2000-07-10 02:38:22 +00:00
mscott%netscape.com
67e22c951f
Bug #44166 --> fix news modal dialog problems by using correct nsIPrompt object
...
r=alecf
2000-07-08 01:13:08 +00:00
mscott%netscape.com
967ade904a
Bug #44167 --> fix news modal dialog problems by using correct nsIPrompt object. part of this fix meant making
...
sure all news urls were initialized with the currect message window. Hence the change to ConstructNntpUrl.
r=alecf
2000-07-08 01:12:30 +00:00
mscott%netscape.com
e6a9a0e1ce
Bug #43661 --> open attachment needs to pass in the file name
...
r=bienvenu
2000-07-07 21:57:39 +00:00
morse%netscape.com
5524653464
fix bug 43886, single signon no longer works, r=jefft
2000-06-27 21:13:50 +00:00
sspitzer%netscape.com
f9d98570e1
comment out my printf.
2000-06-24 21:45:08 +00:00
sspitzer%netscape.com
edcae4fdcf
fix for #39853 . when populating the subscribe dialog from disk, we'd
...
block the entire ui. this was bad if the hostinfo.dat file was big.
r=mscott
2000-06-24 21:35:59 +00:00
sspitzer%netscape.com
db7b98397e
fix for #41062 . pop up an alert on news errors, like auth failure.
...
r=mscott.
2000-06-24 21:22:47 +00:00
mscott%netscape.com
fd6d34605f
Bug #43651 --> can't read news without crashing. Implement GetContentType for nntp protocol.
...
r=sspitzer
2000-06-24 01:17:02 +00:00
mscott%netscape.com
03af6b3cbe
10802 --> implement open attachment
...
r=bienvenu
2000-06-22 22:37:22 +00:00
sspitzer%netscape.com
32174e072b
fix for #40051 . thanks to Henrik Gemal <gemal@gemal.dk> for the patch.
...
r=sspitzer
2000-06-21 01:17:32 +00:00
amasri%netscape.com
7726bc3d76
Adding localization notes per Bugzilla #39775 Beta2+
...
r=rchen@netscape.com
2000-06-20 02:30:45 +00:00
ben%netscape.com
2d3e888817
partial fixes for 32347, 30536, 41120
2000-06-17 03:26:47 +00:00
warren%netscape.com
1927d0a1ce
Bug 41390. js prompt() contains remember this value checkbox. r=morse
2000-06-17 01:57:36 +00:00
bienvenu%netscape.com
f7cbeeb06d
more work on search backend, fix scheduling of multiple urls, r=alecf 33101
2000-06-10 14:36:50 +00:00
sspitzer%netscape.com
c5053a70b9
fix for nsbeta2+ bug #39184 . make news pay attention to the port. also remove some
...
bloat from nsNNTPHost.cpp which was not used and will eventually be going away.
2000-06-10 00:52:43 +00:00
bienvenu%netscape.com
ef26d5c9be
fix unescaping of search data before passing to server, r=sspitzer, 33101
2000-06-09 12:48:22 +00:00
valeski%netscape.com
74232ed5dd
41110. nsiwebshellwindow erradication
2000-06-05 21:42:02 +00:00
warren%netscape.com
512c8bf433
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
2000-06-03 09:46:12 +00:00
sspitzer%netscape.com
f8d8906090
move the string parsing into the imap server code, since right now, it is only
...
needed for imap. r=mscott.
2000-06-01 22:49:46 +00:00
sspitzer%netscape.com
97504bf2d6
make the subscribe i18n friendly when drilling down to find imap folders.
...
I need to use the folder path, not the folder name. r=mscott
2000-06-01 03:59:14 +00:00
sspitzer%netscape.com
533c46ea39
fix for a bunch of subscribe problems.
...
#39263 , imap subscribe only working to the second level deep
#40238 , subscribed imap folders not showing up as subscribed.
#39261 , imap folders showing up as full paths, not leaf names.
r=mscott
2000-06-01 02:41:03 +00:00
sspitzer%netscape.com
60b8c9c046
fix for bug #40241 . messages stop loading after we attempt to cancel
...
a news message. the problem is we were never notifying the folder
that the DeleteOrMoveMsgCompleted event happened. other code cleanup
to consolidate some common code. r=alecf
2000-05-31 23:52:22 +00:00
alecf%netscape.com
3200cbacc7
fix for #40390 - make nsMsgIncomingServer::GetPort fall back to the default
...
port for the specified server type using nsIMsgProtocolInfo.
Also clean up some of the GetDefaultPort stuff
r=sspitzer
2000-05-31 08:00:13 +00:00
sspitzer%netscape.com
8bfb5a6f05
fix for #37673 . get the password dialog to work again if we don't have a msg window.
...
r=mscott
2000-05-31 04:48:31 +00:00
sspitzer%netscape.com
fbe0cee7d7
fix for several bugs.
...
#34355 , for a new pop server, the copies and folders prefs should point to the pop server,
not the local server.
#22889 , #37464 , news article urls not displaying, and they causing autosubscribe to happen.
#36661 , fix problems with autosubscribe / article url problem, if they happen before
we migrated and if there is no accounts.
#8216 , a successful cancelling of a news posting removes message from thread pane
r=alecf
2000-05-23 02:38:00 +00:00
sspitzer%netscape.com
4973834992
fix for #39913 , no you can subscribe / unsubscribe from imap folders with japanese folder
...
names. r=mscott
2000-05-20 02:36:30 +00:00