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