ChangeLog 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492
  1. commit 8b773cc5ccc8568f3b089229b5ae85ebaca94836
  2. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  3. Date: Thu Apr 16 23:49:40 2015 -0700
  4. xlsatoms 1.1.2
  5. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  6. commit a58064faa6cc5488e514debd3dfc023741d6a9ea
  7. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  8. Date: Sat May 31 22:43:41 2014 -0700
  9. Add -version option to print program version
  10. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  11. commit d684b13c7b3b8fbdda6d84dae342ad901672eb1c
  12. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  13. Date: Sat May 31 22:38:12 2014 -0700
  14. Print which option was in error along with usage message
  15. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  16. commit 9bb0fa36540533e776c59c0d33ed3f404956f44a
  17. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  18. Date: Sat May 31 22:27:59 2014 -0700
  19. autogen.sh: Honor NOCONFIGURE=1
  20. See http://people.gnome.org/~walters/docs/build-api.txt
  21. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  22. commit 0859ea63708679d9e759f3302ef869bf5b657370
  23. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  24. Date: Sat May 31 22:27:59 2014 -0700
  25. configure: Drop AM_MAINTAINER_MODE
  26. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  27. commit 86dc282447607b0087cfa936f2216fc224d88599
  28. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  29. Date: Sat May 31 22:27:53 2014 -0700
  30. config: Add missing AC_CONFIG_SRCDIR
  31. Regroup AC statements under the Autoconf initialization section.
  32. Regroup AM statements under the Automake initialization section.
  33. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  34. commit 7a43915d29ba56cd11d92c89720153fba3e92be4
  35. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  36. Date: Sat Feb 23 11:35:47 2013 -0800
  37. Combine usage message into single string/call
  38. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  39. commit d828ec2c209ea031891cbc7ab9c9d2f6832ebc4d
  40. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  41. Date: Sat Mar 31 16:48:11 2012 -0700
  42. xlsatoms 1.1.1
  43. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  44. commit be56f627ae4c1324761332d7afc98cc64cd53d84
  45. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  46. Date: Fri Nov 11 23:08:39 2011 -0800
  47. Fix gcc -Wwrite-strings warnings
  48. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  49. commit 39f6652cf2c0edfe336842718f7c5bc69961463c
  50. Author: Gaetan Nadon <memsize@videotron.ca>
  51. Date: Wed Jan 19 10:06:56 2011 -0500
  52. config: move man pages into their own directory
  53. Use services provided by XORG_MANPAGE_SECTIONS.
  54. Use standard Makefile for man pages.
  55. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  56. commit e9e7baa39cff01acfbf90065df65dd0907f2273f
  57. Author: Gaetan Nadon <memsize@videotron.ca>
  58. Date: Thu Jan 13 17:15:36 2011 -0500
  59. man: replace hard coded man page section with substitution strings
  60. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  61. commit 095f461e49e050a34c0c0a0d082a1b99ed2f23ba
  62. Author: Gaetan Nadon <memsize@videotron.ca>
  63. Date: Thu Jan 13 11:15:47 2011 -0500
  64. man: remove trailing spaces and tabs
  65. Using s/[ \t]*$//
  66. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  67. commit 6051fa92d1c7da1579662d80aba3493b4cfb2b59
  68. Author: Gaetan Nadon <memsize@videotron.ca>
  69. Date: Wed Jan 12 16:28:02 2011 -0500
  70. config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
  71. This silences an Autoconf warning
  72. commit c1599d956b11a49c8b4d9dda897a7f27be0cbb12
  73. Author: Gaetan Nadon <memsize@videotron.ca>
  74. Date: Wed Jan 12 15:12:08 2011 -0500
  75. config: remove unrequired AC_SUBST([*_LIBS])
  76. This macro is called by PKG_CHECK_MODULES
  77. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  78. commit 65a27c5c6814fdfab9e83c210ddccbc93727755f
  79. Author: Gaetan Nadon <memsize@videotron.ca>
  80. Date: Wed Jan 12 13:33:48 2011 -0500
  81. config: remove unrequired AC_SUBST([*_CFLAGS])
  82. This macro is called by PKG_CHECK_MODULES
  83. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  84. commit ab83284df85569164d6e79c1572d2a8da5202581
  85. Author: Gaetan Nadon <memsize@videotron.ca>
  86. Date: Wed Jan 12 13:10:21 2011 -0500
  87. config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
  88. XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
  89. AC_PROG_C_C99. This sets gcc with -std=gnu99.
  90. If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
  91. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  92. commit 5305f3d3d2eb1a62e9c7f2fa0cc4a4288f55a498
  93. Author: Gaetan Nadon <memsize@videotron.ca>
  94. Date: Wed Jan 12 11:54:40 2011 -0500
  95. config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
  96. It depends on util-macros 1.8 or later
  97. The existing statement can now be removed from the configuration file.
  98. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  99. commit 2d0146545e6287f18872b4ed64595b79b05bf19b
  100. Author: Gaetan Nadon <memsize@videotron.ca>
  101. Date: Wed Jan 12 11:23:52 2011 -0500
  102. config: upgrade to util-macros 1.8 for additional man page support
  103. Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
  104. The value of MAN_SUBST is the same for all X.Org packages.
  105. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  106. commit 679ed6f298e1ffc40811ccb56b4d28e1940fab71
  107. Author: Gaetan Nadon <memsize@videotron.ca>
  108. Date: Wed Jan 12 10:21:24 2011 -0500
  109. config: update AC_PREREQ statement to 2.60
  110. Unrelated to the previous patches, the new value simply reflects
  111. the reality that the minimum level for autoconf to configure
  112. all x.org modules in one pass is 2.60 dated June 2006.
  113. A version later than 2.60 can be used, but no new features from such
  114. a later version can be used in configure.ac.
  115. Although the code in this module can be configured with a version earlier
  116. than 2.60, most of code is now contained in macros from util-macros
  117. which use features of version 2.60, at the present or in the future.
  118. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
  119. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  120. commit 69097d56e4c84a4bc86c6d30eac6f6e60a1c6c63
  121. Author: Jesse Adkins <jesserayadkins@gmail.com>
  122. Date: Tue Sep 28 13:29:50 2010 -0700
  123. Purge cvs tags.
  124. Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
  125. commit 79b7392f981798941b9fba368c2bf0aeeb7a9ade
  126. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  127. Date: Thu Jun 3 16:30:16 2010 -0700
  128. xlsatoms 1.1.0
  129. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  130. commit 3e7bbf02cda54f13307acedfa9c795ac73caf177
  131. Author: Peter Harris <pharris@opentext.com>
  132. Date: Thu Nov 12 15:23:11 2009 -0500
  133. Convert xlsatoms to XCB
  134. This dramatically improves latency, at the cost of a small amount of
  135. bandwidth.
  136. (Theoretically. In practice, it actually saves bandwidth by reducing the
  137. number of IP headers, Ethernet frames, PPP headers, ATM frames...)
  138. Signed-off-by: Peter Harris <pharris@opentext.com>
  139. Reviewed-By: Jeremy Huddleston <jeremyhu@apple.com>
  140. commit c8a5d66d5d330ede649a2b3bef85dd45ea0c983f
  141. Author: Gaetan Nadon <memsize@videotron.ca>
  142. Date: Thu Nov 26 09:19:54 2009 -0500
  143. Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  144. Now that the INSTALL file is generated.
  145. Allows running make maintainer-clean.
  146. commit 59349aa469bc21173842ea2857f59d3583fb614f
  147. Author: Gaetan Nadon <memsize@videotron.ca>
  148. Date: Wed Oct 28 14:09:08 2009 -0400
  149. INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  150. Add missing INSTALL file. Use standard GNU file on building tarball
  151. README may have been updated
  152. Remove AUTHORS file as it is empty and no content available yet.
  153. Remove NEWS file as it is empty and no content available yet.
  154. commit 977c06ded7e8cb030cb4f2eb57ad30b0c3ad1b5f
  155. Author: Gaetan Nadon <memsize@videotron.ca>
  156. Date: Mon Oct 26 22:08:39 2009 -0400
  157. Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
  158. ChangeLog filename is known to Automake and requires no further
  159. coding in the makefile.
  160. commit 03c48c956ca1e86da6f3607b4f988a83950a212e
  161. Author: Gaetan Nadon <memsize@videotron.ca>
  162. Date: Thu Oct 22 12:34:15 2009 -0400
  163. .gitignore: use common defaults with custom section # 24239
  164. Using common defaults will reduce errors and maintenance.
  165. Only the very small or inexistent custom section need periodic maintenance
  166. when the structure of the component changes. Do not edit defaults.
  167. commit 1b6da9070e153ae812a925dc38e5a5de6b3a4a4f
  168. Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
  169. Date: Wed Oct 21 12:47:21 2009 -0700
  170. This is not a GNU project, so declare it foreign.
  171. On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
  172. > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
  173. > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
  174. > > was quite annoying to work around since 'autoreconf -fvi' replaces
  175. > > it and git wants to commit it. Should these files even be in git?
  176. > > Can I nuke them for the betterment of humanity and since they get
  177. > > created by autoreconf anyways?
  178. >
  179. > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
  180. As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
  181. AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
  182. of the INSTALL file. It is also part of the 24206 solution.
  183. Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
  184. commit f2cc7491570242830ab55c7a736b9f157e3d4e3f
  185. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  186. Date: Mon Oct 12 21:17:15 2009 -0700
  187. xlsatoms 1.0.2
  188. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  189. commit a7da06480105f97e245f446cd8e2e807ff4720d9
  190. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  191. Date: Mon Oct 12 21:16:29 2009 -0700
  192. Fill in COPYING with copyright/license notices from code
  193. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  194. commit bf8b5f9137b59314c26802d388ad3ad66be706ae
  195. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  196. Date: Mon Oct 12 21:14:44 2009 -0700
  197. Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
  198. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  199. commit b4bf6ca53f42eedf49c9322524b400d48d32577c
  200. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  201. Date: Thu Oct 1 14:54:26 2009 -0700
  202. Add README with pointers to mailing lists, bugzilla, & git
  203. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  204. commit 9eeccfd4c9019f8c15ddcf4f6204c82335d4cadd
  205. Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
  206. Date: Thu Jan 22 15:47:55 2009 -0200
  207. Correct make distcheck and sparse warnings.
  208. commit e14ae0d017094ce463837c89098e4e07fef5524b
  209. Author: James Cloos <cloos@jhcloos.com>
  210. Date: Thu Dec 6 16:37:23 2007 -0500
  211. Replace static ChangeLog with dist-hook to generate from git log
  212. commit a00d1dcb7aa09eb45334c8e07399c54d4a0d2b01
  213. Author: James Cloos <cloos@jhcloos.com>
  214. Date: Mon Sep 3 05:51:33 2007 -0400
  215. Add *~ to .gitignore to skip patch/emacs droppings
  216. commit ea841266aa043769b31b62c979f868e1ae22891b
  217. Author: James Cloos <cloos@jhcloos.com>
  218. Date: Thu Aug 23 19:24:58 2007 -0400
  219. Rename .cvsignore to .gitignore
  220. commit 416948a936bdc1880aae75661baa06096a4ed600
  221. Author: Kevin E Martin <kem@kem.org>
  222. Date: Wed Dec 21 02:29:51 2005 +0000
  223. Update package version for X11R7 release.
  224. commit 4ddbc9132d96247ad6fb943007787e2eece5f752
  225. Author: Adam Jackson <ajax@nwnk.net>
  226. Date: Mon Dec 19 16:22:45 2005 +0000
  227. Stub COPYING files
  228. commit 117c45ff10002e82a61d1e045a1ebb19474693f4
  229. Author: Kevin E Martin <kem@kem.org>
  230. Date: Thu Dec 15 00:24:08 2005 +0000
  231. Update package version number for final X11R7 release candidate.
  232. commit 98bcfddcf7ca35c291af23798251739a21d833c1
  233. Author: Kevin E Martin <kem@kem.org>
  234. Date: Tue Dec 6 22:48:23 2005 +0000
  235. Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
  236. commit c347e0f1f24f63c82654cf68dc3ec7e020028ee2
  237. Author: Kevin E Martin <kem@kem.org>
  238. Date: Sat Dec 3 05:49:25 2005 +0000
  239. Update package version number for X11R7 RC3 release.
  240. commit c41494f146e98abf24159891cfb4f623abd32aa1
  241. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  242. Date: Mon Nov 28 22:01:44 2005 +0000
  243. Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
  244. update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
  245. commit 5da8a3aae794223262a6baa67be735b15d251823
  246. Author: Eric Anholt <anholt@freebsd.org>
  247. Date: Mon Nov 21 10:35:02 2005 +0000
  248. Another pass at .cvsignores for apps.
  249. commit 513fe86ba2e5b341f06189925788d12db5eb840f
  250. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  251. Date: Mon Nov 21 03:14:16 2005 +0000
  252. Change dependency from xmu to xmuu since the full xmu (with all its baggage
  253. like Xt) is not needed here.
  254. commit 527b931684a88276c199482394e7a0d9efc1ed6c
  255. Author: Eric Anholt <anholt@freebsd.org>
  256. Date: Sun Nov 20 22:08:53 2005 +0000
  257. Add/improve .cvsignore files for apps.
  258. commit de4d6344e8a815d1487a475548253c4209800a50
  259. Author: Kevin E Martin <kem@kem.org>
  260. Date: Wed Oct 19 02:47:55 2005 +0000
  261. Update package version number for RC1 release.
  262. commit ed265d91126ad170310f9c8ec25001a77804128b
  263. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  264. Date: Mon Oct 17 23:56:23 2005 +0000
  265. Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
  266. work better with BSD make
  267. commit ec56e606da86b5fba8b5bd8a4ab05ca8bd126da7
  268. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  269. Date: Fri Oct 14 00:25:46 2005 +0000
  270. Use sed to fill in variables in man page
  271. commit f486eb03eb2281709466d8dc978b19ebe7ab7815
  272. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  273. Date: Mon Aug 1 20:25:30 2005 +0000
  274. Install man pages to section 1 instead of section m (Patch from Donnie
  275. Berkholz)
  276. commit 94786076dbf8b5fa7ff375c51665de58e3b6ae36
  277. Author: Kevin E Martin <kem@kem.org>
  278. Date: Fri Jul 29 21:22:35 2005 +0000
  279. Various changes preparing packages for RC0:
  280. - Verify and update package version numbers as needed
  281. - Implement versioning scheme
  282. - Change bug address to point to bugzilla bug entry form
  283. - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
  284. reenable it)
  285. - Fix makedepend to use pkgconfig and pass distcheck
  286. - Update build script to build macros first
  287. - Update modular Xorg version
  288. commit 34c4875ac98c9e539aabc5f5317b992d4697289a
  289. Author: Adam Jackson <ajax@nwnk.net>
  290. Date: Wed Jul 20 19:32:01 2005 +0000
  291. Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
  292. configure cache, you cache it, and the cached value is probably wrong.
  293. commit 0dd5d7bf6f87df04b4d83ba5cc9356c6eed71088
  294. Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
  295. Date: Tue Jul 5 22:51:10 2005 +0000
  296. Add build systems for xlogo, xlsatoms, xlsclients, xmag, xman, xmessage,
  297. xmh, xmore. lib/Xaw/xaw.m4: Add an AM_CONDITIONAL and a shell variable
  298. xaw_use_xprint symlink.sh: add some extra files for xgc, xinit,
  299. xkbcomp, xlogo, xmb, and xmodmap xc/programs/xmore/xmore.c:
  300. Conditionalize use of xprint
  301. commit 0e0e651357c2fd8787a3b7007120e0776f2063af
  302. Author: Egbert Eich <eich@suse.de>
  303. Date: Fri Apr 23 19:54:58 2004 +0000
  304. Merging XORG-CURRENT into trunk
  305. commit b156707c5bb2a8f3b2082592a077046a75f4df70
  306. Author: Egbert Eich <eich@suse.de>
  307. Date: Sun Mar 14 08:35:37 2004 +0000
  308. Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  309. commit d9e726bd64a5262581c5e84435c9eac2792f8242
  310. Author: Egbert Eich <eich@suse.de>
  311. Date: Wed Mar 3 12:13:14 2004 +0000
  312. Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  313. commit d4e13464edb1a19de8928c08ceaea989d50867c4
  314. Author: Egbert Eich <eich@suse.de>
  315. Date: Thu Feb 26 13:36:26 2004 +0000
  316. readding XFree86's cvs IDs
  317. commit 30f72fe384a5ed45de0e7ba92ff3630474ed4f64
  318. Author: Egbert Eich <eich@suse.de>
  319. Date: Thu Feb 26 09:24:14 2004 +0000
  320. Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  321. commit d5631467e162bbf58d62b506ef817b16ba93cd06
  322. Author: Kaleb Keithley <kaleb@freedesktop.org>
  323. Date: Fri Nov 14 16:49:23 2003 +0000
  324. XFree86 4.3.0.1
  325. commit c4577392d4ebbd4a4fdf37720982cb378b5749a0
  326. Author: Kaleb Keithley <kaleb@freedesktop.org>
  327. Date: Fri Nov 14 15:54:54 2003 +0000
  328. R6.6 is the Xorg base-line