]> git.pld-linux.org Git - packages/X11.git/blame - X11-6.8.2-20050205.patch
- updated for X.org 6.8.1
[packages/X11.git] / X11-6.8.2-20050205.patch
CommitLineData
c71d38e7
AM
1Index: xc/ChangeLog
2diff -c xc/ChangeLog:1.365.2.1 xc/ChangeLog:1.365.2.149
3*** xc/ChangeLog:1.365.2.1 Wed Sep 15 15:47:36 2004
4--- xc/ChangeLog Thu Feb 3 00:32:28 2005
5***************
6*** 1,3 ****
7--- 1,1658 ----
8+ 2005-02-02 Roland Mainz <roland.mainz@nrubsig.org>
9+ * xc/config/cf/xorgversion.def
10+ Bugzilla #2456 (https://bugs.freedesktop.org/show_bug.cgi?id=2456)
11+ attachment #1823 (https://bugs.freedesktop.org/attachment.cgi?id=1823):
12+ Bump version number for upcoming X11R6.8.2rc4 (release canidate 4) to
13+ X11R6.8.1.904.
14+
15+ 2005-02-01 Roland Mainz <roland.mainz@nrubsig.org>
16+ * xc/programs/Xserver/hw/xfree86/xf86config/xorgconfig.c
17+ Backout of Bugzilla #2206 (https://bugs.freedesktop.org/show_bug.cgi?id=2206)
18+ attachment #1622 (https://bugs.freedesktop.org/attachment.cgi?id=1622)
19+ as this patch does not work for the branch and causes build failure.
20+ Approved in the 2005-01-31 Xorg release-wranglers phone call.
21+
22+ 2005-02-01 Roland Mainz <roland.mainz@nrubsig.org>
23+ * xc/programs/Xserver/hw/xfree86/drivers/sis/sis.h
24+ Bugzilla #2438 (https://bugs.freedesktop.org/show_bug.cgi?id=2438)
25+ attachment #1806 (https://bugs.freedesktop.org/attachment.cgi?id=1806):
26+ Fix sis driver to work correctly on AMD64.
27+ Patch by Thomas Winischhofer <thomas@winischhofer.net>.
28+ Vouchers for commit into X11R6.8.x stable branch are Kevin E.
29+ Martin <kem@freedesktop.org> and Roland Mainz
30+ <roland.mainz@nrubsig.org>.
31+
32+ 2005-02-01 Roland Mainz <roland.mainz@nrubsig.org>
33+ * xc/programs/Xserver/hw/xfree86/drivers/sis/init301.c
34+ Bugzilla #2437 (https://bugs.freedesktop.org/show_bug.cgi?id=2437)
35+ attachment #1805 (https://bugs.freedesktop.org/attachment.cgi?id=1805):
36+ Fix sis driver which was reading wrong data from BIOS image.
37+ Patch by Thomas Winischhofer <thomas@winischhofer.net>.
38+ Vouchers for commit into X11R6.8.x stable branch are Kevin E.
39+ Martin <kem@freedesktop.org> and Roland Mainz
40+ <roland.mainz@nrubsig.org>.
41+
42+ 2005-02-01 Roland Mainz <roland.mainz@nrubsig.org>
43+ * xc/programs/Xserver/hw/xfree86/os-support/bus/xf86Sbus.h
44+ * xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_io.c
45+ * xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_kbd.c
46+ Bugzilla #825 (https://bugs.freedesktop.org/show_bug.cgi?id=825)
47+ attachment #956 (https://bugs.freedesktop.org/attachment.cgi?id=956):
48+ Fix build problems on Linux/SPARC.
49+ Patch by Jeremy Huddleston <eradicator@gentoo.org>.
50+ Approved in the 2005-01-31 Xorg release-wranglers phone call.
51+
52+ 2005-02-01 Alexander Gottwald <ago@freedesktop.org>
53+ * xc/config/cf/cygwin.cf
54+ Bugzilla #1393 (https://bugs.freedesktop.org/show_bug.cgi?id=1393)
55+ attachment #1801 (https://bugs.freedesktop.org/attachment.cgi?id=1801):
56+ Move xorg version numbers to separate config file (committing the
57+ missing parts from attachment #1188, the diff was approved but the
58+ changes were accidently never commited to "cygwin.cf"... ;-().
59+
60+ 2005-02-01 Roland Mainz <roland.mainz@nrubsig.org>
61+ * xc/programs/xmore/xmore.man
62+ * xc/programs/xmore/xmore.sgml
63+ Bugzilla #2415 (https://bugs.freedesktop.org/show_bug.cgi?id=2415)
64+ attachment #1786 (https://bugs.freedesktop.org/attachment.cgi?id=1786):
65+ Fix formatting problem in the xmore(1x) manual page.
66+ Patch by Matthieu Herrb <matthieu.herrb@laas.fr> and Roland Mainz
67+ <roland.mainz@nrubsig.org>.
68+ Approved in the 2005-01-31 Xorg release-wranglers phone call (the
69+ xmore.man diff is an automatic update from the DocBook--->man
70+ conversion).
71+
72+ 2005-02-01 Roland Mainz <roland.mainz@nrubsig.org>
73+ * xc/programs/xrx/plugin/include/npapi.h
74+ * xc/programs/xrx/xnest-plugin/XnestDis.c
75+ Bugzilla #2386 (https://bugs.freedesktop.org/show_bug.cgi?id=2386)
76+ attachment #1766 (https://bugs.freedesktop.org/attachment.cgi?id=1766):
77+ Fix build bustage on MacOSX/*BSD and AIX platforms (1:1 port of the
78+ build bustage fixes from trunk).
79+ Patch by Dan McNichol <mcnichol@austin.ibm.com> and Torrey T.
80+ Lyons <torrey@mrcla.com>.
81+ Approved in the 2005-01-31 Xorg release-wranglers phone call.
82+
83+ 2005-02-01 Roland Mainz <roland.mainz@nrubsig.org>
84+ * xc/config/cf/X11.tmpl
85+ Bugzilla #2410 (https://bugs.freedesktop.org/show_bug.cgi?id=2410)
86+ attachment #1782 (https://bugs.freedesktop.org/attachment.cgi?id=1782):
87+ Build the XRX plugin only if the system supports shared libraries
88+ (which is a requirement for this plugin).
89+ Patch by Matthieu Herrb <matthieu.herrb@laas.fr>.
90+ Approved in the 2005-01-31 Xorg release-wranglers phone call.
91+
92+ 2005-02-01 Roland Mainz <roland.mainz@nrubsig.org>
93+ * xc/programs/Xserver/hw/xfree86/os-support/bsd/bsd_kbd.c
94+ Bugzilla #2252 (https://bugs.freedesktop.org/show_bug.cgi?id=2252)
95+ attachment #1791 (https://bugs.freedesktop.org/attachment.cgi?id=1791):
96+ Fix option dontVTSwitch under *BSD, when XKB is disabled.
97+ Patch by Matthieu Herrb <matthieu.herrb@laas.fr>.
98+ Approved in the 2005-01-31 Xorg release-wranglers phone call.
99+
100+ 2005-02-01 Roland Mainz <roland.mainz@nrubsig.org>
101+ * xc/nls/Compose/pt_BR.UTF-8
102+ * xc/nls/XLC_LOCALE/pt_BR.UTF-8
103+ Bugzilla #2400 (https://bugs.freedesktop.org/show_bug.cgi?id=2400)
104+ attachment #1762 (https://bugs.freedesktop.org/attachment.cgi?id=1762):
105+ Fix build bustage caused by broken patch for brazillian locale support
106+ (see Bugzilla #1896).
107+ Patch by Kevin E. Martin <kem@freedesktop.org>.
108+ Approved in the 2005-01-31 Xorg release-wranglers phone call.
109+
110+ 2005-01-25 Roland Mainz <roland.mainz@nrubsig.org>
111+ * xc/config/cf/xorgversion.def
112+ Bugzilla #2378 (https://bugs.freedesktop.org/show_bug.cgi?id=2378)
113+ attachment #1747 (https://bugs.freedesktop.org/attachment.cgi?id=1747):
114+ Bump version number for upcoming X11R6.8.2rc3 (release canidate 3) to
115+ X11R6.8.1.903.
116+
117+ 2005-01-24 Roland Mainz <roland.mainz@nrubsig.org>
118+ * xc/programs/Xserver/hw/xfree86/drivers/ati/radeon.h
119+ * xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_render.c
120+ Bugzilla #1424 (https://freedesktop.org/bugzilla/show_bug.cgi?id=1424)
121+ attachment #1209 (https://bugs.freedesktop.org/attachment.cgi?id=1209):
122+ Fix problems with RENDER extension accerlation on R100 cards (via
123+ pre-rendering small texture).
124+ Patch by Matthias Hopf <mhopf@suse.de>.
125+
126+ 2005-01-24 Roland Mainz <roland.mainz@nrubsig.org>
127+ * xc/programs/Xserver/hw/xfree86/common/xf86pciBus.c
128+ Bugzilla #2322 (https://freedesktop.org/bugzilla/show_bug.cgi?id=2322)
129+ attachment #1709 (https://bugs.freedesktop.org/attachment.cgi?id=1709):
130+ Fix corruption of PCI config BAR1 of native PCI-Express boards
131+ on 64-bit platforms.
132+ Patch by Michael Yaroslavtsev <mike.work@besm6.org>.
133+
134+ 2005-01-24 Roland Mainz <roland.mainz@nrubsig.org>
135+ * xc/nls/compose.dir
136+ * xc/nls/locale.dir
137+ * xc/nls/Compose/Imakefile
138+ * xc/nls/Compose/pt_BR.UTF-8
139+ * xc/nls/XI18N_OBJS/Imakefile
140+ * xc/nls/XI18N_OBJS/pt_BR.UTF-8
141+ * xc/nls/XLC_LOCALE/Imakefile
142+ * xc/nls/XLC_LOCALE/pt_BR.UTF-8
143+ * xc/programs/Xserver/XpConfig/Imakefile
144+ Bugzilla #1896 (https://bugs.freedesktop.org/show_bug.cgi?id=1896)
145+ attachment #1675 (https://bugs.freedesktop.org/attachment.cgi?id=1675):
146+ Add support for pt_BR.UTF-8 locale.
147+ Patch by Gustavo Noronha Silva, Branden Robinson, Julien Lafon.
148+
149+ 2005-01-24 Roland Mainz <roland.mainz@nrubsig.org>
150+ * xc/lib/font/util/Imakefile
151+ * xc/lib/font/util/utilbitmap.c
152+ Bugzilla #1804 (https://freedesktop.org/bugzilla/show_bug.cgi?id=1804)
153+ attachment #1269 (https://bugs.freedesktop.org/attachment.cgi?id=1269):
154+ Fix build failure (caused by missing symbols such as |TwoByteSwap|)
155+ when linking the FreeType module and the FreeType library both
156+ statically info the Xserver.
157+
158+ 2005-01-24 Roland Mainz <roland.mainz@nrubsig.org>
159+ * xc/extras/Mesa/src/mesa/drivers/dri/radeon/radeon_ioctl.c
160+ Bugzilla #2361 (https://bugs.freedesktop.org/show_bug.cgi?id=2361)
161+ attachment #1739 (https://bugs.freedesktop.org/attachment.cgi?id=1739):
162+ Fix radeon m7 driver lock-ups on glxgears&co.
163+ Patch by Dave Airlie <airlied@freedesktop.org>.
164+
165+ 2005-01-24 Roland Mainz <roland.mainz@nrubsig.org>
166+ * xc/programs/Xserver/hw/xfree86/drivers/i810/i810_dri.c
167+ Bugzilla #2329 (https://bugs.freedesktop.org/show_bug.cgi?id=2329)
168+ attachment #1717 (https://bugs.freedesktop.org/attachment.cgi?id=1717):
169+ Unmap XCursor AGP memory on VT switch to prevent system from lockup.
170+ Patch by Matthias Hopf <mhopf@suse.de>.
171+
172+ 2005-01-23 Roland Mainz <roland.mainz@nrubsig.org>
173+ * xc/config/cf/X11.tmpl
174+ * xc/programs/Imakefile
175+ * xc/programs/xrx/Imakefile
176+ * xc/programs/xrx/plugin/Imakefile
177+ * xc/programs/xrx/plugin/Main.c
178+ * xc/programs/xrx/plugin/PProcess.c
179+ * xc/programs/xrx/xnest-plugin/Imakefile
180+ * xc/programs/xrx/xnest-plugin/NewNDest.c
181+ * xc/programs/xrx/xnest-plugin/SetWin.c
182+ * xc/programs/xrx/xnest-plugin/XnestDis.c
183+ Bugzilla #1372 (https://bugs.freedesktop.org/show_bug.cgi?id=1372)
184+ attachment #932 (https://bugs.freedesktop.org/attachment.cgi?id=932)
185+ and
186+ attachment #1105 (https://bugs.freedesktop.org/attachment.cgi?id=1105)
187+ Repairing XRX/Broadway support.
188+ This patch fixes both the libxrx.so plugin and the Xnest-based
189+ libxrxnest.so plugin and making them compatible to newer versions
190+ of Mozilla and removing the backwards compatibility hacks for old
191+ Netscape3.x versions with statically linked Motif.
192+
193+ 2005-01-23 Roland Mainz <roland.mainz@nrubsig.org>
194+ * xc/programs/Xserver/Xprint/spooler.c
195+ Bugzilla #2167 (https://bugs.freedesktop.org/show_bug.cgi?id=2167)
196+ attachment #1641 (https://bugs.freedesktop.org/attachment.cgi?id=1641):
197+ Fix broken Solaris print queue enumeration.
198+
199+ 2005-01-23 Roland Mainz <roland.mainz@nrubsig.org>
200+ * xc/programs/Xserver/Xprint/Util.c
201+ * xc/programs/Xserver/Xprint/attributes.c
202+ * xc/programs/Xserver/Xprint/attributes.h
203+ * xc/programs/Xserver/Xprint/ps/Ps.h
204+ Bugzilla #2254 (https://bugs.freedesktop.org/show_bug.cgi?id=2254)
205+ attachment #1654 (https://bugs.freedesktop.org/attachment.cgi?id=1654)
206+ and
207+ attachment #1659 (https://bugs.freedesktop.org/attachment.cgi?id=1659)
208+ Fix for gcc4.0 build failure (including removing |ExecCommand()| -
209+ the function has no consumer and can safely be removed).
210+ Patch by Egbert Eich <eich@freedesktop.org> and Roland Mainz
211+ <roland.mainz@nrubsig.org>.
212+
213+ 2005-01-23 Roland Mainz <roland.mainz@nrubsig.org>
214+ * xc/programs/Xserver/Xprint/etc/init.d/xprint.cpp
215+ Bugzilla #2240 (https://bugs.freedesktop.org/show_bug.cgi?id=2240)
216+ attachment #1642 (https://bugs.freedesktop.org/attachment.cgi?id=1642):
217+ Fix incorrect usage of /usr/bin/tr in startup script (the used
218+ "[\n]" is neither correct or portable, using "\n" seems to be
219+ sufficient (this fixes various "random" issues, including
220+ including Debian bug #258419 and Debian bug #264983).
221+ Patch by Drew Parsons <dparsons@debian.org>.
222+
223+ 2005-01-23 Roland Mainz <roland.mainz@nrubsig.org>
224+ * xc/config/cf/xorg.cf
225+ Bugzilla #2264 (https://bugs.freedesktop.org/show_bug.cgi?id=2264)
226+ attachment #1665 (https://bugs.freedesktop.org/attachment.cgi?id=1665):
227+ - Don't build tdfx DRI driver on any platform but x86 and AXP
228+ as therequired Glide3 lib is only available there (if at all).
229+ - Readability fixes.
230+ Patch by Egbert Eich <eich@freedesktop.org>.
231+
232+ 2005-01-23 Roland Mainz <roland.mainz@nrubsig.org>
233+ * xc/config/cf/xorg.cf
234+ Bugzilla #2215 (https://bugs.freedesktop.org/show_bug.cgi?id=2215)
235+ attachment #1658 (https://bugs.freedesktop.org/attachment.cgi?id=1658):
236+ Add i810 driver for AMD64.
237