ChangeLog 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457
  1. commit 0563142cc89b04d1bca3208751b186df9649dbda
  2. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  3. Date: Fri Feb 10 21:25:41 2012 -0800
  4. oclock 1.0.3
  5. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  6. commit 027f85a81df383155e365f160d7760fa50e48ebe
  7. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  8. Date: Fri Oct 14 23:12:05 2011 -0700
  9. Enable the latent XKBStdBell code in oclock
  10. This code has been unreachable since the switch from Imake lost -DXKB,
  11. might as well hook it back up. Sadly it relies on the nonsensical use
  12. of libxkbfile for the Bell calls, but such is the state of our XKB Bell API.
  13. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  14. commit 18873da4921369f687023522bc0f07e8e51c8f05
  15. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  16. Date: Fri Oct 14 22:57:06 2011 -0700
  17. Strip CVS/RCS id tags
  18. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  19. commit 9e9ba1248f9fa8a43bb98be9bea024aaaa4f0d64
  20. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  21. Date: Fri Oct 14 22:53:52 2011 -0700
  22. Strip trailing whitespace
  23. Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
  24. git diff -w & git diff -b show no diffs from this change
  25. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  26. commit b1def38874735ca15025edd0d3776387fddeb7f3
  27. Author: Julien Cristau <jcristau@debian.org>
  28. Date: Tue Apr 26 18:36:48 2011 +0200
  29. link against -lXt directly
  30. We use Xt, let's check for it explicitly in configure along with the
  31. other libs.
  32. Signed-off-by: Julien Cristau <jcristau@debian.org>
  33. commit d8d86bc4d1f8c38d7ee7a9e127e43c6892a6033d
  34. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  35. Date: Mon Jan 24 22:09:43 2011 -0800
  36. Combine usage output into a single string/fprintf call
  37. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  38. commit 5058a07bd4be9f15094b7bbde0fd4d9a975d3ca9
  39. Author: Gaetan Nadon <memsize@videotron.ca>
  40. Date: Wed Jan 19 10:06:55 2011 -0500
  41. config: move man pages into their own directory
  42. Use services provided by XORG_MANPAGE_SECTIONS.
  43. Use standard Makefile for man pages.
  44. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  45. commit 379420630b1225d9aeed45a7b8b690e548244c14
  46. Author: Gaetan Nadon <memsize@videotron.ca>
  47. Date: Thu Jan 13 11:15:47 2011 -0500
  48. man: remove trailing spaces and tabs
  49. Using s/[ \t]*$//
  50. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  51. commit 29f8733848d82ec2fd06b95ce5570f64c89ee58f
  52. Author: Gaetan Nadon <memsize@videotron.ca>
  53. Date: Wed Jan 12 16:28:02 2011 -0500
  54. config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
  55. This silences an Autoconf warning
  56. commit 7e4dc63fb57cb8d74eb2cc77e3992d5339d97d42
  57. Author: Gaetan Nadon <memsize@videotron.ca>
  58. Date: Wed Jan 12 15:29:49 2011 -0500
  59. config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
  60. This silences an Automake warning.
  61. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  62. commit 52f1f49fa24a0459b6ca4db2f3f55700ba66f3c6
  63. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  64. Date: Wed Sep 22 19:55:54 2010 -0700
  65. oclock 1.0.2
  66. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  67. commit af0aaab315399dafdb29a487c841b7de8271079d
  68. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  69. Date: Wed Sep 22 19:53:41 2010 -0700
  70. config: remove AC_SUBST of OCLOCK_CFLAGS & OCLOCK_LIBS
  71. PKG_CHECK_MODULES handles that automatically for us
  72. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  73. commit a7515825e8d487ec58634dde47e110602617079f
  74. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  75. Date: Wed Sep 22 19:52:54 2010 -0700
  76. config: Remove AC_PROG_CC & AC_PROG_INSTALL that XORG_DEFAULT_OPTIONS provide
  77. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  78. commit d4b4454ad1aa65849a83f12938e6e2913d7e2ce9
  79. Author: Gaetan Nadon <memsize@videotron.ca>
  80. Date: Tue Jul 20 18:45:18 2010 -0400
  81. config: update AC_PREREQ statement to 2.60
  82. Unrelated to the previous patches, the new value simply reflects
  83. the reality that the minimum level for autoconf to configure
  84. all x.org modules is 2.60 dated June 2006.
  85. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
  86. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  87. commit 375822dca8af44b7c38885877063ea961edc162c
  88. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  89. Date: Wed Sep 22 19:47:59 2010 -0700
  90. config: upgrade to util-macros 1.8 for additional man page support
  91. Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
  92. The value of MAN_SUBST is the same for all X.Org packages.
  93. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
  94. The existing statement can now be removed from the configuration file.
  95. Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
  96. Enables silent rule and use platform appropriate version of sed.
  97. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  98. commit 116e81ed700e02f7ca33d9e5befae9bef8398ae9
  99. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  100. Date: Fri Aug 6 08:10:33 2010 -0700
  101. Fill in COPYING file with copyright notices from source code
  102. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  103. commit 36c59a40384192c5ae4a8036532968e96fe2f9c1
  104. Author: Gaetan Nadon <memsize@videotron.ca>
  105. Date: Thu Feb 11 10:08:06 2010 -0500
  106. config: move CWARNFLAGS from configure.ac to Makefile.am
  107. Compiler warning flags should be explicitly set in the makefile
  108. rather than being merged with other packages compiler flags.
  109. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  110. commit 42362ed91f2fd2b8283778890923b336ef4caf8a
  111. Author: Gaetan Nadon <memsize@videotron.ca>
  112. Date: Sat Dec 19 20:48:47 2009 -0500
  113. configure.ac: use backticks rather than $() for cmd subs
  114. Use "$PKG_CONFIG" rather than hard coded "pkg-config"
  115. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  116. commit e053ca4439ec3e5feab7de4ace216ace4e5f31fd
  117. Author: Gaetan Nadon <memsize@videotron.ca>
  118. Date: Thu Nov 26 09:19:52 2009 -0500
  119. Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  120. Now that the INSTALL file is generated.
  121. Allows running make maintainer-clean.
  122. commit 1d1d81985cd3f334950afeb8db907aababbd5fac
  123. Author: Gaetan Nadon <memsize@videotron.ca>
  124. Date: Wed Oct 28 14:09:07 2009 -0400
  125. INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  126. Add missing INSTALL file. Use standard GNU file on building tarball
  127. README may have been updated
  128. Remove AUTHORS file as it is empty and no content available yet.
  129. Remove NEWS file as it is empty and no content available yet.
  130. commit 826f9ffce175226b8aa377742e833afb4da75fa3
  131. Author: Gaetan Nadon <memsize@videotron.ca>
  132. Date: Tue Oct 27 15:07:24 2009 -0400
  133. Deploy the new XORG_DEFAULT_OPTIONS #24242
  134. This macro aggregate a number of existing macros that sets commmon
  135. X.Org components configuration options. It shields the configuration file from
  136. future changes.
  137. commit 31872e9a9c11edb98bd3f80898c758f906b73ae2
  138. Author: Gaetan Nadon <memsize@videotron.ca>
  139. Date: Mon Oct 26 22:08:38 2009 -0400
  140. Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
  141. ChangeLog filename is known to Automake and requires no further
  142. coding in the makefile.
  143. commit 626858ae023ca3ca69178d9d97f6777c9647c0a7
  144. Author: Gaetan Nadon <memsize@videotron.ca>
  145. Date: Thu Oct 22 12:34:14 2009 -0400
  146. .gitignore: use common defaults with custom section # 24239
  147. Using common defaults will reduce errors and maintenance.
  148. Only the very small or inexistent custom section need periodic maintenance
  149. when the structure of the component changes. Do not edit defaults.
  150. commit f698ed2d837837c4f8f8e0f26cb8780c352c5cdc
  151. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  152. Date: Thu Oct 1 14:54:18 2009 -0700
  153. Add README with pointers to mailing lists, bugzilla, & git
  154. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  155. commit 11e13bdf2bdc6cdc7f7d27427016eaf8c9ad48c3
  156. Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
  157. Date: Mon Jan 12 18:53:19 2009 -0200
  158. Ansification and compile warning fixes.
  159. This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
  160. make distcheck and all gcc 4.3 and sparse warnings.
  161. commit 8509d5cc01607e19590571b4e0d941b0e5900052
  162. Author: Matthieu Herrb <matthieu@bluenote.herrb.net>
  163. Date: Sat Mar 8 22:01:17 2008 +0100
  164. Makefile.am: nuke RCS Id
  165. commit e86ed6c3e18f8c1b751ab3da248f30c930d8fb25
  166. Author: James Cloos <cloos@jhcloos.com>
  167. Date: Thu Dec 6 16:37:03 2007 -0500
  168. Replace static ChangeLog with dist-hook to generate from git log
  169. commit b876d58de971bd0f49be63a171f467dc2e20853e
  170. Author: James Cloos <cloos@jhcloos.com>
  171. Date: Mon Sep 3 05:51:06 2007 -0400
  172. Add *~ to .gitignore to skip patch/emacs droppings
  173. commit e76d84c2bec66612645e1b85828fa2407d4ff7b9
  174. Author: James Cloos <cloos@jhcloos.com>
  175. Date: Thu Aug 23 19:24:30 2007 -0400
  176. Rename .cvsignore to .gitignore
  177. commit 7d50f6245b18b96d8b2bf76a62bb2f2ca4a32d6b
  178. Author: Kevin E Martin <kem@kem.org>
  179. Date: Wed Dec 21 02:29:43 2005 +0000
  180. Update package version for X11R7 release.
  181. commit 8beaf1035944b5d9da483940298ea6d14c68ee04
  182. Author: Adam Jackson <ajax@nwnk.net>
  183. Date: Mon Dec 19 16:22:41 2005 +0000
  184. Stub COPYING files
  185. commit 47d806d0d0893a348f7d8c5107129e1b1691889d
  186. Author: Kevin E Martin <kem@kem.org>
  187. Date: Thu Dec 15 00:24:03 2005 +0000
  188. Update package version number for final X11R7 release candidate.
  189. commit 01110cd495dc25e40e99dac70e104e97bfa88ec1
  190. Author: Kevin E Martin <kem@kem.org>
  191. Date: Wed Dec 7 16:17:58 2005 +0000
  192. Change to use the app-defaults default dir configured in libXt.
  193. commit de145e0469b263c12499fb6827e8ca7290b9e174
  194. Author: Kevin E Martin <kem@kem.org>
  195. Date: Tue Dec 6 22:48:17 2005 +0000
  196. Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
  197. commit c5c9c2a0db7a375478dc58e9de96d2dc02dfd085
  198. Author: Kevin E Martin <kem@kem.org>
  199. Date: Sat Dec 3 05:49:16 2005 +0000
  200. Update package version number for X11R7 RC3 release.
  201. commit 6e2eb6b70fe7a6309455a72dd9efec780a78bea3
  202. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  203. Date: Mon Nov 28 22:01:37 2005 +0000
  204. Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
  205. update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
  206. commit 294fb296909b32db0f58a0ad5c78a63ecdfd83f0
  207. Author: Eric Anholt <anholt@freebsd.org>
  208. Date: Mon Nov 21 10:34:56 2005 +0000
  209. Another pass at .cvsignores for apps.
  210. commit 24f73d458c367328b5e97544052c53a0ba352890
  211. Author: Eric Anholt <anholt@freebsd.org>
  212. Date: Sun Nov 20 22:08:49 2005 +0000
  213. Add/improve .cvsignore files for apps.
  214. commit 233a988e813d0239ab567d66342e2b745584a72c
  215. Author: Kevin E Martin <kem@kem.org>
  216. Date: Wed Oct 19 02:47:49 2005 +0000
  217. Update package version number for RC1 release.
  218. commit e47bd2f5b354a14af9ba84cf9900dfc8e2f51b80
  219. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  220. Date: Tue Oct 18 00:32:53 2005 +0000
  221. Change default install dir for app-default files from
  222. $(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match
  223. the monolith & allow localization
  224. commit f1d6f0ee06acfb84ebbfa5841e18d9b3301c8619
  225. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  226. Date: Mon Oct 17 23:56:20 2005 +0000
  227. Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
  228. work better with BSD make
  229. commit 3dd33cc2d36264c903a0032769ce6debc7780be5
  230. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  231. Date: Fri Oct 14 00:25:42 2005 +0000
  232. Use sed to fill in variables in man page
  233. commit 54fc284497e7a8399e2527d2198862011b85ef75
  234. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  235. Date: Thu Oct 13 20:10:59 2005 +0000
  236. Fix app-default files to install under the same names as in the monolith
  237. instead of their short names used only for 14-character filename length
  238. limited ancient filesystems
  239. commit 3d6bd1e2ab17b69f0b188325bbda62e56df13dbf
  240. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  241. Date: Mon Aug 1 20:25:28 2005 +0000
  242. Install man pages to section 1 instead of section m (Patch from Donnie
  243. Berkholz)
  244. commit 9c808e849cc65bf482f1e1f0b33fc82cd08a0593
  245. Author: Kevin E Martin <kem@kem.org>
  246. Date: Fri Jul 29 21:22:29 2005 +0000
  247. Various changes preparing packages for RC0:
  248. - Verify and update package version numbers as needed
  249. - Implement versioning scheme
  250. - Change bug address to point to bugzilla bug entry form
  251. - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
  252. reenable it)
  253. - Fix makedepend to use pkgconfig and pass distcheck
  254. - Update build script to build macros first
  255. - Update modular Xorg version
  256. commit b986847c03da39c177ff8f4086e658c36228fdb2
  257. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  258. Date: Tue Jul 26 15:44:01 2005 +0000
  259. Replace more GNU make-ism's with more portable macros
  260. commit 9fea8d0cce13310b0549f9af164b04614dee26c6
  261. Author: Adam Jackson <ajax@nwnk.net>
  262. Date: Wed Jul 20 19:31:49 2005 +0000
  263. Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
  264. configure cache, you cache it, and the cached value is probably wrong.
  265. commit 375d4ff16a93c5e1874b1a21c96a9549475ae6c4
  266. Author: Matthieu Herrb <matthieu.herrb@laas.fr>
  267. Date: Sun Jul 17 20:11:01 2005 +0000
  268. fix rules to work with non-GNU make and outside of $srcdir
  269. commit f9b186fdd589267fc8d448ffc5da6d775afe01f2
  270. Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
  271. Date: Tue Jun 28 15:22:52 2005 +0000
  272. Add buildsystem for oclock
  273. commit 9bc6e165c4c22f0eb412b306b7e0032a0f6dcac0
  274. Author: Egbert Eich <eich@suse.de>
  275. Date: Fri Apr 23 19:54:36 2004 +0000
  276. Merging XORG-CURRENT into trunk
  277. commit b456377e090d94ffd38f64b7e0bf86f575b832c2
  278. Author: Egbert Eich <eich@suse.de>
  279. Date: Sun Mar 14 08:34:55 2004 +0000
  280. Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  281. commit a99975463d105d5db7de3648c6fb0af568f87a70
  282. Author: Egbert Eich <eich@suse.de>
  283. Date: Wed Mar 3 12:12:53 2004 +0000
  284. Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  285. commit 89b70b9fc003bb288a66eb1d4e868489dde88d65
  286. Author: Egbert Eich <eich@suse.de>
  287. Date: Thu Feb 26 13:36:15 2004 +0000
  288. readding XFree86's cvs IDs
  289. commit dfbd841e966677b36ccf72f8f6492e1010831f5b
  290. Author: Egbert Eich <eich@suse.de>
  291. Date: Thu Feb 26 09:23:57 2004 +0000
  292. Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  293. commit bd8264b017134cc6def3657a3c770e1a9841ca67
  294. Author: Kaleb Keithley <kaleb@freedesktop.org>
  295. Date: Tue Nov 25 19:29:02 2003 +0000
  296. XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
  297. commit 71633e81c3dd2135c7c4c67c954dc0b7f162f7dc
  298. Author: Kaleb Keithley <kaleb@freedesktop.org>
  299. Date: Fri Nov 14 16:48:57 2003 +0000
  300. XFree86 4.3.0.1
  301. commit c4bc1693ae8bbc4bff3891b1d06b110025c23579
  302. Author: Kaleb Keithley <kaleb@freedesktop.org>
  303. Date: Fri Nov 14 15:54:53 2003 +0000
  304. R6.6 is the Xorg base-line