Tizen 2.0 Release
[framework/uifw/xorg/util/x11-xserver-utils.git] / xmodmap / ChangeLog
1 commit f857804dd904c69de447f4117220db149d9239ec
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Fri Apr 20 14:09:31 2012 -0700
4
5     xmodmap 1.0.7
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit 5d24213a01231345848d378cb55186fbe7996504
10 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11 Date:   Sat Apr 14 14:37:55 2012 -0700
12
13     Add AC_USE_SYSTEM_EXTENSIONS to expose asprintf() in GNU libc headers
14     
15     Fixes https://bugs.freedesktop.org/show_bug.cgi?id=48696
16     
17     Reported-by: Dominique Leuenberger
18     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
19     Reviewed-by: Julien Cristau <jcristau@debian.org>
20
21 commit 1aebb2e8b358c26b36ca4a9c063180479ee38557
22 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
23 Date:   Sat Apr 14 14:34:39 2012 -0700
24
25     config: Add missing AC_CONFIG_SRCDIR
26     
27     Regroup AC statements under the Autoconf initialization section.
28     Regroup AM statements under the Automake initialization section.
29     
30     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
31
32 commit b355a23e6787f348db97faaa48085428277c659b
33 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
34 Date:   Thu Mar 22 23:04:32 2012 -0700
35
36     xmodmap 1.0.6
37     
38     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
39
40 commit d0dfd2128e6111b967c51136d97093d3b53ee6d6
41 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
42 Date:   Fri Nov 11 21:07:30 2011 -0800
43
44     Replace chk_malloc + sprintf with asprintf
45     
46     Includes local private copy of asprintf for OS'es without it in libc.
47     Removes chk_malloc as no callers remain anymore.
48     
49     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
50     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
51
52 commit fecb1f5a0c2121de6d9209fc9525ac7d9b9555ea
53 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
54 Date:   Fri Nov 11 20:46:00 2011 -0800
55
56     Free copy of input line at end of process_line instead of leaking it
57     
58     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
59     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
60
61 commit 66c09c83aa2f64b31dc657f90447c269621545b7
62 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
63 Date:   Fri Nov 11 20:40:18 2011 -0800
64
65     Fix gcc -Wwrite-strings warnings
66     
67     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
68     Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
69
70 commit 8751095511c7d9065ab12a40e90e38bdd9d728e4
71 Author: Jeremy Huddleston <jeremyhu@apple.com>
72 Date:   Fri Nov 11 11:22:43 2011 -0800
73
74     Add missing _X_NORETURN to functions that need it
75     
76     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
77
78 commit c71811ebe193cecc4add4c2d9cec751fc721343b
79 Author: Jeremy Huddleston <jeremyhu@apple.com>
80 Date:   Fri Nov 11 11:21:45 2011 -0800
81
82     Include strings.h for strcasecmp
83     
84     Our minimum requirement for X11 is currently Unix98.  Unix98 provides
85     strcasecmp in <strings.h>.  This commit fixes implicit declarations
86     of this function on systems that closely adhere to the standard.
87     
88     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
89
90 commit b6b5bc9e9874934dd1c1b80a1aa0c0b1c454eab2
91 Author: Jeremy Huddleston <jeremyhu@apple.com>
92 Date:   Sat May 7 22:05:16 2011 -0700
93
94     Improve error handling in copy_to_scratch
95     
96     handle.c:95:5: warning: Array access (from variable 'buf') results in a null pointer dereference
97         buf[len] = '\0';
98         ^~~
99     
100     Found-by: clang static analyzer
101     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
102
103 commit 1f801eea5f4d17b83aee1170423d65a74e01a138
104 Author: Jeremy Huddleston <jeremyhu@apple.com>
105 Date:   Sat May 7 21:45:22 2011 -0700
106
107     Dead code removal
108     
109     xmodmap.c:159:5: warning: Value stored to 'status' is never read
110         status = 0;
111         ^        ~
112     
113     Found-by: clang static analyzer
114     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
115
116 commit d427337286e0a8ac061d5acbc326e7bdb8b056a3
117 Author: Gaetan Nadon <memsize@videotron.ca>
118 Date:   Fri Mar 4 20:50:41 2011 -0500
119
120     man: replace hard coded section with __appmansuffix__
121     
122     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
123
124 commit 65011e8a86f64d5f7e9f39052e04e5ee7e57ce1b
125 Author: Gaetan Nadon <memsize@videotron.ca>
126 Date:   Wed Jan 12 16:28:02 2011 -0500
127
128     config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
129     
130     This silences an Autoconf warning
131
132 commit ec2cab2dc9b6e7c804984320d8f560adbc3477ff
133 Author: Jesse Adkins <jesserayadkins@gmail.com>
134 Date:   Tue Sep 28 13:29:50 2010 -0700
135
136     Purge cvs tags.
137     
138     Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
139
140 commit 3fe64746bb6c3ede67c9967ebd216a8a39cdb2ea
141 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
142 Date:   Fri Sep 24 11:53:40 2010 -0700
143
144     xmodmap 1.0.5
145     
146     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
147
148 commit f6919f5958acc59d0b1936cc49900ea781bf2355
149 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
150 Date:   Fri Sep 24 11:52:18 2010 -0700
151
152     man page: Add setxkbmap & XStringToKeysym to the See Also list
153     
154     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
155
156 commit 663b798d1464be003b9659bbd00112d8b63f6f6f
157 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
158 Date:   Fri Sep 24 11:43:33 2010 -0700
159
160     config: Remove unnecessary calls from configure.ac
161     
162     AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
163     PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
164     
165     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
166
167 commit 7ff4acd4c8cf2d97d321276d2616d199f81c7e16
168 Author: Gaetan Nadon <memsize@videotron.ca>
169 Date:   Tue Jul 20 18:45:18 2010 -0400
170
171     config: update AC_PREREQ statement to 2.60
172     
173     Unrelated to the previous patches, the new value simply reflects
174     the reality that the minimum level for autoconf to configure
175     all x.org modules is 2.60 dated June 2006.
176     
177     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
178     
179     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
180
181 commit 22189c5be96e864b60f9c4cb8a0d9c3f142e849a
182 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
183 Date:   Tue Sep 21 18:12:09 2010 -0700
184
185     Sun's copyrights now belong to Oracle
186     
187     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
188
189 commit d1091f9fee901b5cdc589aa544c0a5616bf99d9d
190 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
191 Date:   Tue Sep 14 00:45:57 2010 -0700
192
193     Attempt to further improve keysym name info in man page
194     
195     - Move it to the top of the grammar section since it applies to
196       multiple commands, not just the keysym KEYSYMNAME = KEYSYMNAME command
197     - Note that XKeysymDB supplements keysymdef.h, doesn't stand in place
198       of it.
199     - Add note about automatic mapping of Unicode characters to keysyms
200     
201     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
202
203 commit ffadc2376ede14285e2df8c43230d0d4ecca354f
204 Author: Gaetan Nadon <memsize@videotron.ca>
205 Date:   Fri Aug 20 10:53:44 2010 -0400
206
207     config: upgrade to util-macros 1.8 for additional man page support
208     
209     Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
210     The value of MAN_SUBST is the same for all X.Org packages.
211     
212     Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
213     Use the appropriate platform version of sed
214     
215     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
216
217 commit 5b493fd2d6edfca06113b09e6cbd6d6f1776399a
218 Author: Alan Coopersmith <alan.coopersmith@sun.com>
219 Date:   Fri Jan 15 13:08:54 2010 -0800
220
221     Update Sun license notices to current X.Org standard form
222     
223     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
224
225 commit bca4e6fdbe0e4f43c1c57dd9434c42741061407a
226 Author: Julien Cristau <jcristau@debian.org>
227 Date:   Sun Dec 6 14:00:34 2009 +0100
228
229     Fix XKeysymDB path in manpage again
230     
231     commit 4da097462b0b899e1790fd5a5f5e8ec811623c3d "Bug 21675 xmodmap
232     manpage states the wrong path to XKeysymDB" made it use the right path,
233     but had trailing whitespace in Makefile.am so the manpage ended up with
234     "/usr/share/X11 /XKeysymDB".
235
236 commit 584cc13735613f7788e033707ff756937a787bfa
237 Author: Gaetan Nadon <memsize@videotron.ca>
238 Date:   Thu Nov 26 09:19:54 2009 -0500
239
240     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
241     
242     Now that the INSTALL file is generated.
243     Allows running make maintainer-clean.
244
245 commit 27388cde37b85a4efe1e19715de4b574e350b81e
246 Author: Gaetan Nadon <memsize@videotron.ca>
247 Date:   Wed Oct 28 14:09:08 2009 -0400
248
249     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
250     
251     Add missing INSTALL file. Use standard GNU file on building tarball
252     README may have been updated
253     Remove AUTHORS file as it is empty and no content available yet.
254     Remove NEWS file as it is empty and no content available yet.
255
256 commit 817f5345cf42ba4c903c62b5ff814e9c9e3fed3f
257 Author: Gaetan Nadon <memsize@videotron.ca>
258 Date:   Tue Oct 27 15:07:25 2009 -0400
259
260     Deploy the new XORG_DEFAULT_OPTIONS #24242
261     
262     This macro aggregate a number of existing macros that sets commmon
263     X.Org components configuration options. It shields the configuration file from
264     future changes.
265
266 commit 775727681868d51ba82b7da429ca91f3af3783a0
267 Author: Gaetan Nadon <memsize@videotron.ca>
268 Date:   Mon Oct 26 22:08:39 2009 -0400
269
270     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
271     
272     ChangeLog filename is known to Automake and requires no further
273     coding in the makefile.
274
275 commit ea18aba03dc1a8f14d63b43e1ce960f3cda2d7ea
276 Author: Gaetan Nadon <memsize@videotron.ca>
277 Date:   Thu Oct 22 16:14:12 2009 -0400
278
279     Makefile.am: do not include autogen.sh in distribution #24183
280     
281     This is a private build script that should not be distributed
282
283 commit 719ab352112d53c113b45ed691e39c4411b8f653
284 Author: Gaetan Nadon <memsize@videotron.ca>
285 Date:   Thu Oct 22 10:16:12 2009 -0400
286
287     .gitignore: use common defaults with custom section # 24239
288     
289     Using common defaults will reduce errors and maintenance.
290     Only the very small or inexistent custom section need periodic maintenance
291     when the structure of the component changes. Do not edit defaults.
292
293 commit 3a95c2e779ab94ad76a35f5800d2b72b5b73da45
294 Author: Alan Coopersmith <alan.coopersmith@sun.com>
295 Date:   Sat Nov 7 15:11:33 2009 -0800
296
297     Add note to man page about mapping pointer buttons to 0 to disable
298     
299     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
300
301 commit 95af7f0fa995ef1dd3a770c48ee3442f6279e936
302 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
303 Date:   Wed Oct 21 12:47:21 2009 -0700
304
305     This is not a GNU project, so declare it foreign.
306     
307     On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
308     > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
309     > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
310     > > was quite annoying to work around since 'autoreconf -fvi' replaces
311     > > it and git wants to commit it.  Should these files even be in git?
312     > > Can I nuke them for the betterment of humanity and since they get
313     > > created by autoreconf anyways?
314     >
315     > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
316     
317     As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
318     AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
319     of the INSTALL file. It is also part of the 24206 solution.
320     
321     Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
322
323 commit 3f5223b0bc87b0b55d91ba8f1a8cedce0e25f974
324 Author: Alan Coopersmith <alan.coopersmith@sun.com>
325 Date:   Mon Oct 5 20:41:49 2009 -0700
326
327     xmodmap 1.0.4
328     
329     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
330
331 commit 6a24b39d0674ee35436bad6aa0fad8150cf2c427
332 Author: Alan Coopersmith <alan.coopersmith@sun.com>
333 Date:   Mon Oct 5 20:40:45 2009 -0700
334
335     Add pointers to mailing lists, bugzilla, & git to README
336     
337     Also delete empty INSTALL so automake installs the default one
338     
339     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
340
341 commit 20a3ff72337c689ca46f140e594933df75d2bce4
342 Author: Alan Coopersmith <alan.coopersmith@sun.com>
343 Date:   Mon Oct 5 20:38:40 2009 -0700
344
345     Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
346     
347     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
348
349 commit 4da097462b0b899e1790fd5a5f5e8ec811623c3d
350 Author: Alan Coopersmith <alan.coopersmith@sun.com>
351 Date:   Mon May 11 10:16:29 2009 -0700
352
353     Bug 21675 xmodmap manpage states the wrong path to XKeysymDB
354     
355     http://bugs.freedesktop.org/show_bug.cgi?id=21675
356     
357     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
358
359 commit db17ca534037463051833eeaf6d09356c479565e
360 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
361 Date:   Thu Jan 22 16:29:51 2009 -0200
362
363     Correct make distcheck.
364
365 commit b45149922ee23a71efa013d3ef36ca4f6c6494be
366 Author: Ben North <ben@redfrontdoor.org>
367 Date:   Tue Jan 20 18:26:27 2009 +0100
368
369     Skip whitespace for virtual button '0'.
370
371 commit 8d9922bdc53c5538dbfbba65f5a3e15afc8aea91
372 Author: Alan Coopersmith <alan.coopersmith@sun.com>
373 Date:   Mon Aug 6 15:58:57 2007 -0700
374
375     Version bump: 1.0.3
376
377 commit 822b6bffce953041accc13f4633d2c5d4a8c8dcd
378 Author: Alan Coopersmith <alan.coopersmith@sun.com>
379 Date:   Tue Jul 17 15:57:10 2007 -0700
380
381     Use strncasecmp if we can, instead of our own homegrown strncmp_nocase
382
383 commit d76839f34692c7bc4ad1337ca23a3362534c1172
384 Author: Alan Coopersmith <alan.coopersmith@sun.com>
385 Date:   Tue Jul 17 15:52:39 2007 -0700
386
387     Change usage messages from arrays of strings to simple const strings
388
389 commit 658d0022a87c5d3afe3e006e539c5c1b981a8d73
390 Author: Alan Coopersmith <alan.coopersmith@sun.com>
391 Date:   Tue Jul 17 13:27:50 2007 -0700
392
393     Constify some simple cases
394
395 commit b7aafba248db5e9c3ba39e4819d0b9ae156d2c82
396 Author: Alan Coopersmith <alan.coopersmith@sun.com>
397 Date:   Tue Jul 17 13:03:38 2007 -0700
398
399     sparse warning: non-ANSI definition of function 'process_file' & 'process_line'
400
401 commit e1cb231b31be520b76aeb72acc1af9ff6682fa9d
402 Author: Alan Coopersmith <alan.coopersmith@sun.com>
403 Date:   Tue Jul 17 13:01:07 2007 -0700
404
405     Add hooks for checking source code with lint/sparse/etc.
406
407 commit eda127631001674cd40466fddb5225e618c2a327
408 Author: Alan Coopersmith <alan.coopersmith@sun.com>
409 Date:   Tue Jul 17 12:54:16 2007 -0700
410
411     Remove unused code
412
413 commit b57637a154a40e874a6bcb351aaa8335e86ae3c0
414 Author: Alan Coopersmith <alan.coopersmith@sun.com>
415 Date:   Tue Jul 17 12:48:31 2007 -0700
416
417     Coverity #678: get_keysym_list: Returned without freeing storage "keysymlist"
418     
419     Free allocated memory in error path when it's not being returned
420
421 commit 72a01c6a3bae2cf113ab0ec812df41fec9b99a51
422 Author: Alan Coopersmith <alan.coopersmith@sun.com>
423 Date:   Tue Jul 17 11:04:16 2007 -0700
424
425     Replace static ChangeLog with dist-hook to generate from git log
426
427 commit 4dfbd74bda684bea748fbbcbfc172f6325423d12
428 Author: Alan Coopersmith <alan.coopersmith@sun.com>
429 Date:   Tue Jul 17 10:37:57 2007 -0700
430
431     Use AM_CFLAGS instead of xmodmap_CFLAGS to avoid automake-1.10 warnings
432
433 commit fd25acd688b86a1490198d61f66d2503a87883a0
434 Author: Alan Coopersmith <alan.coopersmith@sun.com>
435 Date:   Wed Apr 11 15:30:16 2007 -0700
436
437     Bug 10616: manpage should note -pm is the default if no options are given
438     
439     X.Org Bugzilla #10616 <https://bugs.freedesktop.org/show_bug.cgi?id=10616>
440     Reported upstream from
441     Debian Bug #236918 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=236198>
442
443 commit 15a83b060b9b4bd7d6a64eacc7191e33eb91b269
444 Author: Adam Jackson <ajax@benzedrine.nwnk.net>
445 Date:   Fri Oct 13 17:55:42 2006 -0400
446
447     Bump to 1.0.2
448
449 commit 27404e37e50fe637f33f6efac2fa73c9cfc1026c
450 Author: Alan Coopersmith <alan.coopersmith@sun.com>
451 Date:   Wed Sep 13 15:08:59 2006 -0700
452
453     Add *~ to .gitignore to ignore emacs droppings
454
455 commit 98063dc377dff55f1b057eda14ace69beed82c16
456 Author: Alan Coopersmith <alan.coopersmith@sun.com>
457 Date:   Wed Sep 13 15:08:19 2006 -0700
458
459     renamed: .cvsignore -> .gitignore
460
461 commit 86a4f2a2d66bbeb6c9deee9133eb335f593c47f9
462 Author: Alan Coopersmith <alan.coopersmith@sun.com>
463 Date:   Wed Sep 13 15:07:16 2006 -0700
464
465     Sun bug 6459447: Add note on reversing CapsLock/Control swap to man page
466     
467     http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6459447
468
469 commit 7410e78207ca01d70d9df14eb1e4e07e7fe5f237
470 Author: Adam Jackson <ajax@nwnk.net>
471 Date:   Wed Apr 26 23:42:50 2006 +0000
472
473     Bump to 1.0.1
474
475 commit e8a5353022f9e616c22a7a1659ff4d4d968f5d88
476 Author: Matthias Hopf <mhopf@suse.de>
477 Date:   Wed Mar 22 15:14:31 2006 +0000
478
479     Allow changing of only a few buttons (not all).
480
481 commit b9854ab5e66bf9ec8911d6573440738325cd51b4
482 Author: Kevin E Martin <kem@kem.org>
483 Date:   Thu Dec 15 00:24:09 2005 +0000
484
485     Update package version number for final X11R7 release candidate.
486
487 commit a01cd5fe1c387c62b11368e3fac100e24e7d841e
488 Author: Kevin E Martin <kem@kem.org>
489 Date:   Tue Dec 6 22:48:24 2005 +0000
490
491     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
492
493 commit d39efd733ad56391082b08f9f486cf147e931197
494 Author: Kevin E Martin <kem@kem.org>
495 Date:   Sat Dec 3 05:49:26 2005 +0000
496
497     Update package version number for X11R7 RC3 release.
498
499 commit 8a0747a21f9737212784c55b62044e86caf1fbc8
500 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
501 Date:   Mon Nov 28 22:01:45 2005 +0000
502
503     Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
504         update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
505
506 commit 5e4dec81bffb5f296773c43aa45f52dc354c1886
507 Author: Eric Anholt <anholt@freebsd.org>
508 Date:   Mon Nov 21 10:35:05 2005 +0000
509
510     Another pass at .cvsignores for apps.
511
512 commit f9c0b2a947ea8690ac73e8f9ce857cd195551c01
513 Author: Eric Anholt <anholt@freebsd.org>
514 Date:   Sun Nov 20 22:08:54 2005 +0000
515
516     Add/improve .cvsignore files for apps.
517
518 commit 65fb2a168c968e486be090caad29349427e4d65e
519 Author: Kevin E Martin <kem@kem.org>
520 Date:   Wed Oct 19 02:47:56 2005 +0000
521
522     Update package version number for RC1 release.
523
524 commit 4c47648e4789efe03eec74c39b2ab6b9b27230fc
525 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
526 Date:   Mon Oct 17 23:56:24 2005 +0000
527
528     Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
529         work better with BSD make
530
531 commit 356f26e95eb7003f9f65ffe480773f0d788dc871
532 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
533 Date:   Fri Oct 14 00:25:47 2005 +0000
534
535     Use sed to fill in variables in man page
536
537 commit c4483b314106bcd2bb13e49650cfd279f74da73e
538 Author: Kristian Høgsberg <krh@redhat.com>
539 Date:   Wed Sep 28 19:28:15 2005 +0000
540
541     Copy bits from COPYING here.
542     Copy first paragraph from man page.
543     Add swap.km.
544
545 commit 149fc373521b4ceb33e37c693834a27a702fcc2b
546 Author: Kevin E Martin <kem@kem.org>
547 Date:   Fri Jul 29 21:22:36 2005 +0000
548
549     Various changes preparing packages for RC0:
550     - Verify and update package version numbers as needed
551     - Implement versioning scheme
552     - Change bug address to point to bugzilla bug entry form
553     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
554         reenable it)
555     - Fix makedepend to use pkgconfig and pass distcheck
556     - Update build script to build macros first
557     - Update modular Xorg version
558
559 commit 327ffdf93fd0b8f7942c08653cb644be2062428c
560 Author: Kevin E Martin <kem@kem.org>
561 Date:   Thu Jul 28 02:58:59 2005 +0000
562
563     Add build system for xmodmap Add xmodmap to build script
564
565 commit 9145de293109ba96fc8b97ac59c16c51b992f416
566 Author: Kristian Høgsberg <krh@redhat.com>
567 Date:   Thu Nov 11 15:37:01 2004 +0000
568
569     Fix #1818
570
571 commit d9e41011e4477f581fb5592ad81fc081e0b606b9
572 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
573 Date:   Sat Oct 30 20:33:44 2004 +0000
574
575     Add -d flag for compilers like the Sun C compilers that produce dependency
576         lists themselves. To use with the Sun compilers, add to host.def: #
577         define UseCCMakeDepend YES # define DependFlags -cc $(CC) -d -xM (Sun
578         bug id #4245688 - fix by Alan Coopersmith)
579     Add Solaris to the platforms on which mprotect is run to set execute
580         permissions when necessary. (Sun bug id #6175128 - fix by Alan
581         Coopersmith)
582     Internationalize digital output (Sun bug id #4119396 - fix by Steve
583         Swales), add -bgpixmap option to set XPM file as background (originally
584         from STSF project version of xclock by Alan Coopersmith)
585     xc/programs/xmodmap/handle.c,pf.c xmodmap was printing line numbers which
586         are one too low in error messages (Xorg bugzilla #1739, Sun bug id
587         4637857 - fix by Sam Lau)
588
589 commit ce64b2b312a73b9a4f266da8810ab552af4fbb1e
590 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
591 Date:   Fri Oct 15 00:44:08 2004 +0000
592
593     Thu Oct 14 20:43:03 2004 Søren Sandmann <sandmann@redhat.com>
594     Fix a write-to-constant-string issue.
595     Fix several buffer overruns.
596
597 commit 8ad5d3b908d68353d407fa8f678c93320760eb12
598 Author: Egbert Eich <eich@suse.de>
599 Date:   Fri Apr 23 19:54:59 2004 +0000
600
601     Merging XORG-CURRENT into trunk
602
603 commit 536ef73f2a5310f25c99a9c3a41f71d032ef95a6
604 Author: Egbert Eich <eich@suse.de>
605 Date:   Sun Mar 14 08:35:42 2004 +0000
606
607     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
608
609 commit 11073ef989618e076133b1f58be7a406ba373b1b
610 Author: Egbert Eich <eich@suse.de>
611 Date:   Wed Mar 3 12:13:15 2004 +0000
612
613     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
614
615 commit e8ce00f47c06ea1bfcfd6538a80a10b868cee19e
616 Author: Egbert Eich <eich@suse.de>
617 Date:   Thu Feb 26 13:36:26 2004 +0000
618
619     readding XFree86's cvs IDs
620
621 commit 072ef0f49182d381ac7e630eccd1b5b6749334a7
622 Author: Egbert Eich <eich@suse.de>
623 Date:   Thu Feb 26 09:24:14 2004 +0000
624
625     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
626
627 commit eb9faf624f11691c4ca7344f4169117718cea9c7
628 Author: Kaleb Keithley <kaleb@freedesktop.org>
629 Date:   Thu Dec 4 22:03:56 2003 +0000
630
631     XFree86 4.3.99.901 (RC 1)
632
633 commit d678c60d8b5bede9e61f532aa1740d741b8bbe90
634 Author: Kaleb Keithley <kaleb@freedesktop.org>
635 Date:   Tue Nov 25 19:29:15 2003 +0000
636
637     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
638
639 commit dc0f15394719e18bb9b01e70468f4d9908488d35
640 Author: Kaleb Keithley <kaleb@freedesktop.org>
641 Date:   Fri Nov 14 16:49:23 2003 +0000
642
643     XFree86 4.3.0.1
644
645 commit e29f1f1ed2128d7382a72ccb1684045fe4bc8183
646 Author: Kaleb Keithley <kaleb@freedesktop.org>
647 Date:   Fri Nov 14 15:54:54 2003 +0000
648
649     R6.6 is the Xorg base-line