1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
|
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
|