upload tizen2.0 source
[framework/uifw/xorg/lib/libxrandr.git] / ChangeLog
1 commit 754b492ddf490682c5fff2518a36d0afb5655a36
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Wed Jun 29 21:50:39 2011 -0700
4
5     libXrandr 1.3.2
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit 2a8e4e3b6c28d095e315da6874a72e05ef113edb
10 Author: Cyril Brulebois <kibi@debian.org>
11 Date:   Thu Mar 31 03:43:57 2011 +0200
12
13     Xrandr.man: Document how to request notifications.
14     
15     Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
16     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
17     Signed-off-by: Cyril Brulebois <kibi@debian.org>
18
19 commit 7613d6e70c4af791bdb3e005a6231f1d4d14745c
20 Author: Cyril Brulebois <kibi@debian.org>
21 Date:   Thu Mar 3 16:17:51 2011 +0100
22
23     Xrandr.man: Fix parenthesis escaping.
24     
25     Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
26     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
27     Signed-off-by: Cyril Brulebois <kibi@debian.org>
28
29 commit d0b9b06d2d0b85da3eb89adf4abd973b092201df
30 Author: Cyril Brulebois <kibi@debian.org>
31 Date:   Thu Mar 3 16:01:56 2011 +0100
32
33     Xrandr.man: Fix missing closing parenthesis.
34     
35     Also fix the closing tag (\fP instead of \fI).
36     
37     Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
38     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
39     Signed-off-by: Cyril Brulebois <kibi@debian.org>
40
41 commit cf351e133c71fdae77c961373e01258404a5ff7f
42 Author: Cyril Brulebois <kibi@debian.org>
43 Date:   Thu Mar 3 15:54:58 2011 +0100
44
45     Xrandr.man: Build full sentences for easier reading.
46     
47     Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
48     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
49     Signed-off-by: Cyril Brulebois <kibi@debian.org>
50
51 commit e92474f36a2157ce8939b143e077d9342638e74a
52 Author: Cyril Brulebois <kibi@debian.org>
53 Date:   Thu Mar 3 15:52:58 2011 +0100
54
55     Xrandr.man: Fix typo.
56     
57     Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
58     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
59     Signed-off-by: Cyril Brulebois <kibi@debian.org>
60
61 commit d77cd6cc30bd9ebaea7c3b1c97e6984844a607f9
62 Author: Cyril Brulebois <kibi@debian.org>
63 Date:   Thu Mar 3 15:50:08 2011 +0100
64
65     Xrandr.man: Try to make some sense.
66     
67     Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
68     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
69     Reviewed-by: Magnus Kessler <Magnus.Kessler@gmx.net>
70     Signed-off-by: Cyril Brulebois <kibi@debian.org>
71
72 commit 58b664ba4c8c8d34a2c6169dbaf55f0d21fc0139
73 Author: Cyril Brulebois <kibi@debian.org>
74 Date:   Thu Mar 3 15:49:57 2011 +0100
75
76     Xrandr.man: Build full sentences, possibly easier to read.
77     
78     Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
79     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
80     Signed-off-by: Cyril Brulebois <kibi@debian.org>
81
82 commit dfb543b9061428e745b7a1b5910c46ffa46fadf5
83 Author: Cyril Brulebois <kibi@debian.org>
84 Date:   Thu Mar 3 15:34:41 2011 +0100
85
86     Xrandr.man: Fix grammar.
87     
88     Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
89     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
90     Signed-off-by: Cyril Brulebois <kibi@debian.org>
91
92 commit f340f5b117b69cccabf9b3a0f2834a4b6aae057e
93 Author: Cyril Brulebois <kibi@debian.org>
94 Date:   Thu Mar 3 15:32:03 2011 +0100
95
96     Xrandr.man: Remove trailing spaces.
97     
98     Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
99     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
100     Signed-off-by: Cyril Brulebois <kibi@debian.org>
101
102 commit 2da3bb5e59db3ed5f689686774dd051766dd39a6
103 Author: Gaetan Nadon <memsize@videotron.ca>
104 Date:   Wed Feb 2 11:43:44 2011 -0500
105
106     config: comment, minor upgrade, quote and layout configure.ac
107     
108     Group statements per section as per Autoconf standard layout
109     Quote statements where appropriate.
110     Autoconf recommends not using dnl instead of # for comments
111     
112     Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
113     Add AC_CONFIG_SRCDIR([Makefile.am])
114     
115     This helps automated maintenance and release activities.
116     Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
117
118 commit 04d5ffa04c2255025580ce1740c3f0bb2146e716
119 Author: Gaetan Nadon <memsize@videotron.ca>
120 Date:   Fri Jan 28 19:41:37 2011 -0500
121
122     config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
123     
124     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
125
126 commit ae18cc9cd98f4db512a21e0b4e1cb18a69fcf532
127 Author: Gaetan Nadon <memsize@videotron.ca>
128 Date:   Fri Jan 28 16:34:14 2011 -0500
129
130     config: remove unrequired AC_CONFIG_AUX_DIR
131     
132     The default location for the generation of configuation files is the current
133     package root directory. These files are config.* and friends.
134     
135     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
136
137 commit c1c5283f37387fbae7772e1dcd56528a515f0a23
138 Author: Gaetan Nadon <memsize@videotron.ca>
139 Date:   Thu Jan 27 18:50:15 2011 -0500
140
141     config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
142     
143     XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
144     AC_PROG_C_C99. This sets gcc with -std=gnu99.
145     If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
146     
147     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
148
149 commit b7e31c69d345d3cba359d7648c304cff43ff7437
150 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
151 Date:   Thu Oct 28 12:34:26 2010 -0700
152
153     libXrandr 1.3.1
154     
155     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
156
157 commit f490ed44a1c85c75183d87d034b94f9973b88abd
158 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
159 Date:   Thu Oct 28 12:30:27 2010 -0700
160
161     Fix configure.ac comment for RandR instead of Render
162     
163     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
164
165 commit 95cf69bd452db86b6aefe3837e1f7010ebf21e80
166 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
167 Date:   Thu Oct 28 12:27:30 2010 -0700
168
169     Sun's copyrights now belong to Oracle
170     
171     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
172
173 commit 12f22e0ae0cbd748b416c7e2486f289f89c5c77c
174 Author: Jesse Adkins <jesserayadkins@gmail.com>
175 Date:   Tue Sep 28 13:30:03 2010 -0700
176
177     Purge cvs tags.
178     
179     Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
180     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
181
182 commit 247ad2a3865ba503e6c77444f855c71e7a210f13
183 Author: Gaetan Nadon <memsize@videotron.ca>
184 Date:   Tue Aug 17 07:57:08 2010 -0400
185
186     man: store shadow man pages in git rather than generating them
187     
188     Simplify the build process and the makefile.
189     
190     Local fix in CVS for bug 5628 is not required
191     as the problem has been fixed in
192     util-macros d9062e4077ebfd0985baf8418f3d0f111b9ddbba
193     
194     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
195
196 commit 8f23ad4703c7fcfdd7d53d52ddebb7590c3cb265
197 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
198 Date:   Thu Jul 8 14:40:39 2010 -0700
199
200     Use make rules instead of shell for loops to generate shadow man pages
201     
202     Allows parallel make and simpler build logs/error reporting
203     
204     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
205
206 commit 82bc24d6137cc4f03944af88e69c4d67b26d3cc9
207 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
208 Date:   Thu Jul 8 14:34:18 2010 -0700
209
210     config: upgrade to util-macros 1.8 for additional man page support
211     
212     Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
213     The value of MAN_SUBST is the same for all X.Org packages.
214     
215     Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
216     The existing statement can now be removed from the configuration file.
217     
218     Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
219     Enables silent rule and use platform appropriate version of sed.
220     
221     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
222
223 commit 2e5c60f477fc68634f1fa31a2fc4a166642ab318
224 Author: Fernando Carrijo <fcarrijo@yahoo.com.br>
225 Date:   Thu Jul 1 07:01:47 2010 -0300
226
227     Purge macros NEED_EVENTS and NEED_REPLIES
228     
229     Signed-off-by: Fernando Carrijo <fcarrijo@yahoo.com.br>
230     Acked-by: Tiago Vignatti <tiago.vignatti@nokia.com>
231     Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
232
233 commit 18517a55d08cdcf9e29bed6761cf4311e1d4109f
234 Author: Leif Middelschulte <leif.middelschulte@gmail.com>
235 Date:   Tue May 25 14:52:50 2010 -0300
236
237     Add parameter safety check
238     
239     As mentioned in bugzilla ticket 28150.
240     Calling '_XRRValidateCache' with 'improper' arguments results in a SEGV.
241     This patch adds a parameter validation to the mentioned function.
242     
243     Signed-off-by: Leif Middelschulte <leif.middelschulte@gmail.com>
244     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
245
246 commit 7a7bac907ac15033c0ddb979202c7f3ddc368726
247 Author: Gaetan Nadon <memsize@videotron.ca>
248 Date:   Mon Mar 29 16:50:34 2010 -0400
249
250     config: update AC_PREREQ statement to 2.60
251     
252     Unrelated to the previous patches, the new value simply reflects
253     the reality that the minimum level for autoconf to configure
254     all x.org modules is 2.60 dated June 2006.
255     
256     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
257     
258     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
259
260 commit 883acff30b23c2bdf446988ff7b780cd61e49a5e
261 Author: Gaetan Nadon <memsize@videotron.ca>
262 Date:   Mon Mar 29 14:53:49 2010 -0400
263
264     config: remove the pkgconfig pc.in file from EXTRA_DIST
265     
266     Automake always includes it in the tarball.
267     
268     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
269
270 commit 74bb9072015b8a785f6b6458ba0605287a1ffcaf
271 Author: Gaetan Nadon <memsize@videotron.ca>
272 Date:   Tue Feb 16 10:37:21 2010 -0500
273
274     config: move CWARNFLAGS from configure.ac to Makefile.am
275     
276     Compiler warning flags should be explicitly set in the makefile
277     rather than being merged with other packages compiler flags.
278     
279     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
280
281 commit 449d22180549d990ad3164c98b22968359b55df2
282 Author: Gaetan Nadon <memsize@videotron.ca>
283 Date:   Thu Jan 14 09:41:26 2010 -0500
284
285     COPYING: add missing copyright notices
286     
287     Refer to: Xrandr.h XrrConfig.c
288     Copyright © 2006 Intel Corporation
289     Copyright © 2008 Red Hat, Inc.
290     Copyright © 2006 Keith Packard
291     
292     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
293
294 commit 51887f07a7722576933ddcc00c5380266d6fa37c
295 Author: Alan Coopersmith <alan.coopersmith@sun.com>
296 Date:   Thu Jan 14 21:02:20 2010 -0800
297
298     Update Sun license notices to current X.Org standard form
299     
300     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
301
302 commit cd6fcaeaf0da7ca66ec0ab63ce282def37c21c3b
303 Author: Gaetan Nadon <memsize@videotron.ca>
304 Date:   Fri Nov 27 20:56:04 2009 -0500
305
306     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
307     
308     Now that the INSTALL file is generated.
309     Allows running make maintainer-clean.
310
311 commit 61c4a57286b601ff266a15565740aea31e68d1bb
312 Author: Gaetan Nadon <memsize@videotron.ca>
313 Date:   Wed Oct 28 14:09:10 2009 -0400
314
315     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
316     
317     Add missing INSTALL file. Use standard GNU file on building tarball
318     README may have been updated
319     Remove AUTHORS file as it is empty and no content available yet.
320     Remove NEWS file as it is empty and no content available yet.
321
322 commit 170a3efb274d473165a8d6085c185792b1c43005
323 Author: Gaetan Nadon <memsize@videotron.ca>
324 Date:   Tue Oct 27 15:07:25 2009 -0400
325
326     Deploy the new XORG_DEFAULT_OPTIONS #24242
327     
328     This macro aggregate a number of existing macros that sets commmon
329     X.Org components configuration options. It shields the configuration file from
330     future changes.
331
332 commit 8567a45cb36857a8b5e2699a3d3ed7850b053281
333 Author: Gaetan Nadon <memsize@videotron.ca>
334 Date:   Mon Oct 26 22:08:43 2009 -0400
335
336     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
337     
338     ChangeLog filename is known to Automake and requires no further
339     coding in the makefile.
340
341 commit 015687dbec93d954fb18981bc6e15937a206a4b7
342 Author: Gaetan Nadon <memsize@videotron.ca>
343 Date:   Thu Oct 22 12:34:19 2009 -0400
344
345     .gitignore: use common defaults with custom section # 24239
346     
347     Using common defaults will reduce errors and maintenance.
348     Only the very small or inexistent custom section need periodic maintenance
349     when the structure of the component changes. Do not edit defaults.
350
351 commit 2e07e9d4f300e8153e4e93cd78bc51e0d91dba6f
352 Author: Adam Jackson <ajax@redhat.com>
353 Date:   Mon Nov 9 17:51:03 2009 -0500
354
355     GetCrtcGamma: Fix error handling.
356     
357     We didn't treat _XReply failure as fatal.  Parsing an xError as a gamma
358     ramp reply doesn't work that often.
359     
360     Signed-off-by: Adam Jackson <ajax@redhat.com>
361     Reviewed-by: Jamey Sharp <jamey@minilop.net>
362
363 commit 7b41b589213293793182b61f20006229a89d5ba7
364 Author: Adam Jackson <ajax@redhat.com>
365 Date:   Mon Nov 9 17:50:42 2009 -0500
366
367     GetCrtcGammaSize: Return 0, not garbage, on failure
368     
369     Signed-off-by: Adam Jackson <ajax@redhat.com>
370     Reviewed-by: Jamey Sharp <jamey@minilop.net>
371
372 commit 5e94f071f45ca504ccafe083e2e289351ba6eab4
373 Author: Adam Jackson <ajax@redhat.com>
374 Date:   Mon Nov 9 17:49:40 2009 -0500
375
376     GetScreenSizeRange: Document funky return code in the header
377     
378     Signed-off-by: Adam Jackson <ajax@redhat.com>
379     Reviewed-by: Jamey Sharp <jamey@minilop.net>
380
381 commit f98cbea8b33356a0de1f777c3a862ecbf163cfd3
382 Author: Adam Jackson <ajax@redhat.com>
383 Date:   Mon Nov 9 17:49:10 2009 -0500
384
385     SetScreenConfigAndRate: Document error handling better
386     
387     Signed-off-by: Adam Jackson <ajax@redhat.com>
388     Reviewed-by: Jamey Sharp <jamey@minilop.net>
389
390 commit a8af918c0db758a667345b7c3055075124197f6c
391 Author: Adam Jackson <ajax@redhat.com>
392 Date:   Mon Nov 9 17:48:22 2009 -0500
393
394     GetOutputProperty: Return the error code, not BadRequest
395     
396     Signed-off-by: Adam Jackson <ajax@redhat.com>
397     Reviewed-by: Jamey Sharp <jamey@minilop.net>
398
399 commit 7f463b2a2221065c03b6122c0cffd2fa5cb13427
400 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
401 Date:   Wed Oct 21 12:47:26 2009 -0700
402
403     This is not a GNU project, so declare it foreign.
404     
405     On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
406     > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
407     > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
408     > > was quite annoying to work around since 'autoreconf -fvi' replaces
409     > > it and git wants to commit it.  Should these files even be in git?
410     > > Can I nuke them for the betterment of humanity and since they get
411     > > created by autoreconf anyways?
412     >
413     > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
414     
415     As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
416     AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
417     of the INSTALL file. It is also part of the 24206 solution.
418     
419     Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
420
421 commit e3036766916d55d0c8ae72d5752fd1699ae7390d
422 Author: Matthias Hopf <mhopf@suse.de>
423 Date:   Fri Mar 6 15:13:56 2009 +0100
424
425     Bump to 1.3.0
426
427 commit 6bf8648e7e408be7a869fd4c4527a4fd73fc687d
428 Author: Alan Coopersmith <alan.coopersmith@sun.com>
429 Date:   Mon Feb 2 20:34:36 2009 -0800
430
431     Add README with pointers to mailing list, bugzilla & git repos
432     
433     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
434
435 commit 70d641c6d170cda44856579dfdcb42d3bb1f8221
436 Author: Keith Packard <keithp@keithp.com>
437 Date:   Fri Jan 30 20:12:43 2009 -0800
438
439     Send X_RRGetOutputPrimary when making an X_RRGetOutputPrimary request
440     
441     Using X_RRGetOutputProperty does not yield success here.
442     
443     Signed-off-by: Keith Packard <keithp@keithp.com>
444
445 commit bf284b043d4c5688da2207647126b095f8c2b0cd
446 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
447 Date:   Fri Jan 30 16:38:03 2009 -0200
448
449     Janitor: make distcheck, compiler warnings, .gitignore
450     
451       Warning corrections are either unused symbols or using an
452     integer as a pointer (generated by sparse).
453
454 commit a0c45b798d2fa810167d64a92093840178f993b1
455 Author: Julien Cristau <jcristau@debian.org>
456 Date:   Sun Dec 21 16:32:17 2008 +0100
457
458     Fix thinkos
459     
460     * XRRExtensionInfo can be static
461     * XRRExtensionName is not called XrandrExtensionName
462
463 commit 8574ffb20fa10b6f2e9a5f115f23506b93c64b12
464 Author: Adam Jackson <ajax@redhat.com>
465 Date:   Wed Dec 17 11:33:37 2008 -0500
466
467     libXrandr 1.2.99.4
468
469 commit e2f075ea3927f83fb7ee8b359ef951222e8f894b
470 Author: Adam Jackson <ajax@redhat.com>
471 Date:   Wed Dec 17 11:29:05 2008 -0500
472
473     Define _XRRHasRates internally.
474
475 commit 53bd07438d3671dca86df2bf3052f89ee8ce0891
476 Author: Adam Jackson <ajax@redhat.com>
477 Date:   Wed Dec 17 11:27:19 2008 -0500
478
479     Be sure to return NULL when returning no properties.
480
481 commit 7c1ccb19bd2545ccdf7099489e946e772a25649f
482 Author: Adam Jackson <ajax@redhat.com>
483 Date:   Wed Dec 17 11:25:20 2008 -0500
484
485     Use RRCheckExtension in function returning a value.
486
487 commit 2db939e82c29fa3ab868bac9d2b54de18419004b
488 Author: Adam Jackson <ajax@redhat.com>
489 Date:   Wed Dec 17 11:24:33 2008 -0500
490
491     Fix type of GetReq() argument.
492
493 commit c79e2aecab080d8f47b258ae3c4dd9394280ae2a
494 Author: Adam Jackson <ajax@redhat.com>
495 Date:   Wed Dec 17 11:23:51 2008 -0500
496
497     Use RRSimpleCheckExtension in functions returning void
498
499 commit dda80ea67e33d18f7cc869c6f828c444c8966704
500 Author: Matthias Hopf <mhopf@suse.de>
501 Date:   Fri Dec 12 13:04:57 2008 +0100
502
503     Bump to 1.2.99.3
504
505 commit 59c8812099f33d56b43044f999ffe5df16adf5ff
506 Author: Adam Jackson <ajax@redhat.com>
507 Date:   Mon Dec 8 15:37:53 2008 -0500
508
509     Add [GS]etOutputPrimary
510
511 commit 0f11922bdc0d4e3929df4dc967379ea0b48338b8
512 Author: Matthias Hopf <mhopf@suse.de>
513 Date:   Thu Dec 4 18:24:42 2008 +0100
514
515     Bump to 1.2.99.2.
516     
517     Note the .99
518
519 commit e788c1ed41e029e54470a2c79f1478c1be7bba92
520 Author: Matthias Hopf <mhopf@suse.de>
521 Date:   Thu Dec 4 15:51:07 2008 +0100
522
523     Nuke config-timestamp for panning.
524
525 commit 1de7212d9a945403f13f4dc15a66ec115c3be44c
526 Author: Matthias Hopf <mhopf@suse.de>
527 Date:   Fri Nov 28 17:26:43 2008 +0100
528
529     Panning support
530
531 commit 0dd24bd6ad3c437f320c5d8e922c479fb61b115f
532 Author: Julien Cristau <jcristau@debian.org>
533 Date:   Mon Dec 1 21:19:35 2008 +0100
534
535     Bump to 1.2.91
536
537 commit 0fa7452220701ee44d8bafc57001e362afcedb0c
538 Author: Julien Cristau <jcristau@debian.org>
539 Date:   Mon Dec 1 21:09:44 2008 +0100
540
541     RRNotify subevents have 'window' at different offsets, the sequel
542     
543     f176b2bda103f6f38aabab8207f47a02cc797659 fixed XRRWireToEvent, but
544     XRREventToWire had the same bug.
545     
546     Signed-off-by: Julien Cristau <jcristau@debian.org>
547
548 commit 83e567f427f68dc4ae2de796a1184748bbe0238e
549 Merge: 908de8f 00f2e30
550 Author: Julien Cristau <jcristau@debian.org>
551 Date:   Mon Dec 1 20:59:39 2008 +0100
552
553     Merge branch 'transform-proposal' of git.freedesktop.org:/git/xorg/lib/libXrandr
554     
555     Conflicts:
556     
557         src/Xrandr.c
558
559 commit 00f2e30d0b8296668776d62a4c47f96bf95faa08
560 Author: Julien Cristau <jcristau@debian.org>
561 Date:   Fri Nov 28 16:16:22 2008 +0100
562
563     Set attr->pendingNparams in XRRGetCrtcTransform()
564
565 commit 908de8fc7228ecc7b02825ebede5fb937f3abf1b
566 Author: Adam Jackson <ajax@redhat.com>
567 Date:   Mon Nov 24 16:11:46 2008 -0500
568
569     Add GetScreenResourcesCurrent
570
571 commit 377126fdaf1094354d54b1743f9d2bf1f2de1e0c
572 Author: Keith Packard <keithp@keithp.com>
573 Date:   Fri Sep 12 20:18:21 2008 -0700
574
575     Set NparamsFilter in XRRGetCrtcTransform return value.
576     
577     Leaving this uninitialized isn't very helpful, and can cause segfaults.
578
579 commit f176b2bda103f6f38aabab8207f47a02cc797659
580 Author: Tomas Carnecky <tom@dbservice.com>
581 Date:   Wed Aug 13 10:24:11 2008 -0400
582
583     RRNotify subevents have 'window' at different offsets.
584
585 commit d631e453d62104b4a4afdcf0b34e6f3aefd62644
586 Author: Adam Jackson <ajax@redhat.com>
587 Date:   Wed Aug 13 10:21:51 2008 -0400
588
589     Remove RCS tags.
590
591 commit bf476779616b24c6456339bc77896460f1a2545a
592 Author: Adam Jackson <ajax@redhat.com>
593 Date:   Wed Jul 2 15:28:08 2008 -0400
594
595     libXrandr 1.2.3
596
597 commit 203fc002b6948c3942f0461a0346dd07b633222d
598 Author: thb <thb@openoffice.org>
599 Date:   Mon Jun 23 13:25:12 2008 -0400
600
601     Bug #16430: Ignore ConfigureNotify on non-root windows in UpdateConfiguration
602
603 commit 332eee90c4d00be3b11049e0261323abe89a96dc
604 Author: Peter Hutterer <peter@cs.unisa.edu.au>
605 Date:   Mon May 19 17:34:36 2008 +0930
606
607     Rename parameters to clarify QueryVersion/QueryExtension.
608     
609     These parameters are not treated as input. Rename them to make the inner
610     workings slightly more obvious.
611     
612     X.Org Bug 14511 <http://bugs.freedesktop.org/show_bug.cgi?id=14511>
613
614 commit 824f3d4a3a4669526a5c391c6668df0384b49cdb
615 Author: Julien Cristau <jcristau@debian.org>
616 Date:   Tue Feb 5 15:37:32 2008 +0100
617
618     Bug #14388: Remove XRRScreenConfig() and XRRConfig() from Xrandr.h.
619     
620     It seems that they were never actually implemented.
621     Also remove the corresponding manpage symlinks.
622
623 commit 7a21e7bc994c5fa7d3ab15ba7201667e134f1512
624 Author: Keith Packard <keithp@keithp.com>
625 Date:   Tue Mar 18 16:02:36 2008 -0700
626
627     Eliminate inverse matrix from randr transform protocol
628     
629     It is easier, and potentially more precise, to compute the inverse in the
630     server where everything can eventually be kept in floating point form.
631
632 commit a6e5fa4ceb72795380496fcfe62c083866791dc1
633 Author: Keith Packard <keithp@keithp.com>
634 Date:   Sat Mar 15 00:33:30 2008 -0700
635
636     Support CRTC Transform filters
637     
638     XRRGetCrtcTransform now returns a giant struct containing all of the
639     transform and filter data.
640     
641     XRRSetCrtcTransform now accepts filter parameters.
642
643 commit 2a5fb0e58ed6ee1ff1f0ff00b5bf5b2623991132
644 Author: Keith Packard <keithp@keithp.com>
645 Date:   Tue Mar 4 08:17:48 2008 -0800
646
647     Add support for new Transform requests.
648
649 commit dc0ce2e363dbdac560fc2a8c1296c5468d75f644
650 Author: Matthieu Herrb <matthieu.herrb@laas.fr>
651 Date:   Sun Mar 9 08:37:17 2008 +0100
652
653     nuke RCS Ids
654
655 commit 23a47035818390ca197179a9a69a54badb370990
656 Author: Julien Cristau <jcristau@debian.org>
657 Date:   Tue Feb 5 15:35:30 2008 +0100
658
659     Hide some private symbols.
660     
661     XExtensionInfo, XRRExtensionName, XRRFindDisplay, _XRRHasRates and
662     _XRRVersionHandler are internal to libXrandr.  Don't export them.
663
664 commit 732ae92882383b33384791c2e9136a54e0fd06f3
665 Author: James Cloos <cloos@jhcloos.com>
666 Date:   Thu Dec 6 16:38:42 2007 -0500
667
668     Replace static ChangeLog with dist-hook to generate from git log
669
670 commit e56fa06624dc240dbe8d3e127cc3b65da580fe6e
671 Merge: 27b91d1 0294912
672 Author: James Cloos <cloos@jhcloos.com>
673 Date:   Sun Nov 11 10:27:35 2007 -0500
674
675     Merge branch 'master' of git://git.freedesktop.org/git/xorg/lib/libXrandr
676
677 commit 029491243b43c2e03a62c143ac21941449f335aa
678 Author: Eric Anholt <eric@anholt.net>
679 Date:   Wed Sep 5 10:01:06 2007 -0700
680
681     Bump version to 1.2.2.
682
683 commit 27b91d1d62acb70da7d131ee4b6da265d64cb835
684 Author: James Cloos <cloos@jhcloos.com>
685 Date:   Mon Sep 3 05:53:48 2007 -0400
686
687     Add *~ to .gitignore to skip patch/emacs droppings
688
689 commit 126143add5349fc34488b23d54d1bdcc7e8847b9
690 Author: Keith Packard <keithp@neko.keithp.com>
691 Date:   Tue Jul 3 09:58:09 2007 -0700
692
693     CrtcChange event format conversion was using 'height' for 'width'.
694     
695     CrtcChange events were getting the source 'height' value stored in the
696     'width' target in both conversion directions.
697
698 commit 3e753542bcf0fd49fe977e56b7ab7e540bbd4282
699 Author: Keith Packard <keithp@neko.keithp.com>
700 Date:   Sun Mar 4 20:03:59 2007 -0800
701
702     Set version to 1.2.1 for release.
703
704 commit c279b64ccca18b14974e413b0b1d55ac81abceda
705 Author: Fredrik Höglund <fredrik@kde.org>
706 Date:   Tue Feb 20 22:30:00 2007 +0100
707
708     Fix the use of a C++ keyword as a parameter name in Xrandr.h
709
710 commit 75d9944484651d4180e3079a739be4edb36545fe
711 Author: Keith Packard <keithp@neko.keithp.com>
712 Date:   Sun Feb 18 20:57:31 2007 -0800
713
714     Reset version from 1.2.0.0 to 1.2.0
715
716 commit ac82ee50f3938b7b4d6dbcec850d38500258bfe0
717 Author: Keith Packard <keithp@neko.keithp.com>
718 Date:   Thu Feb 15 16:56:11 2007 -0800
719
720     Must pass size information in SetCrtcGamma request.
721
722 commit 9c4fea702a0382689898fc14cbdab456fb18c403
723 Merge: c85237a 382b7a3
724 Author: Keith Packard <keithp@neko.keithp.com>
725 Date:   Wed Jan 31 14:24:57 2007 -0800
726
727     Merge 64-bit fixes in
728
729 commit c85237a1651ae8e1abe9ae442ffa04dcb20c1d3e
730 Author: Keith Packard <keithp@neko.keithp.com>
731 Date:   Wed Jan 31 14:20:33 2007 -0800
732
733     Fix read sizes for 64-bit machines.
734     
735     Be consistent in variable usage:
736         nbytes = network byte length.
737         rbytes = memory byte length.
738         nbytesRead = actual network bytes read.
739     Malloc rbytes data to pass to _XRead*, but use nbytes as the
740     amount of data to read (yes, this is insane, welcome to Xlib).
741     Some of this patch is semi-gratuitous, but the goal is to be consistent
742     everywhere.
743
744 commit 382b7a3cfabdd37a6231e18a2ac92bc8a3722b79
745 Author: Eric Anholt <eric@anholt.net>
746 Date:   Tue Jan 16 13:10:49 2007 -0800
747
748     Return a valid property info even if we lack valid value sets.
749     
750     Previously, XRRQueryOutputProperty90 would return an uninitialized pointer if
751     num_values was 0.
752
753 commit 36a4a633a93a89bd854f49e670777925c9751de3
754 Author: Keith Packard <keithp@neko.keithp.com>
755 Date:   Sat Jan 6 12:42:47 2007 -0800
756
757     Avoid nested LockDisplay calls.
758     
759     XRRFindDisplay must make extension requests that use LockDisplay, so don't
760     call it with the display locked, instead pass the info around to the
761     internal functions that were calling it themselves, having acquired the info
762     before the outer LockDisplay is called.
763
764 commit d70a3e7f111cb65c37edfa78ca66449338d3bb8f
765 Author: Keith Packard <keithp@neko.keithp.com>
766 Date:   Sat Dec 30 13:11:10 2006 -0800
767
768     Failed to copy rotations from reply to XRRCrtcInfo.
769     
770     XRRGetCrtcInfo was not moving the rotations value from the wire reply
771     structure to the XRRCrtcInfo being returned, leaving the value uninitialized.
772
773 commit bc75a92cac23dad4a661a13e6af121f6072cecc8
774 Merge: 7fcdcbb 370fa28
775 Author: Dave Airlie <airlied@linux.ie>
776 Date:   Sat Dec 2 11:27:36 2006 +1100
777
778     Merge branch 'randr-1.2'
779
780 commit 370fa28a6afd70ec91411edf1413c0e448ae45b6
781 Author: Keith Packard <keithp@neko.keithp.com>
782 Date:   Thu Nov 30 21:56:59 2006 -0800
783
784     Add initial implementation of crtc gamma and mode adding requests.
785     
786     They build. More testing seems indicated.
787
788 commit 7fcdcbb0f9c4736bd678be7f9bf76d472293233f
789 Merge: 875867f 0dba1be
790 Author: Eric Anholt <eric@anholt.net>
791 Date:   Mon Nov 27 15:41:03 2006 -0800
792
793     Merge branch 'randr-1.2'
794     
795     Conflicts:
796     
797         configure.ac
798
799 commit 0dba1be7969aa56f934d93889cbd589b3dafd3d4
800 Author: Keith Packard <keithp@neko.keithp.com>
801 Date:   Mon Nov 20 20:59:18 2006 -0800
802
803     Change properties to have a pending value and report valid values.
804     
805     Pending values are transferred to current values at mode set, allowing a
806     queue of values to accrue in preparation for the modeset operation while
807     still reporting valid 'current' values for applications.
808     
809     The set of valid values is also available so applications can present
810     a reasonable list to the user during configuration.
811
812 commit 8edabfeba65562f026111b35ec14a9801b4b6a5c
813 Author: Keith Packard <keithp@neko.keithp.com>
814 Date:   Thu Nov 16 13:35:46 2006 -0800
815
816     Remove RandR output options.
817     
818     Options are to be implemented as properties instead.
819
820 commit 7ac8dba76fe33b13620e023699bf971fe8c99fb2
821 Author: Eric Anholt <eric@anholt.net>
822 Date:   Thu Nov 9 20:26:33 2006 -0800
823
824     Return the right actual property type for XRRGetOutputProperty.
825
826 commit b49342b58d17267fae81205f1a89263ec4d3d114
827 Author: Eric Anholt <eric@anholt.net>
828 Date:   Thu Nov 9 17:07:55 2006 -0800
829
830     Add support for various output property requests.
831     
832     These should be reviewed by someone with proto clue, which I'm generally
833     lacking.
834
835 commit 6676505b6012c97d2f711a84237fa14a62d1d33d
836 Author: Keith Packard <keithp@mandolin.keithp.com>
837 Date:   Wed Nov 1 00:25:45 2006 -0800
838
839     Moving physical size from mode to output.
840     
841     Follows protocol change which places physical size
842     information in the output rather than (inappropriately)
843     in each mode line.
844
845 commit 875867f275803682e58f0649f054a83293c6e02c
846 Author: Adam Jackson <ajax@benzedrine.nwnk.net>
847 Date:   Fri Oct 13 17:09:57 2006 -0400
848
849     Bump to 1.1.2
850
851 commit 6eacf491a094add48363d530357dce0d25b8f244
852 Author: Adam Jackson <ajax@benzedrine.nwnk.net>
853 Date:   Fri Oct 13 16:25:00 2006 -0400
854
855     Bump to 1.1.1
856
857 commit d914d05d34991b4cfa3af411fd2a3e281ea0e73b
858 Author: Jamey Sharp <jamey@minilop.net>
859 Date:   Thu Oct 12 17:42:48 2006 -0700
860
861     Do not call UnlockDisplay without calling LockDisplay.
862     
863     Thanks to Magnus Kessler <Magnus.Kessler@gmx.net> for reporting this
864     bug and a correct fix.
865
866 commit ab4207db14d70384f017cc2a22379d7c358b60e0
867 Author: Keith Packard <keithp@neko.keithp.com>
868 Date:   Wed Oct 4 20:04:09 2006 -0700
869
870     Remove mode origins. Add preferred mode count.
871
872 commit dd0fb435a0168d4041ecd81024d6493295651c61
873 Author: Keith Packard <keithp@guitar.keithp.com>
874 Date:   Tue Oct 3 21:03:10 2006 -0700
875
876     Add mode origins and output options.
877
878 commit cb1dbb7c2446ddf514ee709fba940cc4e75438a0
879 Author: Keith Packard <keithp@guitar.keithp.com>
880 Date:   Wed Sep 20 20:00:57 2006 -0700
881
882     XRRGetScreenSizeRange returns Status. Lots more requests added.
883     
884     XRRGetCrtcInfo
885     XRRSetCrtcConfig
886     XRRGetScreenSizeRange
887     XRRSetScreenSize
888     
889     properties still to do.
890
891 commit c712df73eeb0cb84aad6a0bec2be0f480418c217
892 Author: Keith Packard <keithp@guitar.keithp.com>
893 Date:   Tue Sep 19 00:42:49 2006 -0700
894
895     Start update to 1.2, splitting code across multiple files.
896
897 commit a8abbe92f0486f174fb89ca2c81eabede646bf32
898 Author: Alan Coopersmith <alan.coopersmith@sun.com>
899 Date:   Thu Jul 13 14:59:05 2006 -0700
900
901     renamed: .cvsignore -> .gitignore
902
903 commit 88f4e37d937f171352dc0089a0903c0a3d9487d8
904 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
905 Date:   Sun Feb 12 18:19:22 2006 +0000
906
907     Bug #5628 <https://bugs.freedesktop.org/show_bug.cgi?id=5628> Shadow pages
908         not created correctly when MANDIR & MANSUFFIX don't match.
909
910 commit c6541af3ef1cfaba57a73369090b6ac1a38b9b1e
911 Author: Kevin E Martin <kem@kem.org>
912 Date:   Thu Dec 15 00:24:33 2005 +0000
913
914     Update package version number for final X11R7 release candidate.
915
916 commit be2b102d0ce89f4ac2eb2c2aad5b2e3af947abba
917 Author: Kevin E Martin <kem@kem.org>
918 Date:   Tue Dec 6 22:48:44 2005 +0000
919
920     Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
921
922 commit 8f9937022d259917ea7f1a3fefab58607300756a
923 Author: Kevin E Martin <kem@kem.org>
924 Date:   Sat Dec 3 05:49:45 2005 +0000
925
926     Update package version number for X11R7 RC3 release.
927
928 commit 127ec4993118efe56caef761febef86eae2b7300
929 Author: Kevin E Martin <kem@kem.org>
930 Date:   Sat Dec 3 04:41:50 2005 +0000
931
932     Add check and cflags for malloc(0) returning NULL.
933
934 commit 89f4aca8d76806edf51d4999223011cbff1c3f55
935 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
936 Date:   Mon Nov 28 22:03:06 2005 +0000
937
938     Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
939         update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
940
941 commit bf2fcad15b7bf2c505f5478648bf6ecbc0be701a
942 Author: Kevin E Martin <kem@kem.org>
943 Date:   Sat Nov 19 07:15:43 2005 +0000
944
945     Update pkgconfig files to separate library build-time dependencies from
946         application build-time dependencies, and update package deps to work
947         with separate build roots.
948
949 commit a27c3d61d107fe4af33181a63f8ea951367ff418
950 Author: Kevin E Martin <kem@kem.org>
951 Date:   Mon Nov 14 22:02:13 2005 +0000
952
953     Fix pkgconfig deps for separate build roots.
954
955 commit 1d690983d20e3d874b7f0e7f430e3d0cf2710c53
956 Author: Kevin E Martin <kem@kem.org>
957 Date:   Wed Nov 9 21:19:13 2005 +0000
958
959     Update package version number for X11R7 RC2 release.
960
961 commit 090314b101b9d3626dc0dc970be68aec7e382d0f
962 Author: Kevin E Martin <kem@kem.org>
963 Date:   Tue Nov 1 15:11:51 2005 +0000
964
965     Update pkgcheck dependencies to work with separate build roots.
966
967 commit 2deac5f213ee0a1cedccc721cd015691661b8002
968 Author: Kevin E Martin <kem@kem.org>
969 Date:   Wed Oct 19 02:48:11 2005 +0000
970
971     Update package version number for RC1 release.
972
973 commit 33d17445401ec09bb0c2305d477b00c3abc2182a
974 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
975 Date:   Tue Oct 18 00:00:09 2005 +0000
976
977     Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions to
978         work better with BSD make
979
980 commit a42c72fe8924e98f0794e37dec8e5ef49fd7423c
981 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
982 Date:   Mon Oct 17 21:13:22 2005 +0000
983
984     Rename .shadows.DONE to shadows.DONE to avoid some make's thinking it's a
985         suffix rule (reported by Matthieu Herrb)
986
987 commit 13ec5d5d689bb03e01d8f269d2c7a72e4cf0b5f1
988 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
989 Date:   Thu Oct 13 05:06:10 2005 +0000
990
991     [lib/Xrandr]
992     Use sed to fill in variables in man page Add shadow man pages for man pages
993         that document multiple functions.
994
995 commit 544ec9ae021fecc6001df97a6000095f294b7422
996 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
997 Date:   Thu Oct 13 02:56:42 2005 +0000
998
999     Fix troff macros from last commit to not generate cpp warnings
1000
1001 commit f678f6cc9b73960c3ad61cc93fc61acefbe40ef5
1002 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
1003 Date:   Wed Oct 12 23:45:05 2005 +0000
1004
1005     Use troff macros to prevent cpp eating C comments & #defines that are
1006         supposed to appear in man page output.
1007
1008 commit a42516d3a5aa532ed7c19fa128afd63d159676f8
1009 Author: Aaron Plattner <aplattner@nvidia.com>
1010 Date:   Fri Sep 30 04:25:14 2005 +0000
1011
1012     Bug #2965 <https://bugs.freedesktop.org/show_bug.cgi?id=2965> Patch #2994
1013         <https://bugs.freedesktop.org/attachment.cgi?id=2994> Swap the screen
1014         dimensions when handling XRRScreenChangeNotify events for 90- and
1015         270-degree rotations. This fixes KDE's panel placement for rotated
1016         screens.
1017
1018 commit f9c9043f2a6787cdb6ab130f66fd39b29e7f2506
1019 Author: Kevin E Martin <kem@kem.org>
1020 Date:   Fri Jul 29 21:22:52 2005 +0000
1021
1022     Various changes preparing packages for RC0:
1023     - Verify and update package version numbers as needed
1024     - Implement versioning scheme
1025     - Change bug address to point to bugzilla bug entry form
1026     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
1027         reenable it)
1028     - Fix makedepend to use pkgconfig and pass distcheck
1029     - Update build script to build macros first
1030     - Update modular Xorg version
1031
1032 commit 6fd64a5c552ce5f0559838b2b4ae5a27b40e52f1
1033 Author: Kevin E Martin <kem@kem.org>
1034 Date:   Sat Jul 23 05:27:00 2005 +0000
1035
1036     Fix distchecks
1037
1038 commit bceba127b9b671e378030b348f36602eb44278af
1039 Author: Daniel Stone <daniel@fooishbar.org>
1040 Date:   Sat Jul 16 07:34:59 2005 +0000
1041
1042     Set soversion to 2.0.0 with -version-number.
1043
1044 commit 63538e6c68e1697e027e55a5015791de3af7bc8c
1045 Author: Keith Packard <keithp@keithp.com>
1046 Date:   Sat Jul 9 06:48:05 2005 +0000
1047
1048     Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directory
1049
1050 commit 3f5e389cb5bd5305cc45aca522086d3b92506265
1051 Author: Kevin E Martin <kem@kem.org>
1052 Date:   Sat Jul 2 06:35:03 2005 +0000
1053
1054     Add appropriate lib*_CFLAGS to Makefile.am's -- fixes build problems
1055
1056 commit 48a3a08206e827a5af88d6a2d8ac62aa3bbbe122
1057 Author: Daniel Stone <daniel@fooishbar.org>
1058 Date:   Fri Jun 10 14:10:29 2005 +0000
1059
1060     Bug #1976: Fix deadlock when attempting to initialise with threads.
1061
1062 commit 1279a7f95e654bb33c9057e25a291e2a093f2dee
1063 Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
1064 Date:   Thu Jun 9 12:52:44 2005 +0000
1065
1066     Require renderproto instead of render for pkgconfig
1067
1068 commit 9c36643810a7e837f325970ddd5964bbff4971b6
1069 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1070 Date:   Wed Jun 8 20:22:47 2005 +0000
1071
1072     - Don't search for non-autoconf'ed X libs in Xrandr
1073     - Rename man page Xrandr.3
1074
1075 commit 73b3dff9d12d417716c19a33a95eac5f73e5da13
1076 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1077 Date:   Wed Jun 8 19:19:31 2005 +0000
1078
1079     Add Xcursor
1080     conditionally include config.h
1081
1082 commit 32107cdd57b4796c3f41ac56c9ba683be3d894af
1083 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
1084 Date:   Wed Jun 8 17:48:03 2005 +0000
1085
1086     Check in build system for Xrandr
1087
1088 commit 84264cf7a9ce88850f3bc18428e2c046ff0251ed
1089 Author: Markus Kuhn <Markus.Kuhn@cl.cam.ac.uk>
1090 Date:   Sat Dec 4 00:42:48 2004 +0000
1091
1092     Encoding of numerous files changed to UTF-8
1093
1094 commit a9b18ca5a13816d4ffbbd00d3fc80a048e84e94f
1095 Author: Egbert Eich <eich@suse.de>
1096 Date:   Mon May 24 19:06:58 2004 +0000
1097
1098     Fix build glitches when building modules independently using Imake.
1099
1100 commit 76f134caf8da6a08f0fb3587868efaec401c7e74
1101 Author: Egbert Eich <eich@suse.de>
1102 Date:   Fri Apr 23 18:43:47 2004 +0000
1103
1104     Merging XORG-CURRENT into trunk
1105
1106 commit 634976e69c2d0cd014ac537acb1e52884c1d89b2
1107 Author: Egbert Eich <eich@suse.de>
1108 Date:   Sun Mar 14 08:32:25 2004 +0000
1109
1110     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
1111
1112 commit f07005c663731709ec6c5d7f36492ff3ac253845
1113 Author: Egbert Eich <eich@suse.de>
1114 Date:   Wed Mar 3 12:11:30 2004 +0000
1115
1116     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
1117
1118 commit e61377128a66342b8e39a4c5b7e2acd34f38799f
1119 Author: Egbert Eich <eich@suse.de>
1120 Date:   Thu Feb 26 13:35:33 2004 +0000
1121
1122     readding XFree86's cvs IDs
1123
1124 commit 696a58bfcb75b56cad6e5994f8c974ac4bb884da
1125 Author: Egbert Eich <eich@suse.de>
1126 Date:   Thu Feb 26 09:22:44 2004 +0000
1127
1128     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
1129
1130 commit 731775dea70f37fd41e4a384d484236e9d0ce4ef
1131 Author: Kaleb Keithley <kaleb@freedesktop.org>
1132 Date:   Thu Dec 4 22:02:57 2003 +0000
1133
1134     XFree86 4.3.99.901 (RC 1)
1135
1136 commit 35eca17cac066690575683bc1367b1fdaba1f4cc
1137 Author: Kaleb Keithley <kaleb@freedesktop.org>
1138 Date:   Tue Nov 25 19:28:15 2003 +0000
1139
1140     XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
1141
1142 commit 8a8b419755dd3c815cc70265ed0d44e5f31028cc
1143 Author: Kaleb Keithley <kaleb@freedesktop.org>
1144 Date:   Fri Nov 14 16:48:49 2003 +0000
1145
1146     XFree86 4.3.0.1
1147
1148 commit 52d0891b9e3c51d43fd13d0b2680b7e24b2f2e2d
1149 Author: Kaleb Keithley <kaleb@freedesktop.org>
1150 Date:   Fri Nov 14 16:48:49 2003 +0000
1151
1152     Initial revision