upload tizen2.0 source
[framework/uifw/xorg/lib/libxdmcp.git] / ChangeLog
1 commit 60aa228de59270fd1b6d838d80095ac00da53342
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Wed Mar 7 19:46:26 2012 -0800
4
5     libXdmcp 1.1.1
6
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit a3151f53f0149cd30266474faf8384b93070b8a6
10 Author: Matt Dew <marcoz@osource.org>
11 Date:   Wed Jan 11 21:44:51 2012 -0700
12
13     informaltable cleanup
14
15     On certain tables, add top and bottom borders to table
16     header and a bottom border to the table. This matches
17     what those tables in the old pdfs looked like.
18
19     the <?dbfo keep-together='always'> prevents tables from
20     splitting across pages. Useful for tiny tables.
21
22     Converting the colwidth to a floating point,
23     IE, 1* -> 1.0* cleans up these build errors:
24     WARNING: table-layout="fixed" and column-width unspecified
25     => falling back to proportional-column-width(1)
26
27     Signed-off-by: Matt Dew <marcoz@osource.org>
28
29 commit e2bc94bbeeae5f0482c2c59556c9a3fb421573d2
30 Author: Matt Dew <marcoz@osource.org>
31 Date:   Tue Oct 4 22:17:41 2011 -0600
32
33     Cleanup IDs and links in doc
34
35     1 - fix the capitalization of the ID attributes to match either the
36          <title> or <funcdef> string it goes with.
37     2 - fix any <linkend>'s that were affected by 1.
38     3 - any <function> in the docs that has an actual funcdef,
39     will become an olink.
40
41     Signed-off-by: Matt Dew <marcoz@osource.org>
42
43 commit 896fc25047c6cf372babfaf09ce128754ee00123
44 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
45 Date:   Fri Sep 16 22:16:37 2011 -0700
46
47     Strip trailing whitespace
48
49     Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
50     git diff -w & git diff -b show no diffs from this change
51
52     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
53
54 commit de9cdb570fa19058e4bdf16e592f0ac7a692b7e2
55 Author: Gaetan Nadon <memsize@videotron.ca>
56 Date:   Thu Sep 15 20:50:30 2011 -0400
57
58     xdmcp: use appropriate markup for author affiliation
59
60     Docbook places the organization name above its divisions.
61
62     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
63
64 commit d3bc4e5d2abeb2202066a50dda8f65dd45005f58
65 Author: Gaetan Nadon <memsize@videotron.ca>
66 Date:   Mon Sep 12 10:58:16 2011 -0400
67
68     docs: use the &fullrelvers; entity to set X11 release information
69
70     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
71
72 commit d918365a388486a1bacd982fa0293b345407025a
73 Author: Gaetan Nadon <memsize@videotron.ca>
74 Date:   Sun Sep 11 19:49:53 2011 -0400
75
76     docs: remove <productnumber> which is not used by default
77
78     This element is not rendered by default on the title. A template
79     customization is required to display it.
80     X Window System does not have a product number.
81
82     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
83
84 commit a9b82d7972d225df1a5bf24eb85e109f707113ec
85 Author: Gaetan Nadon <memsize@videotron.ca>
86 Date:   Thu Sep 8 20:00:00 2011 -0400
87
88     docbook.am: embed css styles inside the HTML HEAD element
89
90     Rather than referring to the external xorg.css stylesheet, embed the content
91     of the file in the html output produced. This is accomplished by using
92     version 1.10 of xorg-xhtml.xsl.
93
94     This makes the whole html docs tree much more relocatable.
95     In addition, it eliminates xorg.css as a runtime file which makes
96     xorg-sgml-doctools a build time only package.
97
98     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
99
100 commit 35ce7db29079636cfa138914ccaa4d951eaff0af
101 Author: Gaetan Nadon <memsize@videotron.ca>
102 Date:   Wed Sep 7 10:31:04 2011 -0400
103
104     docbook.am: global maintenance update - entities, images and olinking
105
106     Adding support in libX11 for html chunking caused a reorg of docbook.am
107     as well as the xorg-sgml-doctools masterdb for olinking.
108     The parameter img.src.path is added for pdf images.
109     A searchpath to the root builddir is added for local entities, if present.
110
111     The docbook.am makefile hides all the details and is identical for
112     all 22 modules having DocBook documentation. It is included by a thin
113     Makefile.am which requires no docbook knowledge.
114
115     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
116
117 commit e93e80c3bb4c4fcd71d7671d23949232e7cf9581
118 Author: Gaetan Nadon <memsize@videotron.ca>
119 Date:   Sun Jun 12 18:39:45 2011 -0400
120
121     Install xml versions of specs even if HAVE_XMLTO is false
122
123     DocBook/XML input source is also a usefull output format that can be viewed
124     with an XML viewer or editor and by some O/S help system.
125
126     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
127
128 commit 32b2263deae34c9c1d83eea3b37c2a43ca256a5f
129 Author: Gaetan Nadon <memsize@videotron.ca>
130 Date:   Sun Jun 5 16:27:36 2011 -0400
131
132     Install target dbs alongside generated documents
133
134     This matches a change in xorg-sgml-docs whereby the masterdb will look for
135     the target dbs into the same location as the generated documents.
136
137     The target dbs are now installed alongside the generated documents.
138     Previously they are installed in $prefix/sgml/X11/dbs alongside masterdb which
139     has the potential of installing outside the package prefix and cause
140     distcheck to fail when user does not have write permission in this package.
141
142     Requires XORG_CHECK_SGML_DOCTOOLS(1.8) which was released 2011-06-11
143
144 commit 92bca84bf0d6bc7a5d858b9d356928b2856a53d5
145 Author: Gaetan Nadon <memsize@videotron.ca>
146 Date:   Sun Feb 27 15:06:18 2011 -0500
147
148     Documentation: add Docbook external references support
149
150     When writing technical documentation, it is often necessary to cross
151     reference to other information. When that other information is not in the
152     current document, additional support is needed, namely <olink>.
153
154     A new feature with version 1.7 of xorg-sgml-doctools adds references to
155     other documents within or outside this package.
156
157     This patch adds technical support for this feature but does not change
158     the content of the documentation as seen by the end user.
159
160     Each book or article must generate a database containing the href
161     of sections that can be referred to from another document. This database
162     is installed in DATAROOTDIR/sgml/X11/dbs. There is a requirement that
163     the value of DATAROOTDIR for xorg-sgml-doctools and for the package
164     documentation is the same. This forms a virtual document tree.
165
166     This database is consulted by other documents while they are being generated
167     in order to fulfill the missing information for linking.
168     Refer to the xorg-sgml-doctools for further technical information.
169
170     Co-authored-by: Matt Dew <marcoz@osource.org>
171
172     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
173
174 commit c702d3c41ae28dcc661fca7d8d8d7ca8ce34ef1f
175 Author: Gaetan Nadon <memsize@videotron.ca>
176 Date:   Wed Feb 2 11:43:41 2011 -0500
177
178     config: comment, minor upgrade, quote and layout configure.ac
179
180     Group statements per section as per Autoconf standard layout
181     Quote statements where appropriate.
182     Autoconf recommends not using dnl instead of # for comments
183
184     Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
185     Use AC_PROG_LIBTOOL to replace the deprecated AM_PROG_LIBTOOL
186     Remove redundant AC_PROG_MAKE_SET included with AM_INIT_AUTOMAKE
187     Add AC_CONFIG_SRCDIR([Makefile.am]) where missing
188     No functional configuration changes
189
190     This helps automated maintenance and release activities.
191     Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
192
193     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
194
195 commit 1540933e6eaa78a96b035ec5936e63e3cdd335b2
196 Author: Gaetan Nadon <memsize@videotron.ca>
197 Date:   Fri Jan 28 19:41:37 2011 -0500
198
199     config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
200
201     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
202
203 commit 28d1dc68440e07b44a8b97eab9a57bd6ae1557ee
204 Author: Julien Cristau <jcristau@debian.org>
205 Date:   Mon Dec 20 14:12:39 2010 +0100
206
207     Revert "Export only public API symbols"
208
209     Some of the unexported symbols are used by xdm.  See
210     http://lists.x.org/pipermail/xorg-devel/2010-December/017246.html
211
212     This reverts commit b64cac63e0bcdd87bbfd19678552fd7ed1a3b58f.
213
214     Reported-by: Trevor Woerner <twoerner@gmail.com>
215     Signed-off-by: Julien Cristau <jcristau@debian.org>
216
217 commit afcb06588e5cc032372c847657fc7883e8f68c59
218 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
219 Date:   Thu Dec 16 19:16:01 2010 -0800
220
221     spec: Fix up eqn to docbook conversion
222
223     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
224
225 commit 7d3dd1513b09ea31a85a404473c2f871c507e34f
226 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
227 Date:   Thu Dec 16 17:55:30 2010 -0800
228
229     spec: Fix section titles/nesting
230
231     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
232
233 commit b64cac63e0bcdd87bbfd19678552fd7ed1a3b58f
234 Author: Cristian Rodríguez <cristian.rodriguez@opensuse.org>
235 Date:   Tue Dec 14 15:40:20 2010 -0500
236
237     Export only public API symbols
238
239     Reviewed-by: Adam Jackson <ajax@redhat.com>
240     Signed-off-by: Cristian Rodríguez <cristian.rodriguez@opensuse.org>
241
242 commit fb32c2fc1548cc13bed1643b950130629a9d8197
243 Author: Gaetan Nadon <memsize@videotron.ca>
244 Date:   Tue Nov 9 13:04:46 2010 -0500
245
246     config: HTML file generation: use the installed copy of xorg.css
247
248     Currenlty the xorg.css file is copied in each location
249     where a DocBook/XML file resides. This produces about
250     70 copies in the $(docdir) install tree.
251
252     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
253
254 commit 7db29ff43eb3cdcbfe77c35ecc78c7ca3ddba595
255 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
256 Date:   Fri Oct 29 15:13:16 2010 -0700
257
258     libXdmcp 1.1.0
259     
260     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
261
262 commit fef4451fa3c55dcf81e7eee7ca001c57e301a150
263 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
264 Date:   Wed Oct 27 23:01:49 2010 -0700
265
266     Remove AC_PROG_CC & AC_PROG_INSTALL that XORG_DEFAULT_OPTIONS already call
267     
268     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
269
270 commit 21c9f93bb5200dda0bfdd05b928c19829f23d646
271 Author: Gaetan Nadon <memsize@videotron.ca>
272 Date:   Tue Aug 3 15:28:51 2010 -0400
273
274     config: require xorg-macros minimum of 1.10 for XORG_CHECK_SGML_DOCTOOLS
275     
276     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
277
278 commit adaf75c9aac6ca77b26379cc5e451728d9f1a78b
279 Author: Matt Dew <matt@osource.org>
280 Date:   Sun Aug 1 14:23:18 2010 -0400
281
282     specs: replace troff source with docbook-xml source
283     
284     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
285
286 commit 39993ef6f48cb3f9ee0cb0cd4dcef0d643cda698
287 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
288 Date:   Fri May 7 19:21:42 2010 -0700
289
290     Replace comments pointing to non-public X Consortium defect reports
291     
292     Restored the original comments suggested by Paul Shearer of Sequent in the
293     patches he submitted with these fixes in the original X Consortium defect
294     reports from 1995, since modern readers can't refer to the referenced
295     bug reports in that old/closed bug db.
296     
297     7328 Xdmcp: memory leak in XdmcpReadARRAYofARRAY8 when read fails
298     7329 Xdmcp: XdmcpReadARRAY and XdmcpDisposeARRAY routines may free twice
299     
300     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
301
302 commit ea0e0d0e3d45eb5e71542af835194514a6f8801c
303 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
304 Date:   Fri May 7 19:03:54 2010 -0700
305
306     Fix order of CPPFLAGS passed to lint/compile steps
307     
308     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
309
310 commit 996d92d2710f9dc740351f4d9cbe14af64569689
311 Author: Mikhail Gusarov <dottedmag@dottedmag.net>
312 Date:   Fri May 7 20:22:20 2010 +0000
313
314     Get rid of Xalloc/Xrealloc/Xfree from X server or Xlib
315     
316     alloc/realloc/free calls are encapsulated in libXdmcp, so
317     there is no need to wrap allocation functions even under Windows
318     
319     Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
320     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
321
322 commit 2a51e57425e1b4062a459a19b1860c9c9721d9ea
323 Author: Mikhail Gusarov <dottedmag@dottedmag.net>
324 Date:   Fri May 7 20:06:52 2010 +0000
325
326     Nuke RCS tags
327     
328     Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
329     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
330     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
331
332 commit 710d4a4298772cf06c22cce336622b33487b8b44
333 Author: Mikhail Gusarov <dottedmag@dottedmag.net>
334 Date:   Fri May 7 20:03:46 2010 +0000
335
336     Reshuffle functions to decrease amount of boilerplate
337     
338     It it a PitA to do anything with lot of nearly idenical code scattered
339     around in 30 files each containing 5-line function
340     
341     Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
342     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
343     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
344
345 commit 1b22d07fc1268e7c5343cccd562ab69a101baf91
346 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
347 Date:   Thu May 6 15:38:01 2010 -0700
348
349     Use stdint.h instead of limits.h for UINT*_MAX definitions
350     
351     While Solaris allows either one, C99 only requires them in stdint.h
352     and some platforms don't include them via limits.h
353     
354     Corrects tinderbox reported errors on Fedora 11 build machine:
355     
356     http://tinderbox.x.org/builds/2010-05-06-0019/logs/libXdmcp/#build
357     
358     AA32.c: In function 'XdmcpAllocARRAY32':
359     AA32.c:47: error: 'UINT8_MAX' undeclared (first use in this function)
360     
361     AA8.c: In function 'XdmcpAllocARRAY8':
362     AA8.c:47: error: 'UINT16_MAX' undeclared (first use in this function)
363     
364     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
365     
366     Compiles clean on GNU/Linux AMD64
367     Tested-by: Gaetan Nadon <memsize@videotron.ca>
368
369 commit 30e388a8284ed100893983178acb6b4e3ff2b815
370 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
371 Date:   Thu Apr 29 20:19:38 2010 -0700
372
373     Deal with lint warnings about implicit narrowing conversions
374     
375     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
376     Reviewed-by: Matt Turner <mattst88@gmail.com>
377
378 commit 110078a137915f486a13e0445ee9ba5e1558c081
379 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
380 Date:   Thu Apr 29 19:57:46 2010 -0700
381
382     unifdef Lynx
383     
384     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
385     Reviewed-by: Matt Turner <mattst88@gmail.com>
386
387 commit 5ea80e308026357aeee8b56230e85cb4d2e87631
388 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
389 Date:   Thu Apr 29 19:56:37 2010 -0700
390
391     XdmcpARRAY8Equal: Use memcmp instead of rolling our own
392     
393     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
394     Reviewed-by: Matt Turner <mattst88@gmail.com>
395
396 commit 27b1aa82a3f0db7d20a303ba093d1ec52de39bff
397 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
398 Date:   Thu Apr 29 19:51:25 2010 -0700
399
400     Constify function prototypes
401     
402     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
403     Reviewed-by: Matt Turner <mattst88@gmail.com>
404
405 commit 482b19329fac5e311fe0423e58f3e8c573b66114
406 Author: Gaetan Nadon <memsize@videotron.ca>
407 Date:   Mon Mar 29 16:50:34 2010 -0400
408
409     config: update AC_PREREQ statement to 2.60
410     
411     Unrelated to the previous patches, the new value simply reflects
412     the reality that the minimum level for autoconf to configure
413     all x.org modules is 2.60 dated June 2006.
414     
415     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
416     
417     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
418
419 commit 1c220fc14083ed8e1214329138d6ca548dad6dcc
420 Author: Gaetan Nadon <memsize@videotron.ca>
421 Date:   Mon Mar 29 14:53:48 2010 -0400
422
423     config: remove the pkgconfig pc.in file from EXTRA_DIST
424     
425     Automake always includes it in the tarball.
426     
427     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
428
429 commit 7367f2efae9561d87cabaa6e1740355b0aeda86f
430 Author: Gaetan Nadon <memsize@videotron.ca>
431 Date:   Sat Mar 20 11:22:59 2010 -0400
432
433     make: remove unrequired -I${top_builddir}/include
434     
435     The -I${top_srcdir}/include in AM_CFLAGS is the correct one.
436     
437     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
438
439 commit 2110b60cf122a624011ade8883af07b88bb2c2bb
440 Author: Gaetan Nadon <memsize@videotron.ca>
441 Date:   Tue Feb 16 10:37:21 2010 -0500
442
443     config: move CWARNFLAGS from configure.ac to Makefile.am
444     
445     Compiler warning flags should be explicitly set in the makefile
446     rather than being merged with other packages compiler flags.
447     
448     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
449
450 commit 7c1d4d862240a0b01eefbccf6b85e7a365e60ada
451 Author: Gaetan Nadon <memsize@videotron.ca>
452 Date:   Fri Nov 27 20:56:04 2009 -0500
453
454     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
455     
456     Now that the INSTALL file is generated.
457     Allows running make maintainer-clean.
458
459 commit 3c0e64988dad80afe5633c62c29ab3d1c54d2d23
460 Author: Gaetan Nadon <memsize@videotron.ca>
461 Date:   Wed Oct 28 14:09:10 2009 -0400
462
463     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
464     
465     Add missing INSTALL file. Use standard GNU file on building tarball
466     README may have been updated
467     Remove AUTHORS file as it is empty and no content available yet.
468     Remove NEWS file as it is empty and no content available yet.
469
470 commit a4a69387d7d0783326fbbd2b7b202498325d5f96
471 Author: Gaetan Nadon <memsize@videotron.ca>
472 Date:   Tue Oct 27 15:07:25 2009 -0400
473
474     Deploy the new XORG_DEFAULT_OPTIONS #24242
475     
476     This macro aggregate a number of existing macros that sets commmon
477     X.Org components configuration options. It shields the configuration file from
478     future changes.
479
480 commit 748ea77263a40080e665adc742a7a9791b4293c0
481 Author: Gaetan Nadon <memsize@videotron.ca>
482 Date:   Mon Oct 26 22:08:43 2009 -0400
483
484     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
485     
486     ChangeLog filename is known to Automake and requires no further
487     coding in the makefile.
488
489 commit 1ac333abaae4940467d2101d1080be9e46d90c78
490 Author: Gaetan Nadon <memsize@videotron.ca>
491 Date:   Thu Oct 22 12:34:19 2009 -0400
492
493     .gitignore: use common defaults with custom section # 24239
494     
495     Using common defaults will reduce errors and maintenance.
496     Only the very small or inexistent custom section need periodic maintenance
497     when the structure of the component changes. Do not edit defaults.
498
499 commit c362c31e583215855458bc5cbb9ed1020157b1ad
500 Author: Gaetan Nadon <memsize@videotron.ca>
501 Date:   Sun Sep 27 16:28:37 2009 -0400
502
503     Makefile.am: do not include autogen.sh in distribution #24183
504     
505     This is a private build script that should not be distributed
506
507 commit d0f3336872147e925666aaf73b6c0c11aedc63c3
508 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
509 Date:   Wed Oct 21 12:47:24 2009 -0700
510
511     This is not a GNU project, so declare it foreign.
512     
513     On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
514     > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
515     > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
516     > > was quite annoying to work around since 'autoreconf -fvi' replaces
517     > > it and git wants to commit it.  Should these files even be in git?
518     > > Can I nuke them for the betterment of humanity and since they get
519     > > created by autoreconf anyways?
520     >
521     > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
522     
523     As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
524     AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
525     of the INSTALL file. It is also part of the 24206 solution.
526     
527     Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
528
529 commit 3a7e0bb1cec5975e9fcbddc6569e7ac1aea550e5
530 Author: Peter Hutterer <peter.hutterer@who-t.net>
531 Date:   Fri Aug 28 15:32:31 2009 +1000
532
533     libXdmcp 1.0.3
534     
535     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
536
537 commit 8ba417e3f3915102f99e08b15e1543680120102d
538 Author: Peter Hutterer <peter.hutterer@who-t.net>
539 Date:   Wed Sep 23 21:59:12 2009 +1000
540
541     Require macros 1.3 for XORG_DEFAULT_OPTIONS.
542     
543     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
544
545 commit d992d9dd3af95132ca76f0479d08d3479b899a95
546 Author: Alan Coopersmith <alan.coopersmith@sun.com>
547 Date:   Mon Feb 2 20:34:33 2009 -0800
548
549     Add README with pointers to mailing list, bugzilla & git repos
550     
551     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
552
553 commit 49336f1b6fa5d8dc8a9ae3e8d286b061f0d2914c
554 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
555 Date:   Fri Jan 9 16:34:13 2009 -0200
556
557     Ansification and compile warning fixes.
558     
559       Code that already have a header with the proper prototype is safe
560     to ansify.
561       This uses XORG_CHANGELOG macro to properly work with the "git-log"
562     to "git log" change (required to pass "make distcheck"), uses the
563     XORG_CWARNFLAGS macro, and doesn't generate any compile warnings from
564     gcc 4.3 and sparse.
565
566 commit 498cce64f12de67271316417de821460e8eee066
567 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
568 Date:   Wed Nov 26 23:45:09 2008 -0200
569
570     Mark Xalloc, Xrealloc, and Xfree as weak symbols.
571     
572     Maybe a _X_WEAK macro could be added to <X11/Xfuncproto.h>, but that
573     could actually encourage use of __attribute__((weak)), what is not
574     intended.
575     This change uses the same semantics used in libXfont to declare
576     weak symbols that are overridden by the ones defined in the X Server.
577
578 commit f876004608f8a4737f66e1fc0e83ff7e7d6d150b
579 Author: Alan Coopersmith <alan.coopersmith@sun.com>
580 Date:   Fri Aug 11 14:43:15 2006 -0700
581
582     Version bump -> 1.0.2
583
584 commit 55f64a8a29094905b9f49be95ee576de4a2e1a46
585 Author: Alan Coopersmith <alan.coopersmith@sun.com>
586 Date:   Fri Aug 11 14:41:42 2006 -0700
587
588     Require xorg-macros 1.1.0 or later for XORG_WITH_LINT & XORG_LINT_LIBRARY macros
589
590 commit ae43ecfcb85ad238b2a513d3caf400028b951019
591 Author: Alan Coopersmith <alan.coopersmith@sun.com>
592 Date:   Fri Aug 11 14:26:26 2006 -0700
593
594     Add lint library to CLEANFILES
595
596 commit a106f489a69246f24535acd8bdac96e273df7334
597 Author: Alan Coopersmith <alan.coopersmith@sun.com>
598 Date:   Fri Aug 11 14:22:42 2006 -0700
599
600     Replace static ChangeLog with dist-hook to generate from git-log
601
602 commit 644ff9232d48a32dcc16a1eeba2b51c8686eb33e
603 Author: Alan Coopersmith <alan.coopersmith@sun.com>
604 Date:   Thu Aug 10 15:58:18 2006 -0700
605
606     Use AC_CHECK_FUNCS instead of #ifdef SYSV to check for srand48 & lrand48
607
608 commit 048d2bb6b48dce7b2afea39cd429f3253d8e77ca
609 Author: Alan Coopersmith <alan.coopersmith@sun.com>
610 Date:   Thu Aug 10 15:43:31 2006 -0700
611
612     Add *~ to .gitignore to ignore emacs droppings
613
614 commit 1f3fadd3a0f8226fb19f94d6a6344e144e031bba
615 Author: Alan Coopersmith <alan.coopersmith@sun.com>
616 Date:   Thu Jul 13 18:01:01 2006 -0700
617
618     Add lint checking & library targets
619
620 commit 0b7f0333fe6384598e78f6e0dc61dfbf3636c1c8
621 Author: Alan Coopersmith <alan.coopersmith@sun.com>
622 Date:   Thu Jul 13 17:52:46 2006 -0700
623
624     Fix sparse warnings for using 0 instead of NULL
625     
626     RA8.c:50:17: warning: Using plain integer as NULL pointer
627     RA16.c:50:16: warning: Using plain integer as NULL pointer
628     RA32.c:50:16: warning: Using plain integer as NULL pointer
629     RAofA8.c:50:16: warning: Using plain integer as NULL pointer
630
631 commit bfcde07215512ea5153700bc57ef8baa8d3e9ef2
632 Author: Alan Coopersmith <alan.coopersmith@sun.com>
633 Date:   Thu Jul 13 14:58:52 2006 -0700
634
635     renamed: .cvsignore -> .gitignore
636
637 commit f204a3d32500eb8c6ec7a694a21440fc330ab834
638 Author: Adam Jackson <ajax@nwnk.net>
639 Date:   Thu Apr 27 00:07:09 2006 +0000
640
641     Bump to 1.0.1
642
643 commit b7de07f180407a1597ee74cc570311d7eb808637
644 Author: Adam Jackson <ajax@nwnk.net>
645 Date:   Mon Mar 20 19:51:32 2006 +0000
646
647     Bug #6243: Fix build on Cygwin, and when srcdir != objdir. (Yaakov
648         Selkowitz)
649
650 commit aaee3f658482018c622d8cbb926bbfa14df64eea
651 Author: Adam Jackson <ajax@nwnk.net>
652 Date:   Thu Jan 12 23:36:41 2006 +0000
653
654     static -> static const
655
656 commit 9f8e330eff571cc0c525fd42c4ef8a34cac2eb0d
657 Author: Kevin E Martin <kem@kem.org>
658 Date:   Thu Dec 15 00:24:29 2005 +0000
659
660     Update package version number for final X11R7 release candidate.
661
662 commit 9cd3a3746077c2d6a8fcf2c2c125237d9207e2fb
663 Author: Kevin E Martin <kem@kem.org>
664 Date:   Sat Dec 3 05:49:43 2005 +0000
665
666     Update package version number for X11R7 RC3 release.
667
668 commit da0e8c8bbdfe6cef0225960b204eb9878897cb9b
669 Author: Kevin E Martin <kem@kem.org>
670 Date:   Sat Nov 19 07:15:41 2005 +0000
671
672     Update pkgconfig files to separate library build-time dependencies from
673         application build-time dependencies, and update package deps to work
674         with separate build roots.
675
676 commit cbd6a80c320d7d02ca3bb6d1ca036c0eff27d2c3
677 Author: Kevin E Martin <kem@kem.org>
678 Date:   Wed Oct 19 02:48:09 2005 +0000
679
680     Update package version number for RC1 release.
681
682 commit 0609d6f55136698cb7120b62244d44423e6f0945
683 Author: Kevin E Martin <kem@kem.org>
684 Date:   Wed Oct 5 19:24:07 2005 +0000
685
686     Add missing files to EXTRA_DIST
687
688 commit b0c00126bad965f526ef13fa041248e8379a4a53
689 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
690 Date:   Sat Jul 30 07:44:09 2005 +0000
691
692     Add missing library dependencies: Xdmcp: -lsocket (if needed for recvfrom,
693         such as on Solaris) lbxutil: -lz xkbui: -lm
694
695 commit 19ca07e4c538a6f8b46b3bbcdacd39afc1fdede0
696 Author: Kevin E Martin <kem@kem.org>
697 Date:   Fri Jul 29 21:22:51 2005 +0000
698
699     Various changes preparing packages for RC0:
700     - Verify and update package version numbers as needed
701     - Implement versioning scheme
702     - Change bug address to point to bugzilla bug entry form
703     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
704         reenable it)
705     - Fix makedepend to use pkgconfig and pass distcheck
706     - Update build script to build macros first
707     - Update modular Xorg version
708
709 commit 7242946c1cac1ecb97ea0cc312a8ea08707ca945
710 Author: Daniel Stone <daniel@fooishbar.org>
711 Date:   Sat Jul 16 06:41:57 2005 +0000
712
713     Use -version-number instead of -version-info.
714
715 commit ce57d6479026168ab4839dc8d93f8c13c7ee6356
716 Author: Adam Jackson <ajax@nwnk.net>
717 Date:   Thu Jul 14 15:12:44 2005 +0000
718
719     typo fixes (Matthieu Herrb)
720
721 commit d5c88f476d6d263b9e80640c1acd3ec784c7184b
722 Author: Keith Packard <keithp@keithp.com>
723 Date:   Sat Jul 9 06:15:32 2005 +0000
724
725     Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
726
727 commit 1df326ab00b3ca1faf44d81ce53f6b66076ad0cf
728 Author: Daniel Stone <daniel@fooishbar.org>
729 Date:   Sun Jul 3 07:00:56 2005 +0000
730
731     Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
732     Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
733     Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all
734         source files in the xserver/xorg tree, predicated on defines of
735         HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
736         <X11/fonts/foo.h>.
737
738 commit 77283d94174d18791e230b4800641242c1767e87
739 Author: Adam Jackson <ajax@nwnk.net>
740 Date:   Thu May 19 00:22:32 2005 +0000
741
742     revert last change, didn't do right thing at all, sorry for the noise
743
744 commit daefb98f4437af90dcff3853ec23b8a1f0864018
745 Author: Adam Jackson <ajax@nwnk.net>
746 Date:   Thu May 19 00:10:07 2005 +0000
747
748     Require automake 1.7 in AM_INIT_AUTOMAKE
749
750 commit 2f31285482451b8ed44b0b61969a7f324dbe905a
751 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
752 Date:   Tue May 17 14:43:47 2005 +0000
753
754     Tue May 17 10:38:30 2005 Søren Sandmann <sandmann@redhat.com>
755     Remove Xdmcpconf.h and references to it, since it is not needed.
756     Delete entries from the xlibs tree since they are not relevant
757
758 commit 83b3f8f9fcb08348d28dbdb19e07a2c41b9f8bf2
759 Author: Josh Triplett <josh@speakeasy.net>
760 Date:   Sat May 14 08:03:04 2005 +0000
761
762     Add Xdmcpconf.h.in from xlibs tree.
763
764 commit ceec4744a2906539154007edf1ec3b865fef1991
765 Author: Josh Triplett <josh@speakeasy.net>
766 Date:   Sat May 14 07:58:43 2005 +0000
767
768     Add configure.ac for Xdmcp from xlibs tree.
769
770 commit d5d1fb73e5c8c0b2a5b2704ec6b8394fc8a425b4
771 Author: Josh Triplett <josh@speakeasy.net>
772 Date:   Sat May 14 07:46:48 2005 +0000
773
774     Move includes in Xau and Xdmcp into include/X11 subdirectories so that the
775         source can reference them with <X11/...>.
776
777 commit 0ea8a9fde966a2fbdc075e4cfc47235d3c899022
778 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
779 Date:   Thu May 12 16:27:25 2005 +0000
780
781     Thu May 12 12:24:16 2005 Søren Sandmann <sandmann@redhat.com>
782     Conditionally include config.h
783     add Makefile.am
784
785 commit 845dff36906d99a80ea920a8d0efb73bd0b88d56
786 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
787 Date:   Thu May 12 16:12:34 2005 +0000
788
789     Make xtrans install in $(includedir)/X11/Xtrans. Remove all references to
790         Xtransdef.
791     Add Xdmcp build files
792     Add Wrap.h to lib/dmcp part of symlink script.
793
794 commit 2e5c59efc9df61d84f81af0f9a100672d096bac6
795 Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
796 Date:   Mon Nov 15 15:06:55 2004 +0000
797
798     Bufzilla #1802, http://freedesktop.org/bugzilla/show_bug.cgi?id=1802 Added
799         mingw (Win32) port
800
801 commit 5cd56c90f05d05c19c484f606b70d17873b507b5
802 Author: Keith Packard <keithp@keithp.com>
803 Date:   Tue Aug 24 18:33:32 2004 +0000
804
805     Replace 'uint32_t' with 'CARD32' and 'uint8_t' with 'CARD8'. Add #include
806         <X11/Xmd.h>
807     reviewed by: Stuart Kreitman <Stuart.Kreitman@Sun.COM>
808
809 commit 874e5e8b17f111f07c2c4e9167b4940365cc1421
810 Author: Stuart Kreitman <stuart.kreitman@sun.com>
811 Date:   Mon Aug 23 17:06:37 2004 +0000
812
813     Modified Files: Wraphelp.c
814     Coding standard recommended by C99 standards body:
815     http://www.oreillynet.com/pub/a/network/2003/10/07/michael_barr.html
816
817 commit 7acd9ecff911e900deb03767f283d59fc90f550c
818 Author: Jim Gettys <jg@freedesktop.org>
819 Date:   Sun Aug 22 01:02:25 2004 +0000
820
821     Matthieu Herrb <matthieu.herrb@laas.fr> points out:
822     Hmm, this version doesn't work on LP64 big endian machines (like
823     *BSD/sparc64). The problems were fixed in OpenBSD. May I suggest to switch
824         to this version (it's the same origin, with the LP64 problems fixed):
825         <http://www.openbsd.org/cgi-bin/cvsweb.cgi/XF4/xc/lib/Xdmcp/Wraphelp.c>
826
827 commit faf433b79417ef801ed3c62fdf9bbc8edf1b6ba3
828 Author: Jim Gettys <jg@freedesktop.org>
829 Date:   Sat Aug 21 02:06:44 2004 +0000
830
831     Add Wraphelp.c to lib/Xdmcp, at long last, along with the U.S. government
832         required notifications. The website notification went up first.
833     Clean up Wraphelp.c so that it compiles cleanly.
834     I chose the version Australian version written for R5 written by Eric
835         Eay@psych.psy.uq.oz.au, as I don't know where the original one was, and
836         didn't want to touch XFree86.
837     Make HasXdmAuth YES for xorg.
838
839 commit 4a01be711a72d99e054a83e9a00a27b2fc420601
840 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
841 Date:   Sat Aug 7 19:22:01 2004 +0000
842
843     Check to see if array->data is NULL before we dereference it, instead of
844         after. (Prevents segfault when array->data is initialized to NULL, but
845         array->length is not set to 0.)
846     Always initialize both data & length in ARRAYs.
847
848 commit 54c91c33da46e67a4efce0dd43def29c65677ed4
849 Author: Egbert Eich <eich@suse.de>
850 Date:   Tue Jul 6 14:37:47 2004 +0000
851
852     Separated Intel drivers from default DriDrivers to avoid building them on
853         IA64 (Egbert Eich).
854     Fixed wrong function prototype (Egbert Eich).
855     Don't test for generic VGA on IA64 (Egbert Eich).
856     Fixed a segfault when accessing a structure before verifying the pointer
857         exists (Egbert Eich).
858     Added a showcache option for debugging (Egbert Eich).
859     Increase default video RAM size to 16MB when DRI is enabled and more than
860         128MB are available (Egbert Eich). Fixed lockups during mode switch.
861         Problem was introduced when attempting to copy the behavior during
862         LeaveVT()/EnterVT() but but forgetting to call I810DRILeave() before
863         I810DRIEnter(). The entire DRILeave()/Enter() scenario has been
864         commented out as it didn't seem to be necessary (Egbert Eich).
865     Fix TweakMemorySize() (tested with i855/i865) (Egbert Eich).
866     increased MAX_DEVICES to 128 (Egbert Eich).
867     Use OS provided PCI config space access as default method (Egbert Eich).
868     Added support for Linux 2.6 proc file format.
869     Fixed unaligned accesses to pieces of the VBE info block. VESA did not
870         align elements to size (Egbert Eich).
871
872 commit 11ce0b3adae5dac23d95fae62570d0a7e872055f
873 Author: Egbert Eich <eich@suse.de>
874 Date:   Fri Apr 23 18:43:41 2004 +0000
875
876     Merging XORG-CURRENT into trunk
877
878 commit d1291a78bebace4d4ccef4b552bbfd145961ee44
879 Author: Egbert Eich <eich@suse.de>
880 Date:   Sun Mar 14 08:32:05 2004 +0000
881
882     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
883
884 commit ca6d962126b1d876851293d9c0a407ff733b5558
885 Author: Egbert Eich <eich@suse.de>
886 Date:   Wed Mar 3 12:11:28 2004 +0000
887
888     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
889
890 commit 3132e3a51c671fc95ee2b88802ae30abcb177320
891 Author: Egbert Eich <eich@suse.de>
892 Date:   Thu Feb 26 13:35:33 2004 +0000
893
894     readding XFree86's cvs IDs
895
896 commit 47d1195510762af8efce38806dc75adc0bdc09cc
897 Author: Egbert Eich <eich@suse.de>
898 Date:   Thu Feb 26 09:22:42 2004 +0000
899
900     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
901
902 commit 8ecf5d371806b603b64f257e4caa1d9cbc19556d
903 Author: Kaleb Keithley <kaleb@freedesktop.org>
904 Date:   Fri Dec 19 20:54:35 2003 +0000
905
906     XFree86 4.3.99.902 (RC 2)
907
908 commit 9cfba0fa56ff1ebae9aaccf1e63049759dbd37f5
909 Author: Kaleb Keithley <kaleb@freedesktop.org>
910 Date:   Thu Dec 4 22:02:56 2003 +0000
911
912     XFree86 4.3.99.901 (RC 1)
913
914 commit c95e0de1641abf24792dcafc5a98a95986183f53
915 Author: Kaleb Keithley <kaleb@freedesktop.org>
916 Date:   Tue Nov 25 19:28:09 2003 +0000
917
918     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
919
920 commit 0200b5d9bb6a599aefbb05a2217e243ea0da387b
921 Author: Kaleb Keithley <kaleb@freedesktop.org>
922 Date:   Fri Nov 14 16:48:48 2003 +0000
923
924     XFree86 4.3.0.1
925
926 commit d1eb0ee78fbb0c109f9fa8e1bc05907608fc4299
927 Author: Kaleb Keithley <kaleb@freedesktop.org>
928 Date:   Fri Nov 14 15:54:38 2003 +0000
929
930     R6.6 is the Xorg base-line