ChangeLog revision b5cf802f
1commit e81642bacc58388c223bc157f37c2311a7dbe070 2Author: Alan Coopersmith <alan.coopersmith@oracle.com> 3Date: Sat Mar 9 20:31:09 2019 -0800 4 5 xprop 1.2.4 6 7 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 8 9commit 0c3a8c6ae1287187b7f59a53a6f0bdaf27bf9e61 10Author: Alan Coopersmith <alan.coopersmith@oracle.com> 11Date: Sun Mar 3 14:46:22 2019 -0800 12 13 Fix -Wsign-compare warning in dsimple.c 14 15 dsimple.c:322:13: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] 16 for (i=0; i<nchildren; i++) { 17 ^ 18 19 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 20 21commit 1edcd36934326eafffed6056ea54e2848738ab81 22Author: pmav99 <pmav99@gmail.com> 23Date: Sat Feb 9 23:27:25 2019 +0000 24 25 Fix typo in xprop.man 26 27commit 5429792c7949ecc30ff445a1d123a6f3e28f3155 28Author: Alan Coopersmith <alan.coopersmith@oracle.com> 29Date: Wed Nov 21 17:16:58 2018 -0800 30 31 Update configure.ac bug URL for gitlab migration 32 33 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 34 35commit fa0112f9ed9f253957b467d533b2fdb351fbac93 36Author: Alan Coopersmith <alan.coopersmith@oracle.com> 37Date: Fri Nov 16 22:46:14 2018 -0800 38 39 Update README for gitlab migration 40 41 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 42 43commit 5a13b159150bea1ebda8439ed018a3975f30786b 44Author: Alan Coopersmith <alan.coopersmith@oracle.com> 45Date: Sat May 5 13:26:39 2018 -0700 46 47 Add missing braces around else clause in Read_Quoted() 48 49 Found by gcc 7.3: 50 51 xprop.c: In function ‘Read_Quoted’: 52 xprop.c:163:8: warning: this ‘else’ clause does not guard... [-Wmisleading-indentation] 53 } else 54 ^~~~ 55 xprop.c:164:17: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘else’ 56 ptr++[0] = c; length--; 57 ^~~~~~ 58 59 Introduced in initial commit to X Consortium RCS in 1987: 60 https://cgit.freedesktop.org/~alanc/xc-historical/commit/xc/programs/xprop/xprop.c?id=18ea83d7457743936e99a574b50e208f7697f096 61 62 Actual effect is minimal - for every \-escaped newline in the DFORMAT 63 portion of a xprop formats file, xprop subtracted one byte too many 64 from the count of bytes still available in the buffer, which could lead 65 it to return an error of "Bad format file format: dformat too long." when 66 there was still room left. Since the original buffer size was 10,000 67 bytes, and the current size is 500,000 bytes, it's unlikely anyone ever 68 hit this in real usage. 69 70 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 71 72commit ded6efa3da1ce611e4668d7766e934a239f6120c 73Author: Alan Coopersmith <alan.coopersmith@oracle.com> 74Date: Fri Mar 9 18:21:47 2018 -0800 75 76 xprop 1.2.3 77 78 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 79 80commit 331ab01ac2ccb7aea7084c4907a47291ae549e1d 81Author: Mihail Konev <k.mvc@ya.ru> 82Date: Thu Jan 26 14:00:21 2017 +1000 83 84 autogen: add default patch prefix 85 86 Signed-off-by: Mihail Konev <k.mvc@ya.ru> 87 88commit 78e28685ad86facdbf94de607050f3b2f1752d12 89Author: Emil Velikov <emil.l.velikov@gmail.com> 90Date: Mon Mar 9 12:00:52 2015 +0000 91 92 autogen.sh: use quoted string variables 93 94 Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent 95 fall-outs, when they contain space. 96 97 Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> 98 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 99 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 100 101commit 44f2605cfecbf5b30677b6414389d8987c9dc59d 102Author: Peter Hutterer <peter.hutterer@who-t.net> 103Date: Tue Jan 24 10:32:07 2017 +1000 104 105 autogen.sh: use exec instead of waiting for configure to finish 106 107 Syncs the invocation of configure with the one from the server. 108 109 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 110 Reviewed-by: Emil Velikov <emil.velikov@collabora.com> 111 112commit fa732adbbf5e29f4bb230e9b7c0c91ccb4b5af7e 113Author: Eirik Byrkjeflot Anonsen <eirik@eirikba.org> 114Date: Fri May 22 11:10:05 2015 +0200 115 116 Free the data returned by Format_Icons() 117 118 Signed-off-by: Eirik Byrkjeflot Anonsen <eirik@eirikba.org> 119 120commit 52c9aa32c8f1b787de7b68d9bb843fa7270cbaaf 121Author: Eirik Byrkjeflot Anonsen <eirik@eirikba.org> 122Date: Fri May 22 11:10:03 2015 +0200 123 124 Free the data returned by XGetWindowProperty() 125 126 Signed-off-by: Eirik Byrkjeflot Anonsen <eirik@eirikba.org> 127 128commit dee1d0c1316b1c62c6c62d6f0f4b13685e8e6630 129Author: Eirik Byrkjeflot Anonsen <eirik@eirikba.org> 130Date: Fri May 22 11:10:04 2015 +0200 131 132 Free the data returned by XListProperties() 133 134 Signed-off-by: Eirik Byrkjeflot Anonsen <eirik@eirikba.org> 135 136commit 4f748e3d2b1368ec0590a413ba5f7addc5e3344f 137Author: Eirik Byrkjeflot Anonsen <eirik@eirikba.org> 138Date: Fri May 22 11:10:02 2015 +0200 139 140 Free the thunks used by Show_Prop 141 142 Signed-off-by: Eirik Byrkjeflot Anonsen <eirik@eirikba.org> 143 144commit b0ae4b903067017ec7dc19f27d3916d2153410af 145Author: Alan Coopersmith <alan.coopersmith@oracle.com> 146Date: Tue Jun 3 18:29:44 2014 -0700 147 148 Add -version option to print program version 149 150 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 151 152commit faa4fa7785addc2170d4de7bf13d377324597e99 153Author: Alan Coopersmith <alan.coopersmith@oracle.com> 154Date: Tue Jun 3 18:26:19 2014 -0700 155 156 Print which option was in error along with usage message 157 158 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 159 160commit 5d4c35a6ad0823f9c921058fa6efb972b29da2d8 161Author: Alan Coopersmith <alan.coopersmith@oracle.com> 162Date: Tue Jun 3 17:47:13 2014 -0700 163 164 autogen.sh: Honor NOCONFIGURE=1 165 166 See http://people.gnome.org/~walters/docs/build-api.txt 167 168 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 169 170commit 678692d91e1b03aa27f8d924744be8a04adf5b41 171Author: Alan Coopersmith <alan.coopersmith@oracle.com> 172Date: Tue Jun 3 17:47:13 2014 -0700 173 174 configure: Drop AM_MAINTAINER_MODE 175 176 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 177 178commit 9e0f57f6a271313d1b49b5019753b4410f407cc5 179Author: Alan Coopersmith <alan.coopersmith@oracle.com> 180Date: Thu Aug 8 20:04:00 2013 -0700 181 182 xprop 1.2.2 183 184 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 185 186commit b150b99c56bc4c98bf416be66764fb49dce425dc 187Author: Alan Coopersmith <alan.coopersmith@oracle.com> 188Date: Fri Jul 19 18:38:25 2013 -0700 189 190 Mark usage() as noreturn, as suggested by gcc -Wmissing-noreturn 191 192 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 193 194commit 7ed5afd77941f89467e57ec8562992dd27ea3e7f 195Author: Alan Coopersmith <alan.coopersmith@oracle.com> 196Date: Fri Jul 19 18:36:17 2013 -0700 197 198 Fix const conversion warnings from gcc 199 200 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 201 202commit 6f16b22c4a6a878ca0f07e57da50f7ac04fef306 203Author: Alan Coopersmith <alan.coopersmith@oracle.com> 204Date: Sun Jan 20 13:21:57 2013 -0800 205 206 Add unicode argument to Format_Len_String to reduce code duplication 207 208 Allows us to get rid of a second copy of the code that differed only 209 in the unicode argument passed on to Format_String. 210 211 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 212 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 213 214commit 0384b1c6567d3f90975665ed4e7b3a09947cabee 215Author: Alan Coopersmith <alan.coopersmith@oracle.com> 216Date: Sun Jan 20 13:03:15 2013 -0800 217 218 Replace strlen/malloc/memcpy set with strdup 219 220 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 221 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 222 223commit 7dba9bf178878e09aaad09be9ed9bdccb60c08b9 224Author: Alan Coopersmith <alan.coopersmith@oracle.com> 225Date: Sun Jan 20 12:56:43 2013 -0800 226 227 Mark FatalError() as taking printf-style arguments 228 229 Silences -Wformat-nonliteral warnings about passing through 230 unknown format arguments to vfprintf. 231 232 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 233 234commit db9c65f2b12b25a56f4e364ec6dd2dac0412413d 235Author: Alan Coopersmith <alan.coopersmith@oracle.com> 236Date: Sun Jan 20 12:52:18 2013 -0800 237 238 config: Add missing AC_CONFIG_SRCDIR 239 240 Regroup AC statements under the Autoconf initialization section. 241 Regroup AM statements under the Automake initialization section. 242 243 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 244 245commit 0d069c0edae83f70ac10fab1a3c04d8197e277c4 246Author: lolilolicon <lolilolicon@gmail.com> 247Date: Tue Jan 10 23:39:04 2012 -0500 248 249 Enable setting property of type UTF8_STRING. 250 251 Fix "bad format character: u" error for format '8u', e.g.: 252 xprop -root -f _NET_WM_NAME 8u -set _NET_WM_NAME LG3D 253 254 Signed-off-by: James Cloos <cloos@jhcloos.com> 255 256commit 3e7b1528b1d8aa4b999789bccc5513ed5c3451f8 257Author: Alan Coopersmith <alan.coopersmith@oracle.com> 258Date: Wed Jun 29 21:16:32 2011 -0700 259 260 Expand description in README a little 261 262 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 263 264commit d59bc81ec9af03c172e4894eb7f3bad4c76dc34b 265Author: Alan Coopersmith <alan.coopersmith@oracle.com> 266Date: Wed Jun 29 21:09:22 2011 -0700 267 268 xprop 1.2.1 269 270 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 271 272commit 66240b78d9ee8d4bbdfb3a5ccf9d87058cddf0de 273Author: Jeremy Huddleston <jeremyhu@apple.com> 274Date: Sun May 8 21:47:06 2011 -0700 275 276 Make error handlint more robust in Format_Len_Unicode 277 278 xprop.c:1011:2: warning: Function call argument is an uninitialized value 279 memcpy(_formatting_buffer, error, strlen(error)+1); 280 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 281 xprop.c:1011:36: note: instantiated from: 282 memcpy(_formatting_buffer, error, strlen(error)+1); 283 ^ ~~~~~ 284 285 Found-by: clang static analysis 286 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 287 288commit 433f43ec71447c447cdc6142ab5829a8eea258a7 289Author: Jeremy Huddleston <jeremyhu@apple.com> 290Date: Sun May 8 17:12:04 2011 -0700 291 292 Fix uninitialize values warnings in static analysis 293 294 xprop.c:299:25: warning: Passed-by-value struct argument contains uninitialized data (e.g., field: 'thunk_count') 295 _property_formats = Add_Thunk(_property_formats, t); 296 ^ ~ 297 xprop.c:1394:11: warning: Passed-by-value struct argument contains uninitialized data (e.g., field: 'thunk_count') 298 thunks = Add_Thunk(thunks, t); 299 ^ ~ 300 xprop.c:1581:15: warning: Passed-by-value struct argument contains uninitialized data (e.g., field: 'thunk_count') 301 thunks = Add_Thunk(thunks, t); 302 ^ ~ 303 xprop.c:1962:18: warning: Passed-by-value struct argument contains uninitialized data (e.g., field: 'thunk_count') 304 set_props = Add_Thunk(set_props, t); 305 ^ ~ 306 xprop.c:1952:21: warning: Passed-by-value struct argument contains uninitialized data (e.g., field: 'thunk_count') 307 remove_props = Add_Thunk(remove_props, t); 308 ^ ~ 309 310 Found-by: clang static analyzer 311 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 312 313commit 1f20efb09b0d437e0618b7588212e2e0b9ffd3b2 314Author: Alan Coopersmith <alan.coopersmith@oracle.com> 315Date: Fri Jan 28 20:06:16 2011 -0800 316 317 Use _X_NORETURN from xproto 7.0.17 instead of local check 318 319 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 320 Reviewed-by: Julien Cristau <jcristau@debian.org> 321 322commit 9b529480074120f8228662ede175bfa65f6ece8c 323Author: Alan Coopersmith <alan.coopersmith@oracle.com> 324Date: Fri Jan 28 21:51:00 2011 -0800 325 326 Replace Copy_String() with strdup + error check 327 328 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 329 Reviewed-by: Julien Cristau <jcristau@debian.org> 330 331commit ea5ada919258d04e003596ee7079c33b5657dbdc 332Author: Alan Coopersmith <alan.coopersmith@oracle.com> 333Date: Fri Jan 28 21:46:39 2011 -0800 334 335 inline Malloc & Realloc functions 336 337 Since stdlib.h versions return void *, remove unneeded casts that 338 the wrappers needed. 339 340 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 341 Reviewed-by: Julien Cristau <jcristau@debian.org> 342 343commit baed631bfcd091e40f4e84f740c6d86d9fb981b3 344Author: Gaetan Nadon <memsize@videotron.ca> 345Date: Wed Jan 19 10:06:56 2011 -0500 346 347 config: move man pages into their own directory 348 349 Use services provided by XORG_MANPAGE_SECTIONS. 350 Use standard Makefile for man pages. 351 352 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 353 354commit 6505a6b2fb2672b543d5b485bc7ac739d1e479f0 355Author: Gaetan Nadon <memsize@videotron.ca> 356Date: Thu Jan 13 11:15:48 2011 -0500 357 358 man: remove trailing spaces and tabs 359 360 Using s/[ \t]*$// 361 362 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 363 364commit b0c64dd81b9aa4d07a87d811cd2975cc6989adc8 365Author: Gaetan Nadon <memsize@videotron.ca> 366Date: Wed Jan 12 16:28:02 2011 -0500 367 368 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS 369 370 This silences an Autoconf warning 371 372commit 15744802201da54ff8e39bc0d5b9f1a69ce3496d 373Author: Kai-Uwe Behrmann <ku.b@gmx.de> 374Date: Tue Dec 7 22:36:37 2010 -0800 375 376 xprop man page example for -set option 377 378 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 379 380commit b8f740b195888cf530e4982ba3e9a3760b40f3bc 381Author: Alan Coopersmith <alan.coopersmith@oracle.com> 382Date: Sat Oct 30 11:06:48 2010 -0700 383 384 xprop 1.2.0 385 386 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 387 388commit 1640fcc34a9883898b07789949e3a3af9d398c15 389Author: Alan Coopersmith <alan.coopersmith@oracle.com> 390Date: Sat Oct 30 11:04:08 2010 -0700 391 392 config: Remove unnecessary calls from configure.ac 393 394 AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now 395 PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables 396 397 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 398 399commit 509973583996c7bd279ea9276731fb00dd104861 400Author: Alan Coopersmith <alan.coopersmith@oracle.com> 401Date: Sat Oct 30 11:03:24 2010 -0700 402 403 config: upgrade to util-macros 1.8 for additional man page support 404 405 Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS 406 The value of MAN_SUBST is the same for all X.Org packages. 407 408 Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS 409 Enables use of platform appropriate version of sed. 410 411 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 412 413commit aa09594696443397b723e441050012cada351210 414Author: Gaetan Nadon <memsize@videotron.ca> 415Date: Sat Oct 30 11:02:43 2010 -0700 416 417 config: update AC_PREREQ statement to 2.60 418 419 Unrelated to the previous patches, the new value simply reflects 420 the reality that the minimum level for autoconf to configure 421 all x.org modules is 2.60 dated June 2006. 422 423 ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz 424 425 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 426 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 427 428commit 4488937f380d775290e84b720007a736d4390c25 429Author: Jesse Adkins <jesserayadkins@gmail.com> 430Date: Tue Sep 28 13:29:50 2010 -0700 431 432 Purge cvs tags. 433 434 Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> 435 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 436 437commit 64045bdb44d0e026a76ce1ebb00671e622b74ae6 438Author: Gaetan Nadon <memsize@videotron.ca> 439Date: Thu Jan 7 22:10:50 2010 -0500 440 441 COPYING: replace stub with copyright notices 442 443 Refer to xprop.c clientwin.h 444 Copyright 1990, 1998 The Open Group 445 Copyright (c) 2000 The XFree86 Project, Inc. 446 Copyright 2007 Kim woelders 447 448 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 449 450commit bff28ee6ca1fa714797d5e675616e71ff6f2c9db 451Author: Gaetan Nadon <memsize@videotron.ca> 452Date: Thu Nov 26 09:19:54 2009 -0500 453 454 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 455 456 Now that the INSTALL file is generated. 457 Allows running make maintainer-clean. 458 459commit 418f388067aa8650bf88410a7f82894225c1d77d 460Author: Gaetan Nadon <memsize@videotron.ca> 461Date: Wed Oct 28 14:09:08 2009 -0400 462 463 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 464 465 Add missing INSTALL file. Use standard GNU file on building tarball 466 README may have been updated 467 Remove AUTHORS file as it is empty and no content available yet. 468 Remove NEWS file as it is empty and no content available yet. 469 470commit 8cb541fa176d88415b5b7032f19cedd389697a22 471Author: Gaetan Nadon <memsize@videotron.ca> 472Date: Mon Oct 26 22:08:39 2009 -0400 473 474 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 475 476 ChangeLog filename is known to Automake and requires no further 477 coding in the makefile. 478 479commit 6d322cf0d7799e63291665cb8a708f2b22e99ec2 480Author: Gaetan Nadon <memsize@videotron.ca> 481Date: Thu Oct 22 12:34:16 2009 -0400 482 483 .gitignore: use common defaults with custom section # 24239 484 485 Using common defaults will reduce errors and maintenance. 486 Only the very small or inexistent custom section need periodic maintenance 487 when the structure of the component changes. Do not edit defaults. 488 489commit d32aaf2131358fe3f8a0a6f376568f5109279660 490Author: Jeremy Huddleston <jeremyhu@freedesktop.org> 491Date: Wed Oct 21 12:47:21 2009 -0700 492 493 This is not a GNU project, so declare it foreign. 494 495 On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: 496 > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: 497 > > I noticed an INSTALL file in xlsclients and libXvMC today, and it 498 > > was quite annoying to work around since 'autoreconf -fvi' replaces 499 > > it and git wants to commit it. Should these files even be in git? 500 > > Can I nuke them for the betterment of humanity and since they get 501 > > created by autoreconf anyways? 502 > 503 > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 504 505 As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with 506 AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation 507 of the INSTALL file. It is also part of the 24206 solution. 508 509 Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org> 510 511commit eb64005382abf6262c913a46e6186e019a179d59 512Author: Yang Zhao <yang@yangman.ca> 513Date: Tue Oct 20 19:50:28 2009 -0400 514 515 Print UTF8_STRING type as UTF-8 when locale supports it 516 517 Introduces 'u' format character, which behaves like 's', but leaves 518 UTF-8 encoding intact. 519 520 Property value is checked for UTF-8 validity according to RFC 3629. 521 If invalid, an error string is printed, followed by the string formatted 522 using 's'. ie: 523 524 PROP(UTF8_STRING) = <Invalid UTF-8 string: Forbidden value> "\374\233" 525 526 Signed-off-by: Yang Zhao <yang@yangman.ca> 527 Signed-off-by: James Cloos <cloos@jhcloos.com> 528 529commit 681d16ec9843b5c001cff1c9bc0637b8ba0c9abd 530Author: Alan Coopersmith <alan.coopersmith@sun.com> 531Date: Mon Oct 12 13:35:11 2009 -0700 532 533 xprop 1.1.0 534 535 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 536 537commit a5044e717eb486ebe79ea109994c3e761df7dc00 538Author: Alan Coopersmith <alan.coopersmith@sun.com> 539Date: Mon Oct 12 13:07:35 2009 -0700 540 541 Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS 542 543 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 544 545commit 817fc3e95863fd2ee8d3861704c1bfdf614a9ac1 546Author: Alan Coopersmith <alan.coopersmith@sun.com> 547Date: Mon Oct 12 13:05:21 2009 -0700 548 549 Add 'o' property type to man page for icon formats 550 551 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 552 553commit dafb5312e6cbf01186e1815650830d2f131082be 554Author: Alan Coopersmith <alan.coopersmith@sun.com> 555Date: Thu Oct 1 14:54:29 2009 -0700 556 557 Add README with pointers to mailing lists, bugzilla, & git 558 559 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 560 561commit 11fb62d5aa6304d1813b56a372b8b662f0016f92 562Author: Søren Sandmann Pedersen <sandmann@redhat.com> 563Date: Tue Apr 21 21:13:16 2009 -0400 564 565 Display _NET_WM_ICONs as ASCII art instead of as a big list of integers 566 567commit 1b89edb419ee103d0ef834433b16a3822398a519 568Author: Søren Sandmann Pedersen <sandmann@redhat.com> 569Date: Tue Apr 21 15:10:07 2009 -0400 570 571 The "visible bit" is called "urgency bit" in the ICCCM 2.0 572 573commit 5152f193534886796827cf54a36471b679348642 574Author: Ben Hutchings <ben@decadent.org.uk> 575Date: Mon Feb 16 19:04:10 2009 -0500 576 577 Exit cleanly when the target window is destroyed. (#19381) 578 579commit be665ef592f24ccc93a46dc938c3a101d6668cdf 580Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 581Date: Mon Jan 26 16:18:35 2009 -0200 582 583 Correct make distcheck and don't distribute autogen.sh. 584 585commit 9271b26d991608b562960aa041b0c371086cc490 586Author: Neale Pickett <neale@woozle.org> 587Date: Wed Nov 26 17:28:56 2008 -0800 588 589 -spy: flush output before waiting for more events 590 591 I'm trying to use xprop with the -spy option in a shell script, and 592 since it doesn't flush stdout, it's bunching up lots of modifications 593 into a big chunk of writes. 594 595commit 3c139c58b5c2c12bde693af298f72fe3ea4e0e02 596Author: Branden Robinson <branden@debian.org> 597Date: Fri Feb 11 02:14:27 2005 -0500 598 599 Do not spew usage on connection error 600 601 General philosophy: 602 603 The user should only be shown a usage message when: 604 * it is asked for with a --help option or the like. 605 * the command line is syntactically invalid. 606 607commit 3ca0bb9c461c7f96104dacb2b9147d2576c2cada 608Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 609Date: Sun Mar 16 17:30:30 2008 -0300 610 611 Bug#15069: Compile warning fixes. 612 613 Declare some functions as static and include clientwin.h to ensure 614 prototype and definition match. 615 616 Signed-off-by: Julien Cristau <jcristau@debian.org> 617 618commit 6fd22b01352ba54f2e805505f4d336c2740a3598 619Author: Adam Jackson <ajax@redhat.com> 620Date: Fri Mar 7 17:23:30 2008 -0500 621 622 xprop 1.0.4 623 624commit 427023df02bd38ff9dc2af2a2059466f37f4cfd8 625Author: Benjamin Close <Benjamin.Close@clearchain.com> 626Date: Wed Dec 19 15:17:34 2007 +1030 627 628 Fix build under autoconf 2.57 629 630 configure.ac specifies a max version of 2.57 but AC_CHECK_HEADERS_ONCE 631 was only introduced to autoconf in 2.59c. Drop the _ONCE to make autoconf happy 632 633 Bug: 13631 634 Found by: tinderbox 635 Approved by: daniels@ 636 637commit e09956f244099ddd36b1a2cd5d7800d5fc7120c1 638Author: Kim Woelders <kim@woelders.dk> 639Date: Thu Dec 6 05:30:43 2007 -0500 640 641 Select correct client window in WM’s using virtual roots 642 From bug 2185¹ 643 644 When manually selecting a window, xprop finds the top-level window containing 645 the pointer and uses XmuClientWindow to attempt to find a client window having 646 WM_STATE set. 647 648 In a WM using virtual roots (e.g. enlightenment, desks other than first) this 649 fails beacuse the top-level window is a virtual root, and XmuClientWindow seems 650 to find the first client having WM_STATE set, which only by coincidence will be 651 the one the user intended to select (i.e. containing the pointer). 652 653 The solution is to descend the window hierarchy at the pointer location to find 654 a window with WM_STATE set. 655 656 1] https://bugs.freedesktop.org/show_bug.cgi?id=2185 657 658 Signed-off-by: James Cloos <cloos@jhcloos.com> 659 660commit 9ccda86dae06375750685977a81f4fb1cabf3d00 661Author: Alan Coopersmith <alan.coopersmith@sun.com> 662Date: Fri Aug 10 14:52:27 2007 -0700 663 664 Version bump: 1.0.3 665 666commit 4f7bc8ecad63db6b7557b5556ac6f604e84eb55e 667Author: Jay Hobson <jay.hobson@sun.com> 668Date: Wed Aug 8 13:38:33 2001 -0700 669 670 Sun Bug 4474581: xprop fails in Japanese locale 671 672 CJK locales need a much longer string as they include 673 many \xXX entries which expand into /XXXXXXXX entries. 674 Increased the buffer from 10000 to 500000 bytes. 675 Make sure buffer pointer doesn't go negative in _put_char. 676 677commit 23e375f3842b433b0af7f150135537f7381208ae 678Author: Alan Coopersmith <alan.coopersmith@sun.com> 679Date: Fri Aug 10 14:17:51 2007 -0700 680 681 Simplify printing of usage message 682 683commit fc788dc35532ebff44b5828f686b42e0deeec52c 684Author: Alan Coopersmith <alan.coopersmith@sun.com> 685Date: Fri Aug 10 13:40:17 2007 -0700 686 687 Convert old #ifdefs for HAS_WTYPE_H & HAS_WCHAR_H to autoconf checks 688 689commit b9860eeb000018a83233cec14ff0db8687a146b5 690Author: Alan Coopersmith <alan.coopersmith@sun.com> 691Date: Fri Aug 10 13:33:17 2007 -0700 692 693 Replace sprintf's with snprintf's 694 695commit 64326bae4e9b9c05b8781403ee27af95065eb2fb 696Author: Alan Coopersmith <alan.coopersmith@sun.com> 697Date: Fri Aug 10 12:08:57 2007 -0700 698 699 Coverity #905: Handle_Prop_Requests returned without freeing storage "thunks" 700 701commit 866ceb3a671a9ab93b3ecbdf3231902ab2251ce3 702Author: Alan Coopersmith <alan.coopersmith@sun.com> 703Date: Fri Aug 10 11:56:41 2007 -0700 704 705 ANSIfy function declarations in dsimple.c 706 707commit 5424a5c064d96b33a4acdf951734cd3a493a7ea3 708Author: Alan Coopersmith <alan.coopersmith@sun.com> 709Date: Fri Aug 10 11:52:39 2007 -0700 710 711 Purge unused code from dsimple.c 712 713 dsimple.c was originally shared source among several X apps. 714 Since modularization gave each app it's own copy, much of the code is 715 no longer needed in each app. 716 717commit 2d7dc57ae1d5e0af6e6ecb70764c512f6d518d6a 718Author: Alan Coopersmith <alan.coopersmith@sun.com> 719Date: Fri Aug 10 11:43:04 2007 -0700 720 721 Add hooks to check sources with lint/sparse/etc. 722 723commit 7b3c0c95b9bb223ae779b8bf0c7d78967e0dcd9e 724Author: Alan Coopersmith <alan.coopersmith@sun.com> 725Date: Fri Aug 10 11:35:27 2007 -0700 726 727 Change xprop_CFLAGS to AM_CFLAGS to clear automake-1.10 warning 728 729 Makefile.am:27: compiling `dsimple.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac' 730 731commit c843fa3f4e65f2e1e133633b445f8693b1cc617c 732Author: Alan Coopersmith <alan.coopersmith@sun.com> 733Date: Fri Aug 10 11:34:23 2007 -0700 734 735 Replace static ChangeLog with dist-hook to generate from git log 736 737commit 20955b2e662bb659533287d86fcd4d1cf75d3551 738Author: Alan Coopersmith <alan.coopersmith@sun.com> 739Date: Thu May 24 11:15:36 2007 -0700 740 741 renamed: .cvsignore -> .gitignore 742 743commit 91ca94a1d9e7eed7449c4243d84433180fc04566 744Author: Alan Coopersmith <alan.coopersmith@sun.com> 745Date: Thu May 24 11:12:17 2007 -0700 746 747 X.Org bug #10616: Add all the X info commands to See Also 748 749 X.Org Bugzilla #10616: <https://bugs.freedesktop.org/show_bug.cgi?id=10616> 750 Reported upstream from 751 Debian bug #350313 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=350313> 752 753commit 4e8c0ec7c0b6b6602ae402313d8314f7653046ba 754Author: Daniel Stone <daniel@fooishbar.org> 755Date: Tue Aug 29 20:03:33 2006 +0300 756 757 bump to 1.0.2 758 759commit b8e4793e6bc939ee7b558f7eba7e4a485ed3bc7f 760Author: Daniel Stone <daniel@fooishbar.org> 761Date: Thu Jul 27 09:11:10 2006 +0300 762 763 remove misleading comment 764 765commit 47514347db811d002e7f3ca05d390565bc3ee5e5 766Author: Branden Robinson <branden@debian.org> 767Date: Thu Jul 27 06:14:54 2006 +0300 768 769 handle actual_format_return == 0 (#7647) 770 Handle buggy servers which set actual_format_return == 0, instead of aborting. 771 772commit 56afcb5553455db8486bfb0e65e74506fc681940 773Author: Kevin E Martin <kem@kem.org> 774Date: Wed Dec 21 02:29:53 2005 +0000 775 776 Update package version for X11R7 release. 777 778commit 851cad34f8905d5111c7b5e30222efba8d630499 779Author: Adam Jackson <ajax@nwnk.net> 780Date: Mon Dec 19 16:22:46 2005 +0000 781 782 Stub COPYING files 783 784commit 587c42a9bf142d16ddb349ab0afada5cbffc42c7 785Author: Kevin E Martin <kem@kem.org> 786Date: Thu Dec 15 00:24:10 2005 +0000 787 788 Update package version number for final X11R7 release candidate. 789 790commit 299da02da003a5804e58cf5e613aa1aa3321b3cb 791Author: Kevin E Martin <kem@kem.org> 792Date: Tue Dec 6 22:48:25 2005 +0000 793 794 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 795 796commit 04bfd06dfa055d0143e2a98da1b06f84f02dca6d 797Author: Kevin E Martin <kem@kem.org> 798Date: Sat Dec 3 05:49:27 2005 +0000 799 800 Update package version number for X11R7 RC3 release. 801 802commit 47e6c291ac25c8d83e7c70bc6bc4424d96cc8005 803Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 804Date: Mon Nov 28 22:01:46 2005 +0000 805 806 Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 807 update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) 808 809commit 3ab40d98cb38bd4f86bf93324af33fc995f9d3fd 810Author: Eric Anholt <anholt@freebsd.org> 811Date: Mon Nov 21 10:35:07 2005 +0000 812 813 Another pass at .cvsignores for apps. 814 815commit 454179bc4b51b24975e283c6ba1cd53d68d5e991 816Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 817Date: Mon Nov 21 03:14:16 2005 +0000 818 819 Change dependency from xmu to xmuu since the full xmu (with all its baggage 820 like Xt) is not needed here. 821 822commit 62ca400ec36c59d941f85ce998cd8b694e121d26 823Author: Eric Anholt <anholt@freebsd.org> 824Date: Sun Nov 20 22:08:55 2005 +0000 825 826 Add/improve .cvsignore files for apps. 827 828commit 7c240b0e4c3499046f2ba48b3aeefac358a0ded8 829Author: Kevin E Martin <kem@kem.org> 830Date: Wed Oct 19 02:47:57 2005 +0000 831 832 Update package version number for RC1 release. 833 834commit a7863c7b5d50c2f1e771501b300855b754799b7b 835Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 836Date: Mon Oct 17 23:56:24 2005 +0000 837 838 Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to 839 work better with BSD make 840 841commit 80aee62a58d653e62726f3cffd632bf91bc170a8 842Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 843Date: Fri Oct 14 00:25:47 2005 +0000 844 845 Use sed to fill in variables in man page 846 847commit 3be3e6aaca45e0084eeb2634508d6644b1d5ce91 848Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 849Date: Mon Aug 1 20:25:32 2005 +0000 850 851 Install man pages to section 1 instead of section m (Patch from Donnie 852 Berkholz) 853 854commit 54f2394a17da3a991d20d35e072e7fb2ec8df81c 855Author: Kevin E Martin <kem@kem.org> 856Date: Fri Jul 29 21:22:37 2005 +0000 857 858 Various changes preparing packages for RC0: 859 - Verify and update package version numbers as needed 860 - Implement versioning scheme 861 - Change bug address to point to bugzilla bug entry form 862 - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to 863 reenable it) 864 - Fix makedepend to use pkgconfig and pass distcheck 865 - Update build script to build macros first 866 - Update modular Xorg version 867 868commit 4f970b38bdd2199adcd3510a84db12bcbf94c685 869Author: Adam Jackson <ajax@nwnk.net> 870Date: Wed Jul 20 19:32:03 2005 +0000 871 872 Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global 873 configure cache, you cache it, and the cached value is probably wrong. 874 875commit 721114f44cbd225a8fcd3655d4ded2dc8cc8837f 876Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 877Date: Fri Jul 8 20:58:05 2005 +0000 878 879 Add build system for xprop 880 881commit aa117205949e38efa5befcef3b206a8ea582109f 882Author: Roland Mainz <roland.mainz@nrubsig.org> 883Date: Wed Oct 6 19:29:59 2004 +0000 884 885 Fix for https://freedesktop.org/bugzilla/show_bug.cgi?id=1518 - Add filter 886 support to "xlsfonts" that it can filter builtin-, glyph- and/or other 887 kinds of printer fonts (controlled by the xp-listfonts-modes attribute 888 as described in the CDE DtPrint and Xprint specifications). 889 890commit d079bb69ea920d386a856d8cdd6b89a0f5632b16 891Author: Egbert Eich <eich@suse.de> 892Date: Fri Apr 23 19:55:03 2004 +0000 893 894 Merging XORG-CURRENT into trunk 895 896commit f5a1731210c83736e2b9f9a044e2f94947177229 897Author: Egbert Eich <eich@suse.de> 898Date: Sun Mar 14 08:35:42 2004 +0000 899 900 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 901 902commit 50acd849cb081dd9c458f1429a3b8108a26af050 903Author: Egbert Eich <eich@suse.de> 904Date: Wed Mar 3 12:13:15 2004 +0000 905 906 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 907 908commit f708da3feea11c5b859dc7652c8875f67065692e 909Author: Egbert Eich <eich@suse.de> 910Date: Thu Feb 26 13:36:26 2004 +0000 911 912 readding XFree86's cvs IDs 913 914commit 49eb94d8560ca7609cc9c44f24a9a875ea3a1aca 915Author: Egbert Eich <eich@suse.de> 916Date: Thu Feb 26 09:24:14 2004 +0000 917 918 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 919 920commit 077b108056e58dbc7a46b447c4b4c05de9f30d85 921Author: Kaleb Keithley <kaleb@freedesktop.org> 922Date: Tue Nov 25 19:29:15 2003 +0000 923 924 XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 925 926commit 28c8159745754e1bd577797c2ef0d0bebded8299 927Author: Kaleb Keithley <kaleb@freedesktop.org> 928Date: Fri Nov 14 16:49:23 2003 +0000 929 930 XFree86 4.3.0.1 931 932commit 4cc997bd2d02961b95bff992f6dbfa30138879a9 933Author: Kaleb Keithley <kaleb@freedesktop.org> 934Date: Fri Nov 14 15:54:54 2003 +0000 935 936 R6.6 is the Xorg base-line 937