summaryrefslogtreecommitdiff
path: root/app/bdftopcf/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'app/bdftopcf/ChangeLog')
-rw-r--r--app/bdftopcf/ChangeLog115
1 files changed, 115 insertions, 0 deletions
diff --git a/app/bdftopcf/ChangeLog b/app/bdftopcf/ChangeLog
index 3e5048ac5..adc5ff6f8 100644
--- a/app/bdftopcf/ChangeLog
+++ b/app/bdftopcf/ChangeLog
@@ -1,3 +1,118 @@
+commit bd6356693855f22de4fa50696c19f5bd8103aa88
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Fri Oct 29 19:53:54 2010 -0700
+
+ bdftopcf 1.0.3
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 423c3438394aa762feb9038e54e061f1761be252
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Fri Oct 29 19:52:06 2010 -0700
+
+ Remove unnecessary calls from configure.ac
+
+ XORG_DEFAULT_OPTIONS calls AC_PROG_CC
+ PKG_CHECK_MODULES calls AC_SUBST for CFLAGS and LIBS
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit 89573e80d65db01ff12426781394969857bad715
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Tue Jul 20 18:45:18 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 7de8e74341322be5e6f4830478d477ef17c13a4a
+Author: Jesse Adkins <jesserayadkins@gmail.com>
+Date: Tue Sep 28 13:29:48 2010 -0700
+
+ Purge cvs tags.
+
+ Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
+
+commit 9615bfc454af6cb489e9572895ef00af022303b1
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Thu Jul 22 19:10:24 2010 -0700
+
+ Use AM_CFLAGS instead of bdftopcf_CFLAGS since there's only one target
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit ff16701d9054e47f1205e6ba4372077bd136062c
+Author: Alan Coopersmith <alan.coopersmith@oracle.com>
+Date: Thu Jul 22 19:07:08 2010 -0700
+
+ 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
+ The existing statement can now be removed from the configuration file.
+
+ Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED)
+ Enables silent rule and use platform appropriate version of sed.
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
+
+commit b29030dd85de4dee5d756390b1d15b3187bbb6d0
+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 fbce46de46b4c13098dc0590cf077150af3a470c
+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 8a6a1f4b7bde74b6df62ac949e75b4ba0aedff97
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Tue Oct 27 15:07:24 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 8021c657bcc6f27b99ed7a61f4036d614c47367d
+Author: Gaetan Nadon <memsize@videotron.ca>
+Date: Mon Oct 26 22:08:37 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 6c1e289e0dcdd02b47d09547a8c5f9c8f0f50221
+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 74b5dca54052c778d49e96b92fc2ef888a80cf8f
Author: Alan Coopersmith <alan.coopersmith@sun.com>
Date: Mon Sep 21 19:57:36 2009 -0700