Sophie

Sophie

distrib > Mandriva > cooker > i586 > by-pkgid > 3f8de065a60d3b74b7810ebc1fce5e35 > files > 57

libatkmm1.6-devel-2.22.6-4.i586.rpm

2011-10-26  Murray Cumming  <murrayc@murrayc.com>

	2.22.6

2011-10-25  Murray Cumming  <murrayc@murrayc.com>

	Add #includes needed with the latest glibmm.

	* atk/src/action.hg:
	* atk/src/component.hg:
	* atk/src/document.hg:
	* atk/src/object.hg:
	* atk/src/relation.hg:
	* atk/src/selection.hg:
	* atk/src/stateset.hg:
	* atk/src/streamablecontent.hg:
	* atk/src/table.hg:
	* atk/src/text.hg:
	* atk/src/value.hg: Add individual includes now that gmmproc does not
	add #include glibmm.h at the top of every generated header.

2011-09-22  Krzesimir Nowak  <qdlacz@gmail.com>

	Don't use obsolete macros.

	* autogen.sh: Warn about everything during autoreconf.
	* configure.ac: Replaced obsolete macros with their modern counterparts.

2011-03-30  Murray Cumming  <murrayc@murrayc.com>

	2.22.5

2011-03-30  Murray Cumming  <murrayc@murrayc.com>

	Use the latest mm-common.

	* configure.ac: Require the latest version.
	* doc/Makefile.am: Don't specify the mm-common .pl files to distribute
	because mm-common now does this automatically.

2011-03-26  Kalev Lember  <kalev@smartlink.ee>

	Install the m4 files without --enable-maintainer-mode

	* Makefile.am: Install the convert.m4 files even if we aren't in
	maintainer mode; this makes sure distro packages pick up the files.

2011-03-25  Murray Cumming  <murrayc@murrayc.com>

	2.22.4

2011-03-25  Murray Cumming  <murrayc@murrayc.com>

	Avoid a tarball dependency on mm-common.

	* configure.ac: Add a call to MM_CONFIG_DOCTOOL_DIR() telling it to
	copy the files locally and use them from there.
	* doc/Makefile.am: Dist the copied files, so that the build does not
	try to use the versions installed by mm-common.

2011-03-23  Murray Cumming  <murrayc@murrayc.com>

	2.22.3

2011-01-08  Murray Cumming  <murrayc@murrayc.com>

	2.22.2

2011-01-07  Murray Cumming  <murrayc@murrayc.com>

	Allow other modules to use the m4 files.

	* codegen/Makefile.am: Install the m4 files, like gtkmm installs its files.
	* atk/atkmm.pc.in: Add the gmmproc4mdir variable so that other modules such
	as gtkmm and cluttermm can get the path to the m4 file, to avoid
	duplicating its contents.

2011-01-07  Murray Cumming  <murrayc@murrayc.com>

	Fix the build with --enable-warnings=fatal.

	* configure.ac: Add no-long-long to avoid a warning caused by a newer glib.
	Also avoid use of deprecated GLIBMM API and make sure that GSEAL is defined.

2010-11-20  Murray Cumming  <murrayc@murrayc.com>

	2.22.1

2010-11-20  Murray Cumming  <murrayc@murrayc.com>

	Add and distribute COPYING.tools containing the GPL.

	* COPYING.tools: This is necessary because the MSVC gendef.cc tool sources
	are under the GPL, not LGPL. They don't affect the licensing of the library
	itself.

2010-10-01  Armin Burgmeier  <armin@arbur.net>

	Add support for MSVC 2010 and 64 bit to MSVC project files

2010-10-01  Armin Burgmeier  <armin@arbur.net>

	* MSVC_Net2005/atkmm.sln:
	* MSVC_Net2005/atkmm/atkmm.vcproj:
	* MSVC_Net2005/gendef/gendef.vcproj:
	* MSVC_Net2008/atkmm.sln:
	* MSVC_Net2008/atkmm/atkmm.vcproj:
	* MSVC_Net2008/gendef/gendef.vcproj:
	* MSVC_Net2010/atkmm.sln:
	* MSVC_Net2010/atkmm/atkmm.rc.in:
	* MSVC_Net2010/atkmm/atkmm.vcxproj:
	* MSVC_Net2010/atkmm/atkmm.vcxproj.filters:
	* MSVC_Net2010/filelist.am:
	* MSVC_Net2010/gendef/gendef.cc:
	* MSVC_Net2010/gendef/gendef.vcxproj:
	* MSVC_Net2010/gendef/gendef.vcxproj.filters:
	* Makefile.am:
	* configure.ac: Add support for MSVC 2010 and 64 bit.

2010-09-27  Murray Cumming  <murrayc@murrayc.com>

	2.22.0

2010-09-26  Armin Burgmeier  <armin@arbur.net>

	Fix MSVC project files

2010-09-26  Armin Burgmeier  <armin@arbur.net>

	Fix MSVC project files.

	* MSVC_Net2005/atkmm.sln:
	* MSVC_Net2008/atkmm.sln:

2010-09-20  Murray Cumming  <murrayc@murrayc.com>

	2.21.1

2010-06-28  Murray Cumming  <murrayc@murrayc.com>

	Documentation: Added main page.

	* atk/atkmm.h: Added text based on pangomm.h from pangomm.

2010-06-23  Murray Cumming  <murrayc@murrayc.com>

	2.21.1

2010-06-23  Murray Cumming  <murrayc@murrayc.com>

	Reduce version to 2.21, because atkmm has not broken ABI (yet?)

	* configure.ac: Reduce the tarball version.

2010-06-23  Murray Cumming  <murrayc@murrayc.com>

	Correct the ChangeLog. It is not autogenerated.

2010-06-23  Daniel Elstner  <danielk@openismus.com>

	Create new atkmm module, split off from gtkmm