summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 5d46b0dd2e500beec7e72b5a009ffb01d3bea468 (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
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
2006-02-14  Jamey Sharp  <jamey@minilop.net>

	* configure.ac:
	* modules/im/ximcp/Makefile.am:
	* modules/lc/Utf8/Makefile.am:
	* modules/lc/def/Makefile.am:
	* modules/lc/gen/Makefile.am:
	* modules/lc/xlocale/Makefile.am:
	* modules/om/generic/Makefile.am:
	* src/Makefile.am:
	* src/util/Makefile.am:
	* src/xcms/Makefile.am:
	* src/xkb/Makefile.am:
	* src/xlibi18n/Makefile.am:
	Merge the X11 and BIGREQS package sets: they were used in
	exactly the same places.

2006-02-13  Jamey Sharp  <jamey@minilop.net>

	* src/XlibInt.c:
	Refactor _XFlush and _XSend code that sets dpy->synchandler to
	_XSeqSyncFunction into a new function, _XSetSeqSyncFunction. It makes
	the patch for XCB cleaner, but is arguably a good idea anyway.

2006-02-12  Alan Coopersmith  <alan.coopersmith@sun.com>

	* man/Makefile.am: 
	Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628>
	Shadow pages not created correctly when MANDIR & MANSUFFIX don't match.

2006-02-03  Alan Coopersmith  <alan.coopersmith@sun.com>

	* man/XSupportsLocale.man: 
	Fix typo in .TH line

2005-12-14  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* configure.ac:
	Update package version number for final X11R7 release candidate.

2005-12-06  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* man/Makefile.am:
	Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

2005-12-03  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* configure.ac:
	Update package version number for X11R7 RC3 release.

2005-12-02  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* configure.ac:
	* modules/im/ximcp/Makefile.am:
	Add check and cflags for malloc(0) returning NULL.
	* modules/lc/Utf8/Makefile.am:
	* modules/om/generic/Makefile.am:
	* src/Makefile.am:
	* src/xcms/Makefile.am:
	* src/xkb/Makefile.am:
	* src/xlibi18n/Makefile.am:

2005-11-19  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* x11.pc.in:
	Update pkgconfig files to separate library build-time dependencies
	from application build-time dependencies.
	* configure.ac:
	Update dependencies to work with separate build roots.

2005-11-14  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* configure.ac:
	Fix xf86bigfont pkgconfig dep typo.

2005-11-09  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* configure.ac:
	Update package version number for X11R7 RC2 release.

2005-11-01  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* configure.ac:
	Update pkgcheck dependencies to work with separate build roots.

2005-10-28  Donnie Berkholz  <spyderous@gentoo.org>

	* configure.ac: Revert that, it's redundant. But it is worth noting that
	--disable-xkb is broken, if anyone cares.

2005-10-28  Donnie Berkholz  <spyderous@gentoo.org>

	* configure.ac: Add dependency on inputproto for XI.h.

2005-10-18  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* configure.ac:
	Update package version number for RC1 release.

2005-10-15  Donnie Berkholz  <spyderous@gentoo.org>

	* configure.ac: Change '==' to portable '='.

2005-10-11  Alan Coopersmith  <alan.coopersmith@sun.com>

	* man/Makefile.am: 
	* configure.ac
	Use XORG_MAN_SECTIONS instead of custom man section configuration.
	Add shadow man pages for man pages that document multiple functions.
	
2005-10-10  Eric Anholt  <anholt@FreeBSD.org>

	* configure.ac:
	Add appropriate pthread libs/flags for FreeBSD, fixing the build of ico
	and probably others.

2005-10-07  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* nls/Makefile.am:
	* nls/localerules.in:
	Clean up generated files

	* src/util/Makefile.am:
	* src/xlibi18n/Makefile.am:
	Add missing dist tarball files

2005-09-30  Daniel Stone  <daniel@fooishbar.org>

	* nls/Makefile.am:
	Generate locale.alias and compose.dir exactly like we do in the monolith,
	which fixes non-UTF-8 locales in particular (so we get foo: bar, as well as
	foo bar).  Switch to generating locale.dir the same way.

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

	* x11.pc.in: 
	* configure.ac:
	Add XTHREAD_CFLAGS for platforms that need special defines like
	-D_REENTRANT or -D_POSIX_whatever to get re-entrant function
	definitions.
	Set XDMCP_LIBS correctly for later libXdmcp tests.

2005-09-01  Kristian Høgsberg  <krh@redhat.com>

	* 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:

	Use $(X11_LOCALEDATADIR) instead of @X11_LOCALEDATADIR@ so this
	install destination can be overridden at make install time.

2005-08-21  Matthieu Herrb <matthieu.herrb@laas.fr>

	* configure.ac:
	* src/Makefile.am:
	Threads support for BSD systems: 
	- add a test if USE_MT_SAFE_API should be defined
	- build UIThrStubs if needed. 

2005-08-17  Adam Jackson  <ajax@freedesktop.org>

	* configure.ac:
	* x11.pc.in:
	Add xthreadlib variable to x11.pc.  Bump to 0.99.1.

2005-07-14  Keith Packard  <keithp@keithp.com>

	* Makefile.am:
	* configure.ac:
	* modules/im/ximcp/Makefile.am:
	* modules/lc/Utf8/Makefile.am:
	* modules/lc/def/Makefile.am:
	* modules/lc/gen/Makefile.am:
	* modules/lc/xlocale/Makefile.am:
	* modules/om/generic/Makefile.am:
	* src/xlibi18n/Makefile.am:
	Move i18n modules to top-level so they can be
	built in the right order (before xlib for non-loadable,
	after xlib for loadable).
	Link i18n modules against xlib to resolve Xlib symbols
	used by them.

2005-07-11  Keith Packard  <keithp@keithp.com>

	* src/xcms/Makefile.am:
	* src/xkb/Makefile.am:
	* src/xlibi18n/Makefile.am:
	* src/xlibi18n/im/ximcp/Makefile.am:
	* src/xlibi18n/lc/Utf8/Makefile.am:
	* src/xlibi18n/lc/def/Makefile.am:
	* src/xlibi18n/lc/gen/Makefile.am:
	* src/xlibi18n/lc/xlocale/Makefile.am:
	* src/xlibi18n/om/generic/Makefile.am:
	Ammend AM_CFLAGS with all needed includes;
	cannot figure out an easy way to automate this.

2005-07-11  Keith Packard  <keithp@keithp.com>

	* man/.cvsignore:
	Ignore built man page files

2005-07-11  Keith Packard  <keithp@keithp.com>

	* configure.ac:
	* cpprules.in:
	* man/Makefile.am:
	* 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:
	* src/Makefile.am:
	* src/xcms/.cvsignore:
	* src/xcms/Makefile.am:
	* src/xim_trans.c:
	* src/xkb/.cvsignore:
	* src/xkb/Makefile.am:
	* src/xlibi18n/.cvsignore:
	* src/xlibi18n/Makefile.am:
	* src/xlibi18n/im/.cvsignore:
	* src/xlibi18n/im/Makefile.am:
	* src/xlibi18n/im/ximcp/.cvsignore:
	* src/xlibi18n/im/ximcp/Makefile.am:
	* src/xlibi18n/lc/.cvsignore:
	* src/xlibi18n/lc/Makefile.am:
	* src/xlibi18n/lc/Utf8/.cvsignore:
	* src/xlibi18n/lc/Utf8/Makefile.am:
	* src/xlibi18n/lc/def/.cvsignore:
	* src/xlibi18n/lc/def/Makefile.am:
	* src/xlibi18n/lc/gen/.cvsignore:
	* src/xlibi18n/lc/gen/Makefile.am:
	* src/xlibi18n/lc/xlocale/.cvsignore:
	* src/xlibi18n/lc/xlocale/Makefile.am:
	* src/xlibi18n/om/.cvsignore:
	* src/xlibi18n/om/Makefile.am:
	* src/xlibi18n/om/generic/.cvsignore:
	* src/xlibi18n/om/generic/Makefile.am:
	* src/xlibi18n/xim_trans.c:
	
	Enable loadable i18n modules, making them 
	configurable on the configure command line.
	
	Clean up conditionals for XKB, XCMS, XLOCALEDIR

	Create new lib directory for locale modules
	in ${X11_LIBDIR}/locale/lib. Add this to the
	default XLOCALEDIR search path.

	Create separate X11_LOCALEDATADIR variable
	pointing at ${datadir}/X11/locale for
	installing locale data.

	Split out xcms, xkb, xlibi18n sources from
	main xlib bits so they can be conditionally included
	more easily. Lots of source files have been moved
	with this step; the result seems like it might
	be easier to maintain.

	Display message at end of configure script with
	selected options.
	
	Fix manual building with cpp to add -traditional
	in cpprules.in. This isn't conditionalized at all,
	so it will break on systems not using GNU cpp.

2005-07-08  Keith Packard  <keithp@keithp.com>

	* .cvsignore:
	* include/.cvsignore:
	* include/X11/.cvsignore:
	* man/.cvsignore:
	* nls/.cvsignore:
	* src/.cvsignore:
	Clean up .cvsignore files

2005-07-07  Keith Packard  <keithp@keithp.com>

	* configure.ac:
	* include/Makefile.am:
	* include/X11/XlibConf.h.in:
	Create and install XlibConf.h to provide external
	users of Xlibint.h the defines necessary to correctly
	use the library. Xlibint.h should #include this new
	file.

	* nls/.cvsignore:
	* nls/C/.cvsignore:
	* nls/armscii-8/.cvsignore:
	* nls/en_US.UTF-8/.cvsignore:
	* nls/georgian-academy/.cvsignore:
	* nls/georgian-ps/.cvsignore:
	* nls/ibm-cp1133/.cvsignore:
	* nls/iscii-dev/.cvsignore:
	* nls/isiri-3342/.cvsignore:
	* nls/iso8859-1/.cvsignore:
	* nls/iso8859-10/.cvsignore:
	* nls/iso8859-11/.cvsignore:
	* nls/iso8859-13/.cvsignore:
	* nls/iso8859-14/.cvsignore:
	* nls/iso8859-15/.cvsignore:
	* nls/iso8859-2/.cvsignore:
	* nls/iso8859-3/.cvsignore:
	* nls/iso8859-4/.cvsignore:
	* nls/iso8859-5/.cvsignore:
	* nls/iso8859-6/.cvsignore:
	* nls/iso8859-7/.cvsignore:
	* nls/iso8859-8/.cvsignore:
	* nls/iso8859-9/.cvsignore:
	* nls/iso8859-9e/.cvsignore:
	* nls/ja.JIS/.cvsignore:
	* nls/ja.S90/.cvsignore:
	* nls/ja.SJIS/.cvsignore:
	* nls/ja.U90/.cvsignore:
	* nls/ja/.cvsignore:
	* nls/ja_JP.UTF-8/.cvsignore:
	* nls/ko/.cvsignore:
	* nls/ko_KR.UTF-8/.cvsignore:
	* nls/koi8-c/.cvsignore:
	* nls/koi8-r/.cvsignore:
	* nls/koi8-u/.cvsignore:
	* nls/microsoft-cp1251/.cvsignore:
	* nls/microsoft-cp1255/.cvsignore:
	* nls/microsoft-cp1256/.cvsignore:
	* nls/mulelao-1/.cvsignore:
	* nls/nokhchi-1/.cvsignore:
	* nls/pt_BR.UTF-8/.cvsignore:
	* nls/tatar-cyr/.cvsignore:
	* nls/th_TH.UTF-8/.cvsignore:
	* nls/th_TH/.cvsignore:
	* nls/tscii-0/.cvsignore:
	* nls/vi_VN.tcvn/.cvsignore:
	* nls/vi_VN.viscii/.cvsignore:
	* nls/zh_CN.UTF-8/.cvsignore:
	* nls/zh_CN.gb18030/.cvsignore:
	* nls/zh_CN.gbk/.cvsignore:
	* nls/zh_CN/.cvsignore:
	* nls/zh_HK.UTF-8/.cvsignore:
	* nls/zh_HK.big5/.cvsignore:
	* nls/zh_HK.big5hkscs/.cvsignore:
	* nls/zh_TW.UTF-8/.cvsignore:
	* nls/zh_TW.big5/.cvsignore:
	* nls/zh_TW/.cvsignore:
	* src/.cvsignore:
	* src/util/.cvsignore:
	Add a bunch of .cvsignore files

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.