Commit Graph

1366 Commits

Author SHA1 Message Date
sspitzer%netscape.com
91744b5cc1 fix for #36663. make it so when you run a news://host/group url to autosubscribe, a new messenger window opens up. eventually I'll heed the 4.x pref for
this, so that it will open in an existing messenger window.
2000-04-22 23:16:45 +00:00
ducarroz%netscape.com
ad59ed590c Fix for bug 20180. Since we use menulist instead of SELECT, we need to extract the identity key from the menuitem's id. 2000-04-22 05:41:15 +00:00
ducarroz%netscape.com
1e5a0147f2 Fix for bug 16354. Landing of the new autocomplete in mailnews 2000-04-22 03:29:36 +00:00
ben%netscape.com
c0a5f9d6d6 stylesheet load correction 2000-04-21 10:22:47 +00:00
nhotta%netscape.com
41ce27f639 Re-label charset us-ascii to ISO-8859-1 when quoting text, bug 35105, 36410, r=rhp. 2000-04-20 23:06:04 +00:00
nhotta%netscape.com
545a7a685d Adding a new file, functions to enumerate available fonts, to be used for mailnews.view_default_charset.
Not part of the build.
2000-04-20 23:04:08 +00:00
danm%netscape.com
d0d8c4d5c3 dist...chrome restructuring 2000-04-19 21:42:30 +00:00
cmanske%netscape.com
fb4c86c453 Fixed 20938: added 'Blank Page to Edit' to 'New' submenus in all primary module windows. a=german 2000-04-15 03:08:43 +00:00
nhotta%netscape.com
78aa05f534 Added popup menus for default charsets, bug 32720, 32802, r=ducarroz. 2000-04-14 22:24:30 +00:00
nhotta%netscape.com
c7bba0f95a Alert the user before sending a plain text mail if the string contains multilingual data, bug 28908, r=ducarroz. 2000-04-13 20:06:28 +00:00
sspitzer%netscape.com
15475908d1 changes so that the alert for cross posting to multiple news server shows up.
(instead of a silent failure.)  note, we are still being too over-zealous when
deciding if you are cross posting to multiple servers.  see bug #35338
2000-04-12 09:48:25 +00:00
ducarroz%netscape.com
32b3ac7287 Rename Addressbook classes nsIAutoCompleteSession & nsIAutoCompleteListener to avoid any conflict with the new autocomplete widget during it's landing. R=mscott. 2000-04-12 06:12:41 +00:00
sspitzer%netscape.com
6fdba025f1 fix for #33749. first time compose window problems on linux. use skinnable menulist instead of html-select (kill two birds with one stone.) right-on=mscott, amen=leaf. 2000-04-07 23:47:31 +00:00
akkana%netscape.com
9f26f657f6 24360: make mail compose window remember its size/position. r=cmanske,a=leaf 2000-04-06 01:22:41 +00:00
cls%seawood.org
adef1ac6f6 Minor changes to incoporate OS/2 into our build system. Bug #34106
We now set MOZ_{JPEG,ZLIB,PNG}_{CFLAGS,LIBS}, XPCOM_LIBS, MOZ_COMPONENT*_LIBS, WIDGET_DLL, GFXWIN_DLL and MOZ_JS_LIBS in configure.
Added os2 specific arguments to configure.
Added os2 target arch section to configure.
Modified a handful of Makefile.ins to use MOZ_JS_LIBS, MOZ_COMPONENT_LIBS, & EXTRA_DSO_LIBS where necessary.
2000-04-05 06:08:04 +00:00
nhotta%netscape.com
dc4af49234 Adding a new string resource for an alert, bug 28908, r=ducarroz. 2000-04-04 23:54:17 +00:00
cls%seawood.org
f6740baa20 Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287 2000-04-04 04:46:38 +00:00
mkaply%us.ibm.com
f74f9ef3c2 # 33859
r= mscott@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-04-03 23:13:14 +00:00
mkaply%us.ibm.com
161e33b56d # 33859
r= putterman@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-04-03 22:43:42 +00:00
alecf%netscape.com
5dec8ab6b2 fix semantics of these pref methods to match other pref methods and don't throw exceptions even on failure
r=sspitzer
2000-04-03 06:58:58 +00:00
mscott%netscape.com
a3e669ff3d Semi-large landing. I re-wrote mailnews compose to use a cached string bundle. I've had this code in my tree for
a couple weeks and just hadn't gotten around to checking it in yet.

I noticed that during a normal sending of a message, we were loading a string bundle 6 times! (most of this was to display
progress information during the send procedure). This caused us to hit the disk 6 times. With these changes, we
cache the string bundle in the compose string bundle service so we only hit the disk once.
2000-04-03 02:32:27 +00:00
mscott%netscape.com
31d9907718 Bug #33747 --> fix mailto url handling which broke after warren's big nsIChannel landing. 2000-04-03 01:26:58 +00:00
nhotta%netscape.com
8740e3d580 Changed to use correct content type for conversion to avoid unnecessary entity creation, bug 33455, r=rhp. 2000-03-30 22:45:05 +00:00
nhotta%netscape.com
901052fd6e No charset conversion when the body is empty, r=rhp. 2000-03-30 22:37:59 +00:00
akkana%netscape.com
28111befe9 Fix Paste as Quotation in the editor and mail compose menus. r=cmanske, mail stuff r=ducarroz 2000-03-30 01:26:25 +00:00
warren%netscape.com
727f312b32 Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread. 2000-03-29 03:58:50 +00:00
rhp%netscape.com
088bb2f428 Fix for interpreting plain text sig's when doing HTML compose - Bug #: 33423 - r: bienvenu 2000-03-29 01:57:14 +00:00
sspitzer%netscape.com
8badc05d83 move all the verify account stuff into a central place, and call
it when opening messenger, message compose and addressbook.  bug #33558
fix some debugging printfs.  add some new files to the build for the new subscribe dialog.
(not turned on yet.)  general cleanup.
2000-03-28 07:26:41 +00:00
scc%netscape.com
920db6e464 small changes to clients of string converting APIs 2000-03-26 12:43:56 +00:00
putterman%netscape.com
02e52d2580 fix for 16349 - shift delete works. Also more work on multiple windows by removing GetTemporaryMsgWindow.
various reviewers = mscott, hangas, rhp, and jefft.
2000-03-25 00:58:20 +00:00
jim_nance%yahoo.com
bebfa35340 Fix bug 33019. Compiler warnings.
Reviewed and approved by:
law, mscott, radha, brade, shaver, & dveditz
2000-03-24 22:11:55 +00:00
rhp%netscape.com
a4e128e164 Fix for bad wrapping on quoting and IMAP Parts on demand - Bugs #: 32100 17794 2000-03-24 21:22:53 +00:00
mjudge%netscape.com
fc8c2d0481 derefferencing with char ** operator first!. fixing bustage as sheriff. i am my own approval. fix is primarily for solaris. 2000-03-24 12:21:51 +00:00
alecf%netscape.com
32bacdb3e9 First part of fix for #29651 - expose unichar versions of subject/sender/etc to scripts) r=bienvenu,putterman 2000-03-24 08:10:59 +00:00
alecf%netscape.com
e0c154fa58 eliminate use of PRIVATE for reduced xp_core.h dependancy 2000-03-24 08:07:23 +00:00
tbogard%aol.net
5dc1f4b647 Adding implementation for the new method OnStartURIOpen on nsIURIContentListener. 2000-03-24 00:35:48 +00:00
rhp%netscape.com
60897260f1 Adding CR to end to avoid warning on Linux 2000-03-23 17:49:36 +00:00
rhp%netscape.com
a41fd2f22d Fix for Send Later operations - Bug #: 31346 2000-03-23 17:45:28 +00:00
ducarroz%netscape.com
4007ab88b6 Fixes related to message compose UI, save attachment, edit message as new and draft message. Those changes fix bug 14868, 23627, 24185, 24864, 24930, 26087, 26733, 27171, 27762, 27931, 27932, 29119, 29176, 30279, 31546 and 28677. R=alecf, rhp, jefft 2000-03-23 06:39:19 +00:00
ben%netscape.com
cf42a9139a switch from titledbutton on toolbar to button 2000-03-23 04:21:55 +00:00
cmanske%netscape.com
24c92915f5 Better strategy for skinable chrome: put EditorToolbars.css include in editorOverlay.xul, so other users automatically get correct css. r=sfraser 2000-03-22 03:22:59 +00:00
cmanske%netscape.com
6469cab2ab Fixed bug 20829 - separate editor toolbar css into separate file to be shared with mail composer. r=sfraser 2000-03-22 03:00:05 +00:00
mscott%netscape.com
0eb528bc85 Bug #32008 --> add a requiresPassword method which we can use to
prevent us from always asking the user for a password whenever
 we need to logon to an external service.
Bug #32408 --> don't clear out the password for the server
when using redirection.
r=bienvenu
2000-03-21 06:13:01 +00:00
akkana%netscape.com
4038b1da98 30311: add a plain-vs-html flag to InsertAsCitedQuotation. r=rhp 2000-03-20 23:13:25 +00:00
rhp%netscape.com
78211d202e Just checking in a changes that will not get compiled because of ifdef. 2000-03-17 23:32:41 +00:00
ducarroz%netscape.com
192febf41d Fix bug 31568. Need to correctly manage errors when processing attachment. R=mscott,rhp 2000-03-17 23:19:46 +00:00
nhotta%netscape.com
bc44a0d3b9 Cached charset names for charset title performance, bug 20249, r=duccaroz. 2000-03-17 22:32:14 +00:00
dougt%netscape.com
8126ff53b4 Adding GetSecurityInfo to the nsIChannel. bug 29646. r=warren. 2000-03-17 22:06:32 +00:00
nhotta%netscape.com
06e130de11 Adding an error hanlding for charset title, bug 20249, r=ducarroz. 2000-03-17 03:23:46 +00:00
nhotta%netscape.com
3ec5b20b44 Added charset feedback UI and some localizability works, bug 20249, r=ducarroz. 2000-03-17 01:13:04 +00:00