This is release 1.11 (IAM) of bibcard.

New for this release 1.11 (IAM): <grossnik@iam.unibe.ch>
 - fixed bug in findmethod setting
 - again fixed macro bug
 - fixed find bug (show Selected in base window footer)
 - fixed update bug (update now if update is OFF
   and load a file) (if UPDATE_LIST_WHILE_LOADING_IF_UPDATE_IS_OFF
   is set in Makefile)
 - fixed Updating bug: first update item, on error reset to OFF
 - fixed other fields bug (bug after saving)
 - fixed other fields bug (long fields)
 - fixed 'This ERROR occured ...' bug
 - fixed filename bug (in writeFile (bc_file.c))
 - fixed filename bug (copy then paste with new.bib)
 - added new Edit menu item: Add Selection to buffer
 - new Save Selection menu (save with abbrev or not)
 - added new scrolling list menu item: select all
 - added in main menu: Updating
 - added in main menu: Show List
 - added in scrolling list menu: Hide, Show with Find Selections,
   Show and don't touch Selections.
 - added in find popup: Select in List
 - added in List: Show Button
 - added popup: Properties (with some more or less
   usefull defaults)
 - added main menu:  Properties...
 - added Properties button in base window
 - build in file chooser for loading files
 - new BIBINPUT environment variable feature
   (take the first directory in the path given by BIBINPUT)
 - changed some FRAME_BUSY signals
 - set changed flag after sorting
 - again new outputfile format (new tabs)
 - set new temp. name for clip buffer file (no longer multi user 
   conflict)
 - Now fields are as described in BIBTEXTing (by Patashnik)
   (so some fields are added)
 - added user fields: signature, crindex, keywords, date, issn_isbn
   see help for info
 - better look with 'and / or', 'or', 'required fields' and 
   'user fields' messages
 - added second list (as result from Find)
 - faster find initialization
 - flexible base window height (depending on user fields 
   and line offset in Properties)
 - Now there are default non standard fields (in Properties)
 - new icon with mask (for color display)
 - added the settings: -DCRINDEX_FIELD, -DDATE_FIELD,
   -DKEYWORDS_FIELD, -DSIGNATURE_FIELD, -DISBN_FIELD
   in the Makefile
 - added in bc_macros.h: LOCATION_MENU_1 .. LOCATION_MENU_9
   now set your own menutext for the location button
 - added DEFAULT_UPDATE macro in bc_macros.h
 - added in bc_macros: DEFAULT_MAX_TOTAL_FOR_LIST



New for release 1.01 (IAM): <grossnik@iam.unibe.ch>
 - fixed macro bug
 - fixed umlaute bug
 - better outputfile format

New for release 1.0 (IAM): <grossnik@iam.unibe.ch>
 - completly reengineered the user interface with guide V3
 - guide friendly (you can easily add new features using guide)
 - new icon
 - customize bibcard with macros found in bc_macros.h and Makefile
 - popups are now adjustable if possible
 - allow upper- and lowercase tokens in bib files
 - added dropping feature 
 - "changed" flag in title and ">" flag in icon label if modified
 - show number of selections in footer (if updating is on)
 - show number of items in footer
 - added main menu
 - added a fuzzy and regular expression search (if agrep is available,
   see README)
 - added multiple field search with OR, AND connection
 - added range search for year
 - added next and previous button in list
 - added scrolling list menu
 - added add to clip buffer function
 - added edit feature for clip buffer
 - added save, undo and clear button for clip buffer
 - fixed bug in paste from clip buffer
 - fixed sort bug (for entry which don't have the sort field)
 - added special sort for book type (author = editor)
 - fixed updating bug (if no entry)
 - added strip all spaces (and tabs) function
 - added location field (configuration with guide)
 - added possibility to save the abbreviations in selections
 - added missing reference type conference
 - extended the man page

New for release 0.6: <ogden@nmsu.edu>
 - a reduction of memory requirements by a factor of 10.
 - quicker file load
 - most restrictions on bib file format have been eliminated 
 	( e.g. multiple entries per line is now allowed ).
 - multiple bib files can be loaded
 - cut and paste functions have been added.
 - "selected" bib entries can be saved to a file
 - the find function can now search all fields
 - the find function "selects" all entries that match.
 - Searches for bibfiles in a $BIBINPUTS env variable
    (e.g. search in multiple paths)



 New for release 0.5.4.1:<ogden@nmsu.edu>
 
 - added a Cancel button for "find" dialog.
 - fixed some bugs
 - enabled arrow keys and backtab (on Sparc) to correctly jump between fields.

 New for release 0.5.4:<ogden@nmsu.edu>

 - eliminated the XView 250 item restiction in the "list" item
 
 New for release 0.5.3:<ogden@nmsu.edu>
 - added a sort function
 - added a duplicate entry function
 - fixed a month menu selection bug
 - added a contributed patch to fix a problem when strings contained "string".
 - made "article" the default for new entries
 
New for release 0.5.2:<ogden@nmsu.edu>
 - added the editor field to the book document type.
 - added Cancel buttons for save and load dialog boxes.
 
New for release 0.5.1: <ogden@nmsu.edu>
 - A New HIDDEN FUNCTION
 	A mouse click (left button) on the label of any field will display
 	a larger text editing area for that field.
   
 - Fixed a bug in the strcasecmp function which falsely identified duplicate 
   cite keys.
   
 - Added "proceedings" document type.
   
New for release 0.5: <ogden@nmsu.edu>
 - Changed month field to permit string concatinations and non-macro input.

 - Added case insensitive searches for find.

 - Automatic backup -
   Now when you attempt to save a file with an existing name, bibcard will ask
if you want to save a backup.  These backups will be saved under the same
name with an extension of ".~1~".  The next backup will be ".~2~" and
so on.

 - Added some string functions not available on some systems (e.g.
strstr, strcasecmp, etc.)


New for release 0.4: <ogden@nmsu.edu>
  This release fixes some problems that were causing bibcard to
core dump.  One fix now allows @string and @preamble items to
be bracketd with "()" as well as with "{}".  Also users can modifiy
two macros defined in the "bt_ex.c" file, FIELDLEFT and FIELDRIGHT
to change the default bracketing characters for fields from {} to 
quotes (").  In addition, multiple preamble items will be read but
will be concatinated into one item (using the BibTeX concatinate
character).

New for release 0.3:  <ogden@nmsu.edu>
  Support for non-standard BiBTeX fields.
  Now saves @preamble items.
    But saves only one per database and does not provide the capability
    to edit them.
  Improved macro handling
    But now the user must enter a special character to indicate a macro name.
  Uses load directory as the default directory.
  Initial default directory is set by an optional $BIBPATH environment
     variable.
  Allows .bib suffix for file names
  Done buttons added to pop-ups to aid X11 users.
  It is now possible to see all cite keys for large files.
  Improved scanning of existing files:
    cite-key can appear on separte line
    extra spaces before @ and around cite key are now ignored.
    comma separator can appear at the begining of a line.
    etc.
  PhD thesis bug fixed.
  
