ChangeLog 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508
  1. commit c256f5a1e82ed874d8bd068901dd9b138adb6f89
  2. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  3. Date: Sat Jan 12 16:05:16 2013 -0800
  4. editres 1.0.6
  5. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  6. commit d2fce327fd2c308c17aa239be27dca294cb52ca0
  7. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  8. Date: Wed Dec 28 20:17:42 2011 -0800
  9. Remove Xorg/XFree86 CVS/RCS id tags
  10. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  11. commit 0d02b3888a6a0d5f7197c17ab4bfd9d31c8799df
  12. Author: Gaetan Nadon <memsize@videotron.ca>
  13. Date: Wed Jan 19 10:06:55 2011 -0500
  14. config: move man pages into their own directory
  15. Use services provided by XORG_MANPAGE_SECTIONS.
  16. Use standard Makefile for man pages.
  17. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  18. commit 367bb7e6ab70fe56ace5a02541c0913a34ab79c2
  19. Author: Gaetan Nadon <memsize@videotron.ca>
  20. Date: Thu Jan 13 17:15:36 2011 -0500
  21. man: replace hard coded man page section with substitution strings
  22. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  23. commit acdd1245782190342e5736614b2ac25c497a9312
  24. Author: Gaetan Nadon <memsize@videotron.ca>
  25. Date: Thu Jan 13 11:15:00 2011 -0500
  26. man: remove trailing spaces and tabs
  27. Using s/[ \t]*$//
  28. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  29. commit b2ea5e60a7ea43fc825936f23218a77f13b67e12
  30. Author: Gaetan Nadon <memsize@videotron.ca>
  31. Date: Wed Jan 12 16:28:01 2011 -0500
  32. config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
  33. This silences an Autoconf warning
  34. commit 3b09a1e5f853c32c6784b74914e126999959168a
  35. Author: Gaetan Nadon <memsize@videotron.ca>
  36. Date: Wed Jan 12 15:29:49 2011 -0500
  37. config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
  38. This silences an Automake warning.
  39. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  40. commit 17332856a27d27f4ea08b99d58b8e4167b7d815f
  41. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  42. Date: Sat Oct 30 12:43:00 2010 -0700
  43. editres 1.0.5
  44. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  45. commit 9aa7a02bafe1a56837484c0122cb96f86b08c20e
  46. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  47. Date: Sat Oct 30 12:41:18 2010 -0700
  48. config: Remove unnecessary calls from configure.ac
  49. AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
  50. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  51. commit bc60bafbf6ec232bd006e38312c200900cc63034
  52. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  53. Date: Sat Oct 30 12:40:44 2010 -0700
  54. config: upgrade to util-macros 1.8 for additional man page support
  55. Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
  56. The value of MAN_SUBST is the same for all X.Org packages.
  57. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
  58. The existing statement can now be removed from the configuration file.
  59. Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
  60. Enables silent rule and use platform appropriate version of sed.
  61. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  62. commit 737c0d053505a8ece24f41320cd2bd5ecb3a212b
  63. Author: Gaetan Nadon <memsize@videotron.ca>
  64. Date: Sat Oct 30 12:39:00 2010 -0700
  65. config: update AC_PREREQ statement to 2.60
  66. Unrelated to the previous patches, the new value simply reflects
  67. the reality that the minimum level for autoconf to configure
  68. all x.org modules is 2.60 dated June 2006.
  69. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
  70. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  71. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  72. commit c04cfb209c6da039728f15d0b9211557a2cb556d
  73. Author: Gaetan Nadon <memsize@videotron.ca>
  74. Date: Sat Aug 7 21:07:30 2010 -0400
  75. config: consolidate dependencies checking
  76. One single equivalent statement will do the job.
  77. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  78. commit 00839b44d635eb3c5d5a3d1b1d764838af22d252
  79. Author: Gaetan Nadon <memsize@videotron.ca>
  80. Date: Sat Dec 19 20:48:47 2009 -0500
  81. configure.ac: use backticks rather than $() for cmd subs
  82. Use "$PKG_CONFIG" rather than hard coded "pkg-config"
  83. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  84. commit 0d9b687b1eef24ba64f8dc15febb296cae727d30
  85. Author: Gaetan Nadon <memsize@videotron.ca>
  86. Date: Thu Nov 26 09:19:52 2009 -0500
  87. Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  88. Now that the INSTALL file is generated.
  89. Allows running make maintainer-clean.
  90. commit 1cfbbce10833e7902b30c50fe1da3dc83d40b8fe
  91. Author: Gaetan Nadon <memsize@videotron.ca>
  92. Date: Wed Oct 28 14:09:07 2009 -0400
  93. INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  94. Add missing INSTALL file. Use standard GNU file on building tarball
  95. README may have been updated
  96. Remove AUTHORS file as it is empty and no content available yet.
  97. Remove NEWS file as it is empty and no content available yet.
  98. commit 9d6212392730f5cdec9906eb90385c766a87de9c
  99. Author: Gaetan Nadon <memsize@videotron.ca>
  100. Date: Tue Oct 27 15:07:24 2009 -0400
  101. Deploy the new XORG_DEFAULT_OPTIONS #24242
  102. This macro aggregate a number of existing macros that sets commmon
  103. X.Org components configuration options. It shields the configuration file from
  104. future changes.
  105. commit 49f5b0c58b5c2efa23dde717c52be5e4161e3993
  106. Author: Gaetan Nadon <memsize@videotron.ca>
  107. Date: Mon Oct 26 22:08:37 2009 -0400
  108. Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
  109. ChangeLog filename is known to Automake and requires no further
  110. coding in the makefile.
  111. commit be42557f3db73875b9789f5fc7457703e97face0
  112. Author: Gaetan Nadon <memsize@videotron.ca>
  113. Date: Thu Oct 22 12:34:14 2009 -0400
  114. .gitignore: use common defaults with custom section # 24239
  115. Using common defaults will reduce errors and maintenance.
  116. Only the very small or inexistent custom section need periodic maintenance
  117. when the structure of the component changes. Do not edit defaults.
  118. commit 86eb733aaddc362427d533b7cf157447690152a5
  119. Author: Gaetan Nadon <memsize@videotron.ca>
  120. Date: Sun Sep 27 15:43:39 2009 -0400
  121. Makefile.am: do not include autogen.sh in distribution #24183
  122. This is a private build script that should not be distributed
  123. commit aebe52fd87925353c687fbd26c5547410d4b96c1
  124. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  125. Date: Tue Sep 22 20:05:21 2009 -0700
  126. editres 1.0.4
  127. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  128. commit e919068b70411167e3f239ad32d1fd4ad2a0c10d
  129. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  130. Date: Tue Sep 22 20:05:04 2009 -0700
  131. Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
  132. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  133. commit 086d2257cc5ad59f1e2aa7362a912e4855edc4be
  134. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  135. Date: Tue Sep 22 20:04:19 2009 -0700
  136. Fill in AUTHORS & README
  137. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  138. commit b86d1b71813cfa582aa28356ee6a2196a67ba8d4
  139. Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
  140. Date: Mon Jan 12 17:32:36 2009 -0200
  141. Ansification and compile warning fixes.
  142. This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
  143. make distcheck and all gcc 4.3 and sparse warnings.
  144. commit 82c17cd232a016f0c552f38453774abfb0bf17fe
  145. Author: James Cloos <cloos@jhcloos.com>
  146. Date: Wed Aug 20 10:32:48 2008 -0400
  147. xaw8 is gone, use xaw7
  148. commit 332e17ae6ebec0dbb7c13d63dd4758cb2979bcdc
  149. Author: Julien Cristau <jcristau@debian.org>
  150. Date: Fri May 16 14:20:03 2008 +0200
  151. $(builddir) is the current directory
  152. Apparently automake doesn't always export the builddir variable.
  153. This fixes my previous commit.
  154. commit 3b8c583e5a3d8733419cf5517d22b40f31c93e4c
  155. Author: Julien Cristau <jcristau@debian.org>
  156. Date: Sun Apr 20 19:41:13 2008 +0200
  157. Fix build with builddir != srcdir
  158. commit a0e6c84ab34146b71c1b52b10452987ba1cc869a
  159. Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
  160. Date: Thu Mar 27 20:07:29 2008 -0700
  161. Build fix for file systems that are not case sensitive
  162. commit 724c09e17dde32d5713388d6e9de0ad3fc004870
  163. Author: James Cloos <cloos@jhcloos.com>
  164. Date: Thu Dec 6 15:51:04 2007 -0500
  165. Add missing PHONY line for automatic ChangeLog generation
  166. commit 4c6a0418e2499f01a1b2ef06bdec77ef208fe15b
  167. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  168. Date: Fri Aug 10 16:16:43 2007 -0700
  169. Change editres_CFLAGS to AM_CFLAGS to make automake-1.10 happier
  170. Makefile.am:27: compiling `actions.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
  171. commit 960a84a735daedd7b4df009c46d2f8a751335676
  172. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  173. Date: Tue Jan 23 17:00:54 2007 -0800
  174. Version bump: 1.0.3
  175. commit 6894715b043dbbbf0b622561f2de57cd89bf408d
  176. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  177. Date: Tue Jan 23 17:00:22 2007 -0800
  178. Fill in COPYING file with copyright/license from *.c files
  179. commit d134cf4e83beccea282c49d1768e4ecf6b1ea52e
  180. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  181. Date: Tue Jan 23 16:57:59 2007 -0800
  182. Replace static ChangeLog with dist-hook to generate from git log
  183. commit f8e170f16e591f349482ebfe166a639f60b78a19
  184. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  185. Date: Tue Jan 2 18:44:34 2007 -0800
  186. renamed: .cvsignore -> .gitignore
  187. commit f29f6eb20486b84ab0f73dbbc4295a2193fdf451
  188. Author: Eric S. Raymond <esr@thyrsus.com>
  189. Date: Tue Jan 2 18:43:21 2007 -0800
  190. Bug 9513: Unknown macro & other formatting fixes in editres.1x
  191. <https://bugs.freedesktop.org/show_bug.cgi?id=9513>
  192. commit 0a067639699a5639516200e780a68a779a82bde0
  193. Author: Daniel Stone <daniel@fooishbar.org>
  194. Date: Sat Dec 16 00:33:35 2006 +0200
  195. bump to 1.0.2
  196. commit 54a41faa66c411e9f82fb00333cd407cb94f4c3e
  197. Author: Daniel Stone <daniel@fooishbar.org>
  198. Date: Fri Dec 15 23:51:21 2006 +0200
  199. remove config.h from _SOURCES
  200. Remove config.h from _SOURCES, so it doesn't get distributed.
  201. commit 67b0dc56b4d0ce6d5ffe36a8b638c79b7f89cf30
  202. Author: Kevin E Martin <kem@kem.org>
  203. Date: Wed Dec 21 02:29:42 2005 +0000
  204. Update package version for X11R7 release.
  205. commit 80b0ef68994d37db8a43fb8862969111c2ef3170
  206. Author: Adam Jackson <ajax@nwnk.net>
  207. Date: Mon Dec 19 16:22:40 2005 +0000
  208. Stub COPYING files
  209. commit 084dc660379fe0d2cd8833d3a8967c45d793f48e
  210. Author: Kevin E Martin <kem@kem.org>
  211. Date: Thu Dec 15 00:24:01 2005 +0000
  212. Update package version number for final X11R7 release candidate.
  213. commit 8113fde1cc66413534f82820c363f7a142ca7b08
  214. Author: Kevin E Martin <kem@kem.org>
  215. Date: Wed Dec 7 16:17:58 2005 +0000
  216. Change to use the app-defaults default dir configured in libXt.
  217. commit 81d4322158703bcccc10040984a48db852e489c4
  218. Author: Kevin E Martin <kem@kem.org>
  219. Date: Tue Dec 6 22:48:16 2005 +0000
  220. Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
  221. commit 9a5d8daff97901931aa983afe060be6c4583d36f
  222. Author: Kevin E Martin <kem@kem.org>
  223. Date: Sat Dec 3 05:49:15 2005 +0000
  224. Update package version number for X11R7 RC3 release.
  225. commit 500b5abb8c280b2f9450157822f2080d94d1f754
  226. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  227. Date: Mon Nov 28 22:01:36 2005 +0000
  228. Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
  229. update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
  230. commit 5700b32bf8a970ccbcc4c6204dfa74f6c1b795cc
  231. Author: Eric Anholt <anholt@freebsd.org>
  232. Date: Mon Nov 21 10:34:55 2005 +0000
  233. Another pass at .cvsignores for apps.
  234. commit dc8c4e03c64c0aaad4101cbf737d333049e0ade3
  235. Author: Eric Anholt <anholt@freebsd.org>
  236. Date: Sun Nov 20 22:08:48 2005 +0000
  237. Add/improve .cvsignore files for apps.
  238. commit ab7ebeb62f2d9cf3934bcc6c91d7f2ca29603bec
  239. Author: Kevin E Martin <kem@kem.org>
  240. Date: Wed Oct 19 02:47:48 2005 +0000
  241. Update package version number for RC1 release.
  242. commit 6b6f7ea565d3d034ff3406be3c8538a058100203
  243. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  244. Date: Tue Oct 18 00:32:53 2005 +0000
  245. Change default install dir for app-default files from
  246. $(sysconfdir)/X11/app-defaults to $(libdir)/X11/app-defaults to match
  247. the monolith & allow localization
  248. commit ee6d1e9b005eaf30cff6ac3dd9cc40919e90d884
  249. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  250. Date: Mon Oct 17 23:56:19 2005 +0000
  251. Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
  252. work better with BSD make
  253. commit 860f17c45f423b7d19ad78061ec1d785fa9fedf5
  254. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  255. Date: Fri Oct 14 00:25:41 2005 +0000
  256. Use sed to fill in variables in man page
  257. commit 3d586c48b217f6f783cd8b39bedd6b34f047444c
  258. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  259. Date: Thu Oct 13 20:10:59 2005 +0000
  260. Fix app-default files to install under the same names as in the monolith
  261. instead of their short names used only for 14-character filename length
  262. limited ancient filesystems
  263. commit 18a1a2898c1124d8ec359b5320e00e58d0758c56
  264. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  265. Date: Mon Aug 1 20:25:27 2005 +0000
  266. Install man pages to section 1 instead of section m (Patch from Donnie
  267. Berkholz)
  268. commit 46c342a910eed04ed23ea5b3ccf3280818c098a9
  269. Author: Kevin E Martin <kem@kem.org>
  270. Date: Fri Jul 29 21:22:28 2005 +0000
  271. Various changes preparing packages for RC0:
  272. - Verify and update package version numbers as needed
  273. - Implement versioning scheme
  274. - Change bug address to point to bugzilla bug entry form
  275. - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
  276. reenable it)
  277. - Fix makedepend to use pkgconfig and pass distcheck
  278. - Update build script to build macros first
  279. - Update modular Xorg version
  280. commit 3f55c0717f22df8c36bc2d64fc2ace1b5e9b34a6
  281. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  282. Date: Tue Jul 26 15:44:01 2005 +0000
  283. Replace more GNU make-ism's with more portable macros
  284. commit 193cf93becd97779c8d6ee790efa78387c71b258
  285. Author: Adam Jackson <ajax@nwnk.net>
  286. Date: Wed Jul 20 19:31:48 2005 +0000
  287. Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
  288. configure cache, you cache it, and the cached value is probably wrong.
  289. commit 3fbfc8390e09c5d63a8ab37342f09784acc13485
  290. Author: Matthieu Herrb <matthieu.herrb@laas.fr>
  291. Date: Sun Jul 17 20:11:01 2005 +0000
  292. fix rules to work with non-GNU make and outside of $srcdir
  293. commit d15169a6a4c05a63b17ae630c9ade3b14a3d7181
  294. Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
  295. Date: Mon Jun 27 22:30:58 2005 +0000
  296. Use $(foreach ) instead of listing the appdefaults files twice
  297. commit 349b2847900798cacdfe358eb8eb4773106657e8
  298. Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
  299. Date: Mon Jun 27 21:35:04 2005 +0000
  300. - Fix string test in lib/Xaw/xaw.m4
  301. - Xaw/Xaw7/Makefile.am: add -DXAW7
  302. - add build system for editres
  303. commit 9391b5d706fe66ac05cb3af1fd0263eed13776c8
  304. Author: Egbert Eich <eich@suse.de>
  305. Date: Mon Apr 4 10:17:07 2005 +0000
  306. Fixed sentinels in Xt, editres and xedit to reduce number of warnings with
  307. gcc4 (Andreas Schwab).
  308. commit 3528e71f7e176f696c360bee56dd78b7b9f95fc3
  309. Author: Egbert Eich <eich@suse.de>
  310. Date: Fri Apr 23 19:54:32 2004 +0000
  311. Merging XORG-CURRENT into trunk
  312. commit 9ba152d28e1a57bd0e0c841ba35e6374070ba2dc
  313. Author: Egbert Eich <eich@suse.de>
  314. Date: Sun Mar 14 08:34:50 2004 +0000
  315. Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  316. commit 9ad041dcc1fa1e142b9f688463f93fb1ecc31fd5
  317. Author: Egbert Eich <eich@suse.de>
  318. Date: Wed Mar 3 12:12:50 2004 +0000
  319. Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  320. commit 18876207a03f0a8c2210ba1decc726db1cf53702
  321. Author: Egbert Eich <eich@suse.de>
  322. Date: Thu Feb 26 13:36:15 2004 +0000
  323. readding XFree86's cvs IDs
  324. commit 82de5e8b51be2df116d3d9c8cdea65f8468f7298
  325. Author: Egbert Eich <eich@suse.de>
  326. Date: Thu Feb 26 09:23:53 2004 +0000
  327. Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  328. commit f35a8fcb820cbe4cfb1ded89677d5828a34ddec0
  329. Author: Kaleb Keithley <kaleb@freedesktop.org>
  330. Date: Tue Nov 25 19:29:02 2003 +0000
  331. XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
  332. commit 6e4057717156adf6dba781d30db3f60a475ea7e4
  333. Author: Kaleb Keithley <kaleb@freedesktop.org>
  334. Date: Fri Nov 14 16:48:57 2003 +0000
  335. XFree86 4.3.0.1
  336. commit efce7cb078dd34e9e9f7d6f5f5cdd0c8ef267691
  337. Author: Kaleb Keithley <kaleb@freedesktop.org>
  338. Date: Fri Nov 14 15:54:52 2003 +0000
  339. R6.6 is the Xorg base-line