initial commit
[profile/ivi/xorg-x11-xinit.git] / ChangeLog
1 commit 44e2ee01b456deb2630d21786d19ee2734d2f40a
2 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
3 Date:   Wed May 28 12:01:35 2008 -0700
4
5     Apple: Don't use launchd on Tiger since it doesn't support the features we need.
6     
7     https://bugs.freedesktop.org/show_bug.cgi?id=15893
8
9 commit d315445cb85876cda56f46cb657167d4eb906ba0
10 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
11 Date:   Wed May 28 11:54:22 2008 -0700
12
13     Properly handle using xserverrc
14
15 commit 3c5e2ed686bd3ab39e2c1e87feffb5990603cf3c
16 Author: Adam Jackson <ajax@redhat.com>
17 Date:   Wed May 21 14:34:52 2008 -0400
18
19     xinit 1.0.9
20
21 commit c07501f69239e9c1448736ad7e689a2c3da49af9
22 Author: Adam Jackson <ajax@redhat.com>
23 Date:   Wed May 21 14:29:55 2008 -0400
24
25     Unset session environment variables so startx works within a running session.
26
27 commit ef2610f44c7cf40489203fddc77ddcdfb7764eed
28 Author: Alan Coopersmith <alan.coopersmith@sun.com>
29 Date:   Tue May 13 16:28:33 2008 -0700
30
31     Use /bin/ksh instead of /bin/sh on Solaris
32
33 commit d3bc7001315a8ba13be073af86fe710740b2d4c3
34 Author: Alan Coopersmith <alan.coopersmith@sun.com>
35 Date:   Tue May 13 16:25:49 2008 -0700
36
37     Check for proper cookie creation on all platforms
38
39 commit ef7abe2e72074f8252f0812ab2ca05dff7e76a38
40 Author: Alan Coopersmith <alan.coopersmith@sun.com>
41 Date:   Tue May 13 16:25:22 2008 -0700
42
43     Use od on /dev/random to generate cookie on Solaris
44
45 commit e0e89545db1fc08ffe49b2b24455bb30137da671
46 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
47 Date:   Mon May 12 13:17:46 2008 -0700
48
49     Apple: Don't need to spew unneccessary 'directory exists' messages.
50
51 commit 85561f8347b33422dd4b0ea11911347c0666e409
52 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
53 Date:   Tue May 6 00:07:18 2008 -0700
54
55     Apple: No need for these bits being here in xinit as of xserver-1.4.0-apple9
56
57 commit 280774466dc9f57b4b46c618345f7938290dbb2c
58 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
59 Date:   Fri Apr 25 19:00:23 2008 -0700
60
61     Apple: Added some OSX version protection, so this will still compile on Tiger and below.
62
63 commit 0806ae2ecfdcb4ad5f3b7a66dcc9bc5d29d72649
64 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
65 Date:   Fri Apr 25 15:12:54 2008 -0700
66
67     Apple: Use CFProcessPath instead of argv[0] trick.
68
69 commit edc3112679af749f0c6fc54b2eec1b89aaf0d0c8
70 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
71 Date:   Sun Apr 20 17:30:14 2008 +0200
72
73     Replace sprintf() and strcpy() with snprintf().
74
75 commit 47d561fd6efb8923cfbace6fea40dfeb314b4662
76 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
77 Date:   Sat Apr 19 08:50:45 2008 -0700
78
79     Cleaned up handling of defaultserver{,args}
80     Per comments from Jeremy Reed on the list... basically doing for everyone what I do for Apple
81
82 commit f6e75ebf5f7f245e1cdeb883a1d2db74f2451fd4
83 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
84 Date:   Sat Apr 19 08:47:20 2008 -0700
85
86     Apple: Fixed make dist to include a missing header and not include generated sources
87
88 commit 2b06b58a328e13df4704df8a48d4cd0b1100ba7e
89 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
90 Date:   Thu Apr 17 17:19:41 2008 -0700
91
92     Apple: Added privileged_startx
93
94 commit fe5af014f2645d1ecf981d40d3c10a3621e9ec56
95 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
96 Date:   Mon Apr 14 13:05:26 2008 -0700
97
98     Apple: Wait for privileged_startx to finish, so we don't race to create /tmp/.X11-unix
99
100 commit d5590dba3cce39367762d39822094ca51000142b
101 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
102 Date:   Sun Apr 13 23:15:27 2008 -0700
103
104     Apple: We renamed font_cache.sh to font_cache for better consistency... Changing startx to work with this
105
106 commit 5ef443bb6bff0a03ee00105d9bf95bc3f6f82b11
107 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
108 Date:   Sun Apr 13 19:51:18 2008 -0700
109
110     Apple: privileged_startx is in XINITDIR
111
112 commit c1b70ca67ecd12d6837584e7ef4abd01ee3b7ad9
113 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
114 Date:   Tue Apr 8 17:25:54 2008 -0700
115
116     Correctly handle users with spaces in $HOME
117
118 commit 1cb4bb208d481967fb736acf10c6ac2b66bf3181
119 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
120 Date:   Sat Apr 5 17:23:02 2008 -0700
121
122     Apple: Renamed LaunchAgent to org.x.startx to distinguish it from the org.x.X11 application
123
124 commit f7c706ff46d4a2364d65731cd1c3135ef7987380
125 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
126 Date:   Fri Apr 4 22:49:51 2008 -0700
127
128     Apple: Execute /usr/X11/bin/privileged_startx if it's present
129
130 commit ca08a36d10f15be6d230a9af92288da4cb24cd43
131 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
132 Date:   Fri Apr 4 02:31:10 2008 -0700
133
134     Apple: Fixed issue where display would not be passed correctly to the server if nolisten tcp was enabled.
135
136 commit 8c52bd4509b7fe5a74026b5bc638d59add9e8945
137 Author: Jeremy C. Reed <reed@tx.reedmedia.net>
138 Date:   Sat Mar 15 18:23:45 2008 -0500
139
140     Use /dev/urandom for cookie it it exists
141     else fall back to /dev/random.
142     Not doing in configure.ac because can't easily check for
143     existence when doing cross-builds.
144     (Alternative would be to define this for every operating system
145     in configure.ac. Currently only is defined for OpenBSD.
146     Systems that have mcookie also will not be effected.)
147
148 commit 062524614fdd4f11f32ba3d054f7fc16b9bc5f12
149 Author: Matthieu Herrb <matthieu@bluenote.herrb.net>
150 Date:   Sat Mar 8 19:02:05 2008 +0100
151
152     OpenBSD: use openssl rand -hex 16 to generate the cookie.
153
154 commit 3eaee22196a03d88c419c42470baf562552c1a3b
155 Author: Adam Jackson <ajax@redhat.com>
156 Date:   Thu Mar 6 17:09:45 2008 -0500
157
158     xinit 1.0.8
159
160 commit 96c8650369a99e344b4e3510f713b331d83c4272
161 Author: Jeremy Huddleston <jeremy@tifa.local>
162 Date:   Sun Mar 2 10:32:58 2008 -0800
163
164     Apple: Use -c in the launchd plist, so broken .profile/.bashrc don't much up startx
165
166 commit aa026deef43a8c1479e6a558194e0a473bbdaeb0
167 Author: Jeremy Huddleston <jeremy@tifa.local>
168 Date:   Sat Mar 1 17:30:47 2008 -0800
169
170     Apple: Adding support for an xinitrc.d directory on OSX, so fink doesn't need to clobber files
171
172 commit 916b1ab10d10efbdf3a544534acb95f9d28692cf
173 Author: Jeremy Huddleston <jeremy@tifa.local>
174 Date:   Mon Feb 18 15:53:46 2008 -0800
175
176     Apple: font caching and defaults
177     Quieted defaults "error" messages by initializing default values
178     Do font caching in startx, so users with custom ~/.xinitrc won't have to
179     worry about updating it.
180     Add "cache_fonts" defaults item to toggle whether or not to cache fonts at startup
181     Fall back on fc-cache if font_cache.sh is not present.
182
183 commit 19fa8408a2c707081ba984537a3dcab744b0a565
184 Author: Jeremy Huddleston <jeremy@tifa-2.local>
185 Date:   Sat Feb 16 02:50:47 2008 -0800
186
187     Added org.x.X11.plist.cpp to EXTRA_DIST
188
189 commit 9259740a2d69c6c2fc1786508dbd08ae2cfef101
190 Author: Jeremy Huddleston <jeremy@tifa.local>
191 Date:   Sun Feb 10 18:49:06 2008 -0800
192
193     Apple: Support spaces in $HOME for font path, and remove duplicate entry
194
195 commit 4e899293d7f7bb0a67b094402fad7db55169acec
196 Author: Jeremy Huddleston <jeremy@tifa.local>
197 Date:   Sun Feb 10 02:04:16 2008 -0800
198
199     Apple: Cleaned up font path setting and added font caching to xinitrc
200
201 commit 238b74a47eb66bfa24627b099bf9c6a06e91d35a
202 Author: Jeremy Huddleston <jeremy@tifa.local>
203 Date:   Sat Feb 9 22:17:02 2008 -0800
204
205     Apple: use -nocpp arg to xrdb if cpp is not installed
206
207 commit b9a2f211eff9f7fdc1399146d175923ca589cf2a
208 Author: David Nusinow <dnusinow@debian.org>
209 Date:   Tue Feb 5 11:58:40 2008 -0500
210
211     Unbreak installs on non-launchd systems
212     
213     Thanks to cjb for running the tinderbox that spotted this
214     breakage.
215
216 commit 6403e53a1fef9fd7dd8c77640d01bb8aaee09f91
217 Author: Jeremy Huddleston <jeremy@yuffie.local>
218 Date:   Fri Feb 1 00:35:27 2008 -0800
219
220     OS-X: Set fontpath in xinitrc to include system / user fonts.  Additionally fixed font scaling issues (trac #52)
221
222 commit d9d43955a03fb3d5b2d87d9c1a7de463f1a027b6
223 Author: Jeremy Huddleston <jeremy@yuffie.local>
224 Date:   Fri Feb 1 00:23:54 2008 -0800
225
226     OS-X: Fixed typo
227
228 commit 7400760ae1b88d0c514aa119643cd412a4a68b06
229 Author: Jeremy Huddleston <jeremy@yuffie.local>
230 Date:   Wed Jan 9 21:03:41 2008 -0800
231
232     OS-X: Add bindir to $PATH in startx if it's not there
233     This should also fix this on SCO since it was using the incorrect BINDIR
234     instead of __bindir__ in that code block...
235
236 commit 0f740f75ececc9742c6f407d53b482897ef5f698
237 Author: Jeremy Huddleston <jeremy@yuffie.local>
238 Date:   Fri Jan 4 11:36:26 2008 -0800
239
240     OS-X: Properly set enable_xauth if the user has no defaults set and choose a valid $display for fast-user-switching.
241
242 commit 9c57524fde57284daae2309dce17dbf56a8643de
243 Author: Jeremy Huddleston <jeremy@yuffie.local>
244 Date:   Thu Dec 20 18:26:38 2007 -0800
245
246     XQuartz doesn't need the -launchd command line argument anymore.
247
248 commit f31042ae688d75c2043e9df56f66cabdd56fdf75
249 Author: Jeremy Huddleston <jeremy@yuffie.local>
250 Date:   Thu Dec 20 17:22:16 2007 -0800
251
252     OS-X: Need to use bash --login to setup the environment from launchd.
253
254 commit d1c968926fa2fe36b612d4ebc948d73e6e0f6c01
255 Author: Jeremy Huddleston <jeremy@yuffie.local>
256 Date:   Thu Dec 20 16:50:39 2007 -0800
257
258     OS-X: Made defaults test more robust
259
260 commit 73a2dd64576328de712ee792d569a88550e4ddb4
261 Author: Jeremy Huddleston <jeremy@yuffie.local>
262 Date:   Thu Dec 20 16:13:27 2007 -0800
263
264     Added support for OS-X preferences to disable tcp/ip connections and xauth
265
266 commit 4afcc5afa0dc7a1d14e93f18289c4490c9f2decd
267 Author: root <root@tinderbox.wearablelab.ml.unisa.edu.au>
268 Date:   Fri Dec 21 00:53:45 2007 +1030
269
270     Define APPLE for the rest of us
271     
272     APPLE was only defined when, well on an APPLE. However Makefile.am
273     unconditionally required it. Hence define APPLE to false when
274     we're not on an APPLE.
275     
276     Found by: Tinderbox
277
278 commit cced740b1e1c8220701e59cec1be04498f851296
279 Author: Jeremy Huddleston <jeremy@yuffie.local>
280 Date:   Sun Dec 16 01:12:20 2007 -0800
281
282     OS-X: Added argv[0] hack for finding Xquartz UI and icon as well as claiming its dock icon
283     Partially removes need for x11-exec on OS-X.  We still need to handle options set in defaults.
284
285 commit 3c5ae3a242895f53d4f27fefb785f2725077a55d
286 Author: Jeremy Huddleston <jeremy@yuffie.local>
287 Date:   Sat Dec 15 15:52:22 2007 -0800
288
289     Changed x11-exec to actually start X11.app.  X11.app will be responsible for calling xinit.
290
291 commit f5db2f6bc21b8d589b92c0f1d60bd6ec8da21ae0
292 Author: Jeremy Huddleston <jeremy@yuffie.local>
293 Date:   Sat Dec 15 15:01:02 2007 -0800
294
295     Added Apple launchd support
296
297 commit c0246278393f9440717eea292a3d31440f7972dd
298 Author: James Cloos <cloos@jhcloos.com>
299 Date:   Thu Dec 6 15:51:07 2007 -0500
300
301     Add missing PHONY line for automatic ChangeLog generation
302
303 commit 3b064b7206a84aae873743b706c41324a67c1f2c
304 Author: Jeremy Huddleston <jeremy@yuffie.local>
305 Date:   Mon Dec 3 19:57:26 2007 -0800
306
307     Added some support for Xquartz on OS-X.
308
309 commit e2963ff8acb7e20aab1f8e31a656f4553dda208a
310 Merge: a7fda62... 0516336...
311 Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
312 Date:   Fri Sep 28 22:26:26 2007 +0200
313
314     Merge branch 'master' of ssh://herrb@git.freedesktop.org/git/xorg/app/xinit
315
316 commit a7fda62fcb5600dc65f84148923f5a0a70181e7e
317 Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
318 Date:   Fri Sep 28 22:25:17 2007 +0200
319
320     Use /dev/arandom instead of /dev/urandom to generate the cookie
321     on OpenBSD. Problem noticed by Joerg Sonnenberger. Thanks.
322
323 commit 051633650c7b7a7eb9ef494a48a6a79fa2e06080
324 Author: Tilman Sauerbeck <tilman@code-monkey.de>
325 Date:   Mon Sep 17 12:46:59 2007 +0200
326
327     Bumped version to 1.0.7.
328
329 commit 52121e9de907c61a16e41f0f08acecc1dc1546e5
330 Author: Tilman Sauerbeck <tilman@code-monkey.de>
331 Date:   Mon Sep 17 08:27:23 2007 +0200
332
333     Bug #12448: Don't try to trap 'ERR'.
334     
335     startx is advertised as a POSIX sh script. These shells don't
336     necessarily support trapping 'ERR'. This makes startx work again with
337     dash (and probably others).
338
339 commit ff9752bc4304e5a29ef7e06b56bd4e0e5ca32926
340 Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
341 Date:   Sat Sep 15 18:51:19 2007 +0200
342
343     Bump to 1.0.6
344
345 commit af5e859a8da23f063fd3371a9e7266054532d769
346 Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
347 Date:   Sat Sep 15 18:50:57 2007 +0200
348
349     generate
350
351 commit 6c1bef8580a1dcd945c3a89522daa90fe8f4c272
352 Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
353 Date:   Sat Sep 15 18:43:52 2007 +0200
354
355     MKCOOKIE program for OpenBSD.
356
357 commit b9d07ef3e07ef6f00a2f1cc730a481e5e1291f5b
358 Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
359 Date:   Sat Sep 15 18:12:52 2007 +0200
360
361     remove .serverauth.$$ file on signals or errors
362
363 commit e91874313c99dfb6be042cd1739e463e080b71fc
364 Author: Eric Anholt <eric@anholt.net>
365 Date:   Wed Sep 5 10:14:52 2007 -0700
366
367     Bump version to 1.0.5.
368
369 commit 2640fb97a42e0d91603defc0f37388735c56a54d
370 Author: Eric Anholt <eric@anholt.net>
371 Date:   Tue Sep 4 13:05:47 2007 -0700
372
373     Fix broken test for /dev/random cookie generation failure.
374
375 commit fc6cc81be41af58ffd996994e1325dd072a9ab34
376 Author: Eric Anholt <eric@anholt.net>
377 Date:   Fri Jul 13 15:34:43 2007 -0700
378
379     Use /dev/random to generate the cookie if mcookie is unavailable.
380     
381     Setting XAUTHORITY without having actually generated a cookie and created
382     .Xauthority led to issues if somebody like ssh later came around and made the
383     .Xauthority file for their own setup.  So, simply make it so that we never
384     fail to create one.
385
386 commit e9c1d1667b58c738cb1317219cc0ac84bef2a5d6
387 Author: Alan Coopersmith <alan.coopersmith@sun.com>
388 Date:   Mon May 21 20:00:38 2007 -0700
389
390     Version bump: 1.0.4
391
392 commit 3686497f31ac9f548f6f3aa5d4418a96fe564497
393 Author: Alan Coopersmith <alan.coopersmith@sun.com>
394 Date:   Mon May 21 18:42:56 2007 -0700
395
396     Remove old Imake checks now that we always build with autoconf
397
398 commit d5b726c2dbc22b6fd9623604e9252aaef30c387c
399 Author: Alan Coopersmith <alan.coopersmith@sun.com>
400 Date:   Mon May 21 18:18:56 2007 -0700
401
402     Remove support for pre-POSIX-1990 platforms
403
404 commit dfba9a82068b44429a08b307d26b91495c10c7c1
405 Author: Alan Coopersmith <alan.coopersmith@sun.com>
406 Date:   Mon May 21 17:52:38 2007 -0700
407
408     Modernize list of Xservers printed when "X" is not found in $PATH
409
410 commit a73284c7aeeab7ee0c1b6027819955ef7b08f23d
411 Author: Alan Coopersmith <alan.coopersmith@sun.com>
412 Date:   Mon May 21 17:09:40 2007 -0700
413
414     Replace static ChangeLog with dist hook to generate from git log
415
416 commit 8942f1fd8377c0e67e5ad493af55b7d7b3f996c7
417 Author: Alan Coopersmith <alan.coopersmith@sun.com>
418 Date:   Mon May 21 16:49:18 2007 -0700
419
420     Don't print windowpath debug messages unless built -DDEBUG
421     
422     No need to print warnings on systems without vt support
423
424 commit fa78528b44d4c1c50594359e17114208834a84fd
425 Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
426 Date:   Fri Aug 25 16:48:00 2006 -0800
427
428     X.Org Bugzilla #8013: xinit should set WINDOWPATH
429     
430     X.Org Bugzilla #8013: <https://bugs.freedesktop.org/show_bug.cgi?id=8013>
431     Patch #6701: <https://bugs.freedesktop.org/attachment.cgi?id=6701>
432
433 commit 64f1a94404924b1ada6b43ed33c80a560712ec36
434 Author: Daniel Drake <ddrake@brontes3d.com>
435 Date:   Mon May 21 16:33:23 2007 -0700
436
437     Fill in COPYING File (X.Org Bugzilla #11024)
438
439 commit 3b6dad2ba4d4507cd742d8e7ff760fe006c0aa23
440 Author: Alan Coopersmith <alan.coopersmith@sun.com>
441 Date:   Fri May 18 23:44:06 2007 -0700
442
443     Bug #10616: Clarify syntax on xinit & startx man pages
444     
445     X.Org Bugzilla #10616: <https://bugs.freedesktop.org/show_bug.cgi?id=10616>
446     Reported upstream from
447     Debian bug #267744 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=267744>
448
449 commit ad23a55a581ab18c4614e2cb5d82c4376ee88722
450 Author: Alan Coopersmith <alan.coopersmith@sun.com>
451 Date:   Mon Nov 6 14:56:07 2006 -0800
452
453     Stop hardcoding /usr/X11R6/bin in manpage examples
454
455 commit c50afd78af7496938a10b317c5e41b4d99d1fc60
456 Author: Alan Coopersmith <alan.coopersmith@sun.com>
457 Date:   Mon Nov 6 14:47:34 2006 -0800
458
459     Change example X server argument from bc to -br now that bc is gone
460
461 commit 7b3e51364355716731670522b578b23d40fb356b
462 Author: Alan Coopersmith <alan.coopersmith@sun.com>
463 Date:   Mon Nov 6 14:46:42 2006 -0800
464
465     Add *~ to .gitignore to skip over emacs/patch droppings
466
467 commit c9da362e9f3f80a91b91011c21ef85e1cd3ef48b
468 Author: Alan Coopersmith <alan.coopersmith@sun.com>
469 Date:   Mon Nov 6 14:46:15 2006 -0800
470
471     renamed: .cvsignore -> .gitignore
472
473 commit de19be83afe7d0dc9a71fa529e80d91b4e26bdda
474 Author: Adam Jackson <ajax@benzedrine.nwnk.net>
475 Date:   Fri Oct 13 17:53:12 2006 -0400
476
477     Bump to 1.0.3
478
479 commit 4fc9d215202b494a9182913f84eb41ba2bd1e39b
480 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
481 Date:   Tue Jun 20 19:25:51 2006 +0000
482
483     Check setuid() return value. Bugzilla #7116.
484
485 commit 732e5f17cf5189854654360e978a62d6d6b82d4b
486 Author: Jeremy C. Reed <reed@reedmedia.net>
487 Date:   Sat May 27 15:28:04 2006 +0000
488
489     In comments, change contractions to be spelled out to fix cpp "missing
490         terminating" errors with single quotes.
491
492 commit db74ad799da27eec04b5aed64e3564aef9156a04
493 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
494 Date:   Sun Apr 30 14:19:19 2006 +0000
495
496     Quote MCOOKIE to allow to specify a command with args (ie
497         MCOOKIE="/usr/sbin/openssl rand -hex 16" ./configure ...)
498
499 commit 797f51d176ab9a29497a9141a57a968c5a7d3792
500 Author: Adam Jackson <ajax@nwnk.net>
501 Date:   Sun Apr 2 01:06:41 2006 +0000
502
503     Bump to 1.0.2.
504
505 commit bbf54921031f679c0d266a6b2ef4926f872d18f1
506 Author: Jeremy C. Reed <reed@reedmedia.net>
507 Date:   Sat Feb 25 15:20:06 2006 +0000
508
509     Bug #4449 <https://bugs.freedesktop.org/show_bug.cgi?id=4449> Be more
510         portable (for different /bin/sh shells) for the arithmetic.
511     NetBSD's /bin/sh didn't like: dummy=$((dummy+1)) and complained: startx:
512         arith: syntax error: "dummy+1"
513     This was fixed by NetBSD and also by Gentoo, see:
514         https://launchpad.net/distros/ubuntu/+source/xinit/+bug/31241
515
516 commit 6690352bdd01603a5e82e177aab4804d5424b8b1
517 Author: Kevin E Martin <kem@kem.org>
518 Date:   Wed Dec 21 02:29:51 2005 +0000
519
520     Update package version for X11R7 release.
521
522 commit 9ea919f305201ad9c3695a4534f08d5d373d3eb5
523 Author: Adam Jackson <ajax@nwnk.net>
524 Date:   Mon Dec 19 16:22:44 2005 +0000
525
526     Stub COPYING files
527
528 commit 0a95c12d2dd1da5a2c2f7ef3a731ef40074fba23
529 Author: Kevin E Martin <kem@kem.org>
530 Date:   Thu Dec 15 00:24:07 2005 +0000
531
532     Update package version number for final X11R7 release candidate.
533
534 commit 18056e663f89b0b5019f549365afbdf975a59d61
535 Author: Kevin E Martin <kem@kem.org>
536 Date:   Tue Dec 6 22:48:22 2005 +0000
537
538     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
539
540 commit cc7dfc25d5854ac08dfa7dc52c96702e60777e5c
541 Author: Kevin E Martin <kem@kem.org>
542 Date:   Sat Dec 3 17:08:50 2005 +0000
543
544     Add m4 magic to allow AS_HELP_STRING to work with older versions of
545         autoconf 2.57.
546
547 commit b0081f30f7d2bdc59509e09b7d147700456d562e
548 Author: Kevin E Martin <kem@kem.org>
549 Date:   Sat Dec 3 05:49:24 2005 +0000
550
551     Update package version number for X11R7 RC3 release.
552
553 commit 15470956794d19c3b1ee0d17e727e0a77436518f
554 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
555 Date:   Mon Nov 28 22:01:43 2005 +0000
556
557     Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
558         update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
559
560 commit 66b04609fdf1910588e05f74f772441c712ed0cc
561 Author: Eric Anholt <anholt@freebsd.org>
562 Date:   Mon Nov 21 10:35:01 2005 +0000
563
564     Another pass at .cvsignores for apps.
565
566 commit d286ee2400f8f9c4110971545ef50a556e5c08f9
567 Author: Eric Anholt <anholt@freebsd.org>
568 Date:   Sun Nov 20 22:08:53 2005 +0000
569
570     Add/improve .cvsignore files for apps.
571
572 commit 0a06386696875638e9e9b6e47e95affbf542e25d
573 Author: Kevin E Martin <kem@kem.org>
574 Date:   Tue Nov 15 04:05:59 2005 +0000
575
576     Make the programs used in the xinit scripts configurable.
577
578 commit 549c55ea15e60b9aca5da1ed6f18564f1e69cd26
579 Author: Kevin E Martin <kem@kem.org>
580 Date:   Tue Nov 15 04:03:10 2005 +0000
581
582     Make using full paths in the xinit scripts optional.
583
584 commit 277975ec73744657e556a0c6380614d8684db7df
585 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
586 Date:   Thu Nov 10 04:25:39 2005 +0000
587
588     Add settings for SHELL_CMD & ARCHMANDEFS to match monolith changes for bug
589         #3180.
590     AC_DEFINE(XORG,...) so it is listed as available server in xinit help
591         output.
592     Update cpp -D flags to match monolith changes for bug #3180.
593
594 commit 6e7bcf4f2ea8bb868ed8b0459f1c0d6cc172f4ae
595 Author: Kevin E Martin <kem@kem.org>
596 Date:   Wed Nov 9 21:09:21 2005 +0000
597
598     Update package version number for X11R7 RC2 release.
599
600 commit af47a9e0dd891dcaa52b12f4eda85381e0467916
601 Author: Kean Johnson <kean@armory.com>
602 Date:   Tue Nov 8 06:33:33 2005 +0000
603
604     See ChangeLog entry 2005-11-07 for details.
605
606 commit 6beb2e4769b8b3708f30ee7adf8037a4e1f39f3d
607 Author: Kevin E Martin <kem@kem.org>
608 Date:   Wed Oct 19 02:47:54 2005 +0000
609
610     Update package version number for RC1 release.
611
612 commit dc0b907e02d6c1ab917e30c4b262b5c9f780ef12
613 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
614 Date:   Mon Oct 17 23:56:23 2005 +0000
615
616     Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
617         work better with BSD make
618
619 commit 0c48fdb05b2538c94c809e25c8690a7094900e07
620 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
621 Date:   Sun Oct 16 22:18:22 2005 +0000
622
623     Use cpp to substitute variables in man pages
624
625 commit 9c8787d2ce69e55b9ba362a92f01592d8ee0a3a3
626 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
627 Date:   Tue Oct 11 01:09:43 2005 +0000
628
629     Don't define HAS_COOKIE_MAKER if mcookie wasn't found.
630
631 commit e2dd25d3cf2f10c0cff0d37d05f58b81344db68b
632 Author: Adam Jackson <ajax@nwnk.net>
633 Date:   Tue Oct 4 01:27:34 2005 +0000
634
635     Bug #2027: Treat SIGTERM like SIGINT in xinit. (Andreas Luik)
636
637 commit 48ea043e65943fd66e03788be9867c69b96c738c
638 Author: Daniel Stone <daniel@fooishbar.org>
639 Date:   Mon Aug 29 01:56:12 2005 +0000
640
641     Bump to 0.99.1.
642
643 commit 9f74cfed8f808009b3acfa0af383218f3bf0fc00
644 Author: Daniel Stone <daniel@fooishbar.org>
645 Date:   Mon Aug 29 01:54:30 2005 +0000
646
647     Define HAS_COOKIE_MAKER and search for mcookie so startx will generate
648         xauth tokens for the servers it starts.
649
650 commit 52fb36b1ec52e78916bf9cf1a5e7bdce05482b0c
651 Author: Eric Anholt <anholt@freebsd.org>
652 Date:   Thu Aug 11 18:11:32 2005 +0000
653
654     Bugzilla #4045: Do a missed replacement of @@ with \ in startx.
655     Submitted by: David Schleef <ds@schleef.org>
656
657 commit ef53714d87aa71309fe2f22862f1892a8e620336
658 Author: Eric Anholt <anholt@freebsd.org>
659 Date:   Thu Aug 11 18:09:45 2005 +0000
660
661     Set CSRG_BASED for BSD systems so the build succeeds.
662
663 commit 2b515c0e9940d3fc5b4151d10678f3c0b09668fc
664 Author: Kevin E Martin <kem@kem.org>
665 Date:   Fri Jul 29 21:22:34 2005 +0000
666
667     Various changes preparing packages for RC0:
668     - Verify and update package version numbers as needed
669     - Implement versioning scheme
670     - Change bug address to point to bugzilla bug entry form
671     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
672         reenable it)
673     - Fix makedepend to use pkgconfig and pass distcheck
674     - Update build script to build macros first
675     - Update modular Xorg version
676
677 commit 22c07dc931424a64046c489ff95b9ca14d7a5552
678 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
679 Date:   Tue Jul 26 18:58:15 2005 +0000
680
681     Use AC_TYPE_SIGNAL and AC_FUNC_VFORK to replace Imake's SIGNAL_DEFINES and
682     -DHAS_VFORK
683
684 commit db7faf36b93971eef4857d24efe0de155b7cdb19
685 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
686 Date:   Tue Jul 26 18:55:42 2005 +0000
687
688     Add config.h includes for modularization Use RETSIGTYPE if defined by
689         autoconf in addition to Imake's SIGNALRETURNSINT. Use
690         HAVE_WORKING_VFORK if defined by autoconf in addition to Imake's
691         HAS_VFORK
692
693 commit e5280bb6562129bf7617a24784b19da4cbd7abc8
694 Author: Adam Jackson <ajax@nwnk.net>
695 Date:   Mon Jul 25 23:19:06 2005 +0000
696
697     Bug #3860: Avoid a bashism. (Diego Pettenò)
698
699 commit 4c76716e9eef58c7de7dab27bdeca33a2980b726
700 Author: Daniel Stone <daniel@fooishbar.org>
701 Date:   Sat Jul 23 03:02:58 2005 +0000
702
703     Move manpages to section 1.
704
705 commit b5a90f98073bfa5d5615f5aa0ae73af07f625bbb
706 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
707 Date:   Wed Jul 20 22:49:25 2005 +0000
708
709     Use kbd_mode -a to restore console keyboard on Solaris x86 too.
710
711 commit e83a8d3f9816605106a496c89f9e9ccfae3e4f4c
712 Author: Adam Jackson <ajax@nwnk.net>
713 Date:   Wed Jul 20 19:31:57 2005 +0000
714
715     Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
716         configure cache, you cache it, and the cached value is probably wrong.
717
718 commit d8980cb7b6df64cf92c5b660f838497296dbb0bb
719 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
720 Date:   Sat Jul 16 23:29:38 2005 +0000
721
722     x11perf/Makefile.am: xinit/Makefile.am: xvidtune/Makefile.am:
723     - Replace $< with portable macro xinit/Makefile.am: xinit/configure.ac:
724         xvidtune/Makefile.am: xvidtune/configure.ac:
725     - Use more portable cpp invocations for pre-processing files
726         xfs/configure.ac:
727     - Add XTRANS_CONNECTION_FLAGS so xtrans transport type defines are set
728         correctly
729
730 commit d731a249d0c1c7f9eb77828c0d6e79cfdaf75589
731 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
732 Date:   Tue Jul 5 21:12:01 2005 +0000
733
734     Build system for xinit
735
736 commit dd7fee44b126636d6c3edd9e325ce411e3ae5d78
737 Author: Egbert Eich <eich@suse.de>
738 Date:   Wed Apr 20 17:54:12 2005 +0000
739
740     Separate server auth and client .Xautority file in startx. .Xautority might
741         have credentials from other Xservers which we might not want to enable
742         on ours Bugzilla #3078).
743
744 commit 4118bc8579ac75620ea6cda2b16d3ebbe4f5b6af
745 Author: Egbert Eich <eich@suse.de>
746 Date:   Fri Apr 23 19:54:49 2004 +0000
747
748     Merging XORG-CURRENT into trunk
749
750 commit 52279458e75907cb4d004e8be0c87f1c7b714159
751 Author: Egbert Eich <eich@suse.de>
752 Date:   Sun Mar 14 08:35:24 2004 +0000
753
754     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
755
756 commit 59c01948e5bda5b2584e1a19f735737896a87c69
757 Author: Egbert Eich <eich@suse.de>
758 Date:   Wed Mar 3 12:13:08 2004 +0000
759
760     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
761
762 commit 6427c13f6e132a3d19bbb7c3a2dc0c5b8215b3d8
763 Author: Egbert Eich <eich@suse.de>
764 Date:   Thu Feb 26 13:36:25 2004 +0000
765
766     readding XFree86's cvs IDs
767
768 commit 40ac2d222287210c7724e3ac5a15af490aed50b9
769 Author: Egbert Eich <eich@suse.de>
770 Date:   Thu Feb 26 09:24:08 2004 +0000
771
772     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
773
774 commit fae621e34ee1eff0bc70e60c7843c0fce9f9ec1a
775 Author: Egbert Eich <eich@suse.de>
776 Date:   Thu Jan 29 08:09:12 2004 +0000
777
778     Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
779
780 commit b1dacbed577312f5fa86d9d81aa946276c646167
781 Author: Kaleb Keithley <kaleb@freedesktop.org>
782 Date:   Tue Nov 25 19:29:13 2003 +0000
783
784     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
785
786 commit c301daadb9de3348d7dd1b511cadf7d55a59bc1c
787 Author: Kaleb Keithley <kaleb@freedesktop.org>
788 Date:   Fri Nov 14 16:49:22 2003 +0000
789
790     XFree86 4.3.0.1
791
792 commit b7d9a0b434bb0d32857fc47611926cb59ac7f3c5
793 Author: Kaleb Keithley <kaleb@freedesktop.org>
794 Date:   Fri Nov 14 16:49:22 2003 +0000
795
796     Initial revision
797
798 commit f18e25ab379836d0885660ad9c42ed588b1152b8
799 Author: Kaleb Keithley <kaleb@freedesktop.org>
800 Date:   Fri Nov 14 15:54:54 2003 +0000
801
802     R6.6 is the Xorg base-line