Version 0.1.10 - 2005-03-12

    New <aspirate-h/> tag used in verbs-fr.xml to mark verbs that
    begin with an aspirate h (e.g., je hache: aspirate h; j'habite:
    silent h).  Support for this in the library, the GNOME interface
    and the command-line tools.
    New Conjugate button in the GNOME interface (equivalent to
    pressing Enter).
    .desktop file now only installed when --with-gnome is specified.
    mkinstalldirs file now included in the source distribution.
    New script in the examples directory: trans-tenses.pl
    Added verb "houssiner".
    Manual pages now encoded in UTF-8 (instead of Latin-1).

Version 0.1.9 - 2004-03-24

    New template: "pl:aire" for the verbs plaire, dplaire and complaire
    (they previously used the slightly different template "t:aire",
    which differs in the 3rd person of the indicative present: il tait,
    il plat).
    Initializing the FrenchVerbDictionary object no longer requires
    the caller to provide the filenames of the XML data files.
    The misc-types.h header file is now installed with the other
    header files.

Version 0.1.8 - 2004-02-09

    Verbs added: ester, rcalcitrer.
    Template "p:ayer" cleaned up and renamed "pa:yer".
    Templates "s:avoir" and ":tre" fixed.
    New command in the applet's context menu that empties the text field.
    Icon now set correctly in the main window and in the About dialog.
    Main window can now be closed with Ctrl-W.
    New HACKING file describes how to add verbs to Verbiste and
    gives an overview of some of the library's functionalities.
    More work on the C API.

Version 0.1.7 - 2003-10-14

    Added the verbs "pluraliser" and "crinquer".

    Some of the Fedora RPM guidelines have been applied.  The RPM
    spec file was modified to use the %configure macros; the
    manual pages are now under /usr/share/man instead of /usr/man.
    The .desktop file now uses the X-Red-Hat-Extra category instead
    of X-Red-Hat-Base.  Other changes have been made to (try to)
    accommodate Mandrake distributions.

    Re-hacked the hash_map portability kluge.  No -idirafter directive
    should be needed anymore, hopefully.

    Stopped defining libdatadir in configure.ac, which created problems
    when make install would install in the 'NONE' subdirectory instead
    of the normal default, /usr/local.

    AC_DISABLE_STATIC in configure.ac avoids building the static
    library by default.

    Applet title changed to avoid using the "applet" term.

    A C API is in the works.

Version 0.1.6 - 2003-09-25

    Fixed an error in data/conjugation-fr.xml with the "condui:re"
    template: the plural of the imperfect subjunctive was wrong.
    This affects 22 verbs.
    Added the new verb "clavarder".

Version 0.1.5 - 2003-09-15

    Command-line tools and graphical user interface now accept
    upper-case words.
    Slightly more documentation in the sources.

Version 0.1.4 - 2003-07-31

    Applet now clears its text field after the user presses Enter.
    A few internationalization problems fixed.
    New template: "saill:ir" (for the two meanings of "saillir").
    A few verbs added or fixed.
    File in the verbiste-gnome RPM now owned by root instead of ps.

Version 0.1.3 - 2003-07-24

    GNOME application and Panel applet added (compiled optionally).
    New templates: "p:eser", "rec:eper", "rec:per".
    Several verbs added or fixed.
    Verb loading procedure now slightly more efficient.

Version 0.1.2 - 2003-06-14

    New templates: "hb:ter", "imp:trer", "r:gner", "cl:brer",
    "int:grer", "pourv:oir".  Verb "our" fixed.  A few verbs added.

    The sources now compile under g++ 2.95.3 and g++ 2.96.

Version 0.1.1 - 2003-06-04

    New templates "forclo:re","fou:tre", "o:ur" and "grasse:yer" added.
    Typo fixed with verb "aliner".

    The conjugation system was augmented to represent the feminine
    and plural forms of the past participle tense.  See the
    french-deconjugator(1) and french-conjugator(1) manual pages.

    The french-conjugator(1) now has options to request a specific
    mode and tense.

    Rows in the trie now implemented as vectors instead of hashes,
    since they only contain 1.4 elements on average.  There are about
    18800 rows in the trie at this time, so that made a difference:
    the french-deconjugator command now takes 9 megs of RAM on my
    system instead of 19 megs.  Also, the trie is deleted, since its
    destruction time is now much shorter.

    French manual page verbiste.3 now correctly installed in
    $(mandir)/fr/man3 instead of $(mandir)/fr/man1.

    Macro and environment variable PKGDATADIR renamed LIBDATADIR.

    XML data files in $prefix/share/verbiste-0.1 instead of
    $prefix/share/verbiste.

    RPM .spec.in file renamed to mention -0.1 in the new name.

Version 0.1.0 - 2003-05-29

    First public release.

