Skip to content

Commit 129d356

Browse files
author
marha
committed
Updated following packages:
bigreqsproto-1.1.2 fontsproto-2.1.2 recordproto-1.14.2 scrnsaverproto-1.2.2 xcmiscproto-1.2.2 libXt-1.1.3 xhost-1.0.5 kbproto-1.0.6 libXrender-0.9.7 libxkbfile-1.0.8 freetype-2.4.9 libXaw-1.0.10 libXpm-3.5.10 xproto-7.0.23
1 parent 2c1b6ef commit 129d356

File tree

259 files changed

+265040
-33015
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

259 files changed

+265040
-33015
lines changed

X11/ChangeLog

+191
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,194 @@
1+
commit 20202784b9700d973d5301f0cb3243eba99fc349
2+
Author: Alan Coopersmith <[email protected]>
3+
Date: Thu Mar 15 23:11:19 2012 -0700
4+
5+
xproto 7.0.23
6+
7+
Signed-off-by: Alan Coopersmith <[email protected]>
8+
9+
commit ab1fba1a0967ac2289909c3f1a643f876a5dd393
10+
Author: Marko Myllynen <[email protected]>
11+
Date: Mon Feb 20 17:01:21 2012 +0200
12+
13+
x11proto: add permille, ezh, and EZH to keysymdef.h
14+
15+
This patch adds the following mnemonic symbols:
16+
17+
XK_permille for U+2030 PER MILLE SIGN
18+
XK_EZH for U+01B7 LATIN CAPITAL LETTER EZH
19+
XK_ezh for U+0292 LATIN SMALL LETTER EZH
20+
21+
These are the last mnemonic symbols missing from the Finnish keyboard
22+
layout. The characters are part of the Finnish standard, ezh is used
23+
in Sami and permille sign is used commonly in Finland, probably in
24+
other countries as well.
25+
26+
https://bugs.freedesktop.org/show_bug.cgi?id=19687
27+
28+
Signed-off-by: Marko Myllynen <[email protected]>
29+
Reviewed-by: Matt Dew <[email protected]>
30+
Signed-off-by: James Cloos <[email protected]>
31+
32+
commit 67dd3bfe1ea20473944aec414d9f4b5eba196d8b
33+
Author: Frédéric Boiteux <[email protected]>
34+
Date: Wed Nov 30 07:46:54 2011 -0500
35+
36+
Definition of dead greek symbol
37+
38+
Define a new dead greek symbol for use in Dvorak-like Bepo keyboard layout.
39+
40+
FreeDesktop Bug 21475 <https://bugs.freedesktop.org/show_bug.cgi?id=21475>
41+
42+
Signed-off-by: Frédéric Boiteux <[email protected]>
43+
Signed-off-by: James Cloos <[email protected]>
44+
45+
commit 4769a96385e0eb47550773abb00631af89977320
46+
Author: Matt Dew <[email protected]>
47+
Date: Sun Jan 15 17:17:24 2012 -0700
48+
49+
informaltable cleanup
50+
51+
On certain tables, add top and bottom borders to table
52+
header and a bottom border to the table. This matches
53+
what those tables in the old pdfs looked like.
54+
55+
the <?dbfo keep-together='always'> prevents tables from
56+
splitting across pages. Useful for tiny tables.
57+
58+
Converting the colwidth to a floating point,
59+
IE, 1* -> 1.0* cleans up these build errors:
60+
WARNING: table-layout="fixed" and column-width unspecified
61+
=> falling back to proportional-column-width(1)
62+
63+
Signed-off-by: Matt Dew <[email protected]>
64+
65+
commit 7f26709e4bda1154287c27d57cb22465fa815380
66+
Author: Yaakov Selkowitz <[email protected]>
67+
Date: Mon Nov 14 17:22:30 2011 -0600
68+
69+
Cygwin/X: Include <strings.h> early to avoid compile errors
70+
71+
http://lists.x.org/archives/xorg-devel/2011-November/027117.html
72+
73+
Signed-off-by: Yaakov Selkowitz <[email protected]>
74+
Reviewed-by: Jeremy Huddleston <[email protected]>
75+
76+
commit 3d7be5c61b991a3b33526546acda2ab663cdc1d5
77+
Author: Matt Dew <[email protected]>
78+
Date: Mon Oct 3 18:26:22 2011 -0600
79+
80+
1 - fix the capitolization of the ID attriutes to match either the
81+
<title> or <funcdef> string it goes with.
82+
2 - fix any <linkend>'s that were affected by 1.
83+
3 - any <function> in the docs that has an actual funcdef,
84+
will become an olink.
85+
86+
Signed-off-by: Matt Dew <[email protected]>
87+
88+
commit f5d77f49dbd99d54324a6f1807b872d800abddf7
89+
Author: Gaetan Nadon <[email protected]>
90+
Date: Wed Sep 21 15:52:39 2011 -0400
91+
92+
x11proto spec: fix copyright markup
93+
94+
Signed-off-by: Gaetan Nadon <[email protected]>
95+
96+
commit 8cf26b29001b1fe87cce6b56433ffe7874c7e234
97+
Author: Gaetan Nadon <[email protected]>
98+
Date: Wed Sep 14 14:49:03 2011 -0400
99+
100+
spec: remove duplicate Copyright line
101+
102+
Signed-off-by: Gaetan Nadon <[email protected]>
103+
104+
commit aefda8ec34ef64aef43015e6e31ea908da38c4c7
105+
Author: Gaetan Nadon <[email protected]>
106+
Date: Mon Sep 12 11:06:29 2011 -0400
107+
108+
docs: use the &fullrelvers; entity to set X11 release information
109+
110+
Signed-off-by: Gaetan Nadon <[email protected]>
111+
112+
commit a4fca029b5ace31e56941970151c226e221e1dcf
113+
Author: Gaetan Nadon <[email protected]>
114+
Date: Sun Sep 11 19:49:54 2011 -0400
115+
116+
docs: remove <productnumber> which is not used by default
117+
118+
This element is not rendered by default on the title. A template
119+
customization is required to display it.
120+
X Window System does not have a product number.
121+
122+
Signed-off-by: Gaetan Nadon <[email protected]>
123+
124+
commit acd12d6096bad0d0e45b34f52ae92cc32f8ba7bf
125+
Author: Gaetan Nadon <[email protected]>
126+
Date: Thu Sep 8 20:00:00 2011 -0400
127+
128+
docbook.am: embed css styles inside the HTML HEAD element
129+
130+
Rather than referring to the external xorg.css stylesheet, embed the content
131+
of the file in the html output produced. This is accomplished by using
132+
version 1.10 of xorg-xhtml.xsl.
133+
134+
This makes the whole html docs tree much more relocatable.
135+
In addition, it eliminates xorg.css as a runtime file which makes
136+
xorg-sgml-doctools a build time only package.
137+
138+
Signed-off-by: Gaetan Nadon <[email protected]>
139+
140+
commit bd46f6d09c849335574ac84a0aa2de7c28daa552
141+
Author: Gaetan Nadon <[email protected]>
142+
Date: Wed Sep 7 10:31:04 2011 -0400
143+
144+
docbook.am: global maintenance update - entities, images and olinking
145+
146+
Adding support in libX11 for html chunking caused a reorg of docbook.am
147+
as well as the xorg-sgml-doctools masterdb for olinking.
148+
The parameter img.src.path is added for pdf images.
149+
A searchpath to the root builddir is added for local entities, if present.
150+
151+
The docbook.am makefile hides all the details and is identical for
152+
all 22 modules having DocBook documentation. It is included by a thin
153+
Makefile.am which requires no docbook knowledge.
154+
155+
Signed-off-by: Gaetan Nadon <[email protected]>
156+
157+
commit c270f8bed465daff386967c5586eb3c8490b86e0
158+
Author: Alan Coopersmith <[email protected]>
159+
Date: Fri Aug 26 13:55:29 2011 -0700
160+
161+
Fix Xfuncproto.h to work when #included in a C89-mode compilation
162+
163+
Variable argument macros are not supported in C89, only C99 or a
164+
compiler-specific extension like gcc's. Even just defining the
165+
macro causes builds with C89 compilers to fail, as they can't
166+
figure out how to handle #define _X_NONNULL(...), so only define
167+
the fallback for C99 compilers.
168+
169+
Since this means C89 compilers will see _X_NONNULL unexpanded in
170+
sources, add a comment to remind users that this should only be
171+
used with #ifdef _X_NONNULL guards in public/exported API headers
172+
we install for other software to compile against, so that we don't
173+
break their builds.
174+
175+
Signed-off-by: Alan Coopersmith <[email protected]>
176+
Reviewed-by: Julien Cristau <[email protected]>
177+
178+
commit 06ebd5b88bee8c54222bde3178dc773776036802
179+
Author: James Cloos <[email protected]>
180+
Date: Wed Jun 29 09:24:51 2011 -0400
181+
182+
Add some keysyms to support Breton’s n-graphs.
183+
184+
These keysyms are necessary for XIM to support single-keystroke
185+
multiple-character keys on Breton C’HWERTY keyboards.
186+
187+
Addresses: https://bugs.freedesktop.org/show_bug.cgi?id=34453
188+
189+
Signed-off-by: James Cloos <[email protected]>
190+
Reviewed-by: Daniel Stone <[email protected]>
191+
1192
commit 42c16165df536f74d1177eae2b94f96b3ebbdfb2
2193
Author: Peter Hutterer <[email protected]>
3194
Date: Thu Jun 23 09:28:57 2011 +1000

X11/Makefile.in

+2-2
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ AUTOCONF = @AUTOCONF@
147147
AUTOHEADER = @AUTOHEADER@
148148
AUTOMAKE = @AUTOMAKE@
149149
AWK = @AWK@
150+
BASE_CFLAGS = @BASE_CFLAGS@
150151
CC = @CC@
151152
CCDEPMODE = @CCDEPMODE@
152153
CFLAGS = @CFLAGS@
@@ -196,11 +197,10 @@ PACKAGE_URL = @PACKAGE_URL@
196197
PACKAGE_VERSION = @PACKAGE_VERSION@
197198
PATH_SEPARATOR = @PATH_SEPARATOR@
198199
PKG_CONFIG = @PKG_CONFIG@
199-
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
200-
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
201200
SED = @SED@
202201
SET_MAKE = @SET_MAKE@
203202
SHELL = @SHELL@
203+
STRICT_CFLAGS = @STRICT_CFLAGS@
204204
STRIP = @STRIP@
205205
STYLESHEET_SRCDIR = @STYLESHEET_SRCDIR@
206206
USE_FDS_BITS = @USE_FDS_BITS@

X11/Xfuncproto.h.in

+4-2
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,12 @@ in this Software without prior written authorization from The Open Group.
128128
# define _X_ATTRIBUTE_PRINTF(x,y)
129129
#endif
130130

131-
/* requires xproto >= 7.0.22 */
131+
/* requires xproto >= 7.0.22 - since this uses either gcc or C99 variable
132+
argument macros, must be only used inside #ifdef _X_NONNULL guards, as
133+
many legacy X clients are compiled in C89 mode still. */
132134
#if defined(__GNUC__) && ((__GNUC__ * 100 + __GNUC_MINOR__) >= 303)
133135
#define _X_NONNULL(args...) __attribute__((nonnull(args)))
134-
#else
136+
#elif defined(__STDC_VERSION__) && (__STDC_VERSION__ - 0 >= 199901L) /* C99 */
135137
#define _X_NONNULL(...) /* */
136138
#endif
137139

X11/Xfuncs.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void bcopy();
4444
# define bcmp(b1,b2,len) memcmp(b1, b2, len)
4545
# else
4646
# include <string.h>
47-
# if defined(__SCO__) || defined(__sun) || defined(__UNIXWARE__)
47+
# if defined(__SCO__) || defined(__sun) || defined(__UNIXWARE__) || defined(__CYGWIN__)
4848
# include <strings.h>
4949
# endif
5050
# define _XFUNCS_H_INCLUDED_STRING_H

X11/Xos.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ in this Software without prior written authorization from The Open Group.
6060
*/
6161

6262
# include <string.h>
63-
# if defined(__SCO__) || defined(__UNIXWARE__) || defined(__sun)
63+
# if defined(__SCO__) || defined(__UNIXWARE__) || defined(__sun) || defined(__CYGWIN__)
6464
# include <strings.h>
6565
# else
6666
# ifndef index

0 commit comments

Comments
 (0)