simplify and update spec file.
[platform/upstream/gnome-common.git] / ChangeLog
1 2004-05-13  James Henstridge  <james@daa.com.au>
2
3         * gnome-common.spec.in: simplify and update spec file.
4
5 2004-02-27  Sven Herzberg  <herzi@abi02.de>
6
7         * macros2/autogen.sh: fix #135557
8
9 2004-02-17  Mark McLoughlin  <mark@skynet.ie>
10
11         * doc-build/xmldocs.make: fix one last occurrence of
12         not using $(DESTDIR).
13
14 === gnome-common 2.4.0 ===
15
16 2003-10-02  Malcolm Tredinnick <malcolm@commsecure.com.au>
17
18         * doc-build/Makefile.am: Distribute README in place of the
19         non-existent ChangeLog. Doh!
20
21         * autogen.sh: Use the GNOME 2 autogen.sh script by default.
22         * configure.in: Version number bumped.
23
24 2003-08-23  Marco Pesenti Gritti  <marco@gnome.org>
25
26         * macros2/compiler-flags.m4:
27
28         Define WARN_CXXFLAGS instead of overwriting
29         CXXFLAGS (like WARN_FLAGS).
30
31 2003-07-04  Frederic Crozat  <fcrozat@mandrakesoft.com>
32
33         * macros2/compiler-flags.m4: don't use -Wsign-promo, it is 
34         C++ only and causes warnings with gcc 3.3 when used on C.
35
36 2003-06-24  Marco Pesenti Gritti  <marco@it.gnome.org>
37
38         * macros2/autogen.sh:
39
40         Remove --enable-compile-warnings from the default arguments
41         passed to configure because it break GNOME_COMPILE_WARNINGS
42         macro.
43
44 2003-05-24  Malcolm Tredinnick <malcolm@commsecure.com.au>
45
46         * MAINTAINERS: Put myself in as maintainer.
47
48         * configure.in: Bump the version number to 2.3.0
49
50         * configure.in, Makefile.am, macros2/autogen.sh, doc-build/*:
51         Add in the infrastructure to allow user documentatin to be built
52         from some common files. This will not affect existing packages.
53         The changes required to use this are given in doc-build/README.
54
55 2003-02-26  Frederic Crozat  <fcrozat@mandrakesoft.com>
56
57         * macros2/autogen.sh: set WANT_AUTOCONF_2_5 variable to tell 
58         Mandrake autoconf wrapper we want to check if autoconf 2.5x is here..
59
60 2003-02-18  Jody Goldberg <jody@gnome.org>
61
62         * configure.in : Don't depend on a file that James just deleted
63
64 2002-12-12  Jody Goldberg <jody@gnome.org>
65
66         * macros2/gnome-common.m4 (GNOME_DEBUG_CHECK) : now that autoconf-2.52
67           is a prereq for things the build broke on the use of
68               AC_DEFINE(GNOME_ENABLE_DEBUG) 
69           without the additional arguments.
70
71 2001-12-11  Anders Carlsson  <andersca@gnu.org>
72
73         * configure.in: Up to 1.2.4.
74
75 2001-09-20 Glynn Foster <glynn.foster@sun.com>
76
77         * macros2/gnome-x-checks.m4: replaced  
78         GNOME_PKGCONFIG_CHECK_MODULES with  PKG_CHECK_MODULES
79
80 2001-08-02  Michael Meeks  <michael@ximian.com>
81
82         * Version 1.2.3
83
84 2001-07-26  Darin Adler  <darin@bentspoon.com>
85
86         * configure.in: Point to the new home of pkgconfig at
87         www.freedesktop.org instead of "sourceforce.net" [sic].
88
89 2001-07-26  Darin Adler  <darin@bentspoon.com>
90
91         * doc/usage.txt: Point to the new home of pkgconfig at
92         www.freedesktop.org.
93
94 2001-07-12  Darin Adler  <darin@bentspoon.com>
95
96         * configure.in: Remove AC_ARG_PROGRAM, because AM_INIT_AUTOMAKE
97         already takes care of that.
98
99 2001-05-22  Darin Adler  <darin@eazel.com>
100
101         * hack-macros/gnome.m4: Add BUILD_INCLUDED_LIBINTL for
102         compatibility with the new gettext.
103         
104 2001-04-16  Darin Adler  <darin@eazel.com>
105
106         * gnome-common.spec.in: A cut at updating the spec file now that
107         the pkgconfig stuff and support stuff has gone away.
108
109 2001-04-14  Martin Baulig  <baulig@suse.de>
110
111         * gnome-common.pc.in, gnome-common-2.0.pc.in: Removed.
112
113         * configure.in: Set version number to 1.2.2.
114         (--enable-platform-gnome-2): Removed this command line argument;
115         this package is now the same for GNOME 1.x and GNOME 2.0.
116
117         * acinclude.m4: Removed.
118         * acconfig.h: Removed.
119
120         * support/: We don't build this directory anymore; the GNOME 1.x
121         version of it is in gnome-libs/support and the GNOME 2.0 one is in
122         libgnomebase/libgnomesupport.
123
124 2001-03-26  Robin * Slomkowski  <rslomkow@eazel.com>
125
126         * Makefile.am: added gnome-common.spec.in to EXTRA_DISTS
127         * configure.in: added gnome-common.spec.in
128         * gnome-common.spec: removed from repository as it appeared
129                              generic
130         * gnome-common.spec.in: new spec file using Martin's suggestions
131
132 2000-12-01  Martin Baulig  <baulig@suse.de>
133
134         Released gnome-common 1.2.1.
135
136 2000-11-21  Martin Baulig  <martin@home-of-linux.org>
137
138         * configure.in: Set version number to 1.2.1.
139
140         * configure.in (--enable-platform-gnome-2): New configure
141         command line argument to enable support for the GNOME 2.x
142         platform.
143         (PLATFORM_GNOME_2): New automake conditional.
144         * Do the GNOME_SUPPORT_CHECKS here if we're on the GNOME 2.x
145         platform.
146
147         * Makefile.am (SUBDIRS): Conditionally add support for the
148         GNOME 2.x platform.
149
150         * acinclude.m4: New file. Put stuff from gnome-support.m4
151         and need-declaration.m4 here.
152
153 2000-05-29  Martin Baulig  <baulig@suse.de>
154
155         * configure.in: Set version number to 1.2.0.
156
157 1998-02-19  Raja R Harinath  <harinath@cs.umn.edu>
158
159         * autogen.sh: New sample file.
160         * configure.in: Likewise.
161         * Makefile.am: Likewise.
162         * README: Likewise.
163