summaryrefslogtreecommitdiff
path: root/app/xmag/ChangeLog
blob: 01daab7ab4ecc479d48e4196190a86e60c300727 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
commit 4a7f2c546bdb3083f64f328651628f940ea9ea44
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Tue Jul 12 10:32:42 2022 -0700

    xmag 1.0.7
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit bcff9fb31f8b6944ed1e72cbdcc5dff14b321b4c
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Apr 3 16:53:23 2022 -0700

    Use _CONST_X_STRING to make libXt declare String as const char *
    
    Gets rid of 58 out of 73 -Wdiscarded-qualifiers warnings from gcc
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 58535e417d7db4443ae668166ef80e1c0a59f6a2
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Tue Dec 7 12:22:12 2021 -0800

    Build xz tarballs instead of bzip2
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit cfb726ab6b40f0118cecdbcf3741a98288070bb4
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Tue Dec 7 12:22:08 2021 -0800

    gitlab CI: add a basic build test
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 0bc642700eda11c5f13b9e96719b83c4fec31719
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sun Nov 28 14:49:59 2021 -0800

    Fix spelling/wording issues
    
    Found by using:
        codespell --builtin clear,rare,usage,informal,code,names
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit daa837ebdd55fa513a0ac6cc2fe77c745de7a205
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Nov 21 17:14:18 2018 -0800

    Update configure.ac bug URL for gitlab migration
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 2e1d9ca62031e971337d9c493682a12857874b75
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Nov 16 22:35:58 2018 -0800

    Update README for gitlab migration
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 6b5a723ac123b199274f033ed85db9ca1a682e6d
Author: Mihail Konev <k.mvc@ya.ru>
Date:   Thu Jan 26 14:00:21 2017 +1000

    autogen: add default patch prefix
    
    Signed-off-by: Mihail Konev <k.mvc@ya.ru>

commit e5b363bc241ed38e0495706efe09ef7756a8f4b1
Author: Emil Velikov <emil.l.velikov@gmail.com>
Date:   Mon Mar 9 12:00:52 2015 +0000

    autogen.sh: use quoted string variables
    
    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
    fall-outs, when they contain space.
    
    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit a6cb7ae876714a0148cd4c9879db8e7e1b8c1053
Author: Peter Hutterer <peter.hutterer@who-t.net>
Date:   Tue Jan 24 10:32:07 2017 +1000

    autogen.sh: use exec instead of waiting for configure to finish
    
    Syncs the invocation of configure with the one from the server.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>

commit 513d1cf1afdcdf5eafbdf67c0adf421da6ba5722
Author: Thomas Klausner <wiz@NetBSD.org>
Date:   Tue Jul 21 23:06:46 2015 +0200

    Protect config.h with HAVE_CONFIG_H.
    
    Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 011bec331e11d306c1811376e4de4d84ab2996ce
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Apr 16 23:55:52 2015 -0700

    xmag 1.0.6
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 975b6bcad6de9f57d46efc7bddb691a40703ae1e
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Jul 11 20:00:49 2014 -0700

    Delete trailing whitespace from *.[ch] files
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit ec3e612fadfbdf60dc30bc8f155d5fb6a5fd501f
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Jul 11 19:58:18 2014 -0700

    Convert sprintf to snprintf
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit b23149c5cda460d8ff932e891eb23df897d10dc0
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Jul 11 19:56:19 2014 -0700

    Fix typos & wording issues in source comments
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 2be3155114bfcd0c0071a8c8f5973d499eba8736
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat May 31 23:29:53 2014 -0700

    autogen.sh: Honor NOCONFIGURE=1
    
    See http://people.gnome.org/~walters/docs/build-api.txt
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 47ea99fc84c3067eea428cadc0cd33941bd9b04c
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat May 31 23:29:53 2014 -0700

    configure: Drop AM_MAINTAINER_MODE
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit b40365c8650d58e9f0a3ba35cba20f7ece38cdd6
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat May 31 23:29:38 2014 -0700

    config: Add missing AC_CONFIG_SRCDIR
    
    Regroup AC statements under the Autoconf initialization section.
    Regroup AM statements under the Automake initialization section.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 8c4b91ea40088bc80de9cc2695f77a27ce78b0d9
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Jan 12 22:16:24 2013 -0800

    xmag 1.0.5
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 50ed4f69a5f5e535128c5e2d1abc252b093dff06
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Tue Dec 20 20:40:06 2011 -0800

    Use lrint() from math library if available
    
    Moves -lm from being hardcoded in Makefile.am to being added via
    AC_SEARCH_LIBS in configure.ac setting it in $(LIBS)
    
    Using lrint() [returns long int] instead of rint() [returns double]
    clears a bunch of gcc warnings of the form:
    "cast from function call of type ‘double’ to non-matching type ‘short int’"
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
    Reviewed-by: James Cloos <cloos@jhcloos.com>

commit 43ffa427238cdfb132205375624a25c5c28e9f86
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Feb 18 00:26:59 2011 -0800

    Remove obsolete ISC support
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit e81168403132afe71b38e41cd368d0d9869bd320
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jan 19 10:06:56 2011 -0500

    config: move man pages into their own directory
    
    Use services provided by XORG_MANPAGE_SECTIONS.
    Use standard Makefile for man pages.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 857e73cfd8d79c8f81712fae8b4fa2d7e8565796
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Jan 13 11:15:47 2011 -0500

    man: remove trailing spaces and tabs
    
    Using s/[ \t]*$//
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 4c3bfeaa40aaf817bffcf7b4e4adaab45ec0ca13
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jan 12 16:28:02 2011 -0500

    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
    
    This silences an Autoconf warning

commit 4c741b8945c886ce1cfaaeb57c3ce726b77b6ae1
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Jan 12 15:29:50 2011 -0500

    config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
    
    This silences an Automake warning.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 63cee7f38dc37fda89dc5aa689634bd8aeffabda
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Oct 30 17:22:41 2010 -0700

    xmag 1.0.4
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit d41f3ae0b0e383ba2e622e3dd9999d3c09f90091
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Oct 30 17:20:18 2010 -0700

    config: Remove unnecessary calls from configure.ac
    
    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 9475bf19a6544f522357f59bd1b04ec7685e3eb8
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Oct 30 17:19:07 2010 -0700

    Purge CVS version tags
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit cc7172d187ad35a1b851961cc9c588e56c3894fa
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Sat Oct 30 17:17:49 2010 -0700

    config: update AC_PREREQ statement to 2.60
    
    Unrelated to the previous patches, the new value simply reflects
    the reality that the minimum level for autoconf to configure
    all x.org modules is 2.60 dated June 2006.
    
    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 36ac8aaf057d0ae35d63e568667f1aebcfa2e56e
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Aug 6 15:04:26 2010 -0700

    Fill in COPYING file with copyright notices from source code
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit e9a1886d9e2a89995c2094b37000e12da4791cbf
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Jul 1 18:29:03 2010 -0700

    Xmu functions are called directly, so include it in PKG_CHECK_MODULES
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit b7544beaad218b5799018fe1dca84815a14bbfa4
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Wed Jun 30 23:25:03 2010 -0700

    config: upgrade to util-macros 1.8 for additional man page support
    
    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
    The value of MAN_SUBST is the same for all X.Org packages.
    
    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
    The existing statement can now be removed from the configuration file.
    
    Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
    Enables silent rule and use platform appropriate version of sed.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit f7ef4087a4bf87618e9b84ff7726f3f08fd018ca
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Feb 11 10:08:07 2010 -0500

    config: move CWARNFLAGS from configure.ac to Makefile.am
    
    Compiler warning flags should be explicitly set in the makefile
    rather than being merged with other packages compiler flags.
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit b20bf366aa045549221c6b0fb3aa7b7fda43b3a5
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Sat Dec 19 20:48:48 2009 -0500

    configure.ac: use backticks rather than $() for cmd subs
    
    Use "$PKG_CONFIG" rather than hard coded "pkg-config"
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>

commit 3e597fcfe489f9eb9057b0b8a7fe3f75925b23d2
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Nov 26 09:19:54 2009 -0500

    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
    
    Now that the INSTALL file is generated.
    Allows running make maintainer-clean.

commit a060a628982782ca24e2a4cfa5654b068b935e61
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Oct 28 14:09:08 2009 -0400

    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
    
    Add missing INSTALL file. Use standard GNU file on building tarball
    README may have been updated
    Remove AUTHORS file as it is empty and no content available yet.
    Remove NEWS file as it is empty and no content available yet.

commit c1642cd3036e03c8f42c833d2f321b51a62083df
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Oct 27 15:07:25 2009 -0400

    Deploy the new XORG_DEFAULT_OPTIONS #24242
    
    This macro aggregate a number of existing macros that sets commmon
    X.Org components configuration options. It shields the configuration file from
    future changes.

commit 91ce3b21ef889d857bfb898bbd85f774721bb26b
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Oct 26 22:08:39 2009 -0400

    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
    
    ChangeLog filename is known to Automake and requires no further
    coding in the makefile.

commit 6802cc3ec6357529605ec994c9d531f3ca9e3561
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Oct 22 12:34:15 2009 -0400

    .gitignore: use common defaults with custom section # 24239
    
    Using common defaults will reduce errors and maintenance.
    Only the very small or inexistent custom section need periodic maintenance
    when the structure of the component changes. Do not edit defaults.

commit de39a50709190e16a6f357e0be673db04d26b4a6
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Oct 1 14:54:26 2009 -0700

    Add README with pointers to mailing lists, bugzilla, & git
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit f1f2af7a65d6531814a06b292a28bdc46580e590
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Aug 3 11:19:07 2009 -0700

    Version bump: 1.0.3
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 90ccae7efc5fca9c0f4e45b84806df01332dd869
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Mon Jan 12 20:41:14 2009 -0200

    Correct problems in make distcheck.

commit ae94046d8654b9f65df871502de0f08a36aa5d38
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Aug 19 01:04:40 2008 +0200

    xaw8 is gone, use xaw7

commit 7ac72ce2e262bf78cb2e8ff50ef932d29e4b65f7
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Aug 19 01:04:27 2008 +0200

    allow build outside of source tree

commit a3e1a9b4cb732b86b84375013e3fa531395b45cf
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Tue Jul 29 14:18:10 2008 -0300

    Properly handle multiple depth windows.
    
    This patch will not cause X Errors when magnifying windows with portions
    offscreen, or windows with a dimension smaller than the default 64x64.
    
    A common case where this patch is required is when Composite is enabled,
    the default depth has a value other than 24, and some application is
    using the Composite argb visual; example is WindowMaker, that will choose
    the "best" available visual, unless the visual-id option is used.

commit cb21acd94353c82c4b49a7ddef99309b31b07500
Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
Date:   Thu Mar 27 20:08:04 2008 -0700

    Build fix for file systems that are not case sensitive

commit a6b0036a082a947b89bdbb27128e20079799857c
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Wed Aug 15 18:04:12 2007 -0700

    Version bump: 1.0.2

commit e4cd84139d155bf0ce7b42de65e2a5bfcc471a46
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Wed Aug 15 17:59:30 2007 -0700

    Change xmag_CFLAGS to AM_CFLAGS to make automake-1.10 happier
    
    Makefile.am:27: compiling `CutPaste.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'

commit d990122dafcde5d22c8f1aa40e8f9dc213f79e17
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Wed Aug 1 13:22:35 2007 -0700

    Make fix for Sun bug 6359959 more portable - use nanosleep, poll or select

commit eb12c1f539cebbd7481711d1dc97e3e29b594389
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Tue Dec 13 00:00:00 2005 -0800

    Sun bug 6359959: xmag overconsumes CPU due to its selection box
    
    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6359959>
    
    The fix for Sun bug 1166559 changed the HLINTERVAL from 10 to 0.5 to fix
    a problem that the selection box wasn't being seen. The problem is that
    this parameter is used in an XtAppAddTimeOut(), and is supposed to be an
    unsigned long. Thus, the 0.5 presumably turns into a 0 ms timeout. Whatever
    effect that is being seen is due to seeing a rectangle drawn as fast as
    the poor little X server can do it.

commit a04689bccae3bd2df3812a8ed7fc0d675fdb05e9
Author: Derek Wang <derek.wang@sun.com>
Date:   Mon May 8 00:00:00 2000 -0700

    Sun bug 1166559: highlight of selection box not discernable on some configs
    
    <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=1166559>
    
    1) On devices whose default visual is 24-bit TrueColor the selection area
       bounding box has no contrast with the background.  This is because a
       value of 1 is being xor'd in.  This won't provide enough contrast.  A
       value of 0xffffff would be better.
    
    2) On my machine (which is a dual 50-Mhz SS10) you can sort of see the
       bounding box on my GX if you look really, really close, but it's a faint
       flicker.  I believe what is happening is that the bounding box is being
       drawn and undrawn so fast you can hardly see it.

commit 80faa0025128c10662694e818747fd0a592bc108
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Jun 1 16:40:07 2007 -0700

    Replace static ChangeLog with dist-hook to generate from git log

commit bff2deea15bd0b676458b88acb46d63fd72b86af
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Sat May 19 00:06:28 2007 -0700

    X.Org Bug #10616: xmag man page says "Cut" button instead of "Select"
    
    X.Org Bugzilla #10616: <https://bugs.freedesktop.org/show_bug.cgi?id=10616>
    Reported upstream from
    Debian bug #180712 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180712>

commit f137f0414022575553bd65c3179b694be391c428
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Sat May 19 00:01:58 2007 -0700

    renamed: .cvsignore -> .gitignore

commit 5ef80b96a9d8676f79c5e27c727789d63a61e45b
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Dec 21 02:29:52 2005 +0000

    Update package version for X11R7 release.

commit 0a9729f6c8a8e644e4048ee5135a35d9f0603e56
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Dec 19 16:22:45 2005 +0000

    Stub COPYING files

commit 094ca9cfcd3c6910a3e6981afdea8c461b636271
Author: Kevin E Martin <kem@kem.org>
Date:   Thu Dec 15 00:24:09 2005 +0000

    Update package version number for final X11R7 release candidate.

commit 61019bb2e2eea3f970540dc24d1bd52d508e5f60
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Dec 7 16:18:00 2005 +0000

    Change to use the app-defaults default dir configured in libXt.

commit 95ba475220dafec7777d5e3802d817fb068a70ed
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Dec 6 22:48:24 2005 +0000

    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit 9223bc8f2d024f4dd378454ec3ecf5da6d51874e
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 05:49:26 2005 +0000

    Update package version number for X11R7 RC3 release.

commit 7ebdd01ac939fdbe290d14a6c80a7d4aaf555347
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Nov 28 22:01:44 2005 +0000

    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit 0fdfec2cbbd3ac47a2c67e5a6bf5594a300c92be
Author: Eric Anholt <anholt@freebsd.org>
Date:   Mon Nov 21 10:35:02 2005 +0000

    Another pass at .cvsignores for apps.

commit 5dad105bfb499209c18e8716a38f1c4eb5e93d6d
Author: Eric Anholt <anholt@freebsd.org>
Date:   Sun Nov 20 22:08:54 2005 +0000

    Add/improve .cvsignore files for apps.

commit 75f0fc733252f111d0fc7de07622a46e4adc675a
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Oct 19 02:47:55 2005 +0000

    Update package version number for RC1 release.

commit 0d383b0eb8c7177fa12f8138c7ad9e527a98ba59
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Tue Oct 18 00:32:54 2005 +0000

    Change default install dir for app-default files from
        $(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match
        the monolith & allow localization

commit c15d91b39f14e916d17581b1b653e3057571399f
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Oct 17 23:56:24 2005 +0000

    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
        work better with BSD make

commit 3beed227e1ea75c57e38deba4a325303136947f4
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Fri Oct 14 00:25:46 2005 +0000

    Use sed to fill in variables in man page

commit 3a983a36e2a566b96dc92ba061c7795207ff6e0c
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Oct 4 23:59:50 2005 +0000

    Add xmag.icon to EXTRA_DIST

commit bb2d194053c71d49aefbcce7cbc371924163d7ce
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Sun Oct 2 20:20:12 2005 +0000

    Add developer documentation of xmag's Scale widget class to app/xmag

commit 400ba6d65004e8c5ccc2fe45195374e46be21fe4
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Aug 1 20:25:30 2005 +0000

    Install man pages to section 1 instead of section m (Patch from Donnie
        Berkholz)

commit 312910577edf6841f797317a8fe521abb1987a1b
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Jul 29 21:22:36 2005 +0000

    Various changes preparing packages for RC0:
    - Verify and update package version numbers as needed
    - Implement versioning scheme
    - Change bug address to point to bugzilla bug entry form
    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
        reenable it)
    - Fix makedepend to use pkgconfig and pass distcheck
    - Update build script to build macros first
    - Update modular Xorg version

commit 175a29fb026e628b815a443beb305514bf90f74e
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Tue Jul 26 15:44:02 2005 +0000

    Replace more GNU make-ism's with more portable macros

commit 2453fa155493771d1ce948de0122c3e53e0cd5d1
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sat Jul 23 16:43:02 2005 +0000

    fix GNU-make only app-defaults rule

commit 45e2eed46b415283bd56f2830d67117c7861cb3c
Author: Adam Jackson <ajax@nwnk.net>
Date:   Wed Jul 20 19:32:02 2005 +0000

    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
        configure cache, you cache it, and the cached value is probably wrong.

commit 38ca5441b199b16b3d2dee2c2b8eaa133aec99a9
Author: Søren Sandmann Pedersen  <sandmann@daimi.au.dk>
Date:   Tue Jul 5 22:51:11 2005 +0000

    Add build systems for xlogo, xlsatoms, xlsclients, xmag, xman, xmessage,
        xmh, xmore. lib/Xaw/xaw.m4: Add an AM_CONDITIONAL and a shell variable
        xaw_use_xprint symlink.sh: add some extra files for xgc, xinit,
        xkbcomp, xlogo, xmb, and xmodmap xc/programs/xmore/xmore.c:
        Conditionalize use of xprint

commit 0cac7e38453d2c9c670fb9f9100c244bf9f7b98e
Author: Egbert Eich <eich@suse.de>
Date:   Fri Apr 23 19:54:58 2004 +0000

    Merging XORG-CURRENT into trunk

commit 6571a03e0f78ea6f45a4c67c60ba54b8980c3f76
Author: Egbert Eich <eich@suse.de>
Date:   Sun Mar 14 08:35:39 2004 +0000

    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004

commit 4344e337c42eb72bcc24257ba5345a4d102c1849
Author: Egbert Eich <eich@suse.de>
Date:   Wed Mar 3 12:13:14 2004 +0000

    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004

commit ce152a72a5422ba9c6c7a4c0298f8da6cf0f0a50
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 13:36:26 2004 +0000

    readding XFree86's cvs IDs

commit 8f63e90e414e756e3aeeb57014c75b2b0882f799
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 09:24:14 2004 +0000

    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004

commit 07819d0d328460410b940d05ee36235c255cf698
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Tue Nov 25 19:29:15 2003 +0000

    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

commit c6d1f60f8f68135337e8d0c5a9d564d1b4932104
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:49:23 2003 +0000

    XFree86 4.3.0.1

commit 4c688ea7bec8b76e643d610577104e5519722be9
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:49:23 2003 +0000

    Initial revision

commit 31f434e2df14612e3cf18fe45a6c161eb3c225ff
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 15:54:54 2003 +0000

    R6.6 is the Xorg base-line