1commit e9efe2d027b4c46cf6834cc532222f8ad1d1d3c3
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Sat Mar 16 11:40:41 2019 -0700
4
5    libXmu 1.1.3
6
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit 9469d3593c9fb1b60cac0602d97f274e209163d7
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Fri Dec 7 19:46:09 2018 -0800
12
13    Update configure.ac bug URL for gitlab migration
14
15    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
16
17commit 3e706ded2e46464732170ae06bdc9e9d286179ed
18Author: Alan Coopersmith <alan.coopersmith@oracle.com>
19Date:   Mon Nov 19 22:26:50 2018 -0800
20
21    Update README for gitlab migration
22
23    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
24
25commit 5bd4eb821bd9e88c3a131de9a8b781f5184e22b1
26Author: Alan Coopersmith <alan.coopersmith@oracle.com>
27Date:   Sat May 5 11:32:12 2018 -0700
28
29    Apply standard X.Org formatting & bracketing to StrToWidg.c
30
31    Makes code easier for humans to read and gets rid of gcc warning:
32
33    StrToWidg.c: In function ‘XmuCvtStringToWidget’:
34    StrToWidg.c:107:3: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation]
35       for (widgetP = parent->core.popup_list; i; i--, widgetP++)
36       ^~~
37    StrToWidg.c:114:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’
38         XtStringConversionWarning(fromVal->addr, XtRWidget);
39         ^~~~~~~~~~~~~~~~~~~~~~~~~
40
41    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
42
43commit bc78541e9a9a95bbd5413d62bfc114ddc9265c36
44Author: Alan Coopersmith <alan.coopersmith@oracle.com>
45Date:   Sat May 5 11:26:17 2018 -0700
46
47    Convert tabs to spaces in StrToWidg.c
48
49    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
50
51commit 4f0939d69a17d37be414d0de7ff717e92e7e2b11
52Author: Mihail Konev <k.mvc@ya.ru>
53Date:   Thu Jan 26 13:52:49 2017 +1000
54
55    autogen: add default patch prefix
56
57    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
58
59commit 99265d50e4c100182f1375b59c5ecf3e5732356d
60Author: Emil Velikov <emil.l.velikov@gmail.com>
61Date:   Mon Mar 9 12:00:52 2015 +0000
62
63    autogen.sh: use quoted string variables
64
65    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
66    fall-outs, when they contain space.
67
68    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
69    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
70    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
71
72commit 6a79027955dc7f10569ac6e904844624224d5c60
73Author: Peter Hutterer <peter.hutterer@who-t.net>
74Date:   Tue Jan 24 10:32:07 2017 +1000
75
76    autogen.sh: use exec instead of waiting for configure to finish
77
78    Syncs the invocation of configure with the one from the server.
79
80    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
81    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
82
83commit 4459e6940fe3fdf26a8d5d4c71989498bc400a62
84Author: Jon TURNEY <jon.turney@dronecode.org.uk>
85Date:   Sat Sep 13 21:57:39 2014 +0100
86
87    Include <direct.h> for _getdrives() on Win32
88
89    Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
90    Reviewed-by: David Macek <david.macek.0@gmail.com>
91
92commit 24bcdbd17913a1ca39c975113767aa2c556b69cc
93Author: Jon TURNEY <jon.turney@dronecode.org.uk>
94Date:   Sat Sep 13 21:57:17 2014 +0100
95
96    Remove pointless X_NOT_POSIX
97
98    Both stdlib.h (only included for prototype of atoi()), and limits.h (only
99    included for PATH_MAX) are in C89, so putting this under X_NOT_POSIX seems a
100    little excessive.
101
102    Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
103    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
104
105commit 22d9c590901e121936f50dee97dc60c4f7defb63
106Author: Alan Coopersmith <alan.coopersmith@oracle.com>
107Date:   Mon Dec 2 13:00:05 2013 -0800
108
109    ShapeEllipseOrRoundedRectangle: Check height AND width, not width twice
110
111    Fixed to match check in ShapeOval()
112    https://bugs.freedesktop.org/show_bug.cgi?id=72245
113
114    Fixes cppcheck warning:
115    [ShapeWidg.c:204]: (style) Same expression on both sides of '||'.
116
117    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
118
119commit e02c30fac32e4873240e507cadc416f710188feb
120Author: Alan Coopersmith <alan.coopersmith@oracle.com>
121Date:   Sun Nov 17 09:41:14 2013 -0800
122
123    Remove SUNSHLIB support for SunOS 4.x shared libraries
124
125    Never enabled in modular builds, was only enabled for SunOS 4.x in imake.
126
127    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
128    Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
129
130commit 2539e539eafdac88177c8ee30b043c5d52f017e4
131Author: Alan Coopersmith <alan.coopersmith@oracle.com>
132Date:   Sat Sep 7 21:28:14 2013 -0700
133
134    libXmu 1.1.2
135
136    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
137
138commit 54043bd96cc474b8f96d64a46cf99d76aac8206d
139Author: Alan Coopersmith <alan.coopersmith@oracle.com>
140Date:   Sat Sep 7 21:27:41 2013 -0700
141
142    Add missing copyright notices to COPYING file
143
144    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
145
146commit d5dac08d65c4865f311cb62c161dbb1300eecd11
147Author: Alan Coopersmith <alan.coopersmith@oracle.com>
148Date:   Mon Jul 22 18:05:02 2013 -0700
149
150    Preserve constness when casting const pointers in various functions
151
152    Fixes gcc warnings:
153
154    CrCmap.c: In function 'compare':
155    CrCmap.c:499:18: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
156    CrCmap.c:499:32: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
157
158    LocBitmap.c: In function 'XmuLocatePixmapFile':
159    LocBitmap.c:161:11: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
160    LocBitmap.c:178:11: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
161
162    Lower.c: In function 'XmuCopyISOLatin1Lowered':
163    Lower.c:65:46: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
164    Lower.c: In function 'XmuCopyISOLatin1Uppered':
165    Lower.c:77:46: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
166    Lower.c: In function 'XmuCompareISOLatin1':
167    Lower.c:89:13: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
168    Lower.c:89:42: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
169    Lower.c: In function 'XmuNCopyISOLatin1Lowered':
170    Lower.c:104:50: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
171    Lower.c: In function 'XmuNCopyISOLatin1Uppered':
172    Lower.c:119:50: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
173
174    WidgetNode.c: In function 'compare_resource_entries':
175    WidgetNode.c:89:21: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
176    WidgetNode.c:90:7: warning: cast discards '__attribute__((const))' qualifier from pointer target type [-Wcast-qual]
177
178    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
179
180commit e46ecb4e02b7f919b11efa79448d4db71d1deb69
181Author: Thomas Klausner <wiz@NetBSD.org>
182Date:   Sun Jun 2 21:10:27 2013 +0200
183
184    Fix a const issue.
185
186    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
187    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
188
189commit 474d22468c90f99104873b4c5fd7b0f0d2cbf823
190Author: Colin Walters <walters@verbum.org>
191Date:   Wed Jan 4 17:37:06 2012 -0500
192
193    autogen.sh: Implement GNOME Build API
194
195    http://people.gnome.org/~walters/docs/build-api.txt
196
197    Signed-off-by: Adam Jackson <ajax@redhat.com>
198
199commit 2f66383e79b9d2fae79d49cf0b1b3a3811c6d47e
200Author: Adam Jackson <ajax@redhat.com>
201Date:   Tue Jan 15 14:28:48 2013 -0500
202
203    configure: Remove AM_MAINTAINER_MODE
204
205    Signed-off-by: Adam Jackson <ajax@redhat.com>
206
207commit 9b253d99d5b4f3fbb681c2cb1b84f8f9acfee528
208Author: Alan Coopersmith <alan.coopersmith@oracle.com>
209Date:   Fri Jan 4 19:46:16 2013 -0800
210
211    unifdef -U__UNIXOS2__
212
213    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
214
215commit 5d0ae34fb30ae1e4795f93561235fd2c72f0cc47
216Author: Alan Coopersmith <alan.coopersmith@oracle.com>
217Date:   Wed Dec 26 23:32:03 2012 -0800
218
219    Remove unused DECnet ("DNETCONN") code from XmuConvertStandardSelection
220
221    Has never been converted to build in modular builds, so has been unusable
222    since X11R7.0 release in 2005.  DNETCONN support was removed from xtrans
223    back in 2008.
224
225    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
226
227commit 6437d834cd66621e4e9f4decf7341b6d7ff45556
228Author: Alan Coopersmith <alan.coopersmith@oracle.com>
229Date:   Mon Mar 5 23:00:10 2012 -0800
230
231    libXmu 1.1.1
232
233    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
234
235commit ccd9e64515d6fc7b5367d6d98ecd3abf5b084026
236Author: Alan Coopersmith <alan.coopersmith@oracle.com>
237Date:   Thu Nov 10 20:34:03 2011 -0800
238
239    Fix gcc -Wwrite-strings warnings (some, not all)
240
241    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
242
243commit 72ac4c4a464b3aec21cdbe367c9d465cbe0f3ff1
244Author: Alan Coopersmith <alan.coopersmith@oracle.com>
245Date:   Thu Nov 10 09:55:07 2011 -0800
246
247    Drop support for pre-ANSI-C89 preprocessors
248
249    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
250
251commit 004d535c707251bd4fb47426f90712c195c6dfc7
252Author: Matt Dew <marcoz@osource.org>
253Date:   Tue Oct 4 20:51:48 2011 -0600
254
255    Cleanup IDs and links in doc
256
257    1 - fix the capitalization of the ID attributes to match either the
258         <title> or <funcdef> string it goes with.
259    2 - fix any <linkend>'s that were affected by 1.
260    3 - any <function> in the docs that has an actual funcdef,
261    will become an olink.
262
263    Signed-off-by: Matt Dew <marcoz@osource.org>
264
265commit d7d2ad7dde7b2653aa1e08e9339674bc40f1560a
266Author: Jeremy Huddleston <jeremyhu@apple.com>
267Date:   Sat Sep 24 17:00:09 2011 -0700
268
269    Fix build with -DDEBUG
270
271    https://bugs.freedesktop.org/show_bug.cgi?id=1069
272
273    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
274
275commit 66492163cb244fbe22c67bebb14c0918dd11eab6
276Author: Alan Coopersmith <alan.coopersmith@oracle.com>
277Date:   Fri Sep 16 22:46:25 2011 -0700
278
279    Strip trailing whitespace
280
281    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
282    git diff -w & git diff -b show no diffs from this change
283
284    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
285
286commit 6ffa7e4bb1e7efdad4dd987e1fe27cdee96f7063
287Author: Gaetan Nadon <memsize@videotron.ca>
288Date:   Wed Sep 14 14:33:24 2011 -0400
289
290    docs: use appropriate markup for copyright statement
291
292    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
293
294commit 7b2589d66d672d2585d3df4074ce64443f7e4b71
295Author: Gaetan Nadon <memsize@videotron.ca>
296Date:   Mon Sep 12 11:01:19 2011 -0400
297
298    docs: use the &fullrelvers; entity to set X11 release information
299
300    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
301
302commit 46cc8a399aa16d145a9141d2fa8172282e4b7211
303Author: Gaetan Nadon <memsize@videotron.ca>
304Date:   Thu Sep 8 20:00:00 2011 -0400
305
306    docbook.am: embed css styles inside the HTML HEAD element
307
308    Rather than referring to the external xorg.css stylesheet, embed the content
309    of the file in the html output produced. This is accomplished by using
310    version 1.10 of xorg-xhtml.xsl.
311
312    This makes the whole html docs tree much more relocatable.
313    In addition, it eliminates xorg.css as a runtime file which makes
314    xorg-sgml-doctools a build time only package.
315
316    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
317
318commit 01d2a55b4fd8e3743b1f396f81be6a06f6345ac5
319Author: Gaetan Nadon <memsize@videotron.ca>
320Date:   Wed Sep 7 10:31:04 2011 -0400
321
322    docbook.am: global maintenance update - entities, images and olinking
323
324    Adding support in libX11 for html chunking caused a reorg of docbook.am
325    as well as the xorg-sgml-doctools masterdb for olinking.
326    The parameter img.src.path is added for pdf images.
327    A searchpath to the root builddir is added for local entities, if present.
328
329    The docbook.am makefile hides all the details and is identical for
330    all 22 modules having DocBook documentation. It is included by a thin
331    Makefile.am which requires no docbook knowledge.
332
333    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
334
335commit 888135ef815766f0421438430ca40809e4f7e411
336Author: Gaetan Nadon <memsize@videotron.ca>
337Date:   Sun Aug 7 21:20:26 2011 -0400
338
339    docbook pdf: add xsl parameter to locate images
340
341    Unlike html, pdf/ps requires a full path name to find images,
342    but only needs it to make an internal copy of it at build time.
343    The image can later be removed and the image still shows up in the pdf doc.
344    This allows us to use the absolute builddir.
345
346    This parameter must not be used for html which loads the image from disk
347    at user read time. The image is removed from builddir after build is done,
348    and we do not know where the image will be installed by the distro.
349
350    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
351
352commit 5ba82aec6547513ea182cbc6cb95b472bbfb9dc5
353Author: Gaetan Nadon <memsize@videotron.ca>
354Date:   Sun Aug 7 20:30:58 2011 -0400
355
356    Xmu.xml: Change layout of the X Logo figure
357
358    The floating does not come up right, the figure caption is in the way.
359    Move the figure out of the paragraph and below the text.
360
361    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
362
363commit 08fb51c1db9c9693125f4c093d07abc94d6ce0f6
364Author: Gaetan Nadon <memsize@videotron.ca>
365Date:   Sun Jun 12 18:39:46 2011 -0400
366
367    Install xml versions of specs even if HAVE_XMLTO is false
368
369    DocBook/XML input source is also a usefull output format that can be viewed
370    with an XML viewer or editor and by some O/S help system.
371
372    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
373
374commit a70bedc470f5482dc64b947057e5120c2f322177
375Author: Gaetan Nadon <memsize@videotron.ca>
376Date:   Sun Jun 5 16:27:37 2011 -0400
377
378    Install target dbs alongside generated documents
379
380    This matches a change in xorg-sgml-docs whereby the masterdb will look for
381    the target dbs into the same location as the generated documents.
382
383    The target dbs are now installed alongside the generated documents.
384    Previously they are installed in $prefix/sgml/X11/dbs alongside masterdb which
385    has the potential of installing outside the package prefix and cause
386    distcheck to fail when user does not have write permission in this package.
387
388    Requires XORG_CHECK_SGML_DOCTOOLS(1.8) which was released 2011-06-11
389
390commit 3f3c9a60381371f60a174497ea6d5d90abea4261
391Author: Matt Dew <marcoz@osource.org>
392Date:   Tue May 31 20:03:23 2011 -0600
393
394    Add id attributes to funcsynopsis to allow other docs to olink to them.
395
396    Signed-off-by: Matt Dew <marcoz@osource.org>
397    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
398    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
399
400commit 4000666e864e477e712caa0f0c0a5d09006c7752
401Author: Gaetan Nadon <memsize@videotron.ca>
402Date:   Sun Feb 27 15:06:18 2011 -0500
403
404    Documentation: add Docbook external references support
405
406    When writing technical documentation, it is often necessary to cross
407    reference to other information. When that other information is not in the
408    current document, additional support is needed, namely <olink>.
409
410    A new feature with version 1.7 of xorg-sgml-doctools adds references to
411    other documents within or outside this package.
412
413    This patch adds technical support for this feature but does not change
414    the content of the documentation as seen by the end user.
415
416    Each book or article must generate a database containing the href
417    of sections that can be referred to from another document. This database
418    is installed in DATAROOTDIR/sgml/X11/dbs. There is a requirement that
419    the value of DATAROOTDIR for xorg-sgml-doctools and for the package
420    documentation is the same. This forms a virtual document tree.
421
422    This database is consulted by other documents while they are being generated
423    in order to fulfill the missing information for linking.
424    Refer to the xorg-sgml-doctools for further technical information.
425
426    Co-authored-by: Matt Dew <marcoz@osource.org>
427
428    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
429
430commit 6ab92082d5f6c842b578a9fe1f9888ed3339336a
431Author: Alan Coopersmith <alan.coopersmith@oracle.com>
432Date:   Thu Feb 10 22:06:52 2011 -0800
433
434    Make EditresCom.c identation a lot less random
435
436    2 spaces!  No 4!  2!  3!  No, Blue!  Red!  Aughughurglrgll...
437
438    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
439
440commit 70ca0ef2cc0ec84308792a7b184e90c5cb358278
441Author: Gaetan Nadon <memsize@videotron.ca>
442Date:   Wed Feb 2 19:51:54 2011 -0500
443
444    config: remove config test for snprintf
445
446    The macro HAS_SNPRINTF is hard coded to always be defined.
447    If it were not defined, Lower.c would include snprintf.c
448    which does not exist. Seems to be relics from IMakefile
449
450    Other modules are using snprintf unconditionally.
451
452    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
453    Reviewed-by: Julien Cristau <jcristau@debian.org>
454    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
455
456commit 9f57096dd0881651de3b710b182db59091e6f421
457Author: Gaetan Nadon <memsize@videotron.ca>
458Date:   Wed Feb 2 11:43:43 2011 -0500
459
460    config: comment, minor upgrade, quote and layout configure.ac
461
462    Group statements per section as per Autoconf standard layout
463    Quote statements where appropriate.
464    Autoconf recommends not using dnl instead of # for comments
465
466    Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
467
468    This helps automated maintenance and release activities.
469    Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
470
471    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
472
473commit 1be35fb51871f314bef673975c2be94e5e427696
474Author: Gaetan Nadon <memsize@videotron.ca>
475Date:   Fri Jan 28 19:41:37 2011 -0500
476
477    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
478
479    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
480
481commit 9bd47f1db85b0c997389609ad26a2766f5aeeff5
482Author: Gaetan Nadon <memsize@videotron.ca>
483Date:   Fri Jan 28 16:34:14 2011 -0500
484
485    config: remove unrequired AC_CONFIG_AUX_DIR
486
487    The default location for the generation of configuation files is the current
488    package root directory. These files are config.* and friends.
489
490    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
491
492commit 2f00ed22d17592b963fabd925dba90f2a003d801
493Author: Alan Coopersmith <alan.coopersmith@oracle.com>
494Date:   Sun Dec 5 00:13:25 2010 -0800
495
496    XmuCvtStringToCursor: sprintf -> snprintf & check for XtMalloc failure
497
498    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
499
500commit 813ee0dcecc89d3f334d8747b171c71e34a7671e
501Author: Gaetan Nadon <memsize@videotron.ca>
502Date:   Tue Nov 9 13:04:57 2010 -0500
503
504    config: HTML file generation: use the installed copy of xorg.css
505
506    Currenlty the xorg.css file is copied in each location
507    where a DocBook/XML file resides. This produces about
508    70 copies in the $(docdir) install tree.
509
510    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
511
512commit 5d9b0896bfdfe60656a2d806a06e17c7adf335b5
513Author: Alan Coopersmith <alan.coopersmith@oracle.com>
514Date:   Fri Oct 29 16:52:54 2010 -0700
515
516    libXmu 1.1.0
517
518    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
519
520commit 28f4666ad88ab736f52c1cb16674226f14bc2a15
521Author: Alan Coopersmith <alan.coopersmith@oracle.com>
522Date:   Thu Oct 28 12:24:30 2010 -0700
523
524    Remove unnecessary calls from configure.ac
525
526    AC_PROG_CC is handled by XORG_DEFAULT_OPTIONS
527    AC_SUBST of *_LIBS & *_CFLAGS are handled by PKG_CHECK_MODULES
528
529    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
530
531commit 1ab19053c75b44be9c49700b1190dd5d8da152ce
532Author: Jesse Adkins <jesserayadkins@gmail.com>
533Date:   Tue Sep 28 13:30:03 2010 -0700
534
535    Purge cvs tags.
536
537    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
538    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
539
540commit 75a065b9b8145bac20d9080cb5237a25bb3ad190
541Author: Gaetan Nadon <memsize@videotron.ca>
542Date:   Tue Aug 3 13:23:32 2010 -0400
543
544    specs: xsl stylesheet requires abs path to images
545
546    Using abs_builddir requires automake 1.10 or later.
547
548    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
549
550commit b56c3e61038c7cdb49bdb40455c2b3a12ae35d3c
551Author: Fernando Carrijo <fcarrijo@yahoo.com.br>
552Date:   Thu Jul 1 07:00:53 2010 -0300
553
554    Purge macro NEED_EVENTS
555
556    Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
557    Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com>
558    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
559
560commit e721c444a8268db0406e26d65e0a4746c477750f
561Author: Gaetan Nadon <memsize@videotron.ca>
562Date:   Fri Jun 25 15:06:39 2010 -0400
563
564    config: use HAVE_XMLTO_TEXT from XORG_WITH_XMLTO
565
566    Skip text format when XMLTO dependencies for text format
567    are missing (lynx, links or w3m)
568
569    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
570    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
571
572commit 449bc79585f324c5695f379def1e57fe9fcec2e6
573Author: Gaetan Nadon <memsize@videotron.ca>
574Date:   Fri Jun 25 15:02:59 2010 -0400
575
576    config: use HAVE_STYLESHEET now defined in XORG_CHECK_SGML_DOCTOOLS
577
578    Also use STYLESHEET_SRCDIR XSL_STYLESHEET
579
580    This requires version 1.10 of util-macros
581
582    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
583    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
584
585commit 167c191895d956831f76ece5f2bdbef8cea4ed45
586Author: Gaetan Nadon <memsize@videotron.ca>
587Date:   Fri Jun 25 14:10:58 2010 -0400
588
589    config: move docs ignore from toplevel .gitignore to /doc
590
591    Also add missing *.css
592
593    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
594
595commit 2d8fa1b7905bbbc37f42f651ed1f881359ac6a09
596Author: Alan Coopersmith <alan.coopersmith@oracle.com>
597Date:   Wed Jun 23 08:02:08 2010 -0700
598
599    Add xorg.css to CLEANFILES to pass make distcheck
600
601    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
602
603commit f7e752f3842fddff907901cccb45dde77c297d20
604Author: Alan Coopersmith <alan.coopersmith@oracle.com>
605Date:   Tue Jun 15 22:06:15 2010 -0700
606
607    Use shared stylesheets from xorg-sgml-doctools instead of a private copy
608
609    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
610
611commit ffef5f4ee489a7f2d228601ee351bc2445436304
612Author: Alan Coopersmith <alan.coopersmith@oracle.com>
613Date:   Sat Jun 19 22:34:50 2010 -0700
614
615    Add some cross-reference links and an index to the docs
616
617    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
618
619commit 0a198dd15c7963f7b9be094370761cac368d9292
620Author: Alan Coopersmith <alan.coopersmith@oracle.com>
621Date:   Wed Jun 9 15:48:58 2010 -0700
622
623    Xmu.xml: Compilers that can't handle void are now ancient history
624
625    Plus a bonus it's -> its typo fix
626
627    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
628
629commit dc02453cde3047bce48a8ca23c27c807642b1670
630Author: Alan Coopersmith <alan.coopersmith@oracle.com>
631Date:   Wed Jun 9 11:30:17 2010 -0700
632
633    Use _X_ATTRIBUTE_PRINTF from Xfuncproto.h in Xmu headers
634
635    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
636    Reviewed-by: Mikhail Gusarov <dottedmag@dottedmag.net>
637    Reviewed-by: Julien Cristau <jcristau@debian.org>
638
639commit eb8ed42cc7f40d8dd506aeebb759dd99dac1552e
640Author: Alan Coopersmith <alan.coopersmith@oracle.com>
641Date:   Wed Jun 9 11:25:12 2010 -0700
642
643    Document which functions are in libXmu vs. libXmuu
644
645    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
646
647commit bde1baeddb216b7ab6322646d9bdf3bb629c4c25
648Author: Alan Coopersmith <alan.coopersmith@oracle.com>
649Date:   Wed Jun 9 11:04:17 2010 -0700
650
651    Add XmuNCopyISOLatin1Lowered & XmuNCopyISOLatin1Uppered to doc/Xmu.xml
652
653    Also add notes to the originals warning about buffer overflow
654
655    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
656
657commit 6b98e89515ba0ee755bdc9c4783b84b464d2a10c
658Author: Alan Coopersmith <alan.coopersmith@oracle.com>
659Date:   Wed Jun 9 10:50:23 2010 -0700
660
661    Update docs to match headers
662
663    - caddr_t is now XPointer
664    - a number of char * arguments are now unsigned char * or constified
665    - XmuLookup* functions are in Lookup.h, so split into new section
666
667    There are still a bunch of headers with undocumented functions/#defines:
668     - CvtCache.h
669     - EditresP.h
670     - ExtAgent.h
671     - Misc.h
672     - WhitePoint.h
673     - Xmu.h
674     - some of the functions in Converters.h
675
676    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
677
678commit 13409196c36151e4b5212ae08e6cfda6d7c93696
679Author: Alan Coopersmith <alan.coopersmith@oracle.com>
680Date:   Wed Jun 9 10:23:08 2010 -0700
681
682    Add XmuSnprintf to doc/Xmu.xml
683
684    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
685
686commit a4a87ddfa4948c3f5c210ab7a472b65569ae0e64
687Author: Alan Coopersmith <alan.coopersmith@oracle.com>
688Date:   Tue Jun 8 21:20:58 2010 -0700
689
690    Show X logo as a figure for XmuDrawLogo
691
692    Because we can.
693
694    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
695
696commit 5e22a1fb7c2bae8d5b393b95b253c865c9eed309
697Author: Alan Coopersmith <alan.coopersmith@oracle.com>
698Date:   Tue Jun 8 16:51:41 2010 -0700
699
700    Fix distcheck (forgot to mark Xmu.xml as dist_*)
701
702    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
703
704commit f38c2c057ebca8ca4afc2cb8fb835702bdba4fc6
705Author: Alan Coopersmith <alan.coopersmith@oracle.com>
706Date:   Tue Jun 8 16:25:49 2010 -0700
707
708    Correct some minor typos in original document
709
710    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
711
712commit 70596fce92bd58d46e19de63b6c3faca38cbc181
713Author: Alan Coopersmith <alan.coopersmith@oracle.com>
714Date:   Tue Jun 8 16:19:49 2010 -0700
715
716    Convert Xmu.ms to DocBook/xml
717
718    Bumps xorg-macros requirement to 1.6 for XORG_ENABLE_DOCS & friends
719
720    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
721
722commit 868ed2d97150aed414a7fd8f5dc317b8f38b05fd
723Author: Alan Coopersmith <alan.coopersmith@oracle.com>
724Date:   Mon Jun 7 15:51:32 2010 -0700
725
726    Move doc/Xmu.ms from xorg-docs module
727
728    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
729
730commit af962b3bed9d3c42cf81946a5732f0d37d1843e8
731Author: Gaetan Nadon <memsize@videotron.ca>
732Date:   Wed May 26 17:01:57 2010 -0400
733
734    config: add WhitePoint.h to the include headers
735
736    This file was added in commit 8c5b2278580193578cdd0da8c8e948e74f8a3f26
737    because it was missing from the tarball. It was added to
738    EXTRA_DIST so it never got installed in $includedir.
739
740    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
741
742commit bae14e85d90a4ea040cb1b25ba89c98a0ebe1670
743Author: Gaetan Nadon <memsize@videotron.ca>
744Date:   Mon Apr 5 20:10:35 2010 -0400
745
746    config: update AC_PREREQ statement to 2.60
747
748    Unrelated to the previous patches, the new value simply reflects
749    the reality that the minimum level for autoconf to configure
750    all x.org modules is 2.60 dated June 2006.
751
752    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
753
754    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
755
756commit a6210dd05cfe92d0af2e23358851c3a38c2aaca6
757Author: Gaetan Nadon <memsize@videotron.ca>
758Date:   Mon Mar 29 14:53:49 2010 -0400
759
760    config: remove the pkgconfig pc.in file from EXTRA_DIST
761
762    Automake always includes it in the tarball.
763
764    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
765
766commit 1de26ffbdec68f8ca6aa2448869a323bcceda26d
767Author: Gaetan Nadon <memsize@videotron.ca>
768Date:   Sat Mar 27 16:19:35 2010 -0400
769
770    config: remove execute permission on source C file
771
772    Introduced in 85f77401635dfa57d40de89aa2c9f39a344a8d3b
773    "Fix build problems on WIN32 platforms"
774
775    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
776
777commit d2702478f3d36fb3053b9796657310750e5e5738
778Author: Gaetan Nadon <memsize@videotron.ca>
779Date:   Fri Nov 27 20:56:04 2009 -0500
780
781    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
782
783    Now that the INSTALL file is generated.
784    Allows running make maintainer-clean.
785
786commit 8d5e9bd04c8cc90a262223f8a16c4ac7c0c66c2d
787Author: Gaetan Nadon <memsize@videotron.ca>
788Date:   Wed Oct 28 14:09:10 2009 -0400
789
790    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
791
792    Add missing INSTALL file. Use standard GNU file on building tarball
793    README may have been updated
794    Remove AUTHORS file as it is empty and no content available yet.
795    Remove NEWS file as it is empty and no content available yet.
796
797commit 80650c71c06b87e8a5ff0122c1f2bf7798ab2e96
798Author: Gaetan Nadon <memsize@videotron.ca>
799Date:   Tue Oct 27 15:07:25 2009 -0400
800
801    Deploy the new XORG_DEFAULT_OPTIONS #24242
802
803    This macro aggregate a number of existing macros that sets commmon
804    X.Org components configuration options. It shields the configuration file from
805    future changes.
806
807commit 1dba944c770fcc4b276641e0ae01e2e4371dc101
808Author: Gaetan Nadon <memsize@videotron.ca>
809Date:   Mon Oct 26 22:08:43 2009 -0400
810
811    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
812
813    ChangeLog filename is known to Automake and requires no further
814    coding in the makefile.
815
816commit 854456de21a1e722edd5e03ba8467107401fd7b6
817Author: Gaetan Nadon <memsize@videotron.ca>
818Date:   Thu Oct 22 12:34:19 2009 -0400
819
820    .gitignore: use common defaults with custom section # 24239
821
822    Using common defaults will reduce errors and maintenance.
823    Only the very small or inexistent custom section need periodic maintenance
824    when the structure of the component changes. Do not edit defaults.
825
826commit ab323caeb2b763abc8986fe71531dedb62ec9720
827Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
828Date:   Wed Oct 21 12:47:25 2009 -0700
829
830    This is not a GNU project, so declare it foreign.
831
832    On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
833    > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
834    > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
835    > > was quite annoying to work around since 'autoreconf -fvi' replaces
836    > > it and git wants to commit it.  Should these files even be in git?
837    > > Can I nuke them for the betterment of humanity and since they get
838    > > created by autoreconf anyways?
839    >
840    > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
841
842    As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
843    AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
844    of the INSTALL file. It is also part of the 24206 solution.
845
846    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
847
848commit c2c76abe51878f55e22c44c747f1243e56a4344b
849Author: Alan Coopersmith <alan.coopersmith@sun.com>
850Date:   Wed Sep 23 17:53:41 2009 -0700
851
852    libXmu 1.0.5
853
854    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
855
856commit 5b31bee92b56147e2c17d19e46e09145d765fdb4
857Author: Alan Coopersmith <alan.coopersmith@sun.com>
858Date:   Wed Sep 23 17:49:27 2009 -0700
859
860    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
861
862    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
863
864commit fef063d82e332b96bcb12ce41abefce868821577
865Author: Alan Coopersmith <alan.coopersmith@sun.com>
866Date:   Wed Sep 23 17:47:16 2009 -0700
867
868    Add pointer to API docs in xorg-docs to README
869
870    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
871
872commit 88bd2d387fbb068339b65506331136085082def6
873Author: Julien Cristau <jcristau@debian.org>
874Date:   Tue Mar 31 00:01:48 2009 +0200
875
876    libXmu: check for LONG64, not LONG_64
877
878    The latter isn't defined anywhere, so editres hasn't been able to read a
879    pointer on 64bit since about 10 years.
880    Admittedly, this should be using stdint types, but...
881
882    Debian bug#521887 <http://bugs.debian.org/521887>
883
884    Reported-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
885    Signed-off-by: Julien Cristau <jcristau@debian.org>
886
887commit f1ccbcffc9171868256b5813aa558f6756aca508
888Author: Alan Coopersmith <alan.coopersmith@sun.com>
889Date:   Mon Feb 2 20:34:34 2009 -0800
890
891    Add README with pointers to mailing list, bugzilla & git repos
892
893    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
894
895commit 049534f4eb409bea62b590b436bef78e5eef5b8e
896Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
897Date:   Thu Jan 29 20:02:33 2009 -0200
898
899    Janitor: make distcheck, compiler warnings, .gitignore.
900
901commit fc2096538ff7424bfeb171b1a36e860070594627
902Author: Alan Coopersmith <alan.coopersmith@sun.com>
903Date:   Mon Aug 4 19:42:22 2008 -0700
904
905    Add libX11 to libXmu dependencies
906
907commit 85f77401635dfa57d40de89aa2c9f39a344a8d3b
908Author: Colin Harrison <colin.harrison-at-virgin.net>
909Date:   Tue Apr 29 13:13:06 2008 +0100
910
911    Fix build problems on WIN32 platforms
912
913commit aa6e9793fbb8621ce1f1ed580298621e29638619
914Author: Colin Harrison <colin.harrison-at-virgin.net>
915Date:   Sat Apr 26 08:51:54 2008 +0100
916
917    Switch to winsock2
918
919commit cbfab9d91e17239084ab24b99751bdd1610fcc1b
920Author: Matthieu Herrb <matthieu.herrb@laas.fr>
921Date:   Sun Mar 9 08:32:59 2008 +0100
922
923    nuke RCS Ids
924
925commit 3fe753215b6186e588246220a473417810f82b05
926Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
927Date:   Thu Feb 28 18:55:23 2008 -0300
928
929    Compile warning fix by using Cardinal instead of int.
930
931    This also matches the function prototype.
932
933commit e2735131202e7801e72ce33def666b6a0a543e26
934Author: Alan Coopersmith <alan.coopersmith@sun.com>
935Date:   Mon Jan 14 14:11:43 2008 -0800
936
937    Version bump: 1.0.4
938
939commit f11b5a161944dc694ee059f88acb20826bd6d90b
940Author: Alan Coopersmith <alan.coopersmith@sun.com>
941Date:   Mon Jan 14 11:21:36 2008 -0800
942
943    Coverity #52: Dead code in get_os_name()
944
945commit 6f5ea6a2a0b56674f08f58d95085c0e9a8797fe2
946Author: Alan Coopersmith <alan.coopersmith@sun.com>
947Date:   Sun Jan 13 01:58:12 2008 -0800
948
949    Clear sparse warnings: Using plain integer as NULL pointer
950
951commit 6f76ccc70a5f5ae834a3e63c9f4f35704837a4d1
952Author: Alan Coopersmith <alan.coopersmith@sun.com>
953Date:   Fri Jan 11 20:43:26 2008 -0800
954
955    Add hooks for checking sources with tools like lint & sparse
956
957commit 43ec402bcd6a2333a4e213de3a82d7e3392b0fb0
958Author: James Cloos <cloos@jhcloos.com>
959Date:   Thu Dec 6 16:38:32 2007 -0500
960
961    Replace static ChangeLog with dist-hook to generate from git log
962
963commit 7e35135e9ad1ea2ef101402ea26bec62c3cbb69a
964Author: James Cloos <cloos@jhcloos.com>
965Date:   Mon Sep 3 05:53:43 2007 -0400
966
967    Add *~ to .gitignore to skip patch/emacs droppings
968
969commit a3e01af0f4b56b3b8891040cf0f7208265bbea2a
970Author: Daniel Stone <daniel@fooishbar.org>
971Date:   Wed Nov 8 20:01:35 2006 +0200
972
973    bump to 1.0.3
974
975commit 7beb4c2909af805e61d073a6f2b93234eb91834d
976Author: Adam Jackson <ajax@benzedrine.nwnk.net>
977Date:   Fri Oct 13 16:22:06 2006 -0400
978
979    Bump to 1.0.2
980
981commit 339368b404a807d1c494b260314da16d044986ff
982Author: Alan Coopersmith <alan.coopersmith@sun.com>
983Date:   Thu Jul 13 14:59:01 2006 -0700
984
985    renamed: .cvsignore -> .gitignore
986
987commit 60620a4b7eeb004e55ba57aef8df33f6adc930f0
988Author: Matthias Hopf <mhopf@suse.de>
989Date:   Mon Jul 3 19:33:05 2006 +0200
990
991    Added README missing from CVS conversion.
992
993commit 05a5c96fcef9822ff3c0312427d2c2672f73b551
994Author: Matthieu Herrb <matthieu.herrb@laas.fr>
995Date:   Sun Apr 30 14:22:53 2006 +0000
996
997    Define BITMAPDIR for the case where ${prefix} != /usr
998
999commit 0aa6a46099fb319c82da51b8a73566007ad5acbd
1000Author: Adam Jackson <ajax@nwnk.net>
1001Date:   Thu Apr 27 00:18:38 2006 +0000
1002
1003    Bump to 1.0.1
1004
1005commit 7bb6398aa024d782706125bebd93468f9cc8a0ec
1006Author: Adam Jackson <ajax@nwnk.net>
1007Date:   Mon Mar 20 19:57:04 2006 +0000
1008
1009    Bug #6276: Fix build on Cygwin. (Yaakov Selkowitz)
1010
1011commit 78ab364fec59fa84ac914d51628dfb8ac4a048a5
1012Author: Kevin E Martin <kem@kem.org>
1013Date:   Thu Dec 15 00:24:30 2005 +0000
1014
1015    Update package version number for final X11R7 release candidate.
1016
1017commit 1d93f5a9968e6e9af8f15c60107b1691009d1bd8
1018Author: Kevin E Martin <kem@kem.org>
1019Date:   Sat Dec 3 05:49:44 2005 +0000
1020
1021    Update package version number for X11R7 RC3 release.
1022
1023commit 5a807bcce047a8072db2c0cef05a84aa6e6cd3ca
1024Author: Kevin E Martin <kem@kem.org>
1025Date:   Sat Nov 19 07:15:42 2005 +0000
1026
1027    Update pkgconfig files to separate library build-time dependencies from
1028        application build-time dependencies, and update package deps to work
1029        with separate build roots.
1030
1031commit c50ca633b633d25ba672fb19ac182cea40242069
1032Author: Kevin E Martin <kem@kem.org>
1033Date:   Wed Oct 19 02:48:11 2005 +0000
1034
1035    Update package version number for RC1 release.
1036
1037commit 8c5b2278580193578cdd0da8c8e948e74f8a3f26
1038Author: Kevin E Martin <kem@kem.org>
1039Date:   Wed Oct 5 19:57:36 2005 +0000
1040
1041    Add missing file to EXTRA_DIST
1042
1043commit bf4087e453d8fd83630976cd6e7e31c63737a4a1
1044Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1045Date:   Mon Oct 3 20:55:36 2005 +0000
1046
1047    Remvoe README file that is symlinked from monolith
1048
1049commit 82b5da0b34780df3fe91c4b617cb541ee767d794
1050Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1051Date:   Sat Jul 30 19:15:16 2005 +0000
1052
1053    Add -D flags to clear various warnings (Stefan Dirsch)
1054
1055commit 43f43567e3c8c63f6b70d7e529827cd5f15e15d3
1056Author: Kevin E Martin <kem@kem.org>
1057Date:   Fri Jul 29 21:22:52 2005 +0000
1058
1059    Various changes preparing packages for RC0:
1060    - Verify and update package version numbers as needed
1061    - Implement versioning scheme
1062    - Change bug address to point to bugzilla bug entry form
1063    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
1064        reenable it)
1065    - Fix makedepend to use pkgconfig and pass distcheck
1066    - Update build script to build macros first
1067    - Update modular Xorg version
1068
1069commit e9ee49d99a20458e5f36bba48a7ea65bb5230a8d
1070Author: Daniel Stone <daniel@fooishbar.org>
1071Date:   Sat Jul 16 07:16:27 2005 +0000
1072
1073    Set soversions to 6.2.0 and 1.0.0 with -version-number.
1074
1075commit 81f5815d0c42b7065eb8e5aeef8e115e7398128f
1076Author: Keith Packard <keithp@keithp.com>
1077Date:   Sat Jul 9 06:43:26 2005 +0000
1078
1079    Add .cvsignore files
1080
1081commit 56ef5803a7def4f0d08ce8863e317b250c9c0ce4
1082Author: Daniel Stone <daniel@fooishbar.org>
1083Date:   Sun Jul 3 07:00:57 2005 +0000
1084
1085    Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
1086    Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
1087    Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all
1088        source files in the xserver/xorg tree, predicated on defines of
1089        HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
1090        <X11/fonts/foo.h>.
1091
1092commit 5a64c1de0a1d620039afbb0805ae23f10470e815
1093Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1094Date:   Sun May 22 19:06:20 2005 +0000
1095
1096    Add XTRANS_CONNECTION_FLAGS to get network transport #defines for
1097        CvdStdSel.c
1098    Add libXmuu_la_LIBADD
1099
1100commit 506a8f64c84b3db3ad64d03ee698c1de227247de
1101Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1102Date:   Sun May 22 04:36:38 2005 +0000
1103
1104    Move #ifdef HAVE_CONFIG_H outside of #ifdef SYSVNET
1105
1106commit 9ca353477c403ab1341e994a5a42a998d29e9a58
1107Author: Adam Jackson <ajax@nwnk.net>
1108Date:   Thu May 19 00:22:32 2005 +0000
1109
1110    revert last change, didn't do right thing at all, sorry for the noise
1111
1112commit 0a662934f050cff90e82d463ec809c3758b260b1
1113Author: Adam Jackson <ajax@nwnk.net>
1114Date:   Thu May 19 00:10:08 2005 +0000
1115
1116    Require automake 1.7 in AM_INIT_AUTOMAKE
1117
1118commit 2e403190ff21b0bb277391a73741cfc6d5005ac3
1119Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1120Date:   Wed May 18 19:38:36 2005 +0000
1121
1122    - Add Xmu build system
1123
1124commit 7cea083d37cfaaad321bddca0fb75b3308956938
1125Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1126Date:   Wed May 18 19:30:41 2005 +0000
1127
1128    - Add Xmu to symlink.sh
1129    - Conditionally include config.h in Xmu sources
1130
1131commit ab0973b4595cfe27c81202bfb4a148780b05bb02
1132Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1133Date:   Wed Dec 22 08:28:16 2004 +0000
1134
1135    Bug #2123 <https://bugs.freedesktop.org/show_bug.cgi?id=2123> Attachment
1136        #1587 <https://bugs.freedesktop.org/attachment.cgi?id=1587> Call to
1137        uname should not check for return == 0, but for >= 0 instead
1138
1139commit ece6cefc8e0238071f89de520d4a969fede53bd6
1140Author: Eric Anholt <anholt@freebsd.org>
1141Date:   Tue May 18 04:45:29 2004 +0000
1142
1143    Remove Xaw header dependency from Xmu library build.
1144    http://freedesktop.org/cgi-bin/bugzilla/attachment.cgi?bugid=634
1145
1146commit 51156051e17f4ec53cbfe34f3a79f38d5884b78d
1147Author: Egbert Eich <eich@suse.de>
1148Date:   Fri Apr 23 18:43:45 2004 +0000
1149
1150    Merging XORG-CURRENT into trunk
1151
1152commit 832c5a7d7b07b88f6468daabae56d9daeeee0db8
1153Author: Egbert Eich <eich@suse.de>
1154Date:   Sun Mar 14 08:32:24 2004 +0000
1155
1156    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
1157
1158commit 410cf462f4a8733c58303de686f07fbd98f2e30e
1159Author: Egbert Eich <eich@suse.de>
1160Date:   Wed Mar 3 12:11:29 2004 +0000
1161
1162    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
1163
1164commit b00bc81852e56578939fb4d63796f8e0cd187cbf
1165Author: Egbert Eich <eich@suse.de>
1166Date:   Thu Feb 26 13:35:33 2004 +0000
1167
1168    readding XFree86's cvs IDs
1169
1170commit aa59d04a1a50b5978e886c2e7248f77bea515ce0
1171Author: Egbert Eich <eich@suse.de>
1172Date:   Thu Feb 26 09:22:44 2004 +0000
1173
1174    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
1175
1176commit 0d10732a71487293bd70c2675ced6bffb6093c8d
1177Author: Egbert Eich <eich@suse.de>
1178Date:   Thu Jan 29 08:08:06 2004 +0000
1179
1180    Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
1181
1182commit 6b975651aef1797eb795bd876486c565c52f66fd
1183Author: Kaleb Keithley <kaleb@freedesktop.org>
1184Date:   Tue Nov 25 19:28:15 2003 +0000
1185
1186    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
1187
1188commit 865329b4e079334b4cb846347ab9a572ac946228
1189Author: Kaleb Keithley <kaleb@freedesktop.org>
1190Date:   Fri Nov 14 16:48:49 2003 +0000
1191
1192    XFree86 4.3.0.1
1193
1194commit 709dda59a506e0c4ad17b085aa381f35cd86176f
1195Author: Kaleb Keithley <kaleb@freedesktop.org>
1196Date:   Fri Nov 14 16:48:49 2003 +0000
1197
1198    Initial revision
1199
1200commit e3925d3087dc381a24b47c5602e086645e942fcf
1201Author: Kaleb Keithley <kaleb@freedesktop.org>
1202Date:   Fri Nov 14 15:54:39 2003 +0000
1203
1204    R6.6 is the Xorg base-line
1205