summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 4469e20c608dec6b065c5e84e375e084159f6b8e (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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
2005-07-03  Eric Anholt  <anholt@FreeBSD.org>

	* nls/*/Makefile.am:
	Avoid a gmake-specific construct, and instead just write the name of
	the current directory into each Makefile.am.

2005-07-02  Daniel Stone  <daniel@freedesktop.org>

	Fix objdir != srcdir, as well as make distcheck.
	
	* nls/*/Makefile.am:
	Don't attempt to create Compose.pre files; formatting fixes.

	* nls/*/Compose.pre:
	Added if not already present.

2005-06-22  Theo van Klaveren  <t.vanklaveren@student.utwente.nl>

	Fix make distcheck.

	* nls/Makefile.am: Also dist compose.dir.pre, clean some more files.
	* nls/*/Makefile.am: Fix builddir != srcdir builds.
	* src/Makefile.am: Remove some non-existant files.

2005-06-15  Daniel Stone  <daniel@freedesktop.org>

	* configure.ac:
	* acinclude.m4:
	Define locations for XErrorDB, XKeysymDB, and locale data in
	configure.ac.  Add AC_DEFINE_DIR macro from autoconf-archive.cryp.to
	towards this end.

	* src/Makefile.am:
	* include/Makefile.am:
	Move ImUtil.h from src/ to include/X11/.

2005-06-09  Alexander Gottwald <ago@freedesktop.org>

	* nls/Makefile.am:
	* nls/C/Makefile.am:
	* nls/armscii-8/Makefile.am:
	* nls/en_US.UTF-8/Makefile.am:
	* nls/georgian-academy/Makefile.am:
	* nls/georgian-ps/Makefile.am:
	* nls/ibm-cp1133/Makefile.am:
	* nls/iscii-dev/Makefile.am:
	* nls/isiri-3342/Makefile.am:
	* nls/iso8859-1/Makefile.am:
	* nls/iso8859-10/Makefile.am:
	* nls/iso8859-11/Makefile.am:
	* nls/iso8859-13/Makefile.am:
	* nls/iso8859-14/Makefile.am:
	* nls/iso8859-15/Makefile.am:
	* nls/iso8859-2/Makefile.am:
	* nls/iso8859-3/Makefile.am:
	* nls/iso8859-4/Makefile.am:
	* nls/iso8859-5/Makefile.am:
	* nls/iso8859-6/Makefile.am:
	* nls/iso8859-7/Makefile.am:
	* nls/iso8859-8/Makefile.am:
	* nls/iso8859-9/Makefile.am:
	* nls/iso8859-9e/Makefile.am:
	* nls/ja/Makefile.am:
	* nls/ja.JIS/Makefile.am:
	* nls/ja.S90/Makefile.am:
	* nls/ja.SJIS/Makefile.am:
	* nls/ja.U90/Makefile.am:
	* nls/ja_JP.UTF-8/Makefile.am:
	* nls/ko/Makefile.am:
	* nls/ko_KR.UTF-8/Makefile.am:
	* nls/koi8-c/Makefile.am:
	* nls/koi8-r/Makefile.am:
	* nls/koi8-u/Makefile.am:
	* nls/microsoft-cp1251/Makefile.am:
	* nls/microsoft-cp1255/Makefile.am:
	* nls/microsoft-cp1256/Makefile.am:
	* nls/mulelao-1/Makefile.am:
	* nls/nokhchi-1/Makefile.am:
	* nls/pt_BR.UTF-8/Makefile.am:
	* nls/tatar-cyr/Makefile.am:
	* nls/th_TH/Makefile.am:
	* nls/th_TH.UTF-8/Makefile.am:
	* nls/tscii-0/Makefile.am:
	* nls/vi_VN.tcvn/Makefile.am:
	* nls/vi_VN.viscii/Makefile.am:
	* nls/zh_CN/Makefile.am:
	* nls/zh_CN.UTF-8/Makefile.am:
	* nls/zh_CN.gb18030/Makefile.am:
	* nls/zh_CN.gbk/Makefile.am:
	* nls/zh_HK.UTF-8/Makefile.am:
	* nls/zh_HK.big5/Makefile.am:
	* nls/zh_HK.big5hkscs/Makefile.am:
	* nls/zh_TW/Makefile.am:
	* nls/zh_TW.UTF-8/Makefile.am:
	* nls/zh_TW.big5/Makefile.am:
	Use $(srcdir) for Compose.pre and XLC_LOCALE.pre

2005-06-09  Alexander Gottwald <ago@freedesktop.org>

	* src/x11_trans.c:
	* src/xim_trans.c: 
	Replace <X11/transport.c> with <X11/Xtrans/transport.c>

2005-06-04  Alan Coopersmith  <alan.coopersmith@sun.com>

	* configure.ac: 
	Port Imake flags to autoconf tests & --enable-* flags:
	HASSETUGID, HASGETRESUID, NO_XLOCALEDIR, 
	HAS_SHM and XF86BIGFONT 
	
2005-06-04  Alan Coopersmith  <alan.coopersmith@sun.com>

	* configure.ac: 
	Add --enable-secure-rpc flag and checks for needed functions for
	Secure RPC ("SUN-DES-1") authentication method

2005-05-27  Matthieu Herrb  <matthieu.herrb@laas.fr>

	* nls/C/Makefile.am:
	* nls/Makefile.am:
	* nls/armscii-8/Makefile.am:
	* nls/en_US.UTF-8/Makefile.am:
	* nls/georgian-academy/Makefile.am:
	* nls/georgian-ps/Makefile.am:
	* nls/ibm-cp1133/Makefile.am:
	* nls/iscii-dev/Makefile.am:
	* nls/isiri-3342/Makefile.am:
	* nls/iso8859-1/Makefile.am:
	* nls/iso8859-10/Makefile.am:
	* nls/iso8859-11/Makefile.am:
	* nls/iso8859-13/Makefile.am:
	* nls/iso8859-14/Makefile.am:
	* nls/iso8859-15/Makefile.am:
	* nls/iso8859-2/Makefile.am:
	* nls/iso8859-3/Makefile.am:
	* nls/iso8859-4/Makefile.am:
	* nls/iso8859-5/Makefile.am:
	* nls/iso8859-6/Makefile.am:
	* nls/iso8859-7/Makefile.am:
	* nls/iso8859-8/Makefile.am:
	* nls/iso8859-9/Makefile.am:
	* nls/iso8859-9e/Makefile.am:
	* nls/ja.JIS/Makefile.am:
	* nls/ja.S90/Makefile.am:
	* nls/ja.SJIS/Makefile.am:
	* nls/ja.U90/Makefile.am:
	* nls/ja/Makefile.am:
	* nls/ja_JP.UTF-8/Makefile.am:
	* nls/ko/Makefile.am:
	* nls/ko_KR.UTF-8/Makefile.am:
	* nls/koi8-c/Makefile.am:
	* nls/koi8-r/Makefile.am:
	* nls/koi8-u/Makefile.am:
	* nls/microsoft-cp1251/Makefile.am:
	* nls/microsoft-cp1255/Makefile.am:
	* nls/microsoft-cp1256/Makefile.am:
	* nls/mulelao-1/Makefile.am:
	* nls/nokhchi-1/Makefile.am:
	* nls/pt_BR.UTF-8/Makefile.am:
	* nls/tatar-cyr/Makefile.am:
	* nls/th_TH.UTF-8/Makefile.am:
	* nls/th_TH/Makefile.am:
	* nls/tscii-0/Makefile.am:
	* nls/vi_VN.tcvn/Makefile.am:
	* nls/vi_VN.viscii/Makefile.am:
	* nls/zh_CN.UTF-8/Makefile.am:
	* nls/zh_CN.gb18030/Makefile.am:
	* nls/zh_CN.gbk/Makefile.am:
	* nls/zh_CN/Makefile.am:
	* nls/zh_HK.UTF-8/Makefile.am:
	* nls/zh_HK.big5/Makefile.am:
	* nls/zh_HK.big5hkscs/Makefile.am:
	* nls/zh_TW.UTF-8/Makefile.am:
	* nls/zh_TW.big5/Makefile.am:
	* nls/zh_TW/Makefile.am:
	Don't use $< in explicit rules. This only works with GNU make.
	<https://bugs.freedesktop.org/show_bug.cgi?id=3383>

2005-05-22  Alan Coopersmith  <alan.coopersmith@sun.com>

	* man/Makefile.am: Convert man pages to long file names.

2005-05-21  Alan Coopersmith  <alan.coopersmith@sun.com>

	* configure.ac: Moved transport type checks to new macro
	XTRANS_CONNECTION_FLAGS in xtrans.m4 in xtrans module so they can
	be shared by all modules using xtrans.
	
2005-05-20  Alan Coopersmith  <alan.coopersmith@sun.com>

	* configure.ac: Quote $ac_cv_search_* variables to prevent errors
	from test when they are set to "none required" (as happens on Solaris
	since dlopen is in libc)

	* util/src/Makefile.am: Comment out "override CC = gcc" line as it
	breaks builds with non-GNU makes, and its incorrect to force a 
	specific compiler.  Change LINK line from gcc to $(CC).

Tue May 17 18:31:08 2005  Søren Sandmann  <sandmann@redhat.com>

	* configure.ac (XPROTO_LIBS): Check for xproto as its CFLAGS are
	needed in the .pc file

2005-05-16    <ssp@aware-of-vacuity.boston.redhat.com>

	* configure.ac: Make Xdmcp unconditionally required, require various 
	protocol modules.

Mon May 16 17:48:03 2005  Søren Sandmann  <sandmann@redhat.com>

	* configure.ac: Check for kbproto if using XKB.

2005-05-16    <ssp@aware-of-vacuity.boston.redhat.com>

	* configure.ac: Require xextproto rather than xextensions

	* ChangeLog: Remove the entries from the xlibs tree, as they are
	not relevant here.