This is release 2.0 of bibview
In this release the following changes were made.
- The loading of files is much faster.
- It is possible to move between the fields of a card
  using the <Tab> key (move downward) and the
  <Escape> key (move upward). The input focus is set to
  a certain field by pressing the right mouse button in it.


This is release 1.5 of bibview.
In this release the following changes were made.
- It is now possible to define new BibTeX types and
  change existing types by adding new fields.
  This can be done in the configuration file.
  The standard BibTeX fields as well as the new fields
  are taken into consideration in a search.
- The search feature was improved. It is possible to search
  for regular expressions that appear in any field of
  an entry.
  It is now possible to specify user defined fields in a search.
  (LIMITATION: only two user defined fields are taken into
   consideration)
- "bibview -file new_file"  will open a new file instead of
  resulting in the error message "File can't be opened".


This is release 1.4 of bibview.

In this release the following changes were made:
- Lists can be sorted. The field by which the list should
  be sorted (AUTHOR, MAINKEY, TITLE, YEAR, CATEGORY, JOURNAL
  or TYPE) can be chosen from a pulldown menu in the list
  window. By default, lists are sorted by MAINKEY. This
  default can be changed in the configuration file with the 
  tag "SortedBy".
- The list window was changed to show also the field
  CATEGORY of an entry.
- The format of the BibTeX output can be defined by the user.
  It is possible to set
     FldIndent     (number of characters that a field name is indented;
		    default: 3)
     ContIndent    (number of characters that the first line
		    of the field content is indented; default: 15)
     NewlineIndent (number of characters that the following lines
		    of the field content are indented; default: 7)
     MaxLinelen    (maximum linelength when printing as LaTeX file
		    with \nocite commands)
  This can be done in the configuration file with the tag
  [Indent]. For an example please take a look at the file
  bibviewrc in this distribution.

This is release 1.3 of bibview.

In this release the following changes were made:
- The option "Save As Bib" was added (default: TRUE).
  If this option is chosen, the output when printing
  a list or a BibTeX file contains the \nocite command.
  The option can be set in the configuration file with the tag 
  "PrintAsBib".
  The style is per default "alpha.sty". It can be changed
  in the configuration file with the tag "StyleFile".


This is release 1.2 of bibview.
In this release the following changes were made:

- The grammar was enhanced to accept erroneous input.
  In case of entries with errors, the key of the entry
  is printed to stderr.
- The option "Ignore Case" was added (default: TRUE).
  When this option is chosen, uppercase/lowercase
  distinctions are ignored during comparisons in a search.
  This option can be set in the configuration file with
  the tag "IgnoreCase".
  The search functions now use <regex.h> instead of
  <regexp.h>.
  If you don't have <regex.h>, you have to replace db_tree.c 
  by db_tree-regexp.c.
- The backup mechanism was improved to be able to keep
  multiple backups.
- If duplicate keys are discovered, the BibTeX key
  is changed by appending an "a".
- The headline of the list window was changed to really show
  the beginning of the columns.
- The AVL functions in the file db_tree.c were replaced by
  those posted by Lee Hollingworth.
- Some bugs were removed that caused a segmentation fault.

In release 1.1 the following changes were made:

- The grammar was enhanced to accept comments.
  WARNING: The comments will get lost in the file that
           bibview produces.
- bibview will accept user defined entry types
  that differ from the standard entry types. The fields of
  these entries are treated as user defined fields. It is not
  possible to do a search on these fields. This feature is not
  very comfortable, but it will bibview make more universally
  usable.
- The default of the option "Autom. Check" was changed to FALSE.
- The effect of the option "Required Fields" has changed.
  If "Required Fields" is on, a warning is displayed when
  trying to save an incomplete entry.
  If "Required Fields" is off, an incomplete entry is save without
  warning.
- There is a change in the directory mechanism of the FileSelectBox.
  The directory where the file selection process starts is the
  directory where the last file selection process has taken place.
  There is the possibility to enter a default directory where
  BibTeX files are usually found with the [BibDir] part of
  the configuration file.
- The resource file was split into a part BibView.ad and
  BibView-co.ad.
- Some bugs are removed that caused a segmentation fault.
