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