ChangeLog revision bded5d25
1commit 631be2568befbd4aee98a3cd4849403554db79d7 2Author: Alan Coopersmith <alan.coopersmith@oracle.com> 3Date: Wed Nov 10 19:46:37 2010 -0800 4 5 xrefresh 1.0.4 6 7 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 8 9commit 6d3d5b90e0ab621cd215b007936dc3bc2a8c0053 10Author: Alan Coopersmith <alan.coopersmith@oracle.com> 11Date: Tue Nov 9 17:01:30 2010 -0800 12 13 man page: change (3X) to (__libmansuffix__) 14 15 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 16 17commit 5b487ce8e51dec698b7c71d978d8666a098eb3f4 18Author: Alan Coopersmith <alan.coopersmith@oracle.com> 19Date: Tue Nov 9 16:35:11 2010 -0800 20 21 Purge CVS version tags 22 23 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 24 25commit 724fd273618e44ec181cee670a16afcbe1e4f3fc 26Author: Alan Coopersmith <alan.coopersmith@oracle.com> 27Date: Tue Nov 9 16:31:31 2010 -0800 28 29 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS 30 31 Regroup AC statements under the Autoconf initialization section. 32 Regroup AM sttaements under the Automake initialization section. 33 Add missing AC_CONFIG_SRCDIR 34 35 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 36 37commit 894a6fdd37ff5c14f53db08f77bbec4a1387c9a2 38Author: Alan Coopersmith <alan.coopersmith@oracle.com> 39Date: Tue Nov 9 16:29:37 2010 -0800 40 41 config: Remove unnecessary calls from configure.ac 42 43 AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now 44 PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables 45 46 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 47 48commit 09a8377a96411bd62a08a4f0e921a18162ef669e 49Author: Alan Coopersmith <alan.coopersmith@oracle.com> 50Date: Tue Nov 9 16:28:57 2010 -0800 51 52 config: upgrade to util-macros 1.8 for additional man page support 53 54 Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS 55 The value of MAN_SUBST is the same for all X.Org packages. 56 57 Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS 58 Enables use of platform appropriate version of sed. 59 60 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 61 62commit 3344c9d26e243e5a79cf7437606ca496c3b7042f 63Author: Gaetan Nadon <memsize@videotron.ca> 64Date: Tue Nov 9 16:28:53 2010 -0800 65 66 config: update AC_PREREQ statement to 2.60 67 68 Unrelated to the previous patches, the new value simply reflects 69 the reality that the minimum level for autoconf to configure 70 all x.org modules is 2.60 dated June 2006. 71 72 ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz 73 74 Signed-off-by: Gaetan Nadon <memsize@videotron.ca> 75 Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> 76 77commit 3f2443358056f366adc1f95d8d41fe690e336aac 78Author: Gaetan Nadon <memsize@videotron.ca> 79Date: Thu Nov 26 09:19:54 2009 -0500 80 81 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES 82 83 Now that the INSTALL file is generated. 84 Allows running make maintainer-clean. 85 86commit 98885558f39792425d6579fe063517da1a241665 87Author: Gaetan Nadon <memsize@videotron.ca> 88Date: Wed Oct 28 14:09:08 2009 -0400 89 90 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 91 92 Add missing INSTALL file. Use standard GNU file on building tarball 93 README may have been updated 94 Remove AUTHORS file as it is empty and no content available yet. 95 Remove NEWS file as it is empty and no content available yet. 96 97commit 20ce8ee10701e53b3b18d73a68827d1c6f1278a3 98Author: Gaetan Nadon <memsize@videotron.ca> 99Date: Mon Oct 26 22:08:39 2009 -0400 100 101 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 102 103 ChangeLog filename is known to Automake and requires no further 104 coding in the makefile. 105 106commit d82a88edd20f9e0ef00f7d6ffcf83e6533c3f0a8 107Author: Gaetan Nadon <memsize@videotron.ca> 108Date: Thu Oct 22 12:34:16 2009 -0400 109 110 .gitignore: use common defaults with custom section # 24239 111 112 Using common defaults will reduce errors and maintenance. 113 Only the very small or inexistent custom section need periodic maintenance 114 when the structure of the component changes. Do not edit defaults. 115 116commit d940fdcf80c5e5d71f5fce071a6301420de85607 117Author: Alan Coopersmith <alan.coopersmith@sun.com> 118Date: Fri Oct 16 19:20:34 2009 -0700 119 120 xrefresh 1.0.3 121 122 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 123 124commit 3597e4253f9d7c61baf7be9cfdb7041700f9a699 125Author: Alan Coopersmith <alan.coopersmith@sun.com> 126Date: Fri Oct 16 19:20:07 2009 -0700 127 128 Fill in COPYING file with copyright/license notice from code & docs 129 130 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 131 132commit 3b24974b2df76db8656e839665053f7be17932b9 133Author: Alan Coopersmith <alan.coopersmith@sun.com> 134Date: Fri Oct 16 19:18:37 2009 -0700 135 136 Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS 137 138 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 139 140commit 9a4e02405fe0b29bce45cbe7322d047d6daf02fc 141Author: Alan Coopersmith <alan.coopersmith@sun.com> 142Date: Thu Oct 1 14:54:29 2009 -0700 143 144 Add README with pointers to mailing lists, bugzilla, & git 145 146 Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> 147 148commit 7fd999e0a872bd931f5a156ed87e4849f81c575b 149Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br> 150Date: Mon Jan 26 16:48:20 2009 -0200 151 152 Correct make distcheck and sparse warnings. 153 154commit 4511de27ac11c62fc9f5cedce1bfffcdbe73e8f7 155Author: James Cloos <cloos@jhcloos.com> 156Date: Thu Dec 6 16:37:28 2007 -0500 157 158 Replace static ChangeLog with dist-hook to generate from git log 159 160commit 850e8860e6109abe47462e91b611c635503f1503 161Author: James Cloos <cloos@jhcloos.com> 162Date: Mon Sep 3 05:51:43 2007 -0400 163 164 Add *~ to .gitignore to skip patch/emacs droppings 165 166commit 93703e8b18dba1846428ff61be4396e60d34b3ae 167Author: James Cloos <cloos@jhcloos.com> 168Date: Thu Aug 23 19:25:05 2007 -0400 169 170 Rename .cvsignore to .gitignore 171 172commit e40747ae47f9093e787a24b926945010acba0b10 173Author: Adam Jackson <ajax@nwnk.net> 174Date: Sun Apr 2 01:16:33 2006 +0000 175 176 Bump to 1.0.2. 177 178commit 13f2d5790eb194ab721f0df4e6f3cdf800c0e773 179Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 180Date: Fri Mar 10 01:32:05 2006 +0000 181 182 Replace custom copystring() with standard strdup() (Also should clear 183 Coverity warning #6827 against copystring) 184 185commit 73fbe5dacc9969cbb8495fbd7691ae267d482656 186Author: Kevin E Martin <kem@kem.org> 187Date: Wed Dec 21 02:29:53 2005 +0000 188 189 Update package version for X11R7 release. 190 191commit 5cfc5814ea5b8ea617d26af37d93bc97ef708147 192Author: Adam Jackson <ajax@nwnk.net> 193Date: Mon Dec 19 16:22:47 2005 +0000 194 195 Stub COPYING files 196 197commit e53bfe6da5421c2c1dee5deb28023b7b5427ffd9 198Author: Kevin E Martin <kem@kem.org> 199Date: Thu Dec 15 00:24:11 2005 +0000 200 201 Update package version number for final X11R7 release candidate. 202 203commit a31906c6e9153bb01d7d3a19fb5ee8fdcb51d16b 204Author: Kevin E Martin <kem@kem.org> 205Date: Tue Dec 6 22:48:25 2005 +0000 206 207 Change *man_SOURCES ==> *man_PRE to fix autotools warnings. 208 209commit edf82f774eeaf387d57707843958d13230f8d9a0 210Author: Kevin E Martin <kem@kem.org> 211Date: Sat Dec 3 05:49:27 2005 +0000 212 213 Update package version number for X11R7 RC3 release. 214 215commit e3ec4424e8ff05664da3061acb88d03eb3213bfd 216Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 217Date: Mon Nov 28 22:01:46 2005 +0000 218 219 Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 220 update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) 221 222commit 79d3a4d0fb233af275480e002c80fa5d220f343e 223Author: Eric Anholt <anholt@freebsd.org> 224Date: Mon Nov 21 10:35:07 2005 +0000 225 226 Another pass at .cvsignores for apps. 227 228commit 1ba50582a418d89f8ac35c240447b350ea9d0ab2 229Author: Eric Anholt <anholt@freebsd.org> 230Date: Sun Nov 20 22:08:55 2005 +0000 231 232 Add/improve .cvsignore files for apps. 233 234commit 4b4ebfca21168cc83b7ccfbb0fe1e6ebd2a2e5bb 235Author: Kevin E Martin <kem@kem.org> 236Date: Wed Oct 19 02:47:57 2005 +0000 237 238 Update package version number for RC1 release. 239 240commit 022a5b1b6b2aa381285defde18103c6f3ebbe778 241Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 242Date: Mon Oct 17 23:56:25 2005 +0000 243 244 Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to 245 work better with BSD make 246 247commit 5ca430be51bd4954ea35ddefef8796e1758fc8c5 248Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 249Date: Fri Oct 14 00:25:48 2005 +0000 250 251 Use sed to fill in variables in man page 252 253commit 10db36754587a228c96f90f99a11ccad353425cc 254Author: Alan Coopersmith <Alan.Coopersmith@sun.com> 255Date: Mon Aug 1 20:25:32 2005 +0000 256 257 Install man pages to section 1 instead of section m (Patch from Donnie 258 Berkholz) 259 260commit 82cf5ce8a7e191d0dc38bf5fec724e95cf5e9f05 261Author: Kevin E Martin <kem@kem.org> 262Date: Fri Jul 29 21:22:37 2005 +0000 263 264 Various changes preparing packages for RC0: 265 - Verify and update package version numbers as needed 266 - Implement versioning scheme 267 - Change bug address to point to bugzilla bug entry form 268 - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to 269 reenable it) 270 - Fix makedepend to use pkgconfig and pass distcheck 271 - Update build script to build macros first 272 - Update modular Xorg version 273 274commit 177c64c1dfade46fd6620a4abe3efb756df66c97 275Author: Adam Jackson <ajax@nwnk.net> 276Date: Wed Jul 20 19:32:04 2005 +0000 277 278 Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global 279 configure cache, you cache it, and the cached value is probably wrong. 280 281commit 67d4877c3b7fcc2324da39842da689f8bdf6122d 282Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk> 283Date: Fri Jul 1 20:27:45 2005 +0000 284 285 Build systems for xrdb, xrandr, xrefresh 286 287commit 19215e4aeb78583e494c46c3c1688fdd302a07a6 288Author: Egbert Eich <eich@suse.de> 289Date: Fri Apr 23 19:55:03 2004 +0000 290 291 Merging XORG-CURRENT into trunk 292 293commit bc2ce0a283d8fe5ccd6c44a44694e78b63d62f16 294Author: Egbert Eich <eich@suse.de> 295Date: Sun Mar 14 08:35:42 2004 +0000 296 297 Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 298 299commit 6227cc7baaaa63a31d290d68bcef4a10dddb8f26 300Author: Egbert Eich <eich@suse.de> 301Date: Wed Mar 3 12:13:15 2004 +0000 302 303 Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 304 305commit c62bc09651eb49f9bf1b77a5cf38f58b9de56124 306Author: Egbert Eich <eich@suse.de> 307Date: Thu Feb 26 13:36:26 2004 +0000 308 309 readding XFree86's cvs IDs 310 311commit 4d0fea1f3df49aae6438323b55719c965d24b72e 312Author: Egbert Eich <eich@suse.de> 313Date: Thu Feb 26 09:24:14 2004 +0000 314 315 Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 316 317commit 74c58bb147d9c5cdae03c10cd8fd37e9186a8343 318Author: Kaleb Keithley <kaleb@freedesktop.org> 319Date: Fri Nov 14 16:49:23 2003 +0000 320 321 XFree86 4.3.0.1 322 323commit f6579bfc3c724813e8dffe3dc9b417b23555762a 324Author: Kaleb Keithley <kaleb@freedesktop.org> 325Date: Fri Nov 14 15:54:54 2003 +0000 326 327 R6.6 is the Xorg base-line 328