2.4.5: 2004-08-07 Murray Cumming * gtk/src/toolbar.hg: Class documentation: remove mention of tools() which no longer exists. * examples/book/treeview/drag_and_drop: Correct the implementation of the vfuncs so that they actually work. In particular they are const in gtkmm 2.4. 2004-07-16 Murray Cumming * gtk/src/settings.ccg: get_default(): Use reference() instead of an extra parameter, to fix the build. 2004-07-15 Murray Cumming * gtk/src/settings.ccg: get_default(): Take an extra reference so that the Settings is not deleted too early. Bug #147592. 2004-07-15 Murray Cumming * examples/book/treeview/: Added popup example, which was already in gtkmm 2.0/2.2. 2004-07-08 Murray Cumming * docs/tutorial/gtk_tut.xml: libglademm chapter: Mention memory management. 2004-07-08 Murray Cumming * Patch from Christopher Palm in bug #145594, to change ActionGroup and EntryCompletion constructors from private to protected. Lets hope there are no more of these, because this is technically API change in the stable branch. However, the methods already exist and are tested by the create() methods, and are simple and generated, and therefore unlikely to have errors. Also, this change will only be useful to a very small number of people, so it does not confuse the API versions. 2004-07-04 Murray Cumming * docs/tutorial/gtkmm_tut.xml: Tell people to pkg-config for 2.4 instead of 2.0. 2004-07-02 Murray Cumming * gtk/src/uimanager.hg: Made constructor protected, like in the previous change. * gtk/src/treesortable.hg: Added docs explaining the return values for the sort func.