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