aboutsummaryrefslogtreecommitdiffstats
path: root/misc/Makefile.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2011-07-08- Added Tokio Kikuchi's icons to the misc/ and installed icons/Mark Sapiro1-1/+1
directories. Bug #782474.
2009-09-13Configure/make no longer builds Japanese and Korean codecs inMark Sapiro1-2/+2
pythonlib if Python already has them.
2009-08-01Rev 1141 wasn't completely correct.Mark Sapiro1-2/+2
2008-12-02As part of the Python 2.6 compatibility changes, we now use Python's emailMark Sapiro1-0/+4
library if it is new enough rather than installing our own in pythonlib. However, if we are doing an upgrade, there may be an existing email library in pythonlib which is incompatible with Python 2.6 and we need to remove it.
2008-11-03Try to guess whether the email package is actually needed or not.Barry Warsaw1-1/+1
2006-07-26Update to email 2.5.8bwarsaw1-1/+1
2006-03-06Changed email package to 2.5.7. Backed out workaround set_payload() methodmsapiro1-3/+4
from Message.py
2005-08-27FSF office has moved to 51 Franklin Street.tkikuchi1-1/+1
2005-04-29Use email-2.5.6bwarsaw1-2/+2
2004-11-28JapaneseCodecs update.tkikuchi1-1/+1
http://www.python.jp/Zope/download/JapaneseCodecs
2004-10-02Closing:tkikuchi1-1/+4
[ 799166 ] install-sh doesn't support multiple sources [ 946554 ] configure does not check for gettext/msgmerge
2004-05-14Update to email 2.5.5bwarsaw1-2/+2
2003-12-30Backing out the switch to cjkcodecs. There were too many problemsbwarsaw1-2/+3
with this including - couldn't get correct, backwards compatible, working fixes into Python in time - some controversy over whether cjkcodecs are best for Japanese. As we're running out of time, we'll keep the status quo from Mailman 2.1.3 here.
2003-12-29Updated for cjkcodecs 1.0.2bwarsaw1-1/+1
2003-12-26TK's patch # 865661 chunk which replaces JapaneseCodecs-1.4.9 andbwarsaw1-3/+2
KoreanCodecs-2.0.5 with CJKCodecs-1.0.
2003-12-01Add a PKGDIR variable which allows the builder to specify an alternativebwarsaw1-2/+3
directory to unpack the distutils packages. You need to specify it on the make command like, e.g. "make PKGDIR=/tmp install". Closes SF # 784700.
2003-09-22Backporting from the HEAD -- email 2.5.4bwarsaw1-1/+1
2003-03-31Backporting SF patch #683906, add $DESTDIR to install target, bybwarsaw1-9/+11
Ademar de Souza Reis Jr