diff options
Diffstat (limited to 'lib/libfontenc/ChangeLog')
-rw-r--r-- | lib/libfontenc/ChangeLog | 188 |
1 files changed, 186 insertions, 2 deletions
diff --git a/lib/libfontenc/ChangeLog b/lib/libfontenc/ChangeLog index 1395951bb..d0d32deb9 100644 --- a/lib/libfontenc/ChangeLog +++ b/lib/libfontenc/ChangeLog @@ -1,8 +1,192 @@ -commit 1c26f6e05dbace09a4720482b67d441000d7d78e +commit a52174d1a7562a656559f9bb728a80982b814043 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Wed Oct 20 22:35:18 2010 -0700 + + libfontenc 1.1.0 + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit af4a0a752c169b2c003978c550d57602af3fbe01 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Fri May 14 20:15:18 2010 -0700 + + Don't need to check if pointer is NULL before calling free() + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + Reviewed-by: Jamey Sharp <jamey@minilop.net> + +commit 2218195ebb18b620f9e8e0adbea6f7c87ace33ce +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Fri May 14 20:09:21 2010 -0700 + + Replace malloc(strlen()) + strcpy() with strdup() + + Now that we use malloc directly instead of xalloc, we can use + strdup directly too. + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + Reviewed-by: Jamey Sharp <jamey@minilop.net> + +commit 4af0cf6ef7309df18c81a1fd109a168c767d9f3d +Author: Mikhail Gusarov <dottedmag@dottedmag.net> +Date: Mon May 10 22:52:42 2010 +0700 + + Nuke unnecessary casts + + Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> + Reviewed-by: Jamey Sharp <jamey@minilop.net> + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit cfc89d09f1bf0ecbe602578fc80dcf6fe46b1c54 +Author: Mikhail Gusarov <dottedmag@dottedmag.net> +Date: Mon May 10 22:52:41 2010 +0700 + + Expand xalloc/xrealloc/xfree macros + + Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> + Reviewed-by: Jamey Sharp <jamey@minilop.net> + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 3db0064e4b6108716767b136ba5867c4cdf57f99 +Author: Mikhail Gusarov <dottedmag@dottedmag.net> +Date: Mon May 10 22:52:40 2010 +0700 + + unifdef FONTENC_NO_LIBFONT + + This symbol was unconditionally defined in Makefile + Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> + Reviewed-by: Jamey Sharp <jamey@minilop.net> + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 8029fc07fc28e427979c81dd50087083e441d65d +Author: Mikhail Gusarov <dottedmag@dottedmag.net> +Date: Mon May 10 22:52:39 2010 +0700 + + Nuke RCS tags + + Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> + Reviewed-by: Jamey Sharp <jamey@minilop.net> + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 3e00a8c322ea5fd8ea21f83f5861c59aa91ce341 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Mon Mar 29 16:50:34 2010 -0400 + + config: update AC_PREREQ statement to 2.60 + + Unrelated to the previous patches, the new value simply reflects + the reality that the minimum level for autoconf to configure + all x.org modules is 2.60 dated June 2006. + + ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit 0191826dd2f0fc54dfce72ce729d142ddecbabcf +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Mon Mar 29 14:53:49 2010 -0400 + + config: remove the pkgconfig pc.in file from EXTRA_DIST + + Automake always includes it in the tarball. + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit d2d6e4d88b62aa84e2cc9d229adf32ede81cbf5c +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Tue Feb 16 10:37:21 2010 -0500 + + config: move CWARNFLAGS from configure.ac to Makefile.am + + Compiler warning flags should be explicitly set in the makefile + rather than being merged with other packages compiler flags. + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + +commit b3807dccab5aee5455137654647c9c083addb31e +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Fri Nov 27 20:56:05 2009 -0500 + + Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES + + Now that the INSTALL file is generated. + Allows running make maintainer-clean. + +commit 79c70fcf676778192e1d7bb0a194d75cb7227506 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Wed Oct 28 14:09:10 2009 -0400 + + INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 + + Add missing INSTALL file. Use standard GNU file on building tarball + README may have been updated + Remove AUTHORS file as it is empty and no content available yet. + Remove NEWS file as it is empty and no content available yet. + +commit e7337c1598b8f258122a1f1307b3c83ab6c74a9c +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Tue Oct 27 15:07:25 2009 -0400 + + Deploy the new XORG_DEFAULT_OPTIONS #24242 + + This macro aggregate a number of existing macros that sets commmon + X.Org components configuration options. It shields the configuration file from + future changes. + +commit e3bd17c452be528f773bc976636ecc0c71bdba99 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Mon Oct 26 22:08:43 2009 -0400 + + Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 + + ChangeLog filename is known to Automake and requires no further + coding in the makefile. + +commit e6631b8352ff83ee69c1076846b4500304d978eb +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Thu Oct 22 12:34:20 2009 -0400 + + .gitignore: use common defaults with custom section # 24239 + + Using common defaults will reduce errors and maintenance. + Only the very small or inexistent custom section need periodic maintenance + when the structure of the component changes. Do not edit defaults. + +commit 6210f1d458fa765699412b404fb88e40aeebf9e0 +Author: Jeremy Huddleston <jeremyhu@freedesktop.org> +Date: Wed Oct 21 12:47:27 2009 -0700 + + This is not a GNU project, so declare it foreign. + + On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: + > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: + > > I noticed an INSTALL file in xlsclients and libXvMC today, and it + > > was quite annoying to work around since 'autoreconf -fvi' replaces + > > it and git wants to commit it. Should these files even be in git? + > > Can I nuke them for the betterment of humanity and since they get + > > created by autoreconf anyways? + > + > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 + + As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with + AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation + of the INSTALL file. It is also part of the 24206 solution. + + Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org> + +commit eb4dbb8aac0858e1ee7169b2e0b90d5e3223de59 +Author: Alan Coopersmith <alan.coopersmith@sun.com> +Date: Tue Oct 13 18:37:00 2009 -0700 + + Use font-utils 1.1 macros to find encodings path + + Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> + +commit e609e939f8b2573ac50bdd317733a2fef194965a Author: Peter Hutterer <peter.hutterer@who-t.net> Date: Fri Aug 28 14:14:11 2009 +1000 - Bump to 1.0.5 + libfontenc 1.0.5 Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> |