Git init
[framework/uifw/xorg/lib/libxft.git] / ChangeLog
1 commit b9d4a2b5be71ca883f5a876500edb0a1a9add0cf
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Fri Oct 29 16:21:18 2010 -0700
4
5     libXft 2.2.0
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit 8751e341bcc29952b4603e18767ab994653c6b01
10 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11 Date:   Tue Sep 21 22:00:33 2010 -0700
12
13     xft.pc.in: Requires.private entries should not be duplicated in Requires
14     
15     Users of libXft don't need to link with fontconfig, freetype and
16     Xrender directly if they don't use them.
17     
18     This may cause issues for users of pkg-config versions older than 0.22.
19     Please upgrade to the 2007 version of pkg-config before trying to build
20     the 2010 version of libXft.
21     
22     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
23     Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
24
25 commit ca575f9c9cbb11b122e676424a93da3eb0284be5
26 Author: Gaetan Nadon <memsize@videotron.ca>
27 Date:   Sun Oct 17 20:42:41 2010 -0400
28
29     config: upgrade to util-macros 1.8 for additional man page support
30     
31     Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
32     The value of MAN_SUBST is the same for all X.Org packages.
33     
34     Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
35     Use the appropriate platform version of sed
36     
37     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
38
39 commit 6d220e32c1e336292cac125515f04bcbdb65322d
40 Author: Gaetan Nadon <memsize@videotron.ca>
41 Date:   Wed Mar 31 10:03:03 2010 -0400
42
43     man: build man pages the standard way
44     
45     Using macro substitution.
46     
47     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
48
49 commit f2bd643475a555949558ff6f889c575da33c28a4
50 Author: Gaetan Nadon <memsize@videotron.ca>
51 Date:   Tue Mar 30 14:01:31 2010 -0400
52
53     config: remove deprecated xft-config script and man page
54     
55     This was put in place early 2000 when pkg-config was not used.
56     
57     Reviewed-by: Rémi Cardona <remi@gentoo.org>
58     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
59
60 commit a33850fe1af31cf672e448a3c86ac5afb9fee06c
61 Author: Gaetan Nadon <memsize@videotron.ca>
62 Date:   Tue Mar 30 09:44:47 2010 -0400
63
64     config: remove the xft-config.in file from EXTRA_DIST
65     
66     Automake always includes it in the tarball.
67     
68     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
69
70 commit b443002c146569077394675c9e784b173d48c6e6
71 Author: Gaetan Nadon <memsize@videotron.ca>
72 Date:   Mon Mar 29 16:50:34 2010 -0400
73
74     config: update AC_PREREQ statement to 2.60
75     
76     Unrelated to the previous patches, the new value simply reflects
77     the reality that the minimum level for autoconf to configure
78     all x.org modules is 2.60 dated June 2006.
79     
80     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
81     
82     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
83
84 commit 26dc5b0f626615156ca8a317f428ebc7c2d50498
85 Author: Gaetan Nadon <memsize@videotron.ca>
86 Date:   Mon Mar 29 14:53:48 2010 -0400
87
88     config: remove the pkgconfig pc.in file from EXTRA_DIST
89     
90     Automake always includes it in the tarball.
91     
92     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
93
94 commit 78ed756a343c37acb38cc230d03c334845553ab6
95 Author: Gaetan Nadon <memsize@videotron.ca>
96 Date:   Tue Dec 8 11:13:11 2009 -0500
97
98     Xft.h.in: remove comments which prevents Xft.h generation #25104
99     
100     With automake prior to 2.62, commnents placed beside a #undef line
101     prevent that statement to be substituted by config.status.
102     
103     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
104     Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com>
105     Tested-by: Adrian Bunk <bunk@stusta.de>
106
107 commit ad762b61d79e1848ef0751d0b970f4f7660a886e
108 Author: Gaetan Nadon <memsize@videotron.ca>
109 Date:   Fri Nov 27 20:56:04 2009 -0500
110
111     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
112     
113     Now that the INSTALL file is generated.
114     Allows running make maintainer-clean.
115
116 commit f6bab0a9abbaf4c2381c790372c830e0c8d78df4
117 Author: Gaetan Nadon <memsize@videotron.ca>
118 Date:   Wed Oct 28 14:09:10 2009 -0400
119
120     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
121     
122     Add missing INSTALL file. Use standard GNU file on building tarball
123     README may have been updated
124     Remove AUTHORS file as it is empty and no content available yet.
125     Remove NEWS file as it is empty and no content available yet.
126
127 commit cf899b63a331b908a2d4027354ce0d7c13528638
128 Author: Gaetan Nadon <memsize@videotron.ca>
129 Date:   Tue Oct 27 15:07:25 2009 -0400
130
131     Deploy the new XORG_DEFAULT_OPTIONS #24242
132     
133     This macro aggregate a number of existing macros that sets commmon
134     X.Org components configuration options. It shields the configuration file from
135     future changes.
136
137 commit f0f9ad0cb2d66d35f522fa9ec19974500b3955ab
138 Author: Gaetan Nadon <memsize@videotron.ca>
139 Date:   Mon Oct 26 22:08:43 2009 -0400
140
141     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
142     
143     ChangeLog filename is known to Automake and requires no further
144     coding in the makefile.
145
146 commit 80e41cb93d0100a767aa8d630240440090937712
147 Author: Gaetan Nadon <memsize@videotron.ca>
148 Date:   Thu Oct 22 12:34:19 2009 -0400
149
150     .gitignore: use common defaults with custom section # 24239
151     
152     Using common defaults will reduce errors and maintenance.
153     Only the very small or inexistent custom section need periodic maintenance
154     when the structure of the component changes. Do not edit defaults.
155
156 commit cf6372a5dd9dd4086ed243d3f6c7e5fe693594b0
157 Author: Gaetan Nadon <memsize@videotron.ca>
158 Date:   Wed Oct 21 21:45:46 2009 -0400
159
160     .gitignore: use common defaults with custom section # 24239
161     
162     Using common defaults will reduce errors and maintenance.
163     Only the very small or inexistent custom section need periodic maintenance
164     when the structure of the component changes. Do not edit defaults.
165
166 commit 6f756640698b8f7bbada91999b4e30a0851bb6f4
167 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
168 Date:   Wed Oct 21 12:47:25 2009 -0700
169
170     This is not a GNU project, so declare it foreign.
171     
172     On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
173     > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
174     > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
175     > > was quite annoying to work around since 'autoreconf -fvi' replaces
176     > > it and git wants to commit it.  Should these files even be in git?
177     > > Can I nuke them for the betterment of humanity and since they get
178     > > created by autoreconf anyways?
179     >
180     > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
181     
182     As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
183     AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
184     of the INSTALL file. It is also part of the 24206 solution.
185     
186     Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
187
188 commit 906259ecc70dd4d0ef91f4582bd2a035d094831e
189 Author: Alan Coopersmith <alan.coopersmith@sun.com>
190 Date:   Tue Oct 13 10:31:58 2009 -0700
191
192     Set libtool version-number automatically from package version
193     
194     Since we've forgotten to manually update in most libXft releases so far,
195     might as well just automate it.
196     
197     Reported by: Paulo Ricardo Zanoni <pzanoni@mandriva.com>
198     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
199
200 commit fc248fb44413d11fed288793d0d8c2af76aeeb40
201 Author: Alan Coopersmith <alan.coopersmith@sun.com>
202 Date:   Fri Oct 9 16:45:25 2009 -0700
203
204     libXft 2.1.14
205     
206     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
207
208 commit 0f2a55b55d18272824444071f71473d988112465
209 Author: Alan Coopersmith <alan.coopersmith@sun.com>
210 Date:   Thu Oct 8 09:18:43 2009 -0700
211
212     Add generated Xft.h to .gitignore
213     
214     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
215
216 commit c36e28b3ed913d2dcb5c7876e49ccf2631a11df4
217 Author: Julien Cristau <jcristau@debian.org>
218 Date:   Tue Oct 6 15:00:04 2009 -0700
219
220     Fix install of generated Xft.h when builddir != srcdir
221     
222     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
223
224 commit c498ec3e4fb8e07bad7b053535d832273ac9b402
225 Author: Alan Coopersmith <alan.coopersmith@sun.com>
226 Date:   Tue Oct 6 01:01:07 2009 -0700
227
228     Split NEWS & README, update both
229     
230     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
231
232 commit dac73a51981632908ce86cff26af5b0bcfcdd770
233 Author: Alan Coopersmith <alan.coopersmith@sun.com>
234 Date:   Tue Oct 6 00:39:14 2009 -0700
235
236     Set Xft.h version numbers from configure.ac
237     
238     Keep the two in sync automatically instead of manually
239     
240     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
241
242 commit cfa048b4aa351068415c5e2711731246a9c19322
243 Author: Alan Coopersmith <alan.coopersmith@sun.com>
244 Date:   Mon Oct 5 23:53:33 2009 -0700
245
246     Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
247     
248     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
249
250 commit 5957fdd9ba2aba60e90a30bc3744f76ddb27b8d2
251 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
252 Date:   Thu Jan 29 18:45:48 2009 -0200
253
254     Janitor: Correct make distcheck and sparse warnings.
255     
256       Use only one toplevel .gitignore file.
257     
258       It was tempting to also modify the code to not, first check if
259     xrender is >= 0.8.2, and then, if failing, check for libXrender
260     functions with different build options, but left as is, as it
261     could be somehow useful at least as an example of being backwards
262     compatible.
263
264 commit cb80b4493e116229d8cc46507dec0fed6febd949
265 Author: Stefan Dirsch <sndirsch@suse.de>
266 Date:   Sat Nov 22 20:45:02 2008 +0100
267
268     Added fake bold support (#1579, Novell #38202/223682).
269
270 commit 60bb5229f0fb16cee27077552fbc35d53c94f031
271 Author: Erik Andren <erik.andren@gmail.com>
272 Date:   Sat Oct 25 20:34:27 2008 +0200
273
274     Header cleanup (bug#4703)
275     
276     Remove prototypes for nonexistent functions from Xft.h, and add missing
277     include in xftglyphs.c
278     
279     Signed-off-by: Julien Cristau <jcristau@debian.org>
280
281 commit 1a34928cd823ef1452b973bd7c4c1d12cd976bba
282 Author: Adam Jackson <ajax@redhat.com>
283 Date:   Wed Jul 2 15:42:37 2008 -0400
284
285     libXft 2.1.13
286
287 commit 19240d3605b5f1e88ca5509afffd48acdb7e1c5f
288 Author: Julien Cristau <jcristau@debian.org>
289 Date:   Wed Jun 11 02:12:05 2008 +0200
290
291     Revert "Drop Requires, use Requires.private instead."
292     
293     This reverts commit a1c78ce68c5f2106c38b6cb93a6b22420e1a80ab.
294     
295     Unfortunately this doesn't work on old pkg-config, which made
296     Requires.private completely useless.  That's fixed in 0.22, but...
297
298 commit a1c78ce68c5f2106c38b6cb93a6b22420e1a80ab
299 Author: Julien Cristau <jcristau@debian.org>
300 Date:   Tue Jun 10 17:29:27 2008 +0200
301
302     Drop Requires, use Requires.private instead.
303     
304     Users of libXft don't need to link with fontconfig, freetype and
305     Xrender directly if they don't use them.
306
307 commit 541c6194d986e7849ee9541a9fd60b0724647a44
308 Author: Adam Jackson <ajax@redhat.com>
309 Date:   Mon Mar 24 12:10:19 2008 -0400
310
311     Bug #14232: Fix XftDrawRect when Render not supported.
312
313 commit 8661a88789dce4fe06d45faec70f8e74834abdd6
314 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
315 Date:   Sun Mar 9 08:28:43 2008 +0100
316
317     nuke RCS Ids
318
319 commit 9e25c9019bd6788076c12cb4356c7d27d6c7d9af
320 Author: James Cloos <cloos@jhcloos.com>
321 Date:   Thu Dec 6 16:38:28 2007 -0500
322
323     Replace static ChangeLog with dist-hook to generate from git log
324
325 commit 8a7f3d450c1f339f429dbce55df523d026c92375
326 Author: Stefan Dirsch <sndirsch@suse.de>
327 Date:   Sun Nov 4 11:31:44 2007 -0800
328
329     Register objects used by libXft.
330     
331     libXft uses XFT_MAX_GLYPH_MEMORY without first registering with fontconfig.
332
333 commit 8ae5ea8c75a7850fa0aca0acc3962b6263f55094
334 Author: Karl Tomlinson <bugs.freedesktop@karlt.net>
335 Date:   Wed Sep 12 12:00:43 2007 +0100
336
337     XftFontOpenInfo: Use of uninitialised value of size 8 (bug 11200)
338     
339     This is due to XftFontInfoFill using the binary representation of the
340     XftFontInfo to generate fi->hash.
341     
342     With 64-bit pointers there is padding between .hash and .file in struct
343     _XftFontInfo.  This padding is not initialized, and the hash uses these
344     bytes.
345     
346     This will interfere with finding "a matching previously opened font" in
347     XftFontOpenInfo, and XftFontInfoEqual, which uses memcmp, will have similar
348     problems.
349     
350     This fix makes no assumptions about the sizes and alignment of members of
351     struct _XftFontInfo by using memset.  (It also makes no assumptions about
352     what FcPatternGet* does to its output parameter when it returns
353     FcResultNoMatch.)
354
355 commit a782fe3fbed05344e2a12f53ede6101e120ed485
356 Author: James Cloos <cloos@jhcloos.com>
357 Date:   Mon Sep 3 05:53:39 2007 -0400
358
359     Add *~ to .gitignore to skip patch/emacs droppings
360
361 commit 3c68c68fc20b875b405f2640778e32a41a807e27
362 Author: Daniel Stone <daniel@fooishbar.org>
363 Date:   Thu Dec 7 12:20:44 2006 +0200
364
365     bump to 2.1.12
366
367 commit 22112a0ee3bd16b40e414bac32c532a73cbabbcb
368 Author: Daniel Stone <daniel@fooishbar.org>
369 Date:   Thu Dec 7 12:20:05 2006 +0200
370
371     XftNameUnparse: re-export to public API (bug #8900)
372     Fix botched git import, which reverted some changes from CVS, by
373     re-exporting XftNameUnparse.
374
375 commit 6159d185048fbbb67627667d60dcd475def5bb44
376 Author: Adam Jackson <ajax@benzedrine.nwnk.net>
377 Date:   Fri Oct 13 17:08:55 2006 -0400
378
379     Bump to 2.1.11
380
381 commit 661199d47ff8e9842542f9e407da50629c8a17b6
382 Author: Adam Jackson <ajax@benzedrine.nwnk.net>
383 Date:   Fri Oct 13 16:18:47 2006 -0400
384
385     Bump to 2.1.10
386
387 commit 5e5d0c7597e7f494ad3010f6d4656c5209b09f88
388 Author: Alan Coopersmith <alan.coopersmith@sun.com>
389 Date:   Thu Jul 13 14:58:58 2006 -0700
390
391     renamed: .cvsignore -> .gitignore
392
393 commit 8fc012344f8f072ee3bd1b09c336fed8d47826c5
394 Author: Kjartan Maraas <kmaraas@gnome.org>
395 Date:   Thu Jul 13 10:28:30 2006 -0400
396
397     Bug #7259: Various Coverity fixes.
398
399 commit 824f87ba102e36808c59e92d7f527ca2f8b00026
400 Author: Daniel Stone <daniel@fooishbar.org>
401 Date:   Sat Jun 3 10:41:03 2006 +0000
402
403     Bug #4711: Don't export unnecessary symbols. (Alan Coopersmith). Bump to
404         2.1.9.
405
406 commit 250b95f857cdd7fadab9e06f1a6f69706467aac2
407 Author: Kevin E Martin <kem@kem.org>
408 Date:   Thu Dec 15 00:24:30 2005 +0000
409
410     Update package version number for final X11R7 release candidate.
411
412 commit 2a43efac053b9fa0a460d47f5154511cfaf4f2ba
413 Author: Kevin E Martin <kem@kem.org>
414 Date:   Sat Dec 3 05:49:44 2005 +0000
415
416     Update package version number for X11R7 RC3 release.
417
418 commit 88a1de23e126cde06bf4136b56007dc24ad991e8
419 Author: Eric Anholt <anholt@freebsd.org>
420 Date:   Sun Nov 20 23:17:41 2005 +0000
421
422     Add/improve libs .cvsignores.
423
424 commit bcbcdcdb0f41b61351454db5032a514215f2f089
425 Author: Kevin E Martin <kem@kem.org>
426 Date:   Sat Nov 19 07:15:49 2005 +0000
427
428     Update pkgconfig files to separate library build-time dependencies from
429         application build-time dependencies, and update package deps to work
430         with separate build roots.
431
432 commit 143f9e1b8d328ebc806067fb44809a8a8fd419e4
433 Author: Kevin E Martin <kem@kem.org>
434 Date:   Wed Oct 19 02:48:10 2005 +0000
435
436     Update package version number for RC1 release.
437
438 commit 34dc7dbd584f2bbef39248c26236186e08c79a25
439 Author: Kevin E Martin <kem@kem.org>
440 Date:   Wed Oct 19 02:46:56 2005 +0000
441
442     lib/Xcomposite/Xcomposite.h
443     lib/Xft/Imakefile
444     lib/Xft/Xft.h Update library version numbers to match updated package
445         versions.
446     Update driver version numbers for RC1.
447
448 commit 11bc8208939991e9cd3eba2900827fd2e37b04a5
449 Author: Kevin E Martin <kem@kem.org>
450 Date:   Wed Oct 5 19:46:16 2005 +0000
451
452     Clean up generated files
453
454 commit edfb44c93c03c41f13240af318a45f0f04dde6d1
455 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
456 Date:   Thu Aug 4 16:15:48 2005 +0000
457
458     If --with-freetype-config is not specified, try pkgconfig freetype2, then
459         fall back to freetype-config if pkgconfig fails.
460
461 commit a09401affaf007aef2585711cd5eb499f554be9b
462 Author: Kevin E Martin <kem@kem.org>
463 Date:   Fri Jul 29 21:22:51 2005 +0000
464
465     Various changes preparing packages for RC0:
466     - Verify and update package version numbers as needed
467     - Implement versioning scheme
468     - Change bug address to point to bugzilla bug entry form
469     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
470         reenable it)
471     - Fix makedepend to use pkgconfig and pass distcheck
472     - Update build script to build macros first
473     - Update modular Xorg version
474
475 commit 0dd89a9e7ba09ed0c3f90a415b506a4ed89b91bb
476 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
477 Date:   Wed Jul 27 21:48:38 2005 +0000
478
479     Build system for Xft
480
481 commit db7a51a120898eda2824ec15d55641589571ed5d
482 Author: Daniel Stone <daniel@fooishbar.org>
483 Date:   Sun Jul 3 07:00:57 2005 +0000
484
485     Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
486     Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
487     Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all
488         source files in the xserver/xorg tree, predicated on defines of
489         HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
490         <X11/fonts/foo.h>.
491
492 commit 403c9f9886cea9fd390a242e7c031ba2cc26217f
493 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
494 Date:   Fri Jun 24 22:43:20 2005 +0000
495
496     Sync with Xft from xlibs CVS (2.1.7 plus man page updates from Branden
497         Robinson) - see lib/Xft/ChangeLog for full details
498
499 commit 1d14cc37d43bf349ee18e748f62913a0963f6e85
500 Author: Egbert Eich <eich@suse.de>
501 Date:   Tue May 17 08:10:10 2005 +0000
502
503     gcc4 allows to check if sentinels are correct (a sentinel is the
504         terminating element in a varargs list). A sentinel needs to be NULL,
505         not 0 - which doesn't make a difference on 32bit but matters on 64bit.
506         Furthermore it can be told that functions have a printf-like format
507         string and argument list so that they can verify that both match. To
508         use these features certain attributes need to be set - which are
509         compiler specific. To do this we define macros which are expanded
510         depending on the compiler version. For now we put those in
511         include/Xfuncproto.h (the XFree86 DDX layer contains a file compiler.h
512         which however is not visible outside the DDX) (Bugzilla #3268).
513
514 commit 0161d08ecd543c80e5625bf63d0091dbccd95f4e
515 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
516 Date:   Fri Aug 13 19:03:15 2004 +0000
517
518     Fri Aug 13 21:01:34 2004 Soeren Sandmann <sandmann@daimi.au.dk>
519     Fix the build
520
521 commit 0641e99b21eead5aaee0c1136dd2d640028f6783
522 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
523 Date:   Fri Aug 13 18:24:06 2004 +0000
524
525     Fri Aug 13 19:53:10 2004 Soeren Sandmann <sandmann@redhat.com>
526     Fix for lockups on some versions of Matrox Mystique. #687, Patch from Mike
527         Harris.
528     Call xf86EnableDisableFBAccess though the function pointer instead of
529         directly. #1041, Patch from Aaron Plattner.
530     Swap the phsyical size of the screen when rotiation. #1050, Patch from
531         Aaron Plattner.
532     Fri Aug 13 19:47:12 2004 Soeren Sandmann <sandmann@redhat.com>
533     Make HAVE_FT_BITMAP_SIZE_Y_PPEM conditional on the FreeType version instead
534         of proping it. This way it will work with the monolithic version too.
535         #1062, Patch by Owen Taylor.
536
537 commit 14c188e8b0a0d88f97bcde21c8e1b1da8541bdf8
538 Author: Kevin E Martin <kem@kem.org>
539 Date:   Wed Aug 11 23:37:34 2004 +0000
540
541     Called strlen with (f->file) without checking for NULL (which happens when
542         directly using FT_Face objects) (Bug #1047, Keith Packard).
543
544 commit 591dcad65f73450a07ac7477a3a827d95eb6f726
545 Author: Egbert Eich <eich@suse.de>
546 Date:   Fri Apr 23 18:43:42 2004 +0000
547
548     Merging XORG-CURRENT into trunk
549
550 commit c7e70c7e31897e00caaeb177176a8c24b834bc78
551 Author: Egbert Eich <eich@suse.de>
552 Date:   Sun Mar 14 08:32:10 2004 +0000
553
554     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
555
556 commit 113366a92f315a2178d19c6bb9bed54109697864
557 Author: Egbert Eich <eich@suse.de>
558 Date:   Thu Mar 11 14:16:10 2004 +0000
559
560     file Xft.3.in was initially added on branch XORG-RELEASE-1.
561
562 commit 30761fcb5a6f3f2f23466f1b0ec1d290b5002e4e
563 Author: Egbert Eich <eich@suse.de>
564 Date:   Thu Mar 11 14:16:09 2004 +0000
565
566     file NEWS was initially added on branch XORG-RELEASE-1.
567
568 commit be5842a55ddd89141de2f238e9b41541a247d13b
569 Author: Egbert Eich <eich@suse.de>
570 Date:   Thu Mar 11 14:16:09 2004 +0000
571
572     file AUTHORS was initially added on branch XORG-RELEASE-1.
573
574 commit 4214b9fb11baea4347bb2279b800819ee9792c46
575 Author: Egbert Eich <eich@suse.de>
576 Date:   Tue Mar 9 16:52:30 2004 +0000
577
578     file README was initially added on branch XORG-RELEASE-1.
579
580 commit 14f8861ef153e64359e062a96212eb5358a32fd4
581 Author: Egbert Eich <eich@suse.de>
582 Date:   Tue Mar 9 16:52:30 2004 +0000
583
584     file INSTALL was initially added on branch XORG-RELEASE-1.
585
586 commit fabef42954896dca3d43fb414c564e9750112bf5
587 Author: Egbert Eich <eich@suse.de>
588 Date:   Tue Mar 9 16:52:30 2004 +0000
589
590     file COPYING was initially added on branch XORG-RELEASE-1.
591
592 commit 3ff3e952c6095488466f71da06c6664a056e4c03
593 Author: Egbert Eich <eich@suse.de>
594 Date:   Wed Mar 3 12:11:28 2004 +0000
595
596     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
597
598 commit 00bdde8b2e4521b5058ee988c32dd814b852813d
599 Author: Egbert Eich <eich@suse.de>
600 Date:   Thu Feb 26 13:35:33 2004 +0000
601
602     readding XFree86's cvs IDs
603
604 commit f328c0a0fff3ec647c3f1d7c06b3d701850eb955
605 Author: Egbert Eich <eich@suse.de>
606 Date:   Thu Feb 26 09:22:43 2004 +0000
607
608     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
609
610 commit 1781965aa5fac8f0737251ca883301e1aec7b12b
611 Author: Kaleb Keithley <kaleb@freedesktop.org>
612 Date:   Tue Nov 25 19:28:09 2003 +0000
613
614     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
615
616 commit ac1033d4dc0ff95ab31dd2eb4752e7b4520fe819
617 Author: Kaleb Keithley <kaleb@freedesktop.org>
618 Date:   Fri Nov 14 16:48:48 2003 +0000
619
620     XFree86 4.3.0.1
621
622 commit 52a3d6a04aa1a18223059334f8d5ed2955461b7d
623 Author: Kaleb Keithley <kaleb@freedesktop.org>
624 Date:   Fri Nov 14 16:48:48 2003 +0000
625
626     Initial revision