* Added LICENSE file to distribution This file contains the information about commercial licensing of clustal as well as FAQ for licensing issues * Added README file to distribution This is the file that lists the files and directories on the Clustal FTP site. It also includes acknowledgements of people who have contributed binaries * Removed .pro Qt file from the distribution pro-file should be generated anew using qmake and modified according to build requirements, i.e. no need for version control. * Fixed bug where ClustalX2 was not processing command line args * Fixed Segfault on opening helpfile. Happened on Linux only with -O2 and when calling binary directly, not using the wrapper * Added debian packaging files * Added support for help command line flag GUI/xmenus version When requesting help file, graphical version of command line help is displayed (1.83 tried to open clustalw help) * Added complete automake (configure etc) system according to the following websites: - http://www.openismus.com/documents/linux/automake/automake.shtml - http://www.bioinf.uni-freiburg.de/~mmann/HowTo/automake.html * clustalw files source files have been move to subdir * Fixed bug #53 change MAXNAMESTODISPLAY back to 10 from 30. This fixes problem of large amount of space between sequence name and actual alignment in clustal output files * This solves bug #72 with long lines (5000+) in fasta files changed code to use strings rather than arrays. Needed to add delim parameter to getline in order to read files formatted for different OSs on different platforms. * Fixed Bug 79: "The count of amino acids in the ClustalX Postscript output not correct" Off-by-one issue * ClustalX and ClustalW version numbers are now the same and defined in ClustalW code (automake) * Fixed problem with compilation of ClustalX2 with gcc3 avoiding gcc3 error message: cannot declare member function QDir::currentPath' * Target now clustalw2 instead of clustalw * Fixed Bug 46 added in aminoacid code O for pyrrolysine * Fixed bug 89 changed clustalw2.0 to conform to 1.83 behaviour for width of sequence ID and alignment * Fixed bug 90 changed clustalw2.0 to conform to 1.83 behaviour leading spaces are stripped from FASTA identifiers. * Fixed bug 91 Clustalw2.0 now handles pseudo-FASTA/MoST format files. Strips out numbers and spaces.