Tizen 2.1 base
[framework/uifw/xorg/util/x11-utils.git] / xlsclients / ChangeLog
1 commit 5f064f70b183147578919166bedeca55cdb0af71
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Mon May 2 21:12:31 2011 -0700
4
5     xlsclients 1.1.2
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit 61be3feb4cfc760f63d6b8a4debd3898fdc8fa16
10 Author: Arnaud Fontaine <arnau@debian.org>
11 Date:   Mon May 2 11:37:34 2011 +0900
12
13     Depend on xcb >= 1.6 for XCB_ATOM_*.
14     
15     Signed-off-by: Arnaud Fontaine <arnau@debian.org>
16     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
17
18 commit 41689f150904be690f3aa96c283a7ee632d566ce
19 Author: Dan Nicholson <dbn.lists@gmail.com>
20 Date:   Mon Mar 7 14:21:09 2011 -0800
21
22     Drop dependency on xcb-atom/xcb-util
23     
24     With commit 223851b6, the atom names from xcb/xproto.h are being used
25     and xcb-atom is no longer needed.
26     
27     Signed-off-by: Dan Nicholson <dbn.lists@gmail.com>
28     Reviewed-by: Jon TURNEY <jon.turney@dronecode.org.uk>
29
30 commit 223851b68fedad730747652bc6560e40ca695ea7
31 Author: Jon TURNEY <jon.turney@dronecode.org.uk>
32 Date:   Mon Mar 7 13:54:53 2011 +0000
33
34     Use XCB_ATOM_* atom names rather than deprecated atom names
35     
36     Those deprecated atom names were removed from xcb/util in commit
37     2f0334b3eb49fa3a0d6daf6b9dde10e480a5c59f
38     
39     Found by tinderbox, see:
40     
41     http://tinderbox.freedesktop.org/builds/2011-03-06-0008/logs/xlsclients/#build
42     http://tinderbox.freedesktop.org/builds/2011-03-07-0001/logs/xlsclients/#build
43     
44     Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
45     Tested-by: Dan Nicholson <dbn.lists@gmail.com>
46     Signed-off-by: Peter Harris <pharris@opentext.com>
47
48 commit 1439da945a066c5bdf821a4f1af2bc356452e170
49 Author: Gaetan Nadon <memsize@videotron.ca>
50 Date:   Wed Jan 19 10:06:56 2011 -0500
51
52     config: move man pages into their own directory
53     
54     Use services provided by XORG_MANPAGE_SECTIONS.
55     Use standard Makefile for man pages.
56     
57     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
58
59 commit 2bb00a3e1d7eea20a232f079d41cd45985e0a721
60 Author: Gaetan Nadon <memsize@videotron.ca>
61 Date:   Thu Jan 13 17:15:36 2011 -0500
62
63     man: replace hard coded man page section with substitution strings
64     
65     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
66
67 commit 9a2a65ddea132b64d43b8f853ad7d3ca229d34fe
68 Author: Gaetan Nadon <memsize@videotron.ca>
69 Date:   Thu Jan 13 11:15:47 2011 -0500
70
71     man: remove trailing spaces and tabs
72     
73     Using s/[ \t]*$//
74     
75     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
76
77 commit d2dba124d303cf7b031c5f64293ac38b5a8418ab
78 Author: Gaetan Nadon <memsize@videotron.ca>
79 Date:   Wed Jan 12 16:28:02 2011 -0500
80
81     config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
82     
83     This silences an Autoconf warning
84
85 commit c1c91e1545ef34d0eeb4fb9b5577174121e28859
86 Author: Jesse Adkins <jesserayadkins@gmail.com>
87 Date:   Tue Sep 28 13:29:50 2010 -0700
88
89     Purge cvs tags.
90     
91     Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
92
93 commit 29ad1d40dbd77d6efedd5d7db53e35650732dd6e
94 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
95 Date:   Fri Sep 24 09:43:42 2010 -0700
96
97     xlsclients 1.1.1
98     
99     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
100
101 commit 050eb2ca576e11cf5781af38db1442f2c9dd2f56
102 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
103 Date:   Fri Sep 24 09:23:51 2010 -0700
104
105     config: Remove unnecessary calls from configure.ac
106     
107     AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
108     PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
109     
110     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
111
112 commit ca8d92fe63776474f3aa166bbedd9220ec560177
113 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
114 Date:   Fri Sep 24 09:11:05 2010 -0700
115
116     config: upgrade to util-macros 1.8 for additional man page support
117     
118     Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
119     The value of MAN_SUBST is the same for all X.Org packages.
120     
121     Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
122     Enables use of platform appropriate version of sed.
123     
124     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
125
126 commit ffdf25c57b0e1b040523789b1e21fb24c0ec2e07
127 Author: Gaetan Nadon <memsize@videotron.ca>
128 Date:   Tue Jul 20 18:45:18 2010 -0400
129
130     config: update AC_PREREQ statement to 2.60
131     
132     Unrelated to the previous patches, the new value simply reflects
133     the reality that the minimum level for autoconf to configure
134     all x.org modules is 2.60 dated June 2006.
135     
136     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
137     
138     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
139
140 commit a8bd97c46f9671a02ad0d436142c9ff80cd5bc15
141 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
142 Date:   Wed Jun 23 21:07:39 2010 -0700
143
144     strnlen.h should be added to EXTRA_DIST, not overwrite it
145     
146     Fixes 'make distcheck' failure found by tinderbox:
147     make[2]: *** No rule to make target `xlsclients.1', needed by `all-am'.  Stop.
148     
149     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
150
151 commit f30f41b8dc37e775279835c97f2bea83a513dc10
152 Author: Jeremy Huddleston <jeremyhu@apple.com>
153 Date:   Fri Jun 4 22:14:23 2010 -0700
154
155     Add strnlen.h to EXTRA_DIST
156     
157     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
158
159 commit cc6dbd2c1e7966b32e333142ab7630ed19700414
160 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
161 Date:   Thu Jun 3 16:05:20 2010 -0700
162
163     xlsclients 1.1.0
164     
165     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
166
167 commit 1a4649f30813b02caac49de85e2f8b52b7a967fb
168 Author: Gaetan Nadon <memsize@videotron.ca>
169 Date:   Thu Nov 26 09:19:54 2009 -0500
170
171     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
172     
173     Now that the INSTALL file is generated.
174     Allows running make maintainer-clean.
175
176 commit 677599f014077c139d42d1c081f24cfcd15882da
177 Author: Gaetan Nadon <memsize@videotron.ca>
178 Date:   Wed Oct 28 14:09:08 2009 -0400
179
180     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
181     
182     Add missing INSTALL file. Use standard GNU file on building tarball
183     README may have been updated
184     Remove AUTHORS file as it is empty and no content available yet.
185     Remove NEWS file as it is empty and no content available yet.
186
187 commit d3a3f207f7ee1a4d6ee854d262f9875449bca29f
188 Author: Gaetan Nadon <memsize@videotron.ca>
189 Date:   Mon Oct 26 22:08:39 2009 -0400
190
191     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
192     
193     ChangeLog filename is known to Automake and requires no further
194     coding in the makefile.
195
196 commit ca9714918eaa05fb631448519c60457d00bb66ae
197 Author: Gaetan Nadon <memsize@videotron.ca>
198 Date:   Thu Oct 22 12:34:15 2009 -0400
199
200     .gitignore: use common defaults with custom section # 24239
201     
202     Using common defaults will reduce errors and maintenance.
203     Only the very small or inexistent custom section need periodic maintenance
204     when the structure of the component changes. Do not edit defaults.
205
206 commit 8dda84e71446de8726846a2fa5c83b4354e4811b
207 Author: Alan Coopersmith <alan.coopersmith@sun.com>
208 Date:   Tue Oct 27 12:54:51 2009 -0700
209
210     Add Copyright/License notice for xcb & strnlen changes to COPYING
211     
212     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
213
214 commit 9745fd920083438ef2c1566947f179b105bf8deb
215 Author: Alan Coopersmith <alan.coopersmith@sun.com>
216 Date:   Tue Oct 20 16:20:18 2009 -0700
217
218     Fix check for xcb_connect failure
219     
220     Prevents core dump when display can't be opened
221     
222     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
223
224 commit 222dc9735d6fd2ab1b22003eb00348b98b87afe7
225 Author: Gaetan Nadon <memsize@videotron.ca>
226 Date:   Wed Oct 21 12:25:58 2009 -0700
227
228     xlsclients is not a GNU project, so declare it foreign.
229     
230     On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
231     > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
232     > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
233     > > was quite annoying to work around since 'autoreconf -fvi' replaces
234     > > it and git wants to commit it.  Should these files even be in git?
235     > > Can I nuke them for the betterment of humanity and since they get
236     > > created by autoreconf anyways?
237     >
238     > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
239     
240     As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
241     AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
242     of the INSTALL file. It is also part of the 24206 solution.
243
244 commit 7720fa29dfe664c363c27c0038a269bc8aeea74f
245 Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
246 Date:   Wed Oct 21 00:18:26 2009 -0500
247
248     Use inttypes.h for correct printf formats
249     
250     xcb_atom_t and xcb_window_t are both typedef'd as uint32_t.
251     
252     Since PRI*32 are a C99 feature that may not be available, fallbacks
253     are provided based on the assumption of a 32-bit int.
254     
255     Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
256     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
257     Signed-off-by: Jamey Sharp <jamey@minilop.net>
258
259 commit 2793689cc2eda675ec11a3a0cfed5e470fa83ee3
260 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
261 Date:   Tue Oct 20 15:40:13 2009 -0700
262
263     Add implementation of strnlen for systems without this function
264     
265     Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
266     Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
267
268 commit 1839eabbdd697039a264fe7ebb3f4d26f08ddabe
269 Author: Peter Harris <pharris@opentext.com>
270 Date:   Mon Oct 19 18:21:26 2009 -0700
271
272     Rewrite xlsclients to use XCB, avoiding many (many) round trips
273     
274     This version spends bandwidth to reduce latency; in particular, it
275     aggressively calls query_tree before the answer to get_property(WM_STATE) is
276     available.
277     
278     Even on my local box, this version is 4-10 times faster (30ms typical, vs
279     200ms typical for Xlib). I get similar results over the local network.
280     
281     At least one person reports this version takes less than 2 seconds over ssh,
282     vs over a minute for the Xlib version (~30x faster).
283     
284     Reviewed-by: Jamey Sharp <jamey@minilop.net>
285
286 commit 47f2d188a231a1c59d5d3030a1a2470c774d1e0d
287 Author: Alan Coopersmith <alan.coopersmith@sun.com>
288 Date:   Fri Oct 16 18:56:01 2009 -0700
289
290     xlsclients 1.0.2
291     
292     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
293
294 commit 376f461667f06939ff442163e15feff96ce716b6
295 Author: Alan Coopersmith <alan.coopersmith@sun.com>
296 Date:   Fri Oct 16 18:54:25 2009 -0700
297
298     Fill in COPYING file with copyright/license notice from code & docs
299     
300     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
301
302 commit 5e7259ed47251b2969a57b078f1e505d960bfd1a
303 Author: Alan Coopersmith <alan.coopersmith@sun.com>
304 Date:   Mon Oct 12 18:10:46 2009 -0700
305
306     Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
307     
308     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
309
310 commit 0f1f71e0338bb06ae70297f3215ce8489599c907
311 Author: Alan Coopersmith <alan.coopersmith@sun.com>
312 Date:   Thu Oct 1 14:54:26 2009 -0700
313
314     Add README with pointers to mailing lists, bugzilla, & git
315     
316     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
317
318 commit bc6a081e2d51bf41c9c4e2f02b82601a7bd4a33e
319 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
320 Date:   Thu Jan 22 15:52:43 2009 -0200
321
322     Correct make distcheck and sparse warnings.
323
324 commit e5161d278fcfbf7ec3c4a73b6580993ad563e7ea
325 Author: James Cloos <cloos@jhcloos.com>
326 Date:   Thu Dec 6 16:37:23 2007 -0500
327
328     Replace static ChangeLog with dist-hook to generate from git log
329
330 commit 6ca14b864bbbc1b50bdf42806e0f1762a7cf9ca1
331 Author: James Cloos <cloos@jhcloos.com>
332 Date:   Mon Sep 3 05:51:36 2007 -0400
333
334     Add *~ to .gitignore to skip patch/emacs droppings
335
336 commit a594d26e113c64ff534692d868a5dcdbd548a48b
337 Author: James Cloos <cloos@jhcloos.com>
338 Date:   Thu Aug 23 19:24:59 2007 -0400
339
340     Rename .cvsignore to .gitignore
341
342 commit c7648ac811f6c959e6e74201c37f0774bc1159e0
343 Author: Kevin E Martin <kem@kem.org>
344 Date:   Wed Dec 21 02:29:52 2005 +0000
345
346     Update package version for X11R7 release.
347
348 commit 5d13f433f12ec1564c9cf9b3d0493bc8b8163b73
349 Author: Adam Jackson <ajax@nwnk.net>
350 Date:   Mon Dec 19 16:22:45 2005 +0000
351
352     Stub COPYING files
353
354 commit 7955793d1713f9917ec2e0ba7a175eead9da5694
355 Author: Kevin E Martin <kem@kem.org>
356 Date:   Thu Dec 15 00:24:08 2005 +0000
357
358     Update package version number for final X11R7 release candidate.
359
360 commit de5dc90f5febe52daab9a089fcb226149a7d37a2
361 Author: Kevin E Martin <kem@kem.org>
362 Date:   Tue Dec 6 22:48:23 2005 +0000
363
364     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
365
366 commit f88b24ebe74ddb225f12f10d2c74ef852e30668f
367 Author: Kevin E Martin <kem@kem.org>
368 Date:   Sat Dec 3 05:49:26 2005 +0000
369
370     Update package version number for X11R7 RC3 release.
371
372 commit 2b00b194bf146d22f89449dc55cfedfb66633042
373 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
374 Date:   Mon Nov 28 22:01:44 2005 +0000
375
376     Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
377         update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
378
379 commit f183cb257095d2a8d02cbb99d6fe8121fdac2196
380 Author: Eric Anholt <anholt@freebsd.org>
381 Date:   Mon Nov 21 10:35:02 2005 +0000
382
383     Another pass at .cvsignores for apps.
384
385 commit 7b29ef60ab764a0d662f934b6133ecdd15001183
386 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
387 Date:   Mon Nov 21 03:14:16 2005 +0000
388
389     Change dependency from xmu to xmuu since the full xmu (with all its baggage
390         like Xt) is not needed here.
391
392 commit 1fbf3bec38cec44ba7a14890925104b0a8e97c8a
393 Author: Eric Anholt <anholt@freebsd.org>
394 Date:   Sun Nov 20 22:08:53 2005 +0000
395
396     Add/improve .cvsignore files for apps.
397
398 commit daf42472d8b8dea164258f9a4d3a2d362cc04d87
399 Author: Kevin E Martin <kem@kem.org>
400 Date:   Wed Oct 19 02:47:55 2005 +0000
401
402     Update package version number for RC1 release.
403
404 commit 4b6c61e82c0665be51157f7ea611024b2a8c344a
405 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
406 Date:   Mon Oct 17 23:56:24 2005 +0000
407
408     Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
409         work better with BSD make
410
411 commit 95f73789ffc2f1e1f85624a00215a539f84f309e
412 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
413 Date:   Fri Oct 14 00:25:46 2005 +0000
414
415     Use sed to fill in variables in man page
416
417 commit 231c23c7e1f424dc4075fdecf16d291cf60cd533
418 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
419 Date:   Thu Oct 6 03:47:12 2005 +0000
420
421     Fix file names of beforelight, x11perfcomp, and xlsclients man pages
422
423 commit 33bb15df1f98464203100cc71026bca16d4f1f42
424 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
425 Date:   Mon Aug 1 20:25:30 2005 +0000
426
427     Install man pages to section 1 instead of section m (Patch from Donnie
428         Berkholz)
429
430 commit 8a7081e92b71fa14864ecd1aa47d433ae25d92b7
431 Author: Kevin E Martin <kem@kem.org>
432 Date:   Fri Jul 29 21:22:35 2005 +0000
433
434     Various changes preparing packages for RC0:
435     - Verify and update package version numbers as needed
436     - Implement versioning scheme
437     - Change bug address to point to bugzilla bug entry form
438     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
439         reenable it)
440     - Fix makedepend to use pkgconfig and pass distcheck
441     - Update build script to build macros first
442     - Update modular Xorg version
443
444 commit 9428b06892b05ff2382d1bf2032b062bc10a1013
445 Author: Adam Jackson <ajax@nwnk.net>
446 Date:   Wed Jul 20 19:32:02 2005 +0000
447
448     Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
449         configure cache, you cache it, and the cached value is probably wrong.
450
451 commit bc737d5ade74d17b7b7af4d83b3a03cd570061c3
452 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
453 Date:   Tue Jul 5 22:51:10 2005 +0000
454
455     Add build systems for xlogo, xlsatoms, xlsclients, xmag, xman, xmessage,
456         xmh, xmore. lib/Xaw/xaw.m4: Add an AM_CONDITIONAL and a shell variable
457         xaw_use_xprint symlink.sh: add some extra files for xgc, xinit,
458         xkbcomp, xlogo, xmb, and xmodmap xc/programs/xmore/xmore.c:
459         Conditionalize use of xprint
460
461 commit 208df1618f1509e8a3ffc2677a60a3bb0a98d4ca
462 Author: Egbert Eich <eich@suse.de>
463 Date:   Fri Apr 23 19:54:58 2004 +0000
464
465     Merging XORG-CURRENT into trunk
466
467 commit 4143e84ebf67868f0123063061250e46d2f54b61
468 Author: Egbert Eich <eich@suse.de>
469 Date:   Sun Mar 14 08:35:37 2004 +0000
470
471     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
472
473 commit 36452911208fb2afee18850aace32043150b518b
474 Author: Egbert Eich <eich@suse.de>
475 Date:   Wed Mar 3 12:13:14 2004 +0000
476
477     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
478
479 commit c6d0786cde8ad0f09f623bcff358263488f7f696
480 Author: Egbert Eich <eich@suse.de>
481 Date:   Thu Feb 26 13:36:26 2004 +0000
482
483     readding XFree86's cvs IDs
484
485 commit eb6565bd3bf035fbbf9ee67a71c10b5a0fdc2f15
486 Author: Egbert Eich <eich@suse.de>
487 Date:   Thu Feb 26 09:24:14 2004 +0000
488
489     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
490
491 commit 863c432062bcfd43a04c19162ce61383b9ea8e3d
492 Author: Kaleb Keithley <kaleb@freedesktop.org>
493 Date:   Fri Nov 14 16:49:23 2003 +0000
494
495     XFree86 4.3.0.1
496
497 commit c687123ca586b6f54caec1c8c2c22f21c751c237
498 Author: Kaleb Keithley <kaleb@freedesktop.org>
499 Date:   Fri Nov 14 15:54:54 2003 +0000
500
501     R6.6 is the Xorg base-line