summaryrefslogtreecommitdiff
path: root/specs/acknowledgement.xml
blob: cabfa691aca2454c97383e7b9dc7efe5a88ef041 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd">

<!-- <acknowledgements> -->
<dedication>
<title>Acknowledgments</title>


<note>
<title>Acknowledgments for X11R7</title>
<para>
This update to the X11 Intrinsics drops support for K&amp;R C,
as well as improving its use of Standard C features,
notably <type>const</type>.
</para>
<itemizedlist>
<listitem>
<para>
Matt Dew did the initial conversion of this specification from nroff to DocBook.
</para>
<para>
Later, I expanded on that, improving the formatting, as
well as updating the function prototypes in the specification
as well as the related manual pages.
</para>
</listitem>
<listitem>
<para>
Matthieu Herrb modified the Intrinsics header files to drop support
for K&amp;R C, leaving the Standard C prototypes.
</para>
<para>
Later, he applied my changes to complete the conversion of the
library source from a mixture of K&amp;R C and Standard C to
just use the standard language features.
</para>
</listitem>
<listitem>
<para>
Others (including
Alan Coopersmith,
Gaetan Nadon,
Walter Harms,
and Kevin E. Martin) have worked to
maintain the library's build-scripts and documentation.
</para>
</listitem>
</itemizedlist>
<literallayout>
Thomas E. Dickey
invisible-island.net
April 2019
</literallayout>
</note>

<note>
<title>Acknowledgments for X11R6</title>

<para>
The design of the X11 Intrinsics was done primarily by Joel McCormack
of Digital WSL. Major contributions to the design and implementation
also were done by Charles Haynes, Mike Chow, and Paul Asente of Digital
WSL. Additional contributors to the design and/or implementation were:
</para>

<!-- <sidebar> -->
<para>
<informaltable frame='none'>
<?dbfo keep-together="always" ?>
  <tgroup cols='2' rowsep='0' colsep='0'>
  <colspec colwidth='1.0*' />
  <colspec colwidth='1.0*' />
  <tbody>
  <row><?dbfo row-height="0.2cm"?>
    <entry>Loretta Guarino-Reid (Digital WSL)</entry>
    <entry>Rich Hyde (Digital WSL)</entry>
  </row>
  <row><?dbfo row-height="0.2cm"?>
     <entry>Susan Angebranndt (Digital WSL)</entry>
    <entry>Terry Weissman (Digital WSL)</entry>
  </row>
  <row><?dbfo row-height="0.2cm"?>
     <entry>Mary Larson (Digital UEG)</entry>
    <entry>Mark Manasse (Digital SRC)</entry>
  </row>
  <row><?dbfo row-height="0.5cm"?>
     <entry>Jim Gettys (Digital SRC)</entry>
    <entry>Leo Treggiari (Digital SDT)</entry>
  </row>
  <row><?dbfo row-height="0.5cm"?>
     <entry>Ralph Swick (Project Athena and Digital ERP)</entry>
    <entry>Mark Ackerman (Project Athena)</entry>
  </row>
  <row><?dbfo row-height="0.5cm"?>
     <entry>Ron Newman (Project Athena)</entry>
    <entry>Bob Scheifler (MIT LCS)</entry>
  </row>
  </tbody>
  </tgroup>
</informaltable>
</para>
<!-- </sidebar> -->

<para>
The contributors to the X10 toolkit also deserve mention. Although the X11 Intrinsics present an
entirely different programming style, they borrow heavily from the implicit and
explicit concepts in the X10 toolkit.
</para>

<para>
The design and implementation of the X10 Intrinsics were done by:
</para>

<!-- <sidebar> -->
<para>
<informaltable frame='none'>
<?dbfo keep-together="always" ?>
  <tgroup cols='1' rowsep='0' colsep='0'>
  <colspec colwidth='1.0*' />
  <tbody>
  <row>
    <entry>Terry Weissman (Digital WSL)</entry>
  </row>
  <row>
    <entry>Smokey Wallace (Digital WSL)</entry>
  </row>
  <row>
    <entry>Phil Karlton (Digital WSL)</entry>
  </row>
  <row>
    <entry>Charles Haynes (Digital WSL)</entry>
  </row>
  <row>
    <entry>Frank Hall (HP)</entry>
  </row>
  </tbody>
  </tgroup>
</informaltable>
</para>
<!-- </sidebar> -->

<para>
The design and implementation of the X10 toolkit&rsquo;s sample widgets were by
the above, as well as by:
</para>

<!-- <sidebar> -->
<para>
<informaltable frame='none'>
<?dbfo keep-together="always" ?>
  <tgroup cols='1' rowsep='0' colsep='0'>
  <colspec colwidth='1.0*' />
  <tbody>
  <row>
    <entry>Ram Rao (Digital UEG)</entry>
  </row>
  <row>
    <entry>Mary Larson (Digital UEG)</entry>
  </row>
  <row>
    <entry>Mike Gancarz (Digital UEG)</entry>
  </row>
  <row>
    <entry>Kathleen Langone (Digital UEG)</entry>
  </row>
  </tbody>
  </tgroup>
</informaltable>
</para>
<!-- </sidebar> -->

<para>
These widgets provided a checklist of requirements that we had to address in the X11 Intrinsics.
</para>
<para>
Thanks go to Al Mento of Digital&rsquo;s UEG Documentation Group for formatting and generally
improving this document and to John Ousterhout of Berkeley for extensively reviewing early
drafts of it.
</para>
<para>
Finally, a special thanks to Mike Chow, whose extensive performance analysis of the X10 toolkit
provided the justification to redesign it entirely for X11.
</para>

<literallayout>
Joel McCormack
Western Software Laboratory
Digital Equipment Corporation
March 1988
</literallayout>


<para>
The current design of the Intrinsics has benefited greatly from the
input of several dedicated reviewers in the membership of the X
Consortium. In addition to those already mentioned, the following
individuals have dedicated significant time to suggesting improvements
to the Intrinsics:
</para>

<!-- <sidebar> -->
<para>
<informaltable frame='none'>
<?dbfo keep-together="always" ?>
  <tgroup cols='2' rowsep='0' colsep='0'>
  <colspec colwidth='1.0*' />
  <colspec colwidth='1.0*' />
  <tbody>
  <row>
    <entry>Steve Pitschke (Stellar)</entry>
    <entry>C. Doug Blewett (AT&amp;T)</entry>
  </row>
  <row>
    <entry>Bob Miller (HP)</entry>
    <entry>David Schiferl (Tektronix)</entry>
  </row>
  <row>
    <entry>Fred Taft (HP)</entry>
    <entry>Michael Squires (Sequent)</entry>
  </row>
  <row>
    <entry>Marcel Meth (AT&amp;T)</entry>
    <entry>Jim Fulton (MIT)</entry>
  </row>
  <row>
    <entry>Mike Collins (Digital)</entry>
    <entry>Kerry Kimbrough (Texas Instruments)</entry>
  </row>
  <row>
    <entry>Scott McGregor (Digital)</entry>
    <entry>Phil Karlton (Digital)</entry>
  </row>
  <row>
    <entry>Julian Payne (ESS)</entry>
    <entry>Jacques Davy (Bull)</entry>
  </row>
  <row>
    <entry>Gabriel Beged-Dov (HP)</entry>
    <entry>Glenn Widener (Tektronix)</entry>
  </row>
  </tbody>
  </tgroup>
</informaltable>
</para>
<!-- </sidebar> -->

<para>
Thanks go to each of them for the countless hours spent reviewing drafts and code.
</para>

<literallayout>
Ralph R. Swick
External Research Group
Digital Equipment Corporation
MIT Project Athena
June 1988
</literallayout>


<para>
From Release 3 to Release 4, several new members joined the design team. We greatly appreciate
the thoughtful comments, suggestions, lengthy discussions, and in some cases implementation
code contributed by each of the following:
</para>

<!-- <sidebar> -->
<para>
<informaltable frame='none'>
<?dbfo keep-together="always" ?>
  <tgroup cols='2' rowsep='0' colsep='0'>
  <colspec colwidth='1.0*' />
  <colspec colwidth='1.0*' />
  <tbody>
  <row>
    <entry>Don Alecci (AT&amp;T)</entry>
    <entry>Ellis Cohen (OSF)</entry>
  </row>
  <row>
    <entry>Donna Converse (MIT)</entry>
    <entry>Clive Feather (IXI)</entry>
  </row>
  <row>
    <entry>Nayeem Islam (Sun)</entry>
    <entry>Dana Laursen (HP)</entry>
  </row>
  <row>
    <entry>Keith Packard (MIT)</entry>
    <entry>Chris Peterson (MIT)</entry>
  </row>
  <row>
    <entry>Richard Probst (Sun)</entry>
    <entry>Larry Cable (Sun)</entry>
  </row>
  </tbody>
  </tgroup>
</informaltable>
</para>
<!-- </sidebar> -->

<para>
In Release 5, the effort to define the internationalization additions was headed by Bill McMahon
of Hewlett Packard and Frank Rojas of IBM. This has been an educational process for many of
us, and Bill and Frank&rsquo;s tutelage has carried us through. Vania Joloboff of the OSF also contributed
to the internationalization additions. The implementation efforts of Bill, Gabe Beged-Dov,
and especially Donna Converse for this release are also gratefully acknowledged.
</para>

<literallayout>
Ralph R. Swick
December 1989
and
July 1991
</literallayout>

<para>
The Release 6 Intrinsics is a result of the collaborative efforts of participants in the X Consortium&rsquo;s
intrinsics working group. A few individuals contributed substantial design proposals, participated
in lengthy discussions, reviewed final specifications, and in most cases, were also
responsible for sections of the implementation. They deserve recognition and thanks for their
major contributions:
</para>

<!-- <sidebar> -->
<para>
<informaltable frame='none'>
<?dbfo keep-together="always" ?>
  <tgroup cols='2' rowsep='0' colsep='0'>
  <colspec colwidth='1.0*' />
  <colspec colwidth='1.0*' />
  <tbody>
  <row>
    <entry>Paul Asente (Adobe)</entry>
    <entry>Larry Cable (SunSoft)</entry>
  </row>
  <row>
    <entry>Ellis Cohen (OSF)</entry>
    <entry>Daniel Dardailler (OSF)</entry>
  </row>
  <row>
    <entry>Vania Joloboff (OSF)</entry>
    <entry>Kaleb Keithley (X Consortium)</entry>
  </row>
  <row>
    <entry>Courtney Loomis (HP)</entry>
    <entry>Douglas Rand (OSF)</entry>
  </row>
  <row>
    <entry>Bob Scheifler (X Consortium)</entry>
    <entry>Ajay Vohra (SunSoft)</entry>
  </row>
  </tbody>
  </tgroup>
</informaltable>
</para>
<!-- </sidebar> -->

<para>
Many others analyzed designs, offered useful comments and suggestions, and participated in a
significant subset of the process. The following people deserve thanks for their contributions:
Andy Bovingdon, Sam Chang, Chris Craig, George Erwin-Grotsky, Keith Edwards, Clive
Feather, Stephen Gildea, Dan Heller, Steve Humphrey, David Kaelbling, Jaime Lau, Rob Lembree,
Stuart Marks, Beth Mynatt, Tom Paquin, Chris Peterson, Kamesh Ramakrishna, Tom
Rodriguez, Jim VanGilder, Will Walker, and Mike Wexler.
</para>

<para>
I am especially grateful to two of my colleagues: Ralph Swick for expert editorial guidance, and
Kaleb Keithley for leadership in the implementation and the specification work.
</para>

<literallayout>
Donna Converse
X Consortium
April 1994
</literallayout>
</note>
</dedication>
<!-- </acknowledgements> -->