"Initial commit to Gerrit"
[profile/ivi/xorg-utils.git] / xwininfo / ChangeLog
1 commit 98d5614d4688013e2fe7447eab723e0a43ee27b8
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Sat Oct 30 11:58:33 2010 -0700
4
5     xwininfo 1.1.1
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit ca6412a29ec5b7b646b8a48bac940af2762ed54d
10 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11 Date:   Sat Oct 30 11:53:28 2010 -0700
12
13     config: Remove unnecessary calls from configure.ac
14     
15     AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
16     
17     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
18
19 commit 3a3003dcd0737c721e8f35953a5871a50209b5d4
20 Author: Julien Cristau <jcristau@debian.org>
21 Date:   Thu Oct 21 12:59:11 2010 +0200
22
23     Work around xcb_translate_coordinates sign bug
24     
25     xcb_translate_coordinates_reply_t has unsigned dst_{x,y}, so explicitly
26     cast them to int16_t to get the right values.
27     Reported on irc by frostwork.
28     
29     xcb-proto was fixed in commit 661fe8dd.
30     
31     Signed-off-by: Julien Cristau <jcristau@debian.org>
32     Acked-by: Peter Hutterer <peter.hutterer@who-t.net>
33
34 commit 4ec65f24a0abaaf6ec1a0c930fc79b3fc5e1baf6
35 Author: Tomas Chvatal <scarabeus@gentoo.org>
36 Date:   Mon Sep 27 14:56:14 2010 +0200
37
38     Fix build error when building --with-xcb-icccm
39     
40         xwininfo.c:633:34: error: incompatible types when assigning to type xcb_get_property_cookie_t from type int
41     
42     Signed-off-by: Tomas Chvatal <scarabeus@gentoo.org>
43     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
44
45 commit aac89e8e81faca5d6eb830cd65591619a26ec17a
46 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
47 Date:   Sun Sep 26 18:35:40 2010 -0700
48
49     xwininfo 1.1.0
50     
51     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
52
53 commit abcf5e76c7dfc951832fda6845ace426b9ddebce
54 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
55 Date:   Sun Sep 26 18:30:08 2010 -0700
56
57     config: upgrade to util-macros 1.8 for additional man page support
58     
59     Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
60     The value of MAN_SUBST is the same for all X.Org packages.
61     
62     Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
63     Enables use of platform appropriate version of sed.
64     
65     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
66
67 commit b6c84ba0aab5b95883a4f5759ec100b387314ec5
68 Author: Gaetan Nadon <memsize@videotron.ca>
69 Date:   Tue Jul 20 18:45:18 2010 -0400
70
71     config: update AC_PREREQ statement to 2.60
72     
73     Unrelated to the previous patches, the new value simply reflects
74     the reality that the minimum level for autoconf to configure
75     all x.org modules is 2.60 dated June 2006.
76     
77     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
78     
79     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
80
81 commit 8263f19cf9002c7b5f2967a2bde7af4ed117c1e5
82 Author: Jeremy Huddleston <jeremyhu@apple.com>
83 Date:   Sat Jul 10 10:19:14 2010 -0700
84
85     strnlen: Fix building on systems without strnlen(3)
86     
87     Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
88
89 commit 3fa31068bcae6a5bee7fbd41788e13d6d56da8c0
90 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
91 Date:   Wed Jun 30 18:38:57 2010 -0700
92
93     Make iconv() usage optional
94     
95     Allows building without iconv, though character set conversion will not
96     be supported in that case.
97     
98     Handles UTF8_STRING validation and output for UTF-8 locales without iconv
99     (using is_valid_utf8() function copied from X.Org's app/xprop/xprop.c)
100     
101     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
102     Reviewed-by: James Cloos <cloos@jhcloos.com>
103
104 commit 6a4f77d4ac1737dd49f3462d98e0f7e41e50ab18
105 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
106 Date:   Tue Jun 29 22:51:38 2010 -0700
107
108     Add some EWMH hints to the -wm output
109     
110     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
111     Reviewed-by: James Cloos <cloos@jhcloos.com>
112
113 commit baf759d33b4b360fef2b2c61094ef109bec708fa
114 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
115 Date:   Tue Jun 29 17:56:07 2010 -0700
116
117     Handle non-latin-1 window names
118     
119     Uses _NET_WM_NAME to get UTF-8 encoding, iconv to convert to current locale
120     Warns that COMPOUND_TEXT WM_NAMEs aren't supported if _NET_WM_NAME isn't set
121     Adds local atom caching code to dsimple.c and uses it in all three *.c
122     
123     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
124     Reviewed-by: James Cloos <cloos@jhcloos.com>
125
126 commit 6ec3573d7876fa62d2a81057ce0d16ed328fad1f
127 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
128 Date:   Fri Jun 25 21:41:21 2010 -0700
129
130     Make xcb-icccm dependency be optional and off-by-default
131     
132     Changes to the xcb-icccm API/ABI are under discussion, so for now default
133     to using local property handling code modeled after the current API, with
134     a --with-xcb-icccm to enable use of the API for testing/development.
135     
136     Once the API/ABI is stable & released, this set of changes should be
137     removed and the xcb-icccm API just used directly.
138     
139     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
140     Reviewed-by: James Cloos <cloos@jhcloos.com>
141
142 commit 96f19bade9ce4940642d580f4c52e2bc0e3539ab
143 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
144 Date:   Sun Jun 13 12:42:34 2010 -0700
145
146     Convert from Xlib to xcb
147     
148     Testing was done with a simple GNOME 2.28 session with a number of
149     applications open (gnome-terminal, VirtualBox, Firefox).
150     
151     Primary test case was xwininfo -root -all, which listed 114 children of
152     the root window.   Output was identical to Xlib version (after applying
153     the fix to libxcb_icccm for always null-terminating wm_class properties).
154     
155     Over a local connection on the same machine:
156     
157     Xlib:       0.00u 0.01s 0:00.05 20.0%
158     xcb:        0.00u 0.00s 0:00.02 0.0%
159     
160     (i.e. barely measurable difference - I had more variation between
161      repeated runs of the command)
162     
163     Introducing latency by running over ssh -X from California to Beijing
164     and back:
165     
166     Xlib:       0.03u 0.02s 8:19.12 0.0%
167     xcb:        0.00u 0.00s 0:45.26 0.0%
168     
169     Memory size when exit() is called:
170     
171     Xlib:
172      Address  Kbytes     RSS    Anon  Locked Mode   Mapped File
173     08043000      20      20      20       - rw---    [ stack ]
174     08400000     144     144     144       - rw---    [ heap ]
175     total Kb    8972    8640     316       -
176     
177     xcb:
178      Address  Kbytes     RSS    Anon  Locked Mode   Mapped File
179     08045000      12      12      12       - rwx--    [ stack ]
180     0806C000     100     100     100       - rwx--    [ heap ]
181     total Kb    7980    7692     288       -
182     
183     Bytes sent & received (counted by proxying via xscope):
184     
185     Xlib: Client --> Server: 21380 bytes   Client <-- Server:  54124 bytes
186     xcb:  Client --> Server: 21114 bytes   Client <-- Server:  53160 bytes
187     
188     (The Xlib code didn't save any replies, so re-requested a couple of things
189      when running with -all - I fixed that while porting to xcb, but the same
190      could be done with Xlib easily too.)
191     
192     Not yet handled: WM_NAME properties that need to be converted from another
193     character encoding.
194     
195     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
196     Reviewed-by: James Cloos <cloos@jhcloos.com>
197
198 commit 123ff05c2e2bbdb9d7d6d958d9f096cf854b8360
199 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
200 Date:   Mon Jun 7 01:00:33 2010 -0700
201
202     Delay generating unknown code string until we know we need it
203     
204     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
205
206 commit 369c37a62cdd2841a3e8778674029841231f45ad
207 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
208 Date:   Sun Jun 6 16:57:22 2010 -0700
209
210     Use _X_NORETURN from xproto 7.0.17
211     
212     Also throw in _X_ATTRIBUTE_PRINTF while we're here.
213     
214     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
215
216 commit c72551c9e8805d44ee76f6723cada6843657031b
217 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
218 Date:   Sun Jun 6 16:06:07 2010 -0700
219
220     Make spacing more consistent
221     
222     Different functions had 2, 4, 6, or 8 spaces per indent level,
223     standardized on 4 spaces.   Also more consistenly put spaces before parens.
224     
225     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
226
227 commit 6001e8721f232aa1f8b584d903edcea148b0ebc5
228 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
229 Date:   Sun Jun 6 14:16:39 2010 -0700
230
231     Remove #ifdef NO_I18N code branches
232     
233     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
234
235 commit 44a6d871e2baec9724f131778887c834133a4dc5
236 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
237 Date:   Sun Jun 6 14:12:24 2010 -0700
238
239     Remove RCS/CVS id tags
240     
241     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
242
243 commit 98bb85ea5fd3e2b5e077d89c6bf6e16b8829481a
244 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
245 Date:   Sun Jun 6 14:11:13 2010 -0700
246
247     mark window_id_format as a const string
248     
249     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
250
251 commit 725c5bbb58e6fb2c8775512d194367e3d677ee43
252 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
253 Date:   Sun Jun 6 14:05:53 2010 -0700
254
255     Collapse some series of multiline printfs into single strings/calls
256     
257     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
258
259 commit 969b179b3bfe2dd11f3426fc30cab3ac337b84d5
260 Author: Alan Coopersmith <alan.coopersmith@sun.com>
261 Date:   Fri Jan 15 13:10:39 2010 -0800
262
263     Update Sun license notices to current X.Org standard form
264     
265     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
266
267 commit b0c1a61df072c92db646257b1048798df0f1c64d
268 Author: Gaetan Nadon <memsize@videotron.ca>
269 Date:   Thu Nov 26 09:19:55 2009 -0500
270
271     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
272     
273     Now that the INSTALL file is generated.
274     Allows running make maintainer-clean.
275
276 commit 414b61fcc45836ea0739b32abd0eff8c4a863f8d
277 Author: Gaetan Nadon <memsize@videotron.ca>
278 Date:   Wed Oct 28 14:09:09 2009 -0400
279
280     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
281     
282     Add missing INSTALL file. Use standard GNU file on building tarball
283     README may have been updated
284     Remove AUTHORS file as it is empty and no content available yet.
285     Remove NEWS file as it is empty and no content available yet.
286
287 commit 458d8ae3b990c64630b0ca56f88a2955c9470681
288 Author: Gaetan Nadon <memsize@videotron.ca>
289 Date:   Mon Oct 26 22:08:39 2009 -0400
290
291     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
292     
293     ChangeLog filename is known to Automake and requires no further
294     coding in the makefile.
295
296 commit dd4df8d8ec6a4cb34af8ddfd65277ae602d6cdc8
297 Author: Gaetan Nadon <memsize@videotron.ca>
298 Date:   Thu Oct 22 12:34:16 2009 -0400
299
300     .gitignore: use common defaults with custom section # 24239
301     
302     Using common defaults will reduce errors and maintenance.
303     Only the very small or inexistent custom section need periodic maintenance
304     when the structure of the component changes. Do not edit defaults.
305
306 commit d245ffee6e947b275b21a7a47716410c41154d4a
307 Author: Gaetan Nadon <memsize@videotron.ca>
308 Date:   Sun Sep 27 15:41:05 2009 -0400
309
310     Makefile.am: do not include autogen.sh in distribution #24183
311     
312     This is a private build script that should not be distributed
313
314 commit a61af405625b9a284497d7b4e56ef9719d3ae14f
315 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
316 Date:   Wed Oct 21 12:47:22 2009 -0700
317
318     This is not a GNU project, so declare it foreign.
319     
320     On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
321     > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
322     > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
323     > > was quite annoying to work around since 'autoreconf -fvi' replaces
324     > > it and git wants to commit it.  Should these files even be in git?
325     > > Can I nuke them for the betterment of humanity and since they get
326     > > created by autoreconf anyways?
327     >
328     > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
329     
330     As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
331     AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
332     of the INSTALL file. It is also part of the 24206 solution.
333     
334     Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
335
336 commit 1569f4d692443bf0658dbe12902f995693b13dcf
337 Author: Alan Coopersmith <alan.coopersmith@sun.com>
338 Date:   Mon Oct 12 16:08:57 2009 -0700
339
340     xwininfo 1.0.5
341     
342     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
343
344 commit 28b34ed17506540a793a85e03c01a7b4d9aa3588
345 Author: Alan Coopersmith <alan.coopersmith@sun.com>
346 Date:   Mon Oct 12 16:06:55 2009 -0700
347
348     Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
349     
350     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
351
352 commit b6837aadf7a2c30fb8c2c811d45c48047e0769e8
353 Author: Alan Coopersmith <alan.coopersmith@sun.com>
354 Date:   Mon Oct 12 15:58:09 2009 -0700
355
356     Fill in COPYING file
357     
358     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
359
360 commit 98ac096e2edae243ce2119fb70112c3c6b2bb688
361 Author: Alan Coopersmith <alan.coopersmith@sun.com>
362 Date:   Thu Oct 1 14:54:32 2009 -0700
363
364     Add README with pointers to mailing lists, bugzilla, & git
365     
366     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
367
368 commit 347ba641db84c66cd332f398423e87a882580575
369 Author: Yann Droneaud <ydroneaud@mandriva.com>
370 Date:   Fri Mar 27 16:41:00 2009 +0100
371
372     Update manpage for visual id
373     
374     Signed-off-by: James Cloos <cloos@jhcloos.com>
375
376 commit ee03cf70e9e92d0e9adebaddc6b065de496cc561
377 Author: Yann Droneaud <ydroneaud@mandriva.com>
378 Date:   Fri Mar 27 16:35:14 2009 +0100
379
380     Report visual id along visual class for -stat switch
381     
382     Signed-off-by: James Cloos <cloos@jhcloos.com>
383
384 commit a42690b24d828ec4cfae1bf40cac08f07c6202af
385 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
386 Date:   Thu Jan 15 14:27:14 2009 -0200
387
388     Ansification and compile warning fixes.
389     
390       This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
391     make distcheck and most gcc 4.3 and sparse warnings.
392
393 commit 67a74f540cdbb7ded7aa44c751f5f0c8833c688f
394 Author: Branden Robinson <branden@debian.org>
395 Date:   Fri Feb 11 02:14:27 2005 -0500
396
397     Do not spew usage on connection error
398     
399     General philosophy:
400     
401     The user should only be shown a usage message when:
402       * it is asked for with a --help option or the like.
403       * the command line is syntactically invalid.
404
405 commit b8115ee0e43c6c03025cad72219481e3fdb119d4
406 Author: James Cloos <cloos@jhcloos.com>
407 Date:   Sun Jun 29 10:49:33 2008 -0400
408
409     xwininfo 1.0.4
410
411 commit c229611bcb7ee94bea5c075f5e15447e14c0f6ce
412 Author: Kim Woelders <kim@woelders.dk>
413 Date:   Sun Jun 22 01:12:13 2008 -0400
414
415     Fix window selection by pointer.
416     
417     This should fix things in WM’s using virtual roots as well as in tabbing WM’s.
418     
419     Signed-off-by: James Cloos <cloos@jhcloos.com>
420
421 commit b7e88cd9d28a3d3e467b769f3efe87f7c2f4c0a5
422 Author: Alan Coopersmith <alan.coopersmith@sun.com>
423 Date:   Mon Aug 27 14:20:35 2007 -0700
424
425     Version bump: 1.0.3
426
427 commit 56f0b5dfb1486e262eb514fac44c73cea4bb4471
428 Author: Alan Coopersmith <alan.coopersmith@sun.com>
429 Date:   Mon Aug 27 14:20:02 2007 -0700
430
431     Replace static ChangeLog with dist-hook to generate from git log
432
433 commit c8d205c30547ca526404a0b257c3cc5d40970be6
434 Author: Alan Coopersmith <alan.coopersmith@sun.com>
435 Date:   Tue Aug 7 15:50:13 2007 -0700
436
437     Add static & const qualifiers to xwininfo.c
438
439 commit 77d50c0bf824f847bd9ede30c21618845258de76
440 Author: Alan Coopersmith <alan.coopersmith@sun.com>
441 Date:   Tue Aug 7 15:38:23 2007 -0700
442
443     Replace sprintf's with snprintf & strlcat
444
445 commit 118bd50a9bbc10cab7846fb6ac1a0d25ba4c3422
446 Author: Alan Coopersmith <alan.coopersmith@sun.com>
447 Date:   Mon Aug 6 19:52:13 2007 -0700
448
449     dsimple.c: ANSIfy function declarations
450
451 commit e093e4be56bb2be385a972962cf89f234e987ab4
452 Author: Alan Coopersmith <alan.coopersmith@sun.com>
453 Date:   Mon Aug 6 19:44:24 2007 -0700
454
455     Purge unused code from dsimple.c
456     
457     dsimple.c was originally shared source among several X apps.
458     Since modularization gave each app it's own copy, much of the code is
459     no longer needed in each app.
460
461 commit 59bbe12a40fdb3d39429d0d0ce809ad28116e7ed
462 Author: Alan Coopersmith <alan.coopersmith@sun.com>
463 Date:   Mon Aug 6 19:18:57 2007 -0700
464
465     Rename xwininfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier
466     
467     Makefile.am:27: compiling `dsimple.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
468
469 commit 5a251886c0f158f4c8a342b6fbdeebf3dbd1c0fd
470 Author: Alan Coopersmith <alan.coopersmith@sun.com>
471 Date:   Thu May 24 18:20:11 2007 -0700
472
473     Man page formatting: make -geometry bold like other options
474
475 commit 07459b14b36f15cfdfc6384019aaf020c7920cd4
476 Author: Alan Coopersmith <alan.coopersmith@sun.com>
477 Date:   Thu May 24 18:17:28 2007 -0700
478
479     renamed: .cvsignore -> .gitignore
480
481 commit 24fc2a569df9eaa776bcdddbb26bf4ea97b69d13
482 Author: Alan Coopersmith <alan.coopersmith@sun.com>
483 Date:   Thu May 24 18:16:53 2007 -0700
484
485     X.Org bug #10616: Add all the X info commands to See Also in man page
486     
487     X.Org Bugzilla #10616: <https://bugs.freedesktop.org/show_bug.cgi?id=10616>
488     Reported upstream from
489     Debian bug #350313 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=350313>
490
491 commit 412a3232373131634072df0d0b4843abf360def4
492 Author: Adam Jackson <ajax@nwnk.net>
493 Date:   Sun Apr 2 01:19:53 2006 +0000
494
495     Bump to 1.0.2.
496
497 commit 8d62050702532be39688d468663466199492510b
498 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
499 Date:   Fri Mar 10 02:37:18 2006 +0000
500
501     Clear two tiny memory leaks. (Coverity ids #900 & 901)
502
503 commit 609828be5a05bc71fffaf8fc129a0cae8082fd57
504 Author: Kevin E Martin <kem@kem.org>
505 Date:   Wed Dec 21 02:29:55 2005 +0000
506
507     Update package version for X11R7 release.
508
509 commit a4169ffa7eb6eb9a28fd64a0686a813da975736c
510 Author: Adam Jackson <ajax@nwnk.net>
511 Date:   Mon Dec 19 16:22:48 2005 +0000
512
513     Stub COPYING files
514
515 commit b9403df95678e568a326fe3f37bf29285a6a211e
516 Author: Kevin E Martin <kem@kem.org>
517 Date:   Thu Dec 15 00:24:12 2005 +0000
518
519     Update package version number for final X11R7 release candidate.
520
521 commit 6f9523999cc4eb34accfe0bcc2c7a74bae9259ef
522 Author: Kevin E Martin <kem@kem.org>
523 Date:   Tue Dec 6 22:48:27 2005 +0000
524
525     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
526
527 commit 28c0455ea50bdf37f1d9d53c6756beebed429f0e
528 Author: Kevin E Martin <kem@kem.org>
529 Date:   Sat Dec 3 05:49:29 2005 +0000
530
531     Update package version number for X11R7 RC3 release.
532
533 commit 988471c67e10a5ca309b90146b37a6037f5b2efc
534 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
535 Date:   Mon Nov 28 22:01:48 2005 +0000
536
537     Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
538         update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
539
540 commit 4496e95380b2f0ad7e9bdca02ec192dbb6d5e2e5
541 Author: Eric Anholt <anholt@freebsd.org>
542 Date:   Mon Nov 21 10:35:09 2005 +0000
543
544     Another pass at .cvsignores for apps.
545
546 commit 296d8e6ab8a86e5653529d0497ca5751d89f23b5
547 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
548 Date:   Mon Nov 21 03:14:17 2005 +0000
549
550     Change dependency from xmu to xmuu since the full xmu (with all its baggage
551         like Xt) is not needed here.
552
553 commit 27898506332f1a4e698cbd65aecc47fdbc6d0a7b
554 Author: Eric Anholt <anholt@freebsd.org>
555 Date:   Sun Nov 20 22:08:56 2005 +0000
556
557     Add/improve .cvsignore files for apps.
558
559 commit ee7bf4989434ba5f30451c3f07e4a6e01e6532d4
560 Author: Kevin E Martin <kem@kem.org>
561 Date:   Sat Nov 19 07:15:38 2005 +0000
562
563     Update pkgconfig files to separate library build-time dependencies from
564         application build-time dependencies, and update package deps to work
565         with separate build roots.
566
567 commit 4e58b0e12d46503c5f75ead9a859694aafd5b9b7
568 Author: Kevin E Martin <kem@kem.org>
569 Date:   Wed Oct 19 02:47:58 2005 +0000
570
571     Update package version number for RC1 release.
572
573 commit fc097904a8d7ded9a60df35fd58b9f5b5e226e17
574 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
575 Date:   Mon Oct 17 23:56:25 2005 +0000
576
577     Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
578         work better with BSD make
579
580 commit 22feb546d5bf499ec0bc726c60a6c46f2e2cbd1c
581 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
582 Date:   Fri Oct 14 00:25:48 2005 +0000
583
584     Use sed to fill in variables in man page
585
586 commit 9b1a4cbaf609bb102adec047934ad4c1b05f01ab
587 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
588 Date:   Mon Aug 1 20:25:33 2005 +0000
589
590     Install man pages to section 1 instead of section m (Patch from Donnie
591         Berkholz)
592
593 commit 70ed22f5e63d5759a0b7c6574a92d124c0777562
594 Author: Kevin E Martin <kem@kem.org>
595 Date:   Fri Jul 29 21:22:39 2005 +0000
596
597     Various changes preparing packages for RC0:
598     - Verify and update package version numbers as needed
599     - Implement versioning scheme
600     - Change bug address to point to bugzilla bug entry form
601     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
602         reenable it)
603     - Fix makedepend to use pkgconfig and pass distcheck
604     - Update build script to build macros first
605     - Update modular Xorg version
606
607 commit 270145dc0f3ad5c7ad7d6086da19c0a25ea853a9
608 Author: Adam Jackson <ajax@nwnk.net>
609 Date:   Wed Jul 20 19:32:05 2005 +0000
610
611     Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
612         configure cache, you cache it, and the cached value is probably wrong.
613
614 commit 97aa768841e147fde3cf16ba9a4c852358085d27
615 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
616 Date:   Fri Jul 8 21:00:46 2005 +0000
617
618     Build system for xwininfo
619
620 commit 5cd08344c43c739c9a6837f1a60ae7c42e5afabe
621 Author: Roland Mainz <roland.mainz@nrubsig.org>
622 Date:   Wed Oct 6 19:29:59 2004 +0000
623
624     Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1518 - Add filter
625         support to "xlsfonts" that it can filter builtin-, glyph- and/or other
626         kinds of printer fonts (controlled by the xp-listfonts-modes attribute
627         as described in the CDE DtPrint and Xprint specifications).
628
629 commit ac7cc196b722ee4653326aee459f40ad16a260c1
630 Author: Egbert Eich <eich@suse.de>
631 Date:   Fri Apr 23 19:55:09 2004 +0000
632
633     Merging XORG-CURRENT into trunk
634
635 commit 43e099d499d4dbabb32ca0410175e0e1b814cd94
636 Author: Egbert Eich <eich@suse.de>
637 Date:   Sun Mar 14 08:35:54 2004 +0000
638
639     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
640
641 commit cd710399eb415673c180f65080d685ee8d149361
642 Author: Egbert Eich <eich@suse.de>
643 Date:   Wed Mar 3 12:13:20 2004 +0000
644
645     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
646
647 commit 436a7ecb4b764394abcdd06fd99d6232c633cad1
648 Author: Egbert Eich <eich@suse.de>
649 Date:   Thu Feb 26 13:36:32 2004 +0000
650
651     readding XFree86's cvs IDs
652
653 commit 6dfbd3f819f10e4d04653df2074526860007968e
654 Author: Egbert Eich <eich@suse.de>
655 Date:   Thu Feb 26 09:24:18 2004 +0000
656
657     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
658
659 commit a2fa980ce0e98c2bbc503d1d9fe51ab539b7ea46
660 Author: Egbert Eich <eich@suse.de>
661 Date:   Thu Jan 29 08:09:21 2004 +0000
662
663     Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
664
665 commit 429530ba6f7699436d6f789a17550ec1a691c675
666 Author: Kaleb Keithley <kaleb@freedesktop.org>
667 Date:   Tue Nov 25 19:29:23 2003 +0000
668
669     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
670
671 commit be0f398fee08e03ab73ec0d580df688cc989fbaa
672 Author: Kaleb Keithley <kaleb@freedesktop.org>
673 Date:   Fri Nov 14 16:49:24 2003 +0000
674
675     XFree86 4.3.0.1
676
677 commit 5e5a590668dc3ebe7e2cb568aad4c9c14021f2a2
678 Author: Kaleb Keithley <kaleb@freedesktop.org>
679 Date:   Fri Nov 14 15:54:55 2003 +0000
680
681     R6.6 is the Xorg base-line