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