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

904 Коммитов

Автор SHA1 Сообщение Дата
rhp%netscape.com e0f2d9b660 Fix for memory leak - Bug #35801 - r: jefft 2000-05-15 20:40:07 +00:00
mscott%netscape.com 2ef3f28f3f Bug #31058 --> get the folder charset from the url if it supports nsImsgI18NUrl and use this charset as the default charset for the current
message we are trying to display.
2000-05-15 20:36:28 +00:00
mscott%netscape.com d4645bf067 Bug #31058 -->synch with api change for get URI 2000-05-15 20:35:17 +00:00
nhotta%netscape.com d5e92d0d4f Revert the last change (1.62) of striping off TAB which should not be done in MIME decoder, MIME_StripContinuations does this instead. 2000-05-15 20:03:04 +00:00
danm%netscape.com c0ae0cbbf6 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
nhotta%netscape.com 0890f778e3 Added support for font name of no charset specified case bug 38890, also changed to use pixel instead point for font size. 2000-05-12 20:35:29 +00:00
nhotta%netscape.com 2039bb520c Changed to apply charset conversion for fields like phone number because they may contain non ascii characters, bug 38901, r=rhp. 2000-05-11 22:54:39 +00:00
nhotta%netscape.com bf8a77d461 Changed GetMailNewsFont to use a pref value to get a proper variable width font, bug 38890. 2000-05-11 21:01:19 +00:00
nhotta%netscape.com 60e8f6653e Changed MIME decoder for a multiple lines of MIME encoded header, bug 38192. 2000-05-11 21:00:38 +00:00
sspitzer%netscape.com 284b7beebd these skin files have moved 2000-05-11 04:07:48 +00:00
sspitzer%netscape.com 51fc36d653 these skin files have moved. 2000-05-11 04:04:52 +00:00
nhotta%netscape.com 48ffa15bdd Change for default font setting for Plain text view (format=fixed).
Put the default font info into existing tags instead of defining a separate tag
which was overridden by inner tags, bug 26182.
2000-05-10 01:58:32 +00:00
nhotta%netscape.com e0f332663a Changed format=flowed case to call GetMailNewsFont(), also changed to use "div" and "tt" instead of "pre", bug 38491, 38511. 2000-05-08 23:39:33 +00:00
nhotta%netscape.com a6089ad08d Changed to specify content type explicitly for GetMailNewFont(). 2000-05-06 01:33:31 +00:00
nhotta%netscape.com 52b0168516 Added a new function to return the default font name/size of mailnews. 2000-05-05 22:24:06 +00:00
nhotta%netscape.com f9b90920bb Changed to use charset service instead of hard coded charset names to decide mail header encoding type. 2000-05-05 20:31:53 +00:00
mkaply%us.ibm.com 8be8b61bd2 # 34082
r= mscott
OS/2 bring up continues - PR_CALLBACKs for VisualAge
2000-05-02 23:11:58 +00:00
jefft%netscape.com 6626665a73 round 2,partial fix bug 10802; passed in part number and content type for open attachment 2000-05-02 22:45:44 +00:00
nhotta%netscape.com 925020c709 Changed to use "pre", fixing a remaining part of the last change, bug 37299. 2000-05-01 21:59:49 +00:00
sfraser%netscape.com a805db42ec Fix access paths 2000-05-01 00:08:38 +00:00
scc%netscape.com 32d3c61972 making string conversions explicit 2000-04-27 21:53:50 +00:00
nhotta%netscape.com 884c17fa0b Changed to use "pre" instead of "div" in case of plain text for the font setting, bug 37299. 2000-04-27 00:26:24 +00:00
nhotta%netscape.com fa68e974ee Changed forward code to use UTF-8 in order to be constant with string resources, bug 34666. 2000-04-26 20:55:44 +00:00
mjudge%netscape.com 2cfb602409 making string conversions explicit. scc 2000-04-26 01:13:55 +00:00
jefft%netscape.com da50b52420 fixed bug 17100 - [FEATURE] enabled partial message download for pop3 2000-04-25 01:48:00 +00:00
scc%netscape.com c938845535 making string conversions explicit 2000-04-24 04:36:57 +00:00
scc%netscape.com 1d57ef76e3 making string conversions explicit 2000-04-23 22:43:46 +00:00
cls%seawood.org 8754202470 General cleanup of the shared library rules.
Quick fix for bug #36844.
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk.  Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
rhp%netscape.com 76e831b0f8 Disable the add to address book - Bug #29436 - r: bienvenu 2000-04-23 17:40:58 +00:00
alecf%netscape.com b9fee089b2 switch to nspr types to reduce dependancies on xp_core.h, and fix a warning 2000-04-23 17:31:29 +00:00
nhotta%netscape.com 21755fc10e Added language sensitive font selection (disabled as a default), bug 26182. 2000-04-21 21:36:10 +00:00
rhp%netscape.com 31be06e1f3 Just fixing a test harness program. NOT PART OF THE BUILD!!!! 2000-04-21 02:25:03 +00:00
rhp%netscape.com 218a5b1c8b Fix for problem with invalid file names - Bug # 24962 - r: bienvenu 2000-04-21 02:13:18 +00:00
rhp%netscape.com 6a829f7225 Fix for message text on signed message stub - Bug # 34570 - r: bienvenu 2000-04-21 01:09:50 +00:00
jefft%netscape.com 2a29e360f0 partial fix for limit message size download; we now generate truncated message html from mime 2000-04-20 01:55:42 +00:00
danm%netscape.com d0d8c4d5c3 dist...chrome restructuring 2000-04-19 21:42:30 +00:00
nhotta%netscape.com e4f1604b8f Added mail/news font setting by prefs (no UI yet) to libmime, bug 26182. 2000-04-18 21:07:19 +00:00
mstoltz%netscape.com 6a76f09450 Made prefapi.h private and removed all #includes of it outside of libpref. r=norris 2000-04-15 03:43:09 +00:00
jefft%netscape.com ffc4d709f6 fixed bug 21742 -- [FEATURE] Save all attachments; r=mscott 2000-04-13 22:19:48 +00:00
nhotta%netscape.com dbf5a63c0c Added fallback conversion to support broken 4.x japanese vCard, bug 21743, r=cata. 2000-04-13 19:57:52 +00:00
nhotta%netscape.com d93b98275a Adding new functions to control message view font, bug 26182, r=rhp. 2000-04-13 19:56:41 +00:00
warren%netscape.com b4bd3fb5bf Added sanity assertions. 2000-04-13 09:19:47 +00:00
sspitzer%netscape.com b3fac19544 fix for blocker bug #34438. we weren't linking in -lmsgbaseutil, which left
us with an unresolved symbol, which caused bad things at run time.

there may be more, I'm trying to find them now.

a=leaf.
2000-04-04 19:33:10 +00:00
cls%seawood.org fdd09457b4 Fix for EXTRA_DSO_LIBS in rules.mk
OS/2 Makefile.in changes (Patch 4a).  Bug #34106
2000-04-04 07:37:50 +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
mscott%netscape.com 4e47debfdc remove obsolete image files from the repository. 2000-04-03 02:16:59 +00:00
mscott%netscape.com 55d79f76b5 Remove old addtoab and attachment icons. We have new ones in mailnews/base/resources/content (which is
where this kind of stuff belongs) now.
2000-04-03 02:16:25 +00:00
rhp%netscape.com e73b004941 Fixes view source problem for mail messages - Fix for Bug #30818 - r: rickg 2000-03-30 01:30:07 +00:00
rhp%netscape.com 64a312c5a1 Fixes for header display in printing and mime structure problems - Bug #: 33565 - r: jefft 2000-03-29 23:58:32 +00:00
nhotta%netscape.com b28517a966 Fixed wrong inputs for charset converter Finish() call, bug 33588, r=cata. 2000-03-29 23:16:55 +00:00