17015785aSmrgcommit 363cea2a5cd9884db9cdeb614c8fbd9aa216c79c
27015785aSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
37015785aSmrgDate:   Sun May 18 15:14:39 2025 -0700
47015785aSmrg
57015785aSmrg    smproxy 1.0.7
67015785aSmrg    
77015785aSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
87015785aSmrg
97015785aSmrgcommit 24c8912e22a8b01454ddf06bb5421da7ed772cd2
107015785aSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
117015785aSmrgDate:   Sun Apr 27 10:31:18 2025 -0700
127015785aSmrg
137015785aSmrg    man pages: fix warnings from `mandoc -T lint` and `groff -rCHECKSTYLE=10`
147015785aSmrg    
157015785aSmrg    mandoc: smproxy.1:25:15: WARNING: cannot parse date, using it verbatim: TH smproxy 1.0.7
167015785aSmrg    mandoc: smproxy.1:45:2: WARNING: skipping paragraph macro: br before sp
177015785aSmrg    mandoc: smproxy.1:49:2: WARNING: skipping paragraph macro: br before sp
187015785aSmrg    mandoc: smproxy.1:55:2: WARNING: skipping paragraph macro: br before sp
197015785aSmrg    mandoc: smproxy.1:58:2: WARNING: skipping paragraph macro: br before sp
207015785aSmrg    mandoc: smproxy.1:42:2: WARNING: skipping paragraph macro: PP after SH
217015785aSmrg    an.tmac:smproxy.1:75: style: blank line in input
227015785aSmrg    
237015785aSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
247015785aSmrg    Part-of: <https://gitlab.freedesktop.org/xorg/app/smproxy/-/merge_requests/6>
257015785aSmrg
267015785aSmrgcommit 33e87568a4939126f22b04cf11d3fbd2fa6fa21a
277015785aSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
287015785aSmrgDate:   Sat Mar 29 17:07:49 2025 -0700
297015785aSmrg
307015785aSmrg    Improve man page formatting
317015785aSmrg    
327015785aSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
337015785aSmrg    Part-of: <https://gitlab.freedesktop.org/xorg/app/smproxy/-/merge_requests/5>
347015785aSmrg
357015785aSmrgcommit f7dadf82fc6d3465aab58eeec3b703a7c666200a
367015785aSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
377015785aSmrgDate:   Sat Mar 22 16:32:10 2025 -0700
387015785aSmrg
397015785aSmrg    Accept --help & --version as aliases to -help & -version
407015785aSmrg    
417015785aSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
427015785aSmrg    Part-of: <https://gitlab.freedesktop.org/xorg/app/smproxy/-/merge_requests/5>
437015785aSmrg
447015785aSmrgcommit 16a6c58d0cde64a32f3c17a64649799f629ac6f4
457015785aSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
467015785aSmrgDate:   Sun Mar 2 11:42:44 2025 -0800
477015785aSmrg
487015785aSmrg    meson: Add option to build with meson
497015785aSmrg    
507015785aSmrg    Also updates the gitlab CI config to test both build types
517015785aSmrg    and compare the generated output/installed files.
527015785aSmrg    
537015785aSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
547015785aSmrg    Part-of: <https://gitlab.freedesktop.org/xorg/app/smproxy/-/merge_requests/4>
557015785aSmrg
567015785aSmrgcommit d5652ea6df2007cff03f5d8edb6fb1b9a0599ba9
577015785aSmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
587015785aSmrgDate:   Thu Jul 28 17:30:21 2022 -0700
597015785aSmrg
607015785aSmrg    gitlab CI: stop requiring Signed-off-by in commits
617015785aSmrg    
627015785aSmrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
637015785aSmrg
64bdc460c5Smrgcommit 36db00ecdce06709d7590f338eda7e2e7d96839a
65bdc460c5SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
66bdc460c5SmrgDate:   Sat Oct 15 09:40:43 2022 -0700
67bdc460c5Smrg
68bdc460c5Smrg    smproxy 1.0.7
69bdc460c5Smrg    
70bdc460c5Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
71bdc460c5Smrg
72bdc460c5Smrgcommit f92f80fbb8926d980a6a46c488f7f60a35c9bf9c
73bdc460c5SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
74bdc460c5SmrgDate:   Sun Aug 14 10:41:39 2022 -0700
75bdc460c5Smrg
76bdc460c5Smrg    CheckFullyQuantifiedName: improve gethostname() handling
77bdc460c5Smrg    
78bdc460c5Smrg    Handle errors and use HOST_NAME_MAX for the buffer size if it is
79bdc460c5Smrg    defined by <limits.h>
80bdc460c5Smrg    
81bdc460c5Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
82bdc460c5Smrg
83bdc460c5Smrgcommit 5bf2e626a25f0ac1503effbf89c01573392ea658
84bdc460c5SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
85bdc460c5SmrgDate:   Sun Aug 14 10:15:06 2022 -0700
86bdc460c5Smrg
87bdc460c5Smrg    CheckFullyQuantifiedName: return unqualified name if alloc fails
88bdc460c5Smrg    
89bdc460c5Smrg    Makes a failure to allocate by asprintf() match other failure
90bdc460c5Smrg    cases and return the unqualified name instead of NULL.
91bdc460c5Smrg    
92bdc460c5Smrg    Fixes gcc warning:
93bdc460c5Smrg    smproxy.c: In function ‘FinishSaveYourself’:
94bdc460c5Smrg    smproxy.c:269:31: warning: ‘%s’ directive argument is null [-Wformat-truncation=]
95bdc460c5Smrg                       "rstart-rsh/%s", fullyQuantifiedName);
96bdc460c5Smrg                                   ^~
97bdc460c5Smrg    
98bdc460c5Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
99bdc460c5Smrg
100bdc460c5Smrgcommit 88262a274bdd850e14cc27dd3d421182bbc157d5
101bdc460c5SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
102bdc460c5SmrgDate:   Sun Aug 14 10:10:23 2022 -0700
103bdc460c5Smrg
104bdc460c5Smrg    Use calloc instead of malloc to allocate arrays
105bdc460c5Smrg    
106bdc460c5Smrg    Most important in ReadProxyFileEntry, if we goto give_up before we
107bdc460c5Smrg    finish initializing the array, makes sure we don't try to free
108bdc460c5Smrg    uninitialized pointers during cleanup pass.
109bdc460c5Smrg    
110bdc460c5Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
111bdc460c5Smrg
112bdc460c5Smrgcommit 0c55e2eabe6755b88de9835da8185a52b7712847
113bdc460c5SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
114bdc460c5SmrgDate:   Sun Aug 14 10:04:12 2022 -0700
115bdc460c5Smrg
116bdc460c5Smrg    Remove or correct obsolete casts
117bdc460c5Smrg    
118bdc460c5Smrg    Bring code up to C89 levels
119bdc460c5Smrg    
120bdc460c5Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
121bdc460c5Smrg
122bdc460c5Smrgcommit 5fdd590f9b9a9f5aa3a60e44fe8f010c43f8c54e
123bdc460c5SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
124bdc460c5SmrgDate:   Sun Aug 14 09:49:22 2022 -0700
125bdc460c5Smrg
126bdc460c5Smrg    NullIceErrorHandler: make arg names match between definition & declaration
127bdc460c5Smrg    
128bdc460c5Smrg    Solves cppcheck warning:
129bdc460c5Smrg    [smproxy.c:73] -> [smproxy.c:448]: (style, inconclusive)
130bdc460c5Smrg      Function 'NullIceErrorHandler' argument 3 names different:
131bdc460c5Smrg        declaration 'offendingMinorOpCode' definition 'offendingMinorOpcode'.
132bdc460c5Smrg    
133bdc460c5Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
134bdc460c5Smrg
135bdc460c5Smrgcommit f4800d0cfbadf9fc50dddbe2b1eb8d62548d7fe5
136bdc460c5SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
137bdc460c5SmrgDate:   Sun Aug 14 09:47:41 2022 -0700
138bdc460c5Smrg
139bdc460c5Smrg    Reduce variable scopes as suggested by cppcheck
140bdc460c5Smrg    
141bdc460c5Smrg    [save.c:203]: (style) The scope of the variable 'i' can be reduced.
142bdc460c5Smrg    [save.c:457]: (style) The scope of the variable 'i' can be reduced.
143bdc460c5Smrg    [smproxy.c:101]: (style) The scope of the variable 'i' can be reduced.
144bdc460c5Smrg    [smproxy.c:1114]: (style) The scope of the variable 'client_window' can be reduced.
145bdc460c5Smrg    
146bdc460c5Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
147bdc460c5Smrg
148bdc460c5Smrgcommit 8f72bea9644450a3492349236a2d57610c7c78bc
149bdc460c5SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
150bdc460c5SmrgDate:   Sat Dec 4 10:05:43 2021 -0800
151bdc460c5Smrg
152bdc460c5Smrg    Build xz tarballs instead of bzip2
153bdc460c5Smrg    
154bdc460c5Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
155bdc460c5Smrg
156bdc460c5Smrgcommit ef7d5344e9d96f4a6632f5a6f353ee809bef1001
157bdc460c5SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
158bdc460c5SmrgDate:   Sat Dec 4 10:05:39 2021 -0800
159bdc460c5Smrg
160bdc460c5Smrg    gitlab CI: add a basic build test
161bdc460c5Smrg    
162bdc460c5Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
163bdc460c5Smrg
164bdc460c5Smrgcommit 2c60568de14fb3953b3cfe42ee32352298572fd8
165bdc460c5SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
166bdc460c5SmrgDate:   Wed Nov 21 16:57:31 2018 -0800
167bdc460c5Smrg
168bdc460c5Smrg    Update configure.ac bug URL for gitlab migration
169bdc460c5Smrg    
170bdc460c5Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
171bdc460c5Smrg
172bdc460c5Smrgcommit b9c0047416eff09519bfe6a8088817c270f91d0a
173bdc460c5SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
174bdc460c5SmrgDate:   Fri Nov 16 20:49:33 2018 -0800
175bdc460c5Smrg
176bdc460c5Smrg    Update README for gitlab migration
177bdc460c5Smrg    
178bdc460c5Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
179bdc460c5Smrg
180bdc460c5Smrgcommit 94d925a449d5ea22c14ed0261389787a76c026ef
181bdc460c5SmrgAuthor: Mihail Konev <k.mvc@ya.ru>
182bdc460c5SmrgDate:   Thu Jan 26 14:00:20 2017 +1000
183bdc460c5Smrg
184bdc460c5Smrg    autogen: add default patch prefix
185bdc460c5Smrg    
186bdc460c5Smrg    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
187bdc460c5Smrg
188bdc460c5Smrgcommit d914bd6488ba53f648df442af9e182236cf63983
189bdc460c5SmrgAuthor: Emil Velikov <emil.l.velikov@gmail.com>
190bdc460c5SmrgDate:   Mon Mar 9 12:00:52 2015 +0000
191bdc460c5Smrg
192bdc460c5Smrg    autogen.sh: use quoted string variables
193bdc460c5Smrg    
194bdc460c5Smrg    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
195bdc460c5Smrg    fall-outs, when they contain space.
196bdc460c5Smrg    
197bdc460c5Smrg    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
198bdc460c5Smrg    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
199bdc460c5Smrg    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
200bdc460c5Smrg
201bdc460c5Smrgcommit eb3eabf9d910270026a2705afca1a8ceb385ea3f
202bdc460c5SmrgAuthor: Peter Hutterer <peter.hutterer@who-t.net>
203bdc460c5SmrgDate:   Tue Jan 24 10:32:07 2017 +1000
204bdc460c5Smrg
205bdc460c5Smrg    autogen.sh: use exec instead of waiting for configure to finish
206bdc460c5Smrg    
207bdc460c5Smrg    Syncs the invocation of configure with the one from the server.
208bdc460c5Smrg    
209bdc460c5Smrg    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
210bdc460c5Smrg    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
211bdc460c5Smrg
21224047306Smrgcommit 31b7fe5cc4e3f39f7265800a78a397935163990b
21324047306SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
21424047306SmrgDate:   Thu Apr 16 22:32:22 2015 -0700
21524047306Smrg
21624047306Smrg    smproxy 1.0.6
21724047306Smrg    
21824047306Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
21924047306Smrg
22024047306Smrgcommit 83e5545ee56d73a0b1b37683397b303371c9256a
22124047306SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
22224047306SmrgDate:   Wed Nov 5 17:30:50 2014 -0800
22324047306Smrg
22424047306Smrg    Remove unneeded checks for X_NOT_POSIX
22524047306Smrg    
22624047306Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
22724047306Smrg
22824047306Smrgcommit 0c22454c28f44db23370f70719f6d84d92be7f22
22924047306SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
23024047306SmrgDate:   Sat May 31 21:39:32 2014 -0700
23124047306Smrg
23224047306Smrg    autogen.sh: Honor NOCONFIGURE=1
23324047306Smrg    
23424047306Smrg    See http://people.gnome.org/~walters/docs/build-api.txt
23524047306Smrg    
23624047306Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
23724047306Smrg
23824047306Smrgcommit 71de8086f5c28016cd8aa2bdf7c473efd71535cb
23924047306SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
24024047306SmrgDate:   Sat May 31 21:38:41 2014 -0700
24124047306Smrg
24224047306Smrg    configure: Drop AM_MAINTAINER_MODE
24324047306Smrg    
24424047306Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
24524047306Smrg
24624047306Smrgcommit cd8b8001b6b9e11ba27a300cd03d70cab0271bf0
24724047306SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
24824047306SmrgDate:   Sat Nov 23 23:26:31 2013 -0800
24924047306Smrg
25024047306Smrg    Add -version option to print program version
25124047306Smrg    
25224047306Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
25324047306Smrg
25424047306Smrgcommit 5eb28e5bbb97a1c1faa0d77c85c8d566e3e4fcdf
25524047306SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
25624047306SmrgDate:   Sat Nov 23 23:23:26 2013 -0800
25724047306Smrg
25824047306Smrg    Print which option was in error along with usage message
25924047306Smrg    
26024047306Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
26124047306Smrg
26224047306Smrgcommit 53a484fbd297a03bfbe7d656818c94a4c4b071fe
26324047306SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
26424047306SmrgDate:   Sat Nov 23 23:08:06 2013 -0800
26524047306Smrg
26624047306Smrg    Simplify & unify variants of unique_filename
26724047306Smrg    
26824047306Smrg    Variants depend on whether system has mkstemp, mktemp or tempnam
26924047306Smrg    Also fixes some const char warnings in this code.
27024047306Smrg    
27124047306Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
27224047306Smrg
27324047306Smrgcommit d00b208df92061f0049bfcd993ab1f92dc8aa2cb
27424047306SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
27524047306SmrgDate:   Sat Nov 23 22:44:06 2013 -0800
27624047306Smrg
27724047306Smrg    Convert sprintf calls to asprintf or snprintf
27824047306Smrg    
27924047306Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
28024047306Smrg
28124047306Smrgcommit d59fe3c0501ec07b725004de86c1a8adac966092
28224047306SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
28324047306SmrgDate:   Sat Nov 23 22:33:18 2013 -0800
28424047306Smrg
28524047306Smrg    Add local copy of asprintf()
28624047306Smrg    
28724047306Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
28824047306Smrg
28924047306Smrgcommit 747e066281b78909e5c9703f639c0813b14c385f
29024047306SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
29124047306SmrgDate:   Sat Nov 23 22:06:44 2013 -0800
29224047306Smrg
29324047306Smrg    config: Add missing AC_CONFIG_SRCDIR
29424047306Smrg    
29524047306Smrg    Regroup AC statements under the Autoconf initialization section.
29624047306Smrg    Regroup AM statements under the Automake initialization section.
29724047306Smrg    
29824047306Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
29924047306Smrg
30024047306Smrgcommit 6f90cf3021d5c8755963ab5d88d477774cd5bd43
30124047306SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
30224047306SmrgDate:   Sat Nov 23 21:56:29 2013 -0800
30324047306Smrg
30424047306Smrg    Replace #ifdef X_NOT_POSIX with explicit check for mktemp function
30524047306Smrg    
30624047306Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
30724047306Smrg
3081a054510Smrgcommit ddbc7f6b08643fb852d98810a1149b09e80e68fe
3091a054510SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
3101a054510SmrgDate:   Wed Jun 29 20:43:37 2011 -0700
3111a054510Smrg
3121a054510Smrg    smproxy 1.0.5
3131a054510Smrg    
3141a054510Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
3151a054510Smrg
3161a054510Smrgcommit d0e4971c8f533c4c166e8e35bf76ebca00f15bc6
3171a054510SmrgAuthor: Jeremy Huddleston <jeremyhu@apple.com>
3181a054510SmrgDate:   Fri May 6 23:05:44 2011 -0700
3191a054510Smrg
3201a054510Smrg    Fix a possible NULL dereference in an error handler
3211a054510Smrg    
3221a054510Smrg    save.c:255:10: warning: Array access (via field 'wm_command') results in a null pointer dereference
3231a054510Smrg                if (entry->wm_command[i])
3241a054510Smrg                    ^      ~~~~~~~~~~
3251a054510Smrg    1 warning generated.
3261a054510Smrg    
3271a054510Smrg    Found-by: clang static analyzer
3281a054510Smrg    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
3291a054510Smrg
3301a054510Smrgcommit ccc165063c128713e5eac52ace050e38ce72de02
3311a054510SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
3321a054510SmrgDate:   Fri Jan 28 00:18:47 2011 -0800
3331a054510Smrg
3341a054510Smrg    Explicitly depend on libICE since ICE functions are called directly
3351a054510Smrg    
3361a054510Smrg    Without this fix, once Bug 33390 removes "Requires: ice" from the sm.pc
3371a054510Smrg    file, smproxy fails to build with undefined symbol errors for
3381a054510Smrg    IceSetErrorHandler, IceConnectionNumber, and IceProcessMessages.
3391a054510Smrg    
3401a054510Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
3411a054510Smrg    Reviewed-by: Julien Cristau <jcristau@debian.org>
3421a054510Smrg
3431a054510Smrgcommit e2ffb441371eb759c512f8266ae40680518726da
3441a054510SmrgAuthor: Gaetan Nadon <memsize@videotron.ca>
3451a054510SmrgDate:   Wed Jan 19 10:06:55 2011 -0500
3461a054510Smrg
3471a054510Smrg    config: move man pages into their own directory
3481a054510Smrg    
3491a054510Smrg    Use services provided by XORG_MANPAGE_SECTIONS.
3501a054510Smrg    Use standard Makefile for man pages.
3511a054510Smrg    
3521a054510Smrg    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
3531a054510Smrg
3541a054510Smrgcommit 3472d917add052f35c1c855a5d488ccdadf22122
3551a054510SmrgAuthor: Gaetan Nadon <memsize@videotron.ca>
3561a054510SmrgDate:   Thu Jan 13 17:15:36 2011 -0500
3571a054510Smrg
3581a054510Smrg    man: replace hard coded man page section with substitution strings
3591a054510Smrg    
3601a054510Smrg    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
3611a054510Smrg
3621a054510Smrgcommit 96bd42564675ed547f95ae775a2613aaec5a4182
3631a054510SmrgAuthor: Gaetan Nadon <memsize@videotron.ca>
3641a054510SmrgDate:   Thu Jan 13 11:15:47 2011 -0500
3651a054510Smrg
3661a054510Smrg    man: remove trailing spaces and tabs
3671a054510Smrg    
3681a054510Smrg    Using s/[ \t]*$//
3691a054510Smrg    
3701a054510Smrg    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
3711a054510Smrg
3721a054510Smrgcommit 3b3ad4674cab8186bd6d2afff21f39112173e0c1
3731a054510SmrgAuthor: Gaetan Nadon <memsize@videotron.ca>
3741a054510SmrgDate:   Wed Jan 12 16:28:02 2011 -0500
3751a054510Smrg
3761a054510Smrg    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
3771a054510Smrg    
3781a054510Smrg    This silences an Autoconf warning
3791a054510Smrg
380576bae58Smrgcommit 91e461969be0b20b279aa40aa5396cf5635af286
381576bae58SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
382576bae58SmrgDate:   Thu Oct 21 15:20:45 2010 -0700
383576bae58Smrg
384576bae58Smrg    smproxy 1.0.4
385576bae58Smrg    
386576bae58Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
387576bae58Smrg
388576bae58Smrgcommit 41c20610e433a94633d970100e9aca670395fdb1
389576bae58SmrgAuthor: Jesse Adkins <jesserayadkins@gmail.com>
390576bae58SmrgDate:   Tue Sep 28 13:29:49 2010 -0700
391576bae58Smrg
392576bae58Smrg    Purge cvs tags.
393576bae58Smrg    
394576bae58Smrg    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
395576bae58Smrg
396576bae58Smrgcommit f8abda9a850e55fd6370e2d314335d88af8b19be
397576bae58SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
398576bae58SmrgDate:   Wed Sep 22 21:08:16 2010 -0700
399576bae58Smrg
400576bae58Smrg    Use AC_CHECK_FUNCS / default name for mkstemp
401576bae58Smrg    
402576bae58Smrg    No longer need to maintain #ifdef compatibility with the names used in
403576bae58Smrg    the monolith Imakefiles.
404576bae58Smrg    
405576bae58Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
406576bae58Smrg
407576bae58Smrgcommit 61aef1760a65184ecd438419f5de545e3b3e36fd
408576bae58SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
409576bae58SmrgDate:   Wed Sep 22 21:04:28 2010 -0700
410576bae58Smrg
411576bae58Smrg    config: Remove unnecessary calls from configure.ac
412576bae58Smrg    
413576bae58Smrg    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
414576bae58Smrg    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
415576bae58Smrg    
416576bae58Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
417576bae58Smrg
418576bae58Smrgcommit a728da4185b16978d278afd2b1d0dd7e95b815f9
419576bae58SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
420576bae58SmrgDate:   Wed Sep 22 21:03:37 2010 -0700
421576bae58Smrg
422576bae58Smrg    config: upgrade to util-macros 1.8 for additional man page support
423576bae58Smrg    
424576bae58Smrg    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
425576bae58Smrg    The value of MAN_SUBST is the same for all X.Org packages.
426576bae58Smrg    
427576bae58Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
428576bae58Smrg
429576bae58Smrgcommit 3a8ab7cce3afea80eddb5ec54e6991fef9625d71
430576bae58SmrgAuthor: Gaetan Nadon <memsize@videotron.ca>
431576bae58SmrgDate:   Tue Jul 20 18:45:18 2010 -0400
432576bae58Smrg
433576bae58Smrg    config: update AC_PREREQ statement to 2.60
434576bae58Smrg    
435576bae58Smrg    Unrelated to the previous patches, the new value simply reflects
436576bae58Smrg    the reality that the minimum level for autoconf to configure
437576bae58Smrg    all x.org modules is 2.60 dated June 2006.
438576bae58Smrg    
439576bae58Smrg    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
440576bae58Smrg    
441576bae58Smrg    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
442576bae58Smrg
443576bae58Smrgcommit f26f21272ce70a0dc29ed5cd44c9a1954575b473
444576bae58SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
445576bae58SmrgDate:   Mon Jun 21 19:52:10 2010 -0700
446576bae58Smrg
447576bae58Smrg    Only need the libXmuu subset, not the full libXmu
448576bae58Smrg    
449576bae58Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
450576bae58Smrg
451576bae58Smrgcommit d301ff61a51a827faec10fac18cc367fc6635b42
452576bae58SmrgAuthor: Alan Coopersmith <alan.coopersmith@oracle.com>
453576bae58SmrgDate:   Fri Apr 16 15:57:22 2010 -0700
454576bae58Smrg
455576bae58Smrg    Add smproxy dependency on libSM to PKG_CHECK_MODULES
456576bae58Smrg    
457576bae58Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
458576bae58Smrg
459576bae58Smrgcommit 779aa7f2e98bf082900a3cc0823c59e66b6e81b6
460576bae58SmrgAuthor: Gaetan Nadon <memsize@videotron.ca>
461576bae58SmrgDate:   Thu Jan 7 21:20:27 2010 -0500
462576bae58Smrg
463576bae58Smrg    COPYING: replace stub with actual copyright notices
464576bae58Smrg    
465576bae58Smrg    Refer to smproxy.c.
466576bae58Smrg    Copyright 1994, 1998  The Open Group
467576bae58Smrg    
468576bae58Smrg    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
469576bae58Smrg
470576bae58Smrgcommit f4ba6a74f35b855fe6ebdfa7c3e40f8368eea57b
471576bae58SmrgAuthor: Gaetan Nadon <memsize@videotron.ca>
472576bae58SmrgDate:   Thu Nov 26 09:19:52 2009 -0500
473576bae58Smrg
474576bae58Smrg    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
475576bae58Smrg    
476576bae58Smrg    Now that the INSTALL file is generated.
477576bae58Smrg    Allows running make maintainer-clean.
478576bae58Smrg
479576bae58Smrgcommit a8b65c49a67a3bdd5253a5afc23bc4c2755e5584
480576bae58SmrgAuthor: Gaetan Nadon <memsize@videotron.ca>
481576bae58SmrgDate:   Wed Oct 28 14:09:08 2009 -0400
482576bae58Smrg
483576bae58Smrg    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
484576bae58Smrg    
485576bae58Smrg    Add missing INSTALL file. Use standard GNU file on building tarball
486576bae58Smrg    README may have been updated
487576bae58Smrg    Remove AUTHORS file as it is empty and no content available yet.
488576bae58Smrg    Remove NEWS file as it is empty and no content available yet.
489576bae58Smrg
490576bae58Smrgcommit 408b48eedd458899ef8b642779e513c9cedda6be
491576bae58SmrgAuthor: Gaetan Nadon <memsize@videotron.ca>
492576bae58SmrgDate:   Mon Oct 26 22:08:38 2009 -0400
493576bae58Smrg
494576bae58Smrg    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
495576bae58Smrg    
496576bae58Smrg    ChangeLog filename is known to Automake and requires no further
497576bae58Smrg    coding in the makefile.
498576bae58Smrg
499576bae58Smrgcommit c181d7fe905cf1c63a12480c811da947d98b0f02
500576bae58SmrgAuthor: Gaetan Nadon <memsize@videotron.ca>
501576bae58SmrgDate:   Thu Oct 22 12:34:14 2009 -0400
502576bae58Smrg
503576bae58Smrg    .gitignore: use common defaults with custom section # 24239
504576bae58Smrg    
505576bae58Smrg    Using common defaults will reduce errors and maintenance.
506576bae58Smrg    Only the very small or inexistent custom section need periodic maintenance
507576bae58Smrg    when the structure of the component changes. Do not edit defaults.
508576bae58Smrg
509576bae58Smrgcommit b0a0c1e5e5e05ac06a7ea44f484fa8fdcf7e999e
510576bae58SmrgAuthor: Jeremy Huddleston <jeremyhu@freedesktop.org>
511576bae58SmrgDate:   Wed Oct 21 12:47:19 2009 -0700
512576bae58Smrg
513576bae58Smrg    This is not a GNU project, so declare it foreign.
514576bae58Smrg    
515576bae58Smrg    On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
516576bae58Smrg    > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
517576bae58Smrg    > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
518576bae58Smrg    > > was quite annoying to work around since 'autoreconf -fvi' replaces
519576bae58Smrg    > > it and git wants to commit it.  Should these files even be in git?
520576bae58Smrg    > > Can I nuke them for the betterment of humanity and since they get
521576bae58Smrg    > > created by autoreconf anyways?
522576bae58Smrg    >
523576bae58Smrg    > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
524576bae58Smrg    
525576bae58Smrg    As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
526576bae58Smrg    AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
527576bae58Smrg    of the INSTALL file. It is also part of the 24206 solution.
528576bae58Smrg    
529576bae58Smrg    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
530576bae58Smrg
531bf2eeab3Smrgcommit 170f17b373da6f45db8bce2f0b3cc18b9f05e6bd
532bf2eeab3SmrgAuthor: Alan Coopersmith <alan.coopersmith@sun.com>
533bf2eeab3SmrgDate:   Fri Oct 16 16:32:38 2009 -0700
53414c0a534Smrg
535bf2eeab3Smrg    smproxy 1.0.3
536bf2eeab3Smrg    
537bf2eeab3Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
53814c0a534Smrg
539bf2eeab3Smrgcommit db43f974d4b653cc903dbbc9d22fca0711cf0ee6
540bf2eeab3SmrgAuthor: Alan Coopersmith <alan.coopersmith@sun.com>
541bf2eeab3SmrgDate:   Mon Oct 12 18:31:59 2009 -0700
54214c0a534Smrg
543bf2eeab3Smrg    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
544bf2eeab3Smrg    
545bf2eeab3Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
54614c0a534Smrg
547bf2eeab3Smrgcommit 6519b61438b36e66a42e44b42fbf6b7f75a450d0
548bf2eeab3SmrgAuthor: Alan Coopersmith <alan.coopersmith@sun.com>
549bf2eeab3SmrgDate:   Thu Oct 1 14:54:19 2009 -0700
55014c0a534Smrg
551bf2eeab3Smrg    Add README with pointers to mailing lists, bugzilla, & git
552bf2eeab3Smrg    
553bf2eeab3Smrg    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
55414c0a534Smrg
555bf2eeab3Smrgcommit c2514a2a3fb2e01f904d9a0e4b4b50bf24ed316d
556bf2eeab3SmrgAuthor: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
557bf2eeab3SmrgDate:   Mon Jan 19 16:38:49 2009 -0200
55814c0a534Smrg
559bf2eeab3Smrg    Ansification and compile warning fixes.
560bf2eeab3Smrg    
561bf2eeab3Smrg      This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
562bf2eeab3Smrg    make distcheck and all gcc 4.3 and sparse warnings.
56314c0a534Smrg
564bf2eeab3Smrgcommit c3f8e7bd4dcb059265ad47152c57305b1ebf1652
565bf2eeab3SmrgAuthor: James Cloos <cloos@jhcloos.com>
566bf2eeab3SmrgDate:   Thu Dec 6 16:37:07 2007 -0500
56714c0a534Smrg
568bf2eeab3Smrg    Replace static ChangeLog with dist-hook to generate from git log
56914c0a534Smrg
570bf2eeab3Smrgcommit c1e12fb138711721d74d9c4accf1c76f1829a411
571bf2eeab3SmrgAuthor: James Cloos <cloos@jhcloos.com>
572bf2eeab3SmrgDate:   Mon Sep 3 05:51:12 2007 -0400
57314c0a534Smrg
574bf2eeab3Smrg    Add *~ to .gitignore to skip patch/emacs droppings
57514c0a534Smrg
576bf2eeab3Smrgcommit 142c50a44b9bca6ecc2d137a52f3a2d2d18ea753
577bf2eeab3SmrgAuthor: James Cloos <cloos@jhcloos.com>
578bf2eeab3SmrgDate:   Thu Aug 23 19:24:37 2007 -0400
57914c0a534Smrg
580bf2eeab3Smrg    Rename .cvsignore to .gitignore
58114c0a534Smrg
582bf2eeab3Smrgcommit a712e5b1ac3fba792e2696a52781fee3ac7f2c26
583bf2eeab3SmrgAuthor: Adam Jackson <ajax@nwnk.net>
584bf2eeab3SmrgDate:   Sun Apr 2 00:43:00 2006 +0000
585bf2eeab3Smrg
586bf2eeab3Smrg    Bump to 1.0.2
587bf2eeab3Smrg
588bf2eeab3Smrgcommit 5df8681ca60408ec2b0f2e73930cf34d46474e02
589bf2eeab3SmrgAuthor: Alan Coopersmith <Alan.Coopersmith@sun.com>
590bf2eeab3SmrgDate:   Fri Feb 3 23:24:37 2006 +0000
591bf2eeab3Smrg
592bf2eeab3Smrg    Wrong name in .TH line in smproxy man page.
593bf2eeab3Smrg
594bf2eeab3Smrgcommit 129d0d20f0fe3b4e2d007b40eb8d18493e72feb5
595bf2eeab3SmrgAuthor: Kevin E Martin <kem@kem.org>
596bf2eeab3SmrgDate:   Wed Dec 21 02:29:47 2005 +0000
597bf2eeab3Smrg
598bf2eeab3Smrg    Update package version for X11R7 release.
599bf2eeab3Smrg
600bf2eeab3Smrgcommit a24c9fb0dfc98f5e2a1c530b2e5623ca37085e92
601bf2eeab3SmrgAuthor: Adam Jackson <ajax@nwnk.net>
602bf2eeab3SmrgDate:   Mon Dec 19 16:22:41 2005 +0000
603bf2eeab3Smrg
604bf2eeab3Smrg    Stub COPYING files
605bf2eeab3Smrg
606bf2eeab3Smrgcommit ca04f02395af13eb7411b6d7a2235441260162ed
607bf2eeab3SmrgAuthor: Kevin E Martin <kem@kem.org>
608bf2eeab3SmrgDate:   Thu Dec 15 00:24:04 2005 +0000
609bf2eeab3Smrg
610bf2eeab3Smrg    Update package version number for final X11R7 release candidate.
611bf2eeab3Smrg
612bf2eeab3Smrgcommit 8bfee9823e3352b2b891815fb17ac8b4b0b9ec1f
613bf2eeab3SmrgAuthor: Kevin E Martin <kem@kem.org>
614bf2eeab3SmrgDate:   Tue Dec 6 22:48:18 2005 +0000
615bf2eeab3Smrg
616bf2eeab3Smrg    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
617bf2eeab3Smrg
618bf2eeab3Smrgcommit c6ddfcb8295f9bd95ff6c10dfc72eb06c1dfebfc
619bf2eeab3SmrgAuthor: Kevin E Martin <kem@kem.org>
620bf2eeab3SmrgDate:   Sat Dec 3 05:49:17 2005 +0000
621bf2eeab3Smrg
622bf2eeab3Smrg    Update package version number for X11R7 RC3 release.
623bf2eeab3Smrg
624bf2eeab3Smrgcommit 1cda990e2da2c81676263a743148792cdd24bf76
625bf2eeab3SmrgAuthor: Alan Coopersmith <Alan.Coopersmith@sun.com>
626bf2eeab3SmrgDate:   Mon Nov 28 22:01:39 2005 +0000
627bf2eeab3Smrg
628bf2eeab3Smrg    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
629bf2eeab3Smrg        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
630bf2eeab3Smrg
631bf2eeab3Smrgcommit f316c47cd92a8787aa054454b328992ea5a1c335
632bf2eeab3SmrgAuthor: Eric Anholt <anholt@freebsd.org>
633bf2eeab3SmrgDate:   Mon Nov 21 10:34:58 2005 +0000
634bf2eeab3Smrg
635bf2eeab3Smrg    Another pass at .cvsignores for apps.
636bf2eeab3Smrg
637bf2eeab3Smrgcommit adf4750e5d0b867f9aebcb9e04f45615c78d564b
638bf2eeab3SmrgAuthor: Eric Anholt <anholt@freebsd.org>
639bf2eeab3SmrgDate:   Sun Nov 20 22:08:50 2005 +0000
640bf2eeab3Smrg
641bf2eeab3Smrg    Add/improve .cvsignore files for apps.
642bf2eeab3Smrg
643bf2eeab3Smrgcommit 62c0c632565fc25c6af2199fecc1e8cec21beb82
644bf2eeab3SmrgAuthor: Kevin E Martin <kem@kem.org>
645bf2eeab3SmrgDate:   Wed Oct 19 02:47:50 2005 +0000
646bf2eeab3Smrg
647bf2eeab3Smrg    Update package version number for RC1 release.
648bf2eeab3Smrg
649bf2eeab3Smrgcommit 7154ca09d51094eee67bd38d35ea1a42f0243165
650bf2eeab3SmrgAuthor: Alan Coopersmith <Alan.Coopersmith@sun.com>
651bf2eeab3SmrgDate:   Mon Oct 17 23:56:20 2005 +0000
652bf2eeab3Smrg
653bf2eeab3Smrg    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
654bf2eeab3Smrg        work better with BSD make
655bf2eeab3Smrg
656bf2eeab3Smrgcommit 4b08eb40f81ad4ac6f276d91a485e7eb3d690a61
657bf2eeab3SmrgAuthor: Alan Coopersmith <Alan.Coopersmith@sun.com>
658bf2eeab3SmrgDate:   Fri Oct 14 00:25:42 2005 +0000
659bf2eeab3Smrg
660bf2eeab3Smrg    Use sed to fill in variables in man page
661bf2eeab3Smrg
662bf2eeab3Smrgcommit 8be426eb8e1d2be0264c34bd618a25822055fcc6
663bf2eeab3SmrgAuthor: Alan Coopersmith <Alan.Coopersmith@sun.com>
664bf2eeab3SmrgDate:   Mon Aug 1 20:25:28 2005 +0000
665bf2eeab3Smrg
666bf2eeab3Smrg    Install man pages to section 1 instead of section m (Patch from Donnie
667bf2eeab3Smrg        Berkholz)
668bf2eeab3Smrg
669bf2eeab3Smrgcommit a1da8fe3444ec4373d823b55d3db4c20f70b813c
670bf2eeab3SmrgAuthor: Kevin E Martin <kem@kem.org>
671bf2eeab3SmrgDate:   Fri Jul 29 21:22:30 2005 +0000
672bf2eeab3Smrg
673bf2eeab3Smrg    Various changes preparing packages for RC0:
674bf2eeab3Smrg    - Verify and update package version numbers as needed
675bf2eeab3Smrg    - Implement versioning scheme
676bf2eeab3Smrg    - Change bug address to point to bugzilla bug entry form
677bf2eeab3Smrg    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
678bf2eeab3Smrg        reenable it)
679bf2eeab3Smrg    - Fix makedepend to use pkgconfig and pass distcheck
680bf2eeab3Smrg    - Update build script to build macros first
681bf2eeab3Smrg    - Update modular Xorg version
682bf2eeab3Smrg
683bf2eeab3Smrgcommit 1c36f6e6523670598c310ad5cd55e6e3c800ba36
684bf2eeab3SmrgAuthor: Adam Jackson <ajax@nwnk.net>
685bf2eeab3SmrgDate:   Wed Jul 20 19:31:50 2005 +0000
686bf2eeab3Smrg
687bf2eeab3Smrg    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
688bf2eeab3Smrg        configure cache, you cache it, and the cached value is probably wrong.
689bf2eeab3Smrg
690bf2eeab3Smrgcommit 4c13f27d1178fa4c1176686d53c5641addf675b8
691bf2eeab3SmrgAuthor: Alan Coopersmith <Alan.Coopersmith@sun.com>
692bf2eeab3SmrgDate:   Sat Jul 16 22:07:13 2005 +0000
693bf2eeab3Smrg
694bf2eeab3Smrg    Add #ifdef HAVE_CONFIG_H/#include "config.h" to files that need it to get
695bf2eeab3Smrg        HAS_MKSTEMP defined in modular builds.
696bf2eeab3Smrg
697bf2eeab3Smrgcommit b3d8e92288c109bec89946ae3d550616dbc8d04c
698bf2eeab3SmrgAuthor: Alan Coopersmith <Alan.Coopersmith@sun.com>
699bf2eeab3SmrgDate:   Sat Jul 16 21:59:14 2005 +0000
700bf2eeab3Smrg
701bf2eeab3Smrg    Define HAS_MKSTEMP if mkstemp() is present (needed for improved protection
702bf2eeab3Smrg        against tempfile race conditions in many places)
703bf2eeab3Smrg
704bf2eeab3Smrgcommit 05ef9ba24d0b1b5c17e04036d03770a44efd6b78
7057015785aSmrgAuthor: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
706bf2eeab3SmrgDate:   Wed Jul 6 17:25:57 2005 +0000
707bf2eeab3Smrg
708bf2eeab3Smrg    Build system for smproxy
709bf2eeab3Smrg
710bf2eeab3Smrgcommit 2935d0350a985e7638cdeaa32b06d935bef2a983
711bf2eeab3SmrgAuthor: Egbert Eich <eich@suse.de>
712bf2eeab3SmrgDate:   Fri Apr 23 19:54:37 2004 +0000
713bf2eeab3Smrg
714bf2eeab3Smrg    Merging XORG-CURRENT into trunk
715bf2eeab3Smrg
716bf2eeab3Smrgcommit 5bab1fd41c825d7e89cd7329eead0169640cc3dd
717bf2eeab3SmrgAuthor: Egbert Eich <eich@suse.de>
718bf2eeab3SmrgDate:   Sun Mar 14 08:34:56 2004 +0000
719bf2eeab3Smrg
720bf2eeab3Smrg    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
721bf2eeab3Smrg
722bf2eeab3Smrgcommit c43c8cfd14136c9486ddf269a0e876c20670848e
723bf2eeab3SmrgAuthor: Egbert Eich <eich@suse.de>
724bf2eeab3SmrgDate:   Wed Mar 3 12:12:54 2004 +0000
725bf2eeab3Smrg
726bf2eeab3Smrg    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
727bf2eeab3Smrg
728bf2eeab3Smrgcommit ad7fbb2be57bc3aef4b403b3e3341627c98d88b6
729bf2eeab3SmrgAuthor: Egbert Eich <eich@suse.de>
730bf2eeab3SmrgDate:   Thu Feb 26 13:36:15 2004 +0000
731bf2eeab3Smrg
732bf2eeab3Smrg    readding XFree86's cvs IDs
733bf2eeab3Smrg
734bf2eeab3Smrgcommit b3303bf17a8975b4a3f13462cb7b13207a016395
735bf2eeab3SmrgAuthor: Egbert Eich <eich@suse.de>
736bf2eeab3SmrgDate:   Thu Feb 26 09:23:57 2004 +0000
737bf2eeab3Smrg
738bf2eeab3Smrg    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
739bf2eeab3Smrg
740bf2eeab3Smrgcommit 2a637a09ff68246161945821392656492f1fbde1
741bf2eeab3SmrgAuthor: Kaleb Keithley <kaleb@freedesktop.org>
742bf2eeab3SmrgDate:   Fri Nov 14 16:48:58 2003 +0000
743bf2eeab3Smrg
744bf2eeab3Smrg    XFree86 4.3.0.1
745bf2eeab3Smrg
746bf2eeab3Smrgcommit f4d5033f594bf278ff1171091219b3c28dc45446
747bf2eeab3SmrgAuthor: Kaleb Keithley <kaleb@freedesktop.org>
748bf2eeab3SmrgDate:   Fri Nov 14 15:54:53 2003 +0000
749bf2eeab3Smrg
750bf2eeab3Smrg    R6.6 is the Xorg base-line
751