ChangeLog revision 1a30de1f
1commit 8d9922bdc53c5538dbfbba65f5a3e15afc8aea91 2Author: Alan Coopersmith <alan.coopersmith@sun.com> 3Date: Mon Aug 6 15:58:57 2007 -0700 4 5 Version bump: 1.0.3 6 7commit 822b6bffce953041accc13f4633d2c5d4a8c8dcd 8Author: Alan Coopersmith <alan.coopersmith@sun.com> 9Date: Tue Jul 17 15:57:10 2007 -0700 10 11 Use strncasecmp if we can, instead of our own homegrown strncmp_nocase 12 13commit d76839f34692c7bc4ad1337ca23a3362534c1172 14Author: Alan Coopersmith <alan.coopersmith@sun.com> 15Date: Tue Jul 17 15:52:39 2007 -0700 16 17 Change usage messages from arrays of strings to simple const strings 18 19commit 658d0022a87c5d3afe3e006e539c5c1b981a8d73 20Author: Alan Coopersmith <alan.coopersmith@sun.com> 21Date: Tue Jul 17 13:27:50 2007 -0700 22 23 Constify some simple cases 24 25commit b7aafba248db5e9c3ba39e4819d0b9ae156d2c82 26Author: Alan Coopersmith <alan.coopersmith@sun.com> 27Date: Tue Jul 17 13:03:38 2007 -0700 28 29 sparse warning: non-ANSI definition of function 'process_file' & 'process_line' 30 31commit e1cb231b31be520b76aeb72acc1af9ff6682fa9d 32Author: Alan Coopersmith <alan.coopersmith@sun.com> 33Date: Tue Jul 17 13:01:07 2007 -0700 34 35 Add hooks for checking source code with lint/sparse/etc. 36 37commit eda127631001674cd40466fddb5225e618c2a327 38Author: Alan Coopersmith <alan.coopersmith@sun.com> 39Date: Tue Jul 17 12:54:16 2007 -0700 40 41 Remove unused code 42 43commit b57637a154a40e874a6bcb351aaa8335e86ae3c0 44Author: Alan Coopersmith <alan.coopersmith@sun.com> 45Date: Tue Jul 17 12:48:31 2007 -0700 46 47 Coverity #678: get_keysym_list: Returned without freeing storage "keysymlist" 48 49 Free allocated memory in error path when it's not being returned 50 51commit 72a01c6a3bae2cf113ab0ec812df41fec9b99a51 52Author: Alan Coopersmith <alan.coopersmith@sun.com> 53Date: Tue Jul 17 11:04:16 2007 -0700 54 55 Replace static ChangeLog with dist-hook to generate from git log 56 57commit 4dfbd74bda684bea748fbbcbfc172f6325423d12 58Author: Alan Coopersmith <alan.coopersmith@sun.com> 59Date: Tue Jul 17 10:37:57 2007 -0700 60 61 Use AM_CFLAGS instead of xmodmap_CFLAGS to avoid automake-1.10 warnings 62 63commit fd25acd688b86a1490198d61f66d2503a87883a0 64Author: Alan Coopersmith <alan.coopersmith@sun.com> 65Date: Wed Apr 11 15:30:16 2007 -0700 66 67 Bug 10616: manpage should note -pm is the default if no options are given 68 69 X.Org Bugzilla #10616 <https://bugs.freedesktop.org/show_bug.cgi?id=10616> 70 Reported upstream from 71 Debian Bug #236918 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=236198> 72 73commit 15a83b060b9b4bd7d6a64eacc7191e33eb91b269 74Author: Adam Jackson <ajax@benzedrine.nwnk.net> 75Date: Fri Oct 13 17:55:42 2006 -0400 76 77 Bump to 1.0.2 78 79commit 27404e37e50fe637f33f6efac2fa73c9cfc1026c 80Author: Alan Coopersmith <alan.coopersmith@sun.com> 81Date: Wed Sep 13 15:08:59 2006 -0700 82 83 Add *~ to .gitignore to ignore emacs droppings 84 85commit 98063dc377dff55f1b057eda14ace69beed82c16 86Author: Alan Coopersmith <alan.coopersmith@sun.com> 87Date: Wed Sep 13 15:08:19 2006 -0700 88 89 renamed: .cvsignore -> .gitignore 90 91commit 86a4f2a2d66bbeb6c9deee9133eb335f593c47f9 92Author: Alan Coopersmith <alan.coopersmith@sun.com> 93Date: Wed Sep 13 15:07:16 2006 -0700 94 95 Sun bug 6459447: Add note on reversing CapsLock/Control swap to man page 96 97 http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6459447 98 99commit 7410e78207ca01d70d9df14eb1e4e07e7fe5f237 100Author: Adam Jackson <ajax@nwnk.net> 101Date: Wed Apr 26 23:42:50 2006 +0000 102 103 Bump to 1.0.1 104 105commit e8a5353022f9e616c22a7a1659ff4d4d968f5d88 106Author: Matthias Hopf <mhopf@suse.de> 107Date: Wed Mar 22 15:14:31 2006 +0000 108 109 Allow changing of only a few buttons (not all). 110 111commit b9854ab5e66bf9ec8911d6573440738325cd51b4 112Author: Kevin E Martin <kem@kem.org> 113Date: Thu Dec 15 00:24:09 2005 +0000 114 115 Update package version number for final X11R7 release candidate. 116 117commit a01cd5fe1c387c62b11368e3fac100e24e7d841e 118Author: Kevin E Martin <kem@kem.org> 119Date: Tue Dec 6 22:48:24 2005 +0000 120 121 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 122 123commit d39efd733ad56391082b08f9f486cf147e931197 124Author: Kevin E Martin <kem@kem.org> 125Date: Sat Dec 3 05:49:26 2005 +0000 126 127 Update package version number for X11R7 RC3 release. 128 129commit 8a0747a21f9737212784c55b62044e86caf1fbc8 130Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 131Date: Mon Nov 28 22:01:45 2005 +0000 132 133 Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 134 update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) 135 136commit 5e4dec81bffb5f296773c43aa45f52dc354c1886 137Author: Eric Anholt <anholt@freebsd.org> 138Date: Mon Nov 21 10:35:05 2005 +0000 139 140 Another pass at .cvsignores for apps. 141 142commit f9c0b2a947ea8690ac73e8f9ce857cd195551c01 143Author: Eric Anholt <anholt@freebsd.org> 144Date: Sun Nov 20 22:08:54 2005 +0000 145 146 Add/improve .cvsignore files for apps. 147 148commit 65fb2a168c968e486be090caad29349427e4d65e 149Author: Kevin E Martin <kem@kem.org> 150Date: Wed Oct 19 02:47:56 2005 +0000 151 152 Update package version number for RC1 release. 153 154commit 4c47648e4789efe03eec74c39b2ab6b9b27230fc 155Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 156Date: Mon Oct 17 23:56:24 2005 +0000 157 158 Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to 159 work better with BSD make 160 161commit 356f26e95eb7003f9f65ffe480773f0d788dc871 162Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 163Date: Fri Oct 14 00:25:47 2005 +0000 164 165 Use sed to fill in variables in man page 166 167commit c4483b314106bcd2bb13e49650cfd279f74da73e 168Author: Kristian Høgsberg <krh@redhat.com> 169Date: Wed Sep 28 19:28:15 2005 +0000 170 171 Copy bits from COPYING here. 172 Copy first paragraph from man page. 173 Add swap.km. 174 175commit 149fc373521b4ceb33e37c693834a27a702fcc2b 176Author: Kevin E Martin <kem@kem.org> 177Date: Fri Jul 29 21:22:36 2005 +0000 178 179 Various changes preparing packages for RC0: 180 - Verify and update package version numbers as needed 181 - Implement versioning scheme 182 - Change bug address to point to bugzilla bug entry form 183 - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to 184 reenable it) 185 - Fix makedepend to use pkgconfig and pass distcheck 186 - Update build script to build macros first 187 - Update modular Xorg version 188 189commit 327ffdf93fd0b8f7942c08653cb644be2062428c 190Author: Kevin E Martin <kem@kem.org> 191Date: Thu Jul 28 02:58:59 2005 +0000 192 193 Add build system for xmodmap Add xmodmap to build script 194 195commit 9145de293109ba96fc8b97ac59c16c51b992f416 196Author: Kristian Høgsberg <krh@redhat.com> 197Date: Thu Nov 11 15:37:01 2004 +0000 198 199 Fix #1818 200 201commit d9e41011e4477f581fb5592ad81fc081e0b606b9 202Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 203Date: Sat Oct 30 20:33:44 2004 +0000 204 205 Add -d flag for compilers like the Sun C compilers that produce dependency 206 lists themselves. To use with the Sun compilers, add to host.def: # 207 define UseCCMakeDepend YES # define DependFlags -cc $(CC) -d -xM (Sun 208 bug id #4245688 - fix by Alan Coopersmith) 209 Add Solaris to the platforms on which mprotect is run to set execute 210 permissions when necessary. (Sun bug id #6175128 - fix by Alan 211 Coopersmith) 212 Internationalize digital output (Sun bug id #4119396 - fix by Steve 213 Swales), add -bgpixmap option to set XPM file as background (originally 214 from STSF project version of xclock by Alan Coopersmith) 215 xc/programs/xmodmap/handle.c,pf.c xmodmap was printing line numbers which 216 are one too low in error messages (Xorg bugzilla #1739, Sun bug id 217 4637857 - fix by Sam Lau) 218 219commit ce64b2b312a73b9a4f266da8810ab552af4fbb1e 220Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 221Date: Fri Oct 15 00:44:08 2004 +0000 222 223 Thu Oct 14 20:43:03 2004 Søren Sandmann <sandmann@redhat.com> 224 Fix a write-to-constant-string issue. 225 Fix several buffer overruns. 226 227commit 8ad5d3b908d68353d407fa8f678c93320760eb12 228Author: Egbert Eich <eich@suse.de> 229Date: Fri Apr 23 19:54:59 2004 +0000 230 231 Merging XORG-CURRENT into trunk 232 233commit 536ef73f2a5310f25c99a9c3a41f71d032ef95a6 234Author: Egbert Eich <eich@suse.de> 235Date: Sun Mar 14 08:35:42 2004 +0000 236 237 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 238 239commit 11073ef989618e076133b1f58be7a406ba373b1b 240Author: Egbert Eich <eich@suse.de> 241Date: Wed Mar 3 12:13:15 2004 +0000 242 243 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 244 245commit e8ce00f47c06ea1bfcfd6538a80a10b868cee19e 246Author: Egbert Eich <eich@suse.de> 247Date: Thu Feb 26 13:36:26 2004 +0000 248 249 readding XFree86's cvs IDs 250 251commit 072ef0f49182d381ac7e630eccd1b5b6749334a7 252Author: Egbert Eich <eich@suse.de> 253Date: Thu Feb 26 09:24:14 2004 +0000 254 255 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 256 257commit eb9faf624f11691c4ca7344f4169117718cea9c7 258Author: Kaleb Keithley <kaleb@freedesktop.org> 259Date: Thu Dec 4 22:03:56 2003 +0000 260 261 XFree86 4.3.99.901 (RC 1) 262 263commit d678c60d8b5bede9e61f532aa1740d741b8bbe90 264Author: Kaleb Keithley <kaleb@freedesktop.org> 265Date: Tue Nov 25 19:29:15 2003 +0000 266 267 XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 268 269commit dc0f15394719e18bb9b01e70468f4d9908488d35 270Author: Kaleb Keithley <kaleb@freedesktop.org> 271Date: Fri Nov 14 16:49:23 2003 +0000 272 273 XFree86 4.3.0.1 274 275commit e29f1f1ed2128d7382a72ccb1684045fe4bc8183 276Author: Kaleb Keithley <kaleb@freedesktop.org> 277Date: Fri Nov 14 15:54:54 2003 +0000 278 279 R6.6 is the Xorg base-line 280