grep wants basic regexps, not extended ones: fix the regular expression
[platform/upstream/gnome-common.git] / ChangeLog
1 2004-10-06  James Henstridge  <james@jamesh.id.au>
2
3         * doc-build/omf.make (uninstall-local-omf): use $(DESTDIR) in
4         uninstall rule.  This is needed to allow packages to distcheck
5         with newer versions of automake.
6
7 2004-09-14  James Henstridge  <james@jamesh.id.au>
8
9         * configure.in: bump version number to 2.8.0
10
11 2004-08-30  James Henstridge  <james@jamesh.id.au>
12
13         * macros2/gnome-autogen.sh: fix up error message when a required
14         M4 file isn't found.  Fixes bug #147417.
15
16         * macros2/gnome-autogen.sh: Revert Rodney's changes, since
17         glib-gettextize has been fixed on the HEAD and 2.4 branches.
18
19 2004-06-10  Rodney Dawes  <dobey@ximian.com>
20
21         * macros2/gnome-autogen.sh: Add code to check for mkinstalldirs in
22         the shared automake files directory, and copy it in if we are using
23         AM_GLIB_GNU_GETTEXT
24
25         Fixes #144069
26
27 2004-05-26  James Henstridge  <james@daa.com.au>
28
29         * macros2/gnome-compiler-warnings.m4: some small cleanups.
30
31         * macros2/gnome-common.m4 (GNOME_COMMON_INIT): since caching is
32         turned off in all recent Autoconfs, it doesn't make sense to use
33         it.  Change implementation to instead make sure ${ACLOCAL_FLAGS}
34         gets passed to aclocal when called from the makefile.
35
36         * macros2/Makefile.am: alter installation so that it puts the
37         macros directly into $(datadir)/aclocal instead of
38         $(datadir)/aclocal/gnome2-macros
39
40         * autogen.sh (REQUIRED_AUTOMAKE_VERSION): use a modern version of
41         automake.
42
43         * macros2/gnome-compiler-flags.m4: move from compiler-flags.m4 to
44         reduce chance of collisions.
45
46         * macros2/gnome-autogen.sh: move from autogen.sh
47
48         * Makefile.am (SUBDIRS): don't build bin/ and macros/ directories.
49
50         * configure.in: don't create makefiles for bin/ and macros/
51         directories.
52         Since we don't actually build the support/ directory (since 2001),
53         remove the matching parts from the configure script.
54
55 2004-05-13  James Henstridge  <james@daa.com.au>
56
57         * gnome-common.spec.in: simplify and update spec file.
58
59 2004-02-27  Sven Herzberg  <herzi@abi02.de>
60
61         * macros2/autogen.sh: fix #135557
62
63 2004-02-17  Mark McLoughlin  <mark@skynet.ie>
64
65         * doc-build/xmldocs.make: fix one last occurrence of
66         not using $(DESTDIR).
67
68 === gnome-common 2.4.0 ===
69
70 2003-10-02  Malcolm Tredinnick <malcolm@commsecure.com.au>
71
72         * doc-build/Makefile.am: Distribute README in place of the
73         non-existent ChangeLog. Doh!
74
75         * autogen.sh: Use the GNOME 2 autogen.sh script by default.
76         * configure.in: Version number bumped.
77
78 2003-08-23  Marco Pesenti Gritti  <marco@gnome.org>
79
80         * macros2/compiler-flags.m4:
81
82         Define WARN_CXXFLAGS instead of overwriting
83         CXXFLAGS (like WARN_FLAGS).
84
85 2003-07-04  Frederic Crozat  <fcrozat@mandrakesoft.com>
86
87         * macros2/compiler-flags.m4: don't use -Wsign-promo, it is 
88         C++ only and causes warnings with gcc 3.3 when used on C.
89
90 2003-06-24  Marco Pesenti Gritti  <marco@it.gnome.org>
91
92         * macros2/autogen.sh:
93
94         Remove --enable-compile-warnings from the default arguments
95         passed to configure because it break GNOME_COMPILE_WARNINGS
96         macro.
97
98 2003-05-24  Malcolm Tredinnick <malcolm@commsecure.com.au>
99
100         * MAINTAINERS: Put myself in as maintainer.
101
102         * configure.in: Bump the version number to 2.3.0
103
104         * configure.in, Makefile.am, macros2/autogen.sh, doc-build/*:
105         Add in the infrastructure to allow user documentatin to be built
106         from some common files. This will not affect existing packages.
107         The changes required to use this are given in doc-build/README.
108
109 2003-02-26  Frederic Crozat  <fcrozat@mandrakesoft.com>
110
111         * macros2/autogen.sh: set WANT_AUTOCONF_2_5 variable to tell 
112         Mandrake autoconf wrapper we want to check if autoconf 2.5x is here..
113
114 2003-02-18  Jody Goldberg <jody@gnome.org>
115
116         * configure.in : Don't depend on a file that James just deleted
117
118 2002-12-12  Jody Goldberg <jody@gnome.org>
119
120         * macros2/gnome-common.m4 (GNOME_DEBUG_CHECK) : now that autoconf-2.52
121           is a prereq for things the build broke on the use of
122               AC_DEFINE(GNOME_ENABLE_DEBUG) 
123           without the additional arguments.
124
125 2001-12-11  Anders Carlsson  <andersca@gnu.org>
126
127         * configure.in: Up to 1.2.4.
128
129 2001-09-20 Glynn Foster <glynn.foster@sun.com>
130
131         * macros2/gnome-x-checks.m4: replaced  
132         GNOME_PKGCONFIG_CHECK_MODULES with  PKG_CHECK_MODULES
133
134 2001-08-02  Michael Meeks  <michael@ximian.com>
135
136         * Version 1.2.3
137
138 2001-07-26  Darin Adler  <darin@bentspoon.com>
139
140         * configure.in: Point to the new home of pkgconfig at
141         www.freedesktop.org instead of "sourceforce.net" [sic].
142
143 2001-07-26  Darin Adler  <darin@bentspoon.com>
144
145         * doc/usage.txt: Point to the new home of pkgconfig at
146         www.freedesktop.org.
147
148 2001-07-12  Darin Adler  <darin@bentspoon.com>
149
150         * configure.in: Remove AC_ARG_PROGRAM, because AM_INIT_AUTOMAKE
151         already takes care of that.
152
153 2001-05-22  Darin Adler  <darin@eazel.com>
154
155         * hack-macros/gnome.m4: Add BUILD_INCLUDED_LIBINTL for
156         compatibility with the new gettext.
157         
158 2001-04-16  Darin Adler  <darin@eazel.com>
159
160         * gnome-common.spec.in: A cut at updating the spec file now that
161         the pkgconfig stuff and support stuff has gone away.
162
163 2001-04-14  Martin Baulig  <baulig@suse.de>
164
165         * gnome-common.pc.in, gnome-common-2.0.pc.in: Removed.
166
167         * configure.in: Set version number to 1.2.2.
168         (--enable-platform-gnome-2): Removed this command line argument;
169         this package is now the same for GNOME 1.x and GNOME 2.0.
170
171         * acinclude.m4: Removed.
172         * acconfig.h: Removed.
173
174         * support/: We don't build this directory anymore; the GNOME 1.x
175         version of it is in gnome-libs/support and the GNOME 2.0 one is in
176         libgnomebase/libgnomesupport.
177
178 2001-03-26  Robin * Slomkowski  <rslomkow@eazel.com>
179
180         * Makefile.am: added gnome-common.spec.in to EXTRA_DISTS
181         * configure.in: added gnome-common.spec.in
182         * gnome-common.spec: removed from repository as it appeared
183                              generic
184         * gnome-common.spec.in: new spec file using Martin's suggestions
185
186 2000-12-01  Martin Baulig  <baulig@suse.de>
187
188         Released gnome-common 1.2.1.
189
190 2000-11-21  Martin Baulig  <martin@home-of-linux.org>
191
192         * configure.in: Set version number to 1.2.1.
193
194         * configure.in (--enable-platform-gnome-2): New configure
195         command line argument to enable support for the GNOME 2.x
196         platform.
197         (PLATFORM_GNOME_2): New automake conditional.
198         * Do the GNOME_SUPPORT_CHECKS here if we're on the GNOME 2.x
199         platform.
200
201         * Makefile.am (SUBDIRS): Conditionally add support for the
202         GNOME 2.x platform.
203
204         * acinclude.m4: New file. Put stuff from gnome-support.m4
205         and need-declaration.m4 here.
206
207 2000-05-29  Martin Baulig  <baulig@suse.de>
208
209         * configure.in: Set version number to 1.2.0.
210
211 1998-02-19  Raja R Harinath  <harinath@cs.umn.edu>
212
213         * autogen.sh: New sample file.
214         * configure.in: Likewise.
215         * Makefile.am: Likewise.
216         * README: Likewise.
217