1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
2003-04-03 Chanop Silpa-Anan <chanop@debian.org>
* conv/{conv.cxx conv.h convfact.cxx convfact.h tis620.cxx tis620.h
utf8.cxx utf8.}:
Clean up for g++-3.2: compilation errors, compiler warnings
and namespace issues.
* trie/{trie.h trie.cxx}:
Clean up for g++-3.2: compilation errors. Use strict
ios_base::openmodes for OpenModes instead of int previously allowed by
prior compilers.
* vmem/{dataheap.cxx dataheap.h vmem.cxx vmem.h}:
Clean up for g++-3.2: compilation errors. Use strict
ios_base::openmodes for OpenModes instead of int previously allowed by
prior compilers. Also use namespace std in .h files, a quick hack.
2003-01-14 Theppitak Karoonboonyanan <thep@linux.thai.net>
* swath.spec.in:
Fix "%install" mess in comment (rpmbuild oddity)
2002-09-24 Theppitak Karoonboonyanan <thep@linux.thai.net>
* src/wordseg.cpp:
Fix segfault in case of unknown file format.
Nicer "Usage:" handling.
Remove winlatex, maclatex from Usage:
2002-09-23 Theppitak Karoonboonyanan <thep@linux.thai.net>
* configure.in:
Add --enable-debug to allow assertions disabling.
* configure.in, src/filterlatex.cpp:
Add --enable-catthai to allow Thai line catenation disabling.
(temporary solution, may be replaced with command-line option or
hard-coding later)
2002-09-21 Theppitak Karoonboonyanan <thep@linux.thai.net>
* configure.in:
Add missing debian/Makefile in AC_OUTPUT.
2001-12-21 Theppitak Karoonboonyanan <thep@links.nectec.or.th>
* GNU autotools files:
Rearrange source tree and apply GNU autotools.
* Version 0.3.0.
|