ChangeLog revision 1b983734
1commit 1e0d98566d01fb5da9836e1fc402fb28f8d8b499 2Author: Alan Coopersmith <alan.coopersmith@oracle.com> 3Date: Fri Apr 17 00:06:59 2015 -0700 4 5 xmodmap 1.0.9 6 7 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 8 9commit d50db4361a57062f9c0c0a1c6c18d296e11dd4bf 10Author: Alan Coopersmith <alan.coopersmith@oracle.com> 11Date: Fri Aug 1 23:20:34 2014 -0700 12 13 Remove unneeded casts on malloc, realloc, and free calls 14 15 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 16 17commit 02f145f175894399fed33992e4e7e5a87d7e7a2a 18Author: Alan Coopersmith <alan.coopersmith@oracle.com> 19Date: Fri Aug 1 23:15:29 2014 -0700 20 21 Avoid null pointer use if malloc() fails 22 23 Error: Null pointer dereference (CWE 476) 24 Read from null pointer str 25 at line 282 of handle.c in function 'parse_number'. 26 Function copy_to_scratch may return constant 'NULL' at line 98, 27 called at line 875 in function 'do_pointer'. 28 Constant 'NULL' passed into function parse_number, argument str, 29 from call at line 876. 30 Null pointer introduced at line 98 in function 'copy_to_scratch'. 31 32 [ This bug was found by the Parfait 1.4.0 bug checking tool. 33 http://labs.oracle.com/pls/apex/f?p=labs:49:::::P49_PROJECT_ID:13 ] 34 35 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 36 37commit e320555a2281ff6b5ad9409480a62c976a289dc1 38Author: Alan Coopersmith <alan.coopersmith@oracle.com> 39Date: Sun Jun 1 00:13:58 2014 -0700 40 41 Print which option was in error along with usage message 42 43 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 44 45commit 82f549d1c8780538fb115ee2768d2f4024d302b2 46Author: Alan Coopersmith <alan.coopersmith@oracle.com> 47Date: Sat May 31 23:49:27 2014 -0700 48 49 Add -version option to print program version 50 51 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 52 53commit 156921246c26f5e12790d52b8b9f395a56f61c87 54Author: Alan Coopersmith <alan.coopersmith@oracle.com> 55Date: Sat May 31 23:41:50 2014 -0700 56 57 autogen.sh: Honor NOCONFIGURE=1 58 59 See http://people.gnome.org/~walters/docs/build-api.txt 60 61 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 62 63commit c624c9c29ed4af8f941108368786ddb5f0d55ba6 64Author: Alan Coopersmith <alan.coopersmith@oracle.com> 65Date: Sat May 31 23:41:50 2014 -0700 66 67 configure: Drop AM_MAINTAINER_MODE 68 69 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 70 71commit e09a9195be80bd29c59f56e641dda52789d837b5 72Author: Alan Coopersmith <alan.coopersmith@oracle.com> 73Date: Sun Sep 8 10:05:00 2013 -0700 74 75 xmodmap 1.0.8 76 77 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 78 79commit 0a0818fd69cf7711e70a686758b8714f39ae1df1 80Author: Alan Coopersmith <alan.coopersmith@oracle.com> 81Date: Sun Sep 8 10:02:26 2013 -0700 82 83 Add missing copyright dates from xmodmap.man to COPYING 84 85 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 86 87commit 2d288dfa7fd5f9f88939f2842202e1b7eb7aca87 88Author: Alan Coopersmith <alan.coopersmith@oracle.com> 89Date: Fri Sep 6 15:56:02 2013 -0700 90 91 Allow printing -help & -grammar messages without a valid DISPLAY 92 93 If a user just wants to see syntax hints, don't require XOpenDisplay() 94 to succeed when we're not going to use it. 95 96 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 97 98commit bf4620e2d78d2a4766948f136f2372a596ac275d 99Author: Stéphane Aulery <lkppo@free.fr> 100Date: Sun Jun 30 01:50:58 2013 +0200 101 102 error in manpage example about swapping Control_L/Caps_Lock keys 103 104 Reported by Luca Capello at 105 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=641588 106 107 Signed-off-by: Luca Capello <luca@pca.it> 108 Signed-off-by: Stéphane Aulery <lkppo@free.fr> 109 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 110 111commit f784ef30fdbd1b32aacf44537d9e7c85d268465b 112Author: Jon TURNEY <jon.turney@dronecode.org.uk> 113Date: Wed Jan 4 19:07:03 2012 +0000 114 115 Include X11/Xwindows.h on WIN32 116 117 Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> 118 Reviewed-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> 119 120commit 42f99a7a7b836f6f9704a7b1747eb722c93446ec 121Author: Alan Coopersmith <alan.coopersmith@oracle.com> 122Date: Mon Apr 23 07:28:39 2012 -0700 123 124 include config.h before stdio.h & other system headers 125 126 Ensures definitions like _GNU_SOURCE are visible when needed. 127 128 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 129 Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> 130 131commit f857804dd904c69de447f4117220db149d9239ec 132Author: Alan Coopersmith <alan.coopersmith@oracle.com> 133Date: Fri Apr 20 14:09:31 2012 -0700 134 135 xmodmap 1.0.7 136 137 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 138 139commit 5d24213a01231345848d378cb55186fbe7996504 140Author: Alan Coopersmith <alan.coopersmith@oracle.com> 141Date: Sat Apr 14 14:37:55 2012 -0700 142 143 Add AC_USE_SYSTEM_EXTENSIONS to expose asprintf() in GNU libc headers 144 145 Fixes https://bugs.freedesktop.org/show_bug.cgi?id=48696 146 147 Reported-by: Dominique Leuenberger 148 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 149 Reviewed-by: Julien Cristau <jcristau@debian.org> 150 151commit 1aebb2e8b358c26b36ca4a9c063180479ee38557 152Author: Alan Coopersmith <alan.coopersmith@oracle.com> 153Date: Sat Apr 14 14:34:39 2012 -0700 154 155 config: Add missing AC_CONFIG_SRCDIR 156 157 Regroup AC statements under the Autoconf initialization section. 158 Regroup AM statements under the Automake initialization section. 159 160 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 161 162commit b355a23e6787f348db97faaa48085428277c659b 163Author: Alan Coopersmith <alan.coopersmith@oracle.com> 164Date: Thu Mar 22 23:04:32 2012 -0700 165 166 xmodmap 1.0.6 167 168 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 169 170commit d0dfd2128e6111b967c51136d97093d3b53ee6d6 171Author: Alan Coopersmith <alan.coopersmith@oracle.com> 172Date: Fri Nov 11 21:07:30 2011 -0800 173 174 Replace chk_malloc + sprintf with asprintf 175 176 Includes local private copy of asprintf for OS'es without it in libc. 177 Removes chk_malloc as no callers remain anymore. 178 179 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 180 Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> 181 182commit fecb1f5a0c2121de6d9209fc9525ac7d9b9555ea 183Author: Alan Coopersmith <alan.coopersmith@oracle.com> 184Date: Fri Nov 11 20:46:00 2011 -0800 185 186 Free copy of input line at end of process_line instead of leaking it 187 188 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 189 Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> 190 191commit 66c09c83aa2f64b31dc657f90447c269621545b7 192Author: Alan Coopersmith <alan.coopersmith@oracle.com> 193Date: Fri Nov 11 20:40:18 2011 -0800 194 195 Fix gcc -Wwrite-strings warnings 196 197 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 198 Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> 199 200commit 8751095511c7d9065ab12a40e90e38bdd9d728e4 201Author: Jeremy Huddleston <jeremyhu@apple.com> 202Date: Fri Nov 11 11:22:43 2011 -0800 203 204 Add missing _X_NORETURN to functions that need it 205 206 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 207 208commit c71811ebe193cecc4add4c2d9cec751fc721343b 209Author: Jeremy Huddleston <jeremyhu@apple.com> 210Date: Fri Nov 11 11:21:45 2011 -0800 211 212 Include strings.h for strcasecmp 213 214 Our minimum requirement for X11 is currently Unix98. Unix98 provides 215 strcasecmp in <strings.h>. This commit fixes implicit declarations 216 of this function on systems that closely adhere to the standard. 217 218 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 219 220commit b6b5bc9e9874934dd1c1b80a1aa0c0b1c454eab2 221Author: Jeremy Huddleston <jeremyhu@apple.com> 222Date: Sat May 7 22:05:16 2011 -0700 223 224 Improve error handling in copy_to_scratch 225 226 handle.c:95:5: warning: Array access (from variable 'buf') results in a null pointer dereference 227 buf[len] = '\0'; 228 ^~~ 229 230 Found-by: clang static analyzer 231 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 232 233commit 1f801eea5f4d17b83aee1170423d65a74e01a138 234Author: Jeremy Huddleston <jeremyhu@apple.com> 235Date: Sat May 7 21:45:22 2011 -0700 236 237 Dead code removal 238 239 xmodmap.c:159:5: warning: Value stored to 'status' is never read 240 status = 0; 241 ^ ~ 242 243 Found-by: clang static analyzer 244 Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com> 245 246commit d427337286e0a8ac061d5acbc326e7bdb8b056a3 247Author: Gaetan Nadon <memsize@videotron.ca> 248Date: Fri Mar 4 20:50:41 2011 -0500 249 250 man: replace hard coded section with __appmansuffix__ 251 252 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 253 254commit 65011e8a86f64d5f7e9f39052e04e5ee7e57ce1b 255Author: Gaetan Nadon <memsize@videotron.ca> 256Date: Wed Jan 12 16:28:02 2011 -0500 257 258 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS 259 260 This silences an Autoconf warning 261 262commit ec2cab2dc9b6e7c804984320d8f560adbc3477ff 263Author: Jesse Adkins <jesserayadkins@gmail.com> 264Date: Tue Sep 28 13:29:50 2010 -0700 265 266 Purge cvs tags. 267 268 Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> 269 270commit 3fe64746bb6c3ede67c9967ebd216a8a39cdb2ea 271Author: Alan Coopersmith <alan.coopersmith@oracle.com> 272Date: Fri Sep 24 11:53:40 2010 -0700 273 274 xmodmap 1.0.5 275 276 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 277 278commit f6919f5958acc59d0b1936cc49900ea781bf2355 279Author: Alan Coopersmith <alan.coopersmith@oracle.com> 280Date: Fri Sep 24 11:52:18 2010 -0700 281 282 man page: Add setxkbmap & XStringToKeysym to the See Also list 283 284 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 285 286commit 663b798d1464be003b9659bbd00112d8b63f6f6f 287Author: Alan Coopersmith <alan.coopersmith@oracle.com> 288Date: Fri Sep 24 11:43:33 2010 -0700 289 290 config: Remove unnecessary calls from configure.ac 291 292 AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now 293 PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables 294 295 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 296 297commit 7ff4acd4c8cf2d97d321276d2616d199f81c7e16 298Author: Gaetan Nadon <memsize@videotron.ca> 299Date: Tue Jul 20 18:45:18 2010 -0400 300 301 config: update AC_PREREQ statement to 2.60 302 303 Unrelated to the previous patches, the new value simply reflects 304 the reality that the minimum level for autoconf to configure 305 all x.org modules is 2.60 dated June 2006. 306 307 ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz 308 309 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 310 311commit 22189c5be96e864b60f9c4cb8a0d9c3f142e849a 312Author: Alan Coopersmith <alan.coopersmith@oracle.com> 313Date: Tue Sep 21 18:12:09 2010 -0700 314 315 Sun's copyrights now belong to Oracle 316 317 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 318 319commit d1091f9fee901b5cdc589aa544c0a5616bf99d9d 320Author: Alan Coopersmith <alan.coopersmith@oracle.com> 321Date: Tue Sep 14 00:45:57 2010 -0700 322 323 Attempt to further improve keysym name info in man page 324 325 - Move it to the top of the grammar section since it applies to 326 multiple commands, not just the keysym KEYSYMNAME = KEYSYMNAME command 327 - Note that XKeysymDB supplements keysymdef.h, doesn't stand in place 328 of it. 329 - Add note about automatic mapping of Unicode characters to keysyms 330 331 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 332 333commit ffadc2376ede14285e2df8c43230d0d4ecca354f 334Author: Gaetan Nadon <memsize@videotron.ca> 335Date: Fri Aug 20 10:53:44 2010 -0400 336 337 config: upgrade to util-macros 1.8 for additional man page support 338 339 Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS 340 The value of MAN_SUBST is the same for all X.Org packages. 341 342 Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS 343 Use the appropriate platform version of sed 344 345 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 346 347commit 5b493fd2d6edfca06113b09e6cbd6d6f1776399a 348Author: Alan Coopersmith <alan.coopersmith@sun.com> 349Date: Fri Jan 15 13:08:54 2010 -0800 350 351 Update Sun license notices to current X.Org standard form 352 353 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 354 355commit bca4e6fdbe0e4f43c1c57dd9434c42741061407a 356Author: Julien Cristau <jcristau@debian.org> 357Date: Sun Dec 6 14:00:34 2009 +0100 358 359 Fix XKeysymDB path in manpage again 360 361 commit 4da097462b0b899e1790fd5a5f5e8ec811623c3d "Bug 21675 xmodmap 362 manpage states the wrong path to XKeysymDB" made it use the right path, 363 but had trailing whitespace in Makefile.am so the manpage ended up with 364 "/usr/share/X11 /XKeysymDB". 365 366commit 584cc13735613f7788e033707ff756937a787bfa 367Author: Gaetan Nadon <memsize@videotron.ca> 368Date: Thu Nov 26 09:19:54 2009 -0500 369 370 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 371 372 Now that the INSTALL file is generated. 373 Allows running make maintainer-clean. 374 375commit 27388cde37b85a4efe1e19715de4b574e350b81e 376Author: Gaetan Nadon <memsize@videotron.ca> 377Date: Wed Oct 28 14:09:08 2009 -0400 378 379 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 380 381 Add missing INSTALL file. Use standard GNU file on building tarball 382 README may have been updated 383 Remove AUTHORS file as it is empty and no content available yet. 384 Remove NEWS file as it is empty and no content available yet. 385 386commit 817f5345cf42ba4c903c62b5ff814e9c9e3fed3f 387Author: Gaetan Nadon <memsize@videotron.ca> 388Date: Tue Oct 27 15:07:25 2009 -0400 389 390 Deploy the new XORG_DEFAULT_OPTIONS #24242 391 392 This macro aggregate a number of existing macros that sets commmon 393 X.Org components configuration options. It shields the configuration file from 394 future changes. 395 396commit 775727681868d51ba82b7da429ca91f3af3783a0 397Author: Gaetan Nadon <memsize@videotron.ca> 398Date: Mon Oct 26 22:08:39 2009 -0400 399 400 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 401 402 ChangeLog filename is known to Automake and requires no further 403 coding in the makefile. 404 405commit ea18aba03dc1a8f14d63b43e1ce960f3cda2d7ea 406Author: Gaetan Nadon <memsize@videotron.ca> 407Date: Thu Oct 22 16:14:12 2009 -0400 408 409 Makefile.am: do not include autogen.sh in distribution #24183 410 411 This is a private build script that should not be distributed 412 413commit 719ab352112d53c113b45ed691e39c4411b8f653 414Author: Gaetan Nadon <memsize@videotron.ca> 415Date: Thu Oct 22 10:16:12 2009 -0400 416 417 .gitignore: use common defaults with custom section # 24239 418 419 Using common defaults will reduce errors and maintenance. 420 Only the very small or inexistent custom section need periodic maintenance 421 when the structure of the component changes. Do not edit defaults. 422 423commit 3a95c2e779ab94ad76a35f5800d2b72b5b73da45 424Author: Alan Coopersmith <alan.coopersmith@sun.com> 425Date: Sat Nov 7 15:11:33 2009 -0800 426 427 Add note to man page about mapping pointer buttons to 0 to disable 428 429 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 430 431commit 95af7f0fa995ef1dd3a770c48ee3442f6279e936 432Author: Jeremy Huddleston <jeremyhu@freedesktop.org> 433Date: Wed Oct 21 12:47:21 2009 -0700 434 435 This is not a GNU project, so declare it foreign. 436 437 On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: 438 > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: 439 > > I noticed an INSTALL file in xlsclients and libXvMC today, and it 440 > > was quite annoying to work around since 'autoreconf -fvi' replaces 441 > > it and git wants to commit it. Should these files even be in git? 442 > > Can I nuke them for the betterment of humanity and since they get 443 > > created by autoreconf anyways? 444 > 445 > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 446 447 As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with 448 AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation 449 of the INSTALL file. It is also part of the 24206 solution. 450 451 Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org> 452 453commit 3f5223b0bc87b0b55d91ba8f1a8cedce0e25f974 454Author: Alan Coopersmith <alan.coopersmith@sun.com> 455Date: Mon Oct 5 20:41:49 2009 -0700 456 457 xmodmap 1.0.4 458 459 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 460 461commit 6a24b39d0674ee35436bad6aa0fad8150cf2c427 462Author: Alan Coopersmith <alan.coopersmith@sun.com> 463Date: Mon Oct 5 20:40:45 2009 -0700 464 465 Add pointers to mailing lists, bugzilla, & git to README 466 467 Also delete empty INSTALL so automake installs the default one 468 469 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 470 471commit 20a3ff72337c689ca46f140e594933df75d2bce4 472Author: Alan Coopersmith <alan.coopersmith@sun.com> 473Date: Mon Oct 5 20:38:40 2009 -0700 474 475 Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS 476 477 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 478 479commit 4da097462b0b899e1790fd5a5f5e8ec811623c3d 480Author: Alan Coopersmith <alan.coopersmith@sun.com> 481Date: Mon May 11 10:16:29 2009 -0700 482 483 Bug 21675 xmodmap manpage states the wrong path to XKeysymDB 484 485 http://bugs.freedesktop.org/show_bug.cgi?id=21675 486 487 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 488 489commit db17ca534037463051833eeaf6d09356c479565e 490Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 491Date: Thu Jan 22 16:29:51 2009 -0200 492 493 Correct make distcheck. 494 495commit b45149922ee23a71efa013d3ef36ca4f6c6494be 496Author: Ben North <ben@redfrontdoor.org> 497Date: Tue Jan 20 18:26:27 2009 +0100 498 499 Skip whitespace for virtual button '0'. 500 501commit 8d9922bdc53c5538dbfbba65f5a3e15afc8aea91 502Author: Alan Coopersmith <alan.coopersmith@sun.com> 503Date: Mon Aug 6 15:58:57 2007 -0700 504 505 Version bump: 1.0.3 506 507commit 822b6bffce953041accc13f4633d2c5d4a8c8dcd 508Author: Alan Coopersmith <alan.coopersmith@sun.com> 509Date: Tue Jul 17 15:57:10 2007 -0700 510 511 Use strncasecmp if we can, instead of our own homegrown strncmp_nocase 512 513commit d76839f34692c7bc4ad1337ca23a3362534c1172 514Author: Alan Coopersmith <alan.coopersmith@sun.com> 515Date: Tue Jul 17 15:52:39 2007 -0700 516 517 Change usage messages from arrays of strings to simple const strings 518 519commit 658d0022a87c5d3afe3e006e539c5c1b981a8d73 520Author: Alan Coopersmith <alan.coopersmith@sun.com> 521Date: Tue Jul 17 13:27:50 2007 -0700 522 523 Constify some simple cases 524 525commit b7aafba248db5e9c3ba39e4819d0b9ae156d2c82 526Author: Alan Coopersmith <alan.coopersmith@sun.com> 527Date: Tue Jul 17 13:03:38 2007 -0700 528 529 sparse warning: non-ANSI definition of function 'process_file' & 'process_line' 530 531commit e1cb231b31be520b76aeb72acc1af9ff6682fa9d 532Author: Alan Coopersmith <alan.coopersmith@sun.com> 533Date: Tue Jul 17 13:01:07 2007 -0700 534 535 Add hooks for checking source code with lint/sparse/etc. 536 537commit eda127631001674cd40466fddb5225e618c2a327 538Author: Alan Coopersmith <alan.coopersmith@sun.com> 539Date: Tue Jul 17 12:54:16 2007 -0700 540 541 Remove unused code 542 543commit b57637a154a40e874a6bcb351aaa8335e86ae3c0 544Author: Alan Coopersmith <alan.coopersmith@sun.com> 545Date: Tue Jul 17 12:48:31 2007 -0700 546 547 Coverity #678: get_keysym_list: Returned without freeing storage "keysymlist" 548 549 Free allocated memory in error path when it's not being returned 550 551commit 72a01c6a3bae2cf113ab0ec812df41fec9b99a51 552Author: Alan Coopersmith <alan.coopersmith@sun.com> 553Date: Tue Jul 17 11:04:16 2007 -0700 554 555 Replace static ChangeLog with dist-hook to generate from git log 556 557commit 4dfbd74bda684bea748fbbcbfc172f6325423d12 558Author: Alan Coopersmith <alan.coopersmith@sun.com> 559Date: Tue Jul 17 10:37:57 2007 -0700 560 561 Use AM_CFLAGS instead of xmodmap_CFLAGS to avoid automake-1.10 warnings 562 563commit fd25acd688b86a1490198d61f66d2503a87883a0 564Author: Alan Coopersmith <alan.coopersmith@sun.com> 565Date: Wed Apr 11 15:30:16 2007 -0700 566 567 Bug 10616: manpage should note -pm is the default if no options are given 568 569 X.Org Bugzilla #10616 <https://bugs.freedesktop.org/show_bug.cgi?id=10616> 570 Reported upstream from 571 Debian Bug #236918 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=236198> 572 573commit 15a83b060b9b4bd7d6a64eacc7191e33eb91b269 574Author: Adam Jackson <ajax@benzedrine.nwnk.net> 575Date: Fri Oct 13 17:55:42 2006 -0400 576 577 Bump to 1.0.2 578 579commit 27404e37e50fe637f33f6efac2fa73c9cfc1026c 580Author: Alan Coopersmith <alan.coopersmith@sun.com> 581Date: Wed Sep 13 15:08:59 2006 -0700 582 583 Add *~ to .gitignore to ignore emacs droppings 584 585commit 98063dc377dff55f1b057eda14ace69beed82c16 586Author: Alan Coopersmith <alan.coopersmith@sun.com> 587Date: Wed Sep 13 15:08:19 2006 -0700 588 589 renamed: .cvsignore -> .gitignore 590 591commit 86a4f2a2d66bbeb6c9deee9133eb335f593c47f9 592Author: Alan Coopersmith <alan.coopersmith@sun.com> 593Date: Wed Sep 13 15:07:16 2006 -0700 594 595 Sun bug 6459447: Add note on reversing CapsLock/Control swap to man page 596 597 http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6459447 598 599commit 7410e78207ca01d70d9df14eb1e4e07e7fe5f237 600Author: Adam Jackson <ajax@nwnk.net> 601Date: Wed Apr 26 23:42:50 2006 +0000 602 603 Bump to 1.0.1 604 605commit e8a5353022f9e616c22a7a1659ff4d4d968f5d88 606Author: Matthias Hopf <mhopf@suse.de> 607Date: Wed Mar 22 15:14:31 2006 +0000 608 609 Allow changing of only a few buttons (not all). 610 611commit b9854ab5e66bf9ec8911d6573440738325cd51b4 612Author: Kevin E Martin <kem@kem.org> 613Date: Thu Dec 15 00:24:09 2005 +0000 614 615 Update package version number for final X11R7 release candidate. 616 617commit a01cd5fe1c387c62b11368e3fac100e24e7d841e 618Author: Kevin E Martin <kem@kem.org> 619Date: Tue Dec 6 22:48:24 2005 +0000 620 621 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 622 623commit d39efd733ad56391082b08f9f486cf147e931197 624Author: Kevin E Martin <kem@kem.org> 625Date: Sat Dec 3 05:49:26 2005 +0000 626 627 Update package version number for X11R7 RC3 release. 628 629commit 8a0747a21f9737212784c55b62044e86caf1fbc8 630Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 631Date: Mon Nov 28 22:01:45 2005 +0000 632 633 Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 634 update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) 635 636commit 5e4dec81bffb5f296773c43aa45f52dc354c1886 637Author: Eric Anholt <anholt@freebsd.org> 638Date: Mon Nov 21 10:35:05 2005 +0000 639 640 Another pass at .cvsignores for apps. 641 642commit f9c0b2a947ea8690ac73e8f9ce857cd195551c01 643Author: Eric Anholt <anholt@freebsd.org> 644Date: Sun Nov 20 22:08:54 2005 +0000 645 646 Add/improve .cvsignore files for apps. 647 648commit 65fb2a168c968e486be090caad29349427e4d65e 649Author: Kevin E Martin <kem@kem.org> 650Date: Wed Oct 19 02:47:56 2005 +0000 651 652 Update package version number for RC1 release. 653 654commit 4c47648e4789efe03eec74c39b2ab6b9b27230fc 655Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 656Date: Mon Oct 17 23:56:24 2005 +0000 657 658 Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to 659 work better with BSD make 660 661commit 356f26e95eb7003f9f65ffe480773f0d788dc871 662Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 663Date: Fri Oct 14 00:25:47 2005 +0000 664 665 Use sed to fill in variables in man page 666 667commit c4483b314106bcd2bb13e49650cfd279f74da73e 668Author: Kristian Høgsberg <krh@redhat.com> 669Date: Wed Sep 28 19:28:15 2005 +0000 670 671 Copy bits from COPYING here. 672 Copy first paragraph from man page. 673 Add swap.km. 674 675commit 149fc373521b4ceb33e37c693834a27a702fcc2b 676Author: Kevin E Martin <kem@kem.org> 677Date: Fri Jul 29 21:22:36 2005 +0000 678 679 Various changes preparing packages for RC0: 680 - Verify and update package version numbers as needed 681 - Implement versioning scheme 682 - Change bug address to point to bugzilla bug entry form 683 - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to 684 reenable it) 685 - Fix makedepend to use pkgconfig and pass distcheck 686 - Update build script to build macros first 687 - Update modular Xorg version 688 689commit 327ffdf93fd0b8f7942c08653cb644be2062428c 690Author: Kevin E Martin <kem@kem.org> 691Date: Thu Jul 28 02:58:59 2005 +0000 692 693 Add build system for xmodmap Add xmodmap to build script 694 695commit 9145de293109ba96fc8b97ac59c16c51b992f416 696Author: Kristian Høgsberg <krh@redhat.com> 697Date: Thu Nov 11 15:37:01 2004 +0000 698 699 Fix #1818 700 701commit d9e41011e4477f581fb5592ad81fc081e0b606b9 702Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 703Date: Sat Oct 30 20:33:44 2004 +0000 704 705 Add -d flag for compilers like the Sun C compilers that produce dependency 706 lists themselves. To use with the Sun compilers, add to host.def: # 707 define UseCCMakeDepend YES # define DependFlags -cc $(CC) -d -xM (Sun 708 bug id #4245688 - fix by Alan Coopersmith) 709 Add Solaris to the platforms on which mprotect is run to set execute 710 permissions when necessary. (Sun bug id #6175128 - fix by Alan 711 Coopersmith) 712 Internationalize digital output (Sun bug id #4119396 - fix by Steve 713 Swales), add -bgpixmap option to set XPM file as background (originally 714 from STSF project version of xclock by Alan Coopersmith) 715 xc/programs/xmodmap/handle.c,pf.c xmodmap was printing line numbers which 716 are one too low in error messages (Xorg bugzilla #1739, Sun bug id 717 4637857 - fix by Sam Lau) 718 719commit ce64b2b312a73b9a4f266da8810ab552af4fbb1e 720Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 721Date: Fri Oct 15 00:44:08 2004 +0000 722 723 Thu Oct 14 20:43:03 2004 Søren Sandmann <sandmann@redhat.com> 724 Fix a write-to-constant-string issue. 725 Fix several buffer overruns. 726 727commit 8ad5d3b908d68353d407fa8f678c93320760eb12 728Author: Egbert Eich <eich@suse.de> 729Date: Fri Apr 23 19:54:59 2004 +0000 730 731 Merging XORG-CURRENT into trunk 732 733commit 536ef73f2a5310f25c99a9c3a41f71d032ef95a6 734Author: Egbert Eich <eich@suse.de> 735Date: Sun Mar 14 08:35:42 2004 +0000 736 737 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 738 739commit 11073ef989618e076133b1f58be7a406ba373b1b 740Author: Egbert Eich <eich@suse.de> 741Date: Wed Mar 3 12:13:15 2004 +0000 742 743 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 744 745commit e8ce00f47c06ea1bfcfd6538a80a10b868cee19e 746Author: Egbert Eich <eich@suse.de> 747Date: Thu Feb 26 13:36:26 2004 +0000 748 749 readding XFree86's cvs IDs 750 751commit 072ef0f49182d381ac7e630eccd1b5b6749334a7 752Author: Egbert Eich <eich@suse.de> 753Date: Thu Feb 26 09:24:14 2004 +0000 754 755 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 756 757commit eb9faf624f11691c4ca7344f4169117718cea9c7 758Author: Kaleb Keithley <kaleb@freedesktop.org> 759Date: Thu Dec 4 22:03:56 2003 +0000 760 761 XFree86 4.3.99.901 (RC 1) 762 763commit d678c60d8b5bede9e61f532aa1740d741b8bbe90 764Author: Kaleb Keithley <kaleb@freedesktop.org> 765Date: Tue Nov 25 19:29:15 2003 +0000 766 767 XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 768 769commit dc0f15394719e18bb9b01e70468f4d9908488d35 770Author: Kaleb Keithley <kaleb@freedesktop.org> 771Date: Fri Nov 14 16:49:23 2003 +0000 772 773 XFree86 4.3.0.1 774 775commit e29f1f1ed2128d7382a72ccb1684045fe4bc8183 776Author: Kaleb Keithley <kaleb@freedesktop.org> 777Date: Fri Nov 14 15:54:54 2003 +0000 778 779 R6.6 is the Xorg base-line 780