2005-12-14 Philip Langdale * gdk/src/window.hg: * tools/m4/convert_gdk.m4: Correct the Cursor conversion - it does not need to be copied/leaked. Bug #323920. 2005-12-10 Murray Cumming * gtk/src/expander.hg: Add documentation, base on the C documentation, mentioning property_expanded().signal_changed(). 2005-12-06 Jonathon Jongsma * Makefile.am: * configure.in: add configure option for enabling / disabling building of documentation (--enable-docs / --disable-docs) 2005-12-06 Jonathon Jongsma * configure.in: Look for gmmproc in generic libdir directory, because that is not always lib/. This fixes the build on some 64-bit systems. 2005-12-02 Murray Cumming * docs/reference/Doxyfile.in: Reword the title of the since pages, to make it clear that they do not include new API in subsequent versions. 2005-12-01 Murray Cumming * docs/reference/Doxyfile.in: Add a newline after the newin xrefitem, to stop doxgygen associating the following text with the xrefitem, so properties and returns do not show up in the list of new API. 2005-12-01 Murray Cumming * docs/tutorial/gtkmm-tut.xml: Remove link to non-existing drawing_area_text example. Bug #311176 from Jonathon Jongsma. 2005-11-30 Murray Cumming * docs/index.html: Change deprecated link to link to deprecated and new pages page. * gdk/src/gdk_docs_override.xml: * gtk/src/gtk_docs_override.xml: Change Since: to our @newin tags. 2005-11-30 Murray Cumming * configure.in: * gtk/gtkmmconfig.h.in: Check for the mkifofs() function (not available in windows, apparently), and define HAVE_MKIFOFS. * examples/book/input/main.cc: Do not use mkifofs if it is not present, to fix build on Windows. Bug #309031 from haleykd. 2005-11-30 Murray Cumming * docs/reference/Doxyfile.in: Added ALIASES for @newin2p2, @newin2p4, @newin2p6, @newin2p8, and @newin2p10. API marked with these tags will then be listed together on a page. Doxygen already has @since, but that does not list them on one page. * gdk/src/displaymanager.hg: * gtk/gtkmm/accelmap.h: * gtk/src/cellrenderer.hg: * gtk/src/clipboard.hg: * gtk/src/colorbutton.hg: * gtk/src/entrycompletion.hg: * gtk/src/expander.hg: * gtk/src/filechooserwidget.hg: * gtk/src/messagedialog.hg: * gtk/src/radiotoolbutton.hg: * gtk/src/rc.hg: * gtk/src/uimanager.hg: * pango/src/fontset.hg: Replace any Since: text with the new tags. 2005-11-29 Murray Cumming * build_shared/Makefile_build.am_fragment: * configure.in: Added --enable-deprecated-api option: Set it to yes to remove deprecated API from the library, for instance for embedded devices. * gdk/src/color.ccg: * gdk/src/color.hg: * gdk/src/colormap.ccg: * gdk/src/colormap.hg: * gdk/src/image.hg: * gdk/src/window.hg: * gtk/src/calendar.hg: * gtk/src/cellrenderer.hg: * gtk/src/combo.hg: * gtk/src/fileselection.hg: * gtk/src/inputdialog.hg: * gtk/src/messagedialog.hg: * gtk/src/optionmenu.hg: * gtk/src/progress.hg: * gtk/src/textbuffer.ccg: * gtk/src/textbuffer.hg: * gtk/src/textview.ccg: * gtk/src/textview.hg: * gtk/src/toolbar.hg: * gtk/src/treemodel.hg: * gtk/src/treemodelfilter.hg: * gtk/src/treepath.ccg: * gtk/src/treepath.hg: * gtk/src/treesortable.ccg: * gtk/src/treesortable.hg: * gtk/src/treeview.ccg: * gtk/src/treeview.hg: * gtk/src/treeviewcolumn.ccg: * gtk/src/treeviewcolumn.hg: * gtk/src/widget.hg: Use the new gmmproc features to ifdef-out the deprecated API. * tests/menu_destruction/main.cc: * demos/gtk-demo/example_iconview.cc: * demos/gtk-demo/example_menus.cc: * demos/gtk-demo/example_sizegroup.cc: * demos/gtk-demo/example_textview.cc: * examples/Makefile.am_fragment: * examples/book/custom/custom_container/mycontainer.cc: * examples/book/dialogs/fileselection/examplewindow.cc: * examples/book/range_widgets/labeledoptionmenu.cc: * examples/book/range_widgets/labeledoptionmenu.h: * examples/cellrenderercustom/popupentry.cc: * examples/stock/stock.cc: Do not use deprecated API. This is the gtkmm-2-8 branch. New API should go into the HEAD branch.