ChangeLog revision ce62200c
1commit 3fe64746bb6c3ede67c9967ebd216a8a39cdb2ea 2Author: Alan Coopersmith <alan.coopersmith@oracle.com> 3Date: Fri Sep 24 11:53:40 2010 -0700 4 5 xmodmap 1.0.5 6 7 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 8 9commit f6919f5958acc59d0b1936cc49900ea781bf2355 10Author: Alan Coopersmith <alan.coopersmith@oracle.com> 11Date: Fri Sep 24 11:52:18 2010 -0700 12 13 man page: Add setxkbmap & XStringToKeysym to the See Also list 14 15 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 16 17commit 663b798d1464be003b9659bbd00112d8b63f6f6f 18Author: Alan Coopersmith <alan.coopersmith@oracle.com> 19Date: Fri Sep 24 11:43:33 2010 -0700 20 21 config: Remove unnecessary calls from configure.ac 22 23 AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now 24 PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables 25 26 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 27 28commit 7ff4acd4c8cf2d97d321276d2616d199f81c7e16 29Author: Gaetan Nadon <memsize@videotron.ca> 30Date: Tue Jul 20 18:45:18 2010 -0400 31 32 config: update AC_PREREQ statement to 2.60 33 34 Unrelated to the previous patches, the new value simply reflects 35 the reality that the minimum level for autoconf to configure 36 all x.org modules is 2.60 dated June 2006. 37 38 ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz 39 40 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 41 42commit 22189c5be96e864b60f9c4cb8a0d9c3f142e849a 43Author: Alan Coopersmith <alan.coopersmith@oracle.com> 44Date: Tue Sep 21 18:12:09 2010 -0700 45 46 Sun's copyrights now belong to Oracle 47 48 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 49 50commit d1091f9fee901b5cdc589aa544c0a5616bf99d9d 51Author: Alan Coopersmith <alan.coopersmith@oracle.com> 52Date: Tue Sep 14 00:45:57 2010 -0700 53 54 Attempt to further improve keysym name info in man page 55 56 - Move it to the top of the grammar section since it applies to 57 multiple commands, not just the keysym KEYSYMNAME = KEYSYMNAME command 58 - Note that XKeysymDB supplements keysymdef.h, doesn't stand in place 59 of it. 60 - Add note about automatic mapping of Unicode characters to keysyms 61 62 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 63 64commit ffadc2376ede14285e2df8c43230d0d4ecca354f 65Author: Gaetan Nadon <memsize@videotron.ca> 66Date: Fri Aug 20 10:53:44 2010 -0400 67 68 config: upgrade to util-macros 1.8 for additional man page support 69 70 Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS 71 The value of MAN_SUBST is the same for all X.Org packages. 72 73 Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS 74 Use the appropriate platform version of sed 75 76 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 77 78commit 5b493fd2d6edfca06113b09e6cbd6d6f1776399a 79Author: Alan Coopersmith <alan.coopersmith@sun.com> 80Date: Fri Jan 15 13:08:54 2010 -0800 81 82 Update Sun license notices to current X.Org standard form 83 84 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 85 86commit bca4e6fdbe0e4f43c1c57dd9434c42741061407a 87Author: Julien Cristau <jcristau@debian.org> 88Date: Sun Dec 6 14:00:34 2009 +0100 89 90 Fix XKeysymDB path in manpage again 91 92 commit 4da097462b0b899e1790fd5a5f5e8ec811623c3d "Bug 21675 xmodmap 93 manpage states the wrong path to XKeysymDB" made it use the right path, 94 but had trailing whitespace in Makefile.am so the manpage ended up with 95 "/usr/share/X11 /XKeysymDB". 96 97commit 584cc13735613f7788e033707ff756937a787bfa 98Author: Gaetan Nadon <memsize@videotron.ca> 99Date: Thu Nov 26 09:19:54 2009 -0500 100 101 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 102 103 Now that the INSTALL file is generated. 104 Allows running make maintainer-clean. 105 106commit 27388cde37b85a4efe1e19715de4b574e350b81e 107Author: Gaetan Nadon <memsize@videotron.ca> 108Date: Wed Oct 28 14:09:08 2009 -0400 109 110 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 111 112 Add missing INSTALL file. Use standard GNU file on building tarball 113 README may have been updated 114 Remove AUTHORS file as it is empty and no content available yet. 115 Remove NEWS file as it is empty and no content available yet. 116 117commit 817f5345cf42ba4c903c62b5ff814e9c9e3fed3f 118Author: Gaetan Nadon <memsize@videotron.ca> 119Date: Tue Oct 27 15:07:25 2009 -0400 120 121 Deploy the new XORG_DEFAULT_OPTIONS #24242 122 123 This macro aggregate a number of existing macros that sets commmon 124 X.Org components configuration options. It shields the configuration file from 125 future changes. 126 127commit 775727681868d51ba82b7da429ca91f3af3783a0 128Author: Gaetan Nadon <memsize@videotron.ca> 129Date: Mon Oct 26 22:08:39 2009 -0400 130 131 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 132 133 ChangeLog filename is known to Automake and requires no further 134 coding in the makefile. 135 136commit ea18aba03dc1a8f14d63b43e1ce960f3cda2d7ea 137Author: Gaetan Nadon <memsize@videotron.ca> 138Date: Thu Oct 22 16:14:12 2009 -0400 139 140 Makefile.am: do not include autogen.sh in distribution #24183 141 142 This is a private build script that should not be distributed 143 144commit 719ab352112d53c113b45ed691e39c4411b8f653 145Author: Gaetan Nadon <memsize@videotron.ca> 146Date: Thu Oct 22 10:16:12 2009 -0400 147 148 .gitignore: use common defaults with custom section # 24239 149 150 Using common defaults will reduce errors and maintenance. 151 Only the very small or inexistent custom section need periodic maintenance 152 when the structure of the component changes. Do not edit defaults. 153 154commit 3a95c2e779ab94ad76a35f5800d2b72b5b73da45 155Author: Alan Coopersmith <alan.coopersmith@sun.com> 156Date: Sat Nov 7 15:11:33 2009 -0800 157 158 Add note to man page about mapping pointer buttons to 0 to disable 159 160 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 161 162commit 95af7f0fa995ef1dd3a770c48ee3442f6279e936 163Author: Jeremy Huddleston <jeremyhu@freedesktop.org> 164Date: Wed Oct 21 12:47:21 2009 -0700 165 166 This is not a GNU project, so declare it foreign. 167 168 On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: 169 > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: 170 > > I noticed an INSTALL file in xlsclients and libXvMC today, and it 171 > > was quite annoying to work around since 'autoreconf -fvi' replaces 172 > > it and git wants to commit it. Should these files even be in git? 173 > > Can I nuke them for the betterment of humanity and since they get 174 > > created by autoreconf anyways? 175 > 176 > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 177 178 As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with 179 AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation 180 of the INSTALL file. It is also part of the 24206 solution. 181 182 Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org> 183 184commit 3f5223b0bc87b0b55d91ba8f1a8cedce0e25f974 185Author: Alan Coopersmith <alan.coopersmith@sun.com> 186Date: Mon Oct 5 20:41:49 2009 -0700 187 188 xmodmap 1.0.4 189 190 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 191 192commit 6a24b39d0674ee35436bad6aa0fad8150cf2c427 193Author: Alan Coopersmith <alan.coopersmith@sun.com> 194Date: Mon Oct 5 20:40:45 2009 -0700 195 196 Add pointers to mailing lists, bugzilla, & git to README 197 198 Also delete empty INSTALL so automake installs the default one 199 200 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 201 202commit 20a3ff72337c689ca46f140e594933df75d2bce4 203Author: Alan Coopersmith <alan.coopersmith@sun.com> 204Date: Mon Oct 5 20:38:40 2009 -0700 205 206 Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS 207 208 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 209 210commit 4da097462b0b899e1790fd5a5f5e8ec811623c3d 211Author: Alan Coopersmith <alan.coopersmith@sun.com> 212Date: Mon May 11 10:16:29 2009 -0700 213 214 Bug 21675 xmodmap manpage states the wrong path to XKeysymDB 215 216 http://bugs.freedesktop.org/show_bug.cgi?id=21675 217 218 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 219 220commit db17ca534037463051833eeaf6d09356c479565e 221Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 222Date: Thu Jan 22 16:29:51 2009 -0200 223 224 Correct make distcheck. 225 226commit b45149922ee23a71efa013d3ef36ca4f6c6494be 227Author: Ben North <ben@redfrontdoor.org> 228Date: Tue Jan 20 18:26:27 2009 +0100 229 230 Skip whitespace for virtual button '0'. 231 232commit 8d9922bdc53c5538dbfbba65f5a3e15afc8aea91 233Author: Alan Coopersmith <alan.coopersmith@sun.com> 234Date: Mon Aug 6 15:58:57 2007 -0700 235 236 Version bump: 1.0.3 237 238commit 822b6bffce953041accc13f4633d2c5d4a8c8dcd 239Author: Alan Coopersmith <alan.coopersmith@sun.com> 240Date: Tue Jul 17 15:57:10 2007 -0700 241 242 Use strncasecmp if we can, instead of our own homegrown strncmp_nocase 243 244commit d76839f34692c7bc4ad1337ca23a3362534c1172 245Author: Alan Coopersmith <alan.coopersmith@sun.com> 246Date: Tue Jul 17 15:52:39 2007 -0700 247 248 Change usage messages from arrays of strings to simple const strings 249 250commit 658d0022a87c5d3afe3e006e539c5c1b981a8d73 251Author: Alan Coopersmith <alan.coopersmith@sun.com> 252Date: Tue Jul 17 13:27:50 2007 -0700 253 254 Constify some simple cases 255 256commit b7aafba248db5e9c3ba39e4819d0b9ae156d2c82 257Author: Alan Coopersmith <alan.coopersmith@sun.com> 258Date: Tue Jul 17 13:03:38 2007 -0700 259 260 sparse warning: non-ANSI definition of function 'process_file' & 'process_line' 261 262commit e1cb231b31be520b76aeb72acc1af9ff6682fa9d 263Author: Alan Coopersmith <alan.coopersmith@sun.com> 264Date: Tue Jul 17 13:01:07 2007 -0700 265 266 Add hooks for checking source code with lint/sparse/etc. 267 268commit eda127631001674cd40466fddb5225e618c2a327 269Author: Alan Coopersmith <alan.coopersmith@sun.com> 270Date: Tue Jul 17 12:54:16 2007 -0700 271 272 Remove unused code 273 274commit b57637a154a40e874a6bcb351aaa8335e86ae3c0 275Author: Alan Coopersmith <alan.coopersmith@sun.com> 276Date: Tue Jul 17 12:48:31 2007 -0700 277 278 Coverity #678: get_keysym_list: Returned without freeing storage "keysymlist" 279 280 Free allocated memory in error path when it's not being returned 281 282commit 72a01c6a3bae2cf113ab0ec812df41fec9b99a51 283Author: Alan Coopersmith <alan.coopersmith@sun.com> 284Date: Tue Jul 17 11:04:16 2007 -0700 285 286 Replace static ChangeLog with dist-hook to generate from git log 287 288commit 4dfbd74bda684bea748fbbcbfc172f6325423d12 289Author: Alan Coopersmith <alan.coopersmith@sun.com> 290Date: Tue Jul 17 10:37:57 2007 -0700 291 292 Use AM_CFLAGS instead of xmodmap_CFLAGS to avoid automake-1.10 warnings 293 294commit fd25acd688b86a1490198d61f66d2503a87883a0 295Author: Alan Coopersmith <alan.coopersmith@sun.com> 296Date: Wed Apr 11 15:30:16 2007 -0700 297 298 Bug 10616: manpage should note -pm is the default if no options are given 299 300 X.Org Bugzilla #10616 <https://bugs.freedesktop.org/show_bug.cgi?id=10616> 301 Reported upstream from 302 Debian Bug #236918 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=236198> 303 304commit 15a83b060b9b4bd7d6a64eacc7191e33eb91b269 305Author: Adam Jackson <ajax@benzedrine.nwnk.net> 306Date: Fri Oct 13 17:55:42 2006 -0400 307 308 Bump to 1.0.2 309 310commit 27404e37e50fe637f33f6efac2fa73c9cfc1026c 311Author: Alan Coopersmith <alan.coopersmith@sun.com> 312Date: Wed Sep 13 15:08:59 2006 -0700 313 314 Add *~ to .gitignore to ignore emacs droppings 315 316commit 98063dc377dff55f1b057eda14ace69beed82c16 317Author: Alan Coopersmith <alan.coopersmith@sun.com> 318Date: Wed Sep 13 15:08:19 2006 -0700 319 320 renamed: .cvsignore -> .gitignore 321 322commit 86a4f2a2d66bbeb6c9deee9133eb335f593c47f9 323Author: Alan Coopersmith <alan.coopersmith@sun.com> 324Date: Wed Sep 13 15:07:16 2006 -0700 325 326 Sun bug 6459447: Add note on reversing CapsLock/Control swap to man page 327 328 http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6459447 329 330commit 7410e78207ca01d70d9df14eb1e4e07e7fe5f237 331Author: Adam Jackson <ajax@nwnk.net> 332Date: Wed Apr 26 23:42:50 2006 +0000 333 334 Bump to 1.0.1 335 336commit e8a5353022f9e616c22a7a1659ff4d4d968f5d88 337Author: Matthias Hopf <mhopf@suse.de> 338Date: Wed Mar 22 15:14:31 2006 +0000 339 340 Allow changing of only a few buttons (not all). 341 342commit b9854ab5e66bf9ec8911d6573440738325cd51b4 343Author: Kevin E Martin <kem@kem.org> 344Date: Thu Dec 15 00:24:09 2005 +0000 345 346 Update package version number for final X11R7 release candidate. 347 348commit a01cd5fe1c387c62b11368e3fac100e24e7d841e 349Author: Kevin E Martin <kem@kem.org> 350Date: Tue Dec 6 22:48:24 2005 +0000 351 352 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 353 354commit d39efd733ad56391082b08f9f486cf147e931197 355Author: Kevin E Martin <kem@kem.org> 356Date: Sat Dec 3 05:49:26 2005 +0000 357 358 Update package version number for X11R7 RC3 release. 359 360commit 8a0747a21f9737212784c55b62044e86caf1fbc8 361Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 362Date: Mon Nov 28 22:01:45 2005 +0000 363 364 Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 365 update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) 366 367commit 5e4dec81bffb5f296773c43aa45f52dc354c1886 368Author: Eric Anholt <anholt@freebsd.org> 369Date: Mon Nov 21 10:35:05 2005 +0000 370 371 Another pass at .cvsignores for apps. 372 373commit f9c0b2a947ea8690ac73e8f9ce857cd195551c01 374Author: Eric Anholt <anholt@freebsd.org> 375Date: Sun Nov 20 22:08:54 2005 +0000 376 377 Add/improve .cvsignore files for apps. 378 379commit 65fb2a168c968e486be090caad29349427e4d65e 380Author: Kevin E Martin <kem@kem.org> 381Date: Wed Oct 19 02:47:56 2005 +0000 382 383 Update package version number for RC1 release. 384 385commit 4c47648e4789efe03eec74c39b2ab6b9b27230fc 386Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 387Date: Mon Oct 17 23:56:24 2005 +0000 388 389 Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to 390 work better with BSD make 391 392commit 356f26e95eb7003f9f65ffe480773f0d788dc871 393Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 394Date: Fri Oct 14 00:25:47 2005 +0000 395 396 Use sed to fill in variables in man page 397 398commit c4483b314106bcd2bb13e49650cfd279f74da73e 399Author: Kristian Høgsberg <krh@redhat.com> 400Date: Wed Sep 28 19:28:15 2005 +0000 401 402 Copy bits from COPYING here. 403 Copy first paragraph from man page. 404 Add swap.km. 405 406commit 149fc373521b4ceb33e37c693834a27a702fcc2b 407Author: Kevin E Martin <kem@kem.org> 408Date: Fri Jul 29 21:22:36 2005 +0000 409 410 Various changes preparing packages for RC0: 411 - Verify and update package version numbers as needed 412 - Implement versioning scheme 413 - Change bug address to point to bugzilla bug entry form 414 - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to 415 reenable it) 416 - Fix makedepend to use pkgconfig and pass distcheck 417 - Update build script to build macros first 418 - Update modular Xorg version 419 420commit 327ffdf93fd0b8f7942c08653cb644be2062428c 421Author: Kevin E Martin <kem@kem.org> 422Date: Thu Jul 28 02:58:59 2005 +0000 423 424 Add build system for xmodmap Add xmodmap to build script 425 426commit 9145de293109ba96fc8b97ac59c16c51b992f416 427Author: Kristian Høgsberg <krh@redhat.com> 428Date: Thu Nov 11 15:37:01 2004 +0000 429 430 Fix #1818 431 432commit d9e41011e4477f581fb5592ad81fc081e0b606b9 433Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 434Date: Sat Oct 30 20:33:44 2004 +0000 435 436 Add -d flag for compilers like the Sun C compilers that produce dependency 437 lists themselves. To use with the Sun compilers, add to host.def: # 438 define UseCCMakeDepend YES # define DependFlags -cc $(CC) -d -xM (Sun 439 bug id #4245688 - fix by Alan Coopersmith) 440 Add Solaris to the platforms on which mprotect is run to set execute 441 permissions when necessary. (Sun bug id #6175128 - fix by Alan 442 Coopersmith) 443 Internationalize digital output (Sun bug id #4119396 - fix by Steve 444 Swales), add -bgpixmap option to set XPM file as background (originally 445 from STSF project version of xclock by Alan Coopersmith) 446 xc/programs/xmodmap/handle.c,pf.c xmodmap was printing line numbers which 447 are one too low in error messages (Xorg bugzilla #1739, Sun bug id 448 4637857 - fix by Sam Lau) 449 450commit ce64b2b312a73b9a4f266da8810ab552af4fbb1e 451Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 452Date: Fri Oct 15 00:44:08 2004 +0000 453 454 Thu Oct 14 20:43:03 2004 Søren Sandmann <sandmann@redhat.com> 455 Fix a write-to-constant-string issue. 456 Fix several buffer overruns. 457 458commit 8ad5d3b908d68353d407fa8f678c93320760eb12 459Author: Egbert Eich <eich@suse.de> 460Date: Fri Apr 23 19:54:59 2004 +0000 461 462 Merging XORG-CURRENT into trunk 463 464commit 536ef73f2a5310f25c99a9c3a41f71d032ef95a6 465Author: Egbert Eich <eich@suse.de> 466Date: Sun Mar 14 08:35:42 2004 +0000 467 468 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 469 470commit 11073ef989618e076133b1f58be7a406ba373b1b 471Author: Egbert Eich <eich@suse.de> 472Date: Wed Mar 3 12:13:15 2004 +0000 473 474 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 475 476commit e8ce00f47c06ea1bfcfd6538a80a10b868cee19e 477Author: Egbert Eich <eich@suse.de> 478Date: Thu Feb 26 13:36:26 2004 +0000 479 480 readding XFree86's cvs IDs 481 482commit 072ef0f49182d381ac7e630eccd1b5b6749334a7 483Author: Egbert Eich <eich@suse.de> 484Date: Thu Feb 26 09:24:14 2004 +0000 485 486 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 487 488commit eb9faf624f11691c4ca7344f4169117718cea9c7 489Author: Kaleb Keithley <kaleb@freedesktop.org> 490Date: Thu Dec 4 22:03:56 2003 +0000 491 492 XFree86 4.3.99.901 (RC 1) 493 494commit d678c60d8b5bede9e61f532aa1740d741b8bbe90 495Author: Kaleb Keithley <kaleb@freedesktop.org> 496Date: Tue Nov 25 19:29:15 2003 +0000 497 498 XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 499 500commit dc0f15394719e18bb9b01e70468f4d9908488d35 501Author: Kaleb Keithley <kaleb@freedesktop.org> 502Date: Fri Nov 14 16:49:23 2003 +0000 503 504 XFree86 4.3.0.1 505 506commit e29f1f1ed2128d7382a72ccb1684045fe4bc8183 507Author: Kaleb Keithley <kaleb@freedesktop.org> 508Date: Fri Nov 14 15:54:54 2003 +0000 509 510 R6.6 is the Xorg base-line 511