This file documents additions, changes, and fixes made to gentoo.
	Entries are grouped by the version of gentoo they apply to.
The most recent fixes appear closer to the top of the file.
	Entries for older versions of gentoo (the 0.11.x and 0.9.x
series) have been dropped from the distribution.

0.15.2
* Rewrote guts of "file"-driven file type identification to use glib's
  process spawning API. No longer uses a temporary file, but simply uses
  pipes instead. This removes a potential security hole (in temporary
  file name generation) and should also be quicker.
* The code that runs "file" to identify file types now also catches the
  SIGPIPE signal, and checks for bad pipes when writing to the child
  process. This should hopefully help prevent gentoo from crashing if
  the "file" program exits prematurely (or doesn't exist).
* All calls to the obsolete gtk_signal_connect() function have been
  replaced with the g_signal_connect() function. Feels a bit fresher.


0.15.1 [first release using GTK+ 2.x]
* Integrated new OdMultiButton widget.
* Ported command selection dialog (seen in Run command and when
  picking in config) to GTK+ 2.0 tree widget.
* Removed main (left) GtkCList in Configuration window, replaced
  with proper GTK+ 2.0 tree widget.
* SelectSuffix now acts a bit like SelectExt if there is no
  current mouse click, no focus, and at least one selected row. It
  will only process the first selected row though.
* Added a "Upper Case Initial" mode to RenameRE's Case page, that
  is not in gentoo 0.11.x.
* This release does not include the mmap buffer size setting added
  in gentoo 0.11.x; it seems to work just fine without it.
* Fixed very secretive bug that caused seemingly spurious "error 34"
  when entering a directory. This was caused by overflow in the
  numerical-comparison routines, truing to strtol() very long runs
  of digits. Fixed by implementing a comparison that does not
  convert to binary. Reported by "Trilobit", thanks a lot!
* Applied lots of other safeguards against spurious errors from the
  same Trilobit.
