2.91.4: 2010-11-18 Kjell Ahlstedt Modified the clipboard/ideal example * docs/tutorial/C/gtkmm-tutorial-in.xml: Signal owner_change is mentioned in the description of clipboard/ideal. * examples/book/clipboard/ideal/examplewindow.[h|cc]: Added on_clipboard_owner_change(). In on_button_copy(), m_ClipboardStore is set after the call to refClipboard->set(). Bug #553179. 2010-11-10 Murray Cumming Removed author credit for the removed GDK drawing section. * docs/tutorial/C/gtkmm-tutorial-in.xml: We removed the sub-section on drawing with gdk a while ago, since we now refer to cairomm API instead. 2010-11-10 Murray Cumming Label section: Fix a / -> typo. * docs/tutorial/C/gtkmm-tutorial-in.xml: Fix a typo. 2010-11-04 Murray Cumming Rearranged an include to fix the build. * examples/others/tictactoe/tictactoe.h: Include gdkmm.h later, to avoid the unexplained compiler error that I worked around by adding an include of dragcontext.h earlier in gtkmm.h.