ChangeLog 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. commit 4ffa46d9d10267f0156b803a941de05e1c0e47a6
  2. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  3. Date: Wed Jan 5 20:05:42 2011 -0800
  4. xf86vidmodeproto 2.3.1
  5. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  6. commit d95a95c5b862648c2c7da8011abe6f0abb6f2064
  7. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  8. Date: Wed Jan 5 20:05:06 2011 -0800
  9. config: Add missing AC_CONFIG_SRCDIR
  10. Regroup AC statements under the Autoconf initialization section.
  11. Regroup AM statements under the Automake initialization section.
  12. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  13. commit 4b349a8c1512f660f5dc4fa94b65bab8c7c2f840
  14. Author: Gaetan Nadon <memsize@videotron.ca>
  15. Date: Sun Mar 28 19:25:52 2010 -0400
  16. config: update AC_PREREQ statement to 2.60
  17. Unrelated to the previous patches, the new value simply reflects
  18. the reality that the minimum level for autoconf to configure
  19. all x.org modules is 2.60 dated June 2006.
  20. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
  21. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  22. commit f3fe0f07a3071e11c23166a75fa8698f6cfeaa37
  23. Author: Gaetan Nadon <memsize@videotron.ca>
  24. Date: Sun Mar 28 19:00:31 2010 -0400
  25. config: remove the pkgconfig pc.in file from EXTRA_DIST
  26. Automake always includes it in the tarball.
  27. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  28. commit 7745d7c722ec3b576abb541e7b2cf599e5c07f15
  29. Author: Gaetan Nadon <memsize@videotron.ca>
  30. Date: Sun Nov 22 19:24:48 2009 -0500
  31. Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  32. Now that the INSTALL file is generated.
  33. Allows running make maintainer-clean.
  34. commit d3171dac99636eff33e58c0152b6489925fc429f
  35. Author: Gaetan Nadon <memsize@videotron.ca>
  36. Date: Mon Nov 16 11:13:30 2009 -0500
  37. README: file created or updated #24206
  38. Contains a set of URLs to freedesktop.org.
  39. commit 3f1d0e80b5fe5d7b252c4c16b2cb86070c9bb46e
  40. Author: Gaetan Nadon <memsize@videotron.ca>
  41. Date: Sun Nov 15 19:45:27 2009 -0500
  42. Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
  43. ChangeLog filename is known to Automake and requires no further
  44. coding in the makefile.
  45. commit 4aacd1bf5ccdb37d062c4415672788686c56c91f
  46. Author: Gaetan Nadon <memsize@videotron.ca>
  47. Date: Sun Nov 15 18:31:29 2009 -0500
  48. Makefile.am: INSTALL file is missing or incorrect #24206
  49. The standard GNU file on building/installing tarball is copied
  50. using the XORG_INSTALL macro contained in XORG_DEFAULT_OPTIONS
  51. Add INSTALL target
  52. commit 34a870ad95126eb8198e2fef59cbe729ed30cf5b
  53. Author: Gaetan Nadon <memsize@videotron.ca>
  54. Date: Sun Nov 15 18:11:36 2009 -0500
  55. configure.ac: deploy the new XORG_DEFAULT_OPTIONS #24242
  56. This macro aggregate a number of existing macros that sets commmon
  57. X.Org components configuration options. It shields the configuration file from
  58. future changes.
  59. commit c499ad258eab12e6f9615dfc518bbbfa05bfbf67
  60. Author: Gaetan Nadon <memsize@videotron.ca>
  61. Date: Sun Nov 15 13:55:25 2009 -0500
  62. configure.ac: AM_MAINTAINER_MODE missing #24238
  63. This turns off maintainer mode build rules in tarballs.
  64. Works in conjunction with autogen.sh --enable-maintainer-mode
  65. commit cbbf83b8d8a7fde9e5ea8879516ad02ab3e863c3
  66. Author: Gaetan Nadon <memsize@videotron.ca>
  67. Date: Sat Nov 14 18:26:47 2009 -0500
  68. .gitignore: use common defaults with custom section # 24239
  69. Using common defaults will reduce errors and maintenance.
  70. Only the very small or inexistent custom section need periodic maintenance
  71. when the structure of the component changes. Do not edit defaults.
  72. commit fdbcfa8a73bf1e38c98d4d41e30ab2a06072be46
  73. Author: Peter Hutterer <peter.hutterer@who-t.net>
  74. Date: Thu Oct 1 20:12:03 2009 +1000
  75. xf86vidmodeproto 2.3
  76. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  77. commit 5d9c8eb371dc1cb6d27fab98c942868518db73c0
  78. Author: Peter Hutterer <peter.hutterer@who-t.net>
  79. Date: Thu Oct 1 19:55:12 2009 +1000
  80. Require macros 1.3 for XORG_DEFAULT_OPTIONS
  81. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  82. commit 5df1367567475ed17d693dd94aa802e867b26008
  83. Author: Peter Hutterer <peter.hutterer@who-t.net>
  84. Date: Thu Aug 27 11:09:25 2009 +1000
  85. xf86vidmodeproto 2.2.99.1
  86. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  87. commit 50fe2de4abe06bcf9e38e7dcd5005538e0ba3ce1
  88. Author: Peter Hutterer <peter.hutterer@who-t.net>
  89. Date: Wed Aug 26 15:42:05 2009 +1000
  90. Remove xf86vmode.h Xlib parts, rename to xf86vm.h
  91. The xlib header moved to libXxf86vm.
  92. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  93. commit d80e22cbe804ce4d21082bd13484b03ffe05ef4a
  94. Author: Peter Hutterer <peter.hutterer@who-t.net>
  95. Date: Wed Aug 26 15:40:04 2009 +1000
  96. Move request opcodes to xf86vmproto.h
  97. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  98. commit 0f02b0aea4fd864ceaa2bea6f09bbea2d8e9cfbf
  99. Author: Peter Hutterer <peter.hutterer@who-t.net>
  100. Date: Wed Aug 26 15:31:51 2009 +1000
  101. Move xf86vmstr.h to xf86vmproto.h for consistency with other modules.
  102. A stub xf86vmstr.h is provided to avoid clients breaking.
  103. commit 6c6cedfb11acd4152df2cdd284d4d982bb08860f
  104. Author: Peter Hutterer <peter.hutterer@who-t.net>
  105. Date: Wed Aug 26 12:07:57 2009 +1000
  106. Remove RCS tags
  107. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  108. commit 7efd16a110ea4e8a7deab405fba7e1f5ceb4add2
  109. Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
  110. Date: Tue Jan 27 20:06:28 2009 -0200
  111. Janitor: Correct make distcheck and dont distribute autogen.sh
  112. commit a163fd8950df350205503b53cd202775b2e402d5
  113. Author: James Cloos <cloos@jhcloos.com>
  114. Date: Thu Dec 6 16:39:13 2007 -0500
  115. Replace static ChangeLog with dist-hook to generate from git log
  116. commit cdf94f93116528a9b9acf520bf22d9075b0f3e50
  117. Author: James Cloos <cloos@jhcloos.com>
  118. Date: Mon Sep 3 05:54:32 2007 -0400
  119. Add *~ to .gitignore to skip patch/emacs droppings
  120. commit f162f887d750eb55e8b2bf69d67ef93cf9d01214
  121. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  122. Date: Fri Jul 14 18:56:51 2006 -0700
  123. renamed: .cvsignore -> .gitignore
  124. commit 6f31aeb365cf7458a32c41a7d8330e3a7200639d
  125. Author: Kevin E Martin <kem@kem.org>
  126. Date: Thu Dec 15 00:24:40 2005 +0000
  127. Update package version number for final X11R7 release candidate.
  128. commit b640ed8f4aae8665ece27bbb88929271e5d23bfb
  129. Author: Kevin E Martin <kem@kem.org>
  130. Date: Wed Oct 19 02:48:16 2005 +0000
  131. Update package version number for RC1 release.
  132. commit 3fed39c66767d7749e0100d0e5a7ff8d30d5ba89
  133. Author: Eric Anholt <anholt@freebsd.org>
  134. Date: Tue Aug 2 19:19:41 2005 +0000
  135. Add basic .cvsignore files for proto modules.
  136. commit 01842f2f1c3b1e9fd1c3d87a05f9c17a7958efcb
  137. Author: Kevin E Martin <kem@kem.org>
  138. Date: Fri Jul 29 21:22:57 2005 +0000
  139. Various changes preparing packages for RC0:
  140. - Verify and update package version numbers as needed
  141. - Implement versioning scheme
  142. - Change bug address to point to bugzilla bug entry form
  143. - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
  144. reenable it)
  145. - Fix makedepend to use pkgconfig and pass distcheck
  146. - Update build script to build macros first
  147. - Update modular Xorg version
  148. commit 5a98fd8bf1673989e2137f3c77b5308d06c9cfb2
  149. Author: Daniel Stone <daniel@fooishbar.org>
  150. Date: Sat May 21 04:57:26 2005 +0000
  151. Set version to 2.2.
  152. commit ff7d9c3e3d9f3090c70ee315379184cec840bab9
  153. Author: Adam Jackson <ajax@nwnk.net>
  154. Date: Thu May 19 00:22:41 2005 +0000
  155. revert last change, didn't do right thing at all, sorry for the noise
  156. commit 3f0d5315ce34c2e289b4c45fe336982e2d19611e
  157. Author: Adam Jackson <ajax@nwnk.net>
  158. Date: Thu May 19 00:10:20 2005 +0000
  159. Require automake 1.7 in AM_INIT_AUTOMAKE
  160. commit b8c1be8e8a5737ff433ddff3a71fa7c25d3be14f
  161. Author: Josh Triplett <josh@speakeasy.net>
  162. Date: Wed May 18 08:05:14 2005 +0000
  163. Add COPYING file for XF86VidMode.
  164. commit b33eb4f56ee5c9e0b05fd6928c799e422a689790
  165. Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
  166. Date: Mon May 9 18:20:07 2005 +0000
  167. Change all the protonames from <extension>Ext to <extension>Proto.
  168. commit 5ed94797c194b427855f5df9e1c2ae64638af180
  169. Author: Kevin E Martin <kem@kem.org>
  170. Date: Fri May 6 01:46:32 2005 +0000
  171. Initial build system files for proto module.
  172. commit 0748aa1ae39c980ddb1187ecdfc2207facf2e389
  173. Author: Egbert Eich <eich@suse.de>
  174. Date: Fri Apr 23 18:43:06 2004 +0000
  175. Merging XORG-CURRENT into trunk
  176. commit ef8371400847bef2287569ac71788a9826a9b729
  177. Author: Egbert Eich <eich@suse.de>
  178. Date: Sun Mar 14 08:31:36 2004 +0000
  179. Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  180. commit 6115f13c599aea728376960d890d6cc9388a3c4a
  181. Author: Egbert Eich <eich@suse.de>
  182. Date: Wed Mar 3 12:10:54 2004 +0000
  183. Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  184. commit e40543bec997d79ff38179b53e29a3b81cddd243
  185. Author: Egbert Eich <eich@suse.de>
  186. Date: Thu Feb 26 13:35:14 2004 +0000
  187. readding XFree86's cvs IDs
  188. commit d5a66212db8227a44377cd7bd970c4e2fc45105f
  189. Author: Egbert Eich <eich@suse.de>
  190. Date: Thu Feb 26 09:22:28 2004 +0000
  191. Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  192. commit 754f6a23806c0eb9878f35410b4ce37d69b2f4f8
  193. Author: Kaleb Keithley <kaleb@freedesktop.org>
  194. Date: Fri Nov 14 16:48:43 2003 +0000
  195. XFree86 4.3.0.1
  196. commit ae24ecf53488a3806ca5fff2cee21c03204f9f96
  197. Author: Kaleb Keithley <kaleb@freedesktop.org>
  198. Date: Fri Nov 14 15:54:35 2003 +0000
  199. R6.6 is the Xorg base-line