diff options
Diffstat (limited to 'app/mkfontdir/ChangeLog')
-rw-r--r-- | app/mkfontdir/ChangeLog | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/app/mkfontdir/ChangeLog b/app/mkfontdir/ChangeLog index 21849c3dd..b75e22c37 100644 --- a/app/mkfontdir/ChangeLog +++ b/app/mkfontdir/ChangeLog @@ -1,3 +1,108 @@ +commit 3122bbfac0a6ef937b0d3058bf65a901f420ec7d +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Sun Nov 7 11:14:14 2010 -0800 + + Drop CVS version tag from mkfontdir.cpp too + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 5a57ccd8ee6f7b5692b2b3f9b3135c05282dae4b +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Sun Nov 7 11:12:11 2010 -0800 + + config: Add missing AC_CONFIG_SRCDIR + + Regroup AC statements under the Autoconf initialization section. + Regroup AM sttaements under the Automake initialization section. + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 8ee1e27b63c5f90bcf8a9b55b947f3b0a00eaf91 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Sun Nov 7 11:10:09 2010 -0800 + + config: Remove unnecessary calls from configure.ac + + AC_PROG_SED & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit b03b1b175d551a4990d1c3ee2cf710592112095e +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Sun Nov 7 11:09:27 2010 -0800 + + config: upgrade to util-macros 1.8 for additional man page support + + Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS + The value of MAN_SUBST is the same for all X.Org packages. + + Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS + Enables use of platform appropriate version of sed. + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 103f1b40357aee8099fd6071e11b710c516f6053 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Sun Nov 7 11:06:20 2010 -0800 + + 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> + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit e252249722a5eda00bf6b10601d4dbdae9de1d00 +Author: Jesse Adkins <jesserayadkins@gmail.com> +Date: Tue Sep 28 13:29:49 2010 -0700 + + Purge cvs tags. + + Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> + +commit 8fd1d5d18a567c46982e5c9f3918e24a38e7329e +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Thu Nov 26 09:19:52 2009 -0500 + + Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES + + Now that the INSTALL file is generated. + Allows running make maintainer-clean. + +commit c6975a3be5cb34a3d1fd5bbf65816923bd5b2394 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Wed Oct 28 14:09:07 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 47b4daf16e246c1fc23073a5cc692da702dcc2d8 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Mon Oct 26 22:08:38 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 c258f52cfb477d7bd48dca503b8a8842e6b17513 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Thu Oct 22 12:34:14 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 e8be20c2cd3ba3ac94b3a9d9b5a22b31aa2686a8 Author: Alan Coopersmith <alan.coopersmith@sun.com> Date: Sat Oct 10 22:47:34 2009 -0700 |