2013-10-02 ali Fix bug #19: Update documentation for 2.1 default tip
2013-10-16 ali Fix bug #28: Don't report ., as double punctuation after "etc" or "&c"
2013-10-27 ali Fix bug #13: Character sets
2013-10-25 ali Fix bug #14: Add a configuration file
2013-10-26 ali Fix bug #24: Accept alternate form of newline
2013-10-15 ali Fix bug #27: Don't treat [1] as a standalone 1
2013-10-05 ali Fix bug #21: False positive: Opening slanted double-quote, followed by single slanted quote, should be accepted by BL
2013-10-15 ali Fix bug #29: analyse_quotes() shadows the linecnt global variable for no good reason
2013-10-03 ali Fix bug #20: Accept Unicode emdash as valid end-of-paragraph punctuation
2013-09-24 ali Fix bug #10: loupe-test should have an option to display bookloupe output
2013-09-24 ali Fix bug #5: Cannot install on a Mac
2013-10-02 ali Fix bug #11: Test for balanced "slanted" UTF-8 quotation marks 8220/8221
2013-09-23 ali Fix bug #12: Balanced square brackets test should recognize multi-line [Illustration] tags
2013-09-21 ali Fix bug #6: BL treats a slanted apostrophe ? as a word separator, not as a contraction or possessive
2013-09-17 ali Added tag 2.0 for changeset 9bebf1b53a48
2013-09-17 ali Update documentation for 2.0 2.0
2013-09-08 ali Add missing instructions on reverting to gutcheck from guiguts
2013-09-07 ali Added tag 1.94 for changeset 593e4ef5a0f2
2013-09-07 ali Update documentation for 1.94 1.94
2013-09-07 ali Fix bug with opening and closing iconv instances
2013-09-06 ali Added tag 1.93 for changeset eb0da244ad08
2013-09-06 ali Update documentation for 1.93 1.93
2013-09-06 ali Add instructions on using with guiguts on MS-Windows (from windymilla)
2013-09-06 ali Add some resilence against unexpected input
2013-09-05 ali Added tag 1.92 for changeset d6fa8533242a
2013-09-05 ali Update documentation for 1.92 1.92
2013-09-05 ali In verbose mode each instance of a questionable word is queried so don't give a count
2013-07-20 ali Added tag 1.91 for changeset 9edfe77d747d
2013-07-20 ali Update documentation for 1.91 1.91
2013-07-20 ali Give a useful error if input is neither UTF-8 nor Windows-1252
2013-05-30 ali Added tag 1.90 for changeset 411867e8e20b
2013-05-30 ali Update documentation 1.90
2013-05-30 ali Use SetConsoleOutputCP() under MS-Windows
2013-05-30 ali Support WINDOWS-1252 characters encoded as UTF-8
2013-05-30 ali Use official HTML 4 character entity definitions
2013-05-30 ali Switch to using UTF-8 internally
2013-05-28 ali Use GLib functions and data types
2013-05-27 ali Cleanup
2013-05-26 ali Break check_for_control_characters() out
2013-05-26 ali Break check_for_omitted_punctuation() out
2013-05-26 ali Break print_pending() and check_for_mismatched_quotes() out
2013-05-26 ali Break check_for_html_entity() out
2013-05-26 ali Break check_for_html_tag() out
2013-05-26 ali Break check_for_unpunctuated_endquote() out
2013-05-26 ali Break check_for_unspaced_bracket() out
2013-05-26 ali Break check_end_of_line() out
2013-05-26 ali Break check_for_miscased_genative() out
2013-05-26 ali Break check_for_spaced_quotes() out
2013-05-26 ali Break check_for_double_punctuation() out
2013-05-26 ali Break check_for_misspaced_punctuation() out
2013-05-26 ali Break check_for_typos() out
2013-05-26 ali Break check_for_following_punctuation() out
2013-05-26 ali Break check_for_extra_period() out
2013-05-25 ali Break check_for_pling_scanno() out
2013-05-25 ali Break check_for_orphan_character() out
2013-05-25 ali Break check_for_mta_from() out
2013-05-25 ali Break check_for_jeebies() out
2013-05-25 ali Break check_for_unmarked_paragraphs() out
2013-05-25 ali Break check_for_spaced_emdash() and check_for_spaced_dash() out
2013-05-25 ali Break check_for_starting_punctuation() out