upload tizen2.0 source
[framework/uifw/xorg/lib/libsm.git] / ChangeLog
1 commit b3d1f4896cab54717acd691b62b7fa3122a5fd8c
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Fri Mar 2 20:53:41 2012 -0800
4
5     libSM 1.2.1
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit 6475d9eff0bfbb6446eff205fd52c5ba82c5819c
10 Author: Matt Dew <marcoz@osource.org>
11 Date:   Wed Jan 11 20:33:41 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 3ca545c7835b71b63f8c5a8f758b08418a65a5bb
30 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
31 Date:   Mon Dec 5 20:04:51 2011 -0800
32
33     unifdef -ULynx
34     
35     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
36     Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
37     Reviewed-by: James Cloos <cloos@jhcloos.com>
38
39 commit 4af9e4a71f7c07da86ef1940cba69e92b11ba337
40 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
41 Date:   Sat Nov 19 11:33:30 2011 -0800
42
43     SmsInitialize: Mark vendor & release args as const char *
44     
45     Needed to fix gcc -Wwrite-strings arguments in callers such as xsm.
46     
47     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
48     Reviewed-by: James Cloos <cloos@jhcloos.com>
49
50 commit e77dd2e4bc8227ebdab70b4233cb33ed690fa264
51 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
52 Date:   Sat Nov 19 10:33:15 2011 -0800
53
54     Remove a bunch of unnecessary casts with malloc & free calls
55     
56     With modern compilers and headers, they cause more problems than they
57     solve and just hide real issues.
58     
59     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
60     Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
61     Reviewed-by: James Cloos <cloos@jhcloos.com>
62
63 commit 46f3ef4460aa2c1c2cba22897694a1cea572d506
64 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
65 Date:   Sat Nov 19 10:23:24 2011 -0800
66
67     Replace malloc(strlen) + strcpy sets with strdup calls
68     
69     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
70     Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
71     Reviewed-by: James Cloos <cloos@jhcloos.com>
72
73 commit fb3ef5844d392f70cc6bd9b0d8770ca17bde1428
74 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
75 Date:   Sat Nov 19 10:13:02 2011 -0800
76
77     Reindent IPv4 code to match IPv6 code
78     
79     Takes care of the other block of code confusingly sharing indent levels
80     
81     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
82     Reviewed-by: James Cloos <cloos@jhcloos.com>
83
84 commit 638496507882f0afe506fe294f68ad5290ef95db
85 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
86 Date:   Sat Nov 19 10:07:32 2011 -0800
87
88     Move variable declarations to get rid of unnecessary scope brackets
89     
90     Gets rid of one of the multiple levels of bracketing that confusingly
91     shared the same indent level.
92     
93     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
94     Reviewed-by: James Cloos <cloos@jhcloos.com>
95
96 commit 9f350d75a4553d8e2bc365f8de4110bb79ec7b32
97 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
98 Date:   Sat Nov 19 10:01:50 2011 -0800
99
100     Move and rename temp[4] definition to reduce confusion with temp[256]
101     
102     Both variables were locals in different scope levels of the same
103     function, leading to both confusing code and gcc -Wshadow warnings:
104     
105     sm_genid.c: In function 'SmsGenerateClientID':
106     sm_genid.c:160:10: warning: declaration of 'temp' shadows a previous local
107     
108     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
109     Reviewed-by: James Cloos <cloos@jhcloos.com>
110
111 commit 079de6fd4bd0423e20e472d7342f919eebce0517
112 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
113 Date:   Sat Nov 19 09:52:17 2011 -0800
114
115     Use imdent to make multiple levels of nested #if easier to follow
116     
117     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
118     Reviewed-by: James Cloos <cloos@jhcloos.com>
119
120 commit 79c785adf86ef06f09910b68019bc8a1e6fcb122
121 Author: Matt Dew <marcoz@osource.org>
122 Date:   Tue Oct 4 22:42:05 2011 -0600
123
124     Cleanup IDs and links in doc
125     
126     1 - fix the capitalization of the ID attributes to match either the
127          <title> or <funcdef> string it goes with.
128     2 - fix any <linkend>'s that were affected by 1.
129     3 - any <function> in the docs that has an actual funcdef,
130     will become an olink.
131     
132     Signed-off-by: Matt Dew <marcoz@osource.org>
133
134 commit 4708d636de50281ab2c52c32b81b7ecb67657820
135 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
136 Date:   Fri Sep 16 22:03:00 2011 -0700
137
138     Strip trailing whitespace
139     
140     Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
141     git diff -w & git diff -b show no diffs from this change
142     
143     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
144
145 commit 44eecd93986368e71c404d8faa264a514bf88ab1
146 Author: Gaetan Nadon <memsize@videotron.ca>
147 Date:   Wed Sep 14 14:59:27 2011 -0400
148
149     docs: fix author affiliation
150     
151     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
152
153 commit 7ed7ef36b7e1fdd29554db122e4eb07323e27dee
154 Author: Gaetan Nadon <memsize@videotron.ca>
155 Date:   Mon Sep 12 16:54:45 2011 -0400
156
157     docs: use the &fullrelvers; entity to set X11 release information
158     
159     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
160
161 commit 7601182a252b44d0b04435f1eb4d574dfcf5fabb
162 Author: Gaetan Nadon <memsize@videotron.ca>
163 Date:   Sun Sep 11 19:49:53 2011 -0400
164
165     docs: remove <productnumber> which is not used by default
166     
167     This element is not rendered by default on the title. A template
168     customization is required to display it.
169     X Window System does not have a product number.
170     
171     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
172
173 commit cbca5fad657122d1a9f370d0640acb66ef80aaef
174 Author: Gaetan Nadon <memsize@videotron.ca>
175 Date:   Thu Sep 8 20:00:00 2011 -0400
176
177     docbook.am: embed css styles inside the HTML HEAD element
178     
179     Rather than referring to the external xorg.css stylesheet, embed the content
180     of the file in the html output produced. This is accomplished by using
181     version 1.10 of xorg-xhtml.xsl.
182     
183     This makes the whole html docs tree much more relocatable.
184     In addition, it eliminates xorg.css as a runtime file which makes
185     xorg-sgml-doctools a build time only package.
186     
187     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
188
189 commit b88a9949fa6e1b12348541c6293535cc7ff931f4
190 Author: Gaetan Nadon <memsize@videotron.ca>
191 Date:   Wed Sep 7 10:31:04 2011 -0400
192
193     docbook.am: global maintenance update - entities, images and olinking
194     
195     Adding support in libX11 for html chunking caused a reorg of docbook.am
196     as well as the xorg-sgml-doctools masterdb for olinking.
197     The parameter img.src.path is added for pdf images.
198     A searchpath to the root builddir is added for local entities, if present.
199     
200     The docbook.am makefile hides all the details and is identical for
201     all 22 modules having DocBook documentation. It is included by a thin
202     Makefile.am which requires no docbook knowledge.
203     
204     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
205
206 commit 64e002e55555205fdcdb9e6d78d6eadd4136cb7a
207 Author: Gaetan Nadon <memsize@videotron.ca>
208 Date:   Sun Jun 12 17:54:50 2011 -0400
209
210     Install xml versions of specs even if HAVE_XMLTO is false
211     
212     DocBook/XML input source is also a usefull output format that can be viewed
213     with an XML viewer or editor and by some O/S help system.
214     
215     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
216
217 commit bef231eefedae448255b705aa2f687f49e371b71
218 Author: Gaetan Nadon <memsize@videotron.ca>
219 Date:   Sun Jun 5 16:27:36 2011 -0400
220
221     Install target dbs alongside generated documents
222     
223     This matches a change in xorg-sgml-docs whereby the masterdb will look for
224     the target dbs into the same location as the generated documents.
225     
226     The target dbs are now installed alongside the generated documents.
227     Previously they are installed in $prefix/sgml/X11/dbs alongside masterdb which
228     has the potential of installing outside the package prefix and cause
229     distcheck to fail when user does not have write permission in this package.
230     
231     Requires XORG_CHECK_SGML_DOCTOOLS(1.8) which was released 2011-06-11
232
233 commit f7473da7b1ff6a5295a145f808c327e655e574a9
234 Author: Matt Dew <marcoz@osource.org>
235 Date:   Wed May 25 23:46:36 2011 -0600
236
237     add id attributes to funcsynopsis to allow other docs to olink to them.
238     
239     Signed-off-by: Matt Dew <marcoz@osource.org>
240     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
241     Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
242
243 commit 8683bdd74d3e40c7db92efd25acf345f6331b252
244 Author: Gaetan Nadon <memsize@videotron.ca>
245 Date:   Sun Feb 27 15:06:18 2011 -0500
246
247     Documentation: add Docbook external references support
248     
249     When writing technical documentation, it is often necessary to cross
250     reference to other information. When that other information is not in the
251     current document, additional support is needed, namely <olink>.
252     
253     A new feature with version 1.7 of xorg-sgml-doctools adds references to
254     other documents within or outside this package.
255     
256     This patch adds technical support for this feature but does not change
257     the content of the documentation as seen by the end user.
258     
259     Each book or article must generate a database containing the href
260     of sections that can be referred to from another document. This database
261     is installed in DATAROOTDIR/sgml/X11/dbs. There is a requirement that
262     the value of DATAROOTDIR for xorg-sgml-doctools and for the package
263     documentation is the same. This forms a virtual document tree.
264     
265     This database is consulted by other documents while they are being generated
266     in order to fulfill the missing information for linking.
267     Refer to the xorg-sgml-doctools for further technical information.
268     
269     Co-authored-by: Matt Dew <marcoz@osource.org>
270     
271     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
272
273 commit 252f6d2add7c926cdcf0cea43da04f182720b0b4
274 Author: Gaetan Nadon <memsize@videotron.ca>
275 Date:   Fri Feb 25 09:04:45 2011 -0500
276
277     Docbook: change the book id to match the xml file basename
278     
279     This is required for the up-coming external references support.
280     
281     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
282
283 commit 2cd30c36c080217c20addf311510881c8eecf374
284 Author: Gaetan Nadon <memsize@videotron.ca>
285 Date:   Wed Feb 2 19:25:52 2011 -0500
286
287     config: splitting SM and XTRANS compiler options is not required
288     
289     Simplify configuration by using a single PKG_CHECK_MODULES statement.
290     
291     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
292
293 commit 3c923881f415651d75434efd209003d602253437
294 Author: Gaetan Nadon <memsize@videotron.ca>
295 Date:   Wed Feb 2 11:43:40 2011 -0500
296
297     config: comment, minor upgrade, quote and layout configure.ac
298     
299     Group statements per section as per Autoconf standard layout
300     Quote statements where appropriate.
301     Autoconf recommends not using dnl instead of # for comments
302     
303     Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
304     
305     This helps automated maintenance and release activities.
306     Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
307     
308     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
309
310 commit b29f5c9f3a728c5b7673cf54ad60d988b5dd93e7
311 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
312 Date:   Thu Jan 27 22:05:40 2011 -0800
313
314     Bug 33390 - sm.pc: don't export a dependency on ice
315     
316     https://bugs.freedesktop.org/show_bug.cgi?id=33390
317     
318     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
319     Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
320
321 commit fe43b6de5bb4423ce99d2df1ab37ea8ece39a9fa
322 Author: Gaetan Nadon <memsize@videotron.ca>
323 Date:   Fri Jan 28 16:07:07 2011 -0500
324
325     config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
326     
327     This silences an Automake warning.
328     
329     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
330
331 commit 57b6f700378a001e1aff9b83f6cb396c7c4a7368
332 Author: Gaetan Nadon <memsize@videotron.ca>
333 Date:   Fri Jan 28 14:59:04 2011 -0500
334
335     config: remove unrequired AC_HEADER_STDC
336     
337     Autoconf says:
338     "This macro is obsolescent, as current systems have conforming
339     header files. New programs need not use this macro".
340
341 commit 8f9878c06e359d21715a3e4358895b589466bc46
342 Author: Paulo Zanoni <pzanoni@mandriva.com>
343 Date:   Thu Dec 16 14:03:06 2010 -0200
344
345     Use docbookx.dtd version 4.3 for all docs
346     
347     Signed-off-by: Paulo Zanoni <pzanoni@mandriva.com>
348     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
349
350 commit 6d093e2397ecdbbba044fe7ef2fd922c8c8261de
351 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
352 Date:   Sun Nov 21 11:19:45 2010 -0800
353
354     config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
355     
356     Regroup AC statements under the Autoconf initialization section.
357     Regroup AM statements under the Automake initialization section.
358     
359     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
360
361 commit b8ef6cea0ccae4d88a9cb91cd836188ae781cda8
362 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
363 Date:   Sun Nov 21 11:17:25 2010 -0800
364
365     config: Remove unnecessary calls from configure.ac
366     
367     AC_PROG_CC are provided by XORG_DEFAULT_OPTIONS now
368     PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
369     
370     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
371
372 commit 15dc32dd7b57315f9e319f3e346ba28a1e69c646
373 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
374 Date:   Sun Nov 21 11:16:14 2010 -0800
375
376     Sun's copyrights belong to Oracle now
377     
378     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
379
380 commit 8480764c94d15673c884b90c7a10bc86635dec63
381 Author: Gaetan Nadon <memsize@videotron.ca>
382 Date:   Tue Nov 9 13:04:40 2010 -0500
383
384     config: HTML file generation: use the installed copy of xorg.css
385     
386     Currenlty the xorg.css file is copied in each location
387     where a DocBook/XML file resides. This produces about
388     70 copies in the $(docdir) install tree.
389     
390     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
391
392 commit d2327760a52fdbcd3759211578e3663e00e4a31e
393 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
394 Date:   Wed Oct 27 22:26:41 2010 -0700
395
396     libSM 1.2.0
397     
398     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
399
400 commit 784a330e337af16c1e385d0fbeee1e5369413656
401 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
402 Date:   Sun Oct 24 20:31:54 2010 -0700
403
404     SMlib.xml: Use <simplelist> instead of <synopsis> for lists of mask values
405     
406     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
407
408 commit 12af18dd9a731a816e7b074bbecaa5549bfdba31
409 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
410 Date:   Sun Oct 24 19:57:32 2010 -0700
411
412     SMlib.xml: Tag function names, parameters, constant values, etc.
413     
414     Includes correcting <function> tags on things that aren't functions
415     as some stylesheets may add () after <function> tagged items so we
416     shouldn't use them for constants, variables, filenames, etc.
417     
418     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
419
420 commit ed9331e10babdd70da51134f0eaee8625a469ffe
421 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
422 Date:   Sun Oct 24 18:54:05 2010 -0700
423
424     SMlib.xml: Line wrapping & other whitespace cleanup
425     
426     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
427
428 commit 763b01e8e69d6132b3b4b57263f19de9de985f99
429 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
430 Date:   Sat Oct 23 00:47:27 2010 -0700
431
432     xsmp.xml: add internal cross-reference links
433     
434     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
435
436 commit 506af19b86af2a7960a3bb5cf72287349012c869
437 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
438 Date:   Sat Oct 23 00:43:28 2010 -0700
439
440     xsmp.xml: Use <synopsis> and related markup for protocol message definition
441     
442     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
443
444 commit 75443d72b4944391b809f429cc4cef2ffb76f7bf
445 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
446 Date:   Sat Oct 23 00:10:01 2010 -0700
447
448     xsmp.xml: Use <errorname> instead of <function> for error names
449     
450     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
451
452 commit 2ed7704e7d4b0086edc8667a80780c6c51ba84cb
453 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
454 Date:   Fri Oct 22 23:52:15 2010 -0700
455
456     xsmp.xml: Restore note titles (example/rationale/advice)
457     
458     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
459
460 commit 489566ca0e69ed6068fb4bdbaccd413ec2ee8319
461 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
462 Date:   Fri Oct 22 23:39:54 2010 -0700
463
464     xsmp.xml: Clean up tables
465     
466     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
467
468 commit c5b211d9a01438958546669f95a5215784348534
469 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
470 Date:   Fri Oct 22 08:44:46 2010 -0700
471
472     xsmp.xml: Misc markup tag cleanups
473     
474     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
475
476 commit a18973e643b0916a2f4bf6fb8fc29508429635bb
477 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
478 Date:   Fri Oct 22 08:34:49 2010 -0700
479
480     Coalesce copyright notices in xml docs
481     
482     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
483
484 commit e3f357dbd39036766765e1de110a876adc2f8226
485 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
486 Date:   Fri Oct 22 08:32:04 2010 -0700
487
488     xsmp.xml: Convert -> & <- to &rarr; & &larr;
489     
490     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
491
492 commit 29e2ac62cb6a152499d1b3f9fe871b1252f3c22f
493 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
494 Date:   Fri Oct 22 08:21:27 2010 -0700
495
496     xsmp.xml: Line wrapping & other whitespace cleanup
497     
498     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
499
500 commit c83363e83a937ba2ddd99e732bfde5f8d39bd648
501 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
502 Date:   Thu Oct 21 23:48:42 2010 -0700
503
504     SMlib.xml: fix a couple parameter list entries
505     
506     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
507
508 commit 862e2b220bc928d6ab2f3bb6159bc4be03914979
509 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
510 Date:   Thu Oct 21 23:43:49 2010 -0700
511
512     SMlib.xml: misc markup cleanups
513     
514     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
515
516 commit 0b15c3773db651863dc8374d45095bc5aa53d41d
517 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
518 Date:   Thu Oct 21 23:16:14 2010 -0700
519
520     SMlib.xml: fix typo: SmProc -> SmProp
521     
522     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
523
524 commit cd4739acb0c6d1bca2d3a7adc5c52324928a5561
525 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
526 Date:   Thu Oct 21 22:55:04 2010 -0700
527
528     SMlib.xml: add internal cross-reference links
529     
530     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
531
532 commit 33a86926ae3a7ddcea817eda8c4b1aac7c518d10
533 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
534 Date:   Thu Oct 21 16:31:08 2010 -0700
535
536     SMlib.xml: Convert remaining `` quotes to &ldquo; style
537     
538     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
539
540 commit 5abbdcde8a9ed3e489e2f9e5b9161dc9ebc5801f
541 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
542 Date:   Thu Oct 21 16:29:21 2010 -0700
543
544     SMlib.xml: Convert remaining literallayout tags to synopsis tags
545     
546     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
547
548 commit 62bc296fefd0465c1f3eef283f3bf0a43d132ef9
549 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
550 Date:   Thu Oct 21 16:17:09 2010 -0700
551
552     SMlib.xml: Convert function prototypes to <funcprototype> tags
553     
554     Provides automatic ansifaction & better formatted output
555     
556     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
557
558 commit ee77c1932c0cd2050371117c3724d66072cbdbee
559 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
560 Date:   Thu Oct 21 15:43:33 2010 -0700
561
562     SMlib.xml: Remove some nroff macros left in tables by mistake
563     
564     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
565
566 commit 24e9d8a2a35452c67ba2e2e34857ce3691d9a22d
567 Author: Jesse Adkins <jesserayadkins@gmail.com>
568 Date:   Tue Sep 28 13:30:02 2010 -0700
569
570     Purge cvs tags.
571     
572     Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
573     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
574
575 commit e0be9c9dfb60f21edb37ff77d766395aa57a96e4
576 Author: Gaetan Nadon <memsize@videotron.ca>
577 Date:   Sun Jun 27 20:31:28 2010 -0400
578
579     doc: remove trailing spaces in DocBook XML docs
580     
581     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
582
583 commit 8c42c25b90b10b2c5f20c93ebd9cf1df622b009f
584 Author: Gaetan Nadon <memsize@videotron.ca>
585 Date:   Fri Jun 25 21:43:08 2010 -0400
586
587     doc: replace groff input format with docbook xml format
588     
589     Initial version of SMlib and xsmp docbook xml.
590     Requires util-macros 1.10
591     
592     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
593
594 commit fd37bd0ac012e15bffad7e83d36b87ee3941d6f5
595 Author: Alexander Kabaev <kan@FreeBSD.org>
596 Date:   Wed May 26 13:28:03 2010 -0400
597
598     Fix off by one error in SmsGenerateClientID when uuid_create is used
599     
600     Fix apparent typo in SmsGenerateClientID which always leaves the
601     first byte of allocated id string uninitialized. If that byte
602     happens to be 0, SmsGenerateClientId appears to return an empty
603     string to the caller, instead of proper GUID in text form.
604     
605     Reviewed-by: James CLoos <cloos@jhcloos.com>
606     Signed-off-by: Adam Jackson <ajax@redhat.com>
607
608 commit af7364c20d91615251b1ec2b19e0cb38e9094ba0
609 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
610 Date:   Thu Apr 22 07:42:30 2010 -0700
611
612     Update README now that docs are in this module, not xorg-docs
613     
614     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
615
616 commit 7464514f60ff7754e5c1e91d6913000fb5d366c9
617 Author: Gaetan Nadon <memsize@videotron.ca>
618 Date:   Mon Mar 29 14:53:48 2010 -0400
619
620     config: remove the pkgconfig pc.in file from EXTRA_DIST
621     
622     Automake always includes it in the tarball.
623     
624     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
625
626 commit 39f4ed794168c824015754e451b4b191fddad643
627 Author: Gaetan Nadon <memsize@videotron.ca>
628 Date:   Tue Feb 16 19:57:27 2010 -0500
629
630     doc: use HAVE_GROFF_MS to skip doc when 's.tmac' macros missing
631     
632     This conditional is defined in XORG_WITH_GROFF macro.
633     
634     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
635
636 commit 64f201ae65de7024bce0a85d6380ac158a3b5852
637 Author: Gaetan Nadon <memsize@videotron.ca>
638 Date:   Tue Feb 16 14:41:22 2010 -0500
639
640     specs: change install cmd due to automake 1.11
641     
642     docData_INSTALL is defined in 1.9 and 1.10 but not 1.11
643     
644     Reported-by: Tobias Droste <tdroste@gmx.de>
645     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
646
647 commit 98f205119011c016ec902c69d882a26dd7185a43
648 Author: Gaetan Nadon <memsize@videotron.ca>
649 Date:   Tue Feb 9 17:39:46 2010 -0500
650
651     doc: use $(mkdir_p) rather than $(MKDIR_P) due to automake 1.9.6
652     
653     $(MKDIR_P) is not defined in automake 1.9.
654     
655     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
656
657 commit c22a324b4c1e1ac38b1c04656ecdcf9127343e8d
658 Author: Gaetan Nadon <memsize@videotron.ca>
659 Date:   Mon Feb 1 14:58:21 2010 -0500
660
661     doc: install generated images in $docdir
662     
663     The html installed doc is incomplete without the generated images.
664     
665     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
666
667 commit 844a1de311492a7666c60f39c6cbe23a5c3f22da
668 Author: Gaetan Nadon <memsize@videotron.ca>
669 Date:   Sat Jan 30 14:11:36 2010 -0500
670
671     doc: use new macros to control doc generation
672     
673     Namely XORG_WITH_GROFF for the groff generation tool
674     XORG_ENABLE_DOCS for the generation of all docs
675     
676     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
677
678 commit 626788435d4a49eeea9fa2382f7ec554a0b92197
679 Author: Gaetan Nadon <memsize@videotron.ca>
680 Date:   Tue Jan 26 16:32:00 2010 -0500
681
682     doc: clean-up generated html images
683     
684     Generate images in /images as is the convention
685     Provide a base file name for images rather than process ID
686     Remove images directory when running make clean
687     
688     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
689
690 commit b5af7f362e30b1bbde4eef4216385ae2b2ea1bee
691 Author: Alan Coopersmith <alan.coopersmith@sun.com>
692 Date:   Thu Jan 14 21:00:53 2010 -0800
693
694     Update Sun license notices to current X.Org standard form
695     
696     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
697
698 commit 0b2e5ca9da6b35f5cf98ac879601cf8083c72dde
699 Author: Rémi Cardona <remi@gentoo.org>
700 Date:   Thu Dec 17 08:26:28 2009 +0100
701
702     require autoconf 2.60 because of $(docdir) use
703     
704     Signed-off-by: Rémi Cardona <remi@gentoo.org>
705     Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
706     Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com>
707     Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
708
709 commit 7f92faa03910bf74fbebefb5d543c09958fb3b28
710 Author: Gaetan Nadon <memsize@videotron.ca>
711 Date:   Fri Nov 27 20:56:03 2009 -0500
712
713     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
714     
715     Now that the INSTALL file is generated.
716     Allows running make maintainer-clean.
717
718 commit 802f5e2a67ef3d214a0560c36985f8fed3ab92f1
719 Author: Gaetan Nadon <memsize@videotron.ca>
720 Date:   Wed Nov 11 18:56:57 2009 -0500
721
722     Update .gitignore for the /doc directory #24239
723
724 commit 7309ebe123d05955d81318bca5c58ee90b9887dd
725 Author: Gaetan Nadon <memsize@videotron.ca>
726 Date:   Wed Oct 28 14:09:10 2009 -0400
727
728     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
729     
730     Add missing INSTALL file. Use standard GNU file on building tarball
731     README may have been updated
732     Remove AUTHORS file as it is empty and no content available yet.
733     Remove NEWS file as it is empty and no content available yet.
734
735 commit 2fb04f8726ddf8ad0749a6b733ab87c5e1bc06dc
736 Author: Gaetan Nadon <memsize@videotron.ca>
737 Date:   Mon Oct 26 22:08:41 2009 -0400
738
739     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
740     
741     ChangeLog filename is known to Automake and requires no further
742     coding in the makefile.
743
744 commit e88afa3327621f8eb00d920c45536e08b7bc1898
745 Author: Gaetan Nadon <memsize@videotron.ca>
746 Date:   Thu Oct 22 12:34:18 2009 -0400
747
748     .gitignore: use common defaults with custom section # 24239
749     
750     Using common defaults will reduce errors and maintenance.
751     Only the very small or inexistent custom section need periodic maintenance
752     when the structure of the component changes. Do not edit defaults.
753
754 commit d4e3653ff1eed208ea6f35158ad03da7729622b9
755 Author: Alan Coopersmith <alan.coopersmith@sun.com>
756 Date:   Mon Nov 16 14:57:19 2009 -0800
757
758     Revert "Fix memory leak for SM_DeleteProperties"
759     
760     This reverts commit 58aa8879e10b12e478ab14b90afd1001b4abd316.
761     
762     Fixes gnome-session crashes due to double frees, as reported in
763     http://bugs.freedesktop.org/show_bug.cgi?id=24964
764
765 commit 41d5bb13119b36a7ce6a344372df1b788994e2c7
766 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
767 Date:   Wed Oct 21 12:47:23 2009 -0700
768
769     This is not a GNU project, so declare it foreign.
770     
771     On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
772     > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
773     > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
774     > > was quite annoying to work around since 'autoreconf -fvi' replaces
775     > > it and git wants to commit it.  Should these files even be in git?
776     > > Can I nuke them for the betterment of humanity and since they get
777     > > created by autoreconf anyways?
778     >
779     > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
780     
781     As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
782     AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
783     of the INSTALL file. It is also part of the 24206 solution.
784     
785     Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
786
787 commit 58aa8879e10b12e478ab14b90afd1001b4abd316
788 Author: Michael Jansen <kde@michael-jansen.biz>
789 Date:   Wed Oct 14 11:01:46 2009 -0700
790
791     Fix memory leak for SM_DeleteProperties
792     
793     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
794
795 commit 6d43663bf01e055cfe713dccac39b651a0ccfacf
796 Author: Alan Coopersmith <alan.coopersmith@sun.com>
797 Date:   Sat Oct 10 00:37:41 2009 -0700
798
799     Move session management protocol docs from xorg-docs here too
800     
801     Since we don't have a smproto package, but ship the protocol headers
802     in this module, might as well keep the protocol docs with the headers
803     
804     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
805
806 commit b1363f9fa47e1564aa5e4fe822bd6a04b5a44954
807 Author: Alan Coopersmith <alan.coopersmith@sun.com>
808 Date:   Sat Oct 10 00:02:04 2009 -0700
809
810     Move docs from xorg-docs, use groff to format for installation
811     
812     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
813
814 commit c8e29f4a18041c7a649f701a7cfdd37080d7c6f6
815 Author: Alan Coopersmith <alan.coopersmith@sun.com>
816 Date:   Fri Oct 9 23:28:11 2009 -0700
817
818     Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
819     
820     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
821
822 commit 7fc343e70202279fd3daa3adf789ca35b0ec8891
823 Author: Rémi Cardona <remi@gentoo.org>
824 Date:   Fri Aug 14 11:20:34 2009 +0200
825
826     require libICE >= 1.0.5
827     
828     During the ansification (commit 896aeb5dd128), 2 extern decls for
829     _IcePaMagicCookie1Proc and _IcePoMagicCookie1Proc were dropped from
830     sm_client.c and sm_manager.c. Both decls were added between libICE 1.0.4
831     and 1.0.5.
832     
833     Signed-off-by: Rémi Cardona <remi@gentoo.org>
834
835 commit 82bbf42a2ba0401a8346505b1292ddb7b58f4507
836 Author: Rémi Cardona <remi@gentoo.org>
837 Date:   Fri Aug 7 14:19:50 2009 +0200
838
839     libSM 1.1.1, update libtool version
840
841 commit 45720a2e266748ac15bc0544b56e035383695588
842 Author: Diego Elio 'Flameeyes' Pettenò <flameeyes@gmail.com>
843 Date:   Sat May 16 01:01:39 2009 +0200
844
845     Use FreeBSD uuid functions when available.
846     
847     If the system provide the uuid_create function assume building on FreeBSD
848     or another OS with a compatible uuid interface. If that's the case, ignore
849     libuuid and just use the system functions without extra deps.
850
851 commit 0389dbec3b738fa7e1dbef2b5317124b95bdfb20
852 Author: Julien Cristau <jcristau@debian.org>
853 Date:   Mon Feb 16 01:27:24 2009 +0100
854
855     Typo fix
856     
857     This makes us really error out if we want libuuid but can't find it.
858
859 commit b75eae83221465bd0da4d21d0bab5af379dc31c1
860 Author: Alan Coopersmith <alan.coopersmith@sun.com>
861 Date:   Mon Feb 2 20:34:30 2009 -0800
862
863     Add README with pointers to mailing list, bugzilla & git repos
864     
865     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
866
867 commit 896aeb5dd128fc8e489106fa7aaa5cee1e589106
868 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
869 Date:   Wed Jan 28 18:48:47 2009 -0200
870
871     Janitor: ansification, make distcheck, compiler warnings.
872
873 commit 1dcf5502137efe36d01b30169d4387438ad47be0
874 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
875 Date:   Sat Nov 29 04:55:58 2008 -0200
876
877     avoid gcc warnings for libSM
878     
879       Patch from http://bugs.freedesktop.org/show_bug.cgi?id=17968 adapted
880     to current sources.
881       This corrects a potential (hypothetical) segmentation fault.
882
883 commit 8bed01275a7c7caf8f777e4074a5ee1ba1c2b3e7
884 Author: Caolan McNamara <caolanm@redhat.com>
885 Date:   Fri Oct 17 17:21:49 2008 -0400
886
887     Bug #17644: Fix valgrind warning in _SmcProcessMessage
888
889 commit 8ce4f47adb343aed069862a05b5e315173b17823
890 Author: Julien Cristau <jcristau@debian.org>
891 Date:   Fri Jul 18 16:35:57 2008 +0200
892
893     If we don't have libuuid, build without it instead of failing
894     
895     Only error out if configure was given --with-libuuid but we
896     don't find it.
897
898 commit e3166eecfe7a04f0f622bd93e8a6a1faa672a029
899 Author: Adam Jackson <ajax@redhat.com>
900 Date:   Wed Jul 2 14:24:24 2008 -0400
901
902     Avoid memcpy(foo, NULL, n), that's just nonsense.
903
904 commit 27ebe517cabaf038fa65edff0140317f9438adec
905 Author: Adam Jackson <ajax@redhat.com>
906 Date:   Wed Jul 2 14:00:54 2008 -0400
907
908     libSM 1.1.0
909
910 commit 2e8a41efb10ae462e5e43e13e479ca4da0fb0103
911 Author: Alan Coopersmith <alan.coopersmith@sun.com>
912 Date:   Wed Jun 25 09:55:14 2008 -0700
913
914     Fix --without-libuuid to not call PKG_CHECK_MODULES for libuuid
915
916 commit 6702e2a15992f4cb85dfa7ac8214125eb0a2bb2d
917 Author: Dan Williams <dcbw@redhat.com>
918 Date:   Tue Jun 24 13:11:42 2008 -0400
919
920     Bug #14949: Don't use gethostbyname() for client IDs.
921     
922     gethostbyname() will hit the network, which leads to DNS timeouts, which
923     leads to fail.  Just use UUIDs.
924
925 commit 2a827d26cfb10dc6b1203b77c0cc91dc838d97a3
926 Author: James Cloos <cloos@jhcloos.com>
927 Date:   Thu Dec 6 16:38:16 2007 -0500
928
929     Replace static ChangeLog with dist-hook to generate from git log
930
931 commit 9b7029aba10356badeef134af2de7e26e6ae2ab9
932 Author: James Cloos <cloos@jhcloos.com>
933 Date:   Mon Sep 3 05:53:30 2007 -0400
934
935     Add *~ to .gitignore to skip patch/emacs droppings
936
937 commit 837384e09dae2beda6ac3b8e1d10698dc0d23db4
938 Author: Tilman Sauerbeck <tilman@code-monkey.de>
939 Date:   Sun May 13 14:21:39 2007 +0200
940
941     Bumped version to 1.0.3.
942
943 commit 6c50f3639d74edd757dc72dbe6a29cb8aa3b87a3
944 Author: Tilman Sauerbeck <tilman@code-monkey.de>
945 Date:   Sun May 13 11:47:47 2007 +0200
946
947     Another tiny char* vs const char* fix.
948
949 commit 9bfa1101ac5dbb8d2de1d0431d7e7b281428168f
950 Author: Tilman Sauerbeck <tilman@code-monkey.de>
951 Date:   Sun May 13 11:46:16 2007 +0200
952
953     Revert "Don't reinvent the wheel and just use strdup()."
954     
955     This reverts commit 57ea148fdbf047a012b361acdc7954e70679dad3.
956
957 commit 24ac7974ef77d7832a8b3ddd300083c41a03cb79
958 Author: Tilman Sauerbeck <tilman@code-monkey.de>
959 Date:   Sun May 13 01:44:12 2007 +0200
960
961     Added object files to .gitignore.
962
963 commit 48d23e452780f327439a859fa941b1598eb249c8
964 Author: Tilman Sauerbeck <tilman@code-monkey.de>
965 Date:   Sun May 13 01:43:49 2007 +0200
966
967     Removed some global writable variables.
968
969 commit 57ea148fdbf047a012b361acdc7954e70679dad3
970 Author: Tilman Sauerbeck <tilman@code-monkey.de>
971 Date:   Sun May 13 00:49:58 2007 +0200
972
973     Don't reinvent the wheel and just use strdup().
974
975 commit 8ba3325ed15154a933c064831abf8f412a5154a7
976 Author: Tilman Sauerbeck <tilman@code-monkey.de>
977 Date:   Sun May 13 00:44:50 2007 +0200
978
979     Fixed some const vs non-const mix ups.
980
981 commit 2ded69bb857ae453d90534203e5857ac3a31a1c3
982 Author: Tilman Sauerbeck <tilman@code-monkey.de>
983 Date:   Sun May 13 00:16:36 2007 +0200
984
985     Sanitized hex string conversion in SmsGenerateClientID().
986     
987     This reduces the size of the DSO by almost 4K and gets rid of 255
988     relocations on load.
989
990 commit 34b3d538061cd648d90eb2bc7284000d980c8d3e
991 Author: Adam Jackson <ajax@benzedrine.nwnk.net>
992 Date:   Fri Oct 13 15:55:08 2006 -0400
993
994     Bump to 1.0.2
995
996 commit 2116811afe339a9b806f04debf2b6241fd00456f
997 Author: Alan Coopersmith <alan.coopersmith@sun.com>
998 Date:   Thu Jul 13 14:58:45 2006 -0700
999
1000     renamed: .cvsignore -> .gitignore
1001
1002 commit ff57e5d728c2f409b8852ee58d622c2c3323e2a8
1003 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1004 Date:   Mon Jun 26 17:30:22 2006 +0000
1005
1006     From Patch #6046 <https://bugs.freedesktop.org/attachment.cgi?id=6046>
1007         freeaddrinfo() in error handling return (Peter Breitenlohner)
1008
1009 commit d03116c682567dac793d52e65a1f0698ae6848f6
1010 Author: Adam Jackson <ajax@nwnk.net>
1011 Date:   Thu Apr 27 00:01:01 2006 +0000
1012
1013     Bump to 1.0.1
1014
1015 commit c46e8ae80540713ec24fd6d1eea68744937ef158
1016 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1017 Date:   Fri Mar 17 03:05:32 2006 +0000
1018
1019     Specs say SmsInitialize & SmcOpenConnection return NULL terminated strings
1020         in errorStringRet, but were just calling strncpy and not making sure
1021         strings were NULL terminated if errorLength wasn't long enough.
1022         (Noticed while evaluating Coverity ids 196 & 201.)
1023
1024 commit 6842e89f85b1fa30344e2bf3d28e51dbfd978370
1025 Author: Kevin E Martin <kem@kem.org>
1026 Date:   Thu Dec 15 00:24:27 2005 +0000
1027
1028     Update package version number for final X11R7 release candidate.
1029
1030 commit 2f62b1a35756301469de62b8830733ebeec2e908
1031 Author: Kevin E Martin <kem@kem.org>
1032 Date:   Sat Dec 3 05:49:42 2005 +0000
1033
1034     Update package version number for X11R7 RC3 release.
1035
1036 commit 69c50fbc49f7589aa6afcf1be00be22a78ec3daa
1037 Author: Kevin E Martin <kem@kem.org>
1038 Date:   Sat Nov 19 07:15:39 2005 +0000
1039
1040     Update pkgconfig files to separate library build-time dependencies from
1041         application build-time dependencies, and update package deps to work
1042         with separate build roots.
1043
1044 commit dea915c93437443b6bd4933263df44e734e40320
1045 Author: Kevin E Martin <kem@kem.org>
1046 Date:   Wed Nov 9 21:19:12 2005 +0000
1047
1048     Update package version number for X11R7 RC2 release.
1049
1050 commit 922e2dc3116a88cc1e49d5e2486fe1ca21f888c7
1051 Author: Kean Johnson <kean@armory.com>
1052 Date:   Tue Nov 8 06:33:25 2005 +0000
1053
1054     See ChangeLog entry 2005-11-07 for details.
1055
1056 commit df1260d8710f497e766ac52162585345f2d7669f
1057 Author: Kevin E Martin <kem@kem.org>
1058 Date:   Wed Oct 19 02:48:08 2005 +0000
1059
1060     Update package version number for RC1 release.
1061
1062 commit 601c38a8b0bbe92db6374e00e485435316dce1cb
1063 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1064 Date:   Mon Aug 15 18:31:16 2005 +0000
1065
1066     Add XTRANS_CONNECTION_FLAGS to set TCP & IPv6 flags needed by libSM
1067
1068 commit 0a00119745bef1bd67b53124a6a41b76454c5503
1069 Author: Kevin E Martin <kem@kem.org>
1070 Date:   Fri Jul 29 21:22:50 2005 +0000
1071
1072     Various changes preparing packages for RC0:
1073     - Verify and update package version numbers as needed
1074     - Implement versioning scheme
1075     - Change bug address to point to bugzilla bug entry form
1076     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
1077         reenable it)
1078     - Fix makedepend to use pkgconfig and pass distcheck
1079     - Update build script to build macros first
1080     - Update modular Xorg version
1081
1082 commit c6f143cc14840ca029e651d84f6c9a68c003cf07
1083 Author: Daniel Stone <daniel@fooishbar.org>
1084 Date:   Sat Jul 16 06:24:02 2005 +0000
1085
1086     Set soversion to 6.0.0 using -version-number.
1087
1088 commit 9c370ec68d2606468296efc1f0a093c036e8d7ff
1089 Author: Keith Packard <keithp@keithp.com>
1090 Date:   Wed Jul 13 07:28:02 2005 +0000
1091
1092     Eliminate xtrans CFLAGS from .pc file as xtrans is not part of the public
1093         API.
1094
1095 commit 7b45eec97e390d8c8124b0a95b83ff7614903979
1096 Author: Keith Packard <keithp@keithp.com>
1097 Date:   Sat Jul 9 05:59:54 2005 +0000
1098
1099     Add .cvsignore files
1100
1101 commit 0a4f43e5170110519bd34d01f1f20a72ea615485
1102 Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
1103 Date:   Thu Jun 9 15:52:02 2005 +0000
1104
1105     Replace <X11/Xtrans.h> with <X11/Xtrans/Xtrans.h>
1106     Copy Xtrans.h to exports/include/X11/Xtrans only
1107
1108 commit 8abfaa0bb923231da3dd2c0e245f8feec41a621f
1109 Author: Adam Jackson <ajax@nwnk.net>
1110 Date:   Thu May 19 00:22:32 2005 +0000
1111
1112     revert last change, didn't do right thing at all, sorry for the noise
1113
1114 commit a2e7e1bb26e8a87b822acbeeff114beec4705fb0
1115 Author: Adam Jackson <ajax@nwnk.net>
1116 Date:   Thu May 19 00:10:07 2005 +0000
1117
1118     Require automake 1.7 in AM_INIT_AUTOMAKE
1119
1120 commit 0b4b811191a1e74356b7ff78a09107e29a7ef695
1121 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1122 Date:   Tue May 17 21:25:16 2005 +0000
1123
1124     - Conditionally include config.h in xc/lib/SM
1125     - Add libSM to symlink.sh
1126     - Add SM build system
1127
1128 commit 5004ef0b757c1cd7e4ceaa1759914f938d5ea295
1129 Author: Adam Jackson <ajax@nwnk.net>
1130 Date:   Sun Apr 3 18:24:25 2005 +0000
1131
1132     Bug #1447: Fix a use-after-free case in libSM. (Mark McLoughlin)
1133
1134 commit c9f8774f04b398ac963b23ce1d5a12e703977064
1135 Author: Daniel Stone <daniel@fooishbar.org>
1136 Date:   Fri Jan 28 19:15:39 2005 +0000
1137
1138     Move _IceGetPeerName into the ICE public API as IceGetPeerName; bump ICE
1139         soversion to 6.4 accordingly. Change SM's use to the public version.
1140         The old version will be retained for compatibility.
1141
1142 commit 52435fb9fdaecfdc9b11d54e74388520dacc4b0b
1143 Author: Egbert Eich <eich@suse.de>
1144 Date:   Mon Oct 18 14:21:44 2004 +0000
1145
1146     Made handling of DevelDrivers for x86-64 more conformant to other
1147         platforms.
1148     Compress all font encodings (Stefan Dirsch).
1149     Fixed warnings.
1150     Turn on forwarding XNSpotLocation event to XIM server in OffTheSpot and
1151         Root mode (bugzilla #1580, James Su).
1152     Added another compose key combination for the Euro symbol (Stefan Dirsch).
1153     Added support for UTF-8 in ja_JP, ko_KR and zh_TW locales (Mike Fabian).
1154     Changed default encoding for ru from KOI8-R to ISO8859-5 (Mike Fabian).
1155         This is the encoding that is also used by glibc. We may break other
1156         libcs - lets see who complains.
1157     Added explanation for DESTDIR to install to a different directory than /.
1158     Added some early bailouts to atiprobe if PCI structure pointer is NULL to
1159         prevent sig11.
1160     XV support doesn't depend on 2D acceleration any more. This patch removes
1161         this limitation from the NSC driver. This is a patch that I have
1162         committed to XFree86 a while ago but never ported over to X.Org.
1163         Matthieu Herrb contributed some build fixes.
1164     Fixing SetDPMSTimers() so that DPMS*Time == 0 disables the appropriate
1165         timer. This takes advantage of the fact that TimerSet() with a timeout
1166         argument 0 behaves like TimerCanel().
1167     Use /dev/xconsole (named pipe) or devpts for system logger (Werner Fink).
1168     Create missing links for backward compatibility to XFree86 (Stefan Dirsch).
1169     Changed comment to mention xorg.
1170     Changed cursor for the 'kill' action from XC_draped_box to XC_Pirate. If
1171         you don't like it we can change it back (original author unkown).
1172     Added 'pic' to the man page rendering command pipeline (Werner Fink).
1173     Added missing return value (Stefan Dirsch, Roland Mainz)
1174
1175 commit 76d276193a610e4decf2f39b88e9ccf886d4c492
1176 Author: Kevin E Martin <kem@kem.org>
1177 Date:   Wed Aug 18 18:41:40 2004 +0000
1178
1179     Fix AIX build problems (Bugs #1020, 1102, 1103, Dan McNichol).
1180     Remove old config files (Bug #1123, Jim Gettys).
1181     Remove old log message (Bug #1123, Jim Gettys).
1182
1183 commit 61bafb140eda240e69e3df28f47567af71ad1296
1184 Author: Egbert Eich <eich@suse.de>
1185 Date:   Mon May 24 19:06:58 2004 +0000
1186
1187     Fix build glitches when building modules independently using Imake.
1188
1189 commit f161cb4a8a567d3ec93677689b6c5440b3027ab6
1190 Author: Egbert Eich <eich@suse.de>
1191 Date:   Fri Apr 23 18:43:23 2004 +0000
1192
1193     Merging XORG-CURRENT into trunk
1194
1195 commit 19fe7606b46b0bbce96837c0ade7018e601fd73e
1196 Author: Egbert Eich <eich@suse.de>
1197 Date:   Sun Mar 14 08:31:52 2004 +0000
1198
1199     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
1200
1201 commit 0a04145c6f313d9a9d670716e2529d2dd0341598
1202 Author: Egbert Eich <eich@suse.de>
1203 Date:   Wed Mar 3 12:11:10 2004 +0000
1204
1205     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
1206
1207 commit 26ea9c0731055cc478337431353afb8a0a3122ae
1208 Author: Egbert Eich <eich@suse.de>
1209 Date:   Thu Feb 26 13:35:18 2004 +0000
1210
1211     readding XFree86's cvs IDs
1212
1213 commit aa72cf15a99e09fc3e41184e01cbcceced4ef592
1214 Author: Egbert Eich <eich@suse.de>
1215 Date:   Thu Feb 26 09:22:34 2004 +0000
1216
1217     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
1218
1219 commit ea5d51824610a0b5205871a158b055d58879fc0c
1220 Author: Egbert Eich <eich@suse.de>
1221 Date:   Thu Jan 29 08:08:04 2004 +0000
1222
1223     Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
1224
1225 commit a968ef24dfc9ddd1322f91acb4a6a1898fc15490
1226 Author: Kaleb Keithley <kaleb@freedesktop.org>
1227 Date:   Tue Nov 25 19:28:07 2003 +0000
1228
1229     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
1230
1231 commit 8e18f1cdc21fe0e125620a912e946ec1031fa2c5
1232 Author: Kaleb Keithley <kaleb@freedesktop.org>
1233 Date:   Fri Nov 14 16:48:46 2003 +0000
1234
1235     XFree86 4.3.0.1
1236
1237 commit abe0fd5d586b52a851a423a79b95070da418eb10
1238 Author: Kaleb Keithley <kaleb@freedesktop.org>
1239 Date:   Fri Nov 14 15:54:36 2003 +0000
1240
1241     R6.6 is the Xorg base-line