summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 87af04dac419d82b726509332e3ed7a64105c295 (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
commit d71b95d96588e1ca020fa15db6ceb3050d41bbdc
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Sep 23 19:31:52 2010 -0700

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

commit 7507dea14fdc259d50dd1e2693d4f3cd5235eeb4
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Sep 23 19:28:30 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 49bc4d3002ede196319bfc2829dda169c706e300
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Jul 20 18:45:18 2010 -0400

    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>

commit 53fdc18e1723eb42596ad72ccd0e84ebfbd0a0e4
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Fri Aug 6 08:47:48 2010 -0700

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

commit 3105c7119df08bab8d1668997c6b332ba5ff732c
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Thu Jul 1 17:05:25 2010 -0700

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

commit ee142aaa65ef5a96b205110b8fa7dc5f9fe4fc20
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 fee6d15b7cc5f1fad77fed4988bd856399e5750a
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Feb 11 10:08:06 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 45fd4b1fa6f81acd33d183b00b060a69087da194
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Sat Dec 19 20:48:47 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 89dbe10377a39ee7001d1c34ce8f01aa209bb376
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Nov 26 09:19:53 2009 -0500

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

commit 11cd7489b6f96f194171be418bf9112b5f1cbc1d
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 fe30cb2c210cf51b239505deaac63593a0ab53f9
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Tue Oct 27 15:07:24 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 41d1f93ec0cfd8754d3c6f81bb4cb113328291cd
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 099fc3d0dd7b769693bf1bce70112e1e13fe5336
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Oct 1 14:54:21 2009 -0700

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

commit 3254ca74de650838e46a551e7c567a79fd971503
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Aug 3 16:26:13 2009 -0700

    Remove errant #error I_PUSH from SVR4 code path
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 58c8fc6828c07867955882f9126b116edc2036d2
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sat Jul 25 14:08:41 2009 +1000

    Prevent inclusion of stropts.h on Linux.
    
    Systems like Linux/glibc that have openpty() will not mess around with SVR4
    like stream modules, so no need to include streams related headers.
    
    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>

commit acc7c587322e2f1952900ad554061c5a8d08f7c3
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Mon Jan 19 20:16:40 2009 -0200

    Ansification and compile warning fixes.
    
      This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
    make distcheck and all gcc 4.3 and sparse warnings.

commit 5b3da5679d78ac025358ba0e4beb35e8a9cacd5c
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Nov 16 21:25:33 2008 +0100

    Fix header inclusion for openpty()
    
    AC_CHECK_HEADERS(foo.h) defines HAVE_FOO_H, not HAS_FOO_H.
    This fixes a compiler warning:
    xconsole.c:839: warning: implicit declaration of function 'openpty'

commit 9f690af8ed736ffcae0f0e3771bbc4ab851f8202
Author: James Cloos <cloos@jhcloos.com>
Date:   Wed Aug 20 10:32:50 2008 -0400

    xaw8 is gone, use xaw7

commit 0ac48669dfcfd2760eaab31c934ff0b83ff2dd2c
Author: Julien Cristau <jcristau@debian.org>
Date:   Fri May 16 14:24:55 2008 +0200

    $(builddir) is the current directory
    
    Apparently automake doesn't always export the builddir variable.
    This fixes my previous commit.

commit 6e305f9cdfaffd87f1852a1c24271b10b0bd5079
Author: Julien Cristau <jcristau@debian.org>
Date:   Sun Apr 20 19:48:09 2008 +0200

    Fix build with builddir != srcdir

commit e321bfbe9970a89d486437ed5eedcd83a10a749e
Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
Date:   Thu Mar 27 20:07:41 2008 -0700

    Build fix for file systems that are not case sensitive

commit 2f9d3842be3d5d58270e54821552735cdb098075
Merge: d5ffc49... cda9968...
Author: James Cloos <cloos@jhcloos.com>
Date:   Mon Sep 3 05:59:57 2007 -0400

    Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/app/xconsole

commit d5ffc49536871784f269ba938566fa77733b16e3
Author: James Cloos <cloos@jhcloos.com>
Date:   Mon Sep 3 05:51:18 2007 -0400

    Add *~ to .gitignore to skip patch/emacs droppings

commit cda9968cea772dbc94b50d791a5be62203ae9ddf
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Aug 20 18:58:33 2007 -0700

    Version bump: 1.0.3

commit 9eee6c49bd6f57d51c517a6703cac2f29732231a
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Aug 20 18:54:22 2007 -0700

    Add *~ to .gitignore to skip patch/emacs droppings

commit d1e90da451da71d7d362236c5709d9931ab7b9d1
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Mon Aug 20 18:53:41 2007 -0700

    Replace xconsole_CFLAGS with AM_CFLAGS to make automake-1.10 happier

commit 3d4f2f96fc661095ce615928e6b586784f5d35e5
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Jul 30 18:42:08 2006 +0200

    Check if openpty() is available and use it if it is.

commit 5bdbbecf51e3a73c6660498f8598f0731b43a703
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Jul 30 16:31:03 2006 +0200

    Remove ChangeLog, replace with a rule that generates it using git-log

commit c8a026e7c8457cd726f8f6fbd74ade325a9f486e
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Jul 30 16:29:10 2006 +0200

    rename .cvsignore -> .gitignore

commit 86e5d9ca5836d4ad02faa1a5f9c0db239464bde1
Author: Adam Jackson <ajax@nwnk.net>
Date:   Wed Apr 26 23:38:08 2006 +0000

    Bump to 1.0.2

commit 219ef4e86f05e7a473e399c5188efdb7f16f31f1
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sat Mar 18 18:31:08 2006 +0000

    Avoid potential underflow if read() returns -1. Coverity CID 414

commit 950d308b3230e7e89d307fd95abb983e44987665
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Dec 21 02:29:49 2005 +0000

    Update package version for X11R7 release.

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

    Stub COPYING files

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

    Update package version number for final X11R7 release candidate.

commit d82f94100bd454d3298c6548173827a67cb4d7ad
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Dec 7 16:17:59 2005 +0000

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

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

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

commit 406fdcbe2e0b7f6af37c6d6965f85adfa8bb3aa6
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 05:49:18 2005 +0000

    Update package version number for X11R7 RC3 release.

commit 81d992f635798580d71fc79abf9df2a825f125e0
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Nov 28 22:01:40 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 61eac81e62e1b9b141ce7aaf3fd778ad1f9d7924
Author: Eric Anholt <anholt@freebsd.org>
Date:   Mon Nov 21 10:34:59 2005 +0000

    Another pass at .cvsignores for apps.

commit 68ea4cb352cc528736914c7d328df024164e0e60
Author: Eric Anholt <anholt@freebsd.org>
Date:   Sun Nov 20 22:08:51 2005 +0000

    Add/improve .cvsignore files for apps.

commit 630bdf36e17b8f125f8aa0cabf41c75e650ac973
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Nov 9 21:09:20 2005 +0000

    Update package version number for X11R7 RC2 release.

commit 31dbed9163fd4384dc5dc81f426ce82176587dd2
Author: Kean Johnson <kean@armory.com>
Date:   Tue Nov 8 06:33:31 2005 +0000

    See ChangeLog entry 2005-11-07 for details.

commit 0710398b397c5f8b09b6216bd18e84337fb4efdb
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Oct 19 02:47:52 2005 +0000

    Update package version number for RC1 release.

commit 34924fc44be47d2d58c701485b4e1b6fad28c21d
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Tue Oct 18 00:32:55 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 324e3c08212f7dbe8b08f7d9028f2e775cbc73c1
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Oct 17 23:56:21 2005 +0000

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

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

    Use sed to fill in variables in man page

commit f8ca981b964aaa3c59eab661ce35efb7d7085020
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Wed Aug 17 21:03:23 2005 +0000

    Bugzilla #4130 <https://bugs.freedesktop.org/show_bug.cgi?id=4130>
        xconsole: non-ascii characters don't show up (Samuel Thibault)

commit 05a718f11fc97f1e34cf927fd8762f8251356dcb
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Aug 1 20:25:29 2005 +0000

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

commit c0ecb99582a714c95282f1187c0f39acee640779
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Jul 29 21:22:31 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 b23b1f35930ed0d10fef42a23f88a2dacd29d91c
Author: Daniel Stone <daniel@fooishbar.org>
Date:   Wed Jul 27 00:15:46 2005 +0000

    Fix xconsole build break on AIX caused by removal of ptyx defines.

commit b471e2609662c2ec83d26ee32a7900e528f67f75
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 e656ddba66cda7432279cd10ac5a450e8b2c342c
Author: Adam Jackson <ajax@nwnk.net>
Date:   Wed Jul 20 19:31:52 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 171e31464fc9d4f39403931b1126c3e2cf52b84e
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Sun Jul 17 21:11:32 2005 +0000

    fix rules to work with non-GNU make.

commit 6fa7b824f077a0c04eb678c8736cda077232a084
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Thu Jul 7 23:08:22 2005 +0000

    - Build system for xconsole
    - Remove include of "../xterm/ptyx" from xc/programs/xconsole/xconsole.c

commit b38b9a7731430359f10ba74706fc6d4c786d2d36
Author: Egbert Eich <eich@suse.de>
Date:   Mon Oct 18 14:21:46 2004 +0000

    Made handling of DevelDrivers for x86-64 more conformant to other
        platforms.
    Compress all font encodings (Stefan Dirsch).
    Fixed warnings.
    Turn on forwarding XNSpotLocation event to XIM server in OffTheSpot and
        Root mode (bugzilla #1580, James Su).
    Added another compose key combination for the Euro symbol (Stefan Dirsch).
    Added support for UTF-8 in ja_JP, ko_KR and zh_TW locales (Mike Fabian).
    Changed default encoding for ru from KOI8-R to ISO8859-5 (Mike Fabian).
        This is the encoding that is also used by glibc. We may break other
        libcs - lets see who complains.
    Added explanation for DESTDIR to install to a different directory than /.
    Added some early bailouts to atiprobe if PCI structure pointer is NULL to
        prevent sig11.
    XV support doesn't depend on 2D acceleration any more. This patch removes
        this limitation from the NSC driver. This is a patch that I have
        committed to XFree86 a while ago but never ported over to X.Org.
        Matthieu Herrb contributed some build fixes.
    Fixing SetDPMSTimers() so that DPMS*Time == 0 disables the appropriate
        timer. This takes advantage of the fact that TimerSet() with a timeout
        argument 0 behaves like TimerCanel().
    Use /dev/xconsole (named pipe) or devpts for system logger (Werner Fink).
    Create missing links for backward compatibility to XFree86 (Stefan Dirsch).
    Changed comment to mention xorg.
    Changed cursor for the 'kill' action from XC_draped_box to XC_Pirate. If
        you don't like it we can change it back (original author unkown).
    Added 'pic' to the man page rendering command pipeline (Werner Fink).
    Added missing return value (Stefan Dirsch, Roland Mainz)

commit 7da0d180d6852916e5dca44842ee88e7d8429e6e
Author: Egbert Eich <eich@suse.de>
Date:   Fri Apr 23 19:54:41 2004 +0000

    Merging XORG-CURRENT into trunk

commit 0b03eedd1839ec360b2bb7c0b4b9592cd53cfda5
Author: Egbert Eich <eich@suse.de>
Date:   Sun Mar 14 08:35:01 2004 +0000

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

commit 2ec4fa572aba38d9e01205a2b440f6fcf29b796e
Author: Egbert Eich <eich@suse.de>
Date:   Wed Mar 3 12:12:55 2004 +0000

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

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

    readding XFree86's cvs IDs

commit 297a4fba84512347e1f65d5c9eca649c24271067
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 09:23:58 2004 +0000

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

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

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

commit 2b2c62b3be8dd36d3231a2ad18d8b212e81695d1
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:48:58 2003 +0000

    XFree86 4.3.0.1

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

    R6.6 is the Xorg base-line