upload tizen2.0 source
[framework/uifw/xorg/app/x11-apps.git] / xwud / ChangeLog
1 commit 1693c1bba2c03acd151329fb8ecc3f5c267f9576
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Sun Nov 7 10:40:46 2010 -0800
4
5     xwud 1.0.3
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit f78df83d15e7b159617de3850b313d3f9850f643
10 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11 Date:   Sun Nov 7 10:39:49 2010 -0800
12
13     config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
14     
15     Regroup AC statements under the Autoconf initialization section.
16     Regroup AM sttaements under the Automake initialization section.
17     Add missing AC_CONFIG_SRCDIR
18     
19     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
20
21 commit 60c96d9b2add63684c8e28a3221fee3d807f3926
22 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
23 Date:   Sun Nov 7 10:38:07 2010 -0800
24
25     config: Remove unnecessary calls from configure.ac
26     
27     AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
28     PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
29     
30     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
31
32 commit 81777e705aab605d1f92edd01c3712033f7ee1cc
33 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
34 Date:   Sun Nov 7 10:37:23 2010 -0800
35
36     config: upgrade to util-macros 1.8 for additional man page support
37     
38     Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
39     The value of MAN_SUBST is the same for all X.Org packages.
40     
41     Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
42     Enables use of platform appropriate version of sed.
43     
44     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
45
46 commit 0258e0ff9d6d56d2edc1c3287533771a0c3f08c3
47 Author: Gaetan Nadon <memsize@videotron.ca>
48 Date:   Sun Nov 7 10:36:55 2010 -0800
49
50     config: update AC_PREREQ statement to 2.60
51     
52     Unrelated to the previous patches, the new value simply reflects
53     the reality that the minimum level for autoconf to configure
54     all x.org modules is 2.60 dated June 2006.
55     
56     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
57     
58     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
59     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
60
61 commit 7bc31bddc140fdccefa6de2e8ae27ce6b28871ff
62 Author: Jesse Adkins <jesserayadkins@gmail.com>
63 Date:   Tue Sep 28 13:29:50 2010 -0700
64
65     Purge cvs tags.
66     
67     Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
68     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
69
70 commit 1a06eb65df2f13497ac2327cd847a393d3f3d0fc
71 Author: Gaetan Nadon <memsize@videotron.ca>
72 Date:   Thu Nov 26 09:19:55 2009 -0500
73
74     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
75     
76     Now that the INSTALL file is generated.
77     Allows running make maintainer-clean.
78
79 commit e1e912bb1474aaa3268c86e414d92260f80eaafc
80 Author: Gaetan Nadon <memsize@videotron.ca>
81 Date:   Wed Oct 28 14:09:09 2009 -0400
82
83     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
84     
85     Add missing INSTALL file. Use standard GNU file on building tarball
86     README may have been updated
87     Remove AUTHORS file as it is empty and no content available yet.
88     Remove NEWS file as it is empty and no content available yet.
89
90 commit 38bc3567f7134b74160dc3096e31643c93bc3198
91 Author: Gaetan Nadon <memsize@videotron.ca>
92 Date:   Mon Oct 26 22:08:40 2009 -0400
93
94     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
95     
96     ChangeLog filename is known to Automake and requires no further
97     coding in the makefile.
98
99 commit 55e770684fe1bb3de4174a33fecf8f10698d9d5d
100 Author: Gaetan Nadon <memsize@videotron.ca>
101 Date:   Thu Oct 22 12:34:16 2009 -0400
102
103     .gitignore: use common defaults with custom section # 24239
104     
105     Using common defaults will reduce errors and maintenance.
106     Only the very small or inexistent custom section need periodic maintenance
107     when the structure of the component changes. Do not edit defaults.
108
109 commit 86a450a54c878e8b3e235d17557d6d8e81a31caa
110 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
111 Date:   Wed Oct 21 12:47:22 2009 -0700
112
113     This is not a GNU project, so declare it foreign.
114     
115     On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
116     > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
117     > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
118     > > was quite annoying to work around since 'autoreconf -fvi' replaces
119     > > it and git wants to commit it.  Should these files even be in git?
120     > > Can I nuke them for the betterment of humanity and since they get
121     > > created by autoreconf anyways?
122     >
123     > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
124     
125     As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
126     AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
127     of the INSTALL file. It is also part of the 24206 solution.
128     
129     Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
130
131 commit f4e1d310f6c421434c4f1101d08907de16fc855c
132 Author: Alan Coopersmith <alan.coopersmith@sun.com>
133 Date:   Mon Oct 12 21:41:45 2009 -0700
134
135     xwud 1.0.2
136     
137     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
138
139 commit a71d3b986cb4f8b88928c28a1986e913a954f503
140 Author: Alan Coopersmith <alan.coopersmith@sun.com>
141 Date:   Mon Oct 12 21:39:27 2009 -0700
142
143     Fill in COPYING with copyright/license notices from code
144     
145     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
146
147 commit 1da3e9b8ecd537546cb82d857b81704153a68621
148 Author: Alan Coopersmith <alan.coopersmith@sun.com>
149 Date:   Mon Oct 12 21:38:52 2009 -0700
150
151     Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
152     
153     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
154
155 commit d49722c555eedf47eeb039e3e4bd7a5b4143fc75
156 Author: Alan Coopersmith <alan.coopersmith@sun.com>
157 Date:   Thu Oct 1 14:54:32 2009 -0700
158
159     Add README with pointers to mailing lists, bugzilla, & git
160     
161     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
162
163 commit a619bad7e2782594e608d1b1c890a2ef46e59659
164 Author: Alan Coopersmith <alan.coopersmith@sun.com>
165 Date:   Sun May 3 16:19:38 2009 -0700
166
167     Plug leaks of color conversion arrays in Do_Direct
168     
169     [This bug was found by the Parfait bug checking tool.
170      For more information see http://research.sun.com/projects/parfait ]
171     
172     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
173
174 commit 5a9ab7d199e399872bd197c6b2de59f52e197efd
175 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
176 Date:   Fri Jan 30 11:58:40 2009 +0100
177
178     Add more input checks. From "nobody@example.com" through OpenBSD bug list.
179
180 commit 11d54146e412a726807b8c0d5df8eb584084325d
181 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
182 Date:   Thu Jan 15 16:22:28 2009 -0200
183
184     Ansification and compile warning fixes.
185     
186       This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
187     make distcheck and all gcc 4.3 and sparse warnings.
188
189 commit f20c704dd2962fabaea95a1c118ceffe0898d572
190 Author: James Cloos <cloos@jhcloos.com>
191 Date:   Thu Dec 6 16:37:35 2007 -0500
192
193     Replace static ChangeLog with dist-hook to generate from git log
194
195 commit 566fbfbf01b95de257414f936fb31447f82671de
196 Author: James Cloos <cloos@jhcloos.com>
197 Date:   Mon Sep 3 05:51:57 2007 -0400
198
199     Add *~ to .gitignore to skip patch/emacs droppings
200
201 commit bd24795253bdae758bba7ae76a31c8024222ceb8
202 Author: James Cloos <cloos@jhcloos.com>
203 Date:   Thu Aug 23 19:25:18 2007 -0400
204
205     Rename .cvsignore to .gitignore
206
207 commit 41afbe4346cf615f18b9f7536a3a4f7b71588e26
208 Author: Kevin E Martin <kem@kem.org>
209 Date:   Wed Dec 21 02:29:55 2005 +0000
210
211     Update package version for X11R7 release.
212
213 commit 64a9fc88c3b8386a2ee3c924cf5ed6d1faf95fda
214 Author: Adam Jackson <ajax@nwnk.net>
215 Date:   Mon Dec 19 16:22:48 2005 +0000
216
217     Stub COPYING files
218
219 commit 1abccb01ea285b6dcee662cc6c7e9fcb44517c51
220 Author: Kevin E Martin <kem@kem.org>
221 Date:   Thu Dec 15 00:24:12 2005 +0000
222
223     Update package version number for final X11R7 release candidate.
224
225 commit fa7c02b03c22461caa3d6405e8a229a9c30dc917
226 Author: Kevin E Martin <kem@kem.org>
227 Date:   Tue Dec 6 22:48:27 2005 +0000
228
229     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
230
231 commit 5701442309db899c9cfeebafc4a583a613bb46f0
232 Author: Kevin E Martin <kem@kem.org>
233 Date:   Sat Dec 3 05:49:29 2005 +0000
234
235     Update package version number for X11R7 RC3 release.
236
237 commit 5898d50e437e95fe43da28da84a9f7746547ffd0
238 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
239 Date:   Mon Nov 28 22:01:48 2005 +0000
240
241     Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
242         update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
243
244 commit e2b49239bc7eadb51ffab09a177aeccf6c61e888
245 Author: Eric Anholt <anholt@freebsd.org>
246 Date:   Mon Nov 21 10:35:09 2005 +0000
247
248     Another pass at .cvsignores for apps.
249
250 commit 6540c58fa278c3501cb7e8a00db3d517bdf13d93
251 Author: Eric Anholt <anholt@freebsd.org>
252 Date:   Sun Nov 20 22:08:56 2005 +0000
253
254     Add/improve .cvsignore files for apps.
255
256 commit 5f443db03b3f4fb230e7eef41ecd37e79506d20d
257 Author: Kevin E Martin <kem@kem.org>
258 Date:   Wed Oct 19 02:47:58 2005 +0000
259
260     Update package version number for RC1 release.
261
262 commit d71e00abb4917244ad0e3fa8137780e76ea4a30e
263 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
264 Date:   Mon Oct 17 23:56:25 2005 +0000
265
266     Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
267         work better with BSD make
268
269 commit 3eff021e932202e1f2aadd7d07adb9717c414f22
270 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
271 Date:   Fri Oct 14 00:25:48 2005 +0000
272
273     Use sed to fill in variables in man page
274
275 commit 1eeb5a74483ae0d3f1e1dc2705a8f1448e97b109
276 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
277 Date:   Mon Aug 1 20:25:33 2005 +0000
278
279     Install man pages to section 1 instead of section m (Patch from Donnie
280         Berkholz)
281
282 commit f3b1e56ce3838f2e022557e119f470c31c319081
283 Author: Kevin E Martin <kem@kem.org>
284 Date:   Fri Jul 29 21:22:39 2005 +0000
285
286     Various changes preparing packages for RC0:
287     - Verify and update package version numbers as needed
288     - Implement versioning scheme
289     - Change bug address to point to bugzilla bug entry form
290     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
291         reenable it)
292     - Fix makedepend to use pkgconfig and pass distcheck
293     - Update build script to build macros first
294     - Update modular Xorg version
295
296 commit 3175d21d65f84e0fb8f845df4ca7bf0e18ade4ff
297 Author: Adam Jackson <ajax@nwnk.net>
298 Date:   Wed Jul 20 19:32:05 2005 +0000
299
300     Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
301         configure cache, you cache it, and the cached value is probably wrong.
302
303 commit 78c7fa573ce8acc58820ef0f8b587cb49bc285b2
304 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
305 Date:   Fri Jul 1 20:16:57 2005 +0000
306
307     Build system for xwud
308
309 commit 110dc6336ccefd0657e662b5d58874d1e25de5f7
310 Author: Egbert Eich <eich@suse.de>
311 Date:   Fri Apr 23 19:55:10 2004 +0000
312
313     Merging XORG-CURRENT into trunk
314
315 commit 0a9f2be7f0b51123127a4171a73d2ec9336f05fa
316 Author: Egbert Eich <eich@suse.de>
317 Date:   Sun Mar 14 08:35:54 2004 +0000
318
319     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
320
321 commit d89402e5ee8afc8581356c17b04d3c53d4eb87fb
322 Author: Egbert Eich <eich@suse.de>
323 Date:   Wed Mar 3 12:13:20 2004 +0000
324
325     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
326
327 commit 42e4f6fc5373db981509e0702fe2a25808938a7c
328 Author: Egbert Eich <eich@suse.de>
329 Date:   Thu Feb 26 13:36:32 2004 +0000
330
331     readding XFree86's cvs IDs
332
333 commit e00f6f921149cc0e2d2ba317b40bbf395cdece24
334 Author: Egbert Eich <eich@suse.de>
335 Date:   Thu Feb 26 09:24:18 2004 +0000
336
337     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
338
339 commit bfca9b37987a37138cbf7a1da98bc48675ff28ab
340 Author: Kaleb Keithley <kaleb@freedesktop.org>
341 Date:   Tue Nov 25 19:29:23 2003 +0000
342
343     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
344
345 commit 3160fb8048b7ecd003548d4424e012a8b600c65b
346 Author: Kaleb Keithley <kaleb@freedesktop.org>
347 Date:   Fri Nov 14 16:49:24 2003 +0000
348
349     XFree86 4.3.0.1
350
351 commit da8d015481ebcb0a7605afee041fdbe29adf4183
352 Author: Kaleb Keithley <kaleb@freedesktop.org>
353 Date:   Fri Nov 14 15:54:55 2003 +0000
354
355     R6.6 is the Xorg base-line