change gettext regexp to work with non-gnu grep
[platform/upstream/gnome-common.git] / macros2 / ChangeLog
1 2001-09-04  Frank Belew  <frb@ximian.com>
2
3         * autogen.sh: change gettext regexp to work with non-gnu grep
4
5 2001-08-18  Darin Adler  <darin@bentspoon.com>
6
7         * autogen.sh: Don't ask people to ignore xml-i18n-tools messages.
8
9 2001-08-04  Darin Adler  <darin@bentspoon.com>
10
11         * autogen.sh: Update gettext logic to allow anything that
12         starts with AM and ends with gettext. This makes it work with
13         AM_GLIB_GNU_GETTEXT, which is what libbonobo is now using.
14
15 2001-08-03  Martin Baulig  <baulig@suse.de>
16
17         * gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Removed.
18         (GNOME_PKGCONFIG_CHECK_CFLAG): Removed.
19         (GNOME_PKGCONFIG_ACLOCALFLAGS): Removed.
20         (GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES): Removed.
21         (GNOME_PKGCONFIG_CHECK_MODULES): Removed.
22         (GNOME_CHECK_PKGCONFIG): Use $PKG_CONFIG --atleast-pkgconfig-version
23         to check for the pkg-config version.
24
25 2001-07-20  Martin Baulig  <baulig@suse.de>
26
27         * gnome-pkgconfig.m4: Require pkg-config 0.8.0.
28
29 2001-06-29  Laszlo Peter <laca@ireland.sun.com>
30
31         * gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Fix the regexp
32         to process all 6 version numbers.
33
34 2001-06-22  Elliot Lee  <sopwith@redhat.com>
35
36         * gnome-gettext.m4: N'sync with the gnome1 version, bye bye buggies.
37
38 2001-06-13  Martin Baulig  <baulig@suse.de>
39
40         * gnome-pkgconfig.m4 (GNOME_CHECK_PKGCONFIG): Require pkg-config 0.7.0
41         and fix download URL.
42
43         * gnome-platform.m4: Require pkgconfig on the GNOME 2.0 platform.
44
45 2001-06-01  Peter Williams  <peterw@ximian.com>
46
47         * autogen.sh: s,Gnome,$PKG_NAME,g
48
49 2001-04-13  Martin Baulig  <baulig@suse.de>
50
51         * gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES):
52         Set variable `have_<name>' to yes or no depending on whether the
53         module was found or not; allows you to define automake conditionals
54         for optional modules.
55
56 2001-03-24  Martin Baulig  <baulig@suse.de>
57
58         * autogen.sh: Add the xml-i18n-tools stuff here.
59
60 2000-12-01  Martin Baulig  <baulig@suse.de>
61
62         * compile-warnings.m4: Improved compile warnings check; the
63         --enable-compile-warnings parameter now takes 5 different
64         values (no/minimum/yes/maximum/error). AC_SUBST(WARN_CFLAGS).
65
66 2000-11-29  Martin Baulig  <baulig@suse.de>
67
68         * gnome.m4, gnome-gnorba-check.m4, gnome-fileutils.m4: Removed.
69
70 2000-11-26  Martin Baulig  <martin@home-of-linux.org>
71
72         * gnome-x-checks.m4 (GNOME2_X_CHECKS): Use
73         GNOME_PKGCONFIG_CHECK_MODULES.
74
75         * gnome-pkgconfig.m4 (GNOME_PKGCONFIG_CHECK_VERSION): Don't
76         AC_REQUIRE([GNOME_REQUIRE_PKGCONFIG]).
77         (GNOME_CHECK_PKGCONFIG): Check for pkg-config >= 0.4.1.
78
79 2000-11-22  Martin Baulig  <martin@home-of-linux.org>
80
81         * gnome-pkgconfig.m4: Added GNOME_PKGCONFIG_CHECK_OPTIONAL_MODULES
82         to check for a list of optional modules.
83
84         * gnome-platform.m4: Require GNOME_REQUIRE_PKGCONFIG.
85
86 2000-11-22  Martin Baulig  <martin@home-of-linux.org>
87
88         * gnome-platform.m4: New file. This defines
89         GNOME_PLATFORM_GNOME_2.
90
91         * gnome-pkgconfig.m4: Disable the --extra-flags argument to
92         pkg-config, this doesn't exist anymore.
93
94 2000-11-22  Martin Baulig  <martin@home-of-linux.org>
95
96         * gnome-pkgconfig.m4: New file. This defines
97         GNOME_CHECK_PKGCONFIG, GNOME_REQUIRE_PKGCONFIG and
98         GNOME_PKGCONFIG_* macros from pkg-config.
99
100 2000-11-21  Martin Baulig  <baulig@suse.de>
101
102         * gnome-support.m4, need-declaration.m4: Removed.
103
104 2000-09-30  Martin Baulig  <baulig@suse.de>
105
106         * gnome-x-checks.m4: Switch to pkg-config to check for GTK+ 2.0;
107         Removed all `gnome_cv_passdown_x_*' variables and `USE_DEVGTK'.
108
109         * gnome-common.m4 (GNOME_COMMON_INIT): Added the always-false
110         INSIDE_GNOME_COMMON automake conditional.
111         (GNOME_GTKDOC_CHECK): New macro.
112         (GNOME_DEBUG_CHECK): New macro.
113
114 Thu Aug 24 02:28:57 2000  George Lebl <jirka@5z.com>
115
116         * gnome-x-checks.m4: use the correct name in AC_PROVIDE
117
118 2000-08-06  Martin Baulig  <baulig@suse.de>
119
120         * gnome-x-checks.m4 (GNOME_X_CHECKS): Renamed
121         to GNOME2_X_CHECKS.
122
123 2000-07-24  Martin Baulig  <martin@home-of-linux.org>
124
125         * autogen.sh: Removed some old crap in it.
126         * aclocal-include.m4: Removed.
127
128         * gnome-x-checks.m4: Check for GTK+ 2.0.
129
130 2000-07-24  Martin Baulig  <baulig@suse.de>
131
132         * autogen.sh: Make it work with AM_GNOME2_GETTEXT.
133         * check-utmp.m4: New file.
134
135 2000-07-24  Martin Baulig  <baulig@suse.de>
136
137         Synced with gnome-libs/gnome-data.
138
139 2000-06-09  Martin Baulig  <martin@home-of-linux.org>
140
141         * gnome-common.m4: We need this here as well.
142
143 2000-05-29  Martin Baulig  <baulig@suse.de>
144
145         * Makefile.am: New file. Install this stuff into
146         `$(datadir)/aclocal/gnome2-macros'.
147
148         * gnome.m4: New file. Copied from `hack-macros' dir.
149
150         * autogen.sh: New file. Copied from `macros' dir.
151