ChangeLog 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502
  1. commit 211c077af0cf634aec54b91de7dde916da2da84b
  2. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  3. Date: Tue Dec 30 15:14:31 2014 -0800
  4. bdftopcf 1.0.5
  5. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  6. commit 234ab38883e36d63e4677d44a759fba829f68393
  7. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  8. Date: Sun Jun 1 21:02:04 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 05a3d1360842f6c530e53dec6480ef21ffc9f5db
  13. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  14. Date: Sun Jun 1 21:02:04 2014 -0700
  15. configure: Drop AM_MAINTAINER_MODE
  16. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  17. commit cf81381eac18f1a1f894fd31f2e4def1fbf7d027
  18. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  19. Date: Mon Nov 4 22:29:59 2013 -0800
  20. Print which option was in error along with usage message
  21. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  22. Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
  23. commit 2f5ac9eabfc9609bce3aa420a64f29279e626e95
  24. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  25. Date: Mon Nov 4 22:28:19 2013 -0800
  26. Correct usage message for scanline unit option to be -u, not -s
  27. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  28. Reviewed-by: Matthieu Herrb <matthieu@herrb.eu>
  29. commit c8f568f295a11a7be406f170ed77a4c17a19fa7d
  30. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  31. Date: Sat Jan 19 09:19:11 2013 -0800
  32. config: Add missing AC_CONFIG_SRCDIR
  33. Regroup AC statements under the Autoconf initialization section.
  34. Regroup AM statements under the Automake initialization section.
  35. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  36. commit 4759123ce0333e37ca13f3a6c9feed503fb13895
  37. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  38. Date: Mon Jan 14 21:14:56 2013 -0800
  39. bdftopcf 1.0.4
  40. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  41. commit eb5013a55e7229979e5f46e627553e6121c2fca1
  42. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  43. Date: Thu Jan 3 00:21:36 2013 -0800
  44. Use remove() instead of unlink() to remove files
  45. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  46. commit b6371ad6463cdc0c35e7ca5a34f1bd6d945266ec
  47. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  48. Date: Thu Jan 3 00:19:30 2013 -0800
  49. Use symbolic names instead of raw integers for stdin & stdout fd's
  50. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  51. commit 15cfc3dcd9194fcca7715049eb1f49be2aa6d92f
  52. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  53. Date: Thu Jan 3 00:17:05 2013 -0800
  54. Add -v flag to print version info
  55. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  56. commit b73e3de2d8a192d64f22fd2f450741cba2b7ee18
  57. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  58. Date: Thu Jan 3 00:07:16 2013 -0800
  59. Combine usage message strings
  60. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  61. commit f82c76db93e191f5d6dfc2b07333a2b22dc52875
  62. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  63. Date: Thu Jan 3 00:07:06 2013 -0800
  64. Initialize font to 0 values directly instead of via bzero
  65. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  66. commit a28c5c4f2b9f3e20fb176e08a1eda149a8b866f3
  67. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  68. Date: Thu Jan 3 00:01:52 2013 -0800
  69. Adopt X.Org standard coding style (via x-indent.sh)
  70. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  71. commit 6d842fb19b4c85fd1bc69db604034667c0bb7b43
  72. Author: Gaetan Nadon <memsize@videotron.ca>
  73. Date: Wed Jan 19 10:06:55 2011 -0500
  74. config: move man pages into their own directory
  75. Use services provided by XORG_MANPAGE_SECTIONS.
  76. Use standard Makefile for man pages.
  77. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  78. commit f474c8a243d89162b596376193f802916428b89f
  79. Author: Gaetan Nadon <memsize@videotron.ca>
  80. Date: Thu Jan 13 11:15:00 2011 -0500
  81. man: remove trailing spaces and tabs
  82. Using s/[ \t]*$//
  83. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  84. commit 5a98c1aff0d4d66a12132c18060172b20d556278
  85. Author: Gaetan Nadon <memsize@videotron.ca>
  86. Date: Wed Jan 12 16:28:01 2011 -0500
  87. config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
  88. This silences an Autoconf warning
  89. commit e14b41b2af0c4aba099222433ef983ef83d4c938
  90. Author: Gaetan Nadon <memsize@videotron.ca>
  91. Date: Wed Jan 12 11:54:40 2011 -0500
  92. config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS
  93. It depends on util-macros 1.8 or later
  94. The existing statement can now be removed from the configuration file.
  95. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  96. commit bd6356693855f22de4fa50696c19f5bd8103aa88
  97. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  98. Date: Fri Oct 29 19:53:54 2010 -0700
  99. bdftopcf 1.0.3
  100. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  101. commit 423c3438394aa762feb9038e54e061f1761be252
  102. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  103. Date: Fri Oct 29 19:52:06 2010 -0700
  104. Remove unnecessary calls from configure.ac
  105. XORG_DEFAULT_OPTIONS calls AC_PROG_CC
  106. PKG_CHECK_MODULES calls AC_SUBST for CFLAGS and LIBS
  107. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  108. commit 89573e80d65db01ff12426781394969857bad715
  109. Author: Gaetan Nadon <memsize@videotron.ca>
  110. Date: Tue Jul 20 18:45:18 2010 -0400
  111. config: update AC_PREREQ statement to 2.60
  112. Unrelated to the previous patches, the new value simply reflects
  113. the reality that the minimum level for autoconf to configure
  114. all x.org modules is 2.60 dated June 2006.
  115. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
  116. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  117. commit 7de8e74341322be5e6f4830478d477ef17c13a4a
  118. Author: Jesse Adkins <jesserayadkins@gmail.com>
  119. Date: Tue Sep 28 13:29:48 2010 -0700
  120. Purge cvs tags.
  121. Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
  122. commit 9615bfc454af6cb489e9572895ef00af022303b1
  123. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  124. Date: Thu Jul 22 19:10:24 2010 -0700
  125. Use AM_CFLAGS instead of bdftopcf_CFLAGS since there's only one target
  126. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  127. commit ff16701d9054e47f1205e6ba4372077bd136062c
  128. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  129. Date: Thu Jul 22 19:07:08 2010 -0700
  130. config: upgrade to util-macros 1.8 for additional man page support
  131. Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
  132. The value of MAN_SUBST is the same for all X.Org packages.
  133. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
  134. The existing statement can now be removed from the configuration file.
  135. Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
  136. Enables silent rule and use platform appropriate version of sed.
  137. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  138. commit b29030dd85de4dee5d756390b1d15b3187bbb6d0
  139. Author: Gaetan Nadon <memsize@videotron.ca>
  140. Date: Thu Nov 26 09:19:52 2009 -0500
  141. Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  142. Now that the INSTALL file is generated.
  143. Allows running make maintainer-clean.
  144. commit fbce46de46b4c13098dc0590cf077150af3a470c
  145. Author: Gaetan Nadon <memsize@videotron.ca>
  146. Date: Wed Oct 28 14:09:07 2009 -0400
  147. INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  148. Add missing INSTALL file. Use standard GNU file on building tarball
  149. README may have been updated
  150. Remove AUTHORS file as it is empty and no content available yet.
  151. Remove NEWS file as it is empty and no content available yet.
  152. commit 8a6a1f4b7bde74b6df62ac949e75b4ba0aedff97
  153. Author: Gaetan Nadon <memsize@videotron.ca>
  154. Date: Tue Oct 27 15:07:24 2009 -0400
  155. Deploy the new XORG_DEFAULT_OPTIONS #24242
  156. This macro aggregate a number of existing macros that sets commmon
  157. X.Org components configuration options. It shields the configuration file from
  158. future changes.
  159. commit 8021c657bcc6f27b99ed7a61f4036d614c47367d
  160. Author: Gaetan Nadon <memsize@videotron.ca>
  161. Date: Mon Oct 26 22:08:37 2009 -0400
  162. Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
  163. ChangeLog filename is known to Automake and requires no further
  164. coding in the makefile.
  165. commit 6c1e289e0dcdd02b47d09547a8c5f9c8f0f50221
  166. Author: Gaetan Nadon <memsize@videotron.ca>
  167. Date: Thu Oct 22 12:34:14 2009 -0400
  168. .gitignore: use common defaults with custom section # 24239
  169. Using common defaults will reduce errors and maintenance.
  170. Only the very small or inexistent custom section need periodic maintenance
  171. when the structure of the component changes. Do not edit defaults.
  172. commit 74b5dca54052c778d49e96b92fc2ef888a80cf8f
  173. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  174. Date: Mon Sep 21 19:57:36 2009 -0700
  175. bdftopcf 1.0.2
  176. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  177. commit 4f63878eab32d41c8a010d5e187f0c4cdc7eff32
  178. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  179. Date: Mon Sep 21 19:51:44 2009 -0700
  180. Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
  181. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  182. commit 96a182df6f4168ec0b5585f08b088bfd58a383f6
  183. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  184. Date: Mon Sep 21 19:43:10 2009 -0700
  185. Add pointers to mailing list, bugzilla, wiki & git repo to README
  186. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  187. commit 7f1a66ecbe983e83e91941706218cde705b6cc0b
  188. Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
  189. Date: Thu Jan 15 18:18:52 2009 -0200
  190. Ansification and compile warning fixes.
  191. This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
  192. make distcheck. There weren't any gcc 4.3 or sparse warnings.
  193. commit 74541609dccff6e8405286b3f27661e2f4a00b29
  194. Author: James Cloos <cloos@jhcloos.com>
  195. Date: Thu Dec 6 15:51:03 2007 -0500
  196. Add missing PHONY line for automatic ChangeLog generation
  197. commit d6286044123ff787acf494a376dc22b2265623e2
  198. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  199. Date: Wed Apr 25 17:05:43 2007 -0700
  200. Version bump: 1.0.1
  201. commit 963c88d67500b581fd4d44d4f561089c66bf7c56
  202. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  203. Date: Tue Apr 24 20:04:39 2007 -0700
  204. Fix sparse warning: Using plain integer as NULL pointer
  205. commit 7206fb39a668384dfba3c8436222722123f4c9ff
  206. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  207. Date: Tue Apr 24 20:03:51 2007 -0700
  208. Add target for checking code with sparse/lint/etc.
  209. commit c42df278513724e3236eecda859f069c34f78508
  210. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  211. Date: Tue Apr 24 20:01:40 2007 -0700
  212. Replace static ChangeLog with disthook to generate from git log
  213. commit 608915a471c5a7a1cc3ecca19fc1b516480f439f
  214. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  215. Date: Tue Apr 24 19:31:40 2007 -0700
  216. Sun bug 6509763: bdftopcf crashes when bad font passed on stdin
  217. When printing corrupt font error message, make sure file name reported is
  218. not NULL.
  219. commit a498f77133c4a6df5a192133528a846bd9e88d7c
  220. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  221. Date: Tue Apr 24 19:30:13 2007 -0700
  222. renamed: .cvsignore -> .gitignore
  223. commit ebb668bf17f019813cc9615269d28da8205f1d00
  224. Author: Kevin E Martin <kem@kem.org>
  225. Date: Thu Dec 15 00:24:01 2005 +0000
  226. Update package version number for final X11R7 release candidate.
  227. commit 8e3cd1b0e5c443c3c93565343c6721a3345c085e
  228. Author: Kevin E Martin <kem@kem.org>
  229. Date: Tue Dec 6 22:48:15 2005 +0000
  230. Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
  231. commit a61fd8c9f26b1defde1bf45ba5b938c197951d3f
  232. Author: Kevin E Martin <kem@kem.org>
  233. Date: Sat Dec 3 05:49:14 2005 +0000
  234. Update package version number for X11R7 RC3 release.
  235. commit 148db4c885a1adebf21e21d8f505b0148763cc00
  236. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  237. Date: Mon Nov 28 22:01:36 2005 +0000
  238. Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
  239. update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
  240. commit a8afffe03349e74fbec823dd074b0c65bcc579c4
  241. Author: Eric Anholt <anholt@freebsd.org>
  242. Date: Mon Nov 21 10:34:54 2005 +0000
  243. Another pass at .cvsignores for apps.
  244. commit 1f9a92c950da572b246a5ee354617c7628539e9b
  245. Author: Eric Anholt <anholt@freebsd.org>
  246. Date: Sun Nov 20 22:08:47 2005 +0000
  247. Add/improve .cvsignore files for apps.
  248. commit f4d3c5288e31356b794253afb48c3691779b1cc2
  249. Author: Kevin E Martin <kem@kem.org>
  250. Date: Sat Nov 19 07:15:35 2005 +0000
  251. Update pkgconfig files to separate library build-time dependencies from
  252. application build-time dependencies, and update package deps to work
  253. with separate build roots.
  254. commit ebac4be33d3b439772212d35934f2753f03f42fe
  255. Author: Kevin E Martin <kem@kem.org>
  256. Date: Wed Nov 9 21:09:19 2005 +0000
  257. Update package version number for X11R7 RC2 release.
  258. commit 95833b04ce5ee998bcf2aaea03718157566ec671
  259. Author: Kevin E Martin <kem@kem.org>
  260. Date: Tue Nov 1 15:05:18 2005 +0000
  261. Update pkgcheck depedencies to work with separate build roots.
  262. commit 4358112e4b8c7433001c682de59b896df446d0f1
  263. Author: Kevin E Martin <kem@kem.org>
  264. Date: Wed Oct 19 02:47:47 2005 +0000
  265. Update package version number for RC1 release.
  266. commit 3079b683034b5ca45182df15e420041377aff190
  267. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  268. Date: Mon Oct 17 23:56:18 2005 +0000
  269. Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
  270. work better with BSD make
  271. commit 3cf12f8bb84f6c7f48d21372026ed90cfbb448a4
  272. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  273. Date: Fri Oct 14 00:25:40 2005 +0000
  274. Use sed to fill in variables in man page
  275. commit 1367d1093078bb49e4f1b5f1453fea41ae6f2b25
  276. Author: Kristian Høgsberg <krh@redhat.com>
  277. Date: Fri Sep 23 20:39:52 2005 +0000
  278. Fill these in.
  279. commit fc73e4a7408f73006267c4f9dbbd8edfadda17d6
  280. Author: Kevin E Martin <kem@kem.org>
  281. Date: Fri Jul 29 21:22:28 2005 +0000
  282. Various changes preparing packages for RC0:
  283. - Verify and update package version numbers as needed
  284. - Implement versioning scheme
  285. - Change bug address to point to bugzilla bug entry form
  286. - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
  287. reenable it)
  288. - Fix makedepend to use pkgconfig and pass distcheck
  289. - Update build script to build macros first
  290. - Update modular Xorg version
  291. commit 4641ea0102ddccbe57de71dba7d31993b4f0d5fe
  292. Author: Adam Jackson <ajax@nwnk.net>
  293. Date: Wed Jul 20 19:31:48 2005 +0000
  294. Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
  295. configure cache, you cache it, and the cached value is probably wrong.
  296. commit a1714821678853a349cfeb735e5cc2c05d7d7e10
  297. Author: Kevin E Martin <kem@kem.org>
  298. Date: Sun Jul 3 21:38:43 2005 +0000
  299. Install publicly used headers in X11/fonts.
  300. Change source files that use these headers to get them via <X11/fonts/*.h>.
  301. commit 054583b047ea55cf8788ca94849f28c1fd601ee0
  302. Author: Kevin E Martin <kem@kem.org>
  303. Date: Sat Jul 2 21:42:05 2005 +0000
  304. Add build system for bdftopcf, mkfontdir and mkfontscale
  305. commit b19c10fc3e619fba0dfc0a93a79c3368fcc5ef8c
  306. Author: Egbert Eich <eich@suse.de>
  307. Date: Fri Apr 23 19:54:31 2004 +0000
  308. Merging XORG-CURRENT into trunk
  309. commit 3dc306ac1d27de0c20faaef7d0094131783fd294
  310. Author: Egbert Eich <eich@suse.de>
  311. Date: Sun Mar 14 08:34:49 2004 +0000
  312. Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  313. commit c3b089ed758a0c74682256430bcbbb805b30e5ba
  314. Author: Egbert Eich <eich@suse.de>
  315. Date: Wed Mar 3 12:12:50 2004 +0000
  316. Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  317. commit a455d7e899f248a6333c1435aaefa79a998fc9b3
  318. Author: Egbert Eich <eich@suse.de>
  319. Date: Thu Feb 26 13:36:15 2004 +0000
  320. readding XFree86's cvs IDs
  321. commit 74b7fe4751a5a37fa6c42b236038ed8f6109a5bd
  322. Author: Egbert Eich <eich@suse.de>
  323. Date: Thu Feb 26 09:23:53 2004 +0000
  324. Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  325. commit 0ec9383c6314fbe7eb4b153a5b931cdced8e78a5
  326. Author: Kaleb Keithley <kaleb@freedesktop.org>
  327. Date: Fri Nov 14 16:48:57 2003 +0000
  328. XFree86 4.3.0.1
  329. commit f51be8ca0daef86a6f0b10383ca84f42fc1b9a74
  330. Author: Kaleb Keithley <kaleb@freedesktop.org>
  331. Date: Fri Nov 14 15:54:52 2003 +0000
  332. R6.6 is the Xorg base-line