---------------------------
- _group._part glyphs no longer saved in classifier training data:
when saved as "Page glyphs", they are still saved, but no longer
when saved as "Classifier glyphs"
- interactive view selection with rubber bands now also works
when rubber band touches the image border
- toolkits now compile out-of-the box again on Ubuntu
- the following classifier menu entries now work:
o "Image/Save glyphs into separate files"
o "File/Symbol names/Import"
- new plugin segmentation_error (category "PageSegmentation")
- ProgressFactory now has optional constructor argument
"numsteps" for doing the update only in *numsteps* discrete steps
(used for significantly speeding up loading/saving XML files)
- group_[and_update]_list_automatic() now has an optional
argument "criterion" for chosing the way how the best
grouping is chosen. The old method was "avg", while the new
default is "min", because we have found this to be better in our tests.