Tizen 2.0 Release
[framework/uifw/xorg/util/x11-xserver-utils.git] / xset / ChangeLog
1 commit 1e3ae11d125f5146dd6821161e17522bae702e71
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Thu Jul 28 21:10:22 2011 -0700
4
5     xset 1.2.2
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit 6572d75b102b463c974a5969997fc646d36a1797
10 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11 Date:   Fri Jul 15 18:12:36 2011 -0700
12
13     Remove direct call to Solaris nanosleep system call
14     
15     Attempted to workaround nanosleep() being only in POSIX realtime
16     extensions library, but both usleep() & nanosleep() are in libc now,
17     so not useful anymore, nor was it ever officially supported.
18     
19     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
20     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
21
22 commit 9c55efa1b36173aa7d768a55990ed7fe2c4f6034
23 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
24 Date:   Fri Jul 15 18:07:57 2011 -0700
25
26     Mark error() & usage() functions as _X_NORETURN
27     
28     Requires xproto >= 7.0.17
29     
30     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
31     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
32
33 commit 8093ecf2ecd112914b9399bab0c413369c9057ca
34 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
35 Date:   Fri Jul 15 18:02:33 2011 -0700
36
37     Give better error for "xset dpms force" without argument
38     
39     Changes from "xset:  unknown option force" to
40     "xset:  missing argument to dpms force"
41     
42     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
43     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
44
45 commit 03050fcce76cd3238f1cd15fb2f2298abda53727
46 Author: Eitan Adler <lists@eitanadler.com>
47 Date:   Fri Jan 28 00:06:20 2011 -0500
48
49     Print pixel colors in hex not decimal
50     
51     Signed-off-by: Adam Jackson <ajax@redhat.com>
52
53 commit 394f55099bbca6a23073ca64d97973bdc2287ce7
54 Author: Gaetan Nadon <memsize@videotron.ca>
55 Date:   Wed Jan 19 10:06:57 2011 -0500
56
57     config: move man pages into their own directory
58     
59     Use services provided by XORG_MANPAGE_SECTIONS.
60     Use standard Makefile for man pages.
61     
62     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
63
64 commit 5d713348190113b557bf1d721f27eeb467abf44a
65 Author: Gaetan Nadon <memsize@videotron.ca>
66 Date:   Thu Jan 13 17:15:37 2011 -0500
67
68     man: replace hard coded man page section with substitution strings
69     
70     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
71
72 commit 3797be0290276bcf7d71bee7c10630a098e82059
73 Author: Gaetan Nadon <memsize@videotron.ca>
74 Date:   Wed Jan 12 15:29:50 2011 -0500
75
76     config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
77     
78     This silences an Automake warning.
79     
80     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
81
82 commit 84c928e4a838458714d4abd5dafa56e3cf5e0ccb
83 Author: Gaetan Nadon <memsize@videotron.ca>
84 Date:   Wed Jan 12 15:12:08 2011 -0500
85
86     config: remove unrequired AC_SUBST([*_LIBS])
87     
88     This macro is called by PKG_CHECK_MODULES
89     
90     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
91
92 commit 75cf4ae928faa34b31cbebbcb519da9272f5e132
93 Author: Gaetan Nadon <memsize@videotron.ca>
94 Date:   Wed Jan 12 13:33:48 2011 -0500
95
96     config: remove unrequired AC_SUBST([*_CFLAGS])
97     
98     This macro is called by PKG_CHECK_MODULES
99     
100     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
101
102 commit 8a3ad532fc8e00ea5066355a783cb270315596fe
103 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
104 Date:   Wed Nov 10 20:02:19 2010 -0800
105
106     xset 1.2.1
107     
108     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
109
110 commit d75ab3dcae8bcb022e87fd73c9f798421d040c46
111 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
112 Date:   Tue Nov 9 18:16:27 2010 -0800
113
114     Strip trailing whitespace
115     
116     Generated via: perl -i -p -e 's{\s+$}{\n}' *
117     
118     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
119
120 commit 33580bb84fb5ca6d1a49c1f1ac7b785fe4f92d11
121 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
122 Date:   Tue Nov 9 18:13:51 2010 -0800
123
124     Restore man page copyright accidentally removed in ce3f6a73c2beef
125     
126     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
127
128 commit 0d807d97e8387a38b6a9324912b9c65662949038
129 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
130 Date:   Tue Nov 9 17:13:41 2010 -0800
131
132     config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
133     
134     Regroup AC statements under the Autoconf initialization section.
135     Regroup AM sttaements under the Automake initialization section.
136     Add missing AC_CONFIG_SRCDIR
137     
138     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
139
140 commit edeb291f81424ec04798618379ad252c122377ec
141 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
142 Date:   Tue Nov 9 17:11:42 2010 -0800
143
144     config: AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS
145     
146     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
147
148 commit 5b4a8121b1cb2c0dc643460ee7c9363dc0d83a38
149 Author: Gaetan Nadon <memsize@videotron.ca>
150 Date:   Tue Nov 9 17:09:45 2010 -0800
151
152     config: update AC_PREREQ statement to 2.60
153     
154     Unrelated to the previous patches, the new value simply reflects
155     the reality that the minimum level for autoconf to configure
156     all x.org modules is 2.60 dated June 2006.
157     
158     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
159     
160     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
161     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
162
163 commit ce3f6a73c2beef0c486575f7797d92b44a718973
164 Author: Jesse Adkins <jesserayadkins@gmail.com>
165 Date:   Tue Sep 28 13:29:50 2010 -0700
166
167     Purge cvs tags.
168     
169     Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
170     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
171
172 commit 41743c6fbea9f58dff4e9fe200837fe718eefc9d
173 Author: Bryce Harrington <bryce@canonical.com>
174 Date:   Tue Aug 10 12:46:14 2010 -0400
175
176     Spelling fix in help docs.
177     
178     Reviewed-by: Robert Hooker <sarvatt@ubuntu.com>
179     Signed-off-by: Bryce Harrington <bryce@canonical.com>
180     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
181
182 commit 5948a0e2095c4e032dd93e22a65077ff81288666
183 Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
184 Date:   Fri Aug 6 00:26:48 2010 -0500
185
186     Use silent rules
187     
188     Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
189     Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
190     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
191
192 commit d36afd69f0c5129b6b50c9062257560342d81ebd
193 Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
194 Date:   Fri Aug 6 00:26:47 2010 -0500
195
196     Use AC_PROG_SED and MAN_SUBSTS in macros-1.8
197     
198     Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
199     Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
200     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
201
202 commit 0ac4f20a863d69b99193da26d468397827c672a1
203 Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
204 Date:   Fri Aug 6 00:26:46 2010 -0500
205
206     Remove unused variable warning with !XF86MISC
207     
208     xset.c: In function 'query':
209     xset.c:1317: warning: unused variable 'dummy'
210     
211     Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
212     Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
213     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
214
215 commit c963b0cb393630962e9094e849b291c539b655ca
216 Author: Peter Hutterer <peter.hutterer@who-t.net>
217 Date:   Fri Aug 6 13:10:36 2010 +1000
218
219     xset 1.2.0
220     
221     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
222
223 commit fd058da6c1931fa824dd8c07e9130054176fedd7
224 Author: Gaetan Nadon <memsize@videotron.ca>
225 Date:   Fri Mar 26 17:50:23 2010 -0400
226
227     xprint: remove conditional code regarding xprint
228     
229     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
230
231 commit a69c6665e3ad30cfc86acbb7e2c75a0b7b6efa57
232 Author: Gaetan Nadon <memsize@videotron.ca>
233 Date:   Fri Mar 26 17:49:09 2010 -0400
234
235     config: remove xprint option
236     
237     xprint/xaw8 are obsolete and have been removed.
238     
239     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
240
241 commit a6661974f8bfc0761e5f4e3a1970448e49ef6032
242 Author: Gaetan Nadon <memsize@videotron.ca>
243 Date:   Thu Feb 11 10:08:07 2010 -0500
244
245     config: move CWARNFLAGS from configure.ac to Makefile.am
246     
247     Compiler warning flags should be explicitly set in the makefile
248     rather than being merged with other packages compiler flags.
249     
250     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
251
252 commit 068dd4ce2ecb8d0225a60c736df8cc102e6edf01
253 Author: Peter Hutterer <peter.hutterer@who-t.net>
254 Date:   Mon Dec 21 08:34:37 2009 +1000
255
256     Remove two unused variables.
257     
258     xset.c: In function ‘query’:
259     xset.c:1388: warning: unused variable ‘ind’
260     xset.c:1387: warning: unused variable ‘state’
261     
262     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
263     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
264
265 commit 9caf24453cc4c2443bda9042a68a953b75ed46f1
266 Author: Simon Thum <simon.thum@gmx.de>
267 Date:   Sun Oct 18 17:49:41 2009 +0200
268
269     xset: update info about pointer acceleration
270     
271     Also, try to avoid confusion in the description of
272     what acceleration means.
273     
274     Signed-off-by: Simon Thum <simon.thum@gmx.de>
275     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
276
277 commit ee1e2d02454a8e4c36bbda295f6bae639180b9d8
278 Author: Gaetan Nadon <memsize@videotron.ca>
279 Date:   Thu Nov 26 09:19:54 2009 -0500
280
281     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
282     
283     Now that the INSTALL file is generated.
284     Allows running make maintainer-clean.
285
286 commit 66b43cf00484f8c03bbfc1dafe38a9d9eaf6476b
287 Author: Gaetan Nadon <memsize@videotron.ca>
288 Date:   Wed Oct 28 14:09:08 2009 -0400
289
290     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
291     
292     Add missing INSTALL file. Use standard GNU file on building tarball
293     README may have been updated
294     Remove AUTHORS file as it is empty and no content available yet.
295     Remove NEWS file as it is empty and no content available yet.
296
297 commit dbe65fac2a67e5408d683db889995cfe4857b8dc
298 Author: Gaetan Nadon <memsize@videotron.ca>
299 Date:   Tue Oct 27 15:07:25 2009 -0400
300
301     Deploy the new XORG_DEFAULT_OPTIONS #24242
302     
303     This macro aggregate a number of existing macros that sets commmon
304     X.Org components configuration options. It shields the configuration file from
305     future changes.
306
307 commit 26ac8d55dc2562a377d02fe6e227f576228b23e0
308 Author: Gaetan Nadon <memsize@videotron.ca>
309 Date:   Mon Oct 26 22:08:39 2009 -0400
310
311     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
312     
313     ChangeLog filename is known to Automake and requires no further
314     coding in the makefile.
315
316 commit 66e958486043099d813006fc684d5a1d238b1414
317 Author: Gaetan Nadon <memsize@videotron.ca>
318 Date:   Thu Oct 22 12:34:16 2009 -0400
319
320     .gitignore: use common defaults with custom section # 24239
321     
322     Using common defaults will reduce errors and maintenance.
323     Only the very small or inexistent custom section need periodic maintenance
324     when the structure of the component changes. Do not edit defaults.
325
326 commit c4d0feaff96cec160b1d81977525bbc5e5406352
327 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
328 Date:   Wed Oct 21 12:47:21 2009 -0700
329
330     This is not a GNU project, so declare it foreign.
331     
332     On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
333     > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
334     > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
335     > > was quite annoying to work around since 'autoreconf -fvi' replaces
336     > > it and git wants to commit it.  Should these files even be in git?
337     > > Can I nuke them for the betterment of humanity and since they get
338     > > created by autoreconf anyways?
339     >
340     > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
341     
342     As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
343     AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
344     of the INSTALL file. It is also part of the 24206 solution.
345     
346     Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
347
348 commit c40fd8f7d4b6ffa068fa692134218d8fb3f2a40e
349 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
350 Date:   Tue Oct 13 11:35:08 2009 -0700
351
352     Added --without-{xf86misc,xprint,fontcache} configure time options
353     
354     Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
355
356 commit 434c62e22aeed94b7b84ec613ba066ac6aa7c14b
357 Author: Alan Coopersmith <alan.coopersmith@sun.com>
358 Date:   Mon Sep 21 15:48:57 2009 -0700
359
360     xset 1.1.0
361     
362     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
363
364 commit dbd3a05ab990f5d2827b84ab81e7b1a19cd0b786
365 Author: Alan Coopersmith <alan.coopersmith@sun.com>
366 Date:   Mon Sep 21 15:42:08 2009 -0700
367
368     Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
369     
370     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
371
372 commit 3341f135515f6f2e5b0c40f5ec0a8fb59d4cb1ed
373 Author: Alan Coopersmith <alan.coopersmith@sun.com>
374 Date:   Tue Jun 16 16:34:15 2009 -0700
375
376     Fill in README & COPYING files
377     
378     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
379
380 commit 9ee8b074cb8f8de84aafebcc22c6c266371693ec
381 Author: Alan Coopersmith <alan.coopersmith@sun.com>
382 Date:   Tue Jun 16 13:14:47 2009 -0700
383
384     XKB named indicator support for led state query/set
385     
386     xset q now lists XKB named indicator states in addition to led bitmask
387     Sample output:
388      Keyboard Control:
389       auto repeat:  on    key click percent:  0    LED mask:  0000000a
390       XKB indicators:
391         00: Caps Lock:   off    01: Num Lock:    on     02: Scroll Lock: off
392         03: Compose:     on     04: Shift Lock:  off    05: Group 2:     off
393         06: Mouse Keys:  off
394      [...]
395     
396     New options "xset led named <name>" and "xset -led named <name>" allow
397     turning named leds/virtual indicators on & off.
398     
399     ('named' keyword is necessary to avoid ambiguity if an XKB indicator
400      is given a numeric name or a name that matches an existing xkb option
401      due to xset's horrible historic command line syntax model.)
402     
403     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
404
405 commit 8ce473c45da07eb82537509a4d14ccb50262bfa7
406 Author: Alan Coopersmith <alan.coopersmith@sun.com>
407 Date:   Wed Apr 29 13:57:47 2009 -0700
408
409     Avoid warning from "xset r rate" when XF86Misc extension is not present
410     
411     - Since XF86Misc is only used if XKB is not present, don't check for
412       XF86Misc unless XKB is not present
413     - If we do check for XF86Misc, use QueryExtension instead of QueryVersion
414       to avoid Xlib printing missing extension warning message when it's not
415       found (such as in Xorg 1.6 and later).
416     
417     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
418
419 commit 30833b82734fb2d77657b4672eaf622c30990471
420 Author: Julien Cristau <jcristau@debian.org>
421 Date:   Tue Apr 28 16:11:56 2009 +0200
422
423     Fix typos in xset manpage
424     
425     Debian bug#525255 <http://bugs.debian.org/525255>
426     Reported-by: "A. Costa" <agcosta@gis.net>
427
428 commit 3d1146293d84cecaff18aa44b95539910e24ef11
429 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
430 Date:   Mon Jan 26 18:03:23 2009 -0200
431
432     Correct make distcheck and most sparse warnings.
433
434 commit 9f79fc8957d595cc9f7131ee5230b5bb3aae0679
435 Author: Adam Jackson <ajax@redhat.com>
436 Date:   Thu Mar 6 17:29:45 2008 -0500
437
438     xset 1.0.4
439
440 commit b6343fa846eeadb6736f383577b91dbb46d46971
441 Author: Alan Coopersmith <alan.coopersmith@sun.com>
442 Date:   Tue Jan 15 18:11:25 2008 -0800
443
444     Delete duplicated #include statements
445
446 commit e92294748383b0eaca6cb7f3883cf909077963a1
447 Author: Alan Coopersmith <alan.coopersmith@sun.com>
448 Date:   Tue Jan 15 18:10:37 2008 -0800
449
450     Convert function declarations from K&R to ANSI C
451
452 commit 685fe4692583d383ffec8e0db52ea055fca0ed11
453 Author: Alan Coopersmith <alan.coopersmith@sun.com>
454 Date:   Tue Jan 15 17:54:14 2008 -0800
455
456     Make code formatting consistent
457     
458     Too many different indent styles/levels made code hard to read
459
460 commit 5dfbc61487623448c82d043c4f4f29d5e047d498
461 Author: gsr.bugs <gsr.bugs@infernal-iceberg.com>
462 Date:   Thu Nov 15 00:04:34 2007 +0200
463
464     Manpage: Add mention of mouse acceleration with zero threshold
465     
466     xset m A/B 0 gives a different behaviour, smooth acceleration, than typical
467     A/B C (C not zero) which is two speed. This behaviour is, for some people,
468     nice. But the point is that it is not documented in man page, so nobody
469     can just test it except if discovered due some reason more complex than read
470     the docs.
471
472 commit 6d56c1f8d25ce84c797c3b72070073bc44d1a7ac
473 Merge: c4f7c40 3decc85
474 Author: James Cloos <cloos@jhcloos.com>
475 Date:   Mon Sep 3 06:02:50 2007 -0400
476
477     Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/app/xset
478
479 commit c4f7c402ad52c784c01655b5d3a9d4d33c6598d6
480 Author: James Cloos <cloos@jhcloos.com>
481 Date:   Mon Sep 3 05:51:47 2007 -0400
482
483     Add *~ to .gitignore to skip patch/emacs droppings
484
485 commit 3decc85623f023a31b8c19526b29092a9f2d0357
486 Author: Alan Coopersmith <alan.coopersmith@sun.com>
487 Date:   Mon Aug 27 16:37:20 2007 -0700
488
489     Version bump: 1.0.3
490
491 commit 4eca5d1de51926b640fd3d38db1a683740c64dd0
492 Author: Alan Coopersmith <alan.coopersmith@sun.com>
493 Date:   Mon Aug 27 16:36:47 2007 -0700
494
495     Replace static ChangeLog with dist-hook to generate from git log
496
497 commit 44d9468edbbbb19d73c488345ceef1073d1df3a7
498 Author: Alan Coopersmith <alan.coopersmith@sun.com>
499 Date:   Mon Aug 27 15:56:14 2007 -0700
500
501     Use autoconf to check for usleep before falling into twisty #ifdef maze
502
503 commit ef35876a808a3cfbefecf59434118cb4d5cd3c3e
504 Author: Alan Coopersmith <alan.coopersmith@sun.com>
505 Date:   Mon Aug 27 15:55:30 2007 -0700
506
507     Add *~ to .gitignore to skip emacs/patch droppings
508
509 commit bbf68f536efd4f4e03ccaee9ebcd1438c5b0a66b
510 Author: Alan Coopersmith <alan.coopersmith@sun.com>
511 Date:   Mon Aug 27 15:35:25 2007 -0700
512
513     Change xset_CFLAGS to AM_CFLAGS to make automake-1.10 happier
514
515 commit f7841444d4f12be78bc12c15190318819598c8a1
516 Author: James Cloos <cloos@jhcloos.com>
517 Date:   Thu Aug 23 19:25:08 2007 -0400
518
519     Rename .cvsignore to .gitignore
520
521 commit c55edac5a9f7d48daf67bba9fb2aebc28d5f10ce
522 Author: Eric S. Raymond <esr@thyrsus.com>
523 Date:   Tue Jan 2 10:20:00 2007 -0800
524
525     Bug #9524: Markup problems on xset.1x
526     
527     X.Org Bugzilla #9524 <https://bugs.freedesktop.org/show_bug.cgi?id=9524>
528
529 commit 7a1add2942ad1e8c0f606edd5990a266a1e8a5ac
530 Author: Adam Jackson <ajax@nwnk.net>
531 Date:   Wed Apr 26 23:47:29 2006 +0000
532
533     Bump to 1.0.2
534
535 commit 195524643a6f050e6d55f4c0000c8e39319c7b14
536 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
537 Date:   Fri Apr 7 01:20:35 2006 +0000
538
539     Free modifier map when done with it (Coverity #823 & 824)
540     Free Xkb keyboard description when done with it (Coverity #825)
541
542 commit bd5af2a53e631e36199af000f97f6eed8681eb8c
543 Author: Kevin E Martin <kem@kem.org>
544 Date:   Wed Dec 21 02:29:54 2005 +0000
545
546     Update package version for X11R7 release.
547
548 commit 39c3c423c2b2bd292861d738cbc0311f6728b13f
549 Author: Adam Jackson <ajax@nwnk.net>
550 Date:   Mon Dec 19 16:22:47 2005 +0000
551
552     Stub COPYING files
553
554 commit 3e609b20aebbf40ec8ac2bc6939e4f94bbef31f8
555 Author: Kevin E Martin <kem@kem.org>
556 Date:   Thu Dec 15 00:24:11 2005 +0000
557
558     Update package version number for final X11R7 release candidate.
559
560 commit ba06c6414b1ed96172a361b9a596c3992c99ea90
561 Author: Kevin E Martin <kem@kem.org>
562 Date:   Tue Dec 6 22:48:25 2005 +0000
563
564     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
565
566 commit 7008ce4c7bd51712540e6fe08d835d856616b4b4
567 Author: Kevin E Martin <kem@kem.org>
568 Date:   Sat Dec 3 05:49:27 2005 +0000
569
570     Update package version number for X11R7 RC3 release.
571
572 commit b357ad9833e7a559974fa6276777f11aecf15f68
573 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
574 Date:   Mon Nov 28 22:01:47 2005 +0000
575
576     Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
577         update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
578
579 commit 48c40b02e98c5ff74a31ddad95cd3161c6c212d5
580 Author: Eric Anholt <anholt@freebsd.org>
581 Date:   Mon Nov 21 10:35:08 2005 +0000
582
583     Another pass at .cvsignores for apps.
584
585 commit 1b860c0dc7c6c780485083fa1eb0001eab4d740b
586 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
587 Date:   Mon Nov 21 03:14:16 2005 +0000
588
589     Change dependency from xmu to xmuu since the full xmu (with all its baggage
590         like Xt) is not needed here.
591
592 commit 538c64f6c89d12934bab7f17a21dbd5b59accd7d
593 Author: Eric Anholt <anholt@freebsd.org>
594 Date:   Sun Nov 20 22:08:55 2005 +0000
595
596     Add/improve .cvsignore files for apps.
597
598 commit eeb3a8d403e4f4f996ff68b5b45a93150263aa7a
599 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
600 Date:   Sun Nov 20 18:21:51 2005 +0000
601
602     Fix typo in #define that caused Xprint support to not be built in modular
603         tree.
604
605 commit b0679cb89861e1aec2700a22ee8be0570819f9ce
606 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
607 Date:   Sun Nov 20 04:11:07 2005 +0000
608
609     Fix typo in XSET_LIBS setting so libXext is linked in properly.
610
611 commit a85959a46e205dc63b9d13bcfb0a22f246d82f95
612 Author: Kevin E Martin <kem@kem.org>
613 Date:   Sat Nov 19 07:15:38 2005 +0000
614
615     Update pkgconfig files to separate library build-time dependencies from
616         application build-time dependencies, and update package deps to work
617         with separate build roots.
618
619 commit 315c08c29b58805884556c3709a57b98bd05bfd3
620 Author: Kevin E Martin <kem@kem.org>
621 Date:   Wed Nov 9 21:09:22 2005 +0000
622
623     Update package version number for X11R7 RC2 release.
624
625 commit f30d091c1d8a9b8912c981a1c1dbde57c68d4ad5
626 Author: Eric Anholt <anholt@freebsd.org>
627 Date:   Thu Oct 20 23:27:03 2005 +0000
628
629     Fix check for fontcache to look for "xfontcache" (Bill Crawford)
630
631 commit 66ab568492b90ef9783ac754f6cf418858102c2d
632 Author: Kevin E Martin <kem@kem.org>
633 Date:   Wed Oct 19 02:47:57 2005 +0000
634
635     Update package version number for RC1 release.
636
637 commit bfa61c748fd43a5fda1ec7353d28ade31a6bb9bb
638 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
639 Date:   Mon Oct 17 23:56:25 2005 +0000
640
641     Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
642         work better with BSD make
643
644 commit 558b3c03372a38701963e1af3d93469768b54af9
645 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
646 Date:   Fri Oct 14 00:25:48 2005 +0000
647
648     Use sed to fill in variables in man page
649
650 commit 5b2b432ab4681d374537ab1d104fc016ab553135
651 Author: Daniel Stone <daniel@fooishbar.org>
652 Date:   Wed Aug 31 09:37:27 2005 +0000
653
654     Bump to 0.99.1.
655
656 commit 5390e188325ff1e65d2c33531ab8513a33686f58
657 Author: Daniel Stone <daniel@fooishbar.org>
658 Date:   Mon Aug 29 14:16:25 2005 +0000
659
660     Add config.h inclusion, defines based on autoconf header checks.
661
662 commit df7dc57880eb3e1e0a2142653339226d00a9aa33
663 Author: Daniel Stone <daniel@fooishbar.org>
664 Date:   Mon Aug 29 14:15:39 2005 +0000
665
666     Add support for more extensions.
667
668 commit b56559798fb7b6331df16f89f9fbfe9639b5ddc4
669 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
670 Date:   Mon Aug 1 20:25:32 2005 +0000
671
672     Install man pages to section 1 instead of section m (Patch from Donnie
673         Berkholz)
674
675 commit b4095b20c4f68779607f583938edaf30f265873a
676 Author: Kevin E Martin <kem@kem.org>
677 Date:   Fri Jul 29 21:22:37 2005 +0000
678
679     Various changes preparing packages for RC0:
680     - Verify and update package version numbers as needed
681     - Implement versioning scheme
682     - Change bug address to point to bugzilla bug entry form
683     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
684         reenable it)
685     - Fix makedepend to use pkgconfig and pass distcheck
686     - Update build script to build macros first
687     - Update modular Xorg version
688
689 commit 30d354e3fa21954d67cadfee8438e8d1d5563c81
690 Author: Adam Jackson <ajax@nwnk.net>
691 Date:   Wed Jul 20 19:32:04 2005 +0000
692
693     Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
694         configure cache, you cache it, and the cached value is probably wrong.
695
696 commit 6467b9f9b57d56d502e97260261745742a7645c7
697 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
698 Date:   Thu Jul 14 22:40:16 2005 +0000
699
700     Add _BSD_SOURCE to lots of applications - patch from Stefan Dirsch
701
702 commit aba3f11253842b810676ae26efb20f9658182097
703 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
704 Date:   Fri Jul 1 18:21:15 2005 +0000
705
706     Build system for xset
707
708 commit 287b04adcd4d01118902bd27bbb91007aad93a62
709 Author: Roland Mainz <roland.mainz@nrubsig.org>
710 Date:   Sun Mar 20 20:45:58 2005 +0000
711
712     //bugs.freedesktop.org/show_bug.cgi?id=2258) attachment #2166
713         (https://bugs.freedesktop.org/attachment.cgi?id=2166) "xset q" (query)
714         should not print an error message ('Xlib: extension "XFree86-Misc"
715         missing on display ":35.0".') when the "XFree86-Misc" is not available
716         on the Xserver.
717
718 commit 1cfa1c94b01303aa9f1c3327e3bbdb53834d0322
719 Author: Roland Mainz <roland.mainz@nrubsig.org>
720 Date:   Sun Oct 17 23:08:07 2004 +0000
721
722     Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1659 - Fix
723         Imakefile bug which caused the Xprint support in "xset" not being
724         build.
725
726 commit b9e86e763abd12686a648c4c4a5ecc20e017170e
727 Author: Kevin E Martin <kem@kem.org>
728 Date:   Thu Sep 2 05:50:38 2004 +0000
729
730     Clean up defines for Xprint support and fix BuildServersOnly build for
731         libXaw.
732
733 commit 735853aa5531434c951de4c2cd2b75b8ce7148ba
734 Author: Kristian Høgsberg <krh@redhat.com>
735 Date:   Mon Aug 16 16:36:27 2004 +0000
736
737     As discussed and agreed on on the release-wranglers meeting of August 16,
738         I'm committing the patch from bug #1060 to back out unconditional
739         Xprint functionality.
740     Back out Xprint changes.
741     Revert xman to CVS of June 5, revert xlogo to CVS of May 8, revert xedit to
742         CVS of April 25, to back out unconditional Xprint support.
743     Fix up Xprint config logic to be like the rest of the extensions:
744         BuildXprint is a one-stop option for disabling everything Xprint
745         related. XprtServer controls building Xprt, BuildXprintLib controls
746         building Xprint libs and BuildXprintClients controls building clients
747         related to Xprint. BuiltXprint defaults to YES and the other options
748         respects relevant settings, i.e. BuildServer and BuildServersOnly.
749     Build Xaw regardless of BuildXprintLib setting.
750     Only build xphelloworld, xplsprinters and xprehashprinterlist when
751         BuildXprintClients it YES. Disable building xmore, it has always
752         supported XawPrintShell.
753     Make Xprint support depend on BuildXprintLib.
754
755 commit 7ee8234d82f9e3842f33a3861f8a18de834a0910
756 Author: Kevin E Martin <kem@kem.org>
757 Date:   Mon Aug 9 22:37:23 2004 +0000
758
759     Fix install problem on platforms not using xorg.cf/xfree86.cf (Bug #339,
760         Harold L. Hunt II, Alexander Gottwald).
761     Fix crash when using X core font in zh_CN.UTF-8 locale (Bug #368, Yu Shao,
762         David Dawes).
763     Fix glXMakeCurrent(Dpy, None, NULL) crash (Bug #719, Adam Jackson).
764     HP-PA build fix (Bug #828, Guy Martin, Paul Anderson).
765     Fix SDK build for GATOS and Wacom driver (Bug #829, Bryan Stine).
766     Fix attempt to read video ROM before enabling it (Bug #843, Ivan
767         Kokshaysky, Mike A. Harris).
768     Fix detection of primary adapter (Bug #843, Ivan Kokshaysky, Mike A.
769         Harris).
770     Clarify xset man page description of how to use the keyboard repeat rate
771         settings (Bug #846, Mike A. Harris).
772     Fix problem where print-screen key would get remapped to sys-req in certain
773         keymaps, which broke GNOME printscreen functionality (Bug #847, Owen
774         Taylor).
775     Fix several render problems:
776     - MMIO mode support
777     - Hang on IGP chips
778     - VT switching hang
779     - 3D render corruption (Bug #922, Hui Yu).
780
781 commit 602012ef6ef5681067c23893760f94df1b2c493a
782 Author: Roland Mainz <roland.mainz@nrubsig.org>
783 Date:   Wed May 5 01:49:05 2004 +0000
784
785     Fix for http://pdx.freedesktop.org/cgi-bin/bugzilla/show_bug.cgi?id=597 -
786         "xset" should have an option to rehash the list of available printers
787
788 commit ccd079eb8051132dc319c159b85be7c925583e91
789 Author: Egbert Eich <eich@suse.de>
790 Date:   Fri Apr 23 19:55:04 2004 +0000
791
792     Merging XORG-CURRENT into trunk
793
794 commit 5e264049678aff7e12fc075556cba230df9d5f12
795 Author: Egbert Eich <eich@suse.de>
796 Date:   Sun Mar 14 08:35:44 2004 +0000
797
798     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
799
800 commit ee8f27ff967efd0087973d593c86d8a9ede51f9f
801 Author: Egbert Eich <eich@suse.de>
802 Date:   Wed Mar 3 12:13:18 2004 +0000
803
804     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
805
806 commit 71ae2808ce7f1e6b9fe39b2cb5b7cf3c4d476fd7
807 Author: Egbert Eich <eich@suse.de>
808 Date:   Thu Feb 26 13:36:26 2004 +0000
809
810     readding XFree86's cvs IDs
811
812 commit c600dfa9ac8d188e066f72885124b3f797c05762
813 Author: Egbert Eich <eich@suse.de>
814 Date:   Thu Feb 26 09:24:17 2004 +0000
815
816     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
817
818 commit b6c5bf83f4b1b89c9d5015c084de1776a36891f1
819 Author: Kaleb Keithley <kaleb@freedesktop.org>
820 Date:   Tue Nov 25 19:29:17 2003 +0000
821
822     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
823
824 commit 603734e7dff1f89e2518994fa76c93a6c168e1bb
825 Author: Kaleb Keithley <kaleb@freedesktop.org>
826 Date:   Fri Nov 14 16:49:23 2003 +0000
827
828     XFree86 4.3.0.1
829
830 commit ba9612df0697182f5c4ebd5852da1e4da479101e
831 Author: Kaleb Keithley <kaleb@freedesktop.org>
832 Date:   Fri Nov 14 15:54:55 2003 +0000
833
834     R6.6 is the Xorg base-line