ChangeLog revision 8f34cbf9
1commit 4bc3e1f01864f09ce87b8eba9b1970ea3715375c
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Thu Aug 21 22:34:59 2014 -0700
4
5    xfs 1.1.4
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit 899268224e98d2c660839a08d70166543d8e0a51
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Mon Aug 11 18:40:27 2014 -0700
12
13    Add subdir-objects to automake options
14    
15    automake 1.14.1 is asking for it:
16    
17     warning: possible forward-incompatibility.
18     At least a source file is in a subdirectory, but the 'subdir-objects'
19     automake option hasn't been enabled.  For now, the corresponding output
20     object file(s) will be placed in the top-level directory.  However,
21     this behaviour will change in future Automake versions: they will
22     unconditionally cause object files to be placed in the same subdirectory
23     of the corresponding sources.
24     You are advised to start using 'subdir-objects' option throughout your
25     project, to avoid future incompatibilities.
26    
27    and repeating for every source file:
28    Makefile.am:35: warning: source file 'difs/charinfo.c' is in a subdirectory,
29    Makefile.am:35: but option 'subdir-objects' is disabled
30    
31    This quiets it, and brings us into line with the future state.
32    
33    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
34
35commit a3498cecb300d20ddaab033a8dbda72df52a8b3b
36Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
37Date:   Sun Apr 6 14:41:56 2014 -0500
38
39    Fix CFLAGS and LDFLAGS for Cygwin/MinGW
40    
41    As in xserver, FD_SETSIZE must be overridden due to a too-low default,
42    and symbols must be exported for compatibility with the shared libXfont
43    stub handling on these platforms.
44    
45    Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
46    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
47
48commit 1c8459eafc04997751ae3d200d0ec91e43e19b5b
49Author: Alan Coopersmith <alan.coopersmith@oracle.com>
50Date:   Sat May 31 21:39:32 2014 -0700
51
52    autogen.sh: Honor NOCONFIGURE=1
53    
54    See http://people.gnome.org/~walters/docs/build-api.txt
55    
56    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
57
58commit d353fc875c534c1efeaeb5185b3088f52d266882
59Author: Alan Coopersmith <alan.coopersmith@oracle.com>
60Date:   Sat May 31 21:38:41 2014 -0700
61
62    configure: Drop AM_MAINTAINER_MODE
63    
64    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
65
66commit 79db3095004c912850455bddfc91bb0991ff6c75
67Author: Alan Coopersmith <alan.coopersmith@oracle.com>
68Date:   Fri May 23 23:01:51 2014 -0700
69
70    Add -version option to print program version
71    
72    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
73
74commit f25c51fba6c7a08748892050c9db78e911e80ede
75Author: Alan Coopersmith <alan.coopersmith@oracle.com>
76Date:   Fri May 23 22:55:53 2014 -0700
77
78    Print which option was in error along with usage message
79    
80    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
81
82commit 9298ede3e9b9a4707d91a460f2f9e91aef23d6c1
83Author: Alan Coopersmith <alan.coopersmith@oracle.com>
84Date:   Thu May 22 23:21:18 2014 -0700
85
86    Delete XpClient stubs
87    
88    Xprint support stubs were required for libXfont prior to removal
89    of Xprint support in libXfont commit e1927f80deabe in 2009, but
90    are no longer needed.
91    
92    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
93
94commit 9ca90f04e43545dd0ab4f2f580e1c7a32139936d
95Author: Alan Coopersmith <alan.coopersmith@oracle.com>
96Date:   Thu May 22 23:11:48 2014 -0700
97
98    Move EventSwapVector from extenst.h to difs.h
99    
100    Fits in better with other swap vectors there
101    
102    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
103
104commit 03bf9d280c88b15161defd305ab06920bacb26a9
105Author: Alan Coopersmith <alan.coopersmith@oracle.com>
106Date:   Thu May 22 23:05:42 2014 -0700
107
108    Delete unused extension code
109    
110    No extensions were defined, but the code was ready for them, just in
111    case someone came up with one.  If someone ever does, they can restore
112    from git history or an old tarball - until then, less code for us to
113    maintain & worry about checking for proper encoding/decoding of protocol.
114    
115    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
116
117commit ca9663adce2a6e477fd92429e6e64bf8665998ef
118Author: Alan Coopersmith <alan.coopersmith@oracle.com>
119Date:   Tue May 20 22:51:15 2014 -0700
120
121    Replace fsalloc(strlen) + strcpy with strdup
122    
123    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
124
125commit 0c2c5520eef72b851aef245e4d5209087e824385
126Author: Alan Coopersmith <alan.coopersmith@oracle.com>
127Date:   Tue May 20 22:39:40 2014 -0700
128
129    Convert remaining sprintf calls to snprintf
130    
131    Removes a bonus unchecked strcat() call as well.
132    
133    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
134
135commit 51970b9a6f51fdb23ccdd566b48594aeb593eb11
136Author: Alan Coopersmith <alan.coopersmith@oracle.com>
137Date:   Tue May 20 22:04:21 2014 -0700
138
139    unifdef -USABER
140    
141    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
142
143commit b240bc3633a56db6dbd0b1c8fa465b186814f1b7
144Author: Alan Coopersmith <alan.coopersmith@oracle.com>
145Date:   Tue May 20 22:01:29 2014 -0700
146
147    unifdef -UNOTYET
148    
149    Mostly removes resource class code copied from the X server resource
150    handling code and never used.  Also removes reset on last client
151    disconnect code (similarly copied from the X server and not used).
152    
153    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
154
155commit 659e9deafa76bb7feab16afc848392536361c92b
156Author: Alan Coopersmith <alan.coopersmith@oracle.com>
157Date:   Fri May 16 15:33:56 2014 -0700
158
159    Only call SnfSetFormat if libXfont is built with SNF support
160    
161    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
162
163commit 013df6f7d4ad0f3f2a74993733fc62ab67ffd484
164Author: Julien Cristau <jcristau@debian.org>
165Date:   Thu May 8 19:28:28 2014 +0200
166
167    Delete unused CopyISOLatin1Lowered function
168    
169    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
170    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
171
172commit 62daf761ea5e7c810d305c84426a8769db785979
173Author: Julien Cristau <jcristau@debian.org>
174Date:   Thu May 8 19:28:27 2014 +0200
175
176    Use the register_fpe_functions() function from libXfont
177    
178    Instead of individually registering support for font files and font
179    servers, use the libXfont-provided register_fpe_functions() which will
180    do the right thing (as of 1.4.2) depending how libXfont was configured.
181    
182    This should let xfs run against a libXfont configured with --disable-fc.
183    
184    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
185    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
186
187commit c6bb161dcb391977d353dc1c9d2b7d10179a20d4
188Author: Alan Coopersmith <alan.coopersmith@oracle.com>
189Date:   Thu Apr 24 23:29:13 2014 -0700
190
191    Don't abort() just because we found more names than client requested
192    
193    Too many fonts is no reason to drop everything, dump core, and exit.
194    
195    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
196
197commit 2c7945278c8f5b7c70b0ef12b4024caa43ac152e
198Author: Keith Packard <keithp@keithp.com>
199Date:   Wed Jan 29 13:14:22 2014 -0800
200
201    Warning fixes.
202    
203    XFS replicates quite a bit of X server infrastructure so that it can
204    share libXfont. Many of those shared functions are declared in shared
205    font header files (either fontsproto.h or fontmisc.h). This patch
206    removes duplicate definitions from the XFS header files and makes sure
207    the shared header files are included in the right places to get the
208    functions declared before being defined.
209    
210    Of course, some of those function types have changed, in particular
211    CopyISOLatin1Lowered now takes a const char * source parameter.
212    
213    This patch also stops re-using the 'port' variable in
214    GetInetdListenInfo when fetching the ReopenInfo. That's not strictly
215    necessary here, but will be useful when the Reopen API in libxtrans
216    changes to take a constant parameter.
217    
218    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
219    Tested-by: Gaetan Nadon <memsize@videotron.ca>
220    Signed-off-by: Keith Packard <keithp@keithp.com>
221    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
222
223commit b7cd80d37de51311e4cbf73dc9cdf231c5352bb1
224Author: Alan Coopersmith <alan.coopersmith@oracle.com>
225Date:   Sat Jul 6 00:10:50 2013 -0700
226
227    Remove CRAY/WORD64 support
228    
229    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
230
231commit 37df336745b23a7394a97e93ffe8944376d194db
232Author: Alan Coopersmith <alan.coopersmith@oracle.com>
233Date:   Mon Jun 24 22:34:36 2013 -0700
234
235    Require ANSI C89 pre-processor, drop pre-C89 token pasting support
236    
237    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
238
239commit a52114915c0fadfbbdd81049d5e940720868f44e
240Author: Alan Coopersmith <alan.coopersmith@oracle.com>
241Date:   Fri Apr 12 18:45:28 2013 -0700
242
243    xfs 1.1.3
244    
245    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
246
247commit b736a278a574a0f5f24c207478974351573427bc
248Author: Alan Coopersmith <alan.coopersmith@oracle.com>
249Date:   Sat Jan 19 22:50:11 2013 -0800
250
251    Remove unused server cache functionality
252    
253    We initialized the cache & reset the cache, but never put anything in it.
254    (Unlike the FontPatternCache provided by libXfont.)
255    
256    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
257
258commit 21e479609b3529ce24e6139d1208dfe4f9040891
259Author: Alan Coopersmith <alan.coopersmith@oracle.com>
260Date:   Sat Jan 19 22:30:49 2013 -0800
261
262    Convert Reply initialization to use C99 struct initializers
263    
264    Much like we did for the X server, lets the compiler handle filling
265    in the entire struct, including zeroing out padding bytes.
266    
267    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
268
269commit e77aa8b02f3f95a312a755bead400e1dd6e7fc45
270Author: Alan Coopersmith <alan.coopersmith@oracle.com>
271Date:   Sat Jan 19 22:27:02 2013 -0800
272
273    Delete unused/empty FreeFonts() function
274    
275    Had no body and no callers
276    
277    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
278
279commit 43dd1a904a17d6cbcef6d6728b192eae858b642f
280Author: Alan Coopersmith <alan.coopersmith@oracle.com>
281Date:   Sat Jan 19 22:22:09 2013 -0800
282
283    Make FontWakeup functions be static to fonts.c
284    
285    Only called from other functions in fonts.c
286    
287    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
288
289commit b6404f5855b7a38ad567c51b916646c3a085b419
290Author: Alan Coopersmith <alan.coopersmith@oracle.com>
291Date:   Sat Jan 19 21:52:38 2013 -0800
292
293    Convert UseFPE & FreeFPE into static inline functions
294    
295    Comment suggests making them a macro, but since they're only used in this
296    file, might as well let the compiler choose how best to optimize them.
297    
298    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
299
300commit d7558028f93ba8d068ca9f0c5638268f2063c944
301Author: Alan Coopersmith <alan.coopersmith@oracle.com>
302Date:   Sat Jan 19 21:38:40 2013 -0800
303
304    Delete unused function CopyCharInfo
305    
306    Can find no record of this being used in current git repo (back to X11R6.6)
307    
308    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
309
310commit e46193d3bb4b7bd52f4dfbccaf5efd4525d97103
311Author: Alan Coopersmith <alan.coopersmith@oracle.com>
312Date:   Sat Jan 19 19:28:06 2013 -0800
313
314    MakeAtom: get rid of unnecessary casts
315    
316    strncmp & strncpy expect an unsigned (size_t) argument, so don't take our
317    unsigned len and cast it back to a signed int, because that makes clang sad:
318    
319    difs/atom.c:92:44: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
320                comp = strncmp(string, (*np)->string, (int) len);
321                       ~~~~~~~                        ^~~~~~~~~
322    difs/atom.c:118:34: warning: implicit conversion changes signedness: 'int' to 'size_t' (aka 'unsigned long') [-Wsign-conversion]
323                strncpy(nd->string, string, (int) len);
324                ~~~~~~~                     ^~~~~~~~~
325    
326    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
327
328commit 5ac8e2b0aabd61639acee43ac0b9794a65f09594
329Author: Alan Coopersmith <alan.coopersmith@oracle.com>
330Date:   Fri Jan 4 18:33:54 2013 -0800
331
332    unifdef -U__UNIXOS2__
333    
334    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
335
336commit ed5cdb85b307ca1844b337b50fb49108d9d4b6e1
337Author: Alan Coopersmith <alan.coopersmith@oracle.com>
338Date:   Fri Jan 4 18:32:06 2013 -0800
339
340    Remove old OS2 linker file, xfs.def
341    
342    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
343
344commit d27fea63c95f98b09f8242db71423f959a1665ba
345Author: Arvind Umrao <arvind.umrao@oracle.com>
346Date:   Thu Aug 23 16:55:18 2012 +0530
347
348    Revert of ac59cccf8bc1ae3d41e0608f131b5eb888f9362b
349    
350    xfs service will go to maintenance status after running fsinfo.
351    NULL is passed to socket layer causing crash.  It was missed that
352    it also gets passed to ReopenCOTSServer which attempts to strdup
353    the port string without checking if it's null.
354    
355    Signed-off-by: Arvind Umrao <arvind.umrao@oracle.com>
356    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
357    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
358
359commit ef3f230bc13a15c2cca2cb974de12d6d861aebdf
360Author: Alan Coopersmith <alan.coopersmith@oracle.com>
361Date:   Fri Mar 2 10:19:15 2012 -0800
362
363    Require libXfont >= 1.4.5 to avoid prototype mismatch errors for MakeAtom
364    
365    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
366    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
367
368commit 7ec5d8d1a7adfd9b844fa750c319189a426466d5
369Author: Alan Coopersmith <alan.coopersmith@oracle.com>
370Date:   Tue Feb 28 22:33:44 2012 -0800
371
372    xfs 1.1.2
373    
374    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
375
376commit 03b4a543a812b14a565a92ac691cdc0f550e95d1
377Author: Alan Coopersmith <alan.coopersmith@oracle.com>
378Date:   Wed Nov 30 18:21:30 2011 -0800
379
380    Call malloc, not xalloc
381    
382    One call in xfstrans.c used xalloc - everything else already had malloc.
383    Fix this so it won't break when Xtrans stops defining xalloc to malloc
384    for us.
385    
386    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
387
388commit 1c7f1cdefc1c256cd24d4b793c710c60870ae942
389Author: Alan Coopersmith <alan.coopersmith@oracle.com>
390Date:   Fri Nov 11 22:42:51 2011 -0800
391
392    Use config.h for autoconf output now that there's no conflict
393    
394    Now that os/config.h is gone, no reason to special case and have
395    xfs-config.h for the autoconf generated header.
396    
397    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
398    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
399
400commit e2a18c2fc203d094b2e975cf9b316528b9feaaa8
401Author: Alan Coopersmith <alan.coopersmith@oracle.com>
402Date:   Fri Nov 11 22:38:08 2011 -0800
403
404    Move os/config.h into os/config.c
405    
406    The only file that needed the only remaining definition was config.c,
407    so there's no point keeping a header file around for a single #define
408    
409    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
410    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
411
412commit 9de423ba5997e7cdb131f4bbdec2e676fa42c3e0
413Author: Alan Coopersmith <alan.coopersmith@oracle.com>
414Date:   Fri Nov 11 22:33:24 2011 -0800
415
416    Fix printf format errors found by gcc now that it can check
417    
418    Fixes:
419    os/config.c: In function ‘config_parse_nameVal’:
420    os/config.c:417:5: warning: too few arguments for format
421    os/config.c: In function ‘config_parse_int’:
422    os/config.c:458:6: warning: too few arguments for format
423    
424    Requires passing parm arguments around in order to provide parameter
425    names with problems in the error messages
426    
427    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
428    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
429
430commit 22968fe5dd9e83ea39c095fd74bbf518ed1e51f0
431Author: Alan Coopersmith <alan.coopersmith@oracle.com>
432Date:   Fri Nov 11 22:27:00 2011 -0800
433
434    Make CONFIG_ERR_* values be strings instead of indexes in ConfigErrors array
435    
436    Allows gcc to check printf format strings instead of just giving warnings.
437    Since these #defines are only used in config.c, define them directly there,
438    instead of in the config.h header that no one else includes.
439    
440    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
441    Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
442
443commit f8224be41700ccf7d639bd9a10818a45b10bc63a
444Author: Alan Coopersmith <alan.coopersmith@oracle.com>
445Date:   Fri Nov 11 20:05:49 2011 -0800
446
447    Constify string argument to MakeAtom
448    
449    Matches what's already been done in xserver and libXfont
450    
451    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
452
453commit ac59cccf8bc1ae3d41e0608f131b5eb888f9362b
454Author: Alan Coopersmith <alan.coopersmith@oracle.com>
455Date:   Sun Sep 25 12:12:14 2011 -0700
456
457    Don't pass a static string to TRANS(GetReopenInfo)
458    
459    It never reads the value passed in, just overwrites the pointer,
460    and gcc -Wwrite-strings complains about assigning a constant string
461    to a non-const char*.
462    
463    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
464
465commit cb8c4d800cc237c9ecaebd7af91ff26a311ac310
466Author: Gaetan Nadon <memsize@videotron.ca>
467Date:   Thu Sep 22 09:10:10 2011 -0400
468
469    xfs-design: add missing legal text for Copyright holder
470    
471    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
472
473commit fd9d549b9e480826f8d3a22665a26977c573c0c4
474Author: Alan Coopersmith <alan.coopersmith@oracle.com>
475Date:   Fri Sep 16 20:33:36 2011 -0700
476
477    Add _X_NORETURN to declarations of functions that exit
478    
479    While you might think FatalError() also should have _X_NORETURN, if
480    you add it, you will find that gcc warns you that it does indeed
481    return when built with syslog support.   Why syslog makes all fatal
482    errors become non-fatal is an excellent question to ponder...
483    
484    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
485
486commit cee4aafcd5ebef34cae02f2215663df6c8551a20
487Author: Alan Coopersmith <alan.coopersmith@oracle.com>
488Date:   Fri Sep 16 19:36:02 2011 -0700
489
490    Fix warnings about mismatched printf arg types
491    
492    Mostly from types defined as long or unsigned long which we tried to
493    print as normal ints.
494    
495    difs/cache.c: In function `CacheFreeMemory':
496    difs/cache.c:371: warning: int format, different type arg (arg 2)
497    
498    difs/resource.c: In function `AddResource':
499    difs/resource.c:304: warning: unsigned int format, different type arg (arg 2)
500    difs/resource.c:304: warning: unsigned int format, different type arg (arg 3)
501    difs/resource.c:304: warning: unsigned int format, pointer arg (arg 4)
502    difs/resource.c: In function `FreeResource':
503    difs/resource.c:410: warning: unsigned int format, different type arg (arg 2)
504    
505    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
506
507commit 8b426f8a15b5f2e6268438d2e0505fdbf8c64aeb
508Author: Alan Coopersmith <alan.coopersmith@oracle.com>
509Date:   Fri Sep 16 19:11:53 2011 -0700
510
511    Add _X_ATTRIBUTE_PRINTF to error reporting functions
512    
513    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
514
515commit c57e65406a7447930f701a319ba518acf9b4b5d3
516Author: Alan Coopersmith <alan.coopersmith@oracle.com>
517Date:   Fri Sep 16 19:10:04 2011 -0700
518
519    Fix gcc -Wwrite-strings warnings for initialization with string literals
520    
521    Many warnings of the form:
522    os/config.c:92:5: warning: initialization discards qualifiers from pointer target type
523    
524    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
525
526commit 12463ed04068716ef8e9cf53eddaf8e78d0688dd
527Author: Alan Coopersmith <alan.coopersmith@oracle.com>
528Date:   Fri Sep 16 19:23:30 2011 -0700
529
530    Remove dependency on libFS, the client-side library
531    
532    xfs doesn't include <X11/fonts/FSlib.h> nor call any functions from the
533    library, which is not surprising, as that's the library containing the
534    client-side code for connecting to a font server such as xfs.
535    
536    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
537    Reviewed-by: Gaetan Nadon <memsize@videotron.ca>
538
539commit ece2db504981f95bb1766d5a95ee8558bd95da46
540Author: Gaetan Nadon <memsize@videotron.ca>
541Date:   Mon Sep 12 11:08:10 2011 -0400
542
543    docs: use the &fullrelvers; entity to set X11 release information
544    
545    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
546
547commit 074374e0b94b3ff7aa09966d01691a98e2467ee4
548Author: Gaetan Nadon <memsize@videotron.ca>
549Date:   Fri Sep 9 13:00:50 2011 -0400
550
551    devbook.am: maintenance update from docbook.am
552    
553    The developer docs are generated from a subset of docbook.am
554    which is sometimes updated.
555    
556    The one difference is the embedded css style in the HEAD element.
557    
558    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
559
560commit d8c17fc48a02d9c21d55514c92ec72a03ba581a8
561Author: Gaetan Nadon <memsize@videotron.ca>
562Date:   Fri Sep 9 13:30:55 2011 -0400
563
564    config: fix distcheck for config.cpp
565    
566    The location of the file is in srcdir.
567    Problem introduced in commit 68bf267fa
568    
569    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
570    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
571
572commit 3024e122b6d256060696ef0ba92c794a8106bc8f
573Author: Gaetan Nadon <memsize@videotron.ca>
574Date:   Wed Mar 2 14:20:10 2011 -0500
575
576    doc: use common makefile for developers documentation
577    
578    The user/specs docs now have external references support.
579    Developers doc are not installed so they do not participate.
580    However, using a similar makefile shared amongst developers
581    document reduces maintenance and is forward looking.
582    
583    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
584
585commit fe05c6c0c5abc7708f10c7af3929b1a26dde60c8
586Author: Alan Coopersmith <alan.coopersmith@oracle.com>
587Date:   Fri Jan 7 18:22:51 2011 -0800
588
589    resync font-path checking with xserver's configure.ac
590    
591    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
592    Acked-by: Dan Nicholson <dbn.lists@gmail.com>
593
594commit 68bf267fa4080e4a85df91e4a196bb701ee921d1
595Author: Alan Coopersmith <alan.coopersmith@oracle.com>
596Date:   Fri Jan 7 18:19:56 2011 -0800
597
598    Make config.cpp rule compatible with Solaris make
599    
600    Solaris make doesn't support $< in direct target rules.
601    
602    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
603
604commit ea30eb37f4402cf09db8e1dc8b999d3bf7b7d66f
605Author: Martin Jansa <martin.jansa@gmail.com>
606Date:   Sat Nov 20 08:47:06 2010 +0100
607
608    config: look for fontpath.d only if --with-default-font-path wasn't specified #31290
609    
610    * AC_CHECK_FILE doesn't work when cross compiling
611    * Fixes https://bugs.freedesktop.org/show_bug.cgi?id=31290
612    
613    Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
614    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
615
616commit 070fc985a8048e3a126690c5e64f0dca6418806b
617Author: Gaetan Nadon <memsize@videotron.ca>
618Date:   Tue Nov 9 11:19:31 2010 -0500
619
620    config: HTML file generation: use the installed copy of xorg.css
621    
622    Currenlty the xorg.css file is copied in each location
623    where a DocBook/XML file resides. This produces about
624    70 copies in the $(docdir) install tree.
625    
626    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
627
628commit 995c9b23864e0207cf4c01cf442e49cc63817fdc
629Author: Alan Coopersmith <alan.coopersmith@oracle.com>
630Date:   Sat Oct 30 15:39:30 2010 -0700
631
632    xfs 1.1.1
633    
634    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
635
636commit bea7df7f194e3dab6f1826477a8accd8e249cbee
637Author: Alan Coopersmith <alan.coopersmith@oracle.com>
638Date:   Sat Oct 30 15:36:51 2010 -0700
639
640    config: Remove unnecessary calls from configure.ac
641    
642    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
643    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
644    
645    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
646
647commit 293b8b9163083e7d8adfde752a29e25436b927a1
648Author: Gaetan Nadon <memsize@videotron.ca>
649Date:   Thu Aug 5 08:02:40 2010 -0400
650
651    Using the C preprocessor to generate "config" is no longer needed.
652    
653    Reuse and adapt the man makefile using sed in a seperate directory
654    Replace XCOMM IMakefile comment with #
655    
656    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
657    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
658
659commit 9ad39a265b093793a0d9f009018f99f3fde596bf
660Author: Gaetan Nadon <memsize@videotron.ca>
661Date:   Thu Aug 5 13:31:57 2010 -0400
662
663    fontcache: remove unreachable code around FONTCACHE define
664    
665    Unlike the xset app, xfs has never defined or included a header
666    that defines FONTCACHE, even when compiled with libXfont 1.3.3
667    which uses fontcacheproto and defines FONTCACHE in its config.h.
668    
669    This will allow further simplification when generating config.cpp.
670    
671    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
672
673commit ec0bcb3daf87368ff22be65f66c70dbb7ab48d32
674Author: Gaetan Nadon <memsize@videotron.ca>
675Date:   Wed Aug 4 16:10:26 2010 -0400
676
677    xfs.man: use sed and standard makefile
678    
679    Remove the complexity of using the C preprocessor legacy
680    from IMakefile.
681    
682    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
683    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
684
685commit 884dc954c93e49a31047b84dcf01e0c3e40e08f6
686Author: Gaetan Nadon <memsize@videotron.ca>
687Date:   Wed Aug 4 15:24:37 2010 -0400
688
689    xfs.man: replace IMake XCOMM comment with #
690    
691    There is no need to replace it using sed everytime.
692    
693    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
694    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
695
696commit 980f905db43fd43cd61a95c4286a1b26658c2d0c
697Author: Gaetan Nadon <memsize@videotron.ca>
698Date:   Tue Aug 3 17:13:20 2010 -0400
699
700    doc: use xorg stylesheet and standard makefile
701    
702    The recent conversion to DocBook XML has created an infra-structure
703    to apply a common stylesheet and build support.
704    
705    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
706
707commit f371c30202705f949d7a8ed04e4039d69f04fcf9
708Author: Gaetan Nadon <memsize@videotron.ca>
709Date:   Tue Aug 3 13:47:10 2010 -0400
710
711    doc: use HAVE_XMLTO_TEXT for users without a text browser.
712    
713    Used to conditionally generate text documentation.
714    xmlto for text output requires either lynx, links, or w3m browsers
715    
716    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
717
718commit 31917b20fe3d83ca51c460fdd66a7d61f2670db3
719Author: Olivier Fourdan <fourdan@xfce.org>
720Date:   Sat Jun 26 17:43:06 2010 -0400
721
722    Fix segfaults in xfs
723    
724    This addresses possible remaining segfaults which can occur randomly
725    in xfs, mostly a follow up on bug 22084.
726    
727    1. Make sure ListenTransCount is reset to 0 when ListenTransConns is
728       freed to avoid a segfault in CloseSockets() when a “drone server”
729       terminates.
730    
731    2. ffs() is still used in various places on fd_mask whereas the
732       fd_mask can be greater than an int.
733    
734    3. replace (i << 5) with (i * (sizeof(fd_mask) * 8) to be more
735       64bit safe
736    
737    Cf: https://bugs.freedesktop.org/show_bug.cgi?id=28691
738    
739    Signed-off-by: James Cloos <cloos@jhcloos.com>
740
741commit 7caf7298a5088c8afab4d0c8146de2faca2e2baa
742Author: Jeff Smith <whydoubt@yahoo.com>
743Date:   Fri Mar 19 13:48:08 2010 -0500
744
745    Clean up some pointer signedness warnings
746    
747    Signed-off-by: Jeff Smith <whydoubt@yahoo.com>
748    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
749
750commit 3660bdcaea6915d9c2ff90b96a3986cb5379ee5d
751Author: Gaetan Nadon <memsize@videotron.ca>
752Date:   Wed Mar 31 16:36:00 2010 -0400
753
754    config: update and relocate AC_DEFINE_DIR macro
755    
756    Remove deprecated acinclude.m4 macro container file
757    Use separate macro files as per autoconf recommendation
758    Use the latest macro from GNU (ax) which replaces
759    the non-gnu version (ac)
760    This preserves the Autoconf macro AC namespace.
761    
762    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
763    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
764
765commit 8c220fa266b9c3ecae551e1c9e422a257805e80d
766Author: Gaetan Nadon <memsize@videotron.ca>
767Date:   Wed Mar 31 15:57:45 2010 -0400
768
769    config: AC_USE_SYSTEM_EXTENSIONS must be before any compiler stmt.
770    
771    Reorder the initialization section at the top of the file.
772    
773    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
774
775commit 73ef42c6710796556bcd2ec24fdf30addb86fc76
776Author: Gaetan Nadon <memsize@videotron.ca>
777Date:   Thu Mar 11 09:58:37 2010 -0500
778
779    doc: specify 0.0.20 as the minimum version for xmlto
780    
781    Older versions do not have fop backend.
782    
783    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
784
785commit 23a8afed5c782a7a4680163c96e51016f6d2bb54
786Author: Gaetan Nadon <memsize@videotron.ca>
787Date:   Tue Feb 9 17:36:57 2010 -0500
788
789    doc: use $(mkdir_p) rather than $(MKDIR_P) due to automake 1.9.6
790    
791    $(MKDIR_P) is not defined in automake 1.9.
792    
793    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
794
795commit 7b3d832e84c455595077f68cea482d3886a8e49e
796Author: Gaetan Nadon <memsize@videotron.ca>
797Date:   Fri Jan 29 14:23:29 2010 -0500
798
799    doc: use new macros to control doc generation
800    
801    Namely XORG_WITH_FOP for the fop backend (pdf) and
802    XORG_ENABLE_DEVEL_DOCS for the generation of all docs
803    
804    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
805
806commit 6fdf88356387cbac04b553f04b79cc00ab45235a
807Author: Gaetan Nadon <memsize@videotron.ca>
808Date:   Fri Jan 22 09:18:21 2010 -0500
809
810    doc: use fop backend to convert xml to pdf
811    
812    The default is passiveTex which does not work.
813    Add XMLFOP and HAVE_XMLFOP to skip pdf if fop is missing.
814    
815    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
816    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
817
818commit 09b4378509ecc821635eda398aae5af222f02d73
819Author: Gaetan Nadon <memsize@videotron.ca>
820Date:   Wed Jan 20 12:09:58 2010 -0500
821
822    config: replace custom code with reusable macro XORG_WITH_XMLTO
823    
824    XORG_WITH_XMLTO provides additional functions like a configure
825    option which allow platform builders to control the usage of
826    the xmlto program.
827    
828    This is a requirement from platforms that do not have such doc tool.
829    
830    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
831    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
832
833commit 0bd527a8ad4bf2c047d4b9ac2e9a311d107eae8f
834Author: Alan Coopersmith <alan.coopersmith@sun.com>
835Date:   Thu Jan 14 22:16:39 2010 -0800
836
837    Update Sun license notices to current X.Org standard form
838    
839    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
840
841commit e32c9704a5fd800537f3549528aa599d91955e3d
842Author: Gaetan Nadon <memsize@videotron.ca>
843Date:   Thu Nov 26 09:19:53 2009 -0500
844
845    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
846    
847    Now that the INSTALL file is generated.
848    Allows running make maintainer-clean.
849
850commit f934b6a48112e4feb15ba6faaa03903918d20005
851Author: Gaetan Nadon <memsize@videotron.ca>
852Date:   Wed Oct 28 14:09:08 2009 -0400
853
854    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
855    
856    Add missing INSTALL file. Use standard GNU file on building tarball
857    README may have been updated
858    Remove AUTHORS file as it is empty and no content available yet.
859    Remove NEWS file as it is empty and no content available yet.
860
861commit 1c0e6b11af1982f68c521e5b0cfd87c975f54d72
862Author: Gaetan Nadon <memsize@videotron.ca>
863Date:   Mon Oct 26 22:08:39 2009 -0400
864
865    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
866    
867    ChangeLog filename is known to Automake and requires no further
868    coding in the makefile.
869
870commit 6cf397b9685b5022477138386b349d8b95d853ac
871Author: Gaetan Nadon <memsize@videotron.ca>
872Date:   Thu Oct 22 12:34:15 2009 -0400
873
874    .gitignore: use common defaults with custom section # 24239
875    
876    Using common defaults will reduce errors and maintenance.
877    Only the very small or inexistent custom section need periodic maintenance
878    when the structure of the component changes. Do not edit defaults.
879
880commit 756cb37a07af13c31a13c8882fe4abdd1b32da6a
881Author: Alan Coopersmith <alan.coopersmith@sun.com>
882Date:   Fri Oct 9 23:21:59 2009 -0700
883
884    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
885    
886    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
887
888commit dc057e158e778c194f2680f2083f42145683d020
889Author: Alan Coopersmith <alan.coopersmith@sun.com>
890Date:   Wed Oct 7 22:46:39 2009 -0700
891
892    Use font-utils 1.1 macros to find default font path
893    
894    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
895
896commit eccddc3753e97b0b47c68e59b6650eb314ef5402
897Author: Alan Coopersmith <alan.coopersmith@sun.com>
898Date:   Thu Jun 18 14:00:28 2009 -0700
899
900    xfs 1.1.0
901    
902    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
903
904commit 7fc0d81f660eaec16f10ebdff6367da7bcc204f9
905Author: Alan Coopersmith <alan.coopersmith@sun.com>
906Date:   Thu Jun 18 10:29:39 2009 -0700
907
908    remove SCCS ids
909    
910    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
911
912commit be599b68334d2dea71e12f478e3201d3087ddf56
913Author: Alan Coopersmith <alan.coopersmith@sun.com>
914Date:   Wed Jun 17 18:56:09 2009 -0700
915
916    Add --disable-devel-docs flag to configure to skip xfs-design doc conversion
917    
918    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
919
920commit 93f75eed7b7dd1208d6d24ec065dfd1518efa599
921Author: Alan Coopersmith <alan.coopersmith@sun.com>
922Date:   Wed Jun 17 17:29:16 2009 -0700
923
924    Update README and COPYING files and man page
925    
926    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
927
928commit 66c3c3e95b0faa005d2a5cdcd196cdc6de027d16
929Author: Alan Coopersmith <alan.coopersmith@sun.com>
930Date:   Wed Jun 17 16:49:20 2009 -0700
931
932    Add support for starting xfs from inetd
933    
934    Adds -inetd command line flag to be used when starting via inetd.
935    Assumes inetd is set to "wait" mode, and will thus let xfs, once
936    started, deal with waiting for & handling all further clients,
937    until xfs is killed.
938    
939    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
940
941commit 6edc36cf965501149889ebb2a8afe61330f895c5
942Author: Alan Coopersmith <alan.coopersmith@sun.com>
943Date:   Wed Jun 17 16:47:04 2009 -0700
944
945    Add --enable-syslog (on by default) to configure for use-syslog option
946    
947    Oops, guess we missed providing a way to #define USE_SYSLOG in the
948    Imake -> autoconf conversion.
949    
950    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
951
952commit 0f3597e7f313bbc231817172b9786cbfe2e974d0
953Author: Alan Coopersmith <alan.coopersmith@sun.com>
954Date:   Tue Jun 16 20:57:43 2009 -0700
955
956    Bug 22084: XFS server crash with many dropped connections
957    
958    http://bugs.freedesktop.org/show_bug.cgi?id=22084
959    
960    Fixes three crashes I hit investigating this report:
961    
962    1) Replace ffs() with a version that handles fd_mask sized arguments instead
963    of int sized ones, so we don't get stuck in 64-bit builds when fd bits
964    are set past the 32-bit boundary.  (os/WaitFor.c in the X server already does
965    this.)
966    
967    2) Check that the client OsPrivate isn't already NULL before dismantling it
968    in CloseDownConnection()
969    
970    3) Make sure we aren't overflowing the pClientsReady buffer when returning
971    the list of clients ready for processing.
972    
973    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
974
975commit c8f86a023411c3697fe86beb4be1fe7fffc7e487
976Author: Alan Coopersmith <alan.coopersmith@sun.com>
977Date:   Tue Jun 16 08:16:27 2009 -0700
978
979    daemon(): use configure to see if it exists, FatalError on failure
980    
981    Matches similar changes to xdm's copy of daemon.c
982    
983    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
984
985commit 33c5f6836d8233f91b2c3890ef8419894b7a94d0
986Author: Alan Coopersmith <alan.coopersmith@sun.com>
987Date:   Mon Jun 15 19:32:06 2009 -0700
988
989    Remove leftover includes that should have gone away with c47d3d3795c8d
990    
991    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
992
993commit 8d5838bb075dc995dcfce5634c6c70be4ecff832
994Author: Alan Coopersmith <alan.coopersmith@sun.com>
995Date:   Thu Jun 11 17:12:08 2009 -0700
996
997    Use AC_SYSTEM_EXTENSIONS instead of maintaining _GNU_SOURCE OS list
998    
999    Bumps minimum autoconf version required to 2.60
1000    
1001    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1002
1003commit 91c61d56cf6c780db011b8386ce094e11ec5ef42
1004Author: Alan Coopersmith <alan.coopersmith@sun.com>
1005Date:   Thu Jun 11 17:05:24 2009 -0700
1006
1007    Make sure all source files #include "xfs-config.h"
1008    
1009    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1010
1011commit 6741315a7e839a3c3e8c725e458ec0da5ad3012b
1012Author: Alan Coopersmith <alan.coopersmith@sun.com>
1013Date:   Tue Jun 9 13:58:59 2009 -0700
1014
1015    Add #includes of access.h to clear prototype warnings
1016    
1017    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1018
1019commit 6b8f4459861bda8c2cce70490cca0fe1f7784305
1020Author: Alan Coopersmith <alan.coopersmith@sun.com>
1021Date:   Mon Jun 8 16:22:33 2009 -0700
1022
1023    Convert xfs design doc from troff/.ms to docbook/xml
1024    
1025    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1026
1027commit 6fad03d2626c568ba9563a1d4d4f7c85f488341c
1028Author: Alan Coopersmith <alan.coopersmith@sun.com>
1029Date:   Wed May 27 11:07:29 2009 -0700
1030
1031    Remove include/accstr.h from Makefile.am
1032    
1033    Fixes distcheck error introduced by 4b1a9e1a20049fa55f780c8fd4bb9eaba7540712
1034    
1035    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1036
1037commit 2c37901f2f64a0e188dd42386f6364c0a154f78b
1038Author: Alan Coopersmith <alan.coopersmith@sun.com>
1039Date:   Wed May 27 08:03:45 2009 -0700
1040
1041    Move design.ms from xorg-docs/specs/xfs/design.ms to this module
1042    
1043    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1044
1045commit 95b40e0235109d4b963d385008bb73636f89aead
1046Author: Alan Coopersmith <alan.coopersmith@sun.com>
1047Date:   Tue May 19 01:30:52 2009 -0700
1048
1049    Update AC_DEFINE_DIR to latest version from Autoconf Archive
1050
1051commit 3c2390c461f15386a8e2676572c520f01e9c600f
1052Author: Alan Coopersmith <alan.coopersmith@sun.com>
1053Date:   Tue May 19 01:20:14 2009 -0700
1054
1055    xfs shouldn't re-create the log file every time it clones
1056    
1057    Port to current xfs of a part of the fix for Sun bug 4302139:
1058    patch 108117-01 removes error-file configuration option for xfs
1059    
1060    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1061
1062commit 346a316f5e39ca6d99b98372914294988e79758d
1063Author: Alan Coopersmith <alan.coopersmith@sun.com>
1064Date:   Tue May 19 01:14:11 2009 -0700
1065
1066    Simplify OPEN_MAX #ifdefs down to POSIX standard sysconf(_SC_OPEN_MAX)
1067    
1068    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1069
1070commit a1583d53a44f65d0930282e193365f5605bde547
1071Author: Alan Coopersmith <alan.coopersmith@sun.com>
1072Date:   Tue May 19 01:10:06 2009 -0700
1073
1074    Crash in CloseSockets() after StopListening()
1075    
1076    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1077
1078commit d78622007b9102d1818f2c73a00670351f026262
1079Author: Alan Coopersmith <alan.coopersmith@sun.com>
1080Date:   Mon May 18 21:28:46 2009 -0700
1081
1082    Remove more #if 0 bits
1083    
1084    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1085
1086commit 4b1a9e1a20049fa55f780c8fd4bb9eaba7540712
1087Author: Alan Coopersmith <alan.coopersmith@sun.com>
1088Date:   Mon May 18 21:28:03 2009 -0700
1089
1090    Remove unused HostAddress list manipulation code
1091    
1092    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1093
1094commit b0c41c110bb05947fccc9a6228bc3e9badff38c5
1095Author: Alan Coopersmith <alan.coopersmith@sun.com>
1096Date:   Mon May 18 21:06:59 2009 -0700
1097
1098    Convert to POSIX standard signal handling
1099    
1100    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1101
1102commit c5985b93dd2c96ab9c1cfbfe7881b0f80e349879
1103Author: Alan Coopersmith <alan.coopersmith@sun.com>
1104Date:   Mon May 18 21:05:35 2009 -0700
1105
1106    Fix definition of WRITES macro for debug messages in os/utils.c
1107    
1108    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1109
1110commit a97048bd750f2d514dd8bb2959e3bbab4443178e
1111Author: Alan Coopersmith <alan.coopersmith@sun.com>
1112Date:   Mon May 18 19:50:07 2009 -0700
1113
1114    Server miscounts clients who exit before finishing handshake
1115    
1116    nClients could go negative since it wasn't incremented until
1117    ProcInitialConnection, but was always decremented in DoCloseDownClient
1118    
1119    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1120
1121commit e47728904d50566ec4390829fc9a511e54e9157e
1122Author: Alan Coopersmith <alan.coopersmith@sun.com>
1123Date:   Mon May 18 19:17:16 2009 -0700
1124
1125    Delete #ifdef MEMBUG code
1126    
1127    Couldn't build since modularization, since it depended on old memleak code
1128    
1129    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1130
1131commit 02b3a024b151177246e026d05d8e0efe4eda47b4
1132Author: Alan Coopersmith <alan.coopersmith@sun.com>
1133Date:   Mon May 18 18:58:46 2009 -0700
1134
1135    Coalesce PATH_MAX ifdefs into a single copy in osdep.h
1136    
1137    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1138
1139commit c47d3d3795c8d9152dcfed7b806eab1204830e7d
1140Author: Alan Coopersmith <alan.coopersmith@sun.com>
1141Date:   Mon May 18 18:42:18 2009 -0700
1142
1143    Remove X_NOT_POSIX #ifdefs
1144    
1145    Hadn't been compiled since modularization, was previously only used
1146    on pre-POSIX-1.1990 systems, which are no longer supported by X.Org.
1147    
1148    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1149
1150commit 7ccc50b6a7dd47f89e3b2aff5accaab4cad24a64
1151Author: Alan Coopersmith <alan.coopersmith@sun.com>
1152Date:   Mon May 18 16:53:31 2009 -0700
1153
1154    Remove #ifdef Lynx code
1155    
1156    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1157
1158commit a1d254a81b5dffd0f706c77e28ec72aff11169f8
1159Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
1160Date:   Wed Jan 21 18:02:36 2009 -0200
1161
1162    Correct all sparse warnings.
1163    
1164      All extern declarations were moved from C sources to header files,
1165    with the exception of the new prototype for SnfSetFormat() as it
1166    is not available on installed libXfont headers.
1167      difs/difsutils.c:CopyISOLatin1Lowered() had it's arguments sign
1168    changed to avoid conflict with libXfont's X11/fonts/fontmisc.h
1169    prototype.
1170
1171commit f7f149457581fa819c88e1958e7c154a6d9824fa
1172Author: Ademar de Souza Reis Jr <ademar@mandriva.com.br>
1173Date:   Fri Dec 19 18:43:53 2008 -0800
1174
1175    Bug #11567: Fix handling of invalid, non-path FPE
1176    
1177    FPE's which are not valid and are not in the form of paths cause a
1178    failure on the parser which invalidates all subsequent FPEs. If
1179    the invalid FPE is the first on the list, this will cause a
1180    fatal-error and the server will abort.
1181    
1182    https://bugs.freedesktop.org/show_bug.cgi?id=11567
1183    
1184    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1185
1186commit ffbdfc9bbe8a38a5658197a95e0cf5266ef51604
1187Author: Alan Coopersmith <alan.coopersmith@sun.com>
1188Date:   Tue Dec 16 16:27:30 2008 -0800
1189
1190    `ReadConfigFile': 'fp' might be used uninitialized in this function
1191    
1192    In the unlikely event that default_config_files is completely empty,
1193    fp would never have been set to NULL to trigger error check at line 363.
1194
1195commit 158e7f062a21ea4abfe64aa976735804f00bc3b5
1196Author: Alan Coopersmith <alan.coopersmith@sun.com>
1197Date:   Tue Dec 16 16:24:37 2008 -0800
1198
1199    Clear many sparse warnings: Using plain integer as NULL pointer
1200
1201commit 2b529e155a2a414cc225d8fd8014ff6c2e8231cb
1202Author: Alan Coopersmith <alan.coopersmith@sun.com>
1203Date:   Fri Dec 5 08:57:11 2008 -0800
1204
1205    Use XORG_CWARNFLAGS & XORG_CHANGELOG from xorg-macros 1.2
1206
1207commit cbd9f1b5b36789474788ca6ff60ccbaee4969ff1
1208Author: Alan Coopersmith <alan.coopersmith@sun.com>
1209Date:   Fri Dec 5 08:54:43 2008 -0800
1210
1211    Clear warnings about redefining command-line -D values in xfstrans.c
1212
1213commit b02fa1750fa20cb1784a16cd2402a303146f8c99
1214Author: Alan Coopersmith <alan.coopersmith@sun.com>
1215Date:   Fri Dec 5 08:51:18 2008 -0800
1216
1217    os/daemon.c:100: warning: old-style parameter declaration
1218
1219commit 302e3fcf221843d42141f73277911dfab9428d71
1220Author: Alan Coopersmith <alan.coopersmith@sun.com>
1221Date:   Thu Dec 4 18:01:17 2008 -0800
1222
1223    When byte swapping authentication data, try to workaround bad X servers
1224    
1225    Port/reworking of fix for Sun bug 4783714 ("fix for 4764193 [CERT CA-2002-34]
1226    breaks cross-platform font service") to try to figure out whether the
1227    authentication data follows the FS protocol spec or the way the X11 Sample
1228    Implementation has worked for years, and handle it either way.
1229
1230commit 3fe28a31a2974287acc182c7c9bfd68d94ea6292
1231Author: Alan Coopersmith <alan.coopersmith@sun.com>
1232Date:   Thu Dec 4 14:45:17 2008 -0800
1233
1234    Don't overcalculate size of authentication packets with no data
1235    
1236    If a font server client wasn't providing any authentication methods,
1237    the code was adding 4 to the packet length, then rejecting the packet
1238    as having more data than the length field said - but the X server
1239    side wasn't actually putting those 4 bytes into the packet anywhere.
1240
1241commit c1fda34275583b7ae8d2b1b749bd362443874bda
1242Author: Alan Coopersmith <alan.coopersmith@sun.com>
1243Date:   Wed Dec 3 19:52:16 2008 -0800
1244
1245    Use cpp instead of sed for processing man page & sample config file
1246    
1247    Make fontcache entries in sample config only appear #ifdef FONTCACHE
1248
1249commit c66a46e35ae40a23ad9acee838ab42300eddbd67
1250Author: Alan Coopersmith <alan.coopersmith@sun.com>
1251Date:   Mon Oct 6 21:19:27 2008 -0700
1252
1253    Use configure to determine font path to put into xfs config file
1254    
1255    Uses --default-font-path if specified, otherwise checks for
1256    /etc/X11/fontpath.d, otherwise uses default path copied
1257    from xserver configure.ac
1258
1259commit 8b3e40688a9b829eee56d8b2aabadc4093227da6
1260Author: Matthieu Herrb <matthieu.herrb@laas.fr>
1261Date:   Fri Jun 13 15:37:13 2008 -0600
1262
1263    remove RCS Ids
1264
1265commit 3e6b854aa4ce0636fd63f63afd04d68b28c0fa68
1266Author: Brice Goglin <bgoglin@debian.org>
1267Date:   Fri May 23 22:29:50 2008 +0200
1268
1269    xfs 1.0.8
1270
1271commit 8144d75d4e71d8ae0493043f49fe9925f8099244
1272Author: Brice Goglin <bgoglin@debian.org>
1273Date:   Fri May 23 18:53:55 2008 +0200
1274
1275    Fix nasty typo in SetConfigValues
1276    
1277    Nasty typo introduced in 4a163a076e90808fa47ade1504fd0f2893bdc306,
1278    causes xfs to crash on startup.
1279    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482551
1280
1281commit 9666b767a1f565bae06e84aacb53a1d9b7747f90
1282Author: Adam Jackson <ajax@redhat.com>
1283Date:   Wed May 21 14:18:01 2008 -0400
1284
1285    xfs 1.0.7
1286
1287commit 4a163a076e90808fa47ade1504fd0f2893bdc306
1288Author: Petter Reinholdtsen <pere@hungry.com>
1289Date:   Fri May 16 20:27:48 2008 +0200
1290
1291    Return an error to the log instead of segfaulting
1292    
1293    Return an error to the log instead of segfaulting
1294    if catalogue line is omitted from config file.
1295    
1296    http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=148650
1297
1298commit 6188cb8538b713296266238b7b780718fcec881b
1299Author: Stephan A. Maciej <stephanm@datenfriedhof.net>
1300Date:   Mon Mar 17 18:00:49 2008 -0700
1301
1302    Allow font server to start with pid longer than 5 digits
1303    
1304    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
1305
1306commit 24d4172a71850299c797f887d3027c32068763d0
1307Author: Alan Coopersmith <alan.coopersmith@sun.com>
1308Date:   Mon Jan 14 19:32:09 2008 -0800
1309
1310    Fix --with-default-config to work with more than two config files
1311
1312commit 8337bcb5650581874510514cce7d9df89db54d5c
1313Author: Adam Jackson <ajax@redhat.com>
1314Date:   Thu Mar 6 17:06:25 2008 -0500
1315
1316    xfs 1.0.6
1317
1318commit f253f56e9ff33e7424317be7fa54a60eec4053a8
1319Author: Julien Cristau <jcristau@debian.org>
1320Date:   Tue Feb 5 21:57:21 2008 +0100
1321
1322    Install config file in $(sysconfdir) by default instead of $(libdir)
1323
1324commit 71c2acc3d0fecc5c6c3d63cfae8f38ee2ce72d9d
1325Author: Alan Coopersmith <alan.coopersmith@sun.com>
1326Date:   Wed Jan 9 16:08:54 2008 -0800
1327
1328    List multiple config files in man page if specified in --with-default-config-file
1329
1330commit 5a5d003bfc400471693f88a16d2ed6ed98ca8111
1331Author: Alan Coopersmith <alan.coopersmith@sun.com>
1332Date:   Mon Jan 7 18:04:36 2008 -0800
1333
1334    Add xfsinfo & fslsfonts to See Also section of man page
1335
1336commit 9d19ae3b4d6fcaa01bcb88b9fde644aec3f191b1
1337Author: Alan Coopersmith <alan.coopersmith@sun.com>
1338Date:   Mon Jan 7 15:08:33 2008 -0800
1339
1340    Remove another extraneous + from man page
1341
1342commit c398fae4cf2119f467970a0af4b408948aff12ef
1343Author: Alan Coopersmith <alan.coopersmith@sun.com>
1344Date:   Fri Jan 4 15:56:31 2008 -0800
1345
1346    Add hooks for checking sources with tools like sparse & lint
1347
1348commit 04e94c3d22e6115f40bcced43e78a336613789a9
1349Author: Alan Coopersmith <alan.coopersmith@sun.com>
1350Date:   Fri Jan 4 15:55:53 2008 -0800
1351
1352    Remove duplicated section & extra + in xfs.man
1353
1354commit bc3d7ac63b801b22214ce5d04fa0a585a6223fee
1355Author: Alan Coopersmith <alan.coopersmith@sun.com>
1356Date:   Thu Jan 3 17:12:58 2008 -0800
1357
1358    Rename autoconf-generated header to xfs-config.h to avoid clash with os/config.h
1359
1360commit c0b33d044edc89ec882ac425c91a79cd738167a4
1361Author: Alan Coopersmith <alan.coopersmith@sun.com>
1362Date:   Thu Jan 3 16:47:59 2008 -0800
1363
1364    Add --with-default-config-file configure option
1365    
1366    Allow specifying multiple files, using the first one found at runtime.
1367
1368commit c7b49319ac3ba99002074021f0cd493aa122439a
1369Author: Alan Coopersmith <alan.coopersmith@sun.com>
1370Date:   Thu Jan 3 13:58:18 2008 -0800
1371
1372    xfs.man: Replace Speedo with TrueType, fix typos
1373
1374commit cfbf2d673d0b764f6f5aa3d802c4796c94b407d0
1375Author: Alan Coopersmith <alan.coopersmith@sun.com>
1376Date:   Thu Jan 3 13:10:01 2008 -0800
1377
1378    Use PACKAGE_VERSION_* to set default VENDOR_RELEASE version string
1379
1380commit 33f185cc94d11279aa3c08ebebf8461225dad4be
1381Author: James Cloos <cloos@jhcloos.com>
1382Date:   Thu Dec 6 16:37:15 2007 -0500
1383
1384    Replace static ChangeLog with dist-hook to generate from git log
1385
1386commit ec8bfac7c5ab048d86bd60ec97526300ef41d2a9
1387Author: David Nusinow <dnusinow@debian.org>
1388Date:   Wed Oct 3 21:37:46 2007 -0400
1389
1390    Perform massive manpage cleanup and reformatting.
1391    
1392    Add "FUTURE DIRECTIONS" section.
1393    
1394    This patch by Branden Robinson, forward ported by David Nusinow and
1395    probably a few others.
1396
1397commit 0bd59b5938059c7ff5501b928ebe80ecea27f008
1398Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
1399Date:   Mon Oct 1 21:55:52 2007 +0200
1400
1401    Bump to 1.0.5
1402
1403commit ec3ca8fd4c599f41e6f977ce912805ac8ac74f32
1404Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
1405Date:   Mon Oct 1 21:53:41 2007 +0200
1406
1407    Fix for heap overwrite in swap_char2b() CVE-2007-4568.
1408
1409commit 380fb68316f13012ff7cb2ac4addc2626fa2dad0
1410Author: Matthieu Herrb <matthieu@bluenote.herrb.com>
1411Date:   Mon Oct 1 21:51:40 2007 +0200
1412
1413    fix for integer overflows in build_range(). CVE-4568.
1414
1415commit 63596c80ec1c406a35780f45ea43d8004b020869
1416Author: Ademar de Souza Reis Jr <ademar@mandriva.com.br>
1417Date:   Wed Jun 20 13:31:40 2007 -0300
1418
1419    Document catalogue:<dir> feature
1420
1421commit 2037244c4a758d4010da55128fc2b7902f2bc8ad
1422Author: Daniel Stone <daniel@fooishbar.org>
1423Date:   Thu Nov 30 19:55:47 2006 +0200
1424
1425    bump to 1.0.4
1426
1427commit 311483ff1bea8ae31671b5bd6033a27dd0f315a4
1428Author: Alan Coopersmith <alan.coopersmith@sun.com>
1429Date:   Mon Nov 20 10:58:35 2006 -0800
1430
1431    Add *~ to .gitignore to skip emacs/patch droppings
1432
1433commit 2e81fe0c9eeac502e19d7f9696e29d4847f8a8e0
1434Author: Alan Coopersmith <alan.coopersmith@sun.com>
1435Date:   Mon Nov 20 10:58:10 2006 -0800
1436
1437    renamed: .cvsignore -> .gitignore
1438
1439commit 19bc6ee23c7137c8d182738e850621586ba43659
1440Author: J.P. Larocque <piranha-fdo-bz@thoughtcrime.us>
1441Date:   Mon Nov 20 10:57:28 2006 -0800
1442
1443    Bug 7317: xfs doesn't build on some GLIBC based systems: _XOPEN_SOURCE undefined
1444    
1445    Bug 7317: <https://bugs.freedesktop.org/show_bug.cgi?id=7317>
1446
1447commit 20014d1c8fa416306f5be60d4cd225cc6132d532
1448Author: Adam Jackson <ajax@benzedrine.nwnk.net>
1449Date:   Fri Oct 13 17:51:32 2006 -0400
1450
1451    Bump to 1.0.3
1452
1453commit d68ce54e725aa332c0c74e1aa2e7e59b079fb5fe
1454Author: Kristian Høgsberg <krh@redhat.com>
1455Date:   Mon Sep 25 18:01:48 2006 -0400
1456
1457    Substitute config dir into man page.
1458
1459commit ced4cd44bd177b9579c457a2f108a09e8bbb7eb9
1460Author: Adam Jackson <ajax@nwnk.net>
1461Date:   Wed Apr 26 23:40:40 2006 +0000
1462
1463    Bump to 1.0.2
1464
1465commit 099e52769a0601bca9d731209465d6205cd63fc9
1466Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1467Date:   Tue Mar 14 03:41:28 2006 +0000
1468
1469    Check for alloc error was reversed, causing memory leak, NULL pointer
1470        dereference (if fsalloc actually failed), and failure to rebuild cache.
1471        (Coverity ids #560 & #127).
1472
1473commit 03a3384fe8985419d8ec9507458a8808dafa2758
1474Author: Kevin E Martin <kem@kem.org>
1475Date:   Wed Dec 21 02:29:50 2005 +0000
1476
1477    Update package version for X11R7 release.
1478
1479commit c34fccfa706811aa2d177afd07cc96e7094b10ef
1480Author: Adam Jackson <ajax@nwnk.net>
1481Date:   Mon Dec 19 16:22:44 2005 +0000
1482
1483    Stub COPYING files
1484
1485commit 7cd4bd5a4044fbbcd7b05b5d4c11542353d85e52
1486Author: Kevin E Martin <kem@kem.org>
1487Date:   Thu Dec 15 00:24:07 2005 +0000
1488
1489    Update package version number for final X11R7 release candidate.
1490
1491commit e9ed66a84780a87d1f102b3960007aba9d7d2ed7
1492Author: Kevin E Martin <kem@kem.org>
1493Date:   Tue Dec 6 22:48:22 2005 +0000
1494
1495    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
1496
1497commit 7d6e0e69cde9b41061eb591d418d3ceab4e5f9a3
1498Author: Kevin E Martin <kem@kem.org>
1499Date:   Sat Dec 3 05:49:23 2005 +0000
1500
1501    Update package version number for X11R7 RC3 release.
1502
1503commit 932e1834195eb85b291b29bac4719cd02830dcc4
1504Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1505Date:   Mon Nov 28 22:01:42 2005 +0000
1506
1507    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
1508        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
1509
1510commit 02640671a2ef2c5240d87f96f1b3518ac0026a6d
1511Author: Eric Anholt <anholt@freebsd.org>
1512Date:   Mon Nov 21 10:35:00 2005 +0000
1513
1514    Another pass at .cvsignores for apps.
1515
1516commit c23ac3c68be607d8b050b4a50bfe441737c9fed8
1517Author: Eric Anholt <anholt@freebsd.org>
1518Date:   Sun Nov 20 22:08:52 2005 +0000
1519
1520    Add/improve .cvsignore files for apps.
1521
1522commit e3edf1412eacc3efb3bc6d949406474e1f4aacff
1523Author: Kevin E Martin <kem@kem.org>
1524Date:   Sat Nov 19 07:15:36 2005 +0000
1525
1526    Update pkgconfig files to separate library build-time dependencies from
1527        application build-time dependencies, and update package deps to work
1528        with separate build roots.
1529
1530commit dc896313209b1fc91cfd8f9ed15d7a26d4cdb450
1531Author: Kevin E Martin <kem@kem.org>
1532Date:   Wed Nov 9 21:09:21 2005 +0000
1533
1534    Update package version number for X11R7 RC2 release.
1535
1536commit af24389ccccdf82a8224299f808acf07443ce98b
1537Author: Kean Johnson <kean@armory.com>
1538Date:   Tue Nov 8 06:33:33 2005 +0000
1539
1540    See ChangeLog entry 2005-11-07 for details.
1541
1542commit 75cca7507a37ea2e65a7ff541560047b54da369e
1543Author: Kevin E Martin <kem@kem.org>
1544Date:   Tue Nov 1 15:05:18 2005 +0000
1545
1546    Update pkgcheck depedencies to work with separate build roots.
1547
1548commit 3bca148d9c5d9af5af31c6d4ce6a731fc46ff3b3
1549Author: Kevin E Martin <kem@kem.org>
1550Date:   Wed Oct 19 02:47:54 2005 +0000
1551
1552    Update package version number for RC1 release.
1553
1554commit be42526a6087c63f618bfeb13c7f3b46068528fe
1555Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1556Date:   Mon Oct 17 23:56:22 2005 +0000
1557
1558    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
1559        work better with BSD make
1560
1561commit bc6cbdd5925ffc52abbf0da1834405b8fbe49ee1
1562Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1563Date:   Mon Oct 17 22:28:18 2005 +0000
1564
1565    Add 's|XCOMM|\#|g' to sed rules for man page processing
1566
1567commit 91cc5c0c1d36059e6e0792a80b4443b8bb6c0c14
1568Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1569Date:   Fri Oct 14 00:25:45 2005 +0000
1570
1571    Use sed to fill in variables in man page
1572
1573commit 68de46d260d44841aab5ecce9d31cf24ccd533f8
1574Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1575Date:   Mon Aug 1 20:25:29 2005 +0000
1576
1577    Install man pages to section 1 instead of section m (Patch from Donnie
1578        Berkholz)
1579
1580commit 216412edcbf15a9ae918c2066f93680355fc9b0b
1581Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1582Date:   Sat Jul 30 19:32:32 2005 +0000
1583
1584    Add -D flags to clear more compiler warnings (Stefan Dirsch)
1585
1586commit 6890ec2cd680eed48c64f9e91fa4b0c8508f4b96
1587Author: Kevin E Martin <kem@kem.org>
1588Date:   Fri Jul 29 21:22:34 2005 +0000
1589
1590    Various changes preparing packages for RC0:
1591    - Verify and update package version numbers as needed
1592    - Implement versioning scheme
1593    - Change bug address to point to bugzilla bug entry form
1594    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
1595        reenable it)
1596    - Fix makedepend to use pkgconfig and pass distcheck
1597    - Update build script to build macros first
1598    - Update modular Xorg version
1599
1600commit 9a118fcc0ce0e202d31fcf579daf0dc03fc2f6bb
1601Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1602Date:   Thu Jul 28 22:43:18 2005 +0000
1603
1604    Thu Jul 28 18:29:06 2005 Søren Sandmann <sandmann@redhat.com>
1605    Fix double free when there no valid paths.
1606
1607commit 9c9f67e12450035b7997c2c3bb3700ea51d8b3d2
1608Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1609Date:   Thu Jul 28 22:28:21 2005 +0000
1610
1611    Add flags to make xfs actually load fonts
1612
1613commit fc670eef6a29564aeddcb2e8f6b6a3fdb791b7f5
1614Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1615Date:   Thu Jul 28 20:46:54 2005 +0000
1616
1617    Create and install a config file Fix xfs DEFAULT_CONFIG_FILE
1618
1619commit b7901095f14ec2ea00f1cbeb57952957e9f0d5aa
1620Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1621Date:   Wed Jul 27 22:48:39 2005 +0000
1622
1623    Add -D_XOPEN_SOURCE on Linux
1624
1625commit cedf6178e2c2becfd40a9ed309714d3957ee7d1f
1626Author: Adam Jackson <ajax@nwnk.net>
1627Date:   Wed Jul 20 19:31:56 2005 +0000
1628
1629    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
1630        configure cache, you cache it, and the cached value is probably wrong.
1631
1632commit f0c7ea00ce16c6f4d7d23fe3f87af335b1bdc591
1633Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1634Date:   Sat Jul 16 23:29:38 2005 +0000
1635
1636    x11perf/Makefile.am: xinit/Makefile.am: xvidtune/Makefile.am:
1637    - Replace $< with portable macro xinit/Makefile.am: xinit/configure.ac:
1638        xvidtune/Makefile.am: xvidtune/configure.ac:
1639    - Use more portable cpp invocations for pre-processing files
1640        xfs/configure.ac:
1641    - Add XTRANS_CONNECTION_FLAGS so xtrans transport type defines are set
1642        correctly
1643
1644commit 2dd92fea669cdd34b15cf75455ca7766b5cf9c93
1645Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1646Date:   Sat Jul 16 20:52:25 2005 +0000
1647
1648    Mark variables modified in signal handlers as volatile (part of Sun bug id
1649        4496504)
1650
1651commit f638b9c31aab9b90b8b9b4dbea79f8a588037498
1652Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1653Date:   Thu Jul 14 22:40:15 2005 +0000
1654
1655    Add _BSD_SOURCE to lots of applications - patch from Stefan Dirsch
1656
1657commit 61c45e7ae8cdcead33392c0a2affc63a00b284c3
1658Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1659Date:   Tue Jul 12 18:49:12 2005 +0000
1660
1661    Add include files to sources, so it will distcheck
1662
1663commit 2ac8a668c645746430031f7f2776e98dc0cf0b98
1664Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1665Date:   Tue Jul 12 18:45:48 2005 +0000
1666
1667    - lib/lbxutil/lbxutil.pc.in: link to lbxutil, not Xfixes
1668    - symlink.sh: add xedit.h, add xedit/lis/mp directory, add xfs
1669    - xc/programs/xedit: include "lisp/../xedit.h" instead of xedit/xedit.h
1670    - Change include of "foo.h" to <X11/.../foo.h> in various places in
1671        xc/programs/lbxproxy and xc/programs/xfs
1672    - add build system for xfs
1673    - add forgotten lbxproxytrans.c file
1674
1675commit 465a53c5deee64fcdc768b5c8a9123ee56a39dd5
1676Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
1677Date:   Thu Jun 9 15:52:02 2005 +0000
1678
1679    Replace <X11/Xtrans.h> with <X11/Xtrans/Xtrans.h>
1680    Copy Xtrans.h to exports/include/X11/Xtrans only
1681
1682commit 2203407e26a173410b8a96368266f0e860381987
1683Author: Adam Jackson <ajax@nwnk.net>
1684Date:   Fri Apr 22 20:49:50 2005 +0000
1685
1686    Bug #3069: Drop the BuildLowMem hack, it doesn't compile and isn't useful.
1687
1688commit 9971dd3529c07022231fd722cb593f6609dd9d70
1689Author: Matthieu Herrb <matthieu.herrb@laas.fr>
1690Date:   Mon Jul 26 22:44:25 2004 +0000
1691
1692    Fix opening of log file with '-user nobody'. Problem reported by Oleg
1693        Safiullin and Mike Pechkin.
1694
1695commit 956b25ecaa203291b5abdfc43451ae34da4ebdc7
1696Author: Egbert Eich <eich@suse.de>
1697Date:   Fri Apr 23 19:54:48 2004 +0000
1698
1699    Merging XORG-CURRENT into trunk
1700
1701commit 54409026c1afcd67c2d548a9efc606e29d47715f
1702Author: Egbert Eich <eich@suse.de>
1703Date:   Sun Mar 14 08:35:23 2004 +0000
1704
1705    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
1706
1707commit 4b40ae3860584b4c4078941f45c6dfe223d2154c
1708Author: Egbert Eich <eich@suse.de>
1709Date:   Wed Mar 3 12:13:08 2004 +0000
1710
1711    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
1712
1713commit 73d09b90af9e6b5aa389939f913f9f9a826e9269
1714Author: Egbert Eich <eich@suse.de>
1715Date:   Thu Feb 26 13:36:24 2004 +0000
1716
1717    readding XFree86's cvs IDs
1718
1719commit 9cd7676755000e0bf926cab806d8a5b10ce8efab
1720Author: Egbert Eich <eich@suse.de>
1721Date:   Thu Feb 26 09:24:07 2004 +0000
1722
1723    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
1724
1725commit 32d7dc13777fee72c185b64bafc64f6525c474c5
1726Author: Kaleb Keithley <kaleb@freedesktop.org>
1727Date:   Mon Feb 23 20:35:41 2004 +0000
1728
1729    Import most of XFree86 4.4RC3. This import excludes files which have the
1730        new license. If we want to, later we can import 4.4RC3 again and pick
1731        up the files that have the new license, but for now the vendor branch
1732        is "pure."
1733
1734commit 86cae258ef5b7de939d2b4af5669992815145f61
1735Author: Egbert Eich <eich@suse.de>
1736Date:   Thu Jan 29 08:09:12 2004 +0000
1737
1738    Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
1739
1740commit 8e1ac4fe2b5d9e31a37469fb462eb728457ccfb5
1741Author: Kaleb Keithley <kaleb@freedesktop.org>
1742Date:   Tue Nov 25 19:29:13 2003 +0000
1743
1744    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
1745
1746commit 491f741a1b34f20831a30fa017e422154127d54f
1747Author: Kaleb Keithley <kaleb@freedesktop.org>
1748Date:   Fri Nov 14 16:49:22 2003 +0000
1749
1750    XFree86 4.3.0.1
1751
1752commit 58396f7f075f465fe9fb7580af16c96ad0a88738
1753Author: Kaleb Keithley <kaleb@freedesktop.org>
1754Date:   Fri Nov 14 16:49:22 2003 +0000
1755
1756    Initial revision
1757
1758commit db757f1d2a5a951ec26aa4ed64134d8113089fd0
1759Author: Kaleb Keithley <kaleb@freedesktop.org>
1760Date:   Fri Nov 14 15:54:53 2003 +0000
1761
1762    R6.6 is the Xorg base-line
1763