ChangeLog 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  1. commit 2c08f5dee8b3f2d2da9db8e3c1d4593a66db401e
  2. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  3. Date: Fri May 17 18:20:13 2013 -0700
  4. xrefresh 1.0.5
  5. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  6. commit 1a26cd81c08c008f8252ca03211705ce4951bab2
  7. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  8. Date: Sun Jan 13 09:09:19 2013 -0800
  9. Use strcasecmp if available, instead of downcasing string before strcmp
  10. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  11. commit 865c7c3da3a827cff080a763613d02729e9d4e33
  12. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  13. Date: Sun Jan 13 08:37:49 2013 -0800
  14. Fix implicit sign conversion & integer size truncation warnings
  15. xrefresh.c:125:14: warning: implicit conversion loses integer precision:
  16. 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
  17. arglen = strlen (arg);
  18. ~ ^~~~~~~~~~~~
  19. xrefresh.c:126:12: warning: implicit conversion loses integer precision:
  20. 'size_t' (aka 'unsigned long') to 'int' [-Wshorten-64-to-32]
  21. slen = strlen (s);
  22. ~ ^~~~~~~~~~
  23. xrefresh.c:132:26: warning: implicit conversion changes signedness: 'int' to
  24. 'size_t' (aka 'unsigned long') [-Wsign-conversion]
  25. if (strncmp (arg, s, slen) == 0) return (True);
  26. ~~~~~~~ ^~~~
  27. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  28. commit 4fa0dd48d6c9fcd54276a66c221fdafda2395c02
  29. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  30. Date: Mon Apr 16 17:22:16 2012 -0700
  31. Combine usage message strings
  32. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  33. commit c0b077a85fb2e624ec87fb8bec906ce30bc473e4
  34. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  35. Date: Mon Apr 16 17:18:35 2012 -0700
  36. Mark Syntax() with _X_NORETURN to silence gcc warning
  37. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  38. commit d944df52b7b2c5c9e6789b0ff7bb390108613c6c
  39. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  40. Date: Mon Apr 16 17:10:23 2012 -0700
  41. Add const qualifiers to structs for mapping strings to values
  42. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  43. commit 71c97a091a511d403fdb8587d0e1240ec3913820
  44. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  45. Date: Mon Apr 16 17:04:35 2012 -0700
  46. Add const qualifiers to fix gcc -Wwrite-strings warnings
  47. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  48. commit cde30320d98b95f7c0cec5bed906b7107124f8fa
  49. Author: Jeremy Huddleston <jeremyhu@apple.com>
  50. Date: Sun May 8 16:52:55 2011 -0700
  51. Properly fallback on CWBackPixmap = None when failing to parse or allocate a solid color
  52. xrefresh.c:319:3: warning: Value stored to 'action' is never read
  53. action = doNone;
  54. ^ ~~~~~~
  55. Found-by: clang static analyzer
  56. Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
  57. commit 289e8d27a8417ca94fd2063a44b84338ff499a3e
  58. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  59. Date: Fri Jan 28 20:53:06 2011 -0800
  60. Fix allocateded typo in comment
  61. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  62. commit 18f7dcdd9fb30b784b3d99cb91d9f5c80cc19f44
  63. Author: Gaetan Nadon <memsize@videotron.ca>
  64. Date: Wed Jan 19 10:06:57 2011 -0500
  65. config: move man pages into their own directory
  66. Use services provided by XORG_MANPAGE_SECTIONS.
  67. Use standard Makefile for man pages.
  68. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  69. commit d604128cf39507dc80a46449a15050f2a066d50f
  70. Author: Gaetan Nadon <memsize@videotron.ca>
  71. Date: Thu Jan 13 11:15:48 2011 -0500
  72. man: remove trailing spaces and tabs
  73. Using s/[ \t]*$//
  74. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  75. commit 631be2568befbd4aee98a3cd4849403554db79d7
  76. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  77. Date: Wed Nov 10 19:46:37 2010 -0800
  78. xrefresh 1.0.4
  79. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  80. commit 6d3d5b90e0ab621cd215b007936dc3bc2a8c0053
  81. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  82. Date: Tue Nov 9 17:01:30 2010 -0800
  83. man page: change (3X) to (__libmansuffix__)
  84. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  85. commit 5b487ce8e51dec698b7c71d978d8666a098eb3f4
  86. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  87. Date: Tue Nov 9 16:35:11 2010 -0800
  88. Purge CVS version tags
  89. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  90. commit 724fd273618e44ec181cee670a16afcbe1e4f3fc
  91. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  92. Date: Tue Nov 9 16:31:31 2010 -0800
  93. config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
  94. Regroup AC statements under the Autoconf initialization section.
  95. Regroup AM sttaements under the Automake initialization section.
  96. Add missing AC_CONFIG_SRCDIR
  97. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  98. commit 894a6fdd37ff5c14f53db08f77bbec4a1387c9a2
  99. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  100. Date: Tue Nov 9 16:29:37 2010 -0800
  101. config: Remove unnecessary calls from configure.ac
  102. AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
  103. PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
  104. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  105. commit 09a8377a96411bd62a08a4f0e921a18162ef669e
  106. Author: Alan Coopersmith <alan.coopersmith@oracle.com>
  107. Date: Tue Nov 9 16:28:57 2010 -0800
  108. config: upgrade to util-macros 1.8 for additional man page support
  109. Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
  110. The value of MAN_SUBST is the same for all X.Org packages.
  111. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
  112. Enables use of platform appropriate version of sed.
  113. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  114. commit 3344c9d26e243e5a79cf7437606ca496c3b7042f
  115. Author: Gaetan Nadon <memsize@videotron.ca>
  116. Date: Tue Nov 9 16:28:53 2010 -0800
  117. config: update AC_PREREQ statement to 2.60
  118. Unrelated to the previous patches, the new value simply reflects
  119. the reality that the minimum level for autoconf to configure
  120. all x.org modules is 2.60 dated June 2006.
  121. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
  122. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
  123. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
  124. commit 3f2443358056f366adc1f95d8d41fe690e336aac
  125. Author: Gaetan Nadon <memsize@videotron.ca>
  126. Date: Thu Nov 26 09:19:54 2009 -0500
  127. Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
  128. Now that the INSTALL file is generated.
  129. Allows running make maintainer-clean.
  130. commit 98885558f39792425d6579fe063517da1a241665
  131. Author: Gaetan Nadon <memsize@videotron.ca>
  132. Date: Wed Oct 28 14:09:08 2009 -0400
  133. INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
  134. Add missing INSTALL file. Use standard GNU file on building tarball
  135. README may have been updated
  136. Remove AUTHORS file as it is empty and no content available yet.
  137. Remove NEWS file as it is empty and no content available yet.
  138. commit 20ce8ee10701e53b3b18d73a68827d1c6f1278a3
  139. Author: Gaetan Nadon <memsize@videotron.ca>
  140. Date: Mon Oct 26 22:08:39 2009 -0400
  141. Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
  142. ChangeLog filename is known to Automake and requires no further
  143. coding in the makefile.
  144. commit d82a88edd20f9e0ef00f7d6ffcf83e6533c3f0a8
  145. Author: Gaetan Nadon <memsize@videotron.ca>
  146. Date: Thu Oct 22 12:34:16 2009 -0400
  147. .gitignore: use common defaults with custom section # 24239
  148. Using common defaults will reduce errors and maintenance.
  149. Only the very small or inexistent custom section need periodic maintenance
  150. when the structure of the component changes. Do not edit defaults.
  151. commit d940fdcf80c5e5d71f5fce071a6301420de85607
  152. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  153. Date: Fri Oct 16 19:20:34 2009 -0700
  154. xrefresh 1.0.3
  155. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  156. commit 3597e4253f9d7c61baf7be9cfdb7041700f9a699
  157. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  158. Date: Fri Oct 16 19:20:07 2009 -0700
  159. Fill in COPYING file with copyright/license notice from code & docs
  160. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  161. commit 3b24974b2df76db8656e839665053f7be17932b9
  162. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  163. Date: Fri Oct 16 19:18:37 2009 -0700
  164. Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
  165. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  166. commit 9a4e02405fe0b29bce45cbe7322d047d6daf02fc
  167. Author: Alan Coopersmith <alan.coopersmith@sun.com>
  168. Date: Thu Oct 1 14:54:29 2009 -0700
  169. Add README with pointers to mailing lists, bugzilla, & git
  170. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
  171. commit 7fd999e0a872bd931f5a156ed87e4849f81c575b
  172. Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
  173. Date: Mon Jan 26 16:48:20 2009 -0200
  174. Correct make distcheck and sparse warnings.
  175. commit 4511de27ac11c62fc9f5cedce1bfffcdbe73e8f7
  176. Author: James Cloos <cloos@jhcloos.com>
  177. Date: Thu Dec 6 16:37:28 2007 -0500
  178. Replace static ChangeLog with dist-hook to generate from git log
  179. commit 850e8860e6109abe47462e91b611c635503f1503
  180. Author: James Cloos <cloos@jhcloos.com>
  181. Date: Mon Sep 3 05:51:43 2007 -0400
  182. Add *~ to .gitignore to skip patch/emacs droppings
  183. commit 93703e8b18dba1846428ff61be4396e60d34b3ae
  184. Author: James Cloos <cloos@jhcloos.com>
  185. Date: Thu Aug 23 19:25:05 2007 -0400
  186. Rename .cvsignore to .gitignore
  187. commit e40747ae47f9093e787a24b926945010acba0b10
  188. Author: Adam Jackson <ajax@nwnk.net>
  189. Date: Sun Apr 2 01:16:33 2006 +0000
  190. Bump to 1.0.2.
  191. commit 13f2d5790eb194ab721f0df4e6f3cdf800c0e773
  192. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  193. Date: Fri Mar 10 01:32:05 2006 +0000
  194. Replace custom copystring() with standard strdup() (Also should clear
  195. Coverity warning #6827 against copystring)
  196. commit 73fbe5dacc9969cbb8495fbd7691ae267d482656
  197. Author: Kevin E Martin <kem@kem.org>
  198. Date: Wed Dec 21 02:29:53 2005 +0000
  199. Update package version for X11R7 release.
  200. commit 5cfc5814ea5b8ea617d26af37d93bc97ef708147
  201. Author: Adam Jackson <ajax@nwnk.net>
  202. Date: Mon Dec 19 16:22:47 2005 +0000
  203. Stub COPYING files
  204. commit e53bfe6da5421c2c1dee5deb28023b7b5427ffd9
  205. Author: Kevin E Martin <kem@kem.org>
  206. Date: Thu Dec 15 00:24:11 2005 +0000
  207. Update package version number for final X11R7 release candidate.
  208. commit a31906c6e9153bb01d7d3a19fb5ee8fdcb51d16b
  209. Author: Kevin E Martin <kem@kem.org>
  210. Date: Tue Dec 6 22:48:25 2005 +0000
  211. Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
  212. commit edf82f774eeaf387d57707843958d13230f8d9a0
  213. Author: Kevin E Martin <kem@kem.org>
  214. Date: Sat Dec 3 05:49:27 2005 +0000
  215. Update package version number for X11R7 RC3 release.
  216. commit e3ec4424e8ff05664da3061acb88d03eb3213bfd
  217. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  218. Date: Mon Nov 28 22:01:46 2005 +0000
  219. Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
  220. update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
  221. commit 79d3a4d0fb233af275480e002c80fa5d220f343e
  222. Author: Eric Anholt <anholt@freebsd.org>
  223. Date: Mon Nov 21 10:35:07 2005 +0000
  224. Another pass at .cvsignores for apps.
  225. commit 1ba50582a418d89f8ac35c240447b350ea9d0ab2
  226. Author: Eric Anholt <anholt@freebsd.org>
  227. Date: Sun Nov 20 22:08:55 2005 +0000
  228. Add/improve .cvsignore files for apps.
  229. commit 4b4ebfca21168cc83b7ccfbb0fe1e6ebd2a2e5bb
  230. Author: Kevin E Martin <kem@kem.org>
  231. Date: Wed Oct 19 02:47:57 2005 +0000
  232. Update package version number for RC1 release.
  233. commit 022a5b1b6b2aa381285defde18103c6f3ebbe778
  234. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  235. Date: Mon Oct 17 23:56:25 2005 +0000
  236. Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
  237. work better with BSD make
  238. commit 5ca430be51bd4954ea35ddefef8796e1758fc8c5
  239. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  240. Date: Fri Oct 14 00:25:48 2005 +0000
  241. Use sed to fill in variables in man page
  242. commit 10db36754587a228c96f90f99a11ccad353425cc
  243. Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
  244. Date: Mon Aug 1 20:25:32 2005 +0000
  245. Install man pages to section 1 instead of section m (Patch from Donnie
  246. Berkholz)
  247. commit 82cf5ce8a7e191d0dc38bf5fec724e95cf5e9f05
  248. Author: Kevin E Martin <kem@kem.org>
  249. Date: Fri Jul 29 21:22:37 2005 +0000
  250. Various changes preparing packages for RC0:
  251. - Verify and update package version numbers as needed
  252. - Implement versioning scheme
  253. - Change bug address to point to bugzilla bug entry form
  254. - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
  255. reenable it)
  256. - Fix makedepend to use pkgconfig and pass distcheck
  257. - Update build script to build macros first
  258. - Update modular Xorg version
  259. commit 177c64c1dfade46fd6620a4abe3efb756df66c97
  260. Author: Adam Jackson <ajax@nwnk.net>
  261. Date: Wed Jul 20 19:32:04 2005 +0000
  262. Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
  263. configure cache, you cache it, and the cached value is probably wrong.
  264. commit 67d4877c3b7fcc2324da39842da689f8bdf6122d
  265. Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
  266. Date: Fri Jul 1 20:27:45 2005 +0000
  267. Build systems for xrdb, xrandr, xrefresh
  268. commit 19215e4aeb78583e494c46c3c1688fdd302a07a6
  269. Author: Egbert Eich <eich@suse.de>
  270. Date: Fri Apr 23 19:55:03 2004 +0000
  271. Merging XORG-CURRENT into trunk
  272. commit bc2ce0a283d8fe5ccd6c44a44694e78b63d62f16
  273. Author: Egbert Eich <eich@suse.de>
  274. Date: Sun Mar 14 08:35:42 2004 +0000
  275. Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
  276. commit 6227cc7baaaa63a31d290d68bcef4a10dddb8f26
  277. Author: Egbert Eich <eich@suse.de>
  278. Date: Wed Mar 3 12:13:15 2004 +0000
  279. Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
  280. commit c62bc09651eb49f9bf1b77a5cf38f58b9de56124
  281. Author: Egbert Eich <eich@suse.de>
  282. Date: Thu Feb 26 13:36:26 2004 +0000
  283. readding XFree86's cvs IDs
  284. commit 4d0fea1f3df49aae6438323b55719c965d24b72e
  285. Author: Egbert Eich <eich@suse.de>
  286. Date: Thu Feb 26 09:24:14 2004 +0000
  287. Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
  288. commit 74c58bb147d9c5cdae03c10cd8fd37e9186a8343
  289. Author: Kaleb Keithley <kaleb@freedesktop.org>
  290. Date: Fri Nov 14 16:49:23 2003 +0000
  291. XFree86 4.3.0.1
  292. commit f6579bfc3c724813e8dffe3dc9b417b23555762a
  293. Author: Kaleb Keithley <kaleb@freedesktop.org>
  294. Date: Fri Nov 14 15:54:54 2003 +0000
  295. R6.6 is the Xorg base-line