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