This is the BUGS file

* May not be very efficient.  Specifically, the database will
  be re-sorted when a new value is inserted.  Should only re-sort the
  database as needed when fetching values, not when inserting.

* catopen() will only open a file named as its arg1.  This should
  actually open a file only if 'name' contains a directory separator
  ('/' for UNIX, '\\' for DOS) and should open a system-wide catalog
  file otherwise (system catalog would also be dependent on an env
  variable to determine the language--most programs would probably
  open a catalog called "myprog" and there would be a corresponding
  "myprog.en" available for English and "myprog.de" for German.
