summaryrefslogtreecommitdiff
path: root/app/xsetroot/ChangeLog
blob: 8bc2e8754fd850ec82c1357666a02b1efb85efe2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
commit 0c55a8f8edabef5ccd9930048df7d3aecd551d54
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Oct 30 11:47:05 2010 -0700

    xsetroot 1.1.0
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit a2a23d1ca4ae7940465d525f2219cb97e1f5efe7
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Oct 30 11:46:31 2010 -0700

    config: Remove unnecessary calls from configure.ac
    
    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 047e49cad119109378c97436f2fe77b93e747376
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Oct 30 11:45:03 2010 -0700

    Add -xcf option to man page
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 0be4a12c29687e26a5fd77a6f8df2d6eca5fea20
Author: Alan Coopersmith <alan.coopersmith@oracle.com>
Date:   Sat Oct 30 11:37:00 2010 -0700

    config: upgrade to util-macros 1.8 for additional man page support
    
    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
    The value of MAN_SUBST is the same for all X.Org packages.
    
    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
    Enables use of platform appropriate version of sed.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit b86dc97d437b16a9384c2c2b9799918c9f7d1e6a
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Sat Oct 30 11:35:16 2010 -0700

    config: update AC_PREREQ statement to 2.60
    
    Unrelated to the previous patches, the new value simply reflects
    the reality that the minimum level for autoconf to configure
    all x.org modules is 2.60 dated June 2006.
    
    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
    
    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 8cf3ceab5cf2f2a583bdbe13a2f23061c6458546
Author: Keith Packard <keithp@keithp.com>
Date:   Thu Oct 21 17:51:35 2010 -0700

    Add -xcf flag to load arbitrary ARGB cursor file
    
    Instead of having to construct a whole cursor theme and play with the
    environment variables in Xlib to set a random ARGB cursor, this lets
    the user set whatever they like directly from a file.
    
    Signed-off-by: Keith Packard <keithp@keithp.com>

commit e5430a15a0eed9c209f0df1b19ac79eca195088e
Author: Jesse Adkins <jesserayadkins@gmail.com>
Date:   Tue Sep 28 13:29:50 2010 -0700

    Purge cvs tags.
    
    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

commit 978cc1aa7944debb4a8eb8c928825eb28041d51a
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Nov 26 09:19:55 2009 -0500

    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
    
    Now that the INSTALL file is generated.
    Allows running make maintainer-clean.

commit cebcf0ab7f59e3e261d410b85f3433974de3cbf8
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Wed Oct 28 14:09:09 2009 -0400

    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
    
    Add missing INSTALL file. Use standard GNU file on building tarball
    README may have been updated
    Remove AUTHORS file as it is empty and no content available yet.
    Remove NEWS file as it is empty and no content available yet.

commit dcff32ec5fb57783a1bb315de14b9548b4806682
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Mon Oct 26 22:08:39 2009 -0400

    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
    
    ChangeLog filename is known to Automake and requires no further
    coding in the makefile.

commit f9ec4ed5b9422cd59d51b608466fbc7834041a64
Author: Gaetan Nadon <memsize@videotron.ca>
Date:   Thu Oct 22 12:34:16 2009 -0400

    .gitignore: use common defaults with custom section # 24239
    
    Using common defaults will reduce errors and maintenance.
    Only the very small or inexistent custom section need periodic maintenance
    when the structure of the component changes. Do not edit defaults.

commit fc3c90aa5b77645198450c32b4e1f054674dd547
Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
Date:   Wed Oct 21 12:47:22 2009 -0700

    This is not a GNU project, so declare it foreign.
    
    On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
    > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
    > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
    > > was quite annoying to work around since 'autoreconf -fvi' replaces
    > > it and git wants to commit it.  Should these files even be in git?
    > > Can I nuke them for the betterment of humanity and since they get
    > > created by autoreconf anyways?
    >
    > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
    
    As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
    AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
    of the INSTALL file. It is also part of the 24206 solution.
    
    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>

commit 1a978aec136389c13fcdda31b34cb58d4dd3bf25
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Oct 16 19:32:50 2009 -0700

    xsetroot 1.0.3
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit d8ec58af0f62076805bd6b691e284bcd2176724b
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Oct 16 19:32:06 2009 -0700

    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit cc4216ff1f17c97fb5aa1a9a5f58e2574ca8af0b
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Fri Oct 16 19:29:11 2009 -0700

    Fill in COPYING file with copyright/license notice from code & docs
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 90bbea206988567520f7cb2b7f6e95ef704c172d
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date:   Thu Oct 1 14:54:30 2009 -0700

    Add README with pointers to mailing lists, bugzilla, & git
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>

commit 67c87156d9bf8c7f520106c9e2fa786f3d21eaa2
Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
Date:   Mon Jan 26 18:12:56 2009 -0200

    Correct make distcheck and sparse warnings.

commit ba9fbd14258ab44c794bb1a6dd9af51c5f4c01ff
Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
Date:   Fri Aug 10 10:45:46 2007 +0200

    Bump version for release

commit d1658d389d7fbad0c2ec2ea5e8563c3d06ed2a47
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Mon Jul 30 21:17:42 2007 +0200

    Add option to check code with lint/sparse/etc.

commit 9282a4aa79b3cb4ae091a594de61dfc2ecfd9ea3
Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
Date:   Mon Jul 30 21:11:20 2007 +0200

    Change xsetroot_CFLAGS to AM_CFLAGS to avoid automake-1.10 warning

commit fe4a33713aca2ce32053f2c8356423efd1f534e1
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Mon Jul 30 21:08:00 2007 +0200

    - Replace static ChangeLog with disthook to generate from git log
    - generate INSTALL

commit f479fd29a876d445291d7e55de9e9a22bac419b6
Author: Matthieu Herrb <matthieu.herrb@laas.fr>
Date:   Mon Jul 30 21:07:05 2007 +0200

    - renamed .cvsignore -> .gitignore
    - Replace static ChangeLog with disthook to generate from git log

commit 382e52e07a110628efa0784b64088f6f64ae3112
Author: Marc Balmer <mbalmer@openbsd.org>
Date:   Mon Jul 30 20:47:53 2007 +0200

    Typo, it's xsetroot, not setroot.

commit e43e2cc868cff003d3e69c17a69bb7440393c359
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Dec 21 02:29:54 2005 +0000

    Update package version for X11R7 release.

commit 3c3dc25e901fe4a93d308a4456d00783d6fff252
Author: Adam Jackson <ajax@nwnk.net>
Date:   Mon Dec 19 16:22:47 2005 +0000

    Stub COPYING files

commit 4e633038f484b9955fe6aa80fdbbcc4d827fa4f3
Author: Kevin E Martin <kem@kem.org>
Date:   Thu Dec 15 00:24:11 2005 +0000

    Update package version number for final X11R7 release candidate.

commit aa60171a0cf04a787a29e1af3551976652d8ce84
Author: Kevin E Martin <kem@kem.org>
Date:   Tue Dec 6 22:48:26 2005 +0000

    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

commit a3844b7b2f68e295f69e9a8dbf45f311b717362b
Author: Kevin E Martin <kem@kem.org>
Date:   Sat Dec 3 05:49:28 2005 +0000

    Update package version number for X11R7 RC3 release.

commit a5056d61df9bc78b10ad200a7fc250842f034204
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Nov 28 22:01:47 2005 +0000

    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

commit bfc05c358c4c8698292e40729ede000939cfe4a8
Author: Eric Anholt <anholt@freebsd.org>
Date:   Mon Nov 21 10:35:08 2005 +0000

    Another pass at .cvsignores for apps.

commit 9826f19633f549f2282702f19e33f7e51c4c5e9e
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Nov 21 03:14:16 2005 +0000

    Change dependency from xmu to xmuu since the full xmu (with all its baggage
        like Xt) is not needed here.

commit d6817bf87bfcd2be3215ea9e28e6d13b1d438657
Author: Eric Anholt <anholt@freebsd.org>
Date:   Sun Nov 20 22:08:55 2005 +0000

    Add/improve .cvsignore files for apps.

commit 86145da43db031adc122f8bf9baacd45be5e7d84
Author: Kevin E Martin <kem@kem.org>
Date:   Wed Oct 19 02:47:57 2005 +0000

    Update package version number for RC1 release.

commit cb52055c08c845309c126a2763bacaba5798ed65
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Oct 17 23:56:25 2005 +0000

    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
        work better with BSD make

commit a10e876217a9354dd26935fd013cae57882369fa
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Fri Oct 14 00:25:48 2005 +0000

    Use sed to fill in variables in man page

commit 7b3f04619ecaec58e16a68037c435363ab27f447
Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
Date:   Mon Aug 1 20:25:32 2005 +0000

    Install man pages to section 1 instead of section m (Patch from Donnie
        Berkholz)

commit 63dc3c29b9f7af53efe466a7ed1476b4f4f17228
Author: Kevin E Martin <kem@kem.org>
Date:   Fri Jul 29 21:22:38 2005 +0000

    Various changes preparing packages for RC0:
    - Verify and update package version numbers as needed
    - Implement versioning scheme
    - Change bug address to point to bugzilla bug entry form
    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
        reenable it)
    - Fix makedepend to use pkgconfig and pass distcheck
    - Update build script to build macros first
    - Update modular Xorg version

commit d5e74073175fbfb70a6f859d565262af09938642
Author: Adam Jackson <ajax@nwnk.net>
Date:   Wed Jul 20 19:32:04 2005 +0000

    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
        configure cache, you cache it, and the cached value is probably wrong.

commit 0cc65bf4e9e0522422a9bd5824dc21dd05bf0368
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Fri Jul 15 16:49:26 2005 +0000

    Add dependency on xbitmaps

commit 2f3ed0d66595b15a2893098d0c0b05a568fb01e7
Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
Date:   Fri Jul 1 20:09:06 2005 +0000

    xtrap.pc.in: s/Xfixes/XTrap/ xi.pc.in: s/Xt/Xi/ Xv/src/Makefile.am: remove
        whitespace after backslash modularizeapp.sh: s/destkop/desktop/
        modular/symlink.sh: Add bitmaps for xeyes, system.xsm for xsm, and
        Xvidtune.cpp for xvidtune. Also comment out non-existing mga_bios.h
    Check in buildsystems for xsetroot, xsm, xstdcmap, xtrap, and xvinfo

commit da9e01ac6c7199ea2d7cac40af7587192c23aff2
Author: Egbert Eich <eich@suse.de>
Date:   Fri Apr 23 19:55:06 2004 +0000

    Merging XORG-CURRENT into trunk

commit 7cc5582a833e643be56bc5154e86eea988d537a9
Author: Egbert Eich <eich@suse.de>
Date:   Sun Mar 14 08:35:45 2004 +0000

    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004

commit cb915ca7ff57ceabc129556e9771c2fd2c401a76
Author: Egbert Eich <eich@suse.de>
Date:   Wed Mar 3 12:13:18 2004 +0000

    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004

commit 10edd9087ebd46ca19500b987054d11f1c8e53fe
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 13:36:26 2004 +0000

    readding XFree86's cvs IDs

commit 0976043e2f31f6bad969c3f996961c59fc953d84
Author: Egbert Eich <eich@suse.de>
Date:   Thu Feb 26 09:24:17 2004 +0000

    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004

commit 133f2a1c164a945366816cb4a71419ebe5c575ea
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 16:49:23 2003 +0000

    XFree86 4.3.0.1

commit 500a078602d5db1e420a07c81dada5a676e0cc90
Author: Kaleb Keithley <kaleb@freedesktop.org>
Date:   Fri Nov 14 15:54:55 2003 +0000

    R6.6 is the Xorg base-line