]> git.pld-linux.org Git - packages/X11.git/blame - X11-6.8.2-final.patch
- optimized
[packages/X11.git] / X11-6.8.2-final.patch
CommitLineData
de9badb0
AM
1Index: xc/BUILD
2diff -u xc/BUILD:1.4.2.2 xc/BUILD:1.4.2.3
3--- xc/BUILD:1.4.2.2 Fri Sep 17 15:38:16 2004
4+++ xc/BUILD Tue Feb 8 00:44:26 2005
5@@ -1,9 +1,9 @@
6 Building the X Window System from the X.org Source Distribution
7
8- Jim Gettys and Keith Packard (for X11R6.8.1)
9+ Jim Gettys and Keith Packard (for X11R6.8.2)
10 David Dawes and Matthieu Herrb (for XFree86 4.4 RC2)
11
12- 17 September 2004
13+ 9 February 2005
14
15 Abstract
16
17@@ -22,62 +22,62 @@
18 son, flex, zlib (development package), ncurses (development package), font-
19 config (development package), expat (development package), and Perl.
20
21-1. How to get the X11R6.8.1 distribution source
22+1. How to get the X11R6.8.2 distribution source
23
24-One way of getting the X11R6.8.1 source is to obtain it directly from the
25+One way of getting the X11R6.8.2 source is to obtain it directly from the
26 X.Org CVS repository. There are several ways of doing that, and they are
27 described in the CVS section of our wiki <URL:http://wiki.x.org> The CVS tag
28-for this release is "XORG-6_8_1". The tag for the maintenance branch for
29+for this release is "XORG-6_8_2". The tag for the maintenance branch for
30 this release is "XORG-6_8-branch".
31
32-Another method of getting the X11R6.8.1 source is to either download the
33-6.8.1 source tarballs sites from freedesktop.org using either ftp or http.
34+Another method of getting the X11R6.8.2 source is to either download the
35+6.8.2 source tarballs sites from freedesktop.org using either ftp or http.
36 The procedure for this is as follows:
37
38- o The X11R6.8.1 source is contained in the files:
39+ o The X11R6.8.2 source is contained in the files:
40
41- X11R6.8.1-src1.tar.gz
42+ X11R6.8.2-src1.tar.gz
43
44- X11R6.8.1-src2.tar.gz
45+ X11R6.8.2-src2.tar.gz
46
47- X11R6.8.1-src3.tar.gz
48+ X11R6.8.2-src3.tar.gz
49
50- X11R6.8.1-src4.tar.gz
51+ X11R6.8.2-src4.tar.gz
52
53- X11R6.8.1-src5.tar.gz
54+ X11R6.8.2-src5.tar.gz
55
56- X11R6.8.1-src6.tar.gz
57+ X11R6.8.2-src6.tar.gz
58
59- X11R6.8.1-src7.tar.gz
60+ X11R6.8.2-src7.tar.gz
61
62- These can be found at ftp://ftp.freedesktop.org/xorg/X11R6.8.1/src/ or
63- http://freedesktop.org/~xorg/X11R6.8.1/src/ and similar locations on
64- X.org mirror sites. X11R6.8.1-src4.tgz and X11R6.8.1-src5.tar.gz con-
65- tains the fonts. X11R6.8.1-src6.tar.gz contains the documentation
66- source. X11R6.8.1-src7.tar.gz contains the hardcopy documentation.
67- X11R6.8.1-src1.tar.gz, X11R6.8.1-src2.tar.gz and X11R6.8.1-src3.tar.gz
68+ These can be found at ftp://ftp.freedesktop.org/xorg/X11R6.8.2/src/ or
69+ http://freedesktop.org/~xorg/X11R6.8.2/src/ and similar locations on
70+ X.org mirror sites. X11R6.8.2-src4.tgz and X11R6.8.2-src5.tar.gz con-
71+ tains the fonts. X11R6.8.2-src6.tar.gz contains the documentation
72+ source. X11R6.8.2-src7.tar.gz contains the hardcopy documentation.
73+ X11R6.8.2-src1.tar.gz, X11R6.8.2-src2.tar.gz and X11R6.8.2-src3.tar.gz
74 contains everything else. If you don't need the docs or fonts you can
75- get by with only X11R6.8.1-src1.tar.gz, X11R6.8.1-src2.tar.gz and
76- X11R6.8.1-src3.tar.gz.
77+ get by with only X11R6.8.2-src1.tar.gz, X11R6.8.2-src2.tar.gz and
78+ X11R6.8.2-src3.tar.gz.
79
80 o Extract each of these files by running the following from a directory on
81 a filesystem containing enough space (the full source requires around
82 305MB, and a similar amount is required in addition to this for the com-
83 piled binaries):
84
85- gzip -d < X11R6.8.1-src1.tar.gz | tar vxf -
86+ gzip -d < X11R6.8.2-src1.tar.gz | tar vxf -
87
88- gzip -d < X11R6.8.1-src2.tar.gz | tar vxf -
89+ gzip -d < X11R6.8.2-src2.tar.gz | tar vxf -
90
91- gzip -d < X11R6.8.1-src3.tar.gz | tar vxf -
92+ gzip -d < X11R6.8.2-src3.tar.gz | tar vxf -
93
94- gzip -d < X11R6.8.1-src4.tar.gz | tar vxf -
95+ gzip -d < X11R6.8.2-src4.tar.gz | tar vxf -
96
97- gzip -d < X11R6.8.1-src5.tar.gz | tar vxf -
98+ gzip -d < X11R6.8.2-src5.tar.gz | tar vxf -
99
100- gzip -d < X11R6.8.1-src6.tar.gz | tar vxf -
101+ gzip -d < X11R6.8.2-src6.tar.gz | tar vxf -
102
103- gzip -d < X11R6.8.1-src7.tar.gz | tar vxf -
104+ gzip -d < X11R6.8.2-src7.tar.gz | tar vxf -
105
106 All methods will produce one main source directory called xc.
107
108@@ -96,23 +96,23 @@
109 easy to create build problems by changing the default configuration. Check
110 the configuration parameters specified in the xc/config/cf/README.
111
112-If you are using just the X11R6.8.1-src1.tar.gz, X11R6.8.1-src2.tar.gz and
113-X11R6.8.1-src3.tar.gz parts of the source dist, you will need to define
114+If you are using just the X11R6.8.2-src1.tar.gz, X11R6.8.2-src2.tar.gz and
115+X11R6.8.2-src3.tar.gz parts of the source dist, you will need to define
116 BuildFonts to NO.
117
118 3. Using a shadow directory of symbolic links for the build
119
120 A recommended practice is to use a shadow directory of symbolic links to do
121-the build of X11R6.8.1 as this allows you to keep the source directory unmod-
122+the build of X11R6.8.2 as this allows you to keep the source directory unmod-
123 ified during the build. It has the following benefits:
124
125 o When you are using CVS to maintain your source tree, the update process
126 is not disturbed by foreign files not under CVS's control.
127
128- o It is possible to build X11R6.8.1 for several different Operating System
129+ o It is possible to build X11R6.8.2 for several different Operating System
130 or architectures from the same sources, shared by read-only NFS mounts.
131
132- o It is possible to build X11R6.8.1 with different configuration options,
133+ o It is possible to build X11R6.8.2 with different configuration options,
134 by putting a real copy of the host.def file in each build tree and by
135 customizing it separately in each build tree.
136
137@@ -135,7 +135,7 @@
138 See the lndir(1) manual page for details.
139
140 If lndir is not already installed on your system, you can build it manually
141-from the X11R6.8.1 sources by running the following commands:
142+from the X11R6.8.2 sources by running the following commands:
143
144 cd xc/config/util
145
146@@ -158,7 +158,7 @@
147 addressed the OS-specific details, go your build directory (either the xc
148 directory or the shadow tree created before) and run "make World" with the
149 BOOTSTRAPCFLAGS set as described in the OS-specific README (if necessary, but
150-most systems supported by X11R6.8.1 don't need BOOTSTRAPCFLAGS). It is
151+most systems supported by X11R6.8.2 don't need BOOTSTRAPCFLAGS). It is
152 advisable to redirect stdout and stderr to World.Log so that you can track
153 down problems that might occur during the build.
154
155@@ -197,7 +197,11 @@
156 To do the install, run "make install" and "make install.man". Make sure you
157 have enough space in /usr/X11R6 for the install to succeed. If you want to
158 install on a filesystem other than /usr, make a symbolic link to /usr/X11R6
159-before installing.
160+before installing. To install the tree into a different directory than
161+/usr/X11R6 you can specify DESTDIR:
162+
163+ make install DESTDIR=<install_target_dir> make install.man DEST-
164+ DIR=<install_target_dir>
165
166 Cross compiling is supported if the appropriate config files for your target
167 platforms exist. You must have the compiler toolchain installed for your tar-
168@@ -231,7 +235,7 @@
169 6. Other useful make targets
170
171 There are some other useful targets defined in the top level Makefile of
172-X11R6.8.1:
173+X11R6.8.2:
174
175 o Everything after a make World, make Everything does everything a make
176 World does, except the cleaning of the tree. It is a way to quickly
177@@ -247,11 +251,11 @@
178 make depend
179 make
180
181- to rebuild the X11R6.8.1.
182+ to rebuild the X11R6.8.2.
183
184 o distclean does a full cleaning of the source tree, removing all gener-
185 ated files. After a make distclean, make World is the only option to
186- rebuild X11R6.8.1.
187+ rebuild X11R6.8.2.
188
189 o includes generates all generated header files and in-tree symbolic links
190 needed by the build. These files are removed by a make clean.
191@@ -268,4 +272,4 @@
192 $Id$
193
194
195-$XdotOrg: xc/BUILD,v 1.4.2.2 2004/09/17 15:38:16 kem Exp $
196+$XdotOrg: xc/BUILD,v 1.4.2.3 2005/02/08 00:44:26 kem Exp $
197Index: xc/ChangeLog
198diff -u xc/ChangeLog:1.365.2.1 xc/ChangeLog:1.365.2.155
199--- xc/ChangeLog:1.365.2.1 Wed Sep 15 15:47:36 2004
200+++ xc/ChangeLog Wed Feb 9 18:03:20 2005
201@@ -1,3 +1,1738 @@
202+2005-02-09 Roland Mainz <roland.mainz@nrubsig.org>
203+ * xc/Makefile
204+ * xc/config/cf/xorgversion.def
205+ Bugzilla #2514 (https://bugs.freedesktop.org/show_bug.cgi?id=2514)
206+ attachment #1879 (https://bugs.freedesktop.org/attachment.cgi?id=1879):
207+ Bumping version to 6.8.2
208+ [Disclaimer: This is just a version bump, X11R6.8.2 is released when
209+ you see the official annoucement.]
210+
211+2005-02-08 Kevin E. Martin <kem-at-freedesktop-dot-org>
212+
213+ * README:
214+ * RELNOTES:
215+ * programs/Xserver/hw/xfree86/doc/README:
216+ * programs/Xserver/hw/xfree86/doc/RELNOTES:
217+ * programs/Xserver/hw/xfree86/doc/sgml/RELNOTES.sgml:
218+ Update formatted docs.
219+
220+2005-02-08 Roland Mainz <roland.mainz@nrubsig.org>
221+ * xc/programs/Xserver/hw/xfree86/doc/sgml/README.sgml
222+ * xc/programs/Xserver/hw/xfree86/doc/sgml/RELNOTES.sgml
223+ * xc/programs/Xserver/hw/xfree86/doc/sgml/defs.ent
224+ Bugzilla #2485 (https://bugs.freedesktop.org/show_bug.cgi?id=2485):
225+ Second set of release note updates for upcoming X11R6.8.2 release
226+ per feedback from the release-wranglers mailinglist.
227+
228+2005-02-07 Kevin E. Martin <kem-at-freedesktop-dot-org>
229+
230+ * BUILD:
231+ * README:
232+ * RELNOTES:
233+ * programs/Xserver/hw/xfree86/doc/BUILD:
234+ * programs/Xserver/hw/xfree86/doc/DESIGN:
235+ * programs/Xserver/hw/xfree86/doc/Install:
236+ * programs/Xserver/hw/xfree86/doc/OS2.Notes:
237+ * programs/Xserver/hw/xfree86/doc/README:
238+ * programs/Xserver/hw/xfree86/doc/README.DECtga:
239+ * programs/Xserver/hw/xfree86/doc/README.Darwin:
240+ * programs/Xserver/hw/xfree86/doc/README.I128:
241+ * programs/Xserver/hw/xfree86/doc/README.LynxOS:
242+ * programs/Xserver/hw/xfree86/doc/README.NetBSD:
243+ * programs/Xserver/hw/xfree86/doc/README.OpenBSD:
244+ * programs/Xserver/hw/xfree86/doc/README.SCO:
245+ * programs/Xserver/hw/xfree86/doc/README.SiS:
246+ * programs/Xserver/hw/xfree86/doc/README.Solaris:
247+ * programs/Xserver/hw/xfree86/doc/README.XKB-Config:
248+ * programs/Xserver/hw/xfree86/doc/README.XKB-Enhancing:
249+ * programs/Xserver/hw/xfree86/doc/README.ati:
250+ * programs/Xserver/hw/xfree86/doc/README.chips:
251+ * programs/Xserver/hw/xfree86/doc/README.dps:
252+ * programs/Xserver/hw/xfree86/doc/README.fonts:
253+ * programs/Xserver/hw/xfree86/doc/README.i740:
254+ * programs/Xserver/hw/xfree86/doc/README.i810:
255+ * programs/Xserver/hw/xfree86/doc/README.mouse:
256+ * programs/Xserver/hw/xfree86/doc/README.r128:
257+ * programs/Xserver/hw/xfree86/doc/README.rendition:
258+ * programs/Xserver/hw/xfree86/doc/README.s3virge:
259+ * programs/Xserver/hw/xfree86/doc/RELNOTES:
260+ * programs/Xserver/hw/xfree86/doc/Versions:
261+ * programs/Xserver/hw/xfree86/doc/sgml/defs.ent:
262+ * programs/xkbcomp/README.config:
263+ * programs/xkbcomp/README.enhancing:
264+ Update formatted docs.
265+
266+2005-02-07 Roland Mainz <roland.mainz@nrubsig.org>
267+ * xc/programs/Xserver/hw/xfree86/doc/sgml/SiS.sgml
268+ Bugzilla #2485 (https://bugs.freedesktop.org/show_bug.cgi?id=2485)
269+ attachment #1855 (https://bugs.freedesktop.org/attachment.cgi?id=1855):
270+ Update release notes for SiS driver.
271+ Patch by Thomas Winischhofer <thomas@winischhofer.net>.
272+
273+2005-02-07 Roland Mainz <roland.mainz@nrubsig.org>
274+ * xc/programs/Xserver/hw/xfree86/doc/sgml/OpenBSD.sgml
275+ * xc/programs/Xserver/hw/xfree86/doc/sgml/RELNOTES.sgml
276+ * xc/programs/Xserver/hw/xfree86/doc/sgml/SiS.sgml
277+ * xc/programs/Xserver/hw/xfree86/doc/sgml/Solaris.sgml
278+ * xc/programs/Xserver/hw/xfree86/doc/sgml/defs.ent
279+ Bugzilla #2485 (https://bugs.freedesktop.org/show_bug.cgi?id=2485):
280+ First set of release note updated for upcoming X11R6.8.2 release.
281+
282+2005-02-02 Roland Mainz <roland.mainz@nrubsig.org>
283+ * xc/config/cf/xorgversion.def
284+ Bugzilla #2456 (https://bugs.freedesktop.org/show_bug.cgi?id=2456)
285+ attachment #1823 (https://bugs.freedesktop.org/attachment.cgi?id=1823):
286+ Bump version number for upcoming X11R6.8.2rc4 (release canidate 4) to
287+ X11R6.8.1.904.
288+
289+2005-02-01 Roland Mainz <roland.mainz@nrubsig.org>
290+ * xc/programs/Xserver/hw/xfree86/xf86config/xorgconfig.c
291+ Backout of Bugzilla #2206 (https://bugs.freedesktop.org/show_bug.cgi?id=2206)
292+ attachment #1622 (https://bugs.freedesktop.org/attachment.cgi?id=1622)
293+ as this patch does not work for the branch and causes build failure.
294+ Approved in the 2005-01-31 Xorg release-wranglers phone call.
295+
296+2005-02-01 Roland Mainz <roland.mainz@nrubsig.org>
297+ * xc/programs/Xserver/hw/xfree86/drivers/sis/sis.h
298+ Bugzilla #2438 (https://bugs.freedesktop.org/show_bug.cgi?id=2438)
299+ attachment #1806 (https://bugs.freedesktop.org/attachment.cgi?id=1806):
300+ Fix sis driver to work correctly on AMD64.
301+ Patch by Thomas Winischhofer <thomas@winischhofer.net>.
302+ Vouchers for commit into X11R6.8.x stable branch are Kevin E.
303+ Martin <kem@freedesktop.org> and Roland Mainz
304+ <roland.mainz@nrubsig.org>.
305+
306+2005-02-01 Roland Mainz <roland.mainz@nrubsig.org>
307+ * xc/programs/Xserver/hw/xfree86/drivers/sis/init301.c
308+ Bugzilla #2437 (https://bugs.freedesktop.org/show_bug.cgi?id=2437)
309+ attachment #1805 (https://bugs.freedesktop.org/attachment.cgi?id=1805):
310+ Fix sis driver which was reading wrong data from BIOS image.
311+ Patch by Thomas Winischhofer <thomas@winischhofer.net>.
312+ Vouchers for commit into X11R6.8.x stable branch are Kevin E.
313+ Martin <kem@freedesktop.org> and Roland Mainz
314+ <roland.mainz@nrubsig.org>.
315+
316+2005-02-01 Roland Mainz <roland.mainz@nrubsig.org>
317+ * xc/programs/Xserver/hw/xfree86/os-support/bus/xf86Sbus.h
318+ * xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c
319+ * xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_kbd.c
320+ Bugzilla #825 (https://bugs.freedesktop.org/show_bug.cgi?id=825)
321+ attachment #956 (https://bugs.freedesktop.org/attachment.cgi?id=956):
322+ Fix build problems on Linux/SPARC.
323+ Patch by Jeremy Huddleston <eradicator@gentoo.org>.
324+ Approved in the 2005-01-31 Xorg release-wranglers phone call.
325+
326+2005-02-01 Alexander Gottwald <ago@freedesktop.org>
327+ * xc/config/cf/cygwin.cf
328+ Bugzilla #1393 (https://bugs.freedesktop.org/show_bug.cgi?id=1393)
329+ attachment #1801 (https://bugs.freedesktop.org/attachment.cgi?id=1801):
330+ Move xorg version numbers to separate config file (committing the
331+ missing parts from attachment #1188, the diff was approved but the
332+ changes were accidently never commited to "cygwin.cf"... ;-().
333+
334+2005-02-01 Roland Mainz <roland.mainz@nrubsig.org>
335+ * xc/programs/xmore/xmore.man
336+ * xc/programs/xmore/xmore.sgml
337+ Bugzilla #2415 (https://bugs.freedesktop.org/show_bug.cgi?id=2415)
338+ attachment #1786 (https://bugs.freedesktop.org/attachment.cgi?id=1786):
339+ Fix formatting problem in the xmore(1x) manual page.
340+ Patch by Matthieu Herrb <matthieu.herrb@laas.fr> and Roland Mainz
341+ <roland.mainz@nrubsig.org>.
342+ Approved in the 2005-01-31 Xorg release-wranglers phone call (the
343+ xmore.man diff is an automatic update from the DocBook--->man
344+ conversion).
345+
346+2005-02-01 Roland Mainz <roland.mainz@nrubsig.org>
347+ * xc/programs/xrx/plugin/include/npapi.h
348+ * xc/programs/xrx/xnest-plugin/XnestDis.c
349+ Bugzilla #2386 (https://bugs.freedesktop.org/show_bug.cgi?id=2386)
350+ attachment #1766 (https://bugs.freedesktop.org/attachment.cgi?id=1766):
351+ Fix build bustage on MacOSX/*BSD and AIX platforms (1:1 port of the
352+ build bustage fixes from trunk).
353+ Patch by Dan McNichol <mcnichol@austin.ibm.com> and Torrey T.
354+ Lyons <torrey@mrcla.com>.
355+ Approved in the 2005-01-31 Xorg release-wranglers phone call.
356+
357+2005-02-01 Roland Mainz <roland.mainz@nrubsig.org>
358+ * xc/config/cf/X11.tmpl
359+ Bugzilla #2410 (https://bugs.freedesktop.org/show_bug.cgi?id=2410)
360+ attachment #1782 (https://bugs.freedesktop.org/attachment.cgi?id=1782):
361+ Build the XRX plugin only if the system supports shared libraries
362+ (which is a requirement for this plugin).
363+ Patch by Matthieu Herrb <matthieu.herrb@laas.fr>.
364+ Approved in the 2005-01-31 Xorg release-wranglers phone call.
365+
366+2005-02-01 Roland Mainz <roland.mainz@nrubsig.org>
367+ * xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_kbd.c
368+ Bugzilla #2252 (https://bugs.freedesktop.org/show_bug.cgi?id=2252)
369+ attachment #1791 (https://bugs.freedesktop.org/attachment.cgi?id=1791):
370+ Fix option dontVTSwitch under *BSD, when XKB is disabled.
371+ Patch by Matthieu Herrb <matthieu.herrb@laas.fr>.
372+ Approved in the 2005-01-31 Xorg release-wranglers phone call.
373+
374+2005-02-01 Roland Mainz <roland.mainz@nrubsig.org>
375+ * xc/nls/Compose/pt_BR.UTF-8
376+ * xc/nls/XLC_LOCALE/pt_BR.UTF-8
377+ Bugzilla #2400 (https://bugs.freedesktop.org/show_bug.cgi?id=2400)
378+ attachment #1762 (https://bugs.freedesktop.org/attachment.cgi?id=1762):
379+ Fix build bustage caused by broken patch for brazillian locale support
380+ (see Bugzilla #1896).
381+ Patch by Kevin E. Martin <kem@freedesktop.org>.
382+ Approved in the 2005-01-31 Xorg release-wranglers phone call.
383+
384+2005-01-25 Roland Mainz <roland.mainz@nrubsig.org>
385+ * xc/config/cf/xorgversion.def
386+ Bugzilla #2378 (https://bugs.freedesktop.org/show_bug.cgi?id=2378)
387+ attachment #1747 (https://bugs.freedesktop.org/attachment.cgi?id=1747):
388+ Bump version number for upcoming X11R6.8.2rc3 (release canidate 3) to
389+ X11R6.8.1.903.
390+
391+2005-01-24 Roland Mainz <roland.mainz@nrubsig.org>
392+ * xc/programs/Xserver/hw/xfree86/drivers/ati/radeon.h
393+ * xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_render.c
394+ Bugzilla #1424 (https://freedesktop.org/bugzilla/show_bug.cgi?id=1424)
395+ attachment #1209 (https://bugs.freedesktop.org/attachment.cgi?id=1209):
396+ Fix problems with RENDER extension accerlation on R100 cards (via
397+ pre-rendering small texture).
398+ Patch by Matthias Hopf <mhopf@suse.de>.
399+
400+2005-01-24 Roland Mainz <roland.mainz@nrubsig.org>
401+ * xc/programs/Xserver/hw/xfree86/common/xf86pciBus.c
402+ Bugzilla #2322 (https://freedesktop.org/bugzilla/show_bug.cgi?id=2322)
403+ attachment #1709 (https://bugs.freedesktop.org/attachment.cgi?id=1709):
404+ Fix corruption of PCI config BAR1 of native PCI-Express boards
405+ on 64-bit platforms.
406+ Patch by Michael Yaroslavtsev <mike.work@besm6.org>.
407+
408+2005-01-24 Roland Mainz <roland.mainz@nrubsig.org>
409+ * xc/nls/compose.dir
410+ * xc/nls/locale.dir
411+ * xc/nls/Compose/Imakefile
412+ * xc/nls/Compose/pt_BR.UTF-8
413+ * xc/nls/XI18N_OBJS/Imakefile
414+ * xc/nls/XI18N_OBJS/pt_BR.UTF-8
415+ * xc/nls/XLC_LOCALE/Imakefile
416+ * xc/nls/XLC_LOCALE/pt_BR.UTF-8
417+ * xc/programs/Xserver/XpConfig/Imakefile
418+ Bugzilla #1896 (https://bugs.freedesktop.org/show_bug.cgi?id=1896)
419+ attachment #1675 (https://bugs.freedesktop.org/attachment.cgi?id=1675):
420+ Add support for pt_BR.UTF-8 locale.
421+ Patch by Gustavo Noronha Silva, Branden Robinson, Julien Lafon.
422+
423+2005-01-24 Roland Mainz <roland.mainz@nrubsig.org>
424+ * xc/lib/font/util/Imakefile
425+ * xc/lib/font/util/utilbitmap.c
426+ Bugzilla #1804 (https://freedesktop.org/bugzilla/show_bug.cgi?id=1804)
427+ attachment #1269 (https://bugs.freedesktop.org/attachment.cgi?id=1269):
428+ Fix build failure (caused by missing symbols such as |TwoByteSwap|)
429+ when linking the FreeType module and the FreeType library both
430+ statically info the Xserver.
431+
432+2005-01-24 Roland Mainz <roland.mainz@nrubsig.org>
433+ * xc/extras/Mesa/src/mesa/drivers/dri/radeon/radeon_ioctl.c
434+ Bugzilla #2361 (https://bugs.freedesktop.org/show_bug.cgi?id=2361)
435+ attachment #1739 (https://bugs.freedesktop.org/attachment.cgi?id=1739):
436+ Fix radeon m7 driver lock-ups on glxgears&co.
437+ Patch by Dave Airlie <airlied@freedesktop.org>.
438+
439+2005-01-24 Roland Mainz <roland.mainz@nrubsig.org>
440+ * xc/programs/Xserver/hw/xfree86/drivers/i810/i810_dri.c
441+ Bugzilla #2329 (https://bugs.freedesktop.org/show_bug.cgi?id=2329)
442+ attachment #1717 (https://bugs.freedesktop.org/attachment.cgi?id=1717):
443+ Unmap XCursor AGP memory on VT switch to prevent system from lockup.
444+ Patch by Matthias Hopf <mhopf@suse.de>.
445+
446+2005-01-23 Roland Mainz <roland.mainz@nrubsig.org>
447+ * xc/config/cf/X11.tmpl
448+ * xc/programs/Imakefile
449+ * xc/programs/xrx/Imakefile
450+ * xc/programs/xrx/plugin/Imakefile
451+ * xc/programs/xrx/plugin/Main.c
452+ * xc/programs/xrx/plugin/PProcess.c
453+ * xc/programs/xrx/xnest-plugin/Imakefile
454+ * xc/programs/xrx/xnest-plugin/NewNDest.c
455+ * xc/programs/xrx/xnest-plugin/SetWin.c
456+ * xc/programs/xrx/xnest-plugin/XnestDis.c
457+ Bugzilla #1372 (https://bugs.freedesktop.org/show_bug.cgi?id=1372)
458+ attachment #932 (https://bugs.freedesktop.org/attachment.cgi?id=932)
459+ and
460+ attachment #1105 (https://bugs.freedesktop.org/attachment.cgi?id=1105)
461+ Repairing XRX/Broadway support.
462+ This patch fixes both the libxrx.so plugin and the Xnest-based
463+ libxrxnest.so plugin and making them compatible to newer versions
464+ of Mozilla and removing the backwards compatibility hacks for old
465+ Netscape3.x versions with statically linked Motif.
466+
467+2005-01-23 Roland Mainz <roland.mainz@nrubsig.org>
468+ * xc/programs/Xserver/Xprint/spooler.c
469+ Bugzilla #2167 (https://bugs.freedesktop.org/show_bug.cgi?id=2167)
470+ attachment #1641 (https://bugs.freedesktop.org/attachment.cgi?id=1641):
471+ Fix broken Solaris print queue enumeration.
472+
473+2005-01-23 Roland Mainz <roland.mainz@nrubsig.org>
474+ * xc/programs/Xserver/Xprint/Util.c
475+ * xc/programs/Xserver/Xprint/attributes.c
476+ * xc/programs/Xserver/Xprint/attributes.h
477+ * xc/programs/Xserver/Xprint/ps/Ps.h
478+ Bugzilla #2254 (https://bugs.freedesktop.org/show_bug.cgi?id=2254)
479+ attachment #1654 (https://bugs.freedesktop.org/attachment.cgi?id=1654)
480+ and
481+ attachment #1659 (https://bugs.freedesktop.org/attachment.cgi?id=1659)
482+ Fix for gcc4.0 build failure (including removing |ExecCommand()| -
483+ the function has no consumer and can safely be removed).
484+ Patch by Egbert Eich <eich@freedesktop.org> and Roland Mainz
485+ <roland.mainz@nrubsig.org>.
486+
487+2005-01-23 Roland Mainz <roland.mainz@nrubsig.org>
488+ * xc/programs/Xserver/Xprint/etc/init.d/xprint.cpp
489+ Bugzilla #2240 (https://bugs.freedesktop.org/show_bug.cgi?id=2240)
490+ attachment #1642 (https://bugs.freedesktop.org/attachment.cgi?id=1642):
491+ Fix incorrect usage of /usr/bin/tr in startup script (the used
492+ "[\n]" is neither correct or portable, using "\n" seems to be
493+ sufficient (this fixes various "random" issues, including
494+ including Debian bug #258419 and Debian bug #264983).
495+ Patch by Drew Parsons <dparsons@debian.org>.
496+
497+2005-01-23 Roland Mainz <roland.mainz@nrubsig.org>
498+ * xc/config/cf/xorg.cf
499+ Bugzilla #2264 (https://bugs.freedesktop.org/show_bug.cgi?id=2264)
500+ attachment #1665 (https://bugs.freedesktop.org/attachment.cgi?id=1665):
501+ - Don't build tdfx DRI driver on any platform but x86 and AXP
502+ as therequired Glide3 lib is only available there (if at all).
503+ - Readability fixes.
504+ Patch by Egbert Eich <eich@freedesktop.org>.
505+
506+2005-01-23 Roland Mainz <roland.mainz@nrubsig.org>
507+ * xc/config/cf/xorg.cf
508+ Bugzilla #2215 (https://bugs.freedesktop.org/show_bug.cgi?id=2215)
509+ attachment #1658 (https://bugs.freedesktop.org/attachment.cgi?id=1658):
510+ Add i810 driver for AMD64.
511