gTextCvt -- 2007.01.14 v0.3.1 * Removed support for gettext in an effort to reduce dependencies. Support for gettext can easily be put back in by running Glade with the gtextcvt.glade file and setting the gettext option there. * Changed types Topics and SubTopics from global static arrays to pointers of type GPtrArray. * Bug fix: replaced calls to g_free(pangofontdesc) with calls to pango_font_description_free(). Apparently, g_free() isn't allowed on a PangoFontDescription, but the bug only shows up on GTK+ 2.10 systems. -- 2006.09.21 v0.3 * Ported to GTK2. * Added "Plain Text" as a startup mode for viewing files and for simple editing. * Added options to "Text > Html Table": - Color of the first row (heading) - Whether or not the first column should be set in bold * Added features to Text menu: - Split Line - Concatenate Lines - Reduce Whitespace * Added some text files (in src/test directory) for testing and as examples: - test_book_to_html.txt - test_plain_text.txt - test_text_to_dict_src.txt - test_text_to_html_table.txt * Added option to "Book > HTML": - Whether to use text or bitmaps for "prev" and "next" buttons -- 2005.07.16 v0.2 * Renamed CvtTextToHtmlTable() to CvtTextToHtmlTableContents(). * Added new CvtTextToHtmlTable() to create a table from tab-delimited text exported from a spreadsheet file. -- 2003.11.01 v0.1 * First draft. Ported to GTK from command-line utility (textcvt, which I wrote sometime around the Winter of 2001-2002). --