2004-06-03 Daniel Elstner * scripts/cxx.m4: Add several casts to (void) in order to suppress warnings about unused variables. For some reason make distcheck seems to remember the -Werror flag from the previous configure run. 2004-06-03 Daniel Elstner * scripts/macros.m4 (GTKMM_ARG_ENABLE_WARNINGS): Add -Wno-long-long if --enable-warnings=maximum or --enable-warnings=hardcore is being used. 2004-06-03 Murray Cumming * gtk/src/treeview.ccg: get_path_at_pos(): Correct memory management of the path. Bug #142970 from david@thepriorities.com. 2004-05-13 Daniel Elstner * glib/glibmm/object.{cc,h} (ConstructParams::ConstructParams): Implement the copy constructor in a way that actually works if used. Relying on the compiler to optimize it away is a bad idea. (#132300) 2004-05-13 Daniel Elstner * gtk/src/treepath.hg (TreePath::append): Fix nasty typo. (#142462) 2004-04-12 Murray Cumming * docs/index.html: Do not say that 2.4 is unstable now.