upload tizen1.0 source
[framework/uifw/xorg/lib/libfontenc.git] / ChangeLog
1 commit a52174d1a7562a656559f9bb728a80982b814043
2 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
3 Date:   Wed Oct 20 22:35:18 2010 -0700
4
5     libfontenc 1.1.0
6     
7     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
8
9 commit af4a0a752c169b2c003978c550d57602af3fbe01
10 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
11 Date:   Fri May 14 20:15:18 2010 -0700
12
13     Don't need to check if pointer is NULL before calling free()
14     
15     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
16     Reviewed-by: Jamey Sharp <jamey@minilop.net>
17
18 commit 2218195ebb18b620f9e8e0adbea6f7c87ace33ce
19 Author: Alan Coopersmith <alan.coopersmith@oracle.com>
20 Date:   Fri May 14 20:09:21 2010 -0700
21
22     Replace malloc(strlen()) + strcpy() with strdup()
23     
24     Now that we use malloc directly instead of xalloc, we can use
25     strdup directly too.
26     
27     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
28     Reviewed-by: Jamey Sharp <jamey@minilop.net>
29
30 commit 4af0cf6ef7309df18c81a1fd109a168c767d9f3d
31 Author: Mikhail Gusarov <dottedmag@dottedmag.net>
32 Date:   Mon May 10 22:52:42 2010 +0700
33
34     Nuke unnecessary casts
35     
36     Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
37     Reviewed-by: Jamey Sharp <jamey@minilop.net>
38     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
39
40 commit cfc89d09f1bf0ecbe602578fc80dcf6fe46b1c54
41 Author: Mikhail Gusarov <dottedmag@dottedmag.net>
42 Date:   Mon May 10 22:52:41 2010 +0700
43
44     Expand xalloc/xrealloc/xfree macros
45     
46     Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
47     Reviewed-by: Jamey Sharp <jamey@minilop.net>
48     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
49
50 commit 3db0064e4b6108716767b136ba5867c4cdf57f99
51 Author: Mikhail Gusarov <dottedmag@dottedmag.net>
52 Date:   Mon May 10 22:52:40 2010 +0700
53
54     unifdef FONTENC_NO_LIBFONT
55     
56     This symbol was unconditionally defined in Makefile
57     Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
58     Reviewed-by: Jamey Sharp <jamey@minilop.net>
59     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
60
61 commit 8029fc07fc28e427979c81dd50087083e441d65d
62 Author: Mikhail Gusarov <dottedmag@dottedmag.net>
63 Date:   Mon May 10 22:52:39 2010 +0700
64
65     Nuke RCS tags
66     
67     Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>
68     Reviewed-by: Jamey Sharp <jamey@minilop.net>
69     Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
70
71 commit 3e00a8c322ea5fd8ea21f83f5861c59aa91ce341
72 Author: Gaetan Nadon <memsize@videotron.ca>
73 Date:   Mon Mar 29 16:50:34 2010 -0400
74
75     config: update AC_PREREQ statement to 2.60
76     
77     Unrelated to the previous patches, the new value simply reflects
78     the reality that the minimum level for autoconf to configure
79     all x.org modules is 2.60 dated June 2006.
80     
81     ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz
82     
83     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
84
85 commit 0191826dd2f0fc54dfce72ce729d142ddecbabcf
86 Author: Gaetan Nadon <memsize@videotron.ca>
87 Date:   Mon Mar 29 14:53:49 2010 -0400
88
89     config: remove the pkgconfig pc.in file from EXTRA_DIST
90     
91     Automake always includes it in the tarball.
92     
93     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
94
95 commit d2d6e4d88b62aa84e2cc9d229adf32ede81cbf5c
96 Author: Gaetan Nadon <memsize@videotron.ca>
97 Date:   Tue Feb 16 10:37:21 2010 -0500
98
99     config: move CWARNFLAGS from configure.ac to Makefile.am
100     
101     Compiler warning flags should be explicitly set in the makefile
102     rather than being merged with other packages compiler flags.
103     
104     Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
105
106 commit b3807dccab5aee5455137654647c9c083addb31e
107 Author: Gaetan Nadon <memsize@videotron.ca>
108 Date:   Fri Nov 27 20:56:05 2009 -0500
109
110     Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
111     
112     Now that the INSTALL file is generated.
113     Allows running make maintainer-clean.
114
115 commit 79c70fcf676778192e1d7bb0a194d75cb7227506
116 Author: Gaetan Nadon <memsize@videotron.ca>
117 Date:   Wed Oct 28 14:09:10 2009 -0400
118
119     INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
120     
121     Add missing INSTALL file. Use standard GNU file on building tarball
122     README may have been updated
123     Remove AUTHORS file as it is empty and no content available yet.
124     Remove NEWS file as it is empty and no content available yet.
125
126 commit e7337c1598b8f258122a1f1307b3c83ab6c74a9c
127 Author: Gaetan Nadon <memsize@videotron.ca>
128 Date:   Tue Oct 27 15:07:25 2009 -0400
129
130     Deploy the new XORG_DEFAULT_OPTIONS #24242
131     
132     This macro aggregate a number of existing macros that sets commmon
133     X.Org components configuration options. It shields the configuration file from
134     future changes.
135
136 commit e3bd17c452be528f773bc976636ecc0c71bdba99
137 Author: Gaetan Nadon <memsize@videotron.ca>
138 Date:   Mon Oct 26 22:08:43 2009 -0400
139
140     Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432
141     
142     ChangeLog filename is known to Automake and requires no further
143     coding in the makefile.
144
145 commit e6631b8352ff83ee69c1076846b4500304d978eb
146 Author: Gaetan Nadon <memsize@videotron.ca>
147 Date:   Thu Oct 22 12:34:20 2009 -0400
148
149     .gitignore: use common defaults with custom section # 24239
150     
151     Using common defaults will reduce errors and maintenance.
152     Only the very small or inexistent custom section need periodic maintenance
153     when the structure of the component changes. Do not edit defaults.
154
155 commit 6210f1d458fa765699412b404fb88e40aeebf9e0
156 Author: Jeremy Huddleston <jeremyhu@freedesktop.org>
157 Date:   Wed Oct 21 12:47:27 2009 -0700
158
159     This is not a GNU project, so declare it foreign.
160     
161     On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote:
162     > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote:
163     > > I noticed an INSTALL file in xlsclients and libXvMC today, and it
164     > > was quite annoying to work around since 'autoreconf -fvi' replaces
165     > > it and git wants to commit it.  Should these files even be in git?
166     > > Can I nuke them for the betterment of humanity and since they get
167     > > created by autoreconf anyways?
168     >
169     > See https://bugs.freedesktop.org/show_bug.cgi?id=24206
170     
171     As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with
172     AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation
173     of the INSTALL file. It is also part of the 24206 solution.
174     
175     Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
176
177 commit eb4dbb8aac0858e1ee7169b2e0b90d5e3223de59
178 Author: Alan Coopersmith <alan.coopersmith@sun.com>
179 Date:   Tue Oct 13 18:37:00 2009 -0700
180
181     Use font-utils 1.1 macros to find encodings path
182     
183     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
184
185 commit e609e939f8b2573ac50bdd317733a2fef194965a
186 Author: Peter Hutterer <peter.hutterer@who-t.net>
187 Date:   Fri Aug 28 14:14:11 2009 +1000
188
189     libfontenc 1.0.5
190     
191     Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
192
193 commit 8a0bd244c5da5baae73c51e45b075b1412682e43
194 Author: Alan Coopersmith <alan.coopersmith@sun.com>
195 Date:   Mon Feb 2 20:34:38 2009 -0800
196
197     Add README with pointers to mailing list, bugzilla & git repos
198     
199     Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
200
201 commit f160a71e9501a9d650fd99e9a080970bfd520abb
202 Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
203 Date:   Wed Jan 28 16:25:32 2009 -0200
204
205     Janitor: Correct make distcheck and compiler warnings.
206
207 commit 90f2dfbc40d6fa72213f508b0dd85f00965b6194
208 Author: James Cloos <cloos@jhcloos.com>
209 Date:   Thu Dec 6 15:51:21 2007 -0500
210
211     Add missing PHONY line for automatic ChangeLog generation
212
213 commit 1b4ca41a58016053220047b9f77a2eec812c03a0
214 Author: Daniel Stone <daniel@fooishbar.org>
215 Date:   Sat Dec 16 01:19:45 2006 +0200
216
217     bump to 1.0.4
218
219 commit 38855c00c9efe88af97a5f8208c2e6aef0e9e93f
220 Author: Daniel Stone <daniel@fooishbar.org>
221 Date:   Wed Dec 6 18:57:29 2006 +0200
222
223     Makefile.am: make ChangeLog hook safer
224     Make ChangeLog hook as safe as possible.
225
226 commit 111a9501c2c01d4b4f00ed221035953bfb256898
227 Author: Adam Jackson <ajax@benzedrine.nwnk.net>
228 Date:   Fri Oct 13 15:20:48 2006 -0400
229
230     Bump to 1.0.3
231
232 commit fc19e19275c213f5122b120e7b45f63c302916a1
233 Author: Adam Jackson <ajax@benzedrine.nwnk.net>
234 Date:   Thu Oct 12 18:35:04 2006 -0400
235
236     Fix ChangeLog hook to distcheck.
237
238 commit 2de626b53827fa1365c149c3fd2e1e280f8691e2
239 Author: Alan Coopersmith <alan.coopersmith@sun.com>
240 Date:   Wed Oct 4 19:31:23 2006 -0700
241
242     Mark character mapping data tables as const
243
244 commit 2daccee698507b27113e89b07af371905aa2bcd4
245 Author: Alan Coopersmith <alan.coopersmith@sun.com>
246 Date:   Wed Oct 4 19:13:17 2006 -0700
247
248     Clear sparse warnings: Using plain integer as NULL pointer
249
250 commit b00dcc90e490454fdd983b4bf6d0fa92ab91d0be
251 Author: Alan Coopersmith <alan.coopersmith@sun.com>
252 Date:   Wed Oct 4 18:50:44 2006 -0700
253
254     Add XORG_WITH_LINT support for checking source code with lint/sparse/etc.
255
256 commit 5d18f978c9085c3c9d9a44c90e73055125e11a68
257 Author: Alan Coopersmith <alan.coopersmith@sun.com>
258 Date:   Wed Oct 4 18:50:07 2006 -0700
259
260     Clear sparse warning: non-ANSI function declaration of function 'FontEncDirectory'
261
262 commit 1dc8867f53a81d6e1c413d393039747668d27bd4
263 Author: Alan Coopersmith <alan.coopersmith@sun.com>
264 Date:   Wed Oct 4 18:34:20 2006 -0700
265
266     Replace static ChangeLog with dist-hook to generate from git log
267
268 commit 81b27280717dc7e06a9ebbd196fae03a9e719db3
269 Author: Alan Coopersmith <alan.coopersmith@sun.com>
270 Date:   Wed Oct 4 18:32:38 2006 -0700
271
272     Add *~ to .gitignore to skip over emacs droppings
273
274 commit 187ec5a0cd96c3b6b13b9ccae51e2828db7c6d3e
275 Author: Alan Coopersmith <alan.coopersmith@sun.com>
276 Date:   Wed Oct 4 18:32:07 2006 -0700
277
278     Copy copyright notice/license from source to COPYING
279
280 commit 1a9f5d7cb1aba4d65b28b5cdcaa7b68053b733ee
281 Author: Alan Coopersmith <alan.coopersmith@sun.com>
282 Date:   Thu Jul 13 14:59:16 2006 -0700
283
284     renamed: .cvsignore -> .gitignore
285
286 commit 2c2f63d0f17106964c808f8f0ec5bb58f35b4fe5
287 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
288 Date:   Sat Jun 3 06:33:40 2006 +0000
289
290     Coverity #1523: Dereferencing freed pointer "mapping"
291
292 commit f991560c0f599d82b23380de4a681b0d218f5cef
293 Author: Adam Jackson <ajax@nwnk.net>
294 Date:   Wed Apr 26 23:55:31 2006 +0000
295
296     Bump to 1.0.2
297
298 commit a9604c242f7f53a8cd26a2764c1a96e25ea2e1a7
299 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
300 Date:   Mon Apr 10 16:15:12 2006 +0000
301
302     Fix another file descriptor leak (related to previous Coverity #544)
303
304 commit d86b38b96854bc60d4a2c4595e73cf53aa36d85c
305 Author: Adam Jackson <ajax@nwnk.net>
306 Date:   Fri Apr 7 00:35:36 2006 +0000
307
308     Coverity #544: File a file descriptor leak.
309
310 commit 78f355698128454370590040699c2141ae69d7d9
311 Author: Kevin E Martin <kem@kem.org>
312 Date:   Wed Dec 21 02:30:06 2005 +0000
313
314     Update package version for X11R7 release.
315
316 commit c7a14086fbe226169f7ea5df80c4d885082fb732
317 Author: Adam Jackson <ajax@nwnk.net>
318 Date:   Mon Dec 19 16:28:28 2005 +0000
319
320     Stub COPYING files
321
322 commit 55035bfbae0ca22399623d78411cc50bfdee2705
323 Author: Kevin E Martin <kem@kem.org>
324 Date:   Thu Dec 15 00:24:36 2005 +0000
325
326     Update package version number for final X11R7 release candidate.
327
328 commit d146b3a17228204ce0fe3bcca72de53cedebf5fb
329 Author: Kevin E Martin <kem@kem.org>
330 Date:   Fri Dec 9 06:07:14 2005 +0000
331
332     Bug #5175: Make encodingsdir configurable (David Coulthart and Kevin E.
333         Martin)
334
335 commit acb0d67e5f0293f960a923cda6eb359a82f7036e
336 Author: Kevin E Martin <kem@kem.org>
337 Date:   Sat Dec 3 05:49:46 2005 +0000
338
339     Update package version number for X11R7 RC3 release.
340
341 commit c2e139f8726cde5bbae609865b609f087b3f651b
342 Author: Kevin E Martin <kem@kem.org>
343 Date:   Sat Nov 19 07:15:44 2005 +0000
344
345     Update pkgconfig files to separate library build-time dependencies from
346         application build-time dependencies, and update package deps to work
347         with separate build roots.
348
349 commit 21b115927640683b90fc1304f7b921da51aabf64
350 Author: Kevin E Martin <kem@kem.org>
351 Date:   Wed Nov 9 21:19:14 2005 +0000
352
353     Update package version number for X11R7 RC2 release.
354
355 commit d9ece44e76f0c2dcfacb5ff00e59cae2741e3c96
356 Author: Kean Johnson <kean@armory.com>
357 Date:   Tue Nov 8 06:33:26 2005 +0000
358
359     See ChangeLog entry 2005-11-07 for details.
360
361 commit 632f53206e104b372db255c5171c3479d87b683b
362 Author: Kevin E Martin <kem@kem.org>
363 Date:   Wed Oct 19 02:48:12 2005 +0000
364
365     Update package version number for RC1 release.
366
367 commit 49e4c36c1bf2ccc3af576c489abf76bea4bf64b1
368 Author: Adam Jackson <ajax@nwnk.net>
369 Date:   Wed Aug 3 03:28:03 2005 +0000
370
371     Do PKG_CHECK_MODULES on a unique token instead of on "DEP", so builds with
372         a global configure cache don't get confused.
373
374 commit 8a6fb4344eb5c13198125996e43a0898a19818f8
375 Author: Kevin E Martin <kem@kem.org>
376 Date:   Fri Jul 29 21:22:54 2005 +0000
377
378     Various changes preparing packages for RC0:
379     - Verify and update package version numbers as needed
380     - Implement versioning scheme
381     - Change bug address to point to bugzilla bug entry form
382     - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
383         reenable it)
384     - Fix makedepend to use pkgconfig and pass distcheck
385     - Update build script to build macros first
386     - Update modular Xorg version
387
388 commit 9e8be492f61095813f5e9b01c8d54ffb1550f339
389 Author: Daniel Stone <daniel@fooishbar.org>
390 Date:   Sat Jul 16 07:51:05 2005 +0000
391
392     Set soversion to 1.0 using -version-number.
393
394 commit 11b206733618d73946a8c298d2d5f2183075657f
395 Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
396 Date:   Wed Jul 13 16:51:34 2005 +0000
397
398     Update INCLUDES to find <X11/fonts/fontenc.h>
399
400 commit 85094af610ba990c6bc2377eff1f6f31dffd48e2
401 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
402 Date:   Tue Jul 12 21:05:28 2005 +0000
403
404     Remove encodings build system from libfontenc
405
406 commit 8deaa94831b1a5926db928a68a6acbbe3ee9a904
407 Author: Keith Packard <keithp@keithp.com>
408 Date:   Sat Jul 9 23:31:40 2005 +0000
409
410     Switch from monolithic configuration symbols to modular ones, add backward
411         compatibility for monolithic symbols
412
413 commit ec602c9639e4eedb36a570943999fea0a07b5f8c
414 Author: Keith Packard <keithp@keithp.com>
415 Date:   Sat Jul 9 21:15:50 2005 +0000
416
417     Add .cvsignore files
418     Depend on xproto, not x11 so we do not link against -X11
419
420 commit 0767d4880359983cbe83a4ea396d81efb5d6882b
421 Author: Daniel Stone <daniel@fooishbar.org>
422 Date:   Sun Jul 3 07:01:00 2005 +0000
423
424     Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.
425     Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings.
426     Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all
427         source files in the xserver/xorg tree, predicated on defines of
428         HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to
429         <X11/fonts/foo.h>.
430
431 commit f6c6acf593686015fa639e3583f70cc6d5f5d7b3
432 Author: Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de>
433 Date:   Thu Jun 30 13:21:11 2005 +0000
434
435     Check for zlib
436
437 commit 092271385632708fb5dd53dca3dcfc3ead06ef6c
438 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
439 Date:   Tue Jun 28 15:40:27 2005 +0000
440
441     modularizeapp.sh: initialize LAST to "" symlink.sh: Add bitmaps for oclock,
442         and an extra textfile for pclcomp
443
444 commit 21e552451c095c5668a57765c2eb941750e00ecd
445 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
446 Date:   Tue Jun 28 14:48:02 2005 +0000
447
448     Add generation of encodings.dir
449
450 commit a18d9ec0c4bfa36460d5e3eba1c5fb8a90086500
451 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
452 Date:   Tue Jun 28 14:17:12 2005 +0000
453
454     Add encodings to fontenc build system, plus various fixes to make it
455         distcheck.
456
457 commit bcdcaebcd2127f4e7e1c368f341a781b4cf8af6b
458 Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
459 Date:   Mon Jun 27 16:09:14 2005 +0000
460
461     - Remove fontenc from Xfont
462     - Add a dependency from Xfont on libfontenc
463     - Add build system for lib/fontenc
464     - xc/lib/font: Change #include "fontenc.h" to #include
465         <X11/fonts/fontenc.h> in some places.
466     - Remove dpsinfo and dpsexec from the app section of symlink.sh
467     - Fix xp.pc.in to add XPRINT_LIBS/CFLAGS instead of X_LIBS/CFLAGS
468
469 commit e80fd1617092d128d54a9400a4974ffafbb3083e
470 Author: Egbert Eich <eich@suse.de>
471 Date:   Fri Apr 23 18:44:23 2004 +0000
472
473     Merging XORG-CURRENT into trunk
474
475 commit 072f90aeb09035953b966233059139d161d3a5f0
476 Author: Egbert Eich <eich@suse.de>
477 Date:   Sun Mar 14 08:32:36 2004 +0000
478
479     Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
480
481 commit 7fb87aa305856f07d7a57b3296ade04b1f012f1a
482 Author: Egbert Eich <eich@suse.de>
483 Date:   Wed Mar 3 12:11:43 2004 +0000
484
485     Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
486
487 commit 993a15d0255a72bdfbc6c2c43e9c164f0919e682
488 Author: Egbert Eich <eich@suse.de>
489 Date:   Thu Feb 26 13:35:35 2004 +0000
490
491     readding XFree86's cvs IDs
492
493 commit eec99218eac07b50f0d25c2789abb5dfcc8f6c9d
494 Author: Egbert Eich <eich@suse.de>
495 Date:   Thu Feb 26 09:22:53 2004 +0000
496
497     Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
498
499 commit faa2a922a0dbd16844055f83a159dab92a383376
500 Author: Kaleb Keithley <kaleb@freedesktop.org>
501 Date:   Mon Feb 23 20:34:43 2004 +0000
502
503     Import most of XFree86 4.4RC3. This import excludes files which have the
504         new license. If we want to, later we can import 4.4RC3 again and pick
505         up the files that have the new license, but for now the vendor branch
506         is "pure."
507
508 commit 7ea6ca71ac6825b9a28510f23c35d8b480752c41
509 Author: Kaleb Keithley <kaleb@freedesktop.org>
510 Date:   Fri Dec 19 20:54:44 2003 +0000
511
512     XFree86 4.3.99.902 (RC 2)
513
514 commit f431cd8bc5d7fb3a385609c9ac99deabb79ab023
515 Author: Kaleb Keithley <kaleb@freedesktop.org>
516 Date:   Fri Nov 14 16:48:50 2003 +0000
517
518     XFree86 4.3.0.1
519
520 commit f1b010ee7ae89b23af8fe4c92103db775ae35aed
521 Author: Kaleb Keithley <kaleb@freedesktop.org>
522 Date:   Fri Nov 14 16:48:50 2003 +0000
523
524     Initial revision