ChangeLog 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643
  1. commit a92082cb05bb3d6d3f0bebb951133774ca2dd412
  2. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  3. Date: Thu Apr 16 23:11:22 2015 -0700
  4. xev 1.2.2
  5. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  6. commit 740bf3bdfc20f3fabf7205e04f6fcf224c6a54ff
  7. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  8. Date: Mon Jun 2 22:29:55 2014 -0700
  9. autogen.sh: Honor NOCONFIGURE=1
  10. See http://people.gnome.org/~walters/docs/build-api.txt
  11. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  12. commit 3239b4ca117c815e7ea7e99697649b98a50193a6
  13. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  14. Date: Mon Jun 2 22:29:55 2014 -0700
  15. configure: Drop AM_MAINTAINER_MODE
  16. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  17. commit 3083d6f51221ce6ab56eb14b71bbda08c320efc1
  18. Author: Egbert Eich <eich@freedesktop.org>
  19. Date: Wed Feb 12 19:27:26 2014 +0100
  20. Add event filter for button events
  21. Signed-off-by: Egbert Eich <eich@freedesktop.org>
  22. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  23. commit b2cde1725132e0f0f3cdd2019745d130235282c3
  24. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  25. Date: Wed Nov 27 18:18:38 2013 -0800
  26. Add -version option to print program version
  27. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  28. commit 5eb60b2f71fb673bb6bb34a956c2f3114a59e152
  29. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  30. Date: Wed Nov 27 18:15:37 2013 -0800
  31. Print which option was in error along with usage message
  32. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  33. commit a687c0900872326b864baeb4d6b056153a0cc8c1
  34. Author: Aaron Plattner <aplattner@nvidia.com>
  35. Date: Tue Jan 29 15:05:51 2013 -0800
  36. man: Add -event to the command synopsis
  37. Commit d33b2c81bd931d581e5ce4b36f99ee60a76e740d added an option, -event, to
  38. allow the user to select which events to display. I remembered to add it to the
  39. man page's OPTIONS, section, but not to the command summary in the SYNOPSIS
  40. section.
  41. Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
  42. Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
  43. commit ea6c49b7635e21ab97c5ee41963d5024466e0106
  44. Author: Aaron Plattner <aplattner@nvidia.com>
  45. Date: Tue Jan 29 13:42:40 2013 -0800
  46. xev 1.2.1
  47. Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
  48. commit f02bf10367271b6713cdf231771e5320474fcc15
  49. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  50. Date: Mon Jan 14 23:28:22 2013 -0800
  51. Use strncasecmp instead of a tolower loop & strncmp
  52. v2: Since strncasecmp is in Unix98, assume it is always available,
  53. and drop fallback code for systems without it.
  54. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  55. commit 6731b622587e83572452c96423195528579fd98d
  56. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  57. Date: Mon Jan 14 23:21:43 2013 -0800
  58. Fix clang warnings about converting size_t to int and back again
  59. xev.c:909:15: warning: implicit conversion loses integer precision: 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
  60. int len = strlen (s);
  61. ~~~ ^~~~~~~~~~
  62. xev.c:917:34: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
  63. if (strncmp (s, "notuseful", len) == 0) return (NotUseful);
  64. ~~~~~~~ ^~~
  65. xev.c:918:35: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
  66. if (strncmp (s, "whenmapped", len) == 0) return (WhenMapped);
  67. ~~~~~~~ ^~~
  68. xev.c:919:31: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
  69. if (strncmp (s, "always", len) == 0) return (Always);
  70. ~~~~~~~ ^~~
  71. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  72. Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
  73. commit d33b2c81bd931d581e5ce4b36f99ee60a76e740d
  74. Author: Aaron Plattner <aplattner@nvidia.com>
  75. Date: Mon Jun 25 15:36:23 2012 -0700
  76. Add a -event parameter to control the event mask
  77. It's annoying to have to sift through a lot of unrelated events if all you care
  78. about is one specific class of events (e.g. RandR events). Add a -event
  79. parameter that can be used to tune which events to select. When not specified,
  80. all events are selected.
  81. Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
  82. Reviewed-by: Andy Ritger <aritger@nvidia.com>
  83. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  84. commit 96b24e2c353bb4c9b7a0e2fff4f13d015fdb25b9
  85. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  86. Date: Tue Feb 21 20:51:23 2012 -0800
  87. xev 1.2.0
  88. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  89. commit 42299b08106445e938e47392da5b3c26f650413a
  90. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  91. Date: Wed Feb 15 15:30:59 2012 -0800
  92. Rename "mask" variable to "rr_mask" in randr setup code.
  93. Fixes gcc warning:
  94. xev.c: In function `main':
  95. xev.c:1129: warning: declaration of 'mask' shadows a previous local
  96. xev.c:923: warning: shadowed declaration is here
  97. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  98. commit 5006597a1e440bde27b652bb1754f8ad8e4f39f8
  99. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  100. Date: Wed Sep 28 21:43:40 2011 -0700
  101. Remove checks for NULL before XFree
  102. Replaced if (.*) \(XFree (.*);\) with \1
  103. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  104. commit 2770432c982373624a34b61f8abae100ece19886
  105. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  106. Date: Wed Sep 28 21:39:20 2011 -0700
  107. Remove render from PKG_CHECK_MODULES list
  108. No direct calls to libXrender functions or #includes of Xrender headers
  109. Fixes Solaris ld -z guidance warning:
  110. ld: guidance: removal of unused dependency recommended: libXrender.so.1
  111. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  112. commit fafbd548d2177d0e91b69fa5bf705bfff3923972
  113. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  114. Date: Wed Sep 28 21:38:49 2011 -0700
  115. Add const attributes to fix gcc -Wwrite-strings warnings
  116. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  117. commit a7882c4ab93100954e9e9a20f58e372bf6da612b
  118. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  119. Date: Wed Sep 28 21:34:17 2011 -0700
  120. Strip trailing whitespace
  121. Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
  122. git diff -w & git diff -b show no diffs from this change
  123. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  124. commit a808c25d8d08b6499ae3dd63dad416a75d172cc2
  125. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  126. Date: Thu Jun 9 20:21:51 2011 -0700
  127. config: Add missing AC_CONFIG_SRCDIR
  128. Regroup AC statements under the Autoconf initialization section.
  129. Regroup AM statements under the Automake initialization section.
  130. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  131. commit e13d96502d6df614c35584c2e9919f4a508de34f
  132. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  133. Date: Thu Jun 9 20:19:49 2011 -0700
  134. Replace local checks for gcc with _X_NORETURN from xproto 7.0.17
  135. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  136. commit 7965bc6efbf5db244593735bbb98f0ffa759cd1a
  137. Author: Michael Thayer <michael.thayer@oracle.com>
  138. Date: Thu Mar 3 13:35:15 2011 -0800
  139. Show RandR events
  140. Signed-off-by: Michael Thayer <michael.thayer@oracle.com>
  141. Signed-off-by: Aaron Plattner <aplattner@nvidia.com>
  142. Reviewed-by: Aaron Plattner <aplattner@nvidia.com>
  143. Tested-by: Aaron Plattner <aplattner@nvidia.com>
  144. commit 2e7b697e9b5719056430cead8f4f155db141629a
  145. Author: Gaetan Nadon <memsize@videotron.ca>
  146. Date: Wed Jan 19 10:06:56 2011 -0500
  147. config: move man pages into their own directory
  148. Use services provided by XORG_MANPAGE_SECTIONS.
  149. Use standard Makefile for man pages.
  150. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  151. commit 5f862ac7239618dcccd793aa8a13490f3f67ff50
  152. Author: Gaetan Nadon <memsize@videotron.ca>
  153. Date: Thu Jan 13 17:15:36 2011 -0500
  154. man: replace hard coded man page section with substitution strings
  155. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  156. commit 53c871b0439997c0a73ecf8f1af892efa955daa7
  157. Author: Gaetan Nadon <memsize@videotron.ca>
  158. Date: Thu Jan 13 11:15:47 2011 -0500
  159. man: remove trailing spaces and tabs
  160. Using s/[ \t]*$//
  161. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  162. commit e74ac8c79c617faa5d28b6d40ffd58c7aa1b4919
  163. Author: Gaetan Nadon <memsize@videotron.ca>
  164. Date: Wed Jan 12 16:28:02 2011 -0500
  165. config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
  166. This silences an Autoconf warning
  167. commit 01e2993e2563285ee22f18accecb5d65009a49a1
  168. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  169. Date: Sat Oct 30 09:03:09 2010 -0700
  170. xev 1.1.0
  171. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  172. commit b5de9e7a4554e678d909757a38f6347f13a90a9f
  173. Author: Jesse Adkins <jesserayadkins@gmail.com>
  174. Date: Tue Sep 28 13:29:49 2010 -0700
  175. Purge cvs tags.
  176. Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
  177. commit ab0e3e38f25d02c8f5cacd0b9b9e57bf61377cd6
  178. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  179. Date: Thu Sep 23 20:12:00 2010 -0700
  180. config: Remove unnecessary calls from configure.ac
  181. AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
  182. PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
  183. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  184. commit a4f73b5cc6b357911683907b1038b0deeaeab9a6
  185. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  186. Date: Thu Sep 23 20:10:43 2010 -0700
  187. config: upgrade to util-macros 1.8 for additional man page support
  188. Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
  189. The value of MAN_SUBST is the same for all X.Org packages.
  190. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
  191. Enables use of platform appropriate version of sed.
  192. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  193. commit 03a9a643d8a58539d6e6e08dfcd2e60abdc4d41b
  194. Author: Gaetan Nadon <memsize@videotron.ca>
  195. Date: Tue Jul 20 18:45:18 2010 -0400
  196. config: update AC_PREREQ statement to 2.60
  197. Unrelated to the previous patches, the new value simply reflects
  198. the reality that the minimum level for autoconf to configure
  199. all x.org modules is 2.60 dated June 2006.
  200. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
  201. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  202. commit 743eb7755bb50bccffb0840af44e67a4d635d1c1
  203. Author: Kim Woelders <kim@woelders.dk>
  204. Date: Sat Jan 16 19:09:28 2010 +0100
  205. Add -root option to specify monitoring root window events.
  206. Signed-off-by: Kim Woelders <kim@woelders.dk>
  207. Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
  208. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  209. commit f16f31d5e9a1c379d4a3077bf578ad86faac50f9
  210. Author: Gaetan Nadon <memsize@videotron.ca>
  211. Date: Thu Nov 26 09:19:53 2009 -0500
  212. Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  213. Now that the INSTALL file is generated.
  214. Allows running make maintainer-clean.
  215. commit 25621719b10fa2e9378d2ae46a964a4c25fff9f2
  216. Author: Gaetan Nadon <memsize@videotron.ca>
  217. Date: Wed Oct 28 14:09:08 2009 -0400
  218. INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  219. Add missing INSTALL file. Use standard GNU file on building tarball
  220. README may have been updated
  221. Remove AUTHORS file as it is empty and no content available yet.
  222. Remove NEWS file as it is empty and no content available yet.
  223. commit a828ad4a1881134c30886534a8879870ded15318
  224. Author: Gaetan Nadon <memsize@videotron.ca>
  225. Date: Mon Oct 26 22:08:38 2009 -0400
  226. Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
  227. ChangeLog filename is known to Automake and requires no further
  228. coding in the makefile.
  229. commit 264bcc9d1df3fc069042494a95883015cfa4a0e4
  230. Author: Gaetan Nadon <memsize@videotron.ca>
  231. Date: Thu Oct 22 12:34:15 2009 -0400
  232. .gitignore: use common defaults with custom section # 24239
  233. Using common defaults will reduce errors and maintenance.
  234. Only the very small or inexistent custom section need periodic maintenance
  235. when the structure of the component changes. Do not edit defaults.
  236. commit 46ce6c0f79b4493163d9b8c6de20d1308c40a330
  237. Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
  238. Date: Wed Oct 21 12:47:20 2009 -0700
  239. This is not a GNU project, so declare it foreign.
  240. On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
  241. > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
  242. > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
  243. > > was quite annoying to work around since 'autoreconf -fvi' replaces
  244. > > it and git wants to commit it. Should these files even be in git?
  245. > > Can I nuke them for the betterment of humanity and since they get
  246. > > created by autoreconf anyways?
  247. >
  248. > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
  249. As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
  250. AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
  251. of the INSTALL file. It is also part of the 24206 solution.
  252. Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
  253. commit 7616febda25a1c6dd1f5458de60286ba6099104c
  254. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  255. Date: Mon Oct 12 18:45:55 2009 -0700
  256. xev 1.0.4
  257. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  258. commit 1e549e6420abc892ef6230d7cf798f74c8fc5582
  259. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  260. Date: Mon Oct 12 18:38:22 2009 -0700
  261. Fill in COPYING with notice from xev.c
  262. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  263. commit 5c92c37b733db62d2504d6d93f5b5da0658b06b2
  264. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  265. Date: Mon Oct 12 18:36:45 2009 -0700
  266. Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
  267. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  268. commit 40bcf74b066c3b0347e5bc735bcf9a670af1b8c2
  269. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  270. Date: Thu Oct 1 14:54:23 2009 -0700
  271. Add README with pointers to mailing lists, bugzilla, & git
  272. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  273. commit b0e1f6b3ffc36de124479b85d60b1364d8b00393
  274. Author: Gaetan Nadon <memsize@videotron.ca>
  275. Date: Tue Jul 7 17:52:50 2009 -0400
  276. xev: use XORG_CHANGELOG macro to create ChangeLog. #22611
  277. Build break: app/xev/Makefile.am: command not found: git-log
  278. Adding the macro in configure.ac and use it in Makefile.am
  279. Refer to: https://bugs.freedesktop.org/show_bug.cgi?id=22611
  280. Tested: running autogen.sh, make and 'make dist'
  281. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  282. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
  283. commit 2fa6919b6f4cb007e218185f15c8fda512afcb37
  284. Author: Branden Robinson <branden@debian.org>
  285. Date: Mon Mar 22 17:19:47 2004 -0500
  286. Flush standard output after processing each event
  287. When redirecting the output of xev (eg, xev > foo), the output file is
  288. truncated on exit due to libc buffering, since xev's exit(0) is
  289. unreachable code. Reported by Bill Currie.
  290. Debian bug#238638 <http://bugs.debian.org/238638>
  291. commit 04f027bf11b566224ead89aff51eb06d222b7086
  292. Author: Adam Jackson <ajax@redhat.com>
  293. Date: Fri Mar 7 17:15:28 2008 -0500
  294. xev 1.0.3
  295. commit d82fb133b9cd4d3284db553a0afdd530b466073e
  296. Author: James Cloos <cloos@jhcloos.com>
  297. Date: Thu Dec 6 15:51:06 2007 -0500
  298. Add missing PHONY line for automatic ChangeLog generation
  299. commit 29a316c91b55a0ca193c9e902491f2ae78f33b76
  300. Author: James Cloos <cloos@jhcloos.com>
  301. Date: Thu Dec 6 05:13:52 2007 -0500
  302. Replace static ChangeLog with dist-hook to generate from git log
  303. commit 49658a2112957b2b4874d2a9faccb6e501a0cda5
  304. Author: Noah Levitt <nlevitt@columbia.edu>
  305. Date: Thu Dec 6 05:03:41 2007 -0500
  306. Handle WM_DELETE_WINDOW
  307. From bug 319¹:
  308. Make xev exit on WM_DELETE_WINDOW.
  309. 1] https://bugs.freedesktop.org/show_bug.cgi?id=319
  310. Signed-off-by: James Cloos <cloos@jhcloos.com>
  311. commit 990e7b0b33e894eeb395b4023cd4d0b67773777b
  312. Author: James Cloos <cloos@jhcloos.com>
  313. Date: Mon Sep 3 05:51:20 2007 -0400
  314. Add *~ to .gitignore to skip patch/emacs droppings
  315. commit ce1a508f11923e2bb29c8bd4fa87db57833ff5ec
  316. Author: James Cloos <cloos@jhcloos.com>
  317. Date: Thu Aug 23 19:24:45 2007 -0400
  318. Rename .cvsignore to .gitignore
  319. commit ada7026e755141f534ba3ea00aee5bf90be997da
  320. Author: Daniel Stone <daniel@fooishbar.org>
  321. Date: Thu Jun 1 23:26:44 2006 +0000
  322. Run XFilterEvent() on all events. (Samuel Thibault). Bump to 1.0.2.
  323. commit dd3eacf61876e6220aec7820ae16c534241a93ae
  324. Author: Kevin E Martin <kem@kem.org>
  325. Date: Wed Dec 21 02:29:49 2005 +0000
  326. Update package version for X11R7 release.
  327. commit d089b9b850eda5dd221f2c4567a2d0022bd2c92d
  328. Author: Adam Jackson <ajax@nwnk.net>
  329. Date: Mon Dec 19 16:22:43 2005 +0000
  330. Stub COPYING files
  331. commit 8d5e61ab1da7bc4e5083a6ae86cb427df847e70a
  332. Author: Kevin E Martin <kem@kem.org>
  333. Date: Thu Dec 15 00:24:06 2005 +0000
  334. Update package version number for final X11R7 release candidate.
  335. commit 810bc490f049b3a631eb84a57ea8a29537daef3f
  336. Author: Kevin E Martin <kem@kem.org>
  337. Date: Tue Dec 6 22:48:21 2005 +0000
  338. Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
  339. commit d87e1dafa7c9b26417e5742badbcb9219142e33b
  340. Author: Kevin E Martin <kem@kem.org>
  341. Date: Sat Dec 3 05:49:19 2005 +0000
  342. Update package version number for X11R7 RC3 release.
  343. commit a620a594b3603353c997ca466bf2a8ed3a52d11c
  344. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  345. Date: Mon Nov 28 22:01:41 2005 +0000
  346. Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
  347. update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
  348. commit 281463c1c846f943bb2851734f601479ca5ed08e
  349. Author: Eric Anholt <anholt@freebsd.org>
  350. Date: Mon Nov 21 10:35:00 2005 +0000
  351. Another pass at .cvsignores for apps.
  352. commit 50d5b9aa3c716de9062b83969ba2531b8557f944
  353. Author: Eric Anholt <anholt@freebsd.org>
  354. Date: Sun Nov 20 22:08:52 2005 +0000
  355. Add/improve .cvsignore files for apps.
  356. commit e6de376cb8b61d53f39b5c8b9a1f234c5b067304
  357. Author: Kevin E Martin <kem@kem.org>
  358. Date: Wed Oct 19 02:47:53 2005 +0000
  359. Update package version number for RC1 release.
  360. commit c435fcfb82d56ec362e937c498129f9593c4b57c
  361. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  362. Date: Mon Oct 17 23:56:22 2005 +0000
  363. Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
  364. work better with BSD make
  365. commit 930548b75a4223298810d4fb4a8c56dede7cf351
  366. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  367. Date: Fri Oct 14 00:25:44 2005 +0000
  368. Use sed to fill in variables in man page
  369. commit 95d839f5a07fbef63001f969c1972b43219e4451
  370. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  371. Date: Mon Aug 1 20:25:29 2005 +0000
  372. Install man pages to section 1 instead of section m (Patch from Donnie
  373. Berkholz)
  374. commit f7296eec10d316c0bd94999aa261d92f6c51b3e8
  375. Author: Kevin E Martin <kem@kem.org>
  376. Date: Fri Jul 29 21:22:32 2005 +0000
  377. Various changes preparing packages for RC0:
  378. - Verify and update package version numbers as needed
  379. - Implement versioning scheme
  380. - Change bug address to point to bugzilla bug entry form
  381. - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
  382. reenable it)
  383. - Fix makedepend to use pkgconfig and pass distcheck
  384. - Update build script to build macros first
  385. - Update modular Xorg version
  386. commit b6296a1f365eb956f9716b7e72c33d2a026c0728
  387. Author: Adam Jackson <ajax@nwnk.net>
  388. Date: Wed Jul 20 19:31:52 2005 +0000
  389. Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
  390. configure cache, you cache it, and the cached value is probably wrong.
  391. commit 275174c66316b789f96ec23974de50499ea3c5a2
  392. Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
  393. Date: Wed Jul 6 19:58:25 2005 +0000
  394. Build system for xev
  395. commit ce51f5174dc2adea8b3f30478a4990dca53575e7
  396. Author: Egbert Eich <eich@suse.de>
  397. Date: Fri Apr 23 19:54:46 2004 +0000
  398. Merging XORG-CURRENT into trunk
  399. commit 9a0286eaf44816896f13fe2a82760d5be6615220
  400. Author: Egbert Eich <eich@suse.de>
  401. Date: Sun Mar 14 08:35:19 2004 +0000
  402. Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  403. commit 0cff5a293401d7e4b720e4212778f17727c21f04
  404. Author: Egbert Eich <eich@suse.de>
  405. Date: Wed Mar 3 12:13:05 2004 +0000
  406. Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  407. commit b4731d643c59e950f2bc464ee111ac925844ed3e
  408. Author: Egbert Eich <eich@suse.de>
  409. Date: Thu Feb 26 13:36:24 2004 +0000
  410. readding XFree86's cvs IDs
  411. commit 66f2ab4130a03c321aa8aff19259584896c624d9
  412. Author: Egbert Eich <eich@suse.de>
  413. Date: Thu Feb 26 09:24:06 2004 +0000
  414. Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  415. commit 47403c0b506c2dde081952ea9e771fb0270c69a0
  416. Author: Kaleb Keithley <kaleb@freedesktop.org>
  417. Date: Mon Feb 23 20:35:40 2004 +0000
  418. Import most of XFree86 4.4RC3. This import excludes files which have the
  419. new license. If we want to, later we can import 4.4RC3 again and pick
  420. up the files that have the new license, but for now the vendor branch
  421. is "pure."
  422. commit 6c04e15469f547b18ccb393a0c740b7ac00132fb
  423. Author: Kaleb Keithley <kaleb@freedesktop.org>
  424. Date: Tue Nov 25 19:29:12 2003 +0000
  425. XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
  426. commit a6c94bc03a1bb14661b1b0a26fbc5dab3f5e03b6
  427. Author: Kaleb Keithley <kaleb@freedesktop.org>
  428. Date: Fri Nov 14 16:49:22 2003 +0000
  429. XFree86 4.3.0.1
  430. commit f0692725ed2a9ce9d8909584bc673b7a4bcdad62
  431. Author: Kaleb Keithley <kaleb@freedesktop.org>
  432. Date: Fri Nov 14 16:49:22 2003 +0000
  433. Initial revision