# HG changeset patch # User ali # Date 1379447749 -3600 # Node ID 9bebf1b53a48b6870bce651d0d5e48a4b3269752 # Parent b29757cf1e9d52eee9a45eb29493fcc37a22323c Update documentation for 2.0 diff -r b29757cf1e9d -r 9bebf1b53a48 configure.ac --- a/configure.ac Sun Sep 08 08:55:01 2013 +0100 +++ b/configure.ac Tue Sep 17 20:55:49 2013 +0100 @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([bookloupe],[1.94],[ali@juiblex.co.uk]) +AC_INIT([bookloupe],[2.0],[ali@juiblex.co.uk]) AC_PREREQ(2.59) AC_CONFIG_AUX_DIR([config]) AC_CONFIG_SRCDIR([bookloupe/bookloupe.c]) diff -r b29757cf1e9d -r 9bebf1b53a48 doc/bookloupe.txt --- a/doc/bookloupe.txt Sun Sep 08 08:55:01 2013 +0100 +++ b/doc/bookloupe.txt Tue Sep 17 20:55:49 2013 +0100 @@ -9,7 +9,7 @@ Microsoft Windows, Mac or Unix. For Windows-only people, there is an appendix at the end with brief instructions for running it. -Current version: 1.94, a beta version leading up to version 2.0 +Current version: 2.0 This software is Copyright Jim Tinsley 2000-2005 and J. Ali Harlow 2012 onwards. @@ -298,16 +298,11 @@ Future development of bookloupe -Bookloupe version 2.0 is intended to add UTF-8 support to -gutcheck. All the functionality should already be implemented -in the beta versions leading up to version 2.0, although -some bugs may well remain. - Future versions will add support for UTF-8 characters that are not in ISO-8859-1 (eg., curled quotation marks); -characters that do not have a composed form (version 2 +characters that do not have a composed form (version 2.0 treats these as taking 2 or more columns); zero width and -wide characters (version 2 treats these as taking 1 column). +wide characters (version 2.0 treats these as taking 1 column).