ChangeLog revision 99999d39
1commit 22a6e7416e126ba4860a62128254d96ad2c1fa84
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Sun Mar 3 13:56:28 2024 -0800
4
5    xev 1.2.6
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit 104e6cd3459df1e3020bf8c27d275392c5b15531
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Sun Jun 11 12:17:13 2023 -0700
12
13    Mark graceful_exit as noreturn
14    
15    Suggested by clang -Wmissing-noreturn
16    
17    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
18
19commit 9588a366cd0ca9b38cc545a8f70ae1f70f062ee9
20Author: Alan Coopersmith <alan.coopersmith@oracle.com>
21Date:   Sun Jun 11 12:14:03 2023 -0700
22
23    Mark global variables as "static" since there's only one source file
24    
25    Quiets clang -Wmissing-variable-declarations warnings
26    
27    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
28
29commit fc70d05dad45c92809ec5e84090e7708b21815cd
30Author: Alan Coopersmith <alan.coopersmith@oracle.com>
31Date:   Thu Jul 28 17:30:21 2022 -0700
32
33    gitlab CI: stop requiring Signed-off-by in commits
34    
35    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
36
37commit fa66bacb97ab55840630f717406c588885637739
38Author: Mikael Magnusson <mikachu@gmail.com>
39Date:   Wed Jun 29 12:08:43 2022 +0200
40
41    Fix overflow on XmbLookupString buffer
42    
43    The returned nmbbytes value is the length we need the buffer to be, but
44    the current size is only bsize. We can't store a NUL at buf[nmbbytes]
45    before the realloc, so only do this when the buffer is sized properly.
46    
47    Signed-off-by: Mikael Magnusson <mikachu@gmail.com>
48    [ismael@iodev.co.uk: Moved string termination out of the loop]
49    Signed-off-by: Ismael Luceno <ismael@iodev.co.uk>
50    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
51
52commit 19e473aa6b1fbd01bb8c7206c06aacf5e789d758
53Author: Alan Coopersmith <alan.coopersmith@oracle.com>
54Date:   Tue Jul 12 09:58:53 2022 -0700
55
56    xev 1.2.5
57    
58    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
59
60commit 26b84c02c547bb233dc7a273cb3745eef2aadadd
61Author: Alan Coopersmith <alan.coopersmith@oracle.com>
62Date:   Sat Apr 2 12:56:12 2022 -0700
63
64    man page: remove out-of-date reference to X(7)
65    
66    The X(7) man page doesn't list any license information as this had claimed.
67    
68    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
69
70commit eedd0fed999e515618816ca831b8de3b3011c993
71Author: Goblin <xorg-nospam@uukgoblin.net>
72Date:   Fri Feb 18 22:20:07 2022 +0000
73
74    xev: fix KeymapNotify event printing
75    
76    When xev prints the KeymapNotify event (after the user brings the xev window
77    into focus), it incorrectly displays unsigned char values >= 128. For
78    instance, 128 is printed as 42949667168.
79    
80    This can be seen for instance by holding the '6' key (which has the
81    keycode 15) and then bringing the xev window into focus. Observe the
82    KeymapNotify event, the second number after "keys: " will be 42949667168.
83    If you instead hold the '5' key (which has the keycode 14), you'll see
84    64 there, as expected.
85    
86    No-one seems to have noticed since at least the last millenium ;-)
87    
88    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
89
90commit ad23b1e9f4463017f76534300925aa08c055df48
91Author: Alan Coopersmith <alan.coopersmith@oracle.com>
92Date:   Mon Dec 6 11:46:26 2021 -0800
93
94    Build xz tarballs instead of bzip2
95    
96    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
97
98commit 126ef9076e51beb1897321025220dd1828568caf
99Author: Alan Coopersmith <alan.coopersmith@oracle.com>
100Date:   Mon Dec 6 11:46:13 2021 -0800
101
102    gitlab CI: add a basic build test
103    
104    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
105
106commit b798a62cb701050381ed8b05c2fb7204357a7241
107Author: Matt Turner <mattst88@gmail.com>
108Date:   Fri Jul 17 15:07:14 2020 -0700
109
110    xev 1.2.4
111    
112    Signed-off-by: Matt Turner <mattst88@gmail.com>
113
114commit c51ca8f59ce5fff6b8c0705bd296460d8116cff2
115Author: Piotr Henryk Dabrowski <phd@phd.re>
116Date:   Mon Apr 6 05:11:28 2020 +0200
117
118    Add option "-1" to display only a single line per event
119
120commit 699ec4772f024e70dbb5474921acd4977ecfce4c
121Author: Alan Coopersmith <alan.coopersmith@oracle.com>
122Date:   Tue Feb 19 14:21:20 2019 -0800
123
124    xev 1.2.3
125    
126    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
127
128commit 25f92ab3238e9aec22214186c64cc968fb8af416
129Author: Alan Coopersmith <alan.coopersmith@oracle.com>
130Date:   Wed Nov 21 17:02:34 2018 -0800
131
132    Update configure.ac bug URL for gitlab migration
133    
134    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
135
136commit 2aa71349b3c3e206c0936c59322079adfab0d450
137Author: Alan Coopersmith <alan.coopersmith@oracle.com>
138Date:   Fri Nov 16 21:41:17 2018 -0800
139
140    Update README for gitlab migration
141    
142    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
143
144commit 6cb245a4cadff580e0e5b0739f052ca74d9097b9
145Author: Alan Coopersmith <alan.coopersmith@oracle.com>
146Date:   Sat Oct 6 12:49:26 2018 -0700
147
148    Replace sprintf calls with snprintf
149    
150    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
151
152commit fe3bbae5c75b5bb9bc34f9b3ae93b1bc66708691
153Author: Alan Coopersmith <alan.coopersmith@oracle.com>
154Date:   Sat Oct 6 12:44:25 2018 -0700
155
156    Adopt X.Org standard code style
157    
158    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
159
160commit 366b03aee6dc4cb19aa82f6cd2dd067646873777
161Author: Alan Coopersmith <alan.coopersmith@oracle.com>
162Date:   Sat Oct 6 12:15:25 2018 -0700
163
164    Collapse usage message into a single string
165    
166    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
167
168commit e08d28020c38a9fc5167c785334d426fe0f157d1
169Author: Alan Coopersmith <alan.coopersmith@oracle.com>
170Date:   Sat Oct 6 12:09:21 2018 -0700
171
172    Add -version to usage output
173    
174    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
175
176commit 25bb70e02407822ae5b03e74571275afcd037f98
177Author: Eitan Adler <lists@eitanadler.com>
178Date:   Sat Jul 28 08:28:36 2018 +0000
179
180    xev: fix 'mode' in default case (version 2)
181    
182    Signed-off-by: Eitan Adler <lists@eitanadler.com>
183    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
184
185commit d1f08f62b455f5921ee4b7c86bc5b8e92d2871ed
186Author: Mihail Konev <k.mvc@ya.ru>
187Date:   Thu Jan 26 14:00:21 2017 +1000
188
189    autogen: add default patch prefix
190    
191    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
192
193commit 201b7fbfc345f38c90c38680dc98328605bbec99
194Author: Emil Velikov <emil.l.velikov@gmail.com>
195Date:   Mon Mar 9 12:00:52 2015 +0000
196
197    autogen.sh: use quoted string variables
198    
199    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
200    fall-outs, when they contain space.
201    
202    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
203    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
204    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
205
206commit 45016c5c901fcc0f898403f88b68939283d25b96
207Author: Peter Hutterer <peter.hutterer@who-t.net>
208Date:   Tue Jan 24 10:32:07 2017 +1000
209
210    autogen.sh: use exec instead of waiting for configure to finish
211    
212    Syncs the invocation of configure with the one from the server.
213    
214    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
215    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
216
217commit a92082cb05bb3d6d3f0bebb951133774ca2dd412
218Author: Alan Coopersmith <alan.coopersmith@oracle.com>
219Date:   Thu Apr 16 23:11:22 2015 -0700
220
221    xev 1.2.2
222    
223    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
224
225commit 740bf3bdfc20f3fabf7205e04f6fcf224c6a54ff
226Author: Alan Coopersmith <alan.coopersmith@oracle.com>
227Date:   Mon Jun 2 22:29:55 2014 -0700
228
229    autogen.sh: Honor NOCONFIGURE=1
230    
231    See http://people.gnome.org/~walters/docs/build-api.txt
232    
233    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
234
235commit 3239b4ca117c815e7ea7e99697649b98a50193a6
236Author: Alan Coopersmith <alan.coopersmith@oracle.com>
237Date:   Mon Jun 2 22:29:55 2014 -0700
238
239    configure: Drop AM_MAINTAINER_MODE
240    
241    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
242
243commit 3083d6f51221ce6ab56eb14b71bbda08c320efc1
244Author: Egbert Eich <eich@freedesktop.org>
245Date:   Wed Feb 12 19:27:26 2014 +0100
246
247    Add event filter for button events
248    
249    Signed-off-by: Egbert Eich <eich@freedesktop.org>
250    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
251
252commit b2cde1725132e0f0f3cdd2019745d130235282c3
253Author: Alan Coopersmith <alan.coopersmith@oracle.com>
254Date:   Wed Nov 27 18:18:38 2013 -0800
255
256    Add -version option to print program version
257    
258    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
259
260commit 5eb60b2f71fb673bb6bb34a956c2f3114a59e152
261Author: Alan Coopersmith <alan.coopersmith@oracle.com>
262Date:   Wed Nov 27 18:15:37 2013 -0800
263
264    Print which option was in error along with usage message
265    
266    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
267
268commit a687c0900872326b864baeb4d6b056153a0cc8c1
269Author: Aaron Plattner <aplattner@nvidia.com>
270Date:   Tue Jan 29 15:05:51 2013 -0800
271
272    man: Add -event to the command synopsis
273    
274    Commit d33b2c81bd931d581e5ce4b36f99ee60a76e740d added an option, -event, to
275    allow the user to select which events to display.  I remembered to add it to the
276    man page's OPTIONS, section, but not to the command summary in the SYNOPSIS
277    section.
278    
279    Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
280    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
281
282commit ea6c49b7635e21ab97c5ee41963d5024466e0106
283Author: Aaron Plattner <aplattner@nvidia.com>
284Date:   Tue Jan 29 13:42:40 2013 -0800
285
286    xev 1.2.1
287    
288    Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
289
290commit f02bf10367271b6713cdf231771e5320474fcc15
291Author: Alan Coopersmith <alan.coopersmith@oracle.com>
292Date:   Mon Jan 14 23:28:22 2013 -0800
293
294    Use strncasecmp instead of a tolower loop & strncmp
295    
296    v2: Since strncasecmp is in Unix98, assume it is always available,
297    and drop fallback code for systems without it.
298    
299    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
300
301commit 6731b622587e83572452c96423195528579fd98d
302Author: Alan Coopersmith <alan.coopersmith@oracle.com>
303Date:   Mon Jan 14 23:21:43 2013 -0800
304
305    Fix clang warnings about converting size_t to int and back again
306    
307    xev.c:909:15: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
308        int len = strlen (s);
309            ~~~   ^~~~~~~~~~
310    xev.c:917:34: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
311        if (strncmp (s, "notuseful", len) == 0) return (NotUseful);
312            ~~~~~~~                  ^~~
313    xev.c:918:35: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
314        if (strncmp (s, "whenmapped", len) == 0) return (WhenMapped);
315            ~~~~~~~                   ^~~
316    xev.c:919:31: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
317        if (strncmp (s, "always", len) == 0) return (Always);
318            ~~~~~~~               ^~~
319    
320    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
321    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
322
323commit d33b2c81bd931d581e5ce4b36f99ee60a76e740d
324Author: Aaron Plattner <aplattner@nvidia.com>
325Date:   Mon Jun 25 15:36:23 2012 -0700
326
327    Add a -event parameter to control the event mask
328    
329    It's annoying to have to sift through a lot of unrelated events if all you care
330    about is one specific class of events (e.g. RandR events).  Add a -event
331    parameter that can be used to tune which events to select.  When not specified,
332    all events are selected.
333    
334    Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
335    Reviewed-by: Andy Ritger <aritger@nvidia.com>
336    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
337
338commit 96b24e2c353bb4c9b7a0e2fff4f13d015fdb25b9
339Author: Alan Coopersmith <alan.coopersmith@oracle.com>
340Date:   Tue Feb 21 20:51:23 2012 -0800
341
342    xev 1.2.0
343    
344    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
345
346commit 42299b08106445e938e47392da5b3c26f650413a
347Author: Alan Coopersmith <alan.coopersmith@oracle.com>
348Date:   Wed Feb 15 15:30:59 2012 -0800
349
350    Rename "mask" variable to "rr_mask" in randr setup code.
351    
352    Fixes gcc warning:
353    xev.c: In function `main':
354    xev.c:1129: warning: declaration of 'mask' shadows a previous local
355    xev.c:923: warning: shadowed declaration is here
356    
357    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
358
359commit 5006597a1e440bde27b652bb1754f8ad8e4f39f8
360Author: Alan Coopersmith <alan.coopersmith@oracle.com>
361Date:   Wed Sep 28 21:43:40 2011 -0700
362
363    Remove checks for NULL before XFree
364    
365    Replaced if (.*) \(XFree (.*);\)  with  \1
366    
367    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
368
369commit 2770432c982373624a34b61f8abae100ece19886
370Author: Alan Coopersmith <alan.coopersmith@oracle.com>
371Date:   Wed Sep 28 21:39:20 2011 -0700
372
373    Remove render from PKG_CHECK_MODULES list
374    
375    No direct calls to libXrender functions or #includes of Xrender headers
376    
377    Fixes Solaris ld -z guidance warning:
378    ld: guidance: removal of unused dependency recommended: libXrender.so.1
379    
380    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
381
382commit fafbd548d2177d0e91b69fa5bf705bfff3923972
383Author: Alan Coopersmith <alan.coopersmith@oracle.com>
384Date:   Wed Sep 28 21:38:49 2011 -0700
385
386    Add const attributes to fix gcc -Wwrite-strings warnings
387    
388    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
389
390commit a7882c4ab93100954e9e9a20f58e372bf6da612b
391Author: Alan Coopersmith <alan.coopersmith@oracle.com>
392Date:   Wed Sep 28 21:34:17 2011 -0700
393
394    Strip trailing whitespace
395    
396    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
397    git diff -w & git diff -b show no diffs from this change
398    
399    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
400
401commit a808c25d8d08b6499ae3dd63dad416a75d172cc2
402Author: Alan Coopersmith <alan.coopersmith@oracle.com>
403Date:   Thu Jun 9 20:21:51 2011 -0700
404
405    config: Add missing AC_CONFIG_SRCDIR
406    
407    Regroup AC statements under the Autoconf initialization section.
408    Regroup AM statements under the Automake initialization section.
409    
410    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
411
412commit e13d96502d6df614c35584c2e9919f4a508de34f
413Author: Alan Coopersmith <alan.coopersmith@oracle.com>
414Date:   Thu Jun 9 20:19:49 2011 -0700
415
416    Replace local checks for gcc with _X_NORETURN from xproto 7.0.17
417    
418    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
419
420commit 7965bc6efbf5db244593735bbb98f0ffa759cd1a
421Author: Michael Thayer <michael.thayer@oracle.com>
422Date:   Thu Mar 3 13:35:15 2011 -0800
423
424    Show RandR events
425    
426    Signed-off-by: Michael Thayer <michael.thayer@oracle.com>
427    Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
428    Reviewed-by: Aaron Plattner <aplattner@nvidia.com>
429    Tested-by: Aaron Plattner <aplattner@nvidia.com>
430
431commit 2e7b697e9b5719056430cead8f4f155db141629a
432Author: Gaetan Nadon <memsize@videotron.ca>
433Date:   Wed Jan 19 10:06:56 2011 -0500
434
435    config: move man pages into their own directory
436    
437    Use services provided by XORG_MANPAGE_SECTIONS.
438    Use standard Makefile for man pages.
439    
440    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
441
442commit 5f862ac7239618dcccd793aa8a13490f3f67ff50
443Author: Gaetan Nadon <memsize@videotron.ca>
444Date:   Thu Jan 13 17:15:36 2011 -0500
445
446    man: replace hard coded man page section with substitution strings
447    
448    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
449
450commit 53c871b0439997c0a73ecf8f1af892efa955daa7
451Author: Gaetan Nadon <memsize@videotron.ca>
452Date:   Thu Jan 13 11:15:47 2011 -0500
453
454    man: remove trailing spaces and tabs
455    
456    Using s/[ \t]*$//
457    
458    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
459
460commit e74ac8c79c617faa5d28b6d40ffd58c7aa1b4919
461Author: Gaetan Nadon <memsize@videotron.ca>
462Date:   Wed Jan 12 16:28:02 2011 -0500
463
464    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
465    
466    This silences an Autoconf warning
467
468commit 01e2993e2563285ee22f18accecb5d65009a49a1
469Author: Alan Coopersmith <alan.coopersmith@oracle.com>
470Date:   Sat Oct 30 09:03:09 2010 -0700
471
472    xev 1.1.0
473    
474    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
475
476commit b5de9e7a4554e678d909757a38f6347f13a90a9f
477Author: Jesse Adkins <jesserayadkins@gmail.com>
478Date:   Tue Sep 28 13:29:49 2010 -0700
479
480    Purge cvs tags.
481    
482    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
483
484commit ab0e3e38f25d02c8f5cacd0b9b9e57bf61377cd6
485Author: Alan Coopersmith <alan.coopersmith@oracle.com>
486Date:   Thu Sep 23 20:12:00 2010 -0700
487
488    config: Remove unnecessary calls from configure.ac
489    
490    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
491    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
492    
493    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
494
495commit a4f73b5cc6b357911683907b1038b0deeaeab9a6
496Author: Alan Coopersmith <alan.coopersmith@oracle.com>
497Date:   Thu Sep 23 20:10:43 2010 -0700
498
499    config: upgrade to util-macros 1.8 for additional man page support
500    
501    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
502    The value of MAN_SUBST is the same for all X.Org packages.
503    
504    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
505    Enables use of platform appropriate version of sed.
506    
507    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
508
509commit 03a9a643d8a58539d6e6e08dfcd2e60abdc4d41b
510Author: Gaetan Nadon <memsize@videotron.ca>
511Date:   Tue Jul 20 18:45:18 2010 -0400
512
513    config: update AC_PREREQ statement to 2.60
514    
515    Unrelated to the previous patches, the new value simply reflects
516    the reality that the minimum level for autoconf to configure
517    all x.org modules is 2.60 dated June 2006.
518    
519    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
520    
521    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
522
523commit 743eb7755bb50bccffb0840af44e67a4d635d1c1
524Author: Kim Woelders <kim@woelders.dk>
525Date:   Sat Jan 16 19:09:28 2010 +0100
526
527    Add -root option to specify monitoring root window events.
528    
529    Signed-off-by: Kim Woelders <kim@woelders.dk>
530    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
531    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
532
533commit f16f31d5e9a1c379d4a3077bf578ad86faac50f9
534Author: Gaetan Nadon <memsize@videotron.ca>
535Date:   Thu Nov 26 09:19:53 2009 -0500
536
537    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
538    
539    Now that the INSTALL file is generated.
540    Allows running make maintainer-clean.
541
542commit 25621719b10fa2e9378d2ae46a964a4c25fff9f2
543Author: Gaetan Nadon <memsize@videotron.ca>
544Date:   Wed Oct 28 14:09:08 2009 -0400
545
546    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
547    
548    Add missing INSTALL file. Use standard GNU file on building tarball
549    README may have been updated
550    Remove AUTHORS file as it is empty and no content available yet.
551    Remove NEWS file as it is empty and no content available yet.
552
553commit a828ad4a1881134c30886534a8879870ded15318
554Author: Gaetan Nadon <memsize@videotron.ca>
555Date:   Mon Oct 26 22:08:38 2009 -0400
556
557    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
558    
559    ChangeLog filename is known to Automake and requires no further
560    coding in the makefile.
561
562commit 264bcc9d1df3fc069042494a95883015cfa4a0e4
563Author: Gaetan Nadon <memsize@videotron.ca>
564Date:   Thu Oct 22 12:34:15 2009 -0400
565
566    .gitignore: use common defaults with custom section # 24239
567    
568    Using common defaults will reduce errors and maintenance.
569    Only the very small or inexistent custom section need periodic maintenance
570    when the structure of the component changes. Do not edit defaults.
571
572commit 46ce6c0f79b4493163d9b8c6de20d1308c40a330
573Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
574Date:   Wed Oct 21 12:47:20 2009 -0700
575
576    This is not a GNU project, so declare it foreign.
577    
578    On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
579    > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
580    > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
581    > > was quite annoying to work around since 'autoreconf -fvi' replaces
582    > > it and git wants to commit it.  Should these files even be in git?
583    > > Can I nuke them for the betterment of humanity and since they get
584    > > created by autoreconf anyways?
585    >
586    > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
587    
588    As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
589    AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
590    of the INSTALL file. It is also part of the 24206 solution.
591    
592    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
593
594commit 7616febda25a1c6dd1f5458de60286ba6099104c
595Author: Alan Coopersmith <alan.coopersmith@sun.com>
596Date:   Mon Oct 12 18:45:55 2009 -0700
597
598    xev 1.0.4
599    
600    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
601
602commit 1e549e6420abc892ef6230d7cf798f74c8fc5582
603Author: Alan Coopersmith <alan.coopersmith@sun.com>
604Date:   Mon Oct 12 18:38:22 2009 -0700
605
606    Fill in COPYING with notice from xev.c
607    
608    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
609
610commit 5c92c37b733db62d2504d6d93f5b5da0658b06b2
611Author: Alan Coopersmith <alan.coopersmith@sun.com>
612Date:   Mon Oct 12 18:36:45 2009 -0700
613
614    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
615    
616    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
617
618commit 40bcf74b066c3b0347e5bc735bcf9a670af1b8c2
619Author: Alan Coopersmith <alan.coopersmith@sun.com>
620Date:   Thu Oct 1 14:54:23 2009 -0700
621
622    Add README with pointers to mailing lists, bugzilla, & git
623    
624    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
625
626commit b0e1f6b3ffc36de124479b85d60b1364d8b00393
627Author: Gaetan Nadon <memsize@videotron.ca>
628Date:   Tue Jul 7 17:52:50 2009 -0400
629
630    xev: use XORG_CHANGELOG macro to create ChangeLog. #22611
631    
632    Build break: app/xev/Makefile.am: command not found: git-log
633    Adding the macro in configure.ac and use it in Makefile.am
634    Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611
635    Tested: running autogen.sh, make and 'make dist'
636    
637    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
638    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
639
640commit 2fa6919b6f4cb007e218185f15c8fda512afcb37
641Author: Branden Robinson <branden@debian.org>
642Date:   Mon Mar 22 17:19:47 2004 -0500
643
644    Flush standard output after processing each event
645    
646    When redirecting the output of xev (eg, xev > foo), the output file is
647    truncated on exit due to libc buffering, since xev's exit(0) is
648    unreachable code.  Reported by Bill Currie.
649    
650    Debian bug#238638 <http://bugs.debian.org/238638>
651
652commit 04f027bf11b566224ead89aff51eb06d222b7086
653Author: Adam Jackson <ajax@redhat.com>
654Date:   Fri Mar 7 17:15:28 2008 -0500
655
656    xev 1.0.3
657
658commit d82fb133b9cd4d3284db553a0afdd530b466073e
659Author: James Cloos <cloos@jhcloos.com>
660Date:   Thu Dec 6 15:51:06 2007 -0500
661
662    Add missing PHONY line for automatic ChangeLog generation
663
664commit 29a316c91b55a0ca193c9e902491f2ae78f33b76
665Author: James Cloos <cloos@jhcloos.com>
666Date:   Thu Dec 6 05:13:52 2007 -0500
667
668    Replace static ChangeLog with dist-hook to generate from git log
669
670commit 49658a2112957b2b4874d2a9faccb6e501a0cda5
671Author: Noah Levitt <nlevitt@columbia.edu>
672Date:   Thu Dec 6 05:03:41 2007 -0500
673
674    Handle WM_DELETE_WINDOW
675    From bug 319¹:
676    
677    Make xev exit on WM_DELETE_WINDOW.
678    
679    1] https://bugs.freedesktop.org/show_bug.cgi?id=319
680    
681    Signed-off-by: James Cloos <cloos@jhcloos.com>
682
683commit 990e7b0b33e894eeb395b4023cd4d0b67773777b
684Author: James Cloos <cloos@jhcloos.com>
685Date:   Mon Sep 3 05:51:20 2007 -0400
686
687    Add *~ to .gitignore to skip patch/emacs droppings
688
689commit ce1a508f11923e2bb29c8bd4fa87db57833ff5ec
690Author: James Cloos <cloos@jhcloos.com>
691Date:   Thu Aug 23 19:24:45 2007 -0400
692
693    Rename .cvsignore to .gitignore
694
695commit ada7026e755141f534ba3ea00aee5bf90be997da
696Author: Daniel Stone <daniel@fooishbar.org>
697Date:   Thu Jun 1 23:26:44 2006 +0000
698
699    Run XFilterEvent() on all events. (Samuel Thibault). Bump to 1.0.2.
700
701commit dd3eacf61876e6220aec7820ae16c534241a93ae
702Author: Kevin E Martin <kem@kem.org>
703Date:   Wed Dec 21 02:29:49 2005 +0000
704
705    Update package version for X11R7 release.
706
707commit d089b9b850eda5dd221f2c4567a2d0022bd2c92d
708Author: Adam Jackson <ajax@nwnk.net>
709Date:   Mon Dec 19 16:22:43 2005 +0000
710
711    Stub COPYING files
712
713commit 8d5e61ab1da7bc4e5083a6ae86cb427df847e70a
714Author: Kevin E Martin <kem@kem.org>
715Date:   Thu Dec 15 00:24:06 2005 +0000
716
717    Update package version number for final X11R7 release candidate.
718
719commit 810bc490f049b3a631eb84a57ea8a29537daef3f
720Author: Kevin E Martin <kem@kem.org>
721Date:   Tue Dec 6 22:48:21 2005 +0000
722
723    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
724
725commit d87e1dafa7c9b26417e5742badbcb9219142e33b
726Author: Kevin E Martin <kem@kem.org>
727Date:   Sat Dec 3 05:49:19 2005 +0000
728
729    Update package version number for X11R7 RC3 release.
730
731commit a620a594b3603353c997ca466bf2a8ed3a52d11c
732Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
733Date:   Mon Nov 28 22:01:41 2005 +0000
734
735    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
736        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
737
738commit 281463c1c846f943bb2851734f601479ca5ed08e
739Author: Eric Anholt <anholt@freebsd.org>
740Date:   Mon Nov 21 10:35:00 2005 +0000
741
742    Another pass at .cvsignores for apps.
743
744commit 50d5b9aa3c716de9062b83969ba2531b8557f944
745Author: Eric Anholt <anholt@freebsd.org>
746Date:   Sun Nov 20 22:08:52 2005 +0000
747
748    Add/improve .cvsignore files for apps.
749
750commit e6de376cb8b61d53f39b5c8b9a1f234c5b067304
751Author: Kevin E Martin <kem@kem.org>
752Date:   Wed Oct 19 02:47:53 2005 +0000
753
754    Update package version number for RC1 release.
755
756commit c435fcfb82d56ec362e937c498129f9593c4b57c
757Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
758Date:   Mon Oct 17 23:56:22 2005 +0000
759
760    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
761        work better with BSD make
762
763commit 930548b75a4223298810d4fb4a8c56dede7cf351
764Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
765Date:   Fri Oct 14 00:25:44 2005 +0000
766
767    Use sed to fill in variables in man page
768
769commit 95d839f5a07fbef63001f969c1972b43219e4451
770Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
771Date:   Mon Aug 1 20:25:29 2005 +0000
772
773    Install man pages to section 1 instead of section m (Patch from Donnie
774        Berkholz)
775
776commit f7296eec10d316c0bd94999aa261d92f6c51b3e8
777Author: Kevin E Martin <kem@kem.org>
778Date:   Fri Jul 29 21:22:32 2005 +0000
779
780    Various changes preparing packages for RC0:
781    - Verify and update package version numbers as needed
782    - Implement versioning scheme
783    - Change bug address to point to bugzilla bug entry form
784    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
785        reenable it)
786    - Fix makedepend to use pkgconfig and pass distcheck
787    - Update build script to build macros first
788    - Update modular Xorg version
789
790commit b6296a1f365eb956f9716b7e72c33d2a026c0728
791Author: Adam Jackson <ajax@nwnk.net>
792Date:   Wed Jul 20 19:31:52 2005 +0000
793
794    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
795        configure cache, you cache it, and the cached value is probably wrong.
796
797commit 275174c66316b789f96ec23974de50499ea3c5a2
798Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
799Date:   Wed Jul 6 19:58:25 2005 +0000
800
801    Build system for xev
802
803commit ce51f5174dc2adea8b3f30478a4990dca53575e7
804Author: Egbert Eich <eich@suse.de>
805Date:   Fri Apr 23 19:54:46 2004 +0000
806
807    Merging XORG-CURRENT into trunk
808
809commit 9a0286eaf44816896f13fe2a82760d5be6615220
810Author: Egbert Eich <eich@suse.de>
811Date:   Sun Mar 14 08:35:19 2004 +0000
812
813    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
814
815commit 0cff5a293401d7e4b720e4212778f17727c21f04
816Author: Egbert Eich <eich@suse.de>
817Date:   Wed Mar 3 12:13:05 2004 +0000
818
819    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
820
821commit b4731d643c59e950f2bc464ee111ac925844ed3e
822Author: Egbert Eich <eich@suse.de>
823Date:   Thu Feb 26 13:36:24 2004 +0000
824
825    readding XFree86's cvs IDs
826
827commit 66f2ab4130a03c321aa8aff19259584896c624d9
828Author: Egbert Eich <eich@suse.de>
829Date:   Thu Feb 26 09:24:06 2004 +0000
830
831    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
832
833commit 47403c0b506c2dde081952ea9e771fb0270c69a0
834Author: Kaleb Keithley <kaleb@freedesktop.org>
835Date:   Mon Feb 23 20:35:40 2004 +0000
836
837    Import most of XFree86 4.4RC3. This import excludes files which have the
838        new license. If we want to, later we can import 4.4RC3 again and pick
839        up the files that have the new license, but for now the vendor branch
840        is "pure."
841
842commit 6c04e15469f547b18ccb393a0c740b7ac00132fb
843Author: Kaleb Keithley <kaleb@freedesktop.org>
844Date:   Tue Nov 25 19:29:12 2003 +0000
845
846    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
847
848commit a6c94bc03a1bb14661b1b0a26fbc5dab3f5e03b6
849Author: Kaleb Keithley <kaleb@freedesktop.org>
850Date:   Fri Nov 14 16:49:22 2003 +0000
851
852    XFree86 4.3.0.1
853
854commit f0692725ed2a9ce9d8909584bc673b7a4bcdad62
855Author: Kaleb Keithley <kaleb@freedesktop.org>
856Date:   Fri Nov 14 16:49:22 2003 +0000
857
858    Initial revision
859