--with{,out}-gssapi switches to the configure script actually work.
The GSSAPI support in CVS is still busted; it makes a lot of
incorrect assumptions about the location of various GSSAPI
headers and libraries. However, I have no interest in actually
fixing anything in CVS.
Notable changes are:
*) Backport from Pth 1.1b2:
Fixed ring walking inside both public pth_msgport_find() function
and the internal pth_mutex_releaseall() function.
*) Backport from Pth 1.1b1:
In pth_mctx.c the signal stack was not restored correctly.
*) Backport from Pth 1.1b1:
Fixed test_select.c: a char has to be used for read(2) and not an int.
And replaced a bogus stdio fgetc() in test_select with pth_read().
*) Backport from Pth 1.1b1:
Fixed AC_CHECK_NSIG test and this way PTH_NSIG define.
*) Backport from Pth 1.1b1:
Fixed timeout handling in pth_select().
This release contains quite a few bug fixes, and a couple of new features:
* New widget properties - GtkWindow & dialog subclasses now have default
width & height properties. GtkPaned has Position property, and
children have Shrink & Resize packing properties.
* GtkMenubar has shadow type property. GtkHandleBox has shadow type,
handle position & snap edge properties. GtkBox children have Position
property (which isn't saved in the XML), though this may be a little
confusing due to the PACK_START/END flag.
* More support for underlined accelerator keys. If the label in a button
has an underlined character, then the button can be activated by
pressing Alt + the underlined key. Similarly if a normal label has
an underlined character, pressing Alt + the key will set the keyboard
focus to the widget on the right, e.g. a text entry box.
* Ctrl-R accelerator to redisplay a window - it should appear at the same
size it will be in the final application. Very handy.
* Bug fixes, including a fairly serious one in the generated code which
meant that widgets were never destroyed.
libncurses.la is listed first. This allows a previous installation
of ncurses to exist and have the build of the current ncurses still
find the correct libs.