added support for the gnome-doc-utils
[platform/upstream/gnome-common.git] / ChangeLog
1 2005-03-21  Sven Herzberg  <herzi@gnome-de.org>
2
3         * macros2/gnome-autogen.sh: added support for the gnome-doc-utils
4
5 2005-03-15  Stepan Kasal  <kasal@ucw.cz>
6
7         * macros2/ChangeLog: Removed; the contents merged into the main one.
8
9 2005-02-11  James Henstridge  <james@jamesh.id.au>
10
11         * macros2/gnome-autogen.sh: preserve COPYING and INSTALL files over
12         the "automake --force" call.  Fixes bug #161916.
13
14 2005-01-22  Rodney Dawes  <dobey@novell.com>
15
16         * macros2/gnome-autogen.sh: Fix the (AC|IT)_PROG_INTLTOOL support
17         for both places where we grep for it
18         (version_check): If we are checking for automake = 1.4, then make
19         sure we error out with that error when we find it, and not >= 1.4
20         since we don't actually check for >= 1.4
21
22         Fixes #129903
23
24 2005-01-03  James Henstridge  <james@jamesh.id.au>
25
26         * macros2/gnome-common.m4 (GNOME_COMMON_INIT): add some code to
27         add the directory given to AC_CONFIG_MACRO_DIR to ACLOCAL_FLAGS.
28
29         * doc-build/xmldocs.make (clean-local-doc): add rule to clean up
30         copied entities if srcdir!=builddir.
31
32 2004-11-24  Mariano Suárez-Alvarez <mariano@gnome.org>
33
34         * macros2/gnome-autogen.sh: grep wants basic regexps, not extended
35         ones: fix the regular expression for INTLTOOL.
36
37 2004-11-24  Rodney Dawes  <dobey@novell.com>
38
39         * macros2/gnome-autogen.sh: Add support for IT_PROG_INTLTOOL which
40         deprecates AC_PROG_INTLTOOL
41
42 2004-11-09  Jordi Mallach  <jordi@sindominio.net>
43
44         * macros2/gnome-autogen.sh: Workaround automake-1.4 limitations by
45         just using --force if $REQUIRED_AUTOMAKE_VERSION != 1.4. This avoids
46         Louie's wrath too. :)
47
48 2004-11-09  Jordi Mallach  <jordi@sindominio.net>
49
50         * macros2/gnome-autogen.sh: Call all the bootstrap programs
51         (libtoolize, intltoolize, gtkdocize, automake) using --force and
52         --copy consistently.
53
54 2004-10-28  James Henstridge  <james@jamesh.id.au>
55
56         * macros2/gnome-autogen.sh: get rid of the code that modified PATH,
57         ACLOCAL_FLAGS and LD_LIBRARY_PATH based on $GNOME2_PATH, since
58         this was broken.  It could cause configure tests to pass, when the
59         subsequent build would fail due to path problems.  For more
60         details, see bug #140210.
61
62         * macros2/gnome-autogen.sh: if the directory is read only, skip it.
63         This helps in cases where a directory from a failed "make distcheck"
64         is lying around.  Should fix bug #136093.
65
66         * macros2/gnome-autogen.sh (m4dir): fix up the AC_CONFIG_MACRO_DIR
67         check to work with sub-package configure.in's.
68
69 2004-10-27  James Henstridge  <james@jamesh.id.au>
70
71         * macros2/gnome-autogen.sh (ACLOCAL): if AC_CONFIG_MACRO_DIR() is
72         used in configure.ac, pass that directory to aclocal.
73         Run libtoolize if the configure.ac file calls LT_INIT (the new
74         name for AC_PROG_LIBTOOL in libtool-2.0).
75
76 2004-10-06  James Henstridge  <james@jamesh.id.au>
77
78         * doc-build/omf.make (uninstall-local-omf): use $(DESTDIR) in
79         uninstall rule.  This is needed to allow packages to distcheck
80         with newer versions of automake.
81
82 2004-09-14  James Henstridge  <james@jamesh.id.au>
83
84         * configure.in: bump version number to 2.8.0
85
86 2004-08-30  James Henstridge  <james@jamesh.id.au>
87
88         * macros2/gnome-autogen.sh: fix up error message when a required
89         M4 file isn't found.  Fixes bug #147417.
90
91         * macros2/gnome-autogen.sh: Revert Rodney's changes, since
92         glib-gettextize has been fixed on the HEAD and 2.4 branches.
93
94 2004-08-16  Kjartan Maraas  <kmaraas@gnome.org>
95
96         * macros2/gnome-autogen.sh: Add some foo to handle automake-1.9.x too.
97
98 2004-06-10  Rodney Dawes  <dobey@ximian.com>
99
100         * macros2/gnome-autogen.sh: Add code to check for mkinstalldirs in
101         the shared automake files directory, and copy it in if we are using
102         AM_GLIB_GNU_GETTEXT
103
104         Fixes #144069
105
106 2004-05-26  James Henstridge  <james@daa.com.au>
107
108         * macros2/gnome-common.m4 (GNOME_COMMON_INIT): since caching is
109         turned off in all recent Autoconfs, it doesn't make sense to use
110         it.  Change implementation to instead make sure ${ACLOCAL_FLAGS}
111         gets passed to aclocal when called from the makefile.
112
113         * macros2/Makefile.am: alter installation so that it puts the
114         macros directly into $(datadir)/aclocal instead of
115         $(datadir)/aclocal/gnome2-macros
116
117         * autogen.sh (REQUIRED_AUTOMAKE_VERSION): use a modern version of
118         automake.
119
120         * macros2/gnome-compiler-flags.m4: move from compiler-flags.m4 to
121         reduce chance of collisions; some small cleanups.
122
123         * macros2/gnome-autogen.sh: move from autogen.sh
124
125         * Makefile.am (SUBDIRS): don't build bin/ and macros/ directories.
126
127         * configure.in: don't create makefiles for bin/ and macros/
128         directories.
129         Since we don't actually build the support/ directory (since 2001),
130         remove the matching parts from the configure script.
131
132 2004-05-13  James Henstridge  <james@daa.com.au>
133
134         * gnome-common.spec.in: simplify and update spec file.
135
136 2004-05-13  James Henstridge  <james@daa.com.au>
137
138         * macros2/autogen.sh: Change the order the various tools are called
139         in to match that of autoconf's autoupdate tool.  See bug 138584.
140
141 2004-02-27  Sven Herzberg  <herzi@abi02.de>
142
143         * macros2/autogen.sh: fix #135557
144
145 2004-02-17  Mark McLoughlin  <mark@skynet.ie>
146
147         * doc-build/xmldocs.make: fix one last occurrence of
148         not using $(DESTDIR).
149
150 2004-01-31  Malcolm Tredinnick <malcolm@commsecure.com.au>
151
152         * macros2/autogen.sh: Use automake-1.8 if available. Patch from
153         alexander.winston@comcast.net (Alexander Winston). Bug #132966.
154
155 2004-01-25  Malcolm Tredinnick <malcolm@commsecure.com.au>
156
157         * macros2/autogen.sh: Deprecate the use of GNOME2_DIR and allow the
158         use of GNOME2_PATH (bug #130516).
159
160 2004-01-02  Malcolm Tredinnick <malcolm@commsecure.com.au>
161
162         * macros2/autogen.sh: Run intltoolize after automake, since
163         intltoolize wants mkinstalldirs now.
164         Should fix bugs #130309 and #130366.
165
166 2003-12-13  Malcolm Tredinnick <malcolm@commsecure.com.au>
167
168         * macros2/autogen.sh: Change the use of head to be 'head -n -1',
169         since the GNU version of head appears to have changed behaviour
170         between version 5.0 and 5.0.9 somewhere. This should be portable
171         across all versions now. Fixed bug #128867.
172
173 2003-12-08  Rodney Dawes  <dobey@free.fr>
174
175         * macros2/autogen.sh: Update automake checks to check incremental
176         versions in the correct order, Fixes #128691
177
178 2003-11-19  Malcolm Tredinnick <malcolm@commsecure.com.au>
179
180         * macros2/autogen.sh: Replace use of -or in a find command with -o.
181         Makes things work for people with less functional versions of
182         find. Fixes bug #127354 reported by Rolf Sponsel.
183
184 2003-11-03    <clahey@ximian.com>
185
186         * macros2/gnome-common.m4: Removed ENABLE_WERROR and changed name
187         to GNOME_MAINTAINER_MODE_DEFINES.
188
189 2003-11-01  Malcolm Tredinnick <malcolm@commsecure.com.au>
190
191         * macros2/autogen.sh: Make version checking work, as pointed out by
192         Michael H Schimek in bug #125818.
193
194 2003-10-31    <clahey@ximian.com>
195
196         * macros2/gnome-common.m4: Changed name of new macro to
197         AM_MAINTAINER_MODE_DEFINES and added definition for ENABLE_WERROR.
198
199 2003-10-31    <clahey@ximian.com>
200
201         * macros2/gnome-common.m4: New macro to disable deprecated
202         functions and widgets when maintainer mode is on.
203
204 === gnome-common 2.4.0 ===
205
206 2003-10-02  Malcolm Tredinnick <malcolm@commsecure.com.au>
207
208         * doc-build/Makefile.am: Distribute README in place of the
209         non-existent ChangeLog. Doh!
210
211         * autogen.sh: Use the GNOME 2 autogen.sh script by default.
212         * configure.in: Version number bumped.
213
214 2003-08-23  Marco Pesenti Gritti  <marco@gnome.org>
215
216         * macros2/compiler-flags.m4: Define WARN_CXXFLAGS instead of
217         overwriting CXXFLAGS (like WARN_FLAGS).
218
219 2003-08-10  Malcolm Tredinnick <malcolm@commsecure.com.au>
220
221         * macros2/autogen.sh: Show the version found for the various build
222         tools like automake, autoconf, libtool, etc.
223         Patch from Steve Chaplin (bug #119533).
224
225 2003-08-05  Malcolm Tredinnick <malcolm@commsecure.com.au>
226
227         * macros2/compiler-flags.m4: Continuing to try and get the flags
228         passed to g++ in GNOME_CXX_WARNINGS correct. Based on our best
229         attempts, the current set should work for the widest range of
230         g++ versions (see bug #118987 for the discussion).
231
232 2003-08-03  Malcolm Tredinnick <malcolm@commsecure.com.au>
233
234         * macros2/compiler-flags.m4: Simplify GNOME_CXX_WARNINGS.
235         Fixes bug #118987.
236
237 2003-07-28  Malcolm Tredinnick <malcolm@commsecure.com.au>
238
239         * macros2/compiler-flags.m4: Default setting in the
240         GNOME_COMPILE_WARNINGS macro is now "yes". This fixes bug
241         #118479 (another good bit of debugging from Steve Chaplin).
242
243 2003-07-20  Malcolm Tredinnick <malcolm@commsecure.com.au>
244
245         * macros2/compiler-flags.m4: Remove some redundant options as
246         suggested by Steve Chaplin in bug #115475. The warnings list looks
247         simpler now, but is no less functional.
248
249 2003-07-15  Malcolm Tredinnick <malcolm@commsecure.com.au>
250
251         * macros2/autogen.sh: Fix a typo when reporting "forbidden" m4 macros.
252
253 2003-07-04  Frederic Crozat  <fcrozat@mandrakesoft.com>
254
255         * macros2/compiler-flags.m4: don't use -Wsign-promo, it is 
256         C++ only and causes warnings with gcc 3.3 when used on C.
257
258 2003-06-24  Marco Pesenti Gritti  <marco@it.gnome.org>
259
260         * macros2/autogen.sh:
261
262         Remove --enable-compile-warnings from the default arguments
263         passed to configure because it break GNOME_COMPILE_WARNINGS
264         macro.
265
266 2003-06-20  Malcolm Tredinnick <malcolm@commsecure.com.au>
267
268         * macros2/autogen.sh: Fix some strangeness in the gnome-doc-common test.
269
270 2003-06-19  Gustavo J. A. M. Carneiro  <gustavo@users.sourceforge.net>
271
272         * macros2/autogen.sh: Inserted missing "cd $dirname" to effectively
273         process subdirectories, since all it was doing was to process the
274         toplevel dir multiple times.
275
276         [Editor's note: also reported with patch by Elijah Newren in bug
277         #115481.]
278
279 2003-05-24  Malcolm Tredinnick <malcolm@commsecure.com.au>
280
281         * MAINTAINERS: Put myself in as maintainer.
282
283         * configure.in: Bump the version number to 2.3.0
284
285         * configure.in, Makefile.am, macros2/autogen.sh, doc-build/*:
286         Add in the infrastructure to allow user documentatin to be built
287         from some common files. This will not affect existing packages.
288         The changes required to use this are given in doc-build/README.
289
290 2003-05-21  Malcolm Tredinnick <malcolm@commsecure.com.au>
291
292         * macros2/autogen.sh: Ignore {arch} subdirectories. Fixes bug #113327.
293
294 2003-05-04  Malcolm Tredinnick <malcolm@commsecure.com.au>
295         
296         * macros2/autogen.sh:
297         - Make this portable to Bourne-like shells. Fixes the problems
298           pointed out by Morten Welinder in bug #110177.
299         - Extend the check_m4macros() function to handle Cygwin
300           environments. Fixes bug #110947.
301
302 2003-04-10  Ross Burton  <ross@burtonini.com>
303
304         * macros2/autogen.sh: Fix a typo in the glib-gettext checks.
305
306 2003-03-07  Malcolm Tredinnick <malcolm@commsecure.com.au>
307         
308         * macros2/autogen.sh: Replace PACKAGE with PKG_NAME, since PKG_NAME
309         is what is defined by the various applications' autogen.sh. Also,
310         call autopoint rather than gettextize when appropriate (when
311         AM_GNU_GETTEXT_VERSION is present).
312
313 2003-02-27  Mark McLoughlin  <mark@skynet.ie>
314
315         * macros2/compiler-flags.m4: fix mixed up order of arguments to
316         AC_ARG_ENABLE that made --enable-compile-warnings not work
317         as expected.
318
319 2003-02-26  Frederic Crozat  <fcrozat@mandrakesoft.com>
320
321         * macros2/autogen.sh: set WANT_AUTOCONF_2_5 variable to tell 
322         Mandrake autoconf wrapper we want to check if autoconf 2.5x is here..
323
324 2003-02-24  James Henstridge  <james@daa.com.au>
325
326         * macros2/autogen.sh (forbid_m4macro): add function to forbid m4
327         macros.  Forbid gnome-cxx-check.m4, to try and catch setups where
328         stale macros are left on the system.
329
330 2003-02-21  James Henstridge  <james@daa.com.au>
331
332         * macros2/autogen.sh (version_check): if $variable is set, then
333         assume it is correct and skip the version check.
334         (autoconf): check for autoconf2.50 first, so we don't trigger
335         Debian's sometimes broken autoconf version sniffer.
336
337 2003-02-19  James Henstridge  <james@daa.com.au>
338
339         * macros2/Makefile.am (GNOME2_MACROS): remove check-utmp.m4 (copied
340         it to libzvt, which is the only thing using it).
341
342         * macros2/gnome-deprecated-macros.m4(GNOME_CHECK_CXX): AC_REQUIRE
343         does not work within AU_DEFUN, so change to a simple call to
344         AC_PROG_CXX.
345
346 2003-02-18  James Henstridge  <james@daa.com.au>
347
348         * macros2/autogen.sh (topdir): check to see if
349         gnome-deprecated-macros.m4 ended up in aclocal.m4, and warn if so.
350
351         * macros2/gnome-platform.m4: kill this too (with a deprecation warning).
352
353         * macros2/gnome-cxx-check.m4: move to gnome-deprecated-macros.m4
354
355         * macros2/gnome-pkgconfig.m4: remove, and add a deprecation warning
356         in its place.
357
358         * macros2/gnome-x-checks.m4: remove, and add an AU_DEFUN in its place
359         telling people not to use it.
360
361         * macros2/linger.m4: removed outright.
362
363         * macros2/gnome-common.m4: remove GNOME_GTKDOC_CHECK, deprecated in
364         favour of GTK_DOC_CHECK.
365
366         * macros2/gnome-gettext.m4: remove file (people should be using
367         gettextize or glib-gettextize).
368
369         * macros2/gnome-deprecated-macros.m4: new file to hold deprecated
370         macros.
371
372 2003-02-18  Jody Goldberg <jody@gnome.org>
373
374         * configure.in: Don't depend on a file that James just deleted
375
376 2003-02-14  Kalpesh Shah <kalpesh.shah@sun.com>
377
378         * macros2/check-utmp.m4: initialize UTMP structure properly. 
379         Fixes Bug#93774.
380         Patch reviewed by Andersca <andersca@gnu.org>
381
382 2002-12-12  Jody Goldberg <jody@gnome.org>
383
384         * macros2/gnome-common.m4 (GNOME_DEBUG_CHECK): now that autoconf-2.52
385           is a prereq for things the build broke on the use of
386               AC_DEFINE(GNOME_ENABLE_DEBUG) 
387           without the additional arguments.
388
389 2002-09-23  Bastien Nocera  <hadess@hadess.net>
390
391         * macros2/autogen.sh: exit if aclocal, autoheader, automake or
392         autoconf fails to run without warnings. Usually compilation would
393         fail afterwards with funky errors.
394         This is more anal than the version committed to the gnome-2-0 branch.
395
396 2002-08-18  Havoc Pennington  <hp@pobox.com>
397
398         * macros2/autogen.sh: hardcode aclocal-1.4/automake-1.4 so that users
399         with both automake 1.6 and 1.4 installed get the right automake. Means
400         compilation from CVS will now require the latest automake 1.4
401         release, or manually creating symlinks called "automake-1.4" and
402         "aclocal-1.4"
403
404 Mon Aug 12 23:49:41 2002  HideToshi Tajima  <hidetoshi.tajima@sun.com>
405
406         * macros2/autogen.sh: use portable -o instead of GNU-ish -or for
407           find test.
408
409 2002-08-10  Miles Lane  <miles_lane@yahoo.com>
410
411         * macros2/autogen.sh: fix the "find" test so that the presence of
412           configure.in is reporteded.  Each expression requires its own
413           -print flag.
414
415 2002-08-10  Sebastian Rittau  <srittau@jroger.in-berlin.de>
416
417         * macros2/autogen.sh: support for configure.ac
418
419 2002-05-10  Chema Celorio  <chema@celorio.com>
420
421         * macros2/compiler-flags.m4: fix GNOME_COMPILE_WARNINGS to work when
422           a parameter is passed.  The arguments to AC_ARG_ENABLE were swapped.
423
424 2002-04-01  jacob berkman  <jacob@ximian.com>
425
426         * macros2/gnome-x-checks.m4 (GNOME2_X_CHECKS): kill bogus clearing
427           of LDFLAGS
428
429 2001-12-11  Anders Carlsson  <andersca@gnu.org>
430
431         * configure.in: Up to 1.2.4.
432
433 2001-10-29  jacob berkman  <jacob@ximian.com>
434
435         * macros2/autogen.sh: add check for glib-gettextize
436
437 2001-10-15  Bastien Nocera  <hadess@hadess.net>
438
439         * macros2/Makefile.am, curses.m4: added curses.m4 (copied from
440           the gnome1 macros.  this file is needed to gdialog
441
442 2001-10-02  Darin Adler  <darin@bentspoon.com>
443
444         * macros2/autogen.sh: Complete intltool support.
445
446 2001-10-02  Darin Adler  <darin@bentspoon.com>
447
448         * macros2/autogen.sh: Add intltool support.
449
450 2001-09-20 Glynn Foster <glynn.foster@sun.com>
451
452         * macros2/gnome-x-checks.m4: replaced  
453         GNOME_PKGCONFIG_CHECK_MODULES with  PKG_CHECK_MODULES
454
455 2001-09-04  Frank Belew  <frb@ximian.com>
456
457         * macros2/autogen.sh: change gettext regexp to work with non-gnu grep
458
459 2001-08-18  Darin Adler  <darin@bentspoon.com>
460
461         * macros2/autogen.sh: Don't ask people to ignore xml-i18n-tools
462           messages.
463
464 2001-08-04  Darin Adler  <darin@bentspoon.com>
465
466         * macros2/autogen.sh: Update gettext logic to allow anything that
467         starts with AM and ends with gettext. This makes it work with
468         AM_GLIB_GNU_GETTEXT, which is what libbonobo is now using.
469
470 2001-08-03  Martin Baulig  <baulig@suse.de>
471
472         * macros2/gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Removed.
473         (GNOME_PKGCONFIG_CHECK_CFLAG): Removed.
474         (GNOME_PKGCONFIG_ACLOCALFLAGS): Removed.
475         (GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES): Removed.
476         (GNOME_PKGCONFIG_CHECK_MODULES): Removed.
477         (GNOME_CHECK_PKGCONFIG): Use $PKG_CONFIG --atleast-pkgconfig-version
478         to check for the pkg-config version.
479
480 2001-08-02  Michael Meeks  <michael@ximian.com>
481
482         * Version 1.2.3
483
484 2001-07-26  Darin Adler  <darin@bentspoon.com>
485
486         * configure.in: Point to the new home of pkgconfig at
487         www.freedesktop.org instead of "sourceforce.net" [sic].
488
489 2001-07-26  Darin Adler  <darin@bentspoon.com>
490
491         * doc/usage.txt: Point to the new home of pkgconfig at
492         www.freedesktop.org.
493
494 2001-07-20  Martin Baulig  <baulig@suse.de>
495
496         * macros2/gnome-pkgconfig.m4: Require pkg-config 0.8.0.
497
498 2001-07-12  Darin Adler  <darin@bentspoon.com>
499
500         * configure.in: Remove AC_ARG_PROGRAM, because AM_INIT_AUTOMAKE
501         already takes care of that.
502
503 2001-06-29  Laszlo Peter <laca@ireland.sun.com>
504
505         * macros2/gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Fix
506           the regexp to process all 6 version numbers.
507
508 2001-06-22  Elliot Lee  <sopwith@redhat.com>
509
510         * macros2/gnome-gettext.m4: N'sync with the gnome1 version,
511           bye bye buggies.
512
513 2001-06-13  Martin Baulig  <baulig@suse.de>
514
515         * macros2/gnome-pkgconfig.m4 (GNOME_CHECK_PKGCONFIG): Require
516           pkg-config 0.7.0 and fix download URL.
517
518         * macros2/gnome-platform.m4: Require pkgconfig on the GNOME 2.0
519           platform.
520
521 2001-06-01  Peter Williams  <peterw@ximian.com>
522
523         * macros2/autogen.sh: s,Gnome,$PKG_NAME,g
524
525 2001-05-22  Darin Adler  <darin@eazel.com>
526
527         * hack-macros/gnome.m4: Add BUILD_INCLUDED_LIBINTL for
528         compatibility with the new gettext.
529         
530 2001-04-16  Darin Adler  <darin@eazel.com>
531
532         * gnome-common.spec.in: A cut at updating the spec file now that
533         the pkgconfig stuff and support stuff has gone away.
534
535 2001-04-14  Martin Baulig  <baulig@suse.de>
536
537         * gnome-common.pc.in, gnome-common-2.0.pc.in: Removed.
538
539         * configure.in: Set version number to 1.2.2.
540         (--enable-platform-gnome-2): Removed this command line argument;
541         this package is now the same for GNOME 1.x and GNOME 2.0.
542
543         * acinclude.m4: Removed.
544         * acconfig.h: Removed.
545
546         * support/: We don't build this directory anymore; the GNOME 1.x
547         version of it is in gnome-libs/support and the GNOME 2.0 one is in
548         libgnomebase/libgnomesupport.
549
550 2001-04-13  Martin Baulig  <baulig@suse.de>
551
552         * macros2/gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES):
553         Set variable `have_<name>' to yes or no depending on whether the
554         module was found or not; allows you to define automake conditionals
555         for optional modules.
556
557 2001-03-26  Robin * Slomkowski  <rslomkow@eazel.com>
558
559         * Makefile.am: added gnome-common.spec.in to EXTRA_DISTS
560         * configure.in: added gnome-common.spec.in
561         * gnome-common.spec: removed from repository as it appeared
562                              generic
563         * gnome-common.spec.in: new spec file using Martin's suggestions
564
565 2001-03-24  Martin Baulig  <baulig@suse.de>
566
567         * macros2/autogen.sh: Add the xml-i18n-tools stuff here.
568
569 2000-12-01  Martin Baulig  <baulig@suse.de>
570
571         Released gnome-common 1.2.1.
572
573 2000-12-01  Martin Baulig  <baulig@suse.de>
574
575         * macros2/compiler-flags.m4: Improved compile warnings check; the
576         --enable-compile-warnings parameter now takes 5 different
577         values (no/minimum/yes/maximum/error). AC_SUBST(WARN_CFLAGS).
578
579 2000-11-29  Martin Baulig  <baulig@suse.de>
580
581         * macros2/gnome.m4, gnome-gnorba-check.m4, gnome-fileutils.m4: Removed.
582
583 2000-11-26  Martin Baulig  <martin@home-of-linux.org>
584
585         * macros2/gnome-x-checks.m4 (GNOME2_X_CHECKS): Use
586         GNOME_PKGCONFIG_CHECK_MODULES.
587
588         * macros2/gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Don't
589         AC_REQUIRE([GNOME_REQUIRE_PKGCONFIG]).
590         (GNOME_CHECK_PKGCONFIG): Check for pkg-config >= 0.4.1.
591
592 2000-11-22  Martin Baulig  <martin@home-of-linux.org>
593
594         * macros2/gnome-pkgconfig.m4: Added GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES
595         to check for a list of optional modules.
596
597         * macros2/gnome-platform.m4: Require GNOME_REQUIRE_PKGCONFIG.
598
599 2000-11-22  Martin Baulig  <martin@home-of-linux.org>
600
601         * macros2/gnome-platform.m4: New file. This defines
602         GNOME_PLATFORM_GNOME_2.
603
604         * macros2/gnome-pkgconfig.m4: Disable the --extra-flags argument to
605         pkg-config, this doesn't exist anymore.
606
607 2000-11-22  Martin Baulig  <martin@home-of-linux.org>
608
609         * macros2/gnome-pkgconfig.m4: New file. This defines
610         GNOME_CHECK_PKGCONFIG, GNOME_REQUIRE_PKGCONFIG and
611         GNOME_PKGCONFIG_* macros from pkg-config.
612
613 2000-11-21  Martin Baulig  <baulig@suse.de>
614
615         * macros2/gnome-support.m4, need-declaration.m4: Removed.
616
617 2000-11-21  Martin Baulig  <martin@home-of-linux.org>
618
619         * configure.in: Set version number to 1.2.1.
620
621         * configure.in (--enable-platform-gnome-2): New configure
622         command line argument to enable support for the GNOME 2.x
623         platform.
624         (PLATFORM_GNOME_2): New automake conditional.
625         * Do the GNOME_SUPPORT_CHECKS here if we're on the GNOME 2.x
626         platform.
627
628         * Makefile.am (SUBDIRS): Conditionally add support for the
629         GNOME 2.x platform.
630
631         * acinclude.m4: New file. Put stuff from gnome-support.m4
632         and need-declaration.m4 here.
633
634 2000-09-30  Martin Baulig  <baulig@suse.de>
635
636         * macros2/gnome-x-checks.m4: Switch to pkg-config to check for GTK+ 2.0.
637           Removed all `gnome_cv_passdown_x_*' variables and `USE_DEVGTK'.
638
639         * macros2/gnome-common.m4 (GNOME_COMMON_INIT): Added the always-false
640           INSIDE_GNOME_COMMON automake conditional.
641         (GNOME_GTKDOC_CHECK): New macro.
642         (GNOME_DEBUG_CHECK): New macro.
643
644 Thu Aug 24 02:28:57 2000  George Lebl <jirka@5z.com>
645
646         * macros2/gnome-x-checks.m4: use the correct name in AC_PROVIDE
647
648 2000-08-06  Martin Baulig  <baulig@suse.de>
649
650         * macros2/gnome-x-checks.m4 (GNOME_X_CHECKS): Renamed
651           to GNOME2_X_CHECKS.
652
653 2000-07-24  Martin Baulig  <martin@home-of-linux.org>
654
655         * macros2/autogen.sh: Removed some old crap in it.
656         * macros2/aclocal-include.m4: Removed.
657
658         * macros2/gnome-x-checks.m4: Check for GTK+ 2.0.
659
660 2000-07-24  Martin Baulig  <baulig@suse.de>
661
662         * macros2/autogen.sh: Make it work with AM_GNOME2_GETTEXT.
663         * macros2/check-utmp.m4: New file.
664
665 2000-07-24  Martin Baulig  <baulig@suse.de>
666
667         Synced with gnome-libs/gnome-data.
668
669 2000-06-09  Martin Baulig  <martin@home-of-linux.org>
670
671         * macros2/gnome-common.m4: We need this here as well.
672
673 2000-05-29  Martin Baulig  <baulig@suse.de>
674
675         * configure.in: Set version number to 1.2.0.
676
677 2000-05-29  Martin Baulig  <baulig@suse.de>
678
679         * macros2/Makefile.am: New file. Install this stuff into
680           `$(datadir)/aclocal/gnome2-macros'.
681
682         * macros2/gnome.m4: New file. Copied from `hack-macros' dir.
683
684         * macros2/autogen.sh: New file. Copied from `macros' dir.
685
686 1998-02-19  Raja R Harinath  <harinath@cs.umn.edu>
687
688         * autogen.sh: New sample file.
689         * configure.in: Likewise.
690         * Makefile.am: Likewise.
691         * README: Likewise.
692