ChangeLog 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603
  1. commit 011bec331e11d306c1811376e4de4d84ab2996ce
  2. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  3. Date: Thu Apr 16 23:55:52 2015 -0700
  4. xmag 1.0.6
  5. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  6. commit 975b6bcad6de9f57d46efc7bddb691a40703ae1e
  7. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  8. Date: Fri Jul 11 20:00:49 2014 -0700
  9. Delete trailing whitespace from *.[ch] files
  10. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  11. commit ec3e612fadfbdf60dc30bc8f155d5fb6a5fd501f
  12. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  13. Date: Fri Jul 11 19:58:18 2014 -0700
  14. Convert sprintf to snprintf
  15. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  16. commit b23149c5cda460d8ff932e891eb23df897d10dc0
  17. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  18. Date: Fri Jul 11 19:56:19 2014 -0700
  19. Fix typos & wording issues in source comments
  20. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  21. commit 2be3155114bfcd0c0071a8c8f5973d499eba8736
  22. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  23. Date: Sat May 31 23:29:53 2014 -0700
  24. autogen.sh: Honor NOCONFIGURE=1
  25. See http://people.gnome.org/~walters/docs/build-api.txt
  26. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  27. commit 47ea99fc84c3067eea428cadc0cd33941bd9b04c
  28. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  29. Date: Sat May 31 23:29:53 2014 -0700
  30. configure: Drop AM_MAINTAINER_MODE
  31. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  32. commit b40365c8650d58e9f0a3ba35cba20f7ece38cdd6
  33. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  34. Date: Sat May 31 23:29:38 2014 -0700
  35. config: Add missing AC_CONFIG_SRCDIR
  36. Regroup AC statements under the Autoconf initialization section.
  37. Regroup AM statements under the Automake initialization section.
  38. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  39. commit 8c4b91ea40088bc80de9cc2695f77a27ce78b0d9
  40. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  41. Date: Sat Jan 12 22:16:24 2013 -0800
  42. xmag 1.0.5
  43. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  44. commit 50ed4f69a5f5e535128c5e2d1abc252b093dff06
  45. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  46. Date: Tue Dec 20 20:40:06 2011 -0800
  47. Use lrint() from math library if available
  48. Moves -lm from being hardcoded in Makefile.am to being added via
  49. AC_SEARCH_LIBS in configure.ac setting it in $(LIBS)
  50. Using lrint() [returns long int] instead of rint() [returns double]
  51. clears a bunch of gcc warnings of the form:
  52. "cast from function call of type ‘double’ to non-matching type ‘short int’"
  53. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  54. Reviewed-by: James Cloos <cloos@jhcloos.com>
  55. commit 43ffa427238cdfb132205375624a25c5c28e9f86
  56. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  57. Date: Fri Feb 18 00:26:59 2011 -0800
  58. Remove obsolete ISC support
  59. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  60. commit e81168403132afe71b38e41cd368d0d9869bd320
  61. Author: Gaetan Nadon <memsize@videotron.ca>
  62. Date: Wed Jan 19 10:06:56 2011 -0500
  63. config: move man pages into their own directory
  64. Use services provided by XORG_MANPAGE_SECTIONS.
  65. Use standard Makefile for man pages.
  66. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  67. commit 857e73cfd8d79c8f81712fae8b4fa2d7e8565796
  68. Author: Gaetan Nadon <memsize@videotron.ca>
  69. Date: Thu Jan 13 11:15:47 2011 -0500
  70. man: remove trailing spaces and tabs
  71. Using s/[ \t]*$//
  72. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  73. commit 4c3bfeaa40aaf817bffcf7b4e4adaab45ec0ca13
  74. Author: Gaetan Nadon <memsize@videotron.ca>
  75. Date: Wed Jan 12 16:28:02 2011 -0500
  76. config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
  77. This silences an Autoconf warning
  78. commit 4c741b8945c886ce1cfaaeb57c3ce726b77b6ae1
  79. Author: Gaetan Nadon <memsize@videotron.ca>
  80. Date: Wed Jan 12 15:29:50 2011 -0500
  81. config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
  82. This silences an Automake warning.
  83. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  84. commit 63cee7f38dc37fda89dc5aa689634bd8aeffabda
  85. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  86. Date: Sat Oct 30 17:22:41 2010 -0700
  87. xmag 1.0.4
  88. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  89. commit d41f3ae0b0e383ba2e622e3dd9999d3c09f90091
  90. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  91. Date: Sat Oct 30 17:20:18 2010 -0700
  92. config: Remove unnecessary calls from configure.ac
  93. AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
  94. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  95. commit 9475bf19a6544f522357f59bd1b04ec7685e3eb8
  96. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  97. Date: Sat Oct 30 17:19:07 2010 -0700
  98. Purge CVS version tags
  99. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  100. commit cc7172d187ad35a1b851961cc9c588e56c3894fa
  101. Author: Gaetan Nadon <memsize@videotron.ca>
  102. Date: Sat Oct 30 17:17:49 2010 -0700
  103. config: update AC_PREREQ statement to 2.60
  104. Unrelated to the previous patches, the new value simply reflects
  105. the reality that the minimum level for autoconf to configure
  106. all x.org modules is 2.60 dated June 2006.
  107. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
  108. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  109. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  110. commit 36ac8aaf057d0ae35d63e568667f1aebcfa2e56e
  111. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  112. Date: Fri Aug 6 15:04:26 2010 -0700
  113. Fill in COPYING file with copyright notices from source code
  114. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  115. commit e9a1886d9e2a89995c2094b37000e12da4791cbf
  116. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  117. Date: Thu Jul 1 18:29:03 2010 -0700
  118. Xmu functions are called directly, so include it in PKG_CHECK_MODULES
  119. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  120. commit b7544beaad218b5799018fe1dca84815a14bbfa4
  121. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  122. Date: Wed Jun 30 23:25:03 2010 -0700
  123. config: upgrade to util-macros 1.8 for additional man page support
  124. Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
  125. The value of MAN_SUBST is the same for all X.Org packages.
  126. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
  127. The existing statement can now be removed from the configuration file.
  128. Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
  129. Enables silent rule and use platform appropriate version of sed.
  130. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  131. commit f7ef4087a4bf87618e9b84ff7726f3f08fd018ca
  132. Author: Gaetan Nadon <memsize@videotron.ca>
  133. Date: Thu Feb 11 10:08:07 2010 -0500
  134. config: move CWARNFLAGS from configure.ac to Makefile.am
  135. Compiler warning flags should be explicitly set in the makefile
  136. rather than being merged with other packages compiler flags.
  137. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  138. commit b20bf366aa045549221c6b0fb3aa7b7fda43b3a5
  139. Author: Gaetan Nadon <memsize@videotron.ca>
  140. Date: Sat Dec 19 20:48:48 2009 -0500
  141. configure.ac: use backticks rather than $() for cmd subs
  142. Use "$PKG_CONFIG" rather than hard coded "pkg-config"
  143. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  144. commit 3e597fcfe489f9eb9057b0b8a7fe3f75925b23d2
  145. Author: Gaetan Nadon <memsize@videotron.ca>
  146. Date: Thu Nov 26 09:19:54 2009 -0500
  147. Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  148. Now that the INSTALL file is generated.
  149. Allows running make maintainer-clean.
  150. commit a060a628982782ca24e2a4cfa5654b068b935e61
  151. Author: Gaetan Nadon <memsize@videotron.ca>
  152. Date: Wed Oct 28 14:09:08 2009 -0400
  153. INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  154. Add missing INSTALL file. Use standard GNU file on building tarball
  155. README may have been updated
  156. Remove AUTHORS file as it is empty and no content available yet.
  157. Remove NEWS file as it is empty and no content available yet.
  158. commit c1642cd3036e03c8f42c833d2f321b51a62083df
  159. Author: Gaetan Nadon <memsize@videotron.ca>
  160. Date: Tue Oct 27 15:07:25 2009 -0400
  161. Deploy the new XORG_DEFAULT_OPTIONS #24242
  162. This macro aggregate a number of existing macros that sets commmon
  163. X.Org components configuration options. It shields the configuration file from
  164. future changes.
  165. commit 91ce3b21ef889d857bfb898bbd85f774721bb26b
  166. Author: Gaetan Nadon <memsize@videotron.ca>
  167. Date: Mon Oct 26 22:08:39 2009 -0400
  168. Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
  169. ChangeLog filename is known to Automake and requires no further
  170. coding in the makefile.
  171. commit 6802cc3ec6357529605ec994c9d531f3ca9e3561
  172. Author: Gaetan Nadon <memsize@videotron.ca>
  173. Date: Thu Oct 22 12:34:15 2009 -0400
  174. .gitignore: use common defaults with custom section # 24239
  175. Using common defaults will reduce errors and maintenance.
  176. Only the very small or inexistent custom section need periodic maintenance
  177. when the structure of the component changes. Do not edit defaults.
  178. commit de39a50709190e16a6f357e0be673db04d26b4a6
  179. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  180. Date: Thu Oct 1 14:54:26 2009 -0700
  181. Add README with pointers to mailing lists, bugzilla, & git
  182. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  183. commit f1f2af7a65d6531814a06b292a28bdc46580e590
  184. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  185. Date: Mon Aug 3 11:19:07 2009 -0700
  186. Version bump: 1.0.3
  187. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  188. commit 90ccae7efc5fca9c0f4e45b84806df01332dd869
  189. Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
  190. Date: Mon Jan 12 20:41:14 2009 -0200
  191. Correct problems in make distcheck.
  192. commit ae94046d8654b9f65df871502de0f08a36aa5d38
  193. Author: Julien Cristau <jcristau@debian.org>
  194. Date: Tue Aug 19 01:04:40 2008 +0200
  195. xaw8 is gone, use xaw7
  196. commit 7ac72ce2e262bf78cb2e8ff50ef932d29e4b65f7
  197. Author: Julien Cristau <jcristau@debian.org>
  198. Date: Tue Aug 19 01:04:27 2008 +0200
  199. allow build outside of source tree
  200. commit a3e1a9b4cb732b86b84375013e3fa531395b45cf
  201. Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
  202. Date: Tue Jul 29 14:18:10 2008 -0300
  203. Properly handle multiple depth windows.
  204. This patch will not cause X Errors when magnifying windows with portions
  205. offscreen, or windows with a dimension smaller than the default 64x64.
  206. A common case where this patch is required is when Composite is enabled,
  207. the default depth has a value other than 24, and some application is
  208. using the Composite argb visual; example is WindowMaker, that will choose
  209. the "best" available visual, unless the visual-id option is used.
  210. commit cb21acd94353c82c4b49a7ddef99309b31b07500
  211. Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
  212. Date: Thu Mar 27 20:08:04 2008 -0700
  213. Build fix for file systems that are not case sensitive
  214. commit a6b0036a082a947b89bdbb27128e20079799857c
  215. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  216. Date: Wed Aug 15 18:04:12 2007 -0700
  217. Version bump: 1.0.2
  218. commit e4cd84139d155bf0ce7b42de65e2a5bfcc471a46
  219. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  220. Date: Wed Aug 15 17:59:30 2007 -0700
  221. Change xmag_CFLAGS to AM_CFLAGS to make automake-1.10 happier
  222. Makefile.am:27: compiling `CutPaste.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
  223. commit d990122dafcde5d22c8f1aa40e8f9dc213f79e17
  224. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  225. Date: Wed Aug 1 13:22:35 2007 -0700
  226. Make fix for Sun bug 6359959 more portable - use nanosleep, poll or select
  227. commit eb12c1f539cebbd7481711d1dc97e3e29b594389
  228. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  229. Date: Tue Dec 13 00:00:00 2005 -0800
  230. Sun bug 6359959: xmag overconsumes CPU due to its selection box
  231. <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6359959>
  232. The fix for Sun bug 1166559 changed the HLINTERVAL from 10 to 0.5 to fix
  233. a problem that the selection box wasn't being seen. The problem is that
  234. this parameter is used in an XtAppAddTimeOut(), and is supposed to be an
  235. unsigned long. Thus, the 0.5 presumably turns into a 0 ms timeout. Whatever
  236. effect that is being seen is due to seeing a rectangle drawn as fast as
  237. the poor little X server can do it.
  238. commit a04689bccae3bd2df3812a8ed7fc0d675fdb05e9
  239. Author: Derek Wang <derek.wang@sun.com>
  240. Date: Mon May 8 00:00:00 2000 -0700
  241. Sun bug 1166559: highlight of selection box not discernable on some configs
  242. <http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=1166559>
  243. 1) On devices whose default visual is 24-bit TrueColor the selection area
  244. bounding box has no contrast with the background. This is because a
  245. value of 1 is being xor'd in. This won't provide enough contrast. A
  246. value of 0xffffff would be better.
  247. 2) On my machine (which is a dual 50-Mhz SS10) you can sort of see the
  248. bounding box on my GX if you look really, really close, but it's a faint
  249. flicker. I believe what is happening is that the bounding box is being
  250. drawn and undrawn so fast you can hardly see it.
  251. commit 80faa0025128c10662694e818747fd0a592bc108
  252. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  253. Date: Fri Jun 1 16:40:07 2007 -0700
  254. Replace static ChangeLog with dist-hook to generate from git log
  255. commit bff2deea15bd0b676458b88acb46d63fd72b86af
  256. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  257. Date: Sat May 19 00:06:28 2007 -0700
  258. X.Org Bug #10616: xmag man page says "Cut" button instead of "Select"
  259. X.Org Bugzilla #10616: <https://bugs.freedesktop.org/show_bug.cgi?id=10616>
  260. Reported upstream from
  261. Debian bug #180712 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=180712>
  262. commit f137f0414022575553bd65c3179b694be391c428
  263. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  264. Date: Sat May 19 00:01:58 2007 -0700
  265. renamed: .cvsignore -> .gitignore
  266. commit 5ef80b96a9d8676f79c5e27c727789d63a61e45b
  267. Author: Kevin E Martin <kem@kem.org>
  268. Date: Wed Dec 21 02:29:52 2005 +0000
  269. Update package version for X11R7 release.
  270. commit 0a9729f6c8a8e644e4048ee5135a35d9f0603e56
  271. Author: Adam Jackson <ajax@nwnk.net>
  272. Date: Mon Dec 19 16:22:45 2005 +0000
  273. Stub COPYING files
  274. commit 094ca9cfcd3c6910a3e6981afdea8c461b636271
  275. Author: Kevin E Martin <kem@kem.org>
  276. Date: Thu Dec 15 00:24:09 2005 +0000
  277. Update package version number for final X11R7 release candidate.
  278. commit 61019bb2e2eea3f970540dc24d1bd52d508e5f60
  279. Author: Kevin E Martin <kem@kem.org>
  280. Date: Wed Dec 7 16:18:00 2005 +0000
  281. Change to use the app-defaults default dir configured in libXt.
  282. commit 95ba475220dafec7777d5e3802d817fb068a70ed
  283. Author: Kevin E Martin <kem@kem.org>
  284. Date: Tue Dec 6 22:48:24 2005 +0000
  285. Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
  286. commit 9223bc8f2d024f4dd378454ec3ecf5da6d51874e
  287. Author: Kevin E Martin <kem@kem.org>
  288. Date: Sat Dec 3 05:49:26 2005 +0000
  289. Update package version number for X11R7 RC3 release.
  290. commit 7ebdd01ac939fdbe290d14a6c80a7d4aaf555347
  291. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  292. Date: Mon Nov 28 22:01:44 2005 +0000
  293. Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
  294. update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
  295. commit 0fdfec2cbbd3ac47a2c67e5a6bf5594a300c92be
  296. Author: Eric Anholt <anholt@freebsd.org>
  297. Date: Mon Nov 21 10:35:02 2005 +0000
  298. Another pass at .cvsignores for apps.
  299. commit 5dad105bfb499209c18e8716a38f1c4eb5e93d6d
  300. Author: Eric Anholt <anholt@freebsd.org>
  301. Date: Sun Nov 20 22:08:54 2005 +0000
  302. Add/improve .cvsignore files for apps.
  303. commit 75f0fc733252f111d0fc7de07622a46e4adc675a
  304. Author: Kevin E Martin <kem@kem.org>
  305. Date: Wed Oct 19 02:47:55 2005 +0000
  306. Update package version number for RC1 release.
  307. commit 0d383b0eb8c7177fa12f8138c7ad9e527a98ba59
  308. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  309. Date: Tue Oct 18 00:32:54 2005 +0000
  310. Change default install dir for app-default files from
  311. $(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match
  312. the monolith & allow localization
  313. commit c15d91b39f14e916d17581b1b653e3057571399f
  314. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  315. Date: Mon Oct 17 23:56:24 2005 +0000
  316. Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
  317. work better with BSD make
  318. commit 3beed227e1ea75c57e38deba4a325303136947f4
  319. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  320. Date: Fri Oct 14 00:25:46 2005 +0000
  321. Use sed to fill in variables in man page
  322. commit 3a983a36e2a566b96dc92ba061c7795207ff6e0c
  323. Author: Kevin E Martin <kem@kem.org>
  324. Date: Tue Oct 4 23:59:50 2005 +0000
  325. Add xmag.icon to EXTRA_DIST
  326. commit bb2d194053c71d49aefbcce7cbc371924163d7ce
  327. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  328. Date: Sun Oct 2 20:20:12 2005 +0000
  329. Add developer documentation of xmag's Scale widget class to app/xmag
  330. commit 400ba6d65004e8c5ccc2fe45195374e46be21fe4
  331. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  332. Date: Mon Aug 1 20:25:30 2005 +0000
  333. Install man pages to section 1 instead of section m (Patch from Donnie
  334. Berkholz)
  335. commit 312910577edf6841f797317a8fe521abb1987a1b
  336. Author: Kevin E Martin <kem@kem.org>
  337. Date: Fri Jul 29 21:22:36 2005 +0000
  338. Various changes preparing packages for RC0:
  339. - Verify and update package version numbers as needed
  340. - Implement versioning scheme
  341. - Change bug address to point to bugzilla bug entry form
  342. - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
  343. reenable it)
  344. - Fix makedepend to use pkgconfig and pass distcheck
  345. - Update build script to build macros first
  346. - Update modular Xorg version
  347. commit 175a29fb026e628b815a443beb305514bf90f74e
  348. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  349. Date: Tue Jul 26 15:44:02 2005 +0000
  350. Replace more GNU make-ism's with more portable macros
  351. commit 2453fa155493771d1ce948de0122c3e53e0cd5d1
  352. Author: Matthieu Herrb <matthieu.herrb@laas.fr>
  353. Date: Sat Jul 23 16:43:02 2005 +0000
  354. fix GNU-make only app-defaults rule
  355. commit 45e2eed46b415283bd56f2830d67117c7861cb3c
  356. Author: Adam Jackson <ajax@nwnk.net>
  357. Date: Wed Jul 20 19:32:02 2005 +0000
  358. Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
  359. configure cache, you cache it, and the cached value is probably wrong.
  360. commit 38ca5441b199b16b3d2dee2c2b8eaa133aec99a9
  361. Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
  362. Date: Tue Jul 5 22:51:11 2005 +0000
  363. Add build systems for xlogo, xlsatoms, xlsclients, xmag, xman, xmessage,
  364. xmh, xmore. lib/Xaw/xaw.m4: Add an AM_CONDITIONAL and a shell variable
  365. xaw_use_xprint symlink.sh: add some extra files for xgc, xinit,
  366. xkbcomp, xlogo, xmb, and xmodmap xc/programs/xmore/xmore.c:
  367. Conditionalize use of xprint
  368. commit 0cac7e38453d2c9c670fb9f9100c244bf9f7b98e
  369. Author: Egbert Eich <eich@suse.de>
  370. Date: Fri Apr 23 19:54:58 2004 +0000
  371. Merging XORG-CURRENT into trunk
  372. commit 6571a03e0f78ea6f45a4c67c60ba54b8980c3f76
  373. Author: Egbert Eich <eich@suse.de>
  374. Date: Sun Mar 14 08:35:39 2004 +0000
  375. Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  376. commit 4344e337c42eb72bcc24257ba5345a4d102c1849
  377. Author: Egbert Eich <eich@suse.de>
  378. Date: Wed Mar 3 12:13:14 2004 +0000
  379. Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  380. commit ce152a72a5422ba9c6c7a4c0298f8da6cf0f0a50
  381. Author: Egbert Eich <eich@suse.de>
  382. Date: Thu Feb 26 13:36:26 2004 +0000
  383. readding XFree86's cvs IDs
  384. commit 8f63e90e414e756e3aeeb57014c75b2b0882f799
  385. Author: Egbert Eich <eich@suse.de>
  386. Date: Thu Feb 26 09:24:14 2004 +0000
  387. Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  388. commit 07819d0d328460410b940d05ee36235c255cf698
  389. Author: Kaleb Keithley <kaleb@freedesktop.org>
  390. Date: Tue Nov 25 19:29:15 2003 +0000
  391. XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
  392. commit c6d1f60f8f68135337e8d0c5a9d564d1b4932104
  393. Author: Kaleb Keithley <kaleb@freedesktop.org>
  394. Date: Fri Nov 14 16:49:23 2003 +0000
  395. XFree86 4.3.0.1
  396. commit 4c688ea7bec8b76e643d610577104e5519722be9
  397. Author: Kaleb Keithley <kaleb@freedesktop.org>
  398. Date: Fri Nov 14 16:49:23 2003 +0000
  399. Initial revision
  400. commit 31f434e2df14612e3cf18fe45a6c161eb3c225ff
  401. Author: Kaleb Keithley <kaleb@freedesktop.org>
  402. Date: Fri Nov 14 15:54:54 2003 +0000
  403. R6.6 is the Xorg base-line