upload tizen2.0 source
[framework/uifw/xorg/lib/libxaw.git] / ChangeLog
1 commit ffaad7ee2ef6e06b4585567df04f6b64356fb6fe
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Fri Jun 1 20:31:30 2012 -0700
4
5     libXaw 1.0.11
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit 52081b462ff7d1844d014bf9be887197caa88160
10 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11 Date:   Sat May 26 15:07:07 2012 -0700
12
13     Only call XawStackFree if XawStackAlloc was used for allocation
14     
15     In FormParagraph() in TextAction.c, the #if OLDXAW case always uses
16     fixed length buffers, while the !OLDXAW case uses XawStackAlloc &
17     XawStackFree to switch to dynamic allocations when the buffers aren't
18     large enough.
19     
20     A couple instances of XawStackFree slipped into the wrong side of
21     the #if checks though, so move them back where they belong.   Also
22     reset pos afterwards, in the case we continue and may use it again,
23     to avoid the chance of a double free.
24     
25     Found by the Parfait 0.5.0.1 bug checking tool:
26     
27     Error: Free memory not allocated dynamically by alloc (CWE 590)
28        Free() was called on a pointer 'buf' to the auto variable 'buf'. Free() must only be used on dynamically allocated memory
29             at line 3946 of TextAction.c in function 'FormParagraph'.
30               'buf' allocated at line 0 as auto variable.
31             at line 4000 of TextAction.c in function 'FormParagraph'.
32               'buf' allocated at line 0 as auto variable.
33     Error: Use after free (CWE 416)
34        Use after free of pointer '&buf'
35             at line 3995 of TextAction.c in function 'FormParagraph'.
36               Previously freed at line 3946 with XtFree.
37     Error: Use after free
38        Double free (CWE 415): Double free of pointer '&buf' in call to XtFree
39             at line 4000 of TextAction.c in function 'FormParagraph'.
40               Previously freed at line 3946 with XtFree.
41        Double free (CWE 415): Double free of pointer '<unknown>' in call to XtFree
42             at line 4000 of TextAction.c in function 'FormParagraph'.
43               Previously freed at line 3946 with XtFree.
44     
45     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
46     Acked-by: pcpa <paulo.cesar.pereira.de.andrade@gmail.com>
47
48 commit ca35cff72a3100c9367b7e7f4811117c8733b8be
49 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
50 Date:   Sat May 26 14:44:26 2012 -0700
51
52     Correct order of arguments to XawStackFree()
53     
54     XawStackAlloc() & XawStackFree() are macros to automate the process of
55     using a fixed size stack buffer for strings smaller than the buffer size,
56     and allocating/freeing memory for larger strings.
57     
58     XawStackFree is defined in src/Private.h as taking (pointer, stk_buffer)
59     and freeing pointer if it's not pointing to the stack buffer.
60     
61     Most of the calls of this macro get the ordering right, but a couple
62     got it reversed, passing a stack buffer to free() instead of the
63     allocated pointer.
64     
65     Found by the Parfait 0.5.0.1 bug checking tool:
66     
67     Error: Free memory not allocated dynamically by alloc (CWE 590)
68        Free() was called on a pointer 'buf' to the auto variable 'buf'. Free() must only be used on dynamically allocated memory
69             at line 2281 of TextAction.c in function 'DoFormatText'.
70               'buf' allocated at line 0 as auto variable.
71             at line 2296 of TextAction.c in function 'DoFormatText'.
72               'buf' allocated at line 0 as auto variable.
73     
74     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
75     Acked-by: pcpa <paulo.cesar.pereira.de.andrade@gmail.com>
76
77 commit 11c3a104141e1a4946ad949dfb5514df0b66a031
78 Author: pcpa <paulo.cesar.pereira.de.andrade@gmail.com>
79 Date:   Tue May 22 20:42:32 2012 -0300
80
81     Correct undefined behavior access to out of scope pointer contents.
82     
83       This problem is triggered in gcc 4.7 DCE (dead code elimination).
84     In the Xaw code, the local constant "String" is not guaranteed to
85     have global scope.
86       The problem was found when debugging the reason xedit built with
87     gcc 4.7 would be very unstable, and that happens regardless of using
88     a libXaw built with gcc 4.6.
89     
90     Signed-off-by: pcpa <paulo.cesar.pereira.de.andrade@gmail.com>
91     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
92
93 commit b16cc35e551860a0bff54c47b33317536ddeae52
94 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
95 Date:   Thu Mar 22 19:51:33 2012 -0700
96
97     libXaw 1.0.10
98     
99     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
100
101 commit 8a78d3aef0f6f1f51997468daf5f67231f4a3ecd
102 Author: Matt Turner <mattst88@gmail.com>
103 Date:   Wed Feb 1 13:44:05 2012 -0500
104
105     Include headers instead of using extern definitions
106     
107     Signed-off-by: Matt Turner <mattst88@gmail.com>
108
109 commit 49c0a2441946f0d70fbd2612f193c95b84dde102
110 Author: Jeremy Huddleston <jeremyhu@apple.com>
111 Date:   Tue Nov 1 20:47:34 2011 -0700
112
113     Build fix for -Werror=pointer-to-int-cast
114     
115     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
116
117 commit fe00db0ecafd95f6e1353b1d5f11ee6012a9b64c
118 Author: Matt Dew <marcoz@osource.org>
119 Date:   Wed Oct 5 22:33:05 2011 -0600
120
121     Cleanup IDs and links in doc
122     
123     1 - fix the capitalization of the ID attributes to match either the
124          <title> or <funcdef> string it goes with.
125     2 - fix any <linkend>'s that were affected by 1.
126     3 - any <function> in the docs that has an actual funcdef,
127     will become an olink.
128     
129     Signed-off-by: Matt Dew <marcoz@osource.org>
130
131 commit c8e8838702ba8ae0a8100c7f1bd94ce9932339de
132 Author: Gaetan Nadon <memsize@videotron.ca>
133 Date:   Mon Sep 19 16:25:43 2011 -0400
134
135     specs: refactor multi license legal text
136     
137     Also restore lost information.
138     There was no version number for this spec as in many of the docs.
139     
140     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
141
142 commit 37ffe69b10ae29e8f91de6ef647d06804b9d159b
143 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
144 Date:   Fri Sep 16 22:13:37 2011 -0700
145
146     Strip trailing whitespace
147     
148     Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
149     git diff -w & git diff -b show no diffs from this change
150     
151     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
152
153 commit 6c628c605e4f58be3a84edc5273a0dd88363a770
154 Author: Gaetan Nadon <memsize@videotron.ca>
155 Date:   Tue Sep 13 17:12:59 2011 -0400
156
157     specs: fix orphan author affiliation.
158     
159     It belongs to Chris Peterson formerly of MIT
160     
161     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
162
163 commit e07f1d83079eb90ea91e3ff120ad747b1cc78bfb
164 Author: Gaetan Nadon <memsize@videotron.ca>
165 Date:   Mon Sep 12 16:54:45 2011 -0400
166
167     docs: use the &fullrelvers; entity to set X11 release information
168     
169     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
170
171 commit 5b1f776e84108bce397cc6721ee176c3bb5592ad
172 Author: Gaetan Nadon <memsize@videotron.ca>
173 Date:   Sun Sep 11 19:49:53 2011 -0400
174
175     docs: remove <productnumber> which is not used by default
176     
177     This element is not rendered by default on the title. A template
178     customization is required to display it.
179     X Window System does not have a product number.
180     
181     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
182
183 commit 038802c68090dd3a75405178516017d80a51ecdf
184 Author: Gaetan Nadon <memsize@videotron.ca>
185 Date:   Thu Sep 8 20:00:00 2011 -0400
186
187     docbook.am: embed css styles inside the HTML HEAD element
188     
189     Rather than referring to the external xorg.css stylesheet, embed the content
190     of the file in the html output produced. This is accomplished by using
191     version 1.10 of xorg-xhtml.xsl.
192     
193     This makes the whole html docs tree much more relocatable.
194     In addition, it eliminates xorg.css as a runtime file which makes
195     xorg-sgml-doctools a build time only package.
196     
197     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
198
199 commit e24d546c5da599f63cc2ff40626b58c1183ed27a
200 Author: Gaetan Nadon <memsize@videotron.ca>
201 Date:   Wed Sep 7 10:31:04 2011 -0400
202
203     docbook.am: global maintenance update - entities, images and olinking
204     
205     Adding support in libX11 for html chunking caused a reorg of docbook.am
206     as well as the xorg-sgml-doctools masterdb for olinking.
207     The parameter img.src.path is added for pdf images.
208     A searchpath to the root builddir is added for local entities, if present.
209     
210     The docbook.am makefile hides all the details and is identical for
211     all 22 modules having DocBook documentation. It is included by a thin
212     Makefile.am which requires no docbook knowledge.
213     
214     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
215
216 commit a6c814b6d02e3f28f1d015678bd3d944ff8dfb10
217 Author: Gaetan Nadon <memsize@videotron.ca>
218 Date:   Thu Sep 1 14:01:02 2011 -0400
219
220     Remove include directive to <X11/Xaw>
221     
222     The -I directive to include/X11/Xaw is removed which will alert
223     developers not to include header files with quotes unless they are in
224     the /src directory.
225     
226     Currently no offending includes were found.
227     
228     Tested-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
229     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
230
231 commit 86444aeda526e957e1d7adc90625f24e263aa7ea
232 Author: Gaetan Nadon <memsize@videotron.ca>
233 Date:   Sat Jun 18 10:22:19 2011 -0400
234
235     man page: replace hard coded section number with __libmansuffix__
236     
237     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
238
239 commit 66e450fdbb58b77641351e3c11631fdde86bf205
240 Author: Gaetan Nadon <memsize@videotron.ca>
241 Date:   Sun Jun 12 18:38:44 2011 -0400
242
243     Install xml versions of specs even if HAVE_XMLTO is false
244     
245     DocBook/XML input source is also a usefull output format that can be viewed
246     with an XML viewer or editor and by some O/S help system.
247     
248     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
249
250 commit f3d7c3c5d9f142149d3217682667b32c3d0ded8d
251 Author: Gaetan Nadon <memsize@videotron.ca>
252 Date:   Sun Jun 5 16:27:36 2011 -0400
253
254     Install target dbs alongside generated documents
255     
256     This matches a change in xorg-sgml-docs whereby the masterdb will look for
257     the target dbs into the same location as the generated documents.
258     
259     The target dbs are now installed alongside the generated documents.
260     Previously they are installed in $prefix/sgml/X11/dbs alongside masterdb which
261     has the potential of installing outside the package prefix and cause
262     distcheck to fail when user does not have write permission in this package.
263     
264     Requires XORG_CHECK_SGML_DOCTOOLS(1.8) which was released 2011-06-11
265
266 commit 39ffb88b3a6523e9258bc6e4f3948a09e63b269f
267 Author: Matt Dew <marcoz@osource.org>
268 Date:   Tue May 31 20:03:23 2011 -0600
269
270     Add id attributes to funcsynopsis to allow other docs to olink to them.
271     
272     Signed-off-by: Matt Dew <marcoz@osource.org>
273     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
274     Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
275
276 commit f5823ff8ed5bd280e7858116c3cec5d97184b175
277 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
278 Date:   Sat May 28 08:48:10 2011 -0700
279
280     Correct path to examples in X11R5 contrib archive
281     
282     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
283
284 commit 7d01dd4176b8ae1664218da8e197ef49d1efd05a
285 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
286 Date:   Fri May 27 20:35:28 2011 -0700
287
288     Bug 37536: Documentation refers to invalid contrib/examples/mit/Xaw
289     
290     https://bugs.freedesktop.org/show_bug.cgi?id=37536
291     
292     Update text to point to the latest distributed copy I found, in the
293     X11R5 contrib archives.
294     
295     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
296
297 commit cfa8e377352d5b9d5dbddc75de8314a509f51224
298 Author: Gaetan Nadon <memsize@videotron.ca>
299 Date:   Sun Feb 27 15:06:18 2011 -0500
300
301     Documentation: add Docbook external references support
302     
303     When writing technical documentation, it is often necessary to cross
304     reference to other information. When that other information is not in the
305     current document, additional support is needed, namely <olink>.
306     
307     A new feature with version 1.7 of xorg-sgml-doctools adds references to
308     other documents within or outside this package.
309     
310     This patch adds technical support for this feature but does not change
311     the content of the documentation as seen by the end user.
312     
313     Each book or article must generate a database containing the href
314     of sections that can be referred to from another document. This database
315     is installed in DATAROOTDIR/sgml/X11/dbs. There is a requirement that
316     the value of DATAROOTDIR for xorg-sgml-doctools and for the package
317     documentation is the same. This forms a virtual document tree.
318     
319     This database is consulted by other documents while they are being generated
320     in order to fulfill the missing information for linking.
321     Refer to the xorg-sgml-doctools for further technical information.
322     
323     Co-authored-by: Matt Dew <marcoz@osource.org>
324     
325     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
326
327 commit a1c8ddc087715876cce1c86f837f7b13b49696aa
328 Author: Glenn Burkhardt <gbburkhardt@verizon.net>
329 Date:   Fri Dec 3 17:22:42 2010 -0500
330
331     fix potential infinte loop in XawBoxQueryGeometry() (bug 11569)
332     
333     Originally sent to xorg@ back in July 2007.
334     http://lists.x.org/archives/xorg/2007-July/025997.html
335
336 commit 38dce0209303b48054c884508633b4ce0d52a819
337 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
338 Date:   Thu Jan 27 22:40:02 2011 -0800
339
340     Convert XmuSnprintf calls to just plain snprintf
341     
342     All supported platforms have native snprintf
343     
344     Remove #include <X11/Xmu/SysUtil.h> since it only defines XmuSnprintf
345     and the unused XmuGethostname
346     
347     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
348
349 commit 83e4910b379cb9b9d69a0438eba3322470afda24
350 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
351 Date:   Thu Jan 27 22:35:46 2011 -0800
352
353     Typo fix: sintax error -> syntax error
354     
355     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
356
357 commit bd78cc3b4afec713fcef114b5f12186d749fdb17
358 Author: Gaetan Nadon <memsize@videotron.ca>
359 Date:   Wed Feb 2 11:43:41 2011 -0500
360
361     config: comment, minor upgrade and layout configure.ac
362     
363     Group statements per section as per Autoconf standard layout
364     Autoconf recommends not using dnl instead of # for comments
365     No functional configuration changes
366     
367     This helps automated maintenance and release activities.
368     Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
369     
370     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
371
372 commit 449ab92d83a972ba28ffda0ae198a6c8e4b00e78
373 Author: Gaetan Nadon <memsize@videotron.ca>
374 Date:   Fri Jan 28 16:07:07 2011 -0500
375
376     config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
377     
378     This silences an Automake warning.
379     
380     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
381
382 commit b73a5ea91d0b3bb61ee8e7aa26ff178fd5b72209
383 Author: Gaetan Nadon <memsize@videotron.ca>
384 Date:   Fri Jan 28 14:59:04 2011 -0500
385
386     config: remove unrequired AC_HEADER_STDC
387     
388     Autoconf says:
389     "This macro is obsolescent, as current systems have conforming
390     header files. New programs need not use this macro".
391
392 commit 03457873474dfc90e5f2322facbd6032a1312086
393 Author: Roberto Branciforti <rbbrnc@gmail.com>
394 Date:   Wed Jan 12 22:36:06 2011 +0100
395
396     Removing trailing white spaces
397     
398     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
399
400 commit 8ac146ce96cfa133b788b1ffdd13fe0b648ee4fc
401 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
402 Date:   Tue Jan 11 17:07:08 2011 -0800
403
404     libXaw 1.0.9
405     
406     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
407
408 commit e7a9b0302f7cb84015e8f612e5b65694d785b2d8
409 Author: Gaetan Nadon <memsize@videotron.ca>
410 Date:   Sun Nov 21 09:33:46 2010 -0500
411
412     config: prevent config.status from being generated three times
413     
414     AC_OUTPUT with parameters is deprecated, use AC_CONFIG_FILES.
415     
416     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
417     Tested-by: Alan Coopersmith <alan.coopersmith@oracle.com>
418     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
419
420 commit 55fc7aa22197350d9cd1039e0398132a63d3589f
421 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
422 Date:   Sat Nov 20 20:10:12 2010 -0800
423
424     Check for getpagesize() with autoconf instead of #ifdef osname
425     
426     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
427     Reviewed-by: Julien Cristau <jcristau@debian.org>
428     Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
429     Tested-by: Gaetan Nadon <memsize@videotron.ca>
430
431 commit b2e86875d03e349a4c85135e4cf41b26b99b083e
432 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
433 Date:   Sat Nov 20 20:06:04 2010 -0800
434
435     convert header checks/ifdefs to autoconf standard AC_CHECK_HEADERS
436     
437     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
438     Reviewed-by: Julien Cristau <jcristau@debian.org>
439     Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
440     Tested-by: Gaetan Nadon <memsize@videotron.ca>
441
442 commit 41bf7992c45c6766c5982b3500b03d9c1b1fab87
443 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
444 Date:   Sat Nov 20 19:54:54 2010 -0800
445
446     config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
447     
448     Regroup AC statements under the Autoconf initialization section.
449     Regroup AM statements under the Automake initialization section.
450     Regroup XORG statements under the Xorg macros section.
451     Add missing AC_CONFIG_SRCDIR
452     
453     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
454
455 commit f85d4342cbfbb58764e24e202f3a7c95eaba3d77
456 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
457 Date:   Sat Nov 20 19:52:41 2010 -0800
458
459     config: Remove unnecessary calls from configure.ac
460     
461     AC_PROG_CC is provided by XORG_DEFAULT_OPTIONS now
462     PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
463     
464     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
465
466 commit 394a0c49c849e497cbcb987154ff796eb34f4820
467 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
468 Date:   Thu Nov 11 23:30:22 2010 -0800
469
470     specs/CH6.xml: Remove stray quote in chapter title
471     
472     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
473
474 commit e9da4e6268b2cfbda793435caedc6403b2a918f0
475 Author: Gaetan Nadon <memsize@videotron.ca>
476 Date:   Tue Nov 9 13:04:44 2010 -0500
477
478     config: HTML file generation: use the installed copy of xorg.css
479     
480     Currenlty the xorg.css file is copied in each location
481     where a DocBook/XML file resides. This produces about
482     70 copies in the $(docdir) install tree.
483     
484     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
485
486 commit fd5ef2fb841903c0a7d59e56f8fe69d0974f964c
487 Author: Jeremy Huddleston <jeremyhu@apple.com>
488 Date:   Tue Nov 2 09:52:34 2010 -0700
489
490     xaw6.pc: Only list xmu in Requires.private, not Requires
491     
492     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
493     
494     Based on earlier similar change to xaw7.pc which was:
495     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
496     Tested-by: Gaetan Nadon <memsize@videotron.ca>
497
498 commit 5136e2aabb73fec3c1670616bf0ebf828a1a1ca9
499 Author: Cyril Brulebois <kibi@debian.org>
500 Date:   Thu Oct 28 00:29:30 2010 +0200
501
502     Fix missing <X11/Intrinsic.h> in XawInit.h
503     
504     Configure scripts/test programs might have troubles detecting libXaw by
505     just including XawInit.h, since it doesn't include <X11/Intrinsic.h>,
506     even though it's needed for the Widget definition.
507     
508     X.Org Bugzilla #3526 <https://bugs.freedesktop.org/show_bug.cgi?id=3526>
509     
510     Signed-off-by: Cyril Brulebois <kibi@debian.org>
511     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
512
513 commit 7b8196c9f7723b77b5d18fc1cc2070e557a7f767
514 Author: Jeremy Huddleston <jeremyhu@apple.com>
515 Date:   Mon Oct 25 12:33:32 2010 -0700
516
517     Move -I CFLAGS to CPPFLAGS
518     
519     Previously, setting CPPFLAGS at configure time could result in using the
520     installed headers rather than the ones included in the package.
521     
522     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
523
524 commit 46ca2da2e8d29d7f1347c9f4e9fb3794dd99cb7a
525 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
526 Date:   Mon Oct 25 10:47:03 2010 -0700
527
528     libXaw 1.0.8
529     
530     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
531
532 commit b190356ebf2f0eb390ddf128edf1f0c761c3f14b
533 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
534 Date:   Sun Oct 24 22:38:05 2010 -0700
535
536     Add pointer to API spec in $(docdir) to Xaw.man
537     
538     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
539     Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
540
541 commit 35197044c7632b37322d15454589416fcdb7dc86
542 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
543 Date:   Sun Oct 24 22:28:42 2010 -0700
544
545     specs/Makefile.am: remove whitespace after line continuation chars
546     
547     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
548
549 commit e20dbae7ab37431928e8f0f6d18644d0a7bdcdb7
550 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
551 Date:   Sun Oct 24 22:27:34 2010 -0700
552
553     Sun's copyrights now belong to Oracle
554     
555     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
556
557 commit 47cab7a9160e4326107feac80ef4cc47289404ef
558 Author: Gaetan Nadon <memsize@videotron.ca>
559 Date:   Sun Oct 17 20:29:02 2010 -0400
560
561     make: use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
562     
563     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
564
565 commit 82f22390f2d1d78c9bc4f4900e3d088fd704eeb0
566 Author: Gaetan Nadon <memsize@videotron.ca>
567 Date:   Sun Oct 17 20:26:32 2010 -0400
568
569     make: use the appropriate platform version of sed
570     
571     As provided by AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
572     
573     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
574
575 commit a2fa2705252db693d2b0f9da8f28fbfe3f88f083
576 Author: Gaetan Nadon <memsize@videotron.ca>
577 Date:   Sun Oct 17 20:24:43 2010 -0400
578
579     config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
580     
581     It depends on util-macros 1.8 or later
582     The existing statement can now be removed from the configuration file.
583     
584     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
585
586 commit b4d3a7153d9f39f9f385a750d39e30385caddd7e
587 Author: Jesse Adkins <jesserayadkins@gmail.com>
588 Date:   Tue Sep 28 13:30:02 2010 -0700
589
590     Purge cvs tags.
591     
592     Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
593     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
594
595 commit f383e5989956dbaefc7bbacfe54bcc34e9144416
596 Author: Walter Harms <wharms@bfs.de>
597 Date:   Mon Aug 30 11:30:08 2010 -0400
598
599     Fix case statement typo in edit mode code
600     
601     Signed-off-by: Adam Jackson <ajax@redhat.com>
602
603 commit b6750449f32c07fe277146b55a9f988bfaa3e0d2
604 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
605 Date:   Fri Aug 6 21:36:50 2010 -0700
606
607     xaw7.pc: Only list xmu in Requires.private, not Requires
608     
609     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
610     Tested-by: Gaetan Nadon <memsize@videotron.ca>
611
612 commit fdeacea047db7c651f1640a6ade13063c29a816b
613 Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
614 Date:   Sun Aug 8 22:05:45 2010 -0500
615
616     Remove symlinks created in install-exec-hook during uninstall
617     
618     Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
619     Tested-by: Gaetan Nadon <memsize@videotron.ca>
620
621 commit b8e3deb07d09f700026a37e4f887f20fae2bd93e
622 Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
623 Date:   Sun Aug 8 05:19:12 2010 -0500
624
625     Install unversioned import library on Cygwin/MinGW
626     
627     Using LN_S is required for portability; on MinGW, this is "cp -p".
628     
629     The install-exec-hook in src/Makefile.am must remain !PLATFORM_WIN32,
630     as Windows cannot resolve DLL runtime dependencies from symlinks.
631     
632     Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
633     Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
634
635 commit f7e3c7c8859cc25a1701507ed0f656cc38a2a550
636 Author: Gaetan Nadon <memsize@videotron.ca>
637 Date:   Tue Aug 3 15:23:57 2010 -0400
638
639     config: xorg-macros minimum of 1.10 required for XORG_CHECK_SGML_DOCTOOLS
640     
641     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
642
643 commit 95fe60384d60b31a33bec48a58242b8b5f2aa7a0
644 Author: Gaetan Nadon <memsize@videotron.ca>
645 Date:   Sat Jul 24 11:03:56 2010 -0400
646
647     config: add AM_PROG_CC_C_O for per-target compilation flags
648     
649     Per-target compilation flags (libXaw7_la_CFLAGS) are required
650     when multiple targets which require different compiler flags,
651     are build in the same makefile.
652     
653     Automake issues a command with -c and -o flags which not all compilers
654     support. The object fles are prefixed with libXaw7_la.
655     The macro AM_PROG_CC_C_O must then be used to provide this feature
656     on compilers that do not have it. If not, a warning is issued at make time.
657     
658     This macros checks for compiler support and if missing, uses a "compile"
659     script it generates in the package root directory.
660     
661     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
662     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
663
664 commit bd8cb49382a4277d6294a4fceda89b8d0769c5ba
665 Author: Gaetan Nadon <memsize@videotron.ca>
666 Date:   Fri Jul 9 20:42:16 2010 -0400
667
668     specs: use pattern rules rather than suffix rules
669     
670     This allows target to rebuild when included .xml files are changed.
671     
672     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
673
674 commit 3191a58b3cd4c2ac3325bda0aa250f6cb973eac2
675 Author: Gaetan Nadon <memsize@videotron.ca>
676 Date:   Tue Jul 6 13:33:30 2010 -0400
677
678     specs: libXaw.xml was listed twice in dist_doc_DATA
679     
680     This should fix the dist/install target problem on some tinder boxes
681     
682     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
683
684 commit e474cc545ed803012785029412e09ae09063ce39
685 Author: Gaetan Nadon <memsize@videotron.ca>
686 Date:   Tue Jul 6 13:09:24 2010 -0400
687
688     specs: remove file accidently checked-in
689     
690     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
691
692 commit 8d6114c248f7c8039a41dbc863240c63e3eccd54
693 Author: Matt Dew <matt@osource.org>
694 Date:   Tue Jul 6 09:06:52 2010 -0400
695
696     specs: replace troff source with docbook-xml source
697     
698     Placed specs files in the "specs" directory to be consistent
699     with other libraries specs.
700     
701     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
702
703 commit ad23722c4eec72f24d266291c31dfbed15d41e26
704 Author: Gaetan Nadon <memsize@videotron.ca>
705 Date:   Mon Mar 29 14:53:48 2010 -0400
706
707     config: remove the pkgconfig pc.in file from EXTRA_DIST
708     
709     Automake always includes it in the tarball.
710     
711     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
712
713 commit 0a86ae9ba2143642b29bc1c00a2f3f70eb5a1b52
714 Author: Alan Coopersmith <alan.coopersmith@sun.com>
715 Date:   Thu Jan 14 20:52:10 2010 -0800
716
717     Update Sun license notices to current X.Org standard form
718     
719     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
720
721 commit 7052118fed1c3734ac6d681130f62cd2899f9026
722 Author: Gaetan Nadon <memsize@videotron.ca>
723 Date:   Tue Feb 16 14:54:00 2010 -0500
724
725     spec: change install cmd due to automake 1.11
726     
727     docData_INSTALL is defined in 1.9 and 1.10 but not 1.11
728     
729     Reported-by: Tobias Droste <tdroste@gmx.de>
730     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
731
732 commit c690f3b7f85724eeb4e84c4f600a2408b00ee8af
733 Author: Gaetan Nadon <memsize@videotron.ca>
734 Date:   Tue Feb 9 17:46:41 2010 -0500
735
736     doc: use $(mkdir_p) rather than $(MKDIR_P) due to automake 1.9.6
737     
738     $(MKDIR_P) is not defined in automake 1.9.
739     
740     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
741
742 commit e87c5d8f8753a69f0b82c011c2b82bd53907bd4f
743 Author: Gaetan Nadon <memsize@videotron.ca>
744 Date:   Sun Jan 31 18:30:58 2010 -0500
745
746     doc: use new macros to control doc generation
747     
748     Namely XORG_WITH_GROFF for the groff generation tool
749     XORG_ENABLE_SPECS for the generation of functional specs
750     
751     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
752
753 commit db4fc91e01d51155322b8057b4dc60d56c3b26f2
754 Author: Gaetan Nadon <memsize@videotron.ca>
755 Date:   Sun Jan 31 17:43:29 2010 -0500
756
757     doc: clean-up generated html images
758     
759     Generate images in /images as is the convention
760     Provide a base file name for images rather than process ID
761     Remove images directory when running make clean
762     
763     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
764
765 commit ceaf6f7f0e516b1479744df421de404b1decc556
766 Author: Rémi Cardona <remi@gentoo.org>
767 Date:   Thu Dec 17 08:28:30 2009 +0100
768
769     require autoconf 2.60 because of $(docdir) use
770     
771     Signed-off-by: Rémi Cardona <remi@gentoo.org>
772     Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
773     Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com>
774     Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
775
776 commit 4cf1bbc4a0f167eae794283f5d47be28192f6b14
777 Author: Gaetan Nadon <memsize@videotron.ca>
778 Date:   Fri Nov 27 20:56:03 2009 -0500
779
780     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
781     
782     Now that the INSTALL file is generated.
783     Allows running make maintainer-clean.
784
785 commit 6509e9d695889f55f7749e10006aef7288e30cbd
786 Author: Gaetan Nadon <memsize@videotron.ca>
787 Date:   Wed Oct 28 15:24:48 2009 -0400
788
789     .gitignore: use common defaults with custom section # 24239
790     
791     Add an ignore file for the new spec subdir
792
793 commit ccf1bbf854152ed64e1f184388962361b7d828ae
794 Author: Gaetan Nadon <memsize@videotron.ca>
795 Date:   Wed Oct 28 15:19:25 2009 -0400
796
797     configure.ac: AM_MAINTAINER_MODE missing #24238
798     
799     This turns off maintainer mode build rules in tarballs.
800     Works in conjunction with autogen.sh --enable-maintainer-mode
801     For all X.Org components.
802
803 commit 504ec86f33975a1954136c875d09f7549557b962
804 Author: Gaetan Nadon <memsize@videotron.ca>
805 Date:   Wed Oct 28 14:09:10 2009 -0400
806
807     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
808     
809     Add missing INSTALL file. Use standard GNU file on building tarball
810     README may have been updated
811     Remove AUTHORS file as it is empty and no content available yet.
812     Remove NEWS file as it is empty and no content available yet.
813
814 commit b04ca66401a3ae83370c8b497561b099d45da246
815 Author: Gaetan Nadon <memsize@videotron.ca>
816 Date:   Mon Oct 26 22:08:42 2009 -0400
817
818     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
819     
820     ChangeLog filename is known to Automake and requires no further
821     coding in the makefile.
822
823 commit d56b65e53f5b7c4d1640ea5273827285f95f835c
824 Author: Gaetan Nadon <memsize@videotron.ca>
825 Date:   Thu Oct 22 16:19:19 2009 -0400
826
827     Makefile.am: do not include autogen.sh in distribution #24183
828     
829     This is a private build script that should not be distributed
830
831 commit b7a88244153030fc1e50be39edc81ce02e021f73
832 Author: Gaetan Nadon <memsize@videotron.ca>
833 Date:   Thu Oct 22 13:10:02 2009 -0400
834
835     .gitignore: use common defaults with custom section # 24239
836     
837     Using common defaults will reduce errors and maintenance.
838     Only the very small or inexistent custom section need periodic maintenance
839     when the structure of the component changes. Do not edit defaults.
840
841 commit 8a2925a69e6fc8627e7e92a9427e1885c3033ae7
842 Author: Gaetan Nadon <memsize@videotron.ca>
843 Date:   Thu Oct 22 12:34:19 2009 -0400
844
845     .gitignore: use common defaults with custom section # 24239
846     
847     Using common defaults will reduce errors and maintenance.
848     Only the very small or inexistent custom section need periodic maintenance
849     when the structure of the component changes. Do not edit defaults.
850
851 commit 2f64f87f34f79cbf8ef06d1399f9f4f26cce9e4c
852 Author: Julien Cristau <jcristau@debian.org>
853 Date:   Wed Nov 25 16:06:06 2009 +0100
854
855     Remove Xaw8 copyright notices / license from COPYING
856     
857     All code carrying this notice has been removed already.
858     
859     Signed-off-by: Julien Cristau <jcristau@debian.org>
860
861 commit cf01abd815c9dac9583eca383455448b72b435a1
862 Author: Julien Cristau <jcristau@debian.org>
863 Date:   Wed Nov 25 13:58:43 2009 +0100
864
865     Remove more Xaw8 remnants
866     
867     !defined(OLDXAW) && !defined(XAW7) was only true for Xaw8, as far as I
868     can tell.
869     The Print.h and PrintSP.h headers were already removed from the build
870     system, but remained in git unused.
871     
872     Signed-off-by: Julien Cristau <jcristau@debian.org>
873     Signed-off-by: Daniel Stone <daniel@fooishbar.org>
874
875 commit f481179c69e991b9aa184399b9f1fffbcc2f999b
876 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
877 Date:   Wed Oct 21 12:47:24 2009 -0700
878
879     This is not a GNU project, so declare it foreign.
880     
881     On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
882     > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
883     > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
884     > > was quite annoying to work around since 'autoreconf -fvi' replaces
885     > > it and git wants to commit it.  Should these files even be in git?
886     > > Can I nuke them for the betterment of humanity and since they get
887     > > created by autoreconf anyways?
888     >
889     > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
890     
891     As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
892     AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
893     of the INSTALL file. It is also part of the 24206 solution.
894     
895     Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
896
897 commit 51c3533c363f3224cbed37b3d8980bc8c1fa9ce1
898 Author: Colin Harrison <colin.harrison@virgin.net>
899 Date:   Tue Oct 20 17:34:19 2009 +0100
900
901     Lost parenthesis in a recent libXaw change
902     
903     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
904
905 commit f373e193a48eaf6d799d0b6ad32fd58d8ae8b3bd
906 Author: Eric Sesterhenn <eric.sesterhenn@lsexperts.de>
907 Date:   Tue Oct 20 08:20:25 2009 -0700
908
909     Bug 24635: File Descriptor leaks in libxaw-1.0.7
910     
911     http://bugs.freedesktop.org/show_bug.cgi?id=24635
912     
913     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
914
915 commit 4ec346977273cc217b22a9225cb0d90351e6069c
916 Author: Alan Coopersmith <alan.coopersmith@sun.com>
917 Date:   Sat Oct 17 14:45:39 2009 -0700
918
919     libXaw 1.0.7
920     
921     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
922
923 commit d158018aad18552c5788df38de40ef50b7652dde
924 Author: Alan Coopersmith <alan.coopersmith@sun.com>
925 Date:   Fri Oct 9 16:14:59 2009 -0700
926
927     Move Xaw specification document from xorg-docs module to spec/*
928     
929     Makefile support added to build postscript, text & html output,
930     and install it to ${docdir}, if groff is found and --disable-docs
931     was not specified
932     
933     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
934
935 commit b5a23647f0bbd68f226e7e03496144f838c09000
936 Author: Alan Coopersmith <alan.coopersmith@sun.com>
937 Date:   Fri Oct 9 11:02:07 2009 -0700
938
939     Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
940     
941     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
942
943 commit b512bfc3fb5c489f4e1ef6529f7632bd70b9f461
944 Author: Bernhard R. Link <brlink@debian.org>
945 Date:   Fri Aug 18 16:29:10 2006 +0200
946
947     Xaw's tooltips remove timers not belonging to them
948     
949     Xaw's Tips.c registers and releases timers for tooltips to show,
950     but does not remember a timer already triggered. Thus it releases
951     timers no longer belonging to it but to other users of Xt Timeouts
952     within the same program. (This even happens very often, as Xt reuses
953     old TimeEventRecs, so the next one adding a timeout will get exactly
954     this number.)
955     
956     Section 7.1.3 of Intrinsic.txt.gz says:
957     
958     | Note that timeouts are automatically removed once they trig-
959     | ger.
960     
961     src/Repeater.c correctly forgets the timer when it is triggered, but
962     src/StripChart.c does very strange things with Xt Timeouts, which
963     very likely will have similar problems.
964     
965     X.Org bug#9936 <http://bugs.freedesktop.org/show_bug.cgi?id=9936>
966
967 commit 2ef9c2d730200246405cfdfc882a66fbd6728a92
968 Author: Adam Jackson <ajax@redhat.com>
969 Date:   Thu Jul 2 13:37:13 2009 -0400
970
971     libXaw 1.0.6
972
973 commit 9d9facf604d2355842a3834664a1ddc233d4d1e1
974 Author: Alan Coopersmith <alan.coopersmith@sun.com>
975 Date:   Mon Feb 2 20:34:32 2009 -0800
976
977     Add README with pointers to mailing list, bugzilla & git repos
978     
979     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
980
981 commit 654fd414b7ebe3a0fccd6712bf52666d42d2a711
982 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
983 Date:   Fri Jan 9 20:24:10 2009 -0200
984
985     Changed AsciiSrc widget to use only binary selection transfers.
986     
987       Conversion from multi byte to single byte text format, and
988     vice versa, frequently doesn't do what the user want, so,
989     operate only on literal/binary selection transfers.
990
991 commit 0b9de9e69e95872dd3eddbe5c1602e42c27c53e1
992 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
993 Date:   Fri Jan 9 19:18:36 2009 -0200
994
995     Compile warning fixes.
996     
997       This uses XORG_CHANGELOG macro to properly work with the "git-log"
998     to "git log" change (required to pass "make distcheck"), uses the
999     XORG_CWARNFLAGS macro. Most gcc 4.3 and sparse warnings corrected.
1000
1001 commit 420efdba52593bf13d97c7e001b64caccd04cd5d
1002 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
1003 Date:   Sat Nov 8 16:04:23 2008 -0800
1004
1005     Fixed compile/install on darwin
1006
1007 commit a48021b05693c74bd03b51b82abec4ce3ba24dc5
1008 Author: Peter Breitenlohner <peb@mppmu.mpg.de>
1009 Date:   Sat Nov 8 15:44:22 2008 +0100
1010
1011     xaw6 doesn't depend on xpm
1012
1013 commit 6dab13545cd26efd46dbb58a18ae651c56c7d76d
1014 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
1015 Date:   Fri Nov 7 15:45:32 2008 -0200
1016
1017     libXaw version 1.0.5.
1018
1019 commit 90a343b898dabb8cac5ec831b45e20b1abd306ac
1020 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
1021 Date:   Fri Nov 7 15:36:15 2008 -0200
1022
1023     Correct build on systems that did not yet upgrade to libtool-2.2
1024     
1025       Also correct lib Changelog generation by running "git log" instead of
1026     "git-log", what should work on all versions of git.
1027       The libtool correction issue is probably a hack over several other
1028     hacks. The proper correction should be to ensure that AC_PROG_SED is run
1029     before the AC_CONFIG_COMMANDS([libtool_hack],...), what appears to be the
1030     case in latest libtool, but not 1.5.x.
1031
1032 commit 8256de6062eb150c612ef09a1ae855de0a0cba6c
1033 Author: Lee Leahu <freedesktop-bugs@dyweni.com>
1034 Date:   Fri Nov 7 11:00:15 2008 -0500
1035
1036     Fix configure error when using libtool-2.2.*
1037     
1038     The configure script errors out when preparing to compile libXaw.
1039     
1040     The error occurs with libtool-2.2.6a and libtool-2.2.4.
1041     
1042     The error does not occur with libtool-1.5.26.
1043     
1044     The error is caused because the libtool file is not created by the
1045     time sed attempts to fix the SONAME.
1046     
1047     Libtool-2.2 made an incompatible change to LT_INIT (which replaces
1048     AC_PROG_LIBTOOL): it generates the libtool script at the AC_OUTPUT,
1049     rather then right after being called.  Sometimes, configure scripts
1050     call configure to run tests or read its settings; in those cases,
1051     LT_OUTPUT can be appended to force libtool generation earlier.
1052     
1053     There is one caveat: libtool is still (re)generated during AC_OUTPUT,
1054     so in our case, even adding LT_OUTPUT wouldn't help, because the sed
1055     changes are overwritten.
1056     
1057     AFAICS the solution is to use AC_CONFIG_COMMANDS; patch against
1058     current git master attached.
1059     
1060     Report and patch from: http://bugs.freedesktop.org/show_bug.cgi?id=18073
1061     
1062     Signed-off-by: James Cloos <cloos@jhcloos.com>
1063
1064 commit 012e73faab8dc8617c6da4679715dae14f6cddd4
1065 Author: Daniel Stone <daniel@fooishbar.org>
1066 Date:   Fri Aug 15 18:25:53 2008 +0300
1067
1068     Remove last remaining vestiges of Xprint support
1069     
1070     Occasionally I think I'm smart enough to commit without testing, then I
1071     break the build.  Bad Daniel.  No biscuit.
1072
1073 commit 3cbe136d633d18b263f596638d55f8f13fabd540
1074 Author: Daniel Stone <daniel@fooishbar.org>
1075 Date:   Fri Aug 15 17:59:59 2008 +0300
1076
1077     Remove Xaw8 (Xprint)
1078     
1079     Remove Xaw8, which only provided Xprint support over Xaw7.
1080
1081 commit 89416252097c97833c879dc2be56d2b6cd6a8f88
1082 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
1083 Date:   Wed Jul 23 18:08:09 2008 -0300
1084
1085     Minor set of trivial corrections.
1086     
1087       Ansify two non ansified functions definitions.
1088       Don't declare a variable that is not used.
1089       Actually declare the prototype a function that is defined unconditionally.
1090
1091 commit 43cb3d388eae5a814ac4f36edca5780a6ea4934f
1092 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
1093 Date:   Fri Jul 11 17:21:18 2008 -0300
1094
1095       Remove almost 10 year old notice about Xaw development from man page.
1096     
1097       Correct a problem when deleting text portions that may lead to a crash
1098     due to accessing released memory; in most cases it would crash in
1099     AsciiSink.c:AsciiPreparePaint() when calling XtMalloc() with a negative
1100     value.
1101       The problem was due to  not properly removing/updating XawTextEntity
1102     objects. One case that can cause the problem to happen is with patch files
1103     with syntax highlight, and sequentially selecting a deleting them. At one
1104     point attempt to remove the "first" XawTextAnchor, and also incorrectly
1105     update it's offset value to a negative value. The problem is not easy
1106     to reproduce as it requires a file with a special pattern (in this case
1107     the syntax highlight used for patch) and it would fail after removing
1108     all "entities" of the second "anchor".
1109
1110 commit 0b6058db1ce978f17d6eb99f5b253b813a133294
1111 Author: Dan Nicholson <dbn.lists@gmail.com>
1112 Date:   Thu Jul 10 16:21:06 2008 -0700
1113
1114     Use sed instead of ed for libtool SONAME hacking
1115     
1116     Since sed is already required by autoconf and libtool, it makes sense to
1117     use it instead of pulling in ed, too. The editing script only has to be
1118     changed slightly to accommodate this. The resulting libtool has been
1119     checked to be the same on Linux (GNU sed) and HP-UX.
1120     
1121     Building libXaw was the only reason I have ed on my system anymore.
1122     Maybe someday this can be fixed properly.
1123
1124 commit b605a26ff481259d4aca466ae68142f53ced43ce
1125 Author: Dan Nicholson <dbn.lists@gmail.com>
1126 Date:   Thu Jul 10 15:37:51 2008 -0700
1127
1128     Be more robust using ed for the libtool hacks
1129     
1130     Two failures during the libtool SONAME hacking that were being ignored
1131     are now fixed:
1132      * ed was called without first checking that it exists
1133      * ed could fail in editing the libtool script
1134
1135 commit fa7dd561c40ce3dcd8252b5eda09258836659d66
1136 Author: Colin Harrison <colin.harrison-at-virgin.net>
1137 Date:   Wed Apr 23 10:18:15 2008 +0100
1138
1139     Add MINGW32 definition
1140
1141 commit 8c0f99b1d1f0d5d3b734a43eddb10bd8c5397aed
1142 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
1143 Date:   Sun Mar 9 00:24:33 2008 +0100
1144
1145     Makefile.am: nuke RCS Id
1146
1147 commit 857781383ef123a31a84a766507a8e11b9e3f778
1148 Author: Alan Coopersmith <alan.coopersmith@sun.com>
1149 Date:   Tue Aug 21 13:19:01 2007 -0700
1150
1151     Version bump: 1.0.4
1152
1153 commit cf90924541fe9af09c582ddd60953c4a08ceb004
1154 Author: Eric S. Raymond <esr@thyrsus.com>
1155 Date:   Sun Jan 14 10:34:00 2007 -0800
1156
1157     Bug #9649: Bad markup on XAw.3x
1158     
1159     X.Org Bugzilla #9649 <https://bugs.freedesktop.org/show_bug.cgi?id=9649>
1160
1161 commit 0515e29cfc0ed99b06dcf9399a0504bde7c81d93
1162 Author: Daniel Drake <ddrake@brontes3d.com>
1163 Date:   Tue May 29 12:21:00 2007 -0800
1164
1165     Bug #11091: libXaw COPYING file
1166     
1167     X.Org Bugzilla #11091 <https://bugs.freedesktop.org/show_bug.cgi?id=11091>
1168     Attachment #10122 <https://bugs.freedesktop.org/attachment.cgi?id=10122>
1169
1170 commit ee6e61225943ec77c8b97ae8115ce37c42e8c16e
1171 Author: Alan Coopersmith <alan.coopersmith@sun.com>
1172 Date:   Wed Apr 11 20:15:00 2007 -0700
1173
1174     Use iswalnum() if it's present as a function, not just if it's #defined
1175     
1176     Also fixes X.Org bugzilla #8564
1177
1178 commit eccdec2bf4680b42036f03a7ce0ae9bfe5ef5374
1179 Author: Alan Coopersmith <alan.coopersmith@sun.com>
1180 Date:   Wed Jan 3 21:30:22 2007 -0800
1181
1182     Version bump: 1.0.3
1183
1184 commit a2d3487dd5422ef273acae83cc20078a1a9f37c6
1185 Author: Alan Coopersmith <alan.coopersmith@sun.com>
1186 Date:   Wed Jan 3 21:19:37 2007 -0800
1187
1188     Replace static ChangeLog with dist-hook to generate from git log
1189
1190 commit c653eb5742b0ef50570a8371d7787eeb1e7b5667
1191 Author: Alan Coopersmith <alan.coopersmith@sun.com>
1192 Date:   Wed Jan 3 21:12:07 2007 -0800
1193
1194     Add call to PKG_PROG_PKG_CONFIG so configure doesn't break with --disable-xaw6
1195
1196 commit 32d0891b982b4cea322bdc2d8ecd32e912c70f54
1197 Author: Alan Coopersmith <alan.coopersmith@sun.com>
1198 Date:   Wed Jan 3 21:09:36 2007 -0800
1199
1200     Add *~ to .gitignore to skip over patch/emacs droppings
1201
1202 commit 21a1c92130ef304607b696c8e5db2185a89a4ba7
1203 Author: Alan Coopersmith <alan.coopersmith@sun.com>
1204 Date:   Thu Jul 13 14:58:49 2006 -0700
1205
1206     renamed: .cvsignore -> .gitignore
1207
1208 commit e487a686b1e251936c0926ff124c1b754814c7f5
1209 Author: Adam Jackson <ajax@nwnk.net>
1210 Date:   Thu Apr 27 00:03:33 2006 +0000
1211
1212     Bump to 1.0.2
1213
1214 commit 580c3f12423e15192f4eff456ebf2f6246318bd9
1215 Author: Adam Jackson <ajax@nwnk.net>
1216 Date:   Mon Apr 3 19:23:16 2006 +0000
1217
1218     Bug #6404: Cygwin build fixes (Yaakov Selkowitz)
1219
1220 commit 735d010ee2c6dc2a6279dc16d1c9a1128c59d91a
1221 Author: Kevin E Martin <kem@kem.org>
1222 Date:   Wed Dec 21 02:30:05 2005 +0000
1223
1224     Update package version for X11R7 release.
1225
1226 commit 3b81b8af98277206eea791f0f9e7cf5a617a4b20
1227 Author: Adam Jackson <ajax@nwnk.net>
1228 Date:   Mon Dec 19 16:28:26 2005 +0000
1229
1230     Stub COPYING files
1231
1232 commit 7f10a61e2cb38bbfee07fed4596ae176be3b7bb4
1233 Author: Kevin E Martin <kem@kem.org>
1234 Date:   Thu Dec 15 00:24:28 2005 +0000
1235
1236     Update package version number for final X11R7 release candidate.
1237
1238 commit 12566cf69c51989ee932e812db0f2186c64b540b
1239 Author: Kevin E Martin <kem@kem.org>
1240 Date:   Thu Dec 8 17:55:18 2005 +0000
1241
1242     Add configure options to allow hard-coded paths to be changed.
1243
1244 commit a108ef7e6a7864179bdf16b3adf08428dd66f4ad
1245 Author: Kevin E Martin <kem@kem.org>
1246 Date:   Tue Dec 6 22:48:42 2005 +0000
1247
1248     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
1249
1250 commit 570029e344a36d8d0bcab5b2ea5b4f87ea508535
1251 Author: Kevin E Martin <kem@kem.org>
1252 Date:   Mon Dec 5 17:48:19 2005 +0000
1253
1254     Fix libtool hack to work with older libtools.
1255
1256 commit 28645b0df40bcd428d98eb18aeb8d0875f12f4e3
1257 Author: Kevin E Martin <kem@kem.org>
1258 Date:   Sat Dec 3 05:49:42 2005 +0000
1259
1260     Update package version number for X11R7 RC3 release.
1261
1262 commit 80a520a1a1724e0ba00c94139ca871f1944b4be1
1263 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1264 Date:   Mon Nov 28 22:03:05 2005 +0000
1265
1266     Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
1267         update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
1268
1269 commit 651a3e0a2dcead0aad75734b438bf900de4f7c5c
1270 Author: Kevin E Martin <kem@kem.org>
1271 Date:   Sun Nov 27 16:44:43 2005 +0000
1272
1273     Fix Xaw6 to build without Xpm.
1274
1275 commit 1c36da4ef2e308cb5b7a80b1e914fd637d622fae
1276 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1277 Date:   Mon Nov 21 03:24:10 2005 +0000
1278
1279     libXaw6 shouldn't depend on libXpm, only Xaw7 & Xaw8 should
1280
1281 commit 7cec5bf0ee960356821bea08a30feb92dcbf186e
1282 Author: Kevin E Martin <kem@kem.org>
1283 Date:   Sat Nov 19 07:15:40 2005 +0000
1284
1285     Update pkgconfig files to separate library build-time dependencies from
1286         application build-time dependencies, and update package deps to work
1287         with separate build roots.
1288
1289 commit cb243066d12834c2f63a82f9695761a01400e26f
1290 Author: Kevin E Martin <kem@kem.org>
1291 Date:   Wed Nov 9 21:19:12 2005 +0000
1292
1293     Update package version number for X11R7 RC2 release.
1294
1295 commit db01f1c4c84768e818dbfa28556f246b91c1391d
1296 Author: Kean Johnson <kean@armory.com>
1297 Date:   Tue Nov 8 06:33:25 2005 +0000
1298
1299     See ChangeLog entry 2005-11-07 for details.
1300
1301 commit ca1c1425e53143899f212c6e783eec1eeb59e481
1302 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1303 Date:   Fri Oct 28 17:28:50 2005 +0000
1304
1305     Add libXaw.so.N -> libXawN.so.N links for platforms where ldconfig doesn't
1306         add them automatically for you.
1307
1308 commit 6f7e7194574ef1bed6ba7db4304d9e064c4f24c7
1309 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1310 Date:   Mon Oct 24 17:33:04 2005 +0000
1311
1312     Add -DOLDXAW to flags for building libXaw6 to disable features that are
1313         only supposed to be in the newer versions.
1314
1315 commit 7801c38f76000d4b93cc2208ad80e04505c6ff85
1316 Author: Adam Jackson <ajax@nwnk.net>
1317 Date:   Sun Oct 23 00:50:43 2005 +0000
1318
1319     Add xext check
1320
1321 commit 8c7f3e277321213fc2798a73a88e222f145c3b59
1322 Author: Kevin E Martin <kem@kem.org>
1323 Date:   Wed Oct 19 02:48:09 2005 +0000
1324
1325     Update package version number for RC1 release.
1326
1327 commit 4836a84ebcc266c35be110c7f708d0b221360e91
1328 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1329 Date:   Tue Oct 18 00:00:08 2005 +0000
1330
1331     Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to
1332         work better with BSD make
1333
1334 commit 0f4847e12e3a3b7ce3cbfaaf282a92e3f1be2073
1335 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1336 Date:   Thu Oct 13 04:26:32 2005 +0000
1337
1338     Missed changelog
1339
1340 commit ec0fdd5646ab4f4642a73860b24a155560c94616
1341 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1342 Date:   Thu Oct 13 04:25:46 2005 +0000
1343
1344     Add generated man pages to .cvsignores
1345
1346 commit 7b0d5f78d4e853014b6110066208ba237bd8c2a3
1347 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1348 Date:   Thu Oct 13 04:07:32 2005 +0000
1349
1350     Use sed to fill in variables in man page
1351
1352 commit 2692d1b40d46d3d97526664c2bc0130eb1900197
1353 Author: Kevin E Martin <kem@kem.org>
1354 Date:   Wed Oct 5 21:34:53 2005 +0000
1355
1356     Add old-doc files to EXTRA_DIST
1357     Add Template.c to install list
1358     Add sharedlib.c to EXTRA_DIST
1359     Remove the unneeded Makefile.am's
1360
1361 commit bb18f5fb61626da0a5422a36830e57cd070981c2
1362 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1363 Date:   Sat Jul 30 19:53:03 2005 +0000
1364
1365     Check for headers used by XawI18N.h and define the needed HAS_*_H symbols.
1366
1367 commit 223c18dd13a524d144b856118b6f2ec036ae106d
1368 Author: Kevin E Martin <kem@kem.org>
1369 Date:   Fri Jul 29 21:22:50 2005 +0000
1370
1371     Various changes preparing packages for RC0:
1372     - Verify and update package version numbers as needed
1373     - Implement versioning scheme
1374     - Change bug address to point to bugzilla bug entry form
1375     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
1376         reenable it)
1377     - Fix makedepend to use pkgconfig and pass distcheck
1378     - Update build script to build macros first
1379     - Update modular Xorg version
1380
1381 commit 3ce58da9ecd5337738b8b35cdeaab64b32b521cd
1382 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1383 Date:   Wed Jul 27 23:59:16 2005 +0000
1384
1385     Set build_v8=yes when using autodetection to decide whether or not to build
1386         Xaw8 and libXp is found, so that it actually is built.
1387
1388 commit b4e81526a0013ebdc8aa8c0dfb427db850213a7b
1389 Author: Daniel Stone <daniel@fooishbar.org>
1390 Date:   Fri Jul 22 07:19:44 2005 +0000
1391
1392     Fix autodetection of Xprint and quote arguments properly.
1393
1394 commit e4ea145e991e947483054d85412002e64aeb08ea
1395 Author: Daniel Stone <daniel@fooishbar.org>
1396 Date:   Sat Jul 16 06:30:43 2005 +0000
1397
1398     Set version numbers to 6.1.0, 7.0.0 and 8.0.0 with -version-number.
1399
1400 commit cf08b572fb22334e29ec56930f3cecba1dc18629
1401 Author: Adam Jackson <ajax@nwnk.net>
1402 Date:   Thu Jul 14 05:56:32 2005 +0000
1403
1404     style fix. don't use +=, just do conditionally defined variables. fixes
1405         build on a particularly picky platform.
1406
1407 commit 3608270b1d1685082d9dab401d0e7d1aa9c91ba8
1408 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1409 Date:   Sun Jul 10 19:53:50 2005 +0000
1410
1411     grep -q is sadly not universally supported, use grep > /dev/null instead
1412
1413 commit c22f98ed4fae3ccde3ff9a272b019a67fbc78c55
1414 Author: Keith Packard <keithp@keithp.com>
1415 Date:   Sat Jul 9 06:11:58 2005 +0000
1416
1417     Add .cvsignore files
1418     Build all three versions in src. Hack libtool to set SONAME in the libtool
1419         output to match old libXaw file names. Still missing is the creation of
1420         appropriate symlinks from libXaw.so.6 -> libXaw6.so.6 et al so that
1421         libraries not yet installed will work properly.
1422
1423 commit 5fc8851308321a65a6987aedea6618d056ff7879
1424 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1425 Date:   Wed Jul 6 19:26:27 2005 +0000
1426
1427     - Xaw/xaw.m4: Change help string to say "enable xprint" instead of "disable
1428         xprint"
1429     - symlink.sh: Rename Bitmap-co.ad to Bitmap-color.ad. Add bitmaps for the
1430         bitmap application. Add xdbedizzy.sgml.
1431     - xc/programs/xdbedizzy/: Conditionalize use of xprint
1432     - remove font/arabic-misc/README and font/mutt-misc/README
1433
1434 commit d4f214b6255184a2cbf571c02409a0e3f4405fb0
1435 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1436 Date:   Tue Jul 5 22:51:11 2005 +0000
1437
1438     Add build systems for xlogo, xlsatoms, xlsclients, xmag, xman, xmessage,
1439         xmh, xmore. lib/Xaw/xaw.m4: Add an AM_CONDITIONAL and a shell variable
1440         xaw_use_xprint symlink.sh: add some extra files for xgc, xinit,
1441         xkbcomp, xlogo, xmb, and xmodmap xc/programs/xmore/xmore.c:
1442         Conditionalize use of xprint
1443
1444 commit 0e08a2ffb4b063b96d25dd7490caf91cb5bb6126
1445 Author: Daniel Stone <daniel@fooishbar.org>
1446 Date:   Sun Jul 3 07:00:56 2005 +0000
1447
1448     Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
1449     Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
1450     Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all
1451         source files in the xserver/xorg tree, predicated on defines of
1452         HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
1453         <X11/fonts/foo.h>.
1454
1455 commit f8e7a4ec6117006123dfdc7c970f9f1392bf7d84
1456 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1457 Date:   Tue Jun 28 13:30:15 2005 +0000
1458
1459     lib/Xaw/Makefile.am: install the libXaw.so symlink in $(DESTDIR)$(libdir) -
1460         pointed out by Stefan Dirsch
1461     lib/Xaw/man/Makefile.am: add Xaw.man to EXTRA_DIST to make it distcheck.
1462
1463 commit c35ec1561bfc9bf8d79b68a071619f4904764002
1464 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1465 Date:   Mon Jun 27 21:35:04 2005 +0000
1466
1467     - Fix string test in lib/Xaw/xaw.m4
1468     - Xaw/Xaw7/Makefile.am: add -DXAW7
1469     - add build system for editres
1470
1471 commit f6c298f70e13ecf37b4824f6ac01007b876dd3cb
1472 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1473 Date:   Fri Jun 24 22:54:24 2005 +0000
1474
1475     Add m4 macro to check for versions of the Xaw library
1476
1477 commit e3e78cd7815716d8af729c19833bec51d7e3f19c
1478 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1479 Date:   Fri Jun 24 21:20:32 2005 +0000
1480
1481     Change the so names to libXaw{6,7,8}.so and install a symlink from
1482         libXaw.so to the newest version installed
1483
1484 commit cc658b573a13f36868c5a2263e0b3ff8d0230b86
1485 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1486 Date:   Mon May 23 21:47:37 2005 +0000
1487
1488     Conditionally include config.h in xc/lib/Xaw/*.c
1489
1490 commit 62b680d868fbe4bfdf1af6e6067d0ef27f773559
1491 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1492 Date:   Mon May 23 20:01:46 2005 +0000
1493
1494     Check in build system for Xaw
1495
1496 commit f9faf0399180abbc89e44d5077b9070294c2f507
1497 Author: Egbert Eich <eich@suse.de>
1498 Date:   Thu Jan 27 10:22:11 2005 +0000
1499
1500     Muffle gcc4 sentinel (trailing NULL in varargs list) check (Marcus
1501         Meissner, Bugzilla #2392).
1502
1503 commit 33f42c97af49095dd9a735c747c79b844e6afc25
1504 Author: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>
1505 Date:   Sat Dec 4 00:42:47 2004 +0000
1506
1507     Encoding of numerous files changed to UTF-8
1508
1509 commit 4904540c4399fed01ce0d1977a0b5d3af173b66c
1510 Author: Egbert Eich <eich@suse.de>
1511 Date:   Tue Sep 21 17:57:36 2004 +0000
1512
1513     Merged over libXpm security fix provided by Chris Evans, Matthieu Herrb and
1514         Alan Coopersmith from release 6.8.1.
1515     Fail during initialization with error if font/fontset is not set for
1516         widget. This prevents a sig11 later when the non-existent font/fontset
1517         structs are referenced.
1518     Check if xf86Info.kbdProc pointer is really set before calling it on abort
1519         as this pointer won't be set if the new modular keyboard driver is used
1520         (Matthias Hopf).
1521     Added new libs to the bindist control files.
1522     Removed inclusion of unnecessary kernel header on Linux. This may fail in
1523         an -ansi environment.
1524
1525 commit c7f720ae3f0dea94bc6e9eb9bdbbf00e6bb16b24
1526 Author: Kevin E Martin <kem@kem.org>
1527 Date:   Thu Sep 2 01:10:29 2004 +0000
1528
1529     Bump major version number of libXaw (Bug #1273).
1530
1531 commit 93df4ff66635ea936d57723d317d0a0cdaa55e62
1532 Author: Kristian Høgsberg <krh@redhat.com>
1533 Date:   Mon Aug 16 16:36:14 2004 +0000
1534
1535     As discussed and agreed on on the release-wranglers meeting of August 16,
1536         I'm committing the patch from bug #1060 to back out unconditional
1537         Xprint functionality.
1538     Back out Xprint changes.
1539     Revert xman to CVS of June 5, revert xlogo to CVS of May 8, revert xedit to
1540         CVS of April 25, to back out unconditional Xprint support.
1541     Fix up Xprint config logic to be like the rest of the extensions:
1542         BuildXprint is a one-stop option for disabling everything Xprint
1543         related. XprtServer controls building Xprt, BuildXprintLib controls
1544         building Xprint libs and BuildXprintClients controls building clients
1545         related to Xprint. BuiltXprint defaults to YES and the other options
1546         respects relevant settings, i.e. BuildServer and BuildServersOnly.
1547     Build Xaw regardless of BuildXprintLib setting.
1548     Only build xphelloworld, xplsprinters and xprehashprinterlist when
1549         BuildXprintClients it YES. Disable building xmore, it has always
1550         supported XawPrintShell.
1551     Make Xprint support depend on BuildXprintLib.
1552
1553 commit c0753d383d2b610863873fda5a1d2c65674e37b0
1554 Author: Roland Mainz <roland.mainz@nrubsig.org>
1555 Date:   Thu Jul 29 00:40:34 2004 +0000
1556
1557     Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=938 - Update
1558         XawPrintShell per feedback and review comments.
1559
1560 commit 021dac1e5b9394a228dfe69f10307a2596c48135
1561 Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
1562 Date:   Tue Jun 29 15:53:10 2004 +0000
1563
1564     #Bug 806: undefined reference to xawPrintShellWidgetClass in Xaw6 for
1565         cygwin. Wrap references to xawPrintShellWidgetClass with #ifndef
1566         OLDXAW.
1567
1568 commit fcb62987b01b7166a4b1aceb677a2a777e6ba482
1569 Author: Egbert Eich <eich@suse.de>
1570 Date:   Thu May 6 17:31:17 2004 +0000
1571
1572     BugZilla #601: Fixing makedepend choking on floating point exception
1573         because CHAR_BIT is defined to __CHAR_BIT__ which is a compiler
1574         intrinsic define. BugZilla #605: Fixing build on IA64 which is broken
1575         due to the inclusion of the kernel header asm/page.h. Kernel headers
1576         however don't work with
1577     -ansi. The inclusion of asm/page.h can however savely be removed as it
1578         there are plenty of other ways to determine the page size.
1579
1580 commit 39c07a5fa73bcbb48d5de8985d5f2540b65e470b
1581 Author: Egbert Eich <eich@suse.de>
1582 Date:   Fri Apr 23 18:43:38 2004 +0000
1583
1584     Merging XORG-CURRENT into trunk
1585
1586 commit 5aa2c5d2169757ae410f1d13c5279fd4030b72f0
1587 Author: Roland Mainz <roland.mainz@nrubsig.org>
1588 Date:   Tue Apr 13 23:32:21 2004 +0000
1589
1590     file PrintShell.c was initially added on branch XPRINT.
1591
1592 commit 31c961a93829b50fa0694a431fd1574cc2c67ea2
1593 Author: Roland Mainz <roland.mainz@nrubsig.org>
1594 Date:   Tue Apr 13 23:32:21 2004 +0000
1595
1596     file PrintSP.h was initially added on branch XPRINT.
1597
1598 commit 04af3b0444e8514173c44fac44864f15119f93b4
1599 Author: Roland Mainz <roland.mainz@nrubsig.org>
1600 Date:   Tue Apr 13 23:32:21 2004 +0000
1601
1602     file Print.h was initially added on branch XPRINT.
1603
1604 commit f601320d34173365050a04d8f1ec661ee1f541dd
1605 Author: Egbert Eich <eich@suse.de>
1606 Date:   Sun Mar 14 08:32:04 2004 +0000
1607
1608     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
1609
1610 commit d01cf1b69fd5444606b9183db6114a2972dcba0c
1611 Author: Egbert Eich <eich@suse.de>
1612 Date:   Wed Mar 3 12:11:23 2004 +0000
1613
1614     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
1615
1616 commit 0f9ae1ce47cc2271cb61887136c9a6b56b9ec4ba
1617 Author: Egbert Eich <eich@suse.de>
1618 Date:   Thu Feb 26 13:35:32 2004 +0000
1619
1620     readding XFree86's cvs IDs
1621
1622 commit 0011f36c334046cce1126d4e3b45fead8fac551c
1623 Author: Egbert Eich <eich@suse.de>
1624 Date:   Thu Feb 26 09:22:42 2004 +0000
1625
1626     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
1627
1628 commit c75f90ead1132640b2848babda6625c800528a8c
1629 Author: Egbert Eich <eich@suse.de>
1630 Date:   Thu Jan 29 08:08:05 2004 +0000
1631
1632     Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
1633
1634 commit 04a6533a94a1e0800c1806617b6dda48f30f9e6f
1635 Author: Kaleb Keithley <kaleb@freedesktop.org>
1636 Date:   Fri Dec 19 20:54:35 2003 +0000
1637
1638     XFree86 4.3.99.902 (RC 2)
1639
1640 commit ffc55826a7c787dd65d3dd577fa0ac7a111540e3
1641 Author: Kaleb Keithley <kaleb@freedesktop.org>
1642 Date:   Tue Nov 25 19:28:09 2003 +0000
1643
1644     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
1645
1646 commit 384ac455a6cd5d23dfa24f9939f3ec04f1e5de46
1647 Author: Kaleb Keithley <kaleb@freedesktop.org>
1648 Date:   Fri Nov 14 16:48:48 2003 +0000
1649
1650     XFree86 4.3.0.1
1651
1652 commit 81ad93fde745d556aaa3880deabf3674bb3db49e
1653 Author: Kaleb Keithley <kaleb@freedesktop.org>
1654 Date:   Fri Nov 14 16:48:48 2003 +0000
1655
1656     Initial revision
1657
1658 commit b6e0280a57c4dfa572770241a42fe6a476109516
1659 Author: Kaleb Keithley <kaleb@freedesktop.org>
1660 Date:   Fri Nov 14 15:54:38 2003 +0000
1661
1662     R6.6 is the Xorg base-line