ChangeLog revision 13e6bc1c
1commit e03ecc3e00b411108449923cf006251b54f91c26 2Author: Alan Coopersmith <alan.coopersmith@oracle.com> 3Date: Sun Jul 14 11:10:40 2019 -0700 4 5 setxkbmap 1.3.2 6 7 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 8 9commit 7e74a1d3d443df68a1a4be9ccce7439462c1531a 10Author: Alan Coopersmith <alan.coopersmith@oracle.com> 11Date: Sun Jun 9 11:52:36 2019 -0700 12 13 Correct error messages for missing/invalid file passed to -config 14 15 Now a non-existent file prints: 16 Couldn't find configuration file "not-there" 17 and a file that fails to parse prints: 18 Couldn't parse configuration file "not-right" 19 20 Fixes: #3, https://bugs.freedesktop.org/show_bug.cgi?id=101845 21 22 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 23 24commit 51cd85bbec1e62d566b1c893ecc668886165a047 25Author: Alan Coopersmith <alan.coopersmith@oracle.com> 26Date: Wed Nov 21 16:57:00 2018 -0800 27 28 Update configure.ac bug URL for gitlab migration 29 30 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 31 32commit 6a7bc86d92de1b76baf5ae5e615ccc936378a8ee 33Author: Alan Coopersmith <alan.coopersmith@oracle.com> 34Date: Fri Nov 16 20:46:00 2018 -0800 35 36 Update README for gitlab migration 37 38 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 39 40commit dd99b3c20ac656132b1bffac28a6fff05506e0ff 41Author: Mihail Konev <k.mvc@ya.ru> 42Date: Thu Jan 26 14:00:20 2017 +1000 43 44 autogen: add default patch prefix 45 46 Signed-off-by: Mihail Konev <k.mvc@ya.ru> 47 48commit 4b2f89773764dc4cacee0410567806019ae9f8c7 49Author: Emil Velikov <emil.l.velikov@gmail.com> 50Date: Mon Mar 9 12:00:52 2015 +0000 51 52 autogen.sh: use quoted string variables 53 54 Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent 55 fall-outs, when they contain space. 56 57 Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> 58 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 59 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 60 61commit 7fd69e4d7d7932bf463f3c59f4aa9e0a91dabcfb 62Author: Peter Hutterer <peter.hutterer@who-t.net> 63Date: Tue Jan 24 10:32:07 2017 +1000 64 65 autogen.sh: use exec instead of waiting for configure to finish 66 67 Syncs the invocation of configure with the one from the server. 68 69 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 70 Reviewed-by: Emil Velikov <emil.velikov@collabora.com> 71 72commit 352f4da35ea9c0cce3812f96279315e31d1420ec 73Author: Alan Coopersmith <alan.coopersmith@oracle.com> 74Date: Thu Apr 16 22:27:46 2015 -0700 75 76 setxkbmap 1.3.1 77 78 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 79 80commit c0eed7d27baad8078bc68f62dfea1e94116e4d67 81Author: Alan Coopersmith <alan.coopersmith@oracle.com> 82Date: Mon Jun 2 21:16:31 2014 -0700 83 84 autogen.sh: Honor NOCONFIGURE=1 85 86 See http://people.gnome.org/~walters/docs/build-api.txt 87 88 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 89 90commit 984218d77c14128039d16db34a997263402d97f1 91Author: Alan Coopersmith <alan.coopersmith@oracle.com> 92Date: Mon Jun 2 21:16:31 2014 -0700 93 94 configure: Drop AM_MAINTAINER_MODE 95 96 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 97 98commit bbd3f086e2a4c90d0b44c02c92cf778a36ed97ef 99Author: Alan Coopersmith <alan.coopersmith@oracle.com> 100Date: Mon Jun 2 21:16:11 2014 -0700 101 102 config: Add missing AC_CONFIG_SRCDIR 103 104 Regroup AC statements under the Autoconf initialization section. 105 Regroup AM statements under the Automake initialization section. 106 107 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 108 109commit 56346c72127303a445a273217f7633c2afb29cfc 110Author: Benno Schulenberg <bensberg@justemail.net> 111Date: Thu Aug 29 12:31:37 2013 +0200 112 113 Fixing a small mistake in the man page -- s/comp/map/. 114 115 And seizing the opportunity to tweak some of the wording. 116 117 Signed-off-by: Benno Schulenberg <bensberg@justemail.net> 118 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 119 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 120 121commit cd14edbc245ca7a34c6a7143ac40014a5bede217 122Author: Benno Schulenberg <bensberg@justemail.net> 123Date: Thu Aug 29 12:18:20 2013 +0200 124 125 Printing the program's version number on -version. 126 127 Also unwrap a help-text line, as it looks neater and stays within 128 80 characters, and alphabetize the -help option in the man page. 129 130 Signed-off-by: Benno Schulenberg <bensberg@justemail.net> 131 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 132 133 [squashed in: include "config.h" directive] 134 135 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 136 137commit f5ffd59830ff5f4a4f337d56e7e8b4a1930a46e8 138Author: Stéphane Aulery <lkppo@free.fr> 139Date: Tue Jul 2 00:06:55 2013 +0200 140 141 Ensure consistency between the manpage and the output of the -h option 142 143 This is in addition to the correction [1] for bug #524510 reported by Debian [2]. 144 145 [1] http://cgit.freedesktop.org/xorg/app/setxkbmap/commit/?id=2011f509c56b73cc62105c689d702f279f522017 146 147 [2] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524510 148 149 Signed-off-by: Stéphane Aulery <lkppo@free.fr> 150 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 151 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 152 153commit cdc2551ef6d644073e3583177ead69ed32045bae 154Author: Alan Coopersmith <alan.coopersmith@oracle.com> 155Date: Sun Feb 10 20:31:57 2013 -0800 156 157 Use C99 struct initializer for cmdNames in applyComponentNames 158 159 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 160 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 161 162commit 19734cfead4b8c7a5d592fe0fe5634cb4a1ed34d 163Author: Alan Coopersmith <alan.coopersmith@oracle.com> 164Date: Sun Feb 10 20:31:56 2013 -0800 165 166 Make len a size_t instead of converting back & forth to an int 167 168 Gets rid of a number of clang warnings: 169 setxkbmap.c:689:28: warning: implicit conversion loses integer precision: 170 'unsigned long' to 'int' [-Wshorten-64-to-32] 171 len = strlen(orig) + 1; 172 ~ ~~~~~~~~~~~~~^~~ 173 setxkbmap.c:701:39: warning: implicit conversion changes signedness: 174 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] 175 orig = (char *) realloc(orig, len); 176 ~~~~~~~ ^~~ 177 setxkbmap.c:707:32: warning: implicit conversion changes signedness: 178 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion] 179 orig = (char *) calloc(len, 1); 180 ~~~~~~ ^~~ 181 182 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 183 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 184 185commit 3d5ce417ba1a8973b04516b0395f15e6500c60ea 186Author: Alan Coopersmith <alan.coopersmith@oracle.com> 187Date: Sun Feb 10 20:31:55 2013 -0800 188 189 Move global rules variable into applyRules, the only function that uses it 190 191 Clears gcc warning: 192 setxkbmap.c: In function `tryLoadRules': 193 setxkbmap.c:811: warning: declaration of 'rules' shadows a global declaration 194 setxkbmap.c:132: warning: shadowed declaration is here 195 196 No longer marked static, since the function is called exactly once, so 197 storing the value across calls seems pointless. 198 199 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 200 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 201 202commit cac515f47457d9acac39ca43316f9e2af6a5b1b9 203Author: Alan Coopersmith <alan.coopersmith@oracle.com> 204Date: Thu Mar 22 21:34:26 2012 -0700 205 206 setxkbmap 1.3.0 207 208 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 209 210commit 7500a5be5333999b50c564841772daf85b546a37 211Author: Mehdi Dogguy <mehdi@debian.org> 212Date: Fri Feb 3 11:38:03 2012 +0100 213 214 Mention xkeyboard-config(7) in setxkbmap(1) 215 216 xkeyboard-config lists known keyboard models, layouts, variants, 217 etc... which are needed to be able to correctly use setxkbmap. 218 219 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 220 221commit 9a8916cff1f7d20f646d9a80931a5a40ac1592a6 222Author: Alan Coopersmith <alan.coopersmith@oracle.com> 223Date: Mon Sep 26 16:07:58 2011 -0700 224 225 Add const attributes to fix gcc -Wwrite-strings warnings 226 227 Fixes many, but not all, of the warnings raised by this option 228 229 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 230 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 231 232commit db4fb2da6739a88a4f9773064f7de6c71342ac1b 233Author: Van de Bugger <van.de.bugger@gmail.com> 234Date: Fri Feb 25 23:55:57 2011 +0300 235 236 Minor style changes in help message. 237 238 1. `args' renamed to `options'. (xkbcomp and gcc name these entities 239 `options'). 240 2. `Where legal args are:' replaced with `Options:'. (Short and 241 correct. As I remember, GNU does not recommend to use word 242 `legal' unless it related to law and lawyers). 243 3. Option descriptions shifted right by 2 space. (Like gcc.) 244 245 Signed-off-by: Van de Bugger <van.de.bugger@gmail.com> 246 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 247 248commit 6ce6ab87472b7d227393ea1058424439168683cc 249Author: Van de Bugger <van.de.bugger@gmail.com> 250Date: Mon Feb 28 03:35:25 2011 +0300 251 252 Few messages added for easier troubleshooting. 253 254 If setxkbmap fails to load rules file, it is not possible to find 255 out where setxkbmap looks for it. Increasing verbosity level does 256 not help: 257 258 $ ./setxkbmap -v 10 259 Setting verbose level to 10 260 locale is C 261 Couldn't find rules file (evdev) 262 263 The problem fixed by adding two messages: before loading file and 264 after successful loading. Messages are displayed if verbosity level 265 is 8 or higher: 266 267 $ ./setxkbmap -v 10 268 Setting verbose level to 10 269 locale is C 270 Trying to load rules file ./rules/evdev... 271 Trying to load rules file /usr/local/share/X11/xkb/rules/evdev... 272 Couldn't find rules file (evdev) 273 274 Signed-off-by: Van de Bugger <van.de.bugger@gmail.com> 275 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 276 277commit e4387240c3c78014561fc2821cba5a944449599f 278Author: Van de Bugger <van.de.bugger@gmail.com> 279Date: Sat Feb 26 02:32:29 2011 +0300 280 281 Consistent handling of memory allocation errors. 282 283 Macro `OOM' ("Out of memory") introduced for checking and reporting 284 memory allocation errors. The same macro is used in all the cases. 285 286 One check was missed in original source; fixed. 287 288 Changes after patch review: 289 290 1. `OOM' macro uses `do ... while (0)'. 291 2. `exit(-1)', not `abort()'. 292 293 Signed-off-by: Van de Bugger <van.de.bugger@gmail.com> 294 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 295 296commit a9f39af2f4fa2add26d332914e500c6cfa57ef5d 297Author: Alexandr Shadchin <alexandr.shadchin@gmail.com> 298Date: Fri Feb 25 09:43:08 2011 +0500 299 300 Removed unused arg subdir in function findFileInPath() 301 302 Signed-off-by: Alexandr Shadchin <Alexandr.Shadchin@gmail.com> 303 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 304 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 305 306commit 2e16de3e81e0bbaa85462b4750fa9c3904658627 307Author: Van de Bugger <van.de.bugger@gmail.com> 308Date: Fri Feb 18 23:21:34 2011 +0300 309 310 Minor style fixes. 311 312 Few tabs replaced with spaces; pointers are written as 313 "list_t *list" (no space between asterisk and variable name). 314 315 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 316 317commit 9ee200aa234c02d5beb843f58def9cdb3fa04156 318Author: Lev Nezhdanov <lev.nezhdanov@gmail.com> 319Date: Fri Feb 18 23:00:55 2011 +0300 320 321 Set of macros converted to enum type. 322 323 Signed-off-by: Van de Bugger <van.de.bugger@gmail.com> 324 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 325 326commit 0c411a3f8697ce756847fe1c2abc8d07a8a51d09 327Author: Peter Hutterer <peter.hutterer@who-t.net> 328Date: Fri Feb 18 13:14:53 2011 +1000 329 330 man: multiple layouts can be specified (#34118) 331 332 Same applies to variant. 333 334 X.Org Bug 34118 <http://bugs.freedesktop.org/show_bug.cgi?id=34118> 335 336 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 337 Reviewed-by: Julien Cristau <jcristau@debian.org> 338 339commit ae3a9348d5d42448ea6a73940a2ed5e19090a00d 340Author: Van de Bugger <van.de.bugger@gmail.com> 341Date: Wed Feb 16 01:33:21 2011 +0300 342 343 Refactoring the help message. 344 345 1. Entire help message is printed at once (not line-by-line). 346 2. Brackets around argumnets of -I option removed, since argument is mandatory. 347 3. Added a space after comma in. 348 349 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 350 351commit 0b0763e1f444cabfab8a76c73d8d96892c72433e 352Author: Van de Bugger <van.de.bugger@gmail.com> 353Date: Tue Feb 15 23:51:16 2011 +0300 354 355 Bug in searching config files fixed. 356 357 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 358 359commit 130998b172d892ea94daac2a06b7422977fad135 360Author: Van de Bugger <van.de.bugger@gmail.com> 361Date: Mon Feb 14 01:59:55 2011 +0300 362 363 Data refactored: list_t introduced to keep list and its sizes together. 364 365 From 49380ed12a0c451207cf5a12ca2c1e0c9c16c9e6 Mon Sep 17 00:00:00 2001 366 From: Van de Bugger <van.de.bugger@gmail.com> 367 Date: Mon, 14 Feb 2011 01:45:23 +0300 368 Subject: [PATCH setxkbmap] Data refactored: list_t introduced to keep list and its sizes together. 369 370 In older code there were 3 separate global variables: szOptions, numOptions, 371 and options. All 3 variables are related: options is a list (array) of items, 372 szOptions is the allocated size and numOptions is the number of used elements. 373 3 more variables (szInclPath, numInclPath, inclPath) represent another list. 374 375 list_t structure combines related info (pointer to array, allocated size, and 376 number of used elements) together. 377 378 Few functions changed to accept list_t argument instead of separated list and sizes. 379 380 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 381 382commit 98c159d97a5c628b8293b86ddf49d59a17c6c3a7 383Author: Van de Bugger <van.de.bugger@gmail.com> 384Date: Mon Feb 14 00:48:34 2011 +0300 385 386 Data refactored: 3 separate arrays and set of macros merged into a struct. 387 388 Bunch of XXX_NDX defines, and 3 arrays: `svName', `svSrc' and `svValue' are 389 merged into one structure. Interace of 2 functions `trySetString' and 390 `setOptString' changed: instead of receiving `which' argument of `int' type 391 (an index to those arrays) the functions now receive `setting' argument, which 392 hold everything about the setting: `name', `src', and `value', so the functions 393 do not use global variables any more. 394 395 Signed-off-by: Van de Bugger <van.de.bugger@gmail.com> 396 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 397 398commit e2bfdaacd980ff290526d386e1be346cb14cf440 399Author: Van de Bugger <van.de.bugger@gmail.com> 400Date: Mon Feb 14 00:29:49 2011 +0300 401 402 Tabs replaced with spaces; trailing spaces deleted. 403 404 Signed-off-by: Van de Bugger <van.de.bugger@gmail.com> 405 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> 406 407commit edb6fd1726146a85f166ffa34e361d88e8d386e8 408Author: Alan Coopersmith <alan.coopersmith@oracle.com> 409Date: Thu Feb 10 23:20:32 2011 -0800 410 411 assigned value never used: "next" set at setxkbmap.c(654) 412 413 If we go through the loop, next is overwritten on the very first line. 414 If we don't go through the loop, next is never referenced again. 415 416 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 417 Reviewed-by: Dirk Wallenstein <halsmit@t-online.de> 418 419commit ae3cfee9bd393d28159072a67360de57e64f48cd 420Author: Alan Coopersmith <alan.coopersmith@oracle.com> 421Date: Thu Feb 10 22:53:46 2011 -0800 422 423 Use snprintf instead of trying to pre-measure sprintf result sizes. 424 425 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 426 Reviewed-by: Dirk Wallenstein <halsmit@t-online.de> 427 428commit fce78beab4b5f7ee99bf66d35c36b7ed12871d5a 429Author: Alan Coopersmith <alan.coopersmith@oracle.com> 430Date: Thu Feb 10 22:44:43 2011 -0800 431 432 Bug 34151: Potential bug and buffer overflow due to misused rules filename 433 434 https://bugs.freedesktop.org/show_bug.cgi?id=34151 435 436 Use rfName consistently, instead of sometimes reverting to svValue[RULES_NDX] 437 438 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 439 Reviewed-by: Dirk Wallenstein <halsmit@t-online.de> 440 441commit 2011f509c56b73cc62105c689d702f279f522017 442Author: Alan Coopersmith <alan.coopersmith@oracle.com> 443Date: Wed Feb 9 23:42:44 2011 -0800 444 445 Bug 34117: setxkbmap -I dir not accepted, despite man page 446 447 Easy enough to accept the syntax documented in the man page, so accept 448 the -I flag with or without a space between -I and the directory argument. 449 450 https://bugs.freedesktop.org/show_bug.cgi?id=34117 451 452 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 453 Reviewed-by: Dirk Wallenstein <halsmit@t-online.de> 454 Reviewed-by: Dan Nicholson <dbn.lists@gmail.com> 455 456commit 60cd11cf0b83176e7c542e51a7e6a3eaea58401c 457Author: Gaetan Nadon <memsize@videotron.ca> 458Date: Wed Jan 19 10:06:55 2011 -0500 459 460 config: move man pages into their own directory 461 462 Use services provided by XORG_MANPAGE_SECTIONS. 463 Use standard Makefile for man pages. 464 465 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 466 467commit 7bacea73e67e6882cef51840bb98d1bafb8f2291 468Author: Stuart Kreitman <stuart.kreitman@oracle.com> 469Date: Tue Jan 18 22:33:34 2011 -0800 470 471 Fix crash when when -device is specified without argument 472 473 http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6971649 474 475 Signed-off-by: Stuart Kreitman <stuart.kreitman@oracle.com> 476 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 477 Reviewed-by: Dirk Wallenstein <halsmit@t-online.de> 478 Reviewed-by: Daniel Stone <daniel@fooishbar.org> 479 480commit 059eb4e0745b8a00f3d456c539eb0df714ed1b90 481Author: Gaetan Nadon <memsize@videotron.ca> 482Date: Thu Jan 13 11:15:47 2011 -0500 483 484 man: remove trailing spaces and tabs 485 486 Using s/[ \t]*$// 487 488 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 489 490commit e941a6947a7a893eee502a7efd57bcb04b837e65 491Author: Gaetan Nadon <memsize@videotron.ca> 492Date: Wed Jan 12 16:28:02 2011 -0500 493 494 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS 495 496 This silences an Autoconf warning 497 498commit 6e3ff02b559dc92ed9b7ca7d9a629e389a619a73 499Author: Gaetan Nadon <memsize@videotron.ca> 500Date: Wed Jan 12 15:29:49 2011 -0500 501 502 config: replace deprecated AC_HELP_STRING with AS_HELP_STRING 503 504 This silences an Automake warning. 505 506 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 507 508commit 12131d9f8a14a62e592f4db9193ed29593511d57 509Author: Alan Coopersmith <alan.coopersmith@oracle.com> 510Date: Wed Sep 22 20:44:34 2010 -0700 511 512 setxkbmap 1.2.0 513 514 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 515 516commit 9c2fe7cf4573a154032c4058d3dda4cc737f5efa 517Author: Alan Coopersmith <alan.coopersmith@oracle.com> 518Date: Wed Sep 22 20:40:23 2010 -0700 519 520 config: remove AC_SUBST of CFLAGS & LIBS that PKG_CHECK_MODULES handles 521 522 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 523 524commit bbbe661b5b111836f9fb8adf9c3c329480008d60 525Author: Alan Coopersmith <alan.coopersmith@oracle.com> 526Date: Wed Sep 22 20:39:41 2010 -0700 527 528 config: Remove AC_PROG_CC & AC_PROG_INSTALL that XORG_DEFAULT_OPTIONS provide 529 530 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 531 532commit d4ed95d3574f8dd562c4af527bf5309d3e50a8d8 533Author: Gaetan Nadon <memsize@videotron.ca> 534Date: Tue Jul 20 18:45:18 2010 -0400 535 536 config: update AC_PREREQ statement to 2.60 537 538 Unrelated to the previous patches, the new value simply reflects 539 the reality that the minimum level for autoconf to configure 540 all x.org modules is 2.60 dated June 2006. 541 542 ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz 543 544 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 545 546commit 2f16193cb1926f1a1257b53e250598d6bb770eb1 547Author: Alan Coopersmith <alan.coopersmith@oracle.com> 548Date: Fri Jul 23 13:58:46 2010 -0700 549 550 config: upgrade to util-macros 1.8 for additional man page support 551 552 Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS 553 The value of MAN_SUBST is the same for all X.Org packages. 554 555 Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS 556 Use platform appropriate version of sed. 557 558 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 559 560commit 63327e1aae13e86b840bbbc816cb8cf9661ad4f9 561Author: Gaetan Nadon <memsize@videotron.ca> 562Date: Thu Jan 7 18:03:56 2010 -0500 563 564 COPYING: replace stub with actual copyright notice 565 566 Refer to setxkbmap.c 567 Silicon Graphics Computer Systems, Inc. 568 569 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 570 571commit 1447b0fe61683dcc6ed72d9e833474501ce2860c 572Author: Gaetan Nadon <memsize@videotron.ca> 573Date: Thu Nov 26 09:19:52 2009 -0500 574 575 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 576 577 Now that the INSTALL file is generated. 578 Allows running make maintainer-clean. 579 580commit 5c85e2069428229d6146681ba22822238c488c4a 581Author: Gaetan Nadon <memsize@videotron.ca> 582Date: Wed Oct 28 14:09:07 2009 -0400 583 584 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 585 586 Add missing INSTALL file. Use standard GNU file on building tarball 587 README may have been updated 588 Remove AUTHORS file as it is empty and no content available yet. 589 Remove NEWS file as it is empty and no content available yet. 590 591commit be882dbbcac30a347094286f93b8cc2459ed3b9b 592Author: Gaetan Nadon <memsize@videotron.ca> 593Date: Mon Oct 26 22:08:38 2009 -0400 594 595 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 596 597 ChangeLog filename is known to Automake and requires no further 598 coding in the makefile. 599 600commit 815fdaad442dbafb9b0f6c240486a9b92594b432 601Author: Gaetan Nadon <memsize@videotron.ca> 602Date: Thu Oct 22 12:34:14 2009 -0400 603 604 .gitignore: use common defaults with custom section # 24239 605 606 Using common defaults will reduce errors and maintenance. 607 Only the very small or inexistent custom section need periodic maintenance 608 when the structure of the component changes. Do not edit defaults. 609 610commit 86d876cf4baff71f735b3dbe823333f6fd94d8a0 611Author: Jeremy Huddleston <jeremyhu@freedesktop.org> 612Date: Wed Oct 21 12:47:19 2009 -0700 613 614 This is not a GNU project, so declare it foreign. 615 616 On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: 617 > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: 618 > > I noticed an INSTALL file in xlsclients and libXvMC today, and it 619 > > was quite annoying to work around since 'autoreconf -fvi' replaces 620 > > it and git wants to commit it. Should these files even be in git? 621 > > Can I nuke them for the betterment of humanity and since they get 622 > > created by autoreconf anyways? 623 > 624 > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 625 626 As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with 627 AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation 628 of the INSTALL file. It is also part of the 24206 solution. 629 630 Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org> 631 632commit c229a714fc1fcef5d6189d6fae92b9899e8f0495 633Author: Alan Coopersmith <alan.coopersmith@sun.com> 634Date: Thu Oct 8 18:11:56 2009 -0700 635 636 Change default XKB rules file from "xorg" to "base" 637 638 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 639 640commit 08fa8d42ec875802bbe34291b087abdc559f183e 641Author: Alan Coopersmith <alan.coopersmith@sun.com> 642Date: Thu Oct 8 18:07:43 2009 -0700 643 644 Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS 645 646 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 647 648commit 36288deba168dd2ca94630ffeab69f85461e33f8 649Author: Alan Coopersmith <alan.coopersmith@sun.com> 650Date: Thu Oct 8 16:52:11 2009 -0700 651 652 Add -query option to print current RLMVO settings 653 654 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 655 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 656 657commit 41416fdee30424d78771511bea39eef95f718c2a 658Author: Alan Coopersmith <alan.coopersmith@sun.com> 659Date: Thu Oct 1 14:54:19 2009 -0700 660 661 Add README with pointers to mailing lists, bugzilla, & git 662 663 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 664 665commit 3a5518589ffb7d24e164dd9616cd1fbb8200f39a 666Author: Alan Coopersmith <alan.coopersmith@sun.com> 667Date: Fri Jul 31 21:02:37 2009 -0700 668 669 Comment typo fix 670 671 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 672 673commit 0f16d3da90c101e653b552dd3810b7c3092cb145 674Author: Peter Hutterer <peter.hutterer@who-t.net> 675Date: Thu Jul 9 09:10:41 2009 +1000 676 677 Bump to 1.1.0 678 679commit 5dca07cec68fbfc75ef2002422215647ca5b8c03 680Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 681Date: Mon Jan 19 15:54:41 2009 -0200 682 683 Ansification and compile warning fixes. 684 685 This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects 686 make distcheck and all gcc 4.3 and sparse warnings. 687 688commit 4c3f466f67a7819a912a736f4f2a97262bdaf589 689Author: Peter Hutterer <peter.hutterer@redhat.com> 690Date: Mon Dec 1 11:10:52 2008 +1000 691 692 Check return value of calloc and realloc. #18759 and #18760 693 694 X.Org Bug <http://bugs.freedesktop.org/show_bug.cgi?id=18759> 695 X.Org Bug <http://bugs.freedesktop.org/show_bug.cgi?id=18760> 696 697 Signed-off-by: Peter Hutterer <peter.hutterer@redhat.com> 698 699commit 3ba7cfd701d99b4b1fe1dd7eecd02d01c1dee74c 700Author: Peter Hutterer <peter.hutterer@redhat.com> 701Date: Tue Aug 12 14:44:03 2008 +0930 702 703 Adding some explanatory comments. 704 705commit f8c511568040d84b7ddc0bca5ba20757719bd808 706Author: Peter Hutterer <peter.hutterer@redhat.com> 707Date: Tue Aug 12 13:44:06 2008 +0930 708 709 Indent consistently. 710 711 indent -cbi 0 -nprs -nut -npcs -i4 -bli 0 *.c *.h 712 713commit cb6160d289c7123f3bf0f708afed28f64c040daa 714Author: Peter Hutterer <peter.hutterer@redhat.com> 715Date: Tue Aug 12 13:42:47 2008 +0930 716 717 Remove RCS tags. 718 719commit 5ced600eb9c1d4014bfc1e761190b869d59a4c4e 720Author: James Cloos <cloos@jhcloos.com> 721Date: Thu Dec 6 15:51:05 2007 -0500 722 723 Add missing PHONY line for automatic ChangeLog generation 724 725commit 35d3e114ef3b0e6f56b38ddd9cac79e4c953ca85 726Author: Alan Coopersmith <alan.coopersmith@sun.com> 727Date: Mon Jul 23 17:18:26 2007 -0700 728 729 Version bump: 1.0.4 730 731commit 0a9044e26d1f8a2517c8e000b6f3afb169999ff3 732Author: Alan Coopersmith <alan.coopersmith@sun.com> 733Date: Mon Jul 23 16:45:21 2007 -0700 734 735 lint target needs to use AM_CFLAGS too 736 737commit c2a336b187e1f78c3bfa8fad0f2cade6cf06071d 738Author: Alan Coopersmith <alan.coopersmith@sun.com> 739Date: Mon Jul 23 16:42:40 2007 -0700 740 741 Use AM_CFLAGS instead of setxkbmap_CFLAGS to avoid automake-1.10 warning 742 743 Makefile.am:31: compiling `setxkbmap.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac' 744 745commit 75a5110558714d5f601235fdc5762aeef731f73d 746Author: Alan Coopersmith <alan.coopersmith@sun.com> 747Date: Tue Apr 17 11:34:43 2007 -0700 748 749 Minor code cleanups (remove unused static and opencoding of strdup) 750 751commit f5eb468f0ca87917488bdd8bdecf9e31fce88945 752Author: Alan Coopersmith <alan.coopersmith@sun.com> 753Date: Tue Apr 17 11:17:13 2007 -0700 754 755 Add rules for checking code with sparse/lint/etc. 756 757commit 2d43b8fa9b21bcf9f5c289ab1afba3e73c42f661 758Author: Alan Coopersmith <alan.coopersmith@sun.com> 759Date: Mon Apr 16 20:34:31 2007 -0700 760 761 Replace static ChangeLog with dist-hook to generate from git log 762 763commit f7007821434313df1dc848a1e547922f65d4c7d5 764Author: Alan Coopersmith <alan.coopersmith@sun.com> 765Date: Mon Apr 16 19:53:27 2007 -0700 766 767 More man page cleanups (grammatical nits, etc.) 768 769commit ca1e9f1cc9716a0cb751853cfb7b6b0ff6bb21d6 770Author: Alan Coopersmith <alan.coopersmith@sun.com> 771Date: Mon Apr 16 19:43:31 2007 -0700 772 773 Bug 7841: setxkbmap man page doesn't describe all switches 774 775 Added descriptions for -device, -I, -keycodes, and -verbose/-v. 776 777 X.Org Bugzilla #7841 <https://bugs.freedesktop.org/show_bug.cgi?id=7841> 778 Reported upstream from 779 Debian BTS #252631 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=252631> 780 781commit 1dae768e463ddb3bbccd05291867eb1f7fcc6d97 782Author: Alan Coopersmith <alan.coopersmith@sun.com> 783Date: Mon Apr 16 19:22:18 2007 -0700 784 785 renamed: .cvsignore -> .gitignore 786 787commit e1424c8c8e5c0aeeba304d20cbe7c475c701c641 788Author: Alan Coopersmith <alan.coopersmith@sun.com> 789Date: Mon Apr 16 19:21:52 2007 -0700 790 791 Correct XKB data files path in man page 792 793 Use path found by configure instead of hardcoding __projectroot__/lib/X11/xkb 794 795commit c10ca0d0f886f01f48f6090eed0ed6d0364c0e47 796Author: Daniel Stone <daniel@fooishbar.org> 797Date: Thu Nov 2 03:39:09 2006 +0200 798 799 bump to 1.0.3 800 801commit 8e975edfadc068f9cc603d7c8b5f27067371161f 802Author: Daniel Stone <daniel@fooishbar.org> 803Date: Sun Oct 15 21:11:13 2006 +0300 804 805 add support for extended devices 806 Add a -device parameter, which allows setting the map on arbitary extended 807 devices. 808 809commit 7a56fb2fa2f0d49a8544f92b3821304f6ae7d78d 810Author: Daniel Stone <daniel@fooishbar.org> 811Date: Sun Oct 15 20:52:14 2006 +0300 812 813 defaults: make the defaults a bit more modern 814 Fix default path, bump default model from pc101 to pc105. 815 816commit 6b195148c00b990923ad5de4d021d4eeacbede68 817Author: Daniel Stone <daniel@fooishbar.org> 818Date: Fri Mar 10 09:09:12 2006 +0000 819 820 Bump to 1.0.2; release. 821 Initialise vd.variant and vd.variant to NULL when failing to get the active 822 RMLVO components from the server. 823 824commit 986fa213931e8d86ff0c1db7d6fe684b1fb92794 825Author: Kevin E Martin <kem@kem.org> 826Date: Wed Dec 21 02:29:47 2005 +0000 827 828 Update package version for X11R7 release. 829 830commit f78664751580af7600ff56ba7893e468049582ef 831Author: Adam Jackson <ajax@nwnk.net> 832Date: Mon Dec 19 16:22:41 2005 +0000 833 834 Stub COPYING files 835 836commit 18a904ff67a98ccd870f0d4124fa2286c6a9dcd3 837Author: Kevin E Martin <kem@kem.org> 838Date: Thu Dec 15 00:24:04 2005 +0000 839 840 Update package version number for final X11R7 release candidate. 841 842commit 9169e024c530c9ef60cd96263a9fe6000578ec0f 843Author: Kevin E Martin <kem@kem.org> 844Date: Thu Dec 8 17:55:17 2005 +0000 845 846 Add configure options to allow hard-coded paths to be changed. 847 848commit 5e37a2d4e4b23b6f4d40e5d4f3d2d1520c5cf727 849Author: Kevin E Martin <kem@kem.org> 850Date: Tue Dec 6 22:48:18 2005 +0000 851 852 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 853 854commit 017cc2da18c70b6fcf16444b1236479999ff6f24 855Author: Kevin E Martin <kem@kem.org> 856Date: Sat Dec 3 05:49:17 2005 +0000 857 858 Update package version number for X11R7 RC3 release. 859 860commit 0207f788fa51e336dcf9d93dd2b814829beca9d7 861Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 862Date: Mon Nov 28 22:01:38 2005 +0000 863 864 Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 865 update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) 866 867commit dc9758a53f1d3495dc8e020f7738dc985c131b1e 868Author: Eric Anholt <anholt@freebsd.org> 869Date: Mon Nov 21 10:34:57 2005 +0000 870 871 Another pass at .cvsignores for apps. 872 873commit e8fea23dac64d343be9af90777b77c4ece76b1ea 874Author: Eric Anholt <anholt@freebsd.org> 875Date: Sun Nov 20 22:08:49 2005 +0000 876 877 Add/improve .cvsignore files for apps. 878 879commit fbcb6a1b247f6789cf5d2f16e31b3266473fffa4 880Author: Kevin E Martin <kem@kem.org> 881Date: Wed Nov 9 21:09:20 2005 +0000 882 883 Update package version number for X11R7 RC2 release. 884 885commit ee92bd69fbe2b31629a1f9d87d464113ca8f0721 886Author: Donnie Berkholz <spyderous@gentoo.org> 887Date: Thu Oct 20 22:17:26 2005 +0000 888 889 Bug #4830 <https://bugs.freedesktop.org/show_bug.cgi?id=4830> Set 890 DFLT_XKB_CONFIG_ROOT instead of using hard-coded default. 891 892commit 7909f46a7ba31944be57b1574f70da82d8bfd385 893Author: Kevin E Martin <kem@kem.org> 894Date: Wed Oct 19 02:47:50 2005 +0000 895 896 Update package version number for RC1 release. 897 898commit c856b9d6932fce0a199ca094a9130c0cef1bb404 899Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 900Date: Mon Oct 17 23:56:20 2005 +0000 901 902 Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to 903 work better with BSD make 904 905commit ef156a1dd209e48588200154eb98d97d494c6b85 906Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 907Date: Fri Oct 14 00:25:42 2005 +0000 908 909 Use sed to fill in variables in man page 910 911commit 8bfb654c46fc5a27183ff6109aa17c33f0350466 912Author: Kevin E Martin <kem@kem.org> 913Date: Fri Jul 29 21:22:30 2005 +0000 914 915 Various changes preparing packages for RC0: 916 - Verify and update package version numbers as needed 917 - Implement versioning scheme 918 - Change bug address to point to bugzilla bug entry form 919 - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to 920 reenable it) 921 - Fix makedepend to use pkgconfig and pass distcheck 922 - Update build script to build macros first 923 - Update modular Xorg version 924 925commit a727d14743a3d18723d31ee42f9e54c1a4e98599 926Author: Daniel Stone <daniel@fooishbar.org> 927Date: Wed Jul 27 01:54:17 2005 +0000 928 929 Move manpages to section 1 instead of section m. 930 931commit 5273d6fadca1eb3aca9d406a81b80aba9c32bb6a 932Author: Adam Jackson <ajax@nwnk.net> 933Date: Wed Jul 20 19:31:50 2005 +0000 934 935 Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global 936 configure cache, you cache it, and the cached value is probably wrong. 937 938commit e04d3454c2e7b0390ccf61d9f6e0ca3d2a04dfb6 939Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 940Date: Wed Jul 6 20:33:26 2005 +0000 941 942 Build system for setxkbmap 943 944commit 81fa26b0cde086ec0707096a942d773e7d6411ee 945Author: Egbert Eich <eich@suse.de> 946Date: Fri Apr 23 19:54:37 2004 +0000 947 948 Merging XORG-CURRENT into trunk 949 950commit 99566aece09d0b750267f48dc39552bbd1aae4bf 951Author: Egbert Eich <eich@suse.de> 952Date: Sun Mar 14 08:34:56 2004 +0000 953 954 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 955 956commit 3994d4ee8ba772d63092e4cc2a14973af105dd97 957Author: Egbert Eich <eich@suse.de> 958Date: Wed Mar 3 12:12:54 2004 +0000 959 960 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 961 962commit d719f5ad11295655fb9d757e4172cecb5e99dc57 963Author: Egbert Eich <eich@suse.de> 964Date: Thu Feb 26 13:36:15 2004 +0000 965 966 readding XFree86's cvs IDs 967 968commit 4d09b800cde7710fb05491fcd7bb1d71b9e31054 969Author: Egbert Eich <eich@suse.de> 970Date: Thu Feb 26 09:23:57 2004 +0000 971 972 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 973 974commit a64d8c5f7f6604d323519090ba339900d9d585f2 975Author: Kaleb Keithley <kaleb@freedesktop.org> 976Date: Tue Nov 25 19:29:03 2003 +0000 977 978 XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 979 980commit bff1de092debc890f15dacc871698b9679db366a 981Author: Kaleb Keithley <kaleb@freedesktop.org> 982Date: Fri Nov 14 16:48:58 2003 +0000 983 984 XFree86 4.3.0.1 985 986commit cb8f1b8c472547e0f9804dc29c2f658772056faf 987Author: Kaleb Keithley <kaleb@freedesktop.org> 988Date: Fri Nov 14 16:48:58 2003 +0000 989 990 Initial revision 991