2.6.0: (API-stable release). * Applet: Added get_locked_down(). 2.5.2: Corrected installation locations and pkgconfig file. (Alexander Nedotsukov) 2.5.1: Updated for latest gtkmm 2.4 API. 2.5.0: This is the first version of libpanelappletmm 2.5/2.6, which uses gtkmm 2.4 and is parallel-installable with libpanelappletmm 1.3/2.0. 1.3.2: * Changed Gnome::Panel::AppletOrient from a typedef to an actual enum. * Removed types.h because it's not needed anymore. * get_orientation() now checks which C enum value is returned and returns the correct C++ enum value. (Murray's idea). (Bryan Forbes) 1.3.1: * Removed references to libgnomeprintmm; fixes #128413 (Alexander Nedotsukov) * Added get and set methods for the GConf API. 1.3.0: * Initial Skeleton created * Wrapped Applet class and methods * Created factory functions * Made factory functions template functions (Murray's idea) * Created two examples to demonstrate wrapper (Bryan Forbes) * Hand-coded Applet::get_background() to use C++ types * Fixed dependencies (Murray Cumming)