The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).
So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
ac_cv_path_GTKDOC_REBASE="" \
ac_cv_path_GTKDOC_MKPDF=""
Bug fixed:
* GtkEntry icon tooltip is never appearing
* GtkLabel does not honor width-chars anymore
* Mnemonics don't show under some letters
* Add missing gtk_widget_override_* annotations
* GtkButton uses wrong values in grab
PLIST and delete everything under the @sample'd directory instead of the
directory itself to prevent a warning from pkg_delete(1) trying to
remove a non existing directory and to help preventing left-over files
and directories.
* New style classes for 'inline' toolbars and sidebars
have been added
* Theming fixes and enhancement in many widgets, including
GtkRange, GtkFileChooser, GtkNotebook, GtkTreeview and
GtkRadioButton
* Bugs fixed:
640692 GtkNotebook has wrong background colour when border and tabs...
642712 improve the file chooser design
644836 gdk_keyval_to_unicode returns incorrect value for keyval = Return
644975 styleproperties: make sure to merge the font descriptions right
644976 Fix "backspace", "enter", "escape" input.
645057 ./configure fails on gtk+3.0 git head
645134 switch: fix boundaries for the switch motion
645172 radiobutton: don't forget to set the insensitive state when...
645234 Leaky calls to gdk_device_manager_list_devices()
645235 Free the motion hint infos in GdkDisplay
645405 themingengine: don't hardcode white to draw insensitive...
635254 Check whether a resolution is set in GtkPrintSettings before...
* Translation updates