Update documentation for 2.0 2.0
authorali <ali@juiblex.co.uk>
Tue Sep 17 20:55:49 2013 +0100 (2013-09-17)
changeset 909bebf1b53a48
parent 89 b29757cf1e9d
child 91 9a5f6d17e86e
Update documentation for 2.0
configure.ac
doc/bookloupe.txt
     1.1 --- a/configure.ac	Sun Sep 08 08:55:01 2013 +0100
     1.2 +++ b/configure.ac	Tue Sep 17 20:55:49 2013 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  #                                               -*- Autoconf -*-
     1.5  # Process this file with autoconf to produce a configure script.
     1.6  
     1.7 -AC_INIT([bookloupe],[1.94],[ali@juiblex.co.uk])
     1.8 +AC_INIT([bookloupe],[2.0],[ali@juiblex.co.uk])
     1.9  AC_PREREQ(2.59)
    1.10  AC_CONFIG_AUX_DIR([config])
    1.11  AC_CONFIG_SRCDIR([bookloupe/bookloupe.c])
     2.1 --- a/doc/bookloupe.txt	Sun Sep 08 08:55:01 2013 +0100
     2.2 +++ b/doc/bookloupe.txt	Tue Sep 17 20:55:49 2013 +0100
     2.3 @@ -9,7 +9,7 @@
     2.4  Microsoft Windows, Mac or Unix. For Windows-only people, there is
     2.5  an appendix at the end with brief instructions for running it.
     2.6  
     2.7 -Current version: 1.94, a beta version leading up to version 2.0
     2.8 +Current version: 2.0
     2.9  
    2.10  This software is Copyright Jim Tinsley 2000-2005 and
    2.11  J. Ali Harlow 2012 onwards.
    2.12 @@ -298,16 +298,11 @@
    2.13  
    2.14          Future development of bookloupe
    2.15  
    2.16 -Bookloupe version 2.0 is intended to add UTF-8 support to
    2.17 -gutcheck. All the functionality should already be implemented
    2.18 -in the beta versions leading up to version 2.0, although
    2.19 -some bugs may well remain.
    2.20 -
    2.21  Future versions will add support for UTF-8 characters that
    2.22  are not in ISO-8859-1 (eg., curled quotation marks);
    2.23 -characters that do not have a composed form (version 2
    2.24 +characters that do not have a composed form (version 2.0
    2.25  treats these as taking 2 or more columns); zero width and
    2.26 -wide characters (version 2 treats these as taking 1 column).
    2.27 +wide characters (version 2.0 treats these as taking 1 column).
    2.28  
    2.29  
    2.30