1commit 9baee90bb4a81d439a7e2de13de190bf65936b4c
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Thu Mar 22 21:22:57 2012 -0700
4
5    luit 1.1.1
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit ca55f514b6ee55c4ab6880bfa47d1c36967bd106
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Fri Feb 10 19:47:37 2012 -0800
12
13    Add additional printf & noreturn attributes suggested by gcc warnings
14    
15    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
16
17commit 75de0f3d8b7bd9541a8a9528ab63e51fa9c57b17
18Author: Alan Coopersmith <alan.coopersmith@oracle.com>
19Date:   Mon Dec 5 20:47:09 2011 -0800
20
21    Fix memory leak on failure in getFontencCharset
22    
23    Error: Memory leak (CWE 401)
24       Memory leak of pointer 'c' allocated with malloc(80)
25            at line 297 of app/luit/charset.c in function 'getFontencCharset'.
26              'c' allocated at line 290 with malloc(80).
27            at line 303 of app/luit/charset.c in function 'getFontencCharset'.
28              'c' allocated at line 290 with malloc(80).
29    
30    [ This bug was found by the Parfait 0.4.2 bug checking tool.
31      For more information see http://labs.oracle.com/projects/parfait/ ]
32    
33    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
34
35commit 525785fd7beca872ebeeb8bb6c22d82459128788
36Author: Ed Schouten <ed@80386.nl>
37Date:   Wed Oct 12 20:53:21 2011 +0200
38
39    Add support for posix_openpt().
40    
41    Instead of opening /dev/ptmx directly, we should use the proper
42    posix_openpt() function to obtain a pseudo-terminal. Some operating
43    systems, such as FreeBSD 8 and later, implement pseudo-terminal master
44    device nodes as a special file descriptor type, like sockets. They do
45    not support creation of pseudo-terminals through /dev/ptmx.
46    
47    Signed-off-by: Ed Schouten <ed@80386.nl>
48    Reviewed-by: Guillem Jover <guillem@hadrons.org>
49    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
50    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
51
52commit 82bec8b84d90d37f75f10b3abe9ec34a3415a622
53Author: Jeremy Huddleston <jeremyhu@apple.com>
54Date:   Thu Oct 6 10:50:54 2011 -0700
55
56    Fix ifdef-foo for the BSDs which are still living in the 90s
57    
58    NetBSD and FreeBSD still don't _POSIX_SAVED_IDS
59    
60    https://bugs.freedesktop.org/show_bug.cgi?id=41513
61    
62    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
63
64commit 290c32fb19d901306c4da1119a679112490cb838
65Author: Alan Coopersmith <alan.coopersmith@oracle.com>
66Date:   Mon Aug 15 21:29:51 2011 -0700
67
68    Remove check for zlib in configure script
69    
70    If libfontenc needs it, it will either be linked with it or
71    provide -lz in its pkg-config library requirements.
72    
73    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
74    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
75
76commit 84ce81476ac32a9c79935e9666ee96d38d7ed600
77Author: Jeremy Huddleston <jeremyhu@apple.com>
78Date:   Fri May 6 18:30:26 2011 -0700
79
80    Mark FatalError _X_NORETURN
81    
82    This removes a false-positive from static analysis results.
83    
84    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
85
86commit 7e7820d859a779efcf9e7824d6cc6df4c0d325a7
87Author: Alan Coopersmith <alan.coopersmith@oracle.com>
88Date:   Tue Jan 25 08:20:08 2011 -0800
89
90    man: Use \fI & \fR instead of .I for strings longer than Solaris can handle
91    
92    The nroff .I macro on Solaris was truncating these strings when
93    displayed using the "man" command
94    
95    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
96
97commit 94292b07a6072b590e000b3ab4f9a261dd21d492
98Author: Gaetan Nadon <memsize@videotron.ca>
99Date:   Wed Jan 12 16:28:02 2011 -0500
100
101    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
102    
103    This silences an Autoconf warning
104
105commit 49e8ed96ee1316e07b45c5784fd2ae8e1ebf9e6d
106Author: Gaetan Nadon <memsize@videotron.ca>
107Date:   Wed Jan 12 15:29:49 2011 -0500
108
109    config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
110    
111    This silences an Automake warning.
112    
113    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
114
115commit e1064d9bffdc77f12fc3907b2709ded6310db3f5
116Author: Jesse Adkins <jesserayadkins@gmail.com>
117Date:   Tue Sep 28 13:29:49 2010 -0700
118
119    Purge cvs tags.
120    
121    Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
122
123commit f44baa7b690f04a0b4ebbaf0c43284b9798ac7d7
124Author: Alan Coopersmith <alan.coopersmith@oracle.com>
125Date:   Wed Oct 6 19:04:40 2010 -0700
126
127    luit 1.1.0
128    
129    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
130
131commit ed3908570e961d566ff13d8b38c2fa9efa2047ff
132Author: Alan Coopersmith <alan.coopersmith@oracle.com>
133Date:   Sun Sep 26 17:35:31 2010 -0700
134
135    config: Remove unnecessary calls from configure.ac
136    
137    AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
138    PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
139    
140    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
141
142commit 0d7ea51f819d1e85909a3ec3fb637e3b4d703095
143Author: Gaetan Nadon <memsize@videotron.ca>
144Date:   Tue Jul 20 18:45:18 2010 -0400
145
146    config: update AC_PREREQ statement to 2.60
147    
148    Unrelated to the previous patches, the new value simply reflects
149    the reality that the minimum level for autoconf to configure
150    all x.org modules is 2.60 dated June 2006.
151    
152    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
153    
154    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
155
156commit 9a44a8c2310202bc5a62394d15fd70000ebe66bf
157Author: Gaetan Nadon <memsize@videotron.ca>
158Date:   Fri Aug 20 16:22:17 2010 -0400
159
160    make: whitespace management
161    
162    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
163
164commit 1fd9d492985277a4bb6c2cc8f6648c736f43bb43
165Author: Gaetan Nadon <memsize@videotron.ca>
166Date:   Fri Aug 20 16:18:33 2010 -0400
167
168    luit.man: remove trailing whitespace
169    
170    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
171
172commit 63dcabebc4b1e2cf69d3bc8efdf250925581a159
173Author: Gaetan Nadon <memsize@videotron.ca>
174Date:   Fri Aug 20 13:09:47 2010 -0400
175
176    config: upgrade to util-macros 1.8 for additional man page support
177    
178    Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS
179    The value of MAN_SUBST is the same for all X.Org packages.
180    
181    Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS
182    Use the appropriate platform version of sed
183    
184    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
185
186commit 04ceef3da7e3cfb62bb946fb13980394bf37dbaf
187Author: Gaetan Nadon <memsize@videotron.ca>
188Date:   Fri Aug 20 13:38:26 2010 -0400
189
190    man: replace hardcoded (7) with __miscmansuffix__
191    
192    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
193
194commit 889bd7922faa4aa92769e4a06048bf83b867a52b
195Author: Gaetan Nadon <memsize@videotron.ca>
196Date:   Fri Aug 20 13:32:06 2010 -0400
197
198    man: replacement string should be __appmansuffix__
199    
200    To match XORG_MANPAGE_SECTIONS macro expectations.
201    
202    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
203
204commit 1e6ce149a24e453c1e5af2d39721a2a79d078d7d
205Author: Gaetan Nadon <memsize@videotron.ca>
206Date:   Fri Aug 20 13:27:54 2010 -0400
207
208    man: replacement string should be __locale_alias__
209    
210    To match the luit.man expectations.
211    
212    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
213
214commit 6b7f25cdbd0f80a0f88d72c66aa51d75cd38b906
215Author: Alan Coopersmith <alan.coopersmith@oracle.com>
216Date:   Thu Jul 1 00:24:55 2010 -0700
217
218    Warn if configure does not find Xlib, but don't link against it.
219    
220    luit doesn't #include any Xlib headers or call any Xlib functions,
221    just attempts to read Xlib's locale.aliases files if it can find it.
222    
223    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
224
225commit 466e7769a450550d68b3aea5f4f4edbdc31f8bba
226Author: Jeremy Huddleston <jeremyhu@apple.com>
227Date:   Thu Jul 1 09:36:30 2010 -0700
228
229    Whitespace cleanup from Thomas Dickey's luit-20100601 fork
230    
231    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
232
233commit fddfe30c3ff91c83d0484b136e7673764e555555
234Author: Jeremy Huddleston <jeremyhu@apple.com>
235Date:   Thu Jul 1 09:35:39 2010 -0700
236
237    Integrate changes from Thomas Dickey's luit-20100601 fork
238    
239        * add -alias option to allow override of locale.alias pathname.
240        * improve fix waitForInput as suggested in Freedesktop #26383.
241        * fix warnings from clang --analyze
242    
243    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
244
245commit 3b2bbab48945e9dd8563f4ae047436c138e41789
246Author: Julien Cristau <jcristau@debian.org>
247Date:   Wed Feb 10 01:49:18 2010 +0100
248
249    Bump to 1.0.5
250
251commit 633a436d7b158f87d8973b5547236dc0ef485895
252Author: Julien Cristau <jcristau@debian.org>
253Date:   Wed Feb 10 01:48:44 2010 +0100
254
255    Bump xorg-macros requirement to 1.4 for XORG_INSTALL
256
257commit b7af1cef38d1995289acd1f2c13580b378ec0fc9
258Author: Julien Cristau <jcristau@debian.org>
259Date:   Tue Feb 2 14:45:17 2010 +0100
260
261    poll: check for POLLERR|POLLHUP in WaitForInput
262    
263    X.Org bug#26383 <http://bugs.freedesktop.org/26383>
264    
265    Acked-by: Juliusz Chroboczek <jch@pps.jussieu.fr>
266    Signed-off-by: Julien Cristau <jcristau@debian.org>
267
268commit 3fb0af21816b9f89c4b33e7cac5aad6d90bcc6c7
269Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
270Date:   Tue Dec 22 11:02:51 2009 -0800
271
272    configure: Fix a linewrap that snuck in with copy/paste
273    
274    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
275
276commit 5cb2d1e544ee22a29cfbc2c9729e2d043eb916b5
277Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
278Date:   Tue Dec 22 10:58:07 2009 -0800
279
280    darwin: Don't use poll()
281    
282    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
283
284commit 21e3e5b6fe0ed2e17c3fd403433e07350393cd1c
285Author: Gaetan Nadon <memsize@videotron.ca>
286Date:   Thu Nov 26 09:19:52 2009 -0500
287
288    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
289    
290    Now that the INSTALL file is generated.
291    Allows running make maintainer-clean.
292
293commit a8550d4f38259d207cb96c90f31d63a23951a176
294Author: Gaetan Nadon <memsize@videotron.ca>
295Date:   Wed Oct 28 14:09:07 2009 -0400
296
297    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
298    
299    Add missing INSTALL file. Use standard GNU file on building tarball
300    README may have been updated
301    Remove AUTHORS file as it is empty and no content available yet.
302    Remove NEWS file as it is empty and no content available yet.
303
304commit 4ddd9147cd27942c3cacd81d4fb3148fb5626100
305Author: Gaetan Nadon <memsize@videotron.ca>
306Date:   Tue Oct 27 15:07:24 2009 -0400
307
308    Deploy the new XORG_DEFAULT_OPTIONS #24242
309    
310    This macro aggregate a number of existing macros that sets commmon
311    X.Org components configuration options. It shields the configuration file from
312    future changes.
313
314commit ab0905fe39cf23855c3e0c319b96cdd773d9f756
315Author: Gaetan Nadon <memsize@videotron.ca>
316Date:   Mon Oct 26 22:08:38 2009 -0400
317
318    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
319    
320    ChangeLog filename is known to Automake and requires no further
321    coding in the makefile.
322
323commit dec37ff576b2d5728d8741eaa2195f129cfb990f
324Author: Gaetan Nadon <memsize@videotron.ca>
325Date:   Thu Oct 22 12:34:14 2009 -0400
326
327    .gitignore: use common defaults with custom section # 24239
328    
329    Using common defaults will reduce errors and maintenance.
330    Only the very small or inexistent custom section need periodic maintenance
331    when the structure of the component changes. Do not edit defaults.
332
333commit 587d1b5a0c7e164e3006022499b56f4a927a613c
334Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
335Date:   Wed Oct 21 12:47:19 2009 -0700
336
337    This is not a GNU project, so declare it foreign.
338    
339    On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
340    > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
341    > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
342    > > was quite annoying to work around since 'autoreconf -fvi' replaces
343    > > it and git wants to commit it.  Should these files even be in git?
344    > > Can I nuke them for the betterment of humanity and since they get
345    > > created by autoreconf anyways?
346    >
347    > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
348    
349    As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
350    AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
351    of the INSTALL file. It is also part of the 24206 solution.
352    
353    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
354
355commit 6de92b1ddf17a16a8075ad3922da68e72dcc949f
356Author: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
357Date:   Tue Oct 6 13:28:58 2009 -0500
358
359    luit: Cygwin compatibility fix
360    
361    Cygwin has O_NOCTTY but not TIOCSCTTY, so there is no way for the tty
362    to become controlling this way.  Also, document the reason for calling
363    one right after the other.
364    
365    Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
366    Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com>
367    Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
368
369commit f5e4bc812cec6503722ee289a0cc1099ce6fb3f5
370Author: Alan Coopersmith <alan.coopersmith@sun.com>
371Date:   Thu Oct 1 18:14:18 2009 -0700
372
373    luit 1.0.4
374    
375    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
376
377commit 61bb775852796628207a5062d8fdd8bcd6ec77bd
378Author: Alan Coopersmith <alan.coopersmith@sun.com>
379Date:   Thu Oct 1 18:01:27 2009 -0700
380
381    Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
382    
383    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
384
385commit 8f9d685e4bb91640fb01392c6d73e7d9e365b41b
386Author: Alan Coopersmith <alan.coopersmith@sun.com>
387Date:   Thu Oct 1 14:54:17 2009 -0700
388
389    Add README with pointers to mailing lists, bugzilla, & git
390    
391    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
392
393commit 4823838f77ab03cccd07860fdf8002bc577e0f04
394Author: Alan Coopersmith <alan.coopersmith@sun.com>
395Date:   Thu Apr 9 14:55:03 2009 -0700
396
397    luit: Convert platform #ifdefs to configure tests for functions & headers
398    
399    Also check for __SVR4 in remaining SVR4 check to match Solaris compiler
400    default definition.
401    
402    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
403
404commit 638f4ac8e233973dc3c89d87cd9f6ac05489fef4
405Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
406Date:   Fri Jan 16 20:01:11 2009 -0200
407
408    Ansification and compile warning fixes.
409    
410      This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
411    make distcheck and most gcc 4.3 and sparse warnings.
412
413commit 51eae7b3a07faab716ea7ef3186cee658f393d04
414Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
415Date:   Fri Apr 11 10:32:59 2008 -0700
416
417    Apple: Use secure tty
418    Thanks to Martin Otte for the patch
419
420commit 2547b637ab615884ea51458dfb793f1a70bc5201
421Author: Julien Cristau <jcristau@debian.org>
422Date:   Fri Feb 1 00:08:27 2008 +0100
423
424    Bump to 1.0.3.
425
426commit bde6425192d06d4168048c32ca92abbade085869
427Author: Julien Cristau <jcristau@debian.org>
428Date:   Fri Feb 1 00:05:56 2008 +0100
429
430    Make ChangeLog hook safer.
431
432commit e1a002217cabdb0806f28a0530a9cb972f370312
433Author: Julien Cristau <jcristau@debian.org>
434Date:   Tue Jan 29 21:45:35 2008 +0100
435
436    Define _XOPEN_SOURCE to 500 on linux
437    
438    strdup() is only exposed by glibc headers if _XOPEN_SOURCE is defined to
439    a value >= 500.
440
441commit abca524c0298e629810bd98d18b73eceb0eca8d9
442Author: Alan Coopersmith <alan.coopersmith@sun.com>
443Date:   Mon Jan 28 18:23:40 2008 -0800
444
445    Set locale.alias file in man page to match the one set by configure
446
447commit bada8600b282d453727c6202ab69f3cb2c8fc7fb
448Author: Alan Coopersmith <alan.coopersmith@sun.com>
449Date:   Mon Jan 28 16:19:05 2008 -0800
450
451    Constify a bit
452
453commit 673fd4184c005909db20035006f6b98eb6210bd4
454Author: Alan Coopersmith <alan.coopersmith@sun.com>
455Date:   Mon Jan 28 15:54:55 2008 -0800
456
457    Replace malloc/strcpy pairs with strdup
458
459commit 9ca1cdabb4f04cc7e8c437b48821f0672f58af60
460Author: Alan Coopersmith <alan.coopersmith@sun.com>
461Date:   Mon Jan 28 14:40:30 2008 -0800
462
463    Man page typo fixes
464
465commit 87a181ce2647225e21e5824104ca1f7b04a221c7
466Author: Alan Coopersmith <alan.coopersmith@sun.com>
467Date:   Mon Jan 28 14:33:41 2008 -0800
468
469    Fix sparse warnings: non-ANSI function declaration (missing void)
470
471commit 191f62fab880b9aa001a566a95343c4fe5565b40
472Author: Alan Coopersmith <alan.coopersmith@sun.com>
473Date:   Mon Jan 28 14:31:31 2008 -0800
474
475    Fix many sparse warnings of Using plain integer as NULL pointer
476
477commit 98cd8b69a5ad042087a7f081482d4fd4d001cc3e
478Author: Alan Coopersmith <alan.coopersmith@sun.com>
479Date:   Mon Jan 28 14:25:15 2008 -0800
480
481    Change luit_CFLAGS to AM_CFLAGS to make automake-1.10 happier
482    
483    Makefile.am:29: compiling `charset.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
484
485commit a1b53290954cfabfbb28ac0bb932570754e118ae
486Author: Karsten Hilbert <karsten.hilbert@gmx.net>
487Date:   Thu Oct 11 15:44:28 2007 +0200
488
489    Fix typo in luit.man
490    
491    Debian bug#446216.
492
493commit 599d3c2049bc71929c29e864e4d76b2bdfc0c550
494Author: Dan Nicholson <dbn.lists@gmail.com>
495Date:   Fri Sep 21 14:52:09 2007 -0400
496
497    Match luit locale.alias location to libX11 default
498    Luit expects to find the locale.alias file in ${libdir}/X11/locale. However,
499    libX11 installs the locale files in ${datadir}/X11/locale, by default.
500
501commit ff27bd043f93ee9505f7f6cd0aed417ef264351e
502Author: James Cloos <cloos@jhcloos.com>
503Date:   Mon Sep 3 05:51:03 2007 -0400
504
505    Add *~ to .gitignore to skip patch/emacs droppings
506
507commit 47c5031b9ac3e14e5bffcae9edb4daa6306b754d
508Author: James Cloos <cloos@jhcloos.com>
509Date:   Thu Aug 23 19:24:26 2007 -0400
510
511    Rename .cvsignore to .gitignore
512
513commit 0277a1b8d6f2f1cf8156967862436207a170f111
514Author: Juliusz Chroboczek <jch@pps.jussieu.fr>
515Date:   Tue Nov 14 16:37:21 2006 +0100
516
517    Include corrected PHONY in Makefile.
518    Thanks to Donnie Berkholz for noticing I'm stupid.
519
520commit 2d4743cac9e2ceb81781586d396ebcc151fd123b
521Author: Juliusz Chroboczek <jch@pps.jussieu.fr>
522Date:   Tue Nov 14 03:37:14 2006 +0100
523
524    Remove incorrect .PHONY in Makefile.
525
526commit c89bc49b6dc037c6b5177f2c79370257efd54b7e
527Author: Julien Cristau <julien.cristau@ens-lyon.org>
528Date:   Tue Nov 7 17:27:36 2006 +0100
529
530    [PATCH] Add a rule to autogenerate ChangeLog for distribution.
531    
532    The current ChangeLog is not getting updated, so we generate it from git-log
533    instead.  Also clean it in "make maintainer-clean".
534    
535    Signed-off-by: Julien Cristau <julien.cristau@ens-lyon.org>
536    Signed-off-by: Juliusz Chroboczek <jch@pps.jussieu.fr>
537
538commit 0190002a9730185dec0ab8bcf27ce730d295e39d
539Author: Julien Cristau <julien.cristau@ens-lyon.org>
540Date:   Tue Nov 7 17:27:35 2006 +0100
541
542    [PATCH] Delete ChangeLog file.
543    
544    Signed-off-by: Julien Cristau <julien.cristau@ens-lyon.org>
545    Signed-off-by: Juliusz Chroboczek <jch@pps.jussieu.fr>
546
547commit 930c1fb0cce2bdd65553b85e4231fe14ccf7a2e7
548Author: Daniel Stone <daniel@fooishbar.org>
549Date:   Wed Nov 8 16:24:26 2006 +0200
550
551    bump to 1.0.2
552
553commit 33c99a9408fc236ec68cc027c1caddc805e80efe
554Author: Juliusz Chroboczek <jch@pps.jussieu.fr>
555Date:   Sun Nov 5 23:43:52 2006 +0100
556
557    Set up parent pty before forking (bug 8490).
558    This avoids a race condition when the child reads the terminal settings
559    before the parent has set the pty up.
560
561commit 605d8b15add136788f1316534c275f0f6d0fe792
562Author: Juliusz Chroboczek <jch@pps.jussieu.fr>
563Date:   Tue Oct 31 17:05:20 2006 +0100
564
565    Added random IBM codepages to the encodings vector.
566    I didn't modify the locales vector -- people using non-standard encodings
567    should directly set the ISO 2022 state using -gr, -g2 and friends.
568
569commit 0318e87e279527ea0fba6c07b9d3e7ce5598c934
570Author: Juliusz Chroboczek <jch@pps.jussieu.fr>
571Date:   Tue Oct 31 01:22:36 2006 +0100
572
573    Updated COPYING.
574
575commit a4e6e5a6c618706d5375ff1a9ffc34cce23fcf76
576Author: Kevin E Martin <kem@kem.org>
577Date:   Wed Dec 21 02:29:43 2005 +0000
578
579    Update package version for X11R7 release.
580
581commit b5e1535b07183305313ec74612525286b11d5deb
582Author: Adam Jackson <ajax@nwnk.net>
583Date:   Mon Dec 19 16:22:40 2005 +0000
584
585    Stub COPYING files
586
587commit 899331d63218a9ef190f3575811e76bced5d67e1
588Author: Kevin E Martin <kem@kem.org>
589Date:   Thu Dec 15 00:24:02 2005 +0000
590
591    Update package version number for final X11R7 release candidate.
592
593commit 9b949814b988ffb0d01bfd945b207bbb8379e573
594Author: Kevin E Martin <kem@kem.org>
595Date:   Thu Dec 8 17:55:17 2005 +0000
596
597    Add configure options to allow hard-coded paths to be changed.
598
599commit 6f19ff5947590d28e17fd86a47af38f2d3abf90d
600Author: Kevin E Martin <kem@kem.org>
601Date:   Tue Dec 6 22:48:17 2005 +0000
602
603    Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
604
605commit 7cad59b8eb72df9c6c51c6deff4b353a0ce2f9e8
606Author: Kevin E Martin <kem@kem.org>
607Date:   Sat Dec 3 05:49:16 2005 +0000
608
609    Update package version number for X11R7 RC3 release.
610
611commit da7d5db0365ad51888dc262c0ed6b8e63c479af8
612Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
613Date:   Mon Nov 28 22:01:37 2005 +0000
614
615    Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4
616        update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
617
618commit 0970cf337c42939a1865048aef1a49782de5d3b0
619Author: Eric Anholt <anholt@freebsd.org>
620Date:   Mon Nov 21 10:34:56 2005 +0000
621
622    Another pass at .cvsignores for apps.
623
624commit aea3251136908221d6547f2dea67ea1e81a94acd
625Author: Eric Anholt <anholt@freebsd.org>
626Date:   Sun Nov 20 22:08:48 2005 +0000
627
628    Add/improve .cvsignore files for apps.
629
630commit 22f85fed95a41f35410d49452a1ca891807fdf03
631Author: Kevin E Martin <kem@kem.org>
632Date:   Wed Oct 19 02:47:49 2005 +0000
633
634    Update package version number for RC1 release.
635
636commit 52cd38a1849b80cdf8f393402061e259250ccee9
637Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
638Date:   Mon Oct 17 23:56:19 2005 +0000
639
640    Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to
641        work better with BSD make
642
643commit 889af994115911897dbaff5d1262275d1a25fc73
644Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
645Date:   Fri Oct 14 00:25:41 2005 +0000
646
647    Use sed to fill in variables in man page
648
649commit 77bdecc7b28208b6a74f80d6ad169e4be81fc311
650Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
651Date:   Mon Aug 1 20:25:28 2005 +0000
652
653    Install man pages to section 1 instead of section m (Patch from Donnie
654        Berkholz)
655
656commit e751086392e8379b0a92dfdbe7b1effdbbf11b8d
657Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
658Date:   Mon Aug 1 15:11:56 2005 +0000
659
660    Define _XOPEN_SOURCE on Linux (patch from Stefan Dirsch)
661
662commit d235388c5d3130966c8524e041184fd52b668225
663Author: Kevin E Martin <kem@kem.org>
664Date:   Fri Jul 29 21:22:29 2005 +0000
665
666    Various changes preparing packages for RC0:
667    - Verify and update package version numbers as needed
668    - Implement versioning scheme
669    - Change bug address to point to bugzilla bug entry form
670    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
671        reenable it)
672    - Fix makedepend to use pkgconfig and pass distcheck
673    - Update build script to build macros first
674    - Update modular Xorg version
675
676commit d9df2dbe4186d6662c40e364c527b157335d05c0
677Author: Adam Jackson <ajax@nwnk.net>
678Date:   Wed Jul 20 19:31:49 2005 +0000
679
680    Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global
681        configure cache, you cache it, and the cached value is probably wrong.
682
683commit b9846be287e3f5a00b9012af2f060255bed4879f
684Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
685Date:   Wed Jul 6 16:30:11 2005 +0000
686
687    Build system for luit
688
689commit 94118c5d40a3b355eeafb95631c741574ba43342
690Author: Egbert Eich <eich@suse.de>
691Date:   Fri Apr 23 19:54:35 2004 +0000
692
693    Merging XORG-CURRENT into trunk
694
695commit 52c779f3fe3dd8116e6c54ec1cca05b89cecf0ca
696Author: Egbert Eich <eich@suse.de>
697Date:   Sun Mar 14 08:34:54 2004 +0000
698
699    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
700
701commit 86bdb1f20619208e22e27cc91dffc14e0cd91406
702Author: Egbert Eich <eich@suse.de>
703Date:   Wed Mar 3 12:12:53 2004 +0000
704
705    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
706
707commit 5d8090493ad08e657d1a57518ccf98d4b6a3885e
708Author: Egbert Eich <eich@suse.de>
709Date:   Thu Feb 26 13:36:15 2004 +0000
710
711    readding XFree86's cvs IDs
712
713commit f466b8b816201dd6385e4897fcad7888dae3d502
714Author: Egbert Eich <eich@suse.de>
715Date:   Thu Feb 26 09:23:55 2004 +0000
716
717    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
718
719commit c65c9b70829cf3e7e82729a7756cad05189c31ec
720Author: Egbert Eich <eich@suse.de>
721Date:   Thu Jan 29 08:09:01 2004 +0000
722
723    Importing vendor version xf86-012804-2330 on Thu Jan 29 00:06:33 PST 2004
724
725commit 0afe748d654f553771ee2f4b07ab1ccce30b9ddd
726Author: Kaleb Keithley <kaleb@freedesktop.org>
727Date:   Tue Nov 25 19:29:02 2003 +0000
728
729    XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
730
731commit f0c47a47ea65135be8b78cd215ba4a67ecc44a57
732Author: Kaleb Keithley <kaleb@freedesktop.org>
733Date:   Fri Nov 14 16:48:57 2003 +0000
734
735    XFree86 4.3.0.1
736
737commit 84208ce0135c0376208346d20a76add90d52aae4
738Author: Kaleb Keithley <kaleb@freedesktop.org>
739Date:   Fri Nov 14 16:48:57 2003 +0000
740
741    Initial revision
742