ChangeLog 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413
  1. commit 3d9d486dfbd40dedc328943fc39041874bb15a25
  2. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  3. Date: Tue Jan 25 12:43:26 2011 -0800
  4. xbiff 1.0.3
  5. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  6. commit 2493d94686bfb758428c4479114f47b99db04456
  7. Author: Gaetan Nadon <memsize@videotron.ca>
  8. Date: Wed Jan 19 10:06:55 2011 -0500
  9. config: move man pages into their own directory
  10. Use services provided by XORG_MANPAGE_SECTIONS.
  11. Use standard Makefile for man pages.
  12. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  13. commit 9bf1cbbd49fbb11707e3bc30429e1fbedd5abec8
  14. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  15. Date: Fri Jan 7 17:13:49 2011 -0800
  16. Add --with-mailbox-directory=PATH option to configure
  17. Lets builders set a specific path for mailboxes when the defaults
  18. don't match the system setup
  19. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  20. Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
  21. commit dc963f6d676d1735144ff3997c0ab5bf7cc3889f
  22. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  23. Date: Fri Jan 7 16:06:40 2011 -0800
  24. Use <paths.h> and _PATH_MAILDIR to find mailboxes if present
  25. Use autoconf to check for paths.h on all systems, instead of
  26. only including it #ifdef CSRG_BASED
  27. Makes _PATH_MAILDIR the preferred mail directory path on all systems
  28. if it's defined, falls back to old per-system hardcoded paths if not.
  29. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  30. Reviewed-by: Mark Kettenis <kettenis@openbsd.org>
  31. Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
  32. commit 6cabab62873999d56a6cca6452c0cbe84dbacd9a
  33. Author: Gaetan Nadon <memsize@videotron.ca>
  34. Date: Thu Jan 13 17:15:36 2011 -0500
  35. man: replace hard coded man page section with substitution strings
  36. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  37. commit ef54b28477afbe2e059f5d399513716a86d6e1d0
  38. Author: Gaetan Nadon <memsize@videotron.ca>
  39. Date: Thu Jan 13 11:15:47 2011 -0500
  40. man: remove trailing spaces and tabs
  41. Using s/[ \t]*$//
  42. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  43. commit 478f979bce3426af3efdb97f8cf40610ed8f9076
  44. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  45. Date: Sun Oct 31 12:17:10 2010 -0700
  46. config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
  47. Regroup AC statements under the Autoconf initialization section.
  48. Regroup AM sttaements under the Automake initialization section.
  49. Add missing AC_CONFIG_SRCDIR
  50. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  51. commit b4bc572dede7e2433bc368faf572b49ad852dd8c
  52. Author: Gaetan Nadon <memsize@videotron.ca>
  53. Date: Sun Oct 31 12:06:15 2010 -0700
  54. config: update AC_PREREQ statement to 2.60
  55. Unrelated to the previous patches, the new value simply reflects
  56. the reality that the minimum level for autoconf to configure
  57. all x.org modules is 2.60 dated June 2006.
  58. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
  59. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  60. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  61. commit 5f5d8495455e806ea66f021f49efb1fa3d3f5221
  62. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  63. Date: Sun Oct 31 12:05:38 2010 -0700
  64. config: Remove unnecessary calls from configure.ac
  65. AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
  66. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  67. commit 070c9d45cc0678708d5766804d0c529bc6f8bee3
  68. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  69. Date: Thu Jul 1 16:38:53 2010 -0700
  70. Xmu functions are called directly, so include it in PKG_CHECK_MODULES
  71. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  72. commit 3fb1f51edec3e4b599d8e8b42e8220bf526bc3b4
  73. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  74. Date: Wed Jun 30 23:25:03 2010 -0700
  75. config: upgrade to util-macros 1.8 for additional man page support
  76. Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
  77. The value of MAN_SUBST is the same for all X.Org packages.
  78. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
  79. The existing statement can now be removed from the configuration file.
  80. Use XORG_DEFAULT_OPTIONS provided $(SED)
  81. Use platform appropriate version of sed.
  82. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  83. commit 6b546577aadec95c09da148936dbfd55b9cd0216
  84. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  85. Date: Thu Dec 17 08:32:12 2009 -0800
  86. xbiff 1.0.2
  87. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  88. commit 82e802ad978b110dd093b620e91589ca689dcff6
  89. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  90. Date: Thu Dec 17 08:25:19 2009 -0800
  91. Fill in COPYING with notices from source code
  92. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  93. commit d8c551691ff2c28b2d90af47ada68bc3ee78bdc8
  94. Author: Gaetan Nadon <memsize@videotron.ca>
  95. Date: Thu Nov 26 09:19:52 2009 -0500
  96. Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  97. Now that the INSTALL file is generated.
  98. Allows running make maintainer-clean.
  99. commit c7475f38f7aec802914af26043bb0d950880a77e
  100. Author: Gaetan Nadon <memsize@videotron.ca>
  101. Date: Wed Oct 28 14:09:08 2009 -0400
  102. INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  103. Add missing INSTALL file. Use standard GNU file on building tarball
  104. README may have been updated
  105. Remove AUTHORS file as it is empty and no content available yet.
  106. Remove NEWS file as it is empty and no content available yet.
  107. commit be7954a66400b0efacf01d159752f5ea2886564f
  108. Author: Gaetan Nadon <memsize@videotron.ca>
  109. Date: Mon Oct 26 22:08:38 2009 -0400
  110. Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
  111. ChangeLog filename is known to Automake and requires no further
  112. coding in the makefile.
  113. commit 4511a4a0030b9a33a6056f76a5e126d76611c463
  114. Author: Gaetan Nadon <memsize@videotron.ca>
  115. Date: Thu Oct 22 12:34:15 2009 -0400
  116. .gitignore: use common defaults with custom section # 24239
  117. Using common defaults will reduce errors and maintenance.
  118. Only the very small or inexistent custom section need periodic maintenance
  119. when the structure of the component changes. Do not edit defaults.
  120. commit 111206b3ad0b0536bdc8c39425f79f50665c3000
  121. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  122. Date: Mon Oct 12 18:34:18 2009 -0700
  123. Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
  124. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  125. commit 492785cb489963cff20e7d20b87d33ffa5508247
  126. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  127. Date: Thu Oct 1 14:54:20 2009 -0700
  128. Add README with pointers to mailing lists, bugzilla, & git
  129. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  130. commit b88273dcdd403e058888fbcdf4a0470854045179
  131. Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
  132. Date: Tue Jan 13 20:54:08 2009 -0200
  133. Ansification and compile warning fixes.
  134. This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
  135. make distcheck and all gcc 4.3 and sparse warnings.
  136. commit 4882f2fc26a5976fe7744286932263c83f1c61dc
  137. Author: James Cloos <cloos@jhcloos.com>
  138. Date: Wed Aug 20 10:32:49 2008 -0400
  139. xaw8 is gone, use xaw7
  140. commit bdd747628f08de80eb311d6e7ef2cd1dd9b34943
  141. Author: James Cloos <cloos@jhcloos.com>
  142. Date: Thu Dec 6 16:37:09 2007 -0500
  143. Replace static ChangeLog with dist-hook to generate from git log
  144. commit e00caacfa0a86692928f81039ece9341745bc3d0
  145. Author: James Cloos <cloos@jhcloos.com>
  146. Date: Mon Sep 3 05:51:15 2007 -0400
  147. Add *~ to .gitignore to skip patch/emacs droppings
  148. commit e3abf6683d15c67e796a395b30437fd01ff3b538
  149. Author: James Cloos <cloos@jhcloos.com>
  150. Date: Thu Aug 23 19:24:40 2007 -0400
  151. Rename .cvsignore to .gitignore
  152. commit 0365e1a08ddb0c5961a0c52f9cf4a8368cf312e5
  153. Author: Kevin E Martin <kem@kem.org>
  154. Date: Wed Dec 21 02:29:48 2005 +0000
  155. Update package version for X11R7 release.
  156. commit 7ad243529fe6d78e52dea5a22a24f7f83a22ba62
  157. Author: Adam Jackson <ajax@nwnk.net>
  158. Date: Mon Dec 19 16:22:42 2005 +0000
  159. Stub COPYING files
  160. commit efd4fed0e413ddf6d93c366041f6cb9a6e622375
  161. Author: Kevin E Martin <kem@kem.org>
  162. Date: Thu Dec 15 00:24:04 2005 +0000
  163. Update package version number for final X11R7 release candidate.
  164. commit d54d4ef448b3e16ec9151c6dd4143ca32eaf32a5
  165. Author: Kevin E Martin <kem@kem.org>
  166. Date: Tue Dec 6 22:48:19 2005 +0000
  167. Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
  168. commit a2cf84dad681150f17186bc929e4958017d19d8c
  169. Author: Kevin E Martin <kem@kem.org>
  170. Date: Sat Dec 3 05:49:18 2005 +0000
  171. Update package version number for X11R7 RC3 release.
  172. commit 96700fc277e1a211aca0fe1b2e87d87d7f359fcc
  173. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  174. Date: Mon Nov 28 22:01:39 2005 +0000
  175. Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
  176. update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
  177. commit ca0fb29b3fe6e8b574dfe2e692734127ab7a3d43
  178. Author: Eric Anholt <anholt@freebsd.org>
  179. Date: Mon Nov 21 10:34:58 2005 +0000
  180. Another pass at .cvsignores for apps.
  181. commit acded00af405734d1611db4fe6d0e9940b8bd326
  182. Author: Eric Anholt <anholt@freebsd.org>
  183. Date: Sun Nov 20 22:08:50 2005 +0000
  184. Add/improve .cvsignore files for apps.
  185. commit 8114be741f5386cebfa24de82474b49c438dc78d
  186. Author: Kevin E Martin <kem@kem.org>
  187. Date: Sat Nov 19 07:15:36 2005 +0000
  188. Update pkgconfig files to separate library build-time dependencies from
  189. application build-time dependencies, and update package deps to work
  190. with separate build roots.
  191. commit 3097fcab22bf84f0bb6faee69c99c950a79bb1c4
  192. Author: Kevin E Martin <kem@kem.org>
  193. Date: Wed Oct 19 02:47:52 2005 +0000
  194. Update package version number for RC1 release.
  195. commit 7aeb50852f7111ba9a4ad3404bea0d20e1602502
  196. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  197. Date: Mon Oct 17 23:56:21 2005 +0000
  198. Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
  199. work better with BSD make
  200. commit c080a49a36c2f90fae774550553791da721e9240
  201. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  202. Date: Fri Oct 14 00:25:43 2005 +0000
  203. Use sed to fill in variables in man page
  204. commit ae73bd0c0087ebde446d6e4956242088a315ab6c
  205. Author: Kristian Høgsberg <krh@redhat.com>
  206. Date: Tue Sep 27 18:35:34 2005 +0000
  207. Fix configure.ac to not require xaw8 unconditionally.
  208. commit 25b5d282c0264508adbd695010632cde93f55a2f
  209. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  210. Date: Mon Aug 1 20:25:29 2005 +0000
  211. Install man pages to section 1 instead of section m (Patch from Donnie
  212. Berkholz)
  213. commit b89877374f51e8b9c83ca1aa55e246391038ffba
  214. Author: Kevin E Martin <kem@kem.org>
  215. Date: Fri Jul 29 21:22:31 2005 +0000
  216. Various changes preparing packages for RC0:
  217. - Verify and update package version numbers as needed
  218. - Implement versioning scheme
  219. - Change bug address to point to bugzilla bug entry form
  220. - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
  221. reenable it)
  222. - Fix makedepend to use pkgconfig and pass distcheck
  223. - Update build script to build macros first
  224. - Update modular Xorg version
  225. commit a8d1903bfd5ee45e6736427be85adef5624d661a
  226. Author: Matthieu Herrb <matthieu.herrb@laas.fr>
  227. Date: Sat Jul 23 15:46:06 2005 +0000
  228. xbiff depends on Xaw
  229. commit d9ea3ae597b97c173faa6dd29077ddf3a4bbc5ac
  230. Author: Adam Jackson <ajax@nwnk.net>
  231. Date: Wed Jul 20 19:31:51 2005 +0000
  232. Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
  233. configure cache, you cache it, and the cached value is probably wrong.
  234. commit df4faebea1a9a32c5c4b78a2585cbf6a443181a7
  235. Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
  236. Date: Sat Jul 16 21:40:42 2005 +0000
  237. Add _BSD_SOURCE - patch from Stefan Dirsch
  238. commit b3b0fffccaec04ca4bf47409dc39fba17819ee06
  239. Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
  240. Date: Fri Jul 15 16:53:50 2005 +0000
  241. Add dependency on xbitmaps
  242. commit ee0c19e43392bb8bc343a617d92e3784845511b6
  243. Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
  244. Date: Wed Jul 6 15:21:38 2005 +0000
  245. Build system for xbiff
  246. commit dbaae0652239411598a00da1ee5af65a5b101a98
  247. Author: Egbert Eich <eich@suse.de>
  248. Date: Fri Apr 23 19:54:38 2004 +0000
  249. Merging XORG-CURRENT into trunk
  250. commit fd6ce9234674249a5ef7cc6fb3a13d3ff604a24a
  251. Author: Egbert Eich <eich@suse.de>
  252. Date: Sun Mar 14 08:35:00 2004 +0000
  253. Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  254. commit d0ae3505f328fbc52752a17b7d3033021ce2b0c3
  255. Author: Egbert Eich <eich@suse.de>
  256. Date: Wed Mar 3 12:12:55 2004 +0000
  257. Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  258. commit c946d9c9cf9222327544ca677e26de0fe796ba95
  259. Author: Egbert Eich <eich@suse.de>
  260. Date: Thu Feb 26 13:36:16 2004 +0000
  261. readding XFree86's cvs IDs
  262. commit 1fb603e5ba366ab79a17f6d79f7fc6dd6988cda6
  263. Author: Egbert Eich <eich@suse.de>
  264. Date: Thu Feb 26 09:23:58 2004 +0000
  265. Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  266. commit 8dcf7ae639f46e982131632b7cc0c37a8fd4ee97
  267. Author: Kaleb Keithley <kaleb@freedesktop.org>
  268. Date: Tue Nov 25 19:29:03 2003 +0000
  269. XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
  270. commit f2fc3bc2312c7af4f0cd5fee2e08be7c0ca115b3
  271. Author: Kaleb Keithley <kaleb@freedesktop.org>
  272. Date: Fri Nov 14 16:48:58 2003 +0000
  273. XFree86 4.3.0.1
  274. commit 248f03b4a519c635bdfa16ae1c7aa708a006c580
  275. Author: Kaleb Keithley <kaleb@freedesktop.org>
  276. Date: Fri Nov 14 16:48:58 2003 +0000
  277. Initial revision