|
From: <jgr...@us...> - 2003-10-01 14:34:43
|
Update of /cvsroot/popfile/engine In directory sc8-pr-cvs1:/tmp/cvs-serv26845 Modified Files: Makefile stopwords Log Message: Merge updated Japanese support that fixes small bugs and removes the need for Encode for non-Japanese users Index: Makefile =================================================================== RCS file: /cvsroot/popfile/engine/Makefile,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** Makefile 19 Sep 2003 20:18:52 -0000 1.22 --- Makefile 1 Oct 2003 14:34:28 -0000 1.23 *************** *** 19,22 **** --- 19,23 ---- @echo "windows - Build Windows executables and installer" @echo "macosx - Build Mac OS X package installer" + @echo "xplat - Build the cross-platform ZIP" @echo "package - Build Windows installer, and create" @echo " ZIP files for Windows and cross-platform" *************** *** 75,81 **** POPFILE_ZIP := popfile-$(POPFILE_VERSION).zip BUILD_ZIP=wzzip -P $(POPFILE_ZIP) -a $^ $(POPFILE_ZIP): core manual skins ! core: popfile.pl otto.gif pix.gif black.gif bayes.pl pipe.pl insert.pl Classifier/*.pm POPFile/*.pm Proxy/POP3.pm Proxy/Proxy.pm UI/HT??.pm *.change license stopwords favicon.ico rm -f $(POPFILE_ZIP) $(BUILD_ZIP) --- 76,83 ---- POPFILE_ZIP := popfile-$(POPFILE_VERSION).zip BUILD_ZIP=wzzip -P $(POPFILE_ZIP) -a $^ + xplat: $(POPFILE_ZIP) $(POPFILE_ZIP): core manual skins ! core: popfile.pl otto.gif pix.gif black.gif bayes.pl pipe.pl insert.pl Classifier/*.pm POPFile/*.pm Proxy/POP3.pm Proxy/Proxy.pm UI/HT??.pm v$(POPFILE_VERSION).change license stopwords favicon.ico rm -f $(POPFILE_ZIP) $(BUILD_ZIP) Index: stopwords =================================================================== RCS file: /cvsroot/popfile/engine/stopwords,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** stopwords 22 Aug 2003 00:25:52 -0000 1.4 --- stopwords 1 Oct 2003 14:34:28 -0000 1.5 *************** *** 1,11 **** - strike you date - textflow form him pdt - also code acronym pst --- 1,11 ---- you + strike date form + textflow him pdt code + also acronym pst *************** *** 14,23 **** cgi charset - nbsp est sun your - but title and multicol --- 14,23 ---- cgi charset est + nbsp sun your title + but and multicol *************** *** 30,38 **** being dir - she jan color - will have received going --- 30,38 ---- being dir jan + she color have + will received going *************** *** 40,50 **** htm edt - can - mbox height ! dfn iframe ! were com would off --- 40,50 ---- htm edt height ! mbox ! can iframe ! dfn com + were would off *************** *** 67,87 **** aug overlay - div www status doing tue person - his - cellspacing mon ! select helo esmtp alt - note - border - message wbr big thu --- 67,87 ---- aug overlay www + div status doing tue person mon ! cellspacing ! his helo + select esmtp alt wbr + message + border + note big thu *************** *** 126,165 **** body nobr - bgcolor html from var - her oct banner del - math blockquote ! path any spot - textarea cdt ! the embed done yet it's - font net ! blink thead plaintext - could went does param - jul this org - for - mailto - src mar cst kbd --- 126,165 ---- body nobr html + bgcolor from var oct + her banner del blockquote ! math any + path spot cdt ! textarea embed + the done yet it's net ! font thead + blink plaintext went + could does param this + jul org mar + src + mailto + for cst kbd *************** *** 172,183 **** helvetica samp - been - tab col fig mail cite - link had script menu --- 172,183 ---- helvetica samp col + tab + been fig mail cite had + link script menu *************** *** 187,193 **** ins sep - was sub ! frameset sat apr --- 187,193 ---- ins sep sub ! was sat + frameset apr |