summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 763798e368ae2ad53503ae04c17ba1e2d2196179 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
2003-06-24  Marco Pesenti Gritti  <marco@it.gnome.org>

	* macros2/autogen.sh:

	Remove --enable-compile-warnings from the default arguments
	passed to configure because it break GNOME_COMPILE_WARNINGS
	macro.

2003-05-24  Malcolm Tredinnick <malcolm@commsecure.com.au>

	* MAINTAINERS: Put myself in as maintainer.

	* configure.in: Bump the version number to 2.3.0

	* configure.in, Makefile.am, macros2/autogen.sh, doc-build/*:
	Add in the infrastructure to allow user documentatin to be built
	from some common files. This will not affect existing packages.
	The changes required to use this are given in doc-build/README.

2003-02-26  Frederic Crozat  <fcrozat@mandrakesoft.com>

	* macros2/autogen.sh: set WANT_AUTOCONF_2_5 variable to tell 
	Mandrake autoconf wrapper we want to check if autoconf 2.5x is here..

2003-02-18  Jody Goldberg <jody@gnome.org>

	* configure.in : Don't depend on a file that James just deleted

2002-12-12  Jody Goldberg <jody@gnome.org>

	* macros2/gnome-common.m4 (GNOME_DEBUG_CHECK) : now that autoconf-2.52
	  is a prereq for things the build broke on the use of
	      AC_DEFINE(GNOME_ENABLE_DEBUG) 
	  without the additional arguments.

2001-12-11  Anders Carlsson  <andersca@gnu.org>

	* configure.in: Up to 1.2.4.

2001-09-20 Glynn Foster <glynn.foster@sun.com>

	* macros2/gnome-x-checks.m4: replaced  
	GNOME_PKGCONFIG_CHECK_MODULES with  PKG_CHECK_MODULES

2001-08-02  Michael Meeks  <michael@ximian.com>

	* Version 1.2.3

2001-07-26  Darin Adler  <darin@bentspoon.com>

	* configure.in: Point to the new home of pkgconfig at
	www.freedesktop.org instead of "sourceforce.net" [sic].

2001-07-26  Darin Adler  <darin@bentspoon.com>

	* doc/usage.txt: Point to the new home of pkgconfig at
	www.freedesktop.org.

2001-07-12  Darin Adler  <darin@bentspoon.com>

	* configure.in: Remove AC_ARG_PROGRAM, because AM_INIT_AUTOMAKE
	already takes care of that.

2001-05-22  Darin Adler  <darin@eazel.com>

	* hack-macros/gnome.m4: Add BUILD_INCLUDED_LIBINTL for
	compatibility with the new gettext.
	
2001-04-16  Darin Adler  <darin@eazel.com>

	* gnome-common.spec.in: A cut at updating the spec file now that
	the pkgconfig stuff and support stuff has gone away.

2001-04-14  Martin Baulig  <baulig@suse.de>

	* gnome-common.pc.in, gnome-common-2.0.pc.in: Removed.

	* configure.in: Set version number to 1.2.2.
	(--enable-platform-gnome-2): Removed this command line argument;
	this package is now the same for GNOME 1.x and GNOME 2.0.

	* acinclude.m4: Removed.
	* acconfig.h: Removed.

	* support/: We don't build this directory anymore; the GNOME 1.x
	version of it is in gnome-libs/support and the GNOME 2.0 one is in
	libgnomebase/libgnomesupport.

2001-03-26  Robin * Slomkowski  <rslomkow@eazel.com>

	* Makefile.am: added gnome-common.spec.in to EXTRA_DISTS
	* configure.in: added gnome-common.spec.in
	* gnome-common.spec: removed from repository as it appeared
                             generic
	* gnome-common.spec.in: new spec file using Martin's suggestions

2000-12-01  Martin Baulig  <baulig@suse.de>

	Released gnome-common 1.2.1.

2000-11-21  Martin Baulig  <martin@home-of-linux.org>

	* configure.in: Set version number to 1.2.1.

	* configure.in (--enable-platform-gnome-2): New configure
	command line argument to enable support for the GNOME 2.x
	platform.
	(PLATFORM_GNOME_2): New automake conditional.
	* Do the GNOME_SUPPORT_CHECKS here if we're on the GNOME 2.x
	platform.

	* Makefile.am (SUBDIRS): Conditionally add support for the
	GNOME 2.x platform.

	* acinclude.m4: New file. Put stuff from gnome-support.m4
	and need-declaration.m4 here.

2000-05-29  Martin Baulig  <baulig@suse.de>

	* configure.in: Set version number to 1.2.0.

1998-02-19  Raja R Harinath  <harinath@cs.umn.edu>

	* autogen.sh: New sample file.
	* configure.in: Likewise.
	* Makefile.am: Likewise.
	* README: Likewise.