Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog - github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 84969c2c6b20cfd452f05c8f11848e98f885f328 (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
2007-11-08  Mike Kestner  <mkestner@novell.com>

	* configure.in: configure checks for gtkhtml-sharp-3.14
	with fallback to 2.0.

2007-04-19  Wade Berrier  <wberrier@novell.com>

	* configure.in: version bump -> 1.2.4

2007-01-31  Mike Kestner  <mkestner@novell.com>

	* configure.in: add ilcontrast tool.
	* Makefile.am: add ilcontrast tool.

2007-01-25  Wade Berrier  <wberrier@novell.com>

	* configure.in: version bump -> 1.2.3

2006-11-17  Wade Berrier  <wberrier@novell.com>

	* configure.in: version bump -> 1.2.1

2006-10-30  Wade Berrier  <wberrier@novell.com>

	* Makefile.am: Add create-native-map to SUBDIRS so building from a
	tarball works

2006-10-24  Jonathan Pryor <jonpryor@vt.edu>

	* configure.in: Add create-native-map program.
	* Makefile.am: Build create-native-map.

2006-01-16 Rafael Ferreira <raf@ophion.org>
	* configure.in: updated to use gtk-sharp-2.0/gecko-sharp-2.0
	this fixes bugs# 76054 & 76544 related to Pango bugs.

2005-11-27  C.J. Collier <cjcollier@colliertech.org>
	* docbrowser/monodoc.desktop.in: Added patch from compnerd@compnerd.org

	The desktop entry for the monodoc browser is not created properly
	with the build system.  The desktop entry's Exec line contains
	${exec_prefix} which is not resolved from the @bindir@ entry.

	This issue would be masked when the exec-prefix is explicitly
	passed to the configure script.  Otherwise, the configure script
	internally sets $exec_prefix to $prefix.  But this is not
	evaluated when substituting.

2005-10-27  Ben Maurer  <bmaurer@ximian.com>

	* configure.in (GTK_SHARP): simplify this check, since we are not
	doing the dual 2.0/1.0 thing.
	(MOZILLA_HOME): get the mozilla home dir from pkgconfig.
	(MONODOC): Require monodoc in configure.in

2005-10-27  Ben Maurer  <bmaurer@ximian.com>

	* configure.in: Make gtkhtml an optional dependency

2005-07-30 Mario Sopena Novales <mario.sopena@gmail.com>
	* configure.in: make gecko-sharp dependency conditional

2005-06-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* configure.in: added GNUNIT_VERSION.

2005-06-08  Ben Maurer  <bmaurer@ximian.com>

	* configure.in: Use gtk-sharp 1.0. Ensures that people won't use
	new features.

2005-05-25  Ben Maurer  <bmaurer@ximian.com>

	* configure.in: New .in files

2005-05-08  Ben Maurer  <bmaurer@ximian.com>

	* configure.in:
	   - Check for mono and put it in RUNTIME
	   - Don't check for monoresgen, as we don't ship that any more
	     the correct name is `resgen'

2005-05-08  Sebastien Pouliot  <sebastien@ximian.com>

	* configure.in: Added lines to generate asn1view Makefiles;
	* LICENSE: Added license informations for asn1view tool(s);
	* Makefile.am: Added asn1view subdirectory;

2005-04-23  Mike Kestner  <mkestner@novell.com>

	* gnunit : moved the nunit-gtk project here.
	* monodoc-browser : moved the gui browser here from monodoc.

2003-10-11	Jonathan Pryor	<jonpryor@vt.edu>
	* Started ChangeLog