libXft should not try to build into a pure wayland platform.
[platform/upstream/libXft.git] / ChangeLog
1 commit 0847b64af14acefaa7aa86b3cec8632497babe73
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Sat Jun 2 09:36:29 2012 -0700
4
5     libXft 2.3.1
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit 1066d2b34db6124fbb0105f5d30f560217fd2a5a
10 Author: Jeremy Huddleston <jeremyhu@apple.com>
11 Date:   Sat Mar 10 23:09:21 2012 -0800
12
13     Dead code removal
14     
15     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
16
17 commit 84b8b5b46773f9b686d57f28092824b86bffed9d
18 Author: Mikael Magnusson <mikachu@gmail.com>
19 Date:   Sun Mar 11 02:41:55 2012 +0100
20
21     Fixup for 550b2f76401c2 which broke bold fonts
22     
23     The commit removed the line
24     AC_CHECK_FUNCS(FT_Get_Next_Char FT_Get_BDF_Property FT_Get_PS_Font_Info FT_Has_PS_Glyph_Names FT_GlyphSlot_Embolden)
25     but failed to remove the #if lines that this commit removes, resulting
26     in that code never being executed.
27     
28     Fixes: https://bugs.freedesktop.org/attachment.cgi?id=58280
29     
30     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
31
32 commit b543efafefb71fb1f87ee9c1c261e86c8ca29e76
33 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
34 Date:   Wed Mar 7 20:12:27 2012 -0800
35
36     libXft 2.3.0
37     
38     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
39
40 commit 301029c9a1d9429009eaf08bb726357d4e94780d
41 Author: Jeremy Huddleston <jeremyhu@apple.com>
42 Date:   Mon Oct 24 23:39:25 2011 -0700
43
44     Fix undefined ftbit in XftFontLoadGlyphs
45     
46     https://bugs.freedesktop.org/show_bug.cgi?id=42173
47     
48     Fixes regression from: 6f1d7bcdd461b1f6cc64370793f52d7c170187d0
49     
50     Fixed by examining original patch before rebase from:
51     https://bugs.freedesktop.org/show_bug.cgi?id=29151
52     
53     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
54
55 commit 550b2f76401c292d982700b60326e0a837e391b4
56 Author: Jeremy Huddleston <jeremyhu@apple.com>
57 Date:   Mon Oct 10 13:00:35 2011 -0700
58
59     Remove fontconfig and freetype ifdef-fu and instead require non-ancinet versions of both
60     
61     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
62
63 commit 21a59c10803582c8f90d3b5f32e8f0240c050adf
64 Author: Tom \"spot\" Callaway <tcallawa@redhat.com>
65 Date:   Thu Oct 6 15:58:29 2011 -0400
66
67     compiler noise cleanups related to subpixel LCD support
68     
69     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
70
71 commit 6f1d7bcdd461b1f6cc64370793f52d7c170187d0
72 Author: Tom \"spot\" Callaway <tcallawa@redhat.com>
73 Date:   Thu Oct 6 15:41:10 2011 -0400
74
75     Subpixel LCD text rendering improvements
76     
77     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
78
79 commit 0e0efb8b26a241f8370053bc3686f7abc69357c1
80 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
81 Date:   Mon Sep 26 15:41:49 2011 -0700
82
83     Add const attributes to fix gcc -Wwrite-strings warnings
84     
85     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
86     Reviewed-by: Aaron Plattner <aplattner@nvidia.com>
87
88 commit df353cc7fe40fadc6e48586e95a0cbf1d2e33cfa
89 Author: Ross Burton <ross@burtonini.com>
90 Date:   Sun Sep 25 17:47:15 2011 -0700
91
92     constify some bits
93     
94     https://bugs.freedesktop.org/show_bug.cgi?id=2658
95     
96     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
97
98 commit 5cac9764a55c96fee64f63748c054be81fcaadf4
99 Author: Jeremy Huddleston <jeremyhu@apple.com>
100 Date:   Sun Sep 25 11:11:01 2011 -0700
101
102     Remove dependency on libXext
103     
104     ldd -r -u reports:
105     Unused direct dependencies:
106          .../lib/libXext.so.6
107     
108     Reported-by: Gaetan Nadon <memsize@videotron.ca>
109     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
110
111 commit d39337048d31245b69e1b72b98beb957f52ba4e6
112 Author: Jeremy Huddleston <jeremyhu@apple.com>
113 Date:   Sat Sep 24 21:05:27 2011 -0700
114
115     Remove broken fallback on non-pkg-config search for libXrender
116     
117     https://bugs.freedesktop.org/show_bug.cgi?id=5425
118     
119     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
120     Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
121     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
122
123 commit 3ad77b636978746786546ab2b779730997839f63
124 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
125 Date:   Fri Sep 16 22:42:59 2011 -0700
126
127     Strip trailing whitespace
128     
129     Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
130     git diff -w & git diff -b show no diffs from this change
131     
132     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
133
134 commit d274ffc91b22bb8f3a2447237491cbe04f2ee0c3
135 Author: Derek Wang <Derek.Wang@sun.com>
136 Date:   Wed Feb 2 22:15:13 2011 -0800
137
138     XftGlyphFontSpecCore: check to make sure glyphs are in range
139     
140     This fixes a crash reported when selecting "View Page Source" in Mozilla
141     on Solaris 10, due to invalid parameters being given to XPutImage.
142     
143     http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6261221
144     
145     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
146
147 commit 652d9b47fc902e12c8e28481742c382676f1d035
148 Author: Jay Cotton <jay.cotton@oracle.com>
149 Date:   Wed Feb 2 22:09:34 2011 -0800
150
151     XftDrawSrcPicture: fail if info->solidFormat is NULL
152     
153     Fixed a core dump in x11perf render tests when a driver was returning
154     incorrect information due to a bug in the driver.
155     
156     http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6872780
157     
158     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
159
160 commit 1e03ac60d1221d5c16b7f4797ab0c461f13b123a
161 Author: Gaetan Nadon <memsize@videotron.ca>
162 Date:   Wed Feb 2 11:43:42 2011 -0500
163
164     config: comment, minor upgrade, quote and layout configure.ac
165     
166     Group statements per section as per Autoconf standard layout
167     Quote statements where appropriate.
168     Autoconf recommends not using dnl instead of # for comments
169     
170     Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
171     Add AC_CONFIG_SRCDIR([Makefile.am])
172     
173     This helps automated maintenance and release activities.
174     Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
175
176 commit bcc24bf5bd4141cf5ca62bdd2c52d971ea88d421
177 Author: Gaetan Nadon <memsize@videotron.ca>
178 Date:   Fri Jan 28 19:41:37 2011 -0500
179
180     config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
181     
182     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
183
184 commit 791d10dbac030d6a164f54a7adb9b6c816c68930
185 Author: Gaetan Nadon <memsize@videotron.ca>
186 Date:   Fri Jan 28 16:34:14 2011 -0500
187
188     config: remove unrequired AC_CONFIG_AUX_DIR
189     
190     The default location for the generation of configuation files is the current
191     package root directory. These files are config.* and friends.
192     
193     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
194
195 commit 28d61e969800820b1483d41445befcd1bf35fa85
196 Author: Gaetan Nadon <memsize@videotron.ca>
197 Date:   Thu Jan 27 16:12:55 2011 -0500
198
199     config: remove already included AC_PROG_SED
200     
201     Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
202     Use the appropriate platform version of sed
203     
204     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
205
206 commit 0e3c21ab0aeb99ca76ac2535f4618cb1949b7f40
207 Author: Gaetan Nadon <memsize@videotron.ca>
208 Date:   Thu Jan 27 16:09:03 2011 -0500
209
210     config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
211     
212     XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
213     AC_PROG_C_C99. This sets gcc with -std=gnu99.
214     If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
215     
216     Reported-by: Roberto Branciforti <rbbrnc@gmail.com>
217     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
218
219 commit 9c23173cf1ff861bdb8538e3aa21ec509b0d87d8
220 Author: Roberto Branciforti <rbbrnc@gmail.com>
221 Date:   Mon Jan 17 22:32:15 2011 +0100
222
223     libXft: Fix variable assignment.
224     
225     Signed-off-by: Roberto Branciforti <rbbrnc@gmail.com>
226     Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net>
227     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
228
229 commit b9d4a2b5be71ca883f5a876500edb0a1a9add0cf
230 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
231 Date:   Fri Oct 29 16:21:18 2010 -0700
232
233     libXft 2.2.0
234     
235     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
236
237 commit 8751e341bcc29952b4603e18767ab994653c6b01
238 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
239 Date:   Tue Sep 21 22:00:33 2010 -0700
240
241     xft.pc.in: Requires.private entries should not be duplicated in Requires
242     
243     Users of libXft don't need to link with fontconfig, freetype and
244     Xrender directly if they don't use them.
245     
246     This may cause issues for users of pkg-config versions older than 0.22.
247     Please upgrade to the 2007 version of pkg-config before trying to build
248     the 2010 version of libXft.
249     
250     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
251     Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
252
253 commit ca575f9c9cbb11b122e676424a93da3eb0284be5
254 Author: Gaetan Nadon <memsize@videotron.ca>
255 Date:   Sun Oct 17 20:42:41 2010 -0400
256
257     config: upgrade to util-macros 1.8 for additional man page support
258     
259     Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
260     The value of MAN_SUBST is the same for all X.Org packages.
261     
262     Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
263     Use the appropriate platform version of sed
264     
265     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
266
267 commit 6d220e32c1e336292cac125515f04bcbdb65322d
268 Author: Gaetan Nadon <memsize@videotron.ca>
269 Date:   Wed Mar 31 10:03:03 2010 -0400
270
271     man: build man pages the standard way
272     
273     Using macro substitution.
274     
275     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
276
277 commit f2bd643475a555949558ff6f889c575da33c28a4
278 Author: Gaetan Nadon <memsize@videotron.ca>
279 Date:   Tue Mar 30 14:01:31 2010 -0400
280
281     config: remove deprecated xft-config script and man page
282     
283     This was put in place early 2000 when pkg-config was not used.
284     
285     Reviewed-by: Rémi Cardona <remi@gentoo.org>
286     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
287
288 commit a33850fe1af31cf672e448a3c86ac5afb9fee06c
289 Author: Gaetan Nadon <memsize@videotron.ca>
290 Date:   Tue Mar 30 09:44:47 2010 -0400
291
292     config: remove the xft-config.in file from EXTRA_DIST
293     
294     Automake always includes it in the tarball.
295     
296     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
297
298 commit b443002c146569077394675c9e784b173d48c6e6
299 Author: Gaetan Nadon <memsize@videotron.ca>
300 Date:   Mon Mar 29 16:50:34 2010 -0400
301
302     config: update AC_PREREQ statement to 2.60
303     
304     Unrelated to the previous patches, the new value simply reflects
305     the reality that the minimum level for autoconf to configure
306     all x.org modules is 2.60 dated June 2006.
307     
308     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
309     
310     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
311
312 commit 26dc5b0f626615156ca8a317f428ebc7c2d50498
313 Author: Gaetan Nadon <memsize@videotron.ca>
314 Date:   Mon Mar 29 14:53:48 2010 -0400
315
316     config: remove the pkgconfig pc.in file from EXTRA_DIST
317     
318     Automake always includes it in the tarball.
319     
320     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
321
322 commit 78ed756a343c37acb38cc230d03c334845553ab6
323 Author: Gaetan Nadon <memsize@videotron.ca>
324 Date:   Tue Dec 8 11:13:11 2009 -0500
325
326     Xft.h.in: remove comments which prevents Xft.h generation #25104
327     
328     With automake prior to 2.62, commnents placed beside a #undef line
329     prevent that statement to be substituted by config.status.
330     
331     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
332     Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com>
333     Tested-by: Adrian Bunk <bunk@stusta.de>
334
335 commit ad762b61d79e1848ef0751d0b970f4f7660a886e
336 Author: Gaetan Nadon <memsize@videotron.ca>
337 Date:   Fri Nov 27 20:56:04 2009 -0500
338
339     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
340     
341     Now that the INSTALL file is generated.
342     Allows running make maintainer-clean.
343
344 commit f6bab0a9abbaf4c2381c790372c830e0c8d78df4
345 Author: Gaetan Nadon <memsize@videotron.ca>
346 Date:   Wed Oct 28 14:09:10 2009 -0400
347
348     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
349     
350     Add missing INSTALL file. Use standard GNU file on building tarball
351     README may have been updated
352     Remove AUTHORS file as it is empty and no content available yet.
353     Remove NEWS file as it is empty and no content available yet.
354
355 commit cf899b63a331b908a2d4027354ce0d7c13528638
356 Author: Gaetan Nadon <memsize@videotron.ca>
357 Date:   Tue Oct 27 15:07:25 2009 -0400
358
359     Deploy the new XORG_DEFAULT_OPTIONS #24242
360     
361     This macro aggregate a number of existing macros that sets commmon
362     X.Org components configuration options. It shields the configuration file from
363     future changes.
364
365 commit f0f9ad0cb2d66d35f522fa9ec19974500b3955ab
366 Author: Gaetan Nadon <memsize@videotron.ca>
367 Date:   Mon Oct 26 22:08:43 2009 -0400
368
369     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
370     
371     ChangeLog filename is known to Automake and requires no further
372     coding in the makefile.
373
374 commit 80e41cb93d0100a767aa8d630240440090937712
375 Author: Gaetan Nadon <memsize@videotron.ca>
376 Date:   Thu Oct 22 12:34:19 2009 -0400
377
378     .gitignore: use common defaults with custom section # 24239
379     
380     Using common defaults will reduce errors and maintenance.
381     Only the very small or inexistent custom section need periodic maintenance
382     when the structure of the component changes. Do not edit defaults.
383
384 commit cf6372a5dd9dd4086ed243d3f6c7e5fe693594b0
385 Author: Gaetan Nadon <memsize@videotron.ca>
386 Date:   Wed Oct 21 21:45:46 2009 -0400
387
388     .gitignore: use common defaults with custom section # 24239
389     
390     Using common defaults will reduce errors and maintenance.
391     Only the very small or inexistent custom section need periodic maintenance
392     when the structure of the component changes. Do not edit defaults.
393
394 commit 6f756640698b8f7bbada91999b4e30a0851bb6f4
395 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
396 Date:   Wed Oct 21 12:47:25 2009 -0700
397
398     This is not a GNU project, so declare it foreign.
399     
400     On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
401     > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
402     > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
403     > > was quite annoying to work around since 'autoreconf -fvi' replaces
404     > > it and git wants to commit it.  Should these files even be in git?
405     > > Can I nuke them for the betterment of humanity and since they get
406     > > created by autoreconf anyways?
407     >
408     > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
409     
410     As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
411     AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
412     of the INSTALL file. It is also part of the 24206 solution.
413     
414     Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
415
416 commit 906259ecc70dd4d0ef91f4582bd2a035d094831e
417 Author: Alan Coopersmith <alan.coopersmith@sun.com>
418 Date:   Tue Oct 13 10:31:58 2009 -0700
419
420     Set libtool version-number automatically from package version
421     
422     Since we've forgotten to manually update in most libXft releases so far,
423     might as well just automate it.
424     
425     Reported by: Paulo Ricardo Zanoni <pzanoni@mandriva.com>
426     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
427
428 commit fc248fb44413d11fed288793d0d8c2af76aeeb40
429 Author: Alan Coopersmith <alan.coopersmith@sun.com>
430 Date:   Fri Oct 9 16:45:25 2009 -0700
431
432     libXft 2.1.14
433     
434     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
435
436 commit 0f2a55b55d18272824444071f71473d988112465
437 Author: Alan Coopersmith <alan.coopersmith@sun.com>
438 Date:   Thu Oct 8 09:18:43 2009 -0700
439
440     Add generated Xft.h to .gitignore
441     
442     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
443
444 commit c36e28b3ed913d2dcb5c7876e49ccf2631a11df4
445 Author: Julien Cristau <jcristau@debian.org>
446 Date:   Tue Oct 6 15:00:04 2009 -0700
447
448     Fix install of generated Xft.h when builddir != srcdir
449     
450     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
451
452 commit c498ec3e4fb8e07bad7b053535d832273ac9b402
453 Author: Alan Coopersmith <alan.coopersmith@sun.com>
454 Date:   Tue Oct 6 01:01:07 2009 -0700
455
456     Split NEWS & README, update both
457     
458     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
459
460 commit dac73a51981632908ce86cff26af5b0bcfcdd770
461 Author: Alan Coopersmith <alan.coopersmith@sun.com>
462 Date:   Tue Oct 6 00:39:14 2009 -0700
463
464     Set Xft.h version numbers from configure.ac
465     
466     Keep the two in sync automatically instead of manually
467     
468     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
469
470 commit cfa048b4aa351068415c5e2711731246a9c19322
471 Author: Alan Coopersmith <alan.coopersmith@sun.com>
472 Date:   Mon Oct 5 23:53:33 2009 -0700
473
474     Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
475     
476     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
477
478 commit 5957fdd9ba2aba60e90a30bc3744f76ddb27b8d2
479 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
480 Date:   Thu Jan 29 18:45:48 2009 -0200
481
482     Janitor: Correct make distcheck and sparse warnings.
483     
484       Use only one toplevel .gitignore file.
485     
486       It was tempting to also modify the code to not, first check if
487     xrender is >= 0.8.2, and then, if failing, check for libXrender
488     functions with different build options, but left as is, as it
489     could be somehow useful at least as an example of being backwards
490     compatible.
491
492 commit cb80b4493e116229d8cc46507dec0fed6febd949
493 Author: Stefan Dirsch <sndirsch@suse.de>
494 Date:   Sat Nov 22 20:45:02 2008 +0100
495
496     Added fake bold support (#1579, Novell #38202/223682).
497
498 commit 60bb5229f0fb16cee27077552fbc35d53c94f031
499 Author: Erik Andren <erik.andren@gmail.com>
500 Date:   Sat Oct 25 20:34:27 2008 +0200
501
502     Header cleanup (bug#4703)
503     
504     Remove prototypes for nonexistent functions from Xft.h, and add missing
505     include in xftglyphs.c
506     
507     Signed-off-by: Julien Cristau <jcristau@debian.org>
508
509 commit 1a34928cd823ef1452b973bd7c4c1d12cd976bba
510 Author: Adam Jackson <ajax@redhat.com>
511 Date:   Wed Jul 2 15:42:37 2008 -0400
512
513     libXft 2.1.13
514
515 commit 19240d3605b5f1e88ca5509afffd48acdb7e1c5f
516 Author: Julien Cristau <jcristau@debian.org>
517 Date:   Wed Jun 11 02:12:05 2008 +0200
518
519     Revert "Drop Requires, use Requires.private instead."
520     
521     This reverts commit a1c78ce68c5f2106c38b6cb93a6b22420e1a80ab.
522     
523     Unfortunately this doesn't work on old pkg-config, which made
524     Requires.private completely useless.  That's fixed in 0.22, but...
525
526 commit a1c78ce68c5f2106c38b6cb93a6b22420e1a80ab
527 Author: Julien Cristau <jcristau@debian.org>
528 Date:   Tue Jun 10 17:29:27 2008 +0200
529
530     Drop Requires, use Requires.private instead.
531     
532     Users of libXft don't need to link with fontconfig, freetype and
533     Xrender directly if they don't use them.
534
535 commit 541c6194d986e7849ee9541a9fd60b0724647a44
536 Author: Adam Jackson <ajax@redhat.com>
537 Date:   Mon Mar 24 12:10:19 2008 -0400
538
539     Bug #14232: Fix XftDrawRect when Render not supported.
540
541 commit 8661a88789dce4fe06d45faec70f8e74834abdd6
542 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
543 Date:   Sun Mar 9 08:28:43 2008 +0100
544
545     nuke RCS Ids
546
547 commit 9e25c9019bd6788076c12cb4356c7d27d6c7d9af
548 Author: James Cloos <cloos@jhcloos.com>
549 Date:   Thu Dec 6 16:38:28 2007 -0500
550
551     Replace static ChangeLog with dist-hook to generate from git log
552
553 commit 8a7f3d450c1f339f429dbce55df523d026c92375
554 Author: Stefan Dirsch <sndirsch@suse.de>
555 Date:   Sun Nov 4 11:31:44 2007 -0800
556
557     Register objects used by libXft.
558     
559     libXft uses XFT_MAX_GLYPH_MEMORY without first registering with fontconfig.
560
561 commit 8ae5ea8c75a7850fa0aca0acc3962b6263f55094
562 Author: Karl Tomlinson <bugs.freedesktop@karlt.net>
563 Date:   Wed Sep 12 12:00:43 2007 +0100
564
565     XftFontOpenInfo: Use of uninitialised value of size 8 (bug 11200)
566     
567     This is due to XftFontInfoFill using the binary representation of the
568     XftFontInfo to generate fi->hash.
569     
570     With 64-bit pointers there is padding between .hash and .file in struct
571     _XftFontInfo.  This padding is not initialized, and the hash uses these
572     bytes.
573     
574     This will interfere with finding "a matching previously opened font" in
575     XftFontOpenInfo, and XftFontInfoEqual, which uses memcmp, will have similar
576     problems.
577     
578     This fix makes no assumptions about the sizes and alignment of members of
579     struct _XftFontInfo by using memset.  (It also makes no assumptions about
580     what FcPatternGet* does to its output parameter when it returns
581     FcResultNoMatch.)
582
583 commit a782fe3fbed05344e2a12f53ede6101e120ed485
584 Author: James Cloos <cloos@jhcloos.com>
585 Date:   Mon Sep 3 05:53:39 2007 -0400
586
587     Add *~ to .gitignore to skip patch/emacs droppings
588
589 commit 3c68c68fc20b875b405f2640778e32a41a807e27
590 Author: Daniel Stone <daniel@fooishbar.org>
591 Date:   Thu Dec 7 12:20:44 2006 +0200
592
593     bump to 2.1.12
594
595 commit 22112a0ee3bd16b40e414bac32c532a73cbabbcb
596 Author: Daniel Stone <daniel@fooishbar.org>
597 Date:   Thu Dec 7 12:20:05 2006 +0200
598
599     XftNameUnparse: re-export to public API (bug #8900)
600     Fix botched git import, which reverted some changes from CVS, by
601     re-exporting XftNameUnparse.
602
603 commit 6159d185048fbbb67627667d60dcd475def5bb44
604 Author: Adam Jackson <ajax@benzedrine.nwnk.net>
605 Date:   Fri Oct 13 17:08:55 2006 -0400
606
607     Bump to 2.1.11
608
609 commit 661199d47ff8e9842542f9e407da50629c8a17b6
610 Author: Adam Jackson <ajax@benzedrine.nwnk.net>
611 Date:   Fri Oct 13 16:18:47 2006 -0400
612
613     Bump to 2.1.10
614
615 commit 5e5d0c7597e7f494ad3010f6d4656c5209b09f88
616 Author: Alan Coopersmith <alan.coopersmith@sun.com>
617 Date:   Thu Jul 13 14:58:58 2006 -0700
618
619     renamed: .cvsignore -> .gitignore
620
621 commit 8fc012344f8f072ee3bd1b09c336fed8d47826c5
622 Author: Kjartan Maraas <kmaraas@gnome.org>
623 Date:   Thu Jul 13 10:28:30 2006 -0400
624
625     Bug #7259: Various Coverity fixes.
626
627 commit 824f87ba102e36808c59e92d7f527ca2f8b00026
628 Author: Daniel Stone <daniel@fooishbar.org>
629 Date:   Sat Jun 3 10:41:03 2006 +0000
630
631     Bug #4711: Don't export unnecessary symbols. (Alan Coopersmith). Bump to
632         2.1.9.
633
634 commit 250b95f857cdd7fadab9e06f1a6f69706467aac2
635 Author: Kevin E Martin <kem@kem.org>
636 Date:   Thu Dec 15 00:24:30 2005 +0000
637
638     Update package version number for final X11R7 release candidate.
639
640 commit 2a43efac053b9fa0a460d47f5154511cfaf4f2ba
641 Author: Kevin E Martin <kem@kem.org>
642 Date:   Sat Dec 3 05:49:44 2005 +0000
643
644     Update package version number for X11R7 RC3 release.
645
646 commit 88a1de23e126cde06bf4136b56007dc24ad991e8
647 Author: Eric Anholt <anholt@freebsd.org>
648 Date:   Sun Nov 20 23:17:41 2005 +0000
649
650     Add/improve libs .cvsignores.
651
652 commit bcbcdcdb0f41b61351454db5032a514215f2f089
653 Author: Kevin E Martin <kem@kem.org>
654 Date:   Sat Nov 19 07:15:49 2005 +0000
655
656     Update pkgconfig files to separate library build-time dependencies from
657         application build-time dependencies, and update package deps to work
658         with separate build roots.
659
660 commit 143f9e1b8d328ebc806067fb44809a8a8fd419e4
661 Author: Kevin E Martin <kem@kem.org>
662 Date:   Wed Oct 19 02:48:10 2005 +0000
663
664     Update package version number for RC1 release.
665
666 commit 34dc7dbd584f2bbef39248c26236186e08c79a25
667 Author: Kevin E Martin <kem@kem.org>
668 Date:   Wed Oct 19 02:46:56 2005 +0000
669
670     lib/Xcomposite/Xcomposite.h
671     lib/Xft/Imakefile
672     lib/Xft/Xft.h Update library version numbers to match updated package
673         versions.
674     Update driver version numbers for RC1.
675
676 commit 11bc8208939991e9cd3eba2900827fd2e37b04a5
677 Author: Kevin E Martin <kem@kem.org>
678 Date:   Wed Oct 5 19:46:16 2005 +0000
679
680     Clean up generated files
681
682 commit edfb44c93c03c41f13240af318a45f0f04dde6d1
683 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
684 Date:   Thu Aug 4 16:15:48 2005 +0000
685
686     If --with-freetype-config is not specified, try pkgconfig freetype2, then
687         fall back to freetype-config if pkgconfig fails.
688
689 commit a09401affaf007aef2585711cd5eb499f554be9b
690 Author: Kevin E Martin <kem@kem.org>
691 Date:   Fri Jul 29 21:22:51 2005 +0000
692
693     Various changes preparing packages for RC0:
694     - Verify and update package version numbers as needed
695     - Implement versioning scheme
696     - Change bug address to point to bugzilla bug entry form
697     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
698         reenable it)
699     - Fix makedepend to use pkgconfig and pass distcheck
700     - Update build script to build macros first
701     - Update modular Xorg version
702
703 commit 0dd89a9e7ba09ed0c3f90a415b506a4ed89b91bb
704 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
705 Date:   Wed Jul 27 21:48:38 2005 +0000
706
707     Build system for Xft
708
709 commit db7a51a120898eda2824ec15d55641589571ed5d
710 Author: Daniel Stone <daniel@fooishbar.org>
711 Date:   Sun Jul 3 07:00:57 2005 +0000
712
713     Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
714     Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
715     Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all
716         source files in the xserver/xorg tree, predicated on defines of
717         HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
718         <X11/fonts/foo.h>.
719
720 commit 403c9f9886cea9fd390a242e7c031ba2cc26217f
721 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
722 Date:   Fri Jun 24 22:43:20 2005 +0000
723
724     Sync with Xft from xlibs CVS (2.1.7 plus man page updates from Branden
725         Robinson) - see lib/Xft/ChangeLog for full details
726
727 commit 1d14cc37d43bf349ee18e748f62913a0963f6e85
728 Author: Egbert Eich <eich@suse.de>
729 Date:   Tue May 17 08:10:10 2005 +0000
730
731     gcc4 allows to check if sentinels are correct (a sentinel is the
732         terminating element in a varargs list). A sentinel needs to be NULL,
733         not 0 - which doesn't make a difference on 32bit but matters on 64bit.
734         Furthermore it can be told that functions have a printf-like format
735         string and argument list so that they can verify that both match. To
736         use these features certain attributes need to be set - which are
737         compiler specific. To do this we define macros which are expanded
738         depending on the compiler version. For now we put those in
739         include/Xfuncproto.h (the XFree86 DDX layer contains a file compiler.h
740         which however is not visible outside the DDX) (Bugzilla #3268).
741
742 commit 0161d08ecd543c80e5625bf63d0091dbccd95f4e
743 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
744 Date:   Fri Aug 13 19:03:15 2004 +0000
745
746     Fri Aug 13 21:01:34 2004 Soeren Sandmann <sandmann@daimi.au.dk>
747     Fix the build
748
749 commit 0641e99b21eead5aaee0c1136dd2d640028f6783
750 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
751 Date:   Fri Aug 13 18:24:06 2004 +0000
752
753     Fri Aug 13 19:53:10 2004 Soeren Sandmann <sandmann@redhat.com>
754     Fix for lockups on some versions of Matrox Mystique. #687, Patch from Mike
755         Harris.
756     Call xf86EnableDisableFBAccess though the function pointer instead of
757         directly. #1041, Patch from Aaron Plattner.
758     Swap the phsyical size of the screen when rotiation. #1050, Patch from
759         Aaron Plattner.
760     Fri Aug 13 19:47:12 2004 Soeren Sandmann <sandmann@redhat.com>
761     Make HAVE_FT_BITMAP_SIZE_Y_PPEM conditional on the FreeType version instead
762         of proping it. This way it will work with the monolithic version too.
763         #1062, Patch by Owen Taylor.
764
765 commit 14c188e8b0a0d88f97bcde21c8e1b1da8541bdf8
766 Author: Kevin E Martin <kem@kem.org>
767 Date:   Wed Aug 11 23:37:34 2004 +0000
768
769     Called strlen with (f->file) without checking for NULL (which happens when
770         directly using FT_Face objects) (Bug #1047, Keith Packard).
771
772 commit 591dcad65f73450a07ac7477a3a827d95eb6f726
773 Author: Egbert Eich <eich@suse.de>
774 Date:   Fri Apr 23 18:43:42 2004 +0000
775
776     Merging XORG-CURRENT into trunk
777
778 commit c7e70c7e31897e00caaeb177176a8c24b834bc78
779 Author: Egbert Eich <eich@suse.de>
780 Date:   Sun Mar 14 08:32:10 2004 +0000
781
782     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
783
784 commit 113366a92f315a2178d19c6bb9bed54109697864
785 Author: Egbert Eich <eich@suse.de>
786 Date:   Thu Mar 11 14:16:10 2004 +0000
787
788     file Xft.3.in was initially added on branch XORG-RELEASE-1.
789
790 commit 30761fcb5a6f3f2f23466f1b0ec1d290b5002e4e
791 Author: Egbert Eich <eich@suse.de>
792 Date:   Thu Mar 11 14:16:09 2004 +0000
793
794     file NEWS was initially added on branch XORG-RELEASE-1.
795
796 commit be5842a55ddd89141de2f238e9b41541a247d13b
797 Author: Egbert Eich <eich@suse.de>
798 Date:   Thu Mar 11 14:16:09 2004 +0000
799
800     file AUTHORS was initially added on branch XORG-RELEASE-1.
801
802 commit 4214b9fb11baea4347bb2279b800819ee9792c46
803 Author: Egbert Eich <eich@suse.de>
804 Date:   Tue Mar 9 16:52:30 2004 +0000
805
806     file README was initially added on branch XORG-RELEASE-1.
807
808 commit 14f8861ef153e64359e062a96212eb5358a32fd4
809 Author: Egbert Eich <eich@suse.de>
810 Date:   Tue Mar 9 16:52:30 2004 +0000
811
812     file INSTALL was initially added on branch XORG-RELEASE-1.
813
814 commit fabef42954896dca3d43fb414c564e9750112bf5
815 Author: Egbert Eich <eich@suse.de>
816 Date:   Tue Mar 9 16:52:30 2004 +0000
817
818     file COPYING was initially added on branch XORG-RELEASE-1.
819
820 commit 3ff3e952c6095488466f71da06c6664a056e4c03
821 Author: Egbert Eich <eich@suse.de>
822 Date:   Wed Mar 3 12:11:28 2004 +0000
823
824     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
825
826 commit 00bdde8b2e4521b5058ee988c32dd814b852813d
827 Author: Egbert Eich <eich@suse.de>
828 Date:   Thu Feb 26 13:35:33 2004 +0000
829
830     readding XFree86's cvs IDs
831
832 commit f328c0a0fff3ec647c3f1d7c06b3d701850eb955
833 Author: Egbert Eich <eich@suse.de>
834 Date:   Thu Feb 26 09:22:43 2004 +0000
835
836     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
837
838 commit 1781965aa5fac8f0737251ca883301e1aec7b12b
839 Author: Kaleb Keithley <kaleb@freedesktop.org>
840 Date:   Tue Nov 25 19:28:09 2003 +0000
841
842     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
843
844 commit ac1033d4dc0ff95ab31dd2eb4752e7b4520fe819
845 Author: Kaleb Keithley <kaleb@freedesktop.org>
846 Date:   Fri Nov 14 16:48:48 2003 +0000
847
848     XFree86 4.3.0.1
849
850 commit 52a3d6a04aa1a18223059334f8d5ed2955461b7d
851 Author: Kaleb Keithley <kaleb@freedesktop.org>
852 Date:   Fri Nov 14 16:48:48 2003 +0000
853
854     Initial revision