diff options
Diffstat (limited to 'app/xcalc/ChangeLog')
-rw-r--r-- | app/xcalc/ChangeLog | 105 |
1 files changed, 105 insertions, 0 deletions
diff --git a/app/xcalc/ChangeLog b/app/xcalc/ChangeLog index ba7909745..f366c9dcd 100644 --- a/app/xcalc/ChangeLog +++ b/app/xcalc/ChangeLog @@ -1,3 +1,108 @@ +commit 8245b9f8451b92a1aaa7a3520114a4afdd37c2e8 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Wed Nov 24 15:58:04 2010 -0800 + + xcalc 1.0.4 + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 4ac002703c8bda62f768f581e1ec81bbf7446365 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Sat Nov 20 11:12:55 2010 -0800 + + create_keypad: declare list of button name strings as const + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 0d7aa29c6209391cf8307c19b5cf84528f8c2184 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Sat Nov 20 10:55:58 2010 -0800 + + Purge RCS/CVS version tags + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 9ede32efd5f840b7728e28e24efe2759e2c3917b +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Sat Nov 20 10:41:45 2010 -0800 + + config: Explicitly check for xt & x11 pkgs, since xcalc calls those directly + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 4be6d1bd7b6293ff4af1042098a6164aa9639595 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Sat Nov 20 10:37:40 2010 -0800 + + config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS + + Regroup AC statements under the Autoconf initialization section. + Regroup AM statements under the Automake initialization section. + Add missing AC_CONFIG_SRCDIR + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 30e01e9b012c7191c28946a73c2ff5b969d9eec7 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Sat Nov 20 10:35:57 2010 -0800 + + config: Remove unnecessary calls from configure.ac + + AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now + PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables + + Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> + +commit 5505a663714c71aa3545889633f36079522edcb5 +Author: Alan Coopersmith <alan.coopersmith@oracle.com> +Date: Sat Nov 20 10:34:33 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 6919c12a985abd335b4890005d572107f833c3ec +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Sat Nov 20 10:31:43 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 8180d8ea42cfdda9ed3828fb28d1a6cd24d951db +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Thu Feb 11 10:08:06 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 04d8b9bfcd40eee452ba080b654dac9281251115 +Author: Gaetan Nadon <memsize@videotron.ca> +Date: Sat Dec 19 20:48:47 2009 -0500 + + configure.ac: use backticks rather than $() for cmd subs + + Use "$PKG_CONFIG" rather than hard coded "pkg-config" + + Signed-off-by: Gaetan Nadon <memsize@videotron.ca> + commit 6c21e467c805d62593d34da9e83a2fa2f01798a6 Author: Alan Coopersmith <alan.coopersmith@sun.com> Date: Thu Dec 17 19:51:44 2009 -0800 |