ChangeLog revision 52fd71cd
1commit 2baea13978759d1a011fc6d739465893b554d30a
2Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3Date:   Tue Feb 19 17:31:57 2019 -0800
4
5    libfontenc 1.1.4
6    
7    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9commit d7f661849c18c354f1692d9859e057aa3a7ddf93
10Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11Date:   Fri Dec 7 19:29:22 2018 -0800
12
13    Update configure.ac bug URL for gitlab migration
14    
15    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
16
17commit b12b2d71f1547e832ac14b66a0d94d88b3675b25
18Author: Alan Coopersmith <alan.coopersmith@oracle.com>
19Date:   Mon Nov 19 23:01:09 2018 -0800
20
21    Update README for gitlab migration
22    
23    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
24
25commit b28c2d111e9d02ea1a42ac27a1330b0ba1efb4a6
26Author: Alan Coopersmith <alan.coopersmith@oracle.com>
27Date:   Sun Nov 11 13:58:34 2018 -0800
28
29    Fix iso8859-7 mappings for 0xA1, 0xA2, & 0xFF
30    
31    Fixes: https://gitlab.freedesktop.org/xorg/lib/libfontenc/issues/1
32    
33    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
34
35commit 8d30ca25b54934e29206da64e80c044d05b14470
36Author: Mihail Konev <k.mvc@ya.ru>
37Date:   Thu Jan 26 13:52:49 2017 +1000
38
39    autogen: add default patch prefix
40    
41    Signed-off-by: Mihail Konev <k.mvc@ya.ru>
42
43commit cc7e0f5529ab5c25aa2adc31a629a5e43cf1f319
44Author: Emil Velikov <emil.l.velikov@gmail.com>
45Date:   Mon Mar 9 12:00:52 2015 +0000
46
47    autogen.sh: use quoted string variables
48    
49    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
50    fall-outs, when they contain space.
51    
52    Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
53    Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
54    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
55
56commit 38aac013fcfd6e54a9fd9847ed798a5a20bd7139
57Author: Peter Hutterer <peter.hutterer@who-t.net>
58Date:   Tue Jan 24 10:32:07 2017 +1000
59
60    autogen.sh: use exec instead of waiting for configure to finish
61    
62    Syncs the invocation of configure with the one from the server.
63    
64    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
65    Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
66
67commit 8bbc9af3ef1160f16f176be07c917f9cccf229b2
68Author: Julien Cristau <jcristau@debian.org>
69Date:   Sun Jul 26 18:32:23 2015 +0200
70
71    make FontEncDirectory return a const string
72    
73    Its comment already said "This string is static and should not be
74    modified".
75    
76    encparse.c: In function 'FontEncDirectory':
77    encparse.c:844:17: warning: assignment discards 'const' qualifier from pointer target type
78                 dir = FONT_ENCODINGS_DIRECTORY;
79                     ^
80    
81    Signed-off-by: Julien Cristau <jcristau@debian.org>
82    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
83
84commit 42f3a39c3085afd9ef904ae39102fd49bbc2e4a5
85Author: Alan Coopersmith <alan.coopersmith@oracle.com>
86Date:   Thu Apr 30 21:39:51 2015 -0700
87
88    libfontenc 1.1.3
89    
90    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
91
92commit de1843aaf76015c9d99416f3122d169fe331b849
93Author: Alan Coopersmith <alan.coopersmith@oracle.com>
94Date:   Sat Jan 17 19:37:28 2015 -0800
95
96    Initialize aliases array in parseEncodingFile()
97    
98    The static analyzer insisted there were code paths that entries in this
99    array could be read without them being initialized.  While I couldn't
100    see any way that would happen, this makes sure it can't and makes the
101    analyzer quiet.
102    
103    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
104
105commit c377d91157601df90936e49167ce28a548c9b740
106Author: Alan Coopersmith <alan.coopersmith@oracle.com>
107Date:   Sat Jan 17 19:18:41 2015 -0800
108
109    Reformat code to X.Org standard style
110    
111    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
112
113commit 8eefb5a18de41b693c00767458ee51f034201ebf
114Author: Alan Coopersmith <alan.coopersmith@oracle.com>
115Date:   Sat Jan 17 18:46:49 2015 -0800
116
117    Replace strcpy+strcat calls with snprintf calls
118    
119    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
120
121commit a5221fc11307eb1230ae2643c6e423b0f7867fde
122Author: Alan Coopersmith <alan.coopersmith@oracle.com>
123Date:   Sat Jan 17 18:36:07 2015 -0800
124
125    Replace sprintf call with snprintf
126    
127    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
128
129commit 0037a42107b952c9d903719615747e760e4e7247
130Author: Alan Coopersmith <alan.coopersmith@oracle.com>
131Date:   Thu Dec 26 09:40:00 2013 -0800
132
133    Initialize both value1 & value2, not value1 twice
134    
135    Flagged by cppcheck 1.62:
136    [src/encparse.c:303] -> [src/encparse.c:303]: (performance, inconclusive)
137     Variable 'value1' is reassigned a value before the old one has been used
138     if variable is no semaphore variable.
139    
140    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
141
142commit 3acba630d8b57084f7e92c15732408711ed5137a
143Author: Alan Coopersmith <alan.coopersmith@oracle.com>
144Date:   Thu Apr 25 20:52:11 2013 -0700
145
146    libfontenc 1.1.2
147    
148    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
149
150commit 624508365ec3279bc74ce523d024533e062629e1
151Author: Nickolai Zeldovich <nickolai@csail.mit.edu>
152Date:   Sun Mar 3 23:57:34 2013 -0500
153
154    libfontenc: setCode(): fix realloc invocation
155    
156    This patch fixes two bugs in the realloc invocation in setCode(), which
157    most likely cause memory corruption when realloc is triggered:
158    
159    1. Pass *enc to realloc (which is the dynamically-allocated buffer),
160       instead of enc (which stores a pointer to the dynamically-allocated
161       buffer).
162    
163    2. Allocate enough memory for (*encsize) shorts, instead of (*encsize)
164       bytes; see the call to malloc just above the realloc call.
165    
166    Signed-off-by: Nickolai Zeldovich <nickolai@csail.mit.edu>
167    Reviewed-by: Aaron Plattner <aplattner@nvidia.com>
168    Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
169    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
170
171commit f5d1208172e965fdd7fae8927bd3e29b3cc3a975
172Author: Alan Coopersmith <alan.coopersmith@oracle.com>
173Date:   Sat Jan 19 08:23:09 2013 -0800
174
175    Replace deprecated Automake INCLUDES variable with AM_CPPFLAGS
176    
177    Excerpt https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html
178    
179      - Support for the long-deprecated INCLUDES variable will be removed
180        altogether in Automake 1.14.  The AM_CPPFLAGS variable should be
181        used instead.
182    
183    This variable was deprecated in Automake releases prior to 1.10, which is
184    the current minimum level required to build X.
185    
186    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
187
188commit 0c3518df24192f18f15ce91c2868560a5973a3dc
189Author: Colin Walters <walters@verbum.org>
190Date:   Wed Jan 4 17:37:06 2012 -0500
191
192    autogen.sh: Implement GNOME Build API
193    
194    http://people.gnome.org/~walters/docs/build-api.txt
195    
196    Signed-off-by: Adam Jackson <ajax@redhat.com>
197
198commit edd325236d39b6ad130c82d90b04dcc3b153d8b2
199Author: Adam Jackson <ajax@redhat.com>
200Date:   Tue Jan 15 14:28:48 2013 -0500
201
202    configure: Remove AM_MAINTAINER_MODE
203    
204    Signed-off-by: Adam Jackson <ajax@redhat.com>
205
206commit 7de846ed190b2564b0642de79918dd3804083b4e
207Author: James Cloos <cloos@jhcloos.com>
208Date:   Tue Apr 24 16:01:35 2012 -0400
209
210    Fix ISO-8859-7 → ISO-10646 mapping.
211    
212    ISO-8859-7 code point 0xD2 is unassigned.
213    
214    ISO-10646 code point U+03A2, to which 0xD2 was mapping, also is unassigned.
215    
216    Reported by Norm Pierce.
217    
218    Signed-off-by: James Cloos <cloos@jhcloos.com>
219
220commit f7682533fa6de77d8bd6fa6480a0f5188e0e56d7
221Author: James Cloos <cloos@jhcloos.com>
222Date:   Tue Apr 24 15:55:59 2012 -0400
223
224    Fix ISO-8859-6 → ISO-10646 mapping.
225    
226    ISO-8859-6 code point 0xC0 is unassigned.
227    
228    ISO-10646 code point U+0620, to which 0xC0 was mapping, has since been
229    assigned an unrelated character.
230    
231    Reported by Norm Pierce.
232    
233    Signed-off-by: James Cloos <cloos@jhcloos.com>
234
235commit 6012075d945e527866ef31b8796e04d6581071db
236Author: Alan Coopersmith <alan.coopersmith@oracle.com>
237Date:   Fri Mar 2 17:51:30 2012 -0800
238
239    libfontenc 1.1.1
240    
241    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
242
243commit 381c9efec4c066d984514d226b61b3360741aea2
244Author: Jeremy Huddleston <jeremyhu@apple.com>
245Date:   Fri Nov 11 10:22:52 2011 -0800
246
247    Include strings.h for strcasecmp
248    
249    Our minimum requirement for X11 is currently Unix98.  Unix98 provides
250    strcasecmp in <strings.h>.  This commit fixes implicit declarations
251    of this function on systems that closely adhere to the standard.
252    
253    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
254
255commit 1da600011b7e89981592308843ce7230fa5f87f1
256Author: Alan Coopersmith <alan.coopersmith@oracle.com>
257Date:   Fri Sep 16 22:07:14 2011 -0700
258
259    Strip trailing whitespace
260    
261    Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}'
262    git diff -w & git diff -b show no diffs from this change
263    
264    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
265
266commit 272b776fbd8598ff447585b8105e622d8244db7c
267Author: Jeremy Huddleston <jeremyhu@apple.com>
268Date:   Mon May 9 09:43:24 2011 -0700
269
270    Dead code removal
271    
272    encparse.c:750:9: warning: Value stored to 'namsize' is never read
273            namsize = 0;
274            ^         ~
275    
276    Found-by: clang static analyzer
277    Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com>
278
279commit 39800e873e8a57ee904aaf3e39315f5250bcd26f
280Author: Gaetan Nadon <memsize@videotron.ca>
281Date:   Thu Feb 3 17:37:36 2011 -0500
282
283    config: comment, minor upgrade, quote and layout configure.ac
284    
285    Group statements per section as per Autoconf standard layout
286    Quote statements where appropriate.
287    Autoconf recommends not using dnl instead of # for comments
288    
289    Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters.
290    Add AC_CONFIG_SRCDIR([Makefile.am])
291    Update X.Org util-macros to version 1.8
292    
293    This helps automated maintenance and release activities.
294    Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
295    
296    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
297
298commit bd845a08f03afc4065cf418647d27129044fe96f
299Author: Gaetan Nadon <memsize@videotron.ca>
300Date:   Fri Jan 28 19:41:37 2011 -0500
301
302    config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
303    
304    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
305
306commit 8acc384499a31bd41a7b62e8f6977d67182e5f06
307Author: Gaetan Nadon <memsize@videotron.ca>
308Date:   Thu Jan 27 18:50:14 2011 -0500
309
310    config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
311    
312    XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
313    AC_PROG_C_C99. This sets gcc with -std=gnu99.
314    If AC_PROG_CC macro is called afterwards, it resets CC to gcc.
315    
316    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
317
318commit 0e3929c939d3f6c2ca79defcad8d2cceb3dba5df
319Author: Alan Coopersmith <alan.coopersmith@oracle.com>
320Date:   Fri Nov 19 22:03:22 2010 -0800
321
322    Fail configure if zlib.h & -lz not found
323    
324    Fixes https://bugs.freedesktop.org/show_bug.cgi?id=31595
325    
326    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
327    Reviewed-by: Julien Cristau <jcristau@debian.org>
328    Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
329
330commit a52174d1a7562a656559f9bb728a80982b814043
331Author: Alan Coopersmith <alan.coopersmith@oracle.com>
332Date:   Wed Oct 20 22:35:18 2010 -0700
333
334    libfontenc 1.1.0
335    
336    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
337
338commit af4a0a752c169b2c003978c550d57602af3fbe01
339Author: Alan Coopersmith <alan.coopersmith@oracle.com>
340Date:   Fri May 14 20:15:18 2010 -0700
341
342    Don't need to check if pointer is NULL before calling free()
343    
344    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
345    Reviewed-by: Jamey Sharp <jamey@minilop.net>
346
347commit 2218195ebb18b620f9e8e0adbea6f7c87ace33ce
348Author: Alan Coopersmith <alan.coopersmith@oracle.com>
349Date:   Fri May 14 20:09:21 2010 -0700
350
351    Replace malloc(strlen()) + strcpy() with strdup()
352    
353    Now that we use malloc directly instead of xalloc, we can use
354    strdup directly too.
355    
356    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
357    Reviewed-by: Jamey Sharp <jamey@minilop.net>
358
359commit 4af0cf6ef7309df18c81a1fd109a168c767d9f3d
360Author: Mikhail Gusarov <dottedmag@dottedmag.net>
361Date:   Mon May 10 22:52:42 2010 +0700
362
363    Nuke unnecessary casts
364    
365    Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
366    Reviewed-by: Jamey Sharp <jamey@minilop.net>
367    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
368
369commit cfc89d09f1bf0ecbe602578fc80dcf6fe46b1c54
370Author: Mikhail Gusarov <dottedmag@dottedmag.net>
371Date:   Mon May 10 22:52:41 2010 +0700
372
373    Expand xalloc/xrealloc/xfree macros
374    
375    Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
376    Reviewed-by: Jamey Sharp <jamey@minilop.net>
377    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
378
379commit 3db0064e4b6108716767b136ba5867c4cdf57f99
380Author: Mikhail Gusarov <dottedmag@dottedmag.net>
381Date:   Mon May 10 22:52:40 2010 +0700
382
383    unifdef FONTENC_NO_LIBFONT
384    
385    This symbol was unconditionally defined in Makefile
386    Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
387    Reviewed-by: Jamey Sharp <jamey@minilop.net>
388    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
389
390commit 8029fc07fc28e427979c81dd50087083e441d65d
391Author: Mikhail Gusarov <dottedmag@dottedmag.net>
392Date:   Mon May 10 22:52:39 2010 +0700
393
394    Nuke RCS tags
395    
396    Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
397    Reviewed-by: Jamey Sharp <jamey@minilop.net>
398    Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
399
400commit 3e00a8c322ea5fd8ea21f83f5861c59aa91ce341
401Author: Gaetan Nadon <memsize@videotron.ca>
402Date:   Mon Mar 29 16:50:34 2010 -0400
403
404    config: update AC_PREREQ statement to 2.60
405    
406    Unrelated to the previous patches, the new value simply reflects
407    the reality that the minimum level for autoconf to configure
408    all x.org modules is 2.60 dated June 2006.
409    
410    ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
411    
412    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
413
414commit 0191826dd2f0fc54dfce72ce729d142ddecbabcf
415Author: Gaetan Nadon <memsize@videotron.ca>
416Date:   Mon Mar 29 14:53:49 2010 -0400
417
418    config: remove the pkgconfig pc.in file from EXTRA_DIST
419    
420    Automake always includes it in the tarball.
421    
422    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
423
424commit d2d6e4d88b62aa84e2cc9d229adf32ede81cbf5c
425Author: Gaetan Nadon <memsize@videotron.ca>
426Date:   Tue Feb 16 10:37:21 2010 -0500
427
428    config: move CWARNFLAGS from configure.ac to Makefile.am
429    
430    Compiler warning flags should be explicitly set in the makefile
431    rather than being merged with other packages compiler flags.
432    
433    Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
434
435commit b3807dccab5aee5455137654647c9c083addb31e
436Author: Gaetan Nadon <memsize@videotron.ca>
437Date:   Fri Nov 27 20:56:05 2009 -0500
438
439    Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
440    
441    Now that the INSTALL file is generated.
442    Allows running make maintainer-clean.
443
444commit 79c70fcf676778192e1d7bb0a194d75cb7227506
445Author: Gaetan Nadon <memsize@videotron.ca>
446Date:   Wed Oct 28 14:09:10 2009 -0400
447
448    INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
449    
450    Add missing INSTALL file. Use standard GNU file on building tarball
451    README may have been updated
452    Remove AUTHORS file as it is empty and no content available yet.
453    Remove NEWS file as it is empty and no content available yet.
454
455commit e7337c1598b8f258122a1f1307b3c83ab6c74a9c
456Author: Gaetan Nadon <memsize@videotron.ca>
457Date:   Tue Oct 27 15:07:25 2009 -0400
458
459    Deploy the new XORG_DEFAULT_OPTIONS #24242
460    
461    This macro aggregate a number of existing macros that sets commmon
462    X.Org components configuration options. It shields the configuration file from
463    future changes.
464
465commit e3bd17c452be528f773bc976636ecc0c71bdba99
466Author: Gaetan Nadon <memsize@videotron.ca>
467Date:   Mon Oct 26 22:08:43 2009 -0400
468
469    Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
470    
471    ChangeLog filename is known to Automake and requires no further
472    coding in the makefile.
473
474commit e6631b8352ff83ee69c1076846b4500304d978eb
475Author: Gaetan Nadon <memsize@videotron.ca>
476Date:   Thu Oct 22 12:34:20 2009 -0400
477
478    .gitignore: use common defaults with custom section # 24239
479    
480    Using common defaults will reduce errors and maintenance.
481    Only the very small or inexistent custom section need periodic maintenance
482    when the structure of the component changes. Do not edit defaults.
483
484commit 6210f1d458fa765699412b404fb88e40aeebf9e0
485Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
486Date:   Wed Oct 21 12:47:27 2009 -0700
487
488    This is not a GNU project, so declare it foreign.
489    
490    On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
491    > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
492    > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
493    > > was quite annoying to work around since 'autoreconf -fvi' replaces
494    > > it and git wants to commit it.  Should these files even be in git?
495    > > Can I nuke them for the betterment of humanity and since they get
496    > > created by autoreconf anyways?
497    >
498    > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
499    
500    As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
501    AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
502    of the INSTALL file. It is also part of the 24206 solution.
503    
504    Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
505
506commit eb4dbb8aac0858e1ee7169b2e0b90d5e3223de59
507Author: Alan Coopersmith <alan.coopersmith@sun.com>
508Date:   Tue Oct 13 18:37:00 2009 -0700
509
510    Use font-utils 1.1 macros to find encodings path
511    
512    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
513
514commit e609e939f8b2573ac50bdd317733a2fef194965a
515Author: Peter Hutterer <peter.hutterer@who-t.net>
516Date:   Fri Aug 28 14:14:11 2009 +1000
517
518    libfontenc 1.0.5
519    
520    Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
521
522commit 8a0bd244c5da5baae73c51e45b075b1412682e43
523Author: Alan Coopersmith <alan.coopersmith@sun.com>
524Date:   Mon Feb 2 20:34:38 2009 -0800
525
526    Add README with pointers to mailing list, bugzilla & git repos
527    
528    Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
529
530commit f160a71e9501a9d650fd99e9a080970bfd520abb
531Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
532Date:   Wed Jan 28 16:25:32 2009 -0200
533
534    Janitor: Correct make distcheck and compiler warnings.
535
536commit 90f2dfbc40d6fa72213f508b0dd85f00965b6194
537Author: James Cloos <cloos@jhcloos.com>
538Date:   Thu Dec 6 15:51:21 2007 -0500
539
540    Add missing PHONY line for automatic ChangeLog generation
541
542commit 1b4ca41a58016053220047b9f77a2eec812c03a0
543Author: Daniel Stone <daniel@fooishbar.org>
544Date:   Sat Dec 16 01:19:45 2006 +0200
545
546    bump to 1.0.4
547
548commit 38855c00c9efe88af97a5f8208c2e6aef0e9e93f
549Author: Daniel Stone <daniel@fooishbar.org>
550Date:   Wed Dec 6 18:57:29 2006 +0200
551
552    Makefile.am: make ChangeLog hook safer
553    Make ChangeLog hook as safe as possible.
554
555commit 111a9501c2c01d4b4f00ed221035953bfb256898
556Author: Adam Jackson <ajax@benzedrine.nwnk.net>
557Date:   Fri Oct 13 15:20:48 2006 -0400
558
559    Bump to 1.0.3
560
561commit fc19e19275c213f5122b120e7b45f63c302916a1
562Author: Adam Jackson <ajax@benzedrine.nwnk.net>
563Date:   Thu Oct 12 18:35:04 2006 -0400
564
565    Fix ChangeLog hook to distcheck.
566
567commit 2de626b53827fa1365c149c3fd2e1e280f8691e2
568Author: Alan Coopersmith <alan.coopersmith@sun.com>
569Date:   Wed Oct 4 19:31:23 2006 -0700
570
571    Mark character mapping data tables as const
572
573commit 2daccee698507b27113e89b07af371905aa2bcd4
574Author: Alan Coopersmith <alan.coopersmith@sun.com>
575Date:   Wed Oct 4 19:13:17 2006 -0700
576
577    Clear sparse warnings: Using plain integer as NULL pointer
578
579commit b00dcc90e490454fdd983b4bf6d0fa92ab91d0be
580Author: Alan Coopersmith <alan.coopersmith@sun.com>
581Date:   Wed Oct 4 18:50:44 2006 -0700
582
583    Add XORG_WITH_LINT support for checking source code with lint/sparse/etc.
584
585commit 5d18f978c9085c3c9d9a44c90e73055125e11a68
586Author: Alan Coopersmith <alan.coopersmith@sun.com>
587Date:   Wed Oct 4 18:50:07 2006 -0700
588
589    Clear sparse warning: non-ANSI function declaration of function 'FontEncDirectory'
590
591commit 1dc8867f53a81d6e1c413d393039747668d27bd4
592Author: Alan Coopersmith <alan.coopersmith@sun.com>
593Date:   Wed Oct 4 18:34:20 2006 -0700
594
595    Replace static ChangeLog with dist-hook to generate from git log
596
597commit 81b27280717dc7e06a9ebbd196fae03a9e719db3
598Author: Alan Coopersmith <alan.coopersmith@sun.com>
599Date:   Wed Oct 4 18:32:38 2006 -0700
600
601    Add *~ to .gitignore to skip over emacs droppings
602
603commit 187ec5a0cd96c3b6b13b9ccae51e2828db7c6d3e
604Author: Alan Coopersmith <alan.coopersmith@sun.com>
605Date:   Wed Oct 4 18:32:07 2006 -0700
606
607    Copy copyright notice/license from source to COPYING
608
609commit 1a9f5d7cb1aba4d65b28b5cdcaa7b68053b733ee
610Author: Alan Coopersmith <alan.coopersmith@sun.com>
611Date:   Thu Jul 13 14:59:16 2006 -0700
612
613    renamed: .cvsignore -> .gitignore
614
615commit 2c2f63d0f17106964c808f8f0ec5bb58f35b4fe5
616Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
617Date:   Sat Jun 3 06:33:40 2006 +0000
618
619    Coverity #1523: Dereferencing freed pointer "mapping"
620
621commit f991560c0f599d82b23380de4a681b0d218f5cef
622Author: Adam Jackson <ajax@nwnk.net>
623Date:   Wed Apr 26 23:55:31 2006 +0000
624
625    Bump to 1.0.2
626
627commit a9604c242f7f53a8cd26a2764c1a96e25ea2e1a7
628Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
629Date:   Mon Apr 10 16:15:12 2006 +0000
630
631    Fix another file descriptor leak (related to previous Coverity #544)
632
633commit d86b38b96854bc60d4a2c4595e73cf53aa36d85c
634Author: Adam Jackson <ajax@nwnk.net>
635Date:   Fri Apr 7 00:35:36 2006 +0000
636
637    Coverity #544: File a file descriptor leak.
638
639commit 78f355698128454370590040699c2141ae69d7d9
640Author: Kevin E Martin <kem@kem.org>
641Date:   Wed Dec 21 02:30:06 2005 +0000
642
643    Update package version for X11R7 release.
644
645commit c7a14086fbe226169f7ea5df80c4d885082fb732
646Author: Adam Jackson <ajax@nwnk.net>
647Date:   Mon Dec 19 16:28:28 2005 +0000
648
649    Stub COPYING files
650
651commit 55035bfbae0ca22399623d78411cc50bfdee2705
652Author: Kevin E Martin <kem@kem.org>
653Date:   Thu Dec 15 00:24:36 2005 +0000
654
655    Update package version number for final X11R7 release candidate.
656
657commit d146b3a17228204ce0fe3bcca72de53cedebf5fb
658Author: Kevin E Martin <kem@kem.org>
659Date:   Fri Dec 9 06:07:14 2005 +0000
660
661    Bug #5175: Make encodingsdir configurable (David Coulthart and Kevin E.
662        Martin)
663
664commit acb0d67e5f0293f960a923cda6eb359a82f7036e
665Author: Kevin E Martin <kem@kem.org>
666Date:   Sat Dec 3 05:49:46 2005 +0000
667
668    Update package version number for X11R7 RC3 release.
669
670commit c2e139f8726cde5bbae609865b609f087b3f651b
671Author: Kevin E Martin <kem@kem.org>
672Date:   Sat Nov 19 07:15:44 2005 +0000
673
674    Update pkgconfig files to separate library build-time dependencies from
675        application build-time dependencies, and update package deps to work
676        with separate build roots.
677
678commit 21b115927640683b90fc1304f7b921da51aabf64
679Author: Kevin E Martin <kem@kem.org>
680Date:   Wed Nov 9 21:19:14 2005 +0000
681
682    Update package version number for X11R7 RC2 release.
683
684commit d9ece44e76f0c2dcfacb5ff00e59cae2741e3c96
685Author: Kean Johnson <kean@armory.com>
686Date:   Tue Nov 8 06:33:26 2005 +0000
687
688    See ChangeLog entry 2005-11-07 for details.
689
690commit 632f53206e104b372db255c5171c3479d87b683b
691Author: Kevin E Martin <kem@kem.org>
692Date:   Wed Oct 19 02:48:12 2005 +0000
693
694    Update package version number for RC1 release.
695
696commit 49e4c36c1bf2ccc3af576c489abf76bea4bf64b1
697Author: Adam Jackson <ajax@nwnk.net>
698Date:   Wed Aug 3 03:28:03 2005 +0000
699
700    Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with
701        a global configure cache don't get confused.
702
703commit 8a6fb4344eb5c13198125996e43a0898a19818f8
704Author: Kevin E Martin <kem@kem.org>
705Date:   Fri Jul 29 21:22:54 2005 +0000
706
707    Various changes preparing packages for RC0:
708    - Verify and update package version numbers as needed
709    - Implement versioning scheme
710    - Change bug address to point to bugzilla bug entry form
711    - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
712        reenable it)
713    - Fix makedepend to use pkgconfig and pass distcheck
714    - Update build script to build macros first
715    - Update modular Xorg version
716
717commit 9e8be492f61095813f5e9b01c8d54ffb1550f339
718Author: Daniel Stone <daniel@fooishbar.org>
719Date:   Sat Jul 16 07:51:05 2005 +0000
720
721    Set soversion to 1.0 using -version-number.
722
723commit 11b206733618d73946a8c298d2d5f2183075657f
724Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
725Date:   Wed Jul 13 16:51:34 2005 +0000
726
727    Update INCLUDES to find <X11/fonts/fontenc.h>
728
729commit 85094af610ba990c6bc2377eff1f6f31dffd48e2
730Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
731Date:   Tue Jul 12 21:05:28 2005 +0000
732
733    Remove encodings build system from libfontenc
734
735commit 8deaa94831b1a5926db928a68a6acbbe3ee9a904
736Author: Keith Packard <keithp@keithp.com>
737Date:   Sat Jul 9 23:31:40 2005 +0000
738
739    Switch from monolithic configuration symbols to modular ones, add backward
740        compatibility for monolithic symbols
741
742commit ec602c9639e4eedb36a570943999fea0a07b5f8c
743Author: Keith Packard <keithp@keithp.com>
744Date:   Sat Jul 9 21:15:50 2005 +0000
745
746    Add .cvsignore files
747    Depend on xproto, not x11 so we do not link against -X11
748
749commit 0767d4880359983cbe83a4ea396d81efb5d6882b
750Author: Daniel Stone <daniel@fooishbar.org>
751Date:   Sun Jul 3 07:01:00 2005 +0000
752
753    Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
754    Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
755    Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all
756        source files in the xserver/xorg tree, predicated on defines of
757        HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
758        <X11/fonts/foo.h>.
759
760commit f6c6acf593686015fa639e3583f70cc6d5f5d7b3
761Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
762Date:   Thu Jun 30 13:21:11 2005 +0000
763
764    Check for zlib
765
766commit 092271385632708fb5dd53dca3dcfc3ead06ef6c
767Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
768Date:   Tue Jun 28 15:40:27 2005 +0000
769
770    modularizeapp.sh: initialize LAST to "" symlink.sh: Add bitmaps for oclock,
771        and an extra textfile for pclcomp
772
773commit 21e552451c095c5668a57765c2eb941750e00ecd
774Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
775Date:   Tue Jun 28 14:48:02 2005 +0000
776
777    Add generation of encodings.dir
778
779commit a18d9ec0c4bfa36460d5e3eba1c5fb8a90086500
780Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
781Date:   Tue Jun 28 14:17:12 2005 +0000
782
783    Add encodings to fontenc build system, plus various fixes to make it
784        distcheck.
785
786commit bcdcaebcd2127f4e7e1c368f341a781b4cf8af6b
787Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
788Date:   Mon Jun 27 16:09:14 2005 +0000
789
790    - Remove fontenc from Xfont
791    - Add a dependency from Xfont on libfontenc
792    - Add build system for lib/fontenc
793    - xc/lib/font: Change #include "fontenc.h" to #include
794        <X11/fonts/fontenc.h> in some places.
795    - Remove dpsinfo and dpsexec from the app section of symlink.sh
796    - Fix xp.pc.in to add XPRINT_LIBS/CFLAGS instead of X_LIBS/CFLAGS
797
798commit e80fd1617092d128d54a9400a4974ffafbb3083e
799Author: Egbert Eich <eich@suse.de>
800Date:   Fri Apr 23 18:44:23 2004 +0000
801
802    Merging XORG-CURRENT into trunk
803
804commit 072f90aeb09035953b966233059139d161d3a5f0
805Author: Egbert Eich <eich@suse.de>
806Date:   Sun Mar 14 08:32:36 2004 +0000
807
808    Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
809
810commit 7fb87aa305856f07d7a57b3296ade04b1f012f1a
811Author: Egbert Eich <eich@suse.de>
812Date:   Wed Mar 3 12:11:43 2004 +0000
813
814    Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
815
816commit 993a15d0255a72bdfbc6c2c43e9c164f0919e682
817Author: Egbert Eich <eich@suse.de>
818Date:   Thu Feb 26 13:35:35 2004 +0000
819
820    readding XFree86's cvs IDs
821
822commit eec99218eac07b50f0d25c2789abb5dfcc8f6c9d
823Author: Egbert Eich <eich@suse.de>
824Date:   Thu Feb 26 09:22:53 2004 +0000
825
826    Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
827
828commit faa2a922a0dbd16844055f83a159dab92a383376
829Author: Kaleb Keithley <kaleb@freedesktop.org>
830Date:   Mon Feb 23 20:34:43 2004 +0000
831
832    Import most of XFree86 4.4RC3. This import excludes files which have the
833        new license. If we want to, later we can import 4.4RC3 again and pick
834        up the files that have the new license, but for now the vendor branch
835        is "pure."
836
837commit 7ea6ca71ac6825b9a28510f23c35d8b480752c41
838Author: Kaleb Keithley <kaleb@freedesktop.org>
839Date:   Fri Dec 19 20:54:44 2003 +0000
840
841    XFree86 4.3.99.902 (RC 2)
842
843commit f431cd8bc5d7fb3a385609c9ac99deabb79ab023
844Author: Kaleb Keithley <kaleb@freedesktop.org>
845Date:   Fri Nov 14 16:48:50 2003 +0000
846
847    XFree86 4.3.0.1
848
849commit f1b010ee7ae89b23af8fe4c92103db775ae35aed
850Author: Kaleb Keithley <kaleb@freedesktop.org>
851Date:   Fri Nov 14 16:48:50 2003 +0000
852
853    Initial revision
854