[grisbi-cvs] [SCM] grisbi branch, build-rewrite, created. 0679f0a9d2ad19e161c8647c9ed2dd50ee760070

Rémi Cardona nobody at users.sourceforge.net
Fri Jun 18 23:31:29 CEST 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".

The branch, build-rewrite has been created
        at  0679f0a9d2ad19e161c8647c9ed2dd50ee760070 (commit)

- Log -----------------------------------------------------------------
commit 0679f0a9d2ad19e161c8647c9ed2dd50ee760070
Author: Rémi Cardona <remi at gentoo.org>
Date:   Sun Jun 13 21:30:42 2010 +0200

    gtk_combofix: split gtk_combofix_set_list()

commit ce8a699af09033ec4867ba3aad1708b92324b12d
Author: Rémi Cardona <remi at gentoo.org>
Date:   Tue Jun 1 08:52:37 2010 +0200

    Use g_strerror instead of strerror/latin2utf8

commit ea65991afd42fa22484803311e5a741dbcdbfbd1
Author: Rémi Cardona <remi at gentoo.org>
Date:   Sat May 29 12:03:52 2010 +0200

    build: fix cunit

commit c17ed884806e066f0dcd5bdabfffef5d3e2af74f
Author: Rémi Cardona <remi at gentoo.org>
Date:   Fri Jun 18 00:45:17 2010 +0200

    build: define $(plugindir) in configure.in

commit 0f6cdb3f58554335d06b5dde42f49ec9100b6a64
Author: Rémi Cardona <remi at gentoo.org>
Date:   Sun May 30 23:42:59 2010 +0200

    build: add a configure switch for the openssl plugin
    
    Clean up the plugin's Makefile.am in the process.

commit 32ffb1d44dc01fd13b5bca8d2db6b0cb4f3721eb
Author: Rémi Cardona <remi at gentoo.org>
Date:   Sat May 29 11:07:47 2010 +0200

    build: add a configure switch for the gnucash/libxml2 plugin
    
    Clean up the plugin's Makefile.am in the process.

commit cb70adad94c308e47b24d0d931eba04395329073
Author: Rémi Cardona <remi at gentoo.org>
Date:   Sun May 30 23:55:32 2010 +0200

    build: stop mucking around with CFLAGS and LDFLAGS in configure.in
    
    Use AC_DEFINE to enable/disable code paths and use proper AC_SUBST'ed
    variables to pass flags on to Makefiles.

commit 7623ad86b964085a83a7528c33a0da57e4006cd8
Author: Rémi Cardona <remi at gentoo.org>
Date:   Fri May 28 00:10:49 2010 +0200

    build: use up-to-date autoconf macros, reorganize them

commit ea66cb97735b532089e6207a8f04dc87514c5f3b
Author: Rémi Cardona <remi at gentoo.org>
Date:   Thu May 27 23:14:38 2010 +0200

    build: use libtool to build libgrisbi, drop -Wl,-E hacks

commit e1169d000373f4a040188528f4d314b388b50524
Author: Rémi Cardona <remi at gentoo.org>
Date:   Thu May 27 23:03:26 2010 +0200

    build: disable "maintainer mode"
    
    This option is considered useless and potentially dangerous. With this,
    a Makefile won't get automatically regenerated if the corresponding
    Makefile.am is modified.
    
    The Automake Manual recommends dropping this macro :
    
    http://www.gnu.org/software/automake/manual/automake.html#maintainer_002dmode

commit a5a737ae8ca618593550fa9f74067c3620d3fb60
Author: Rémi Cardona <remi at gentoo.org>
Date:   Thu May 27 01:25:40 2010 +0200

    build: use pkg-config to find libofx

commit b21b8497006a0fd425a010ea7934a8d9d41eacc4
Author: Rémi Cardona <remi at gentoo.org>
Date:   Sat May 29 12:12:26 2010 +0200

    build: clean up gmodule support

commit d77be8d253cdc78c0d8b23ea842f3ab0860588ab
Author: Rémi Cardona <remi at gentoo.org>
Date:   Thu May 27 00:30:40 2010 +0200

    build: drop build-time efence support
    
    One can use LD_PRELOAD environment variable or the "ef" command. Either way,
    it's useless to add explicit support for it in configure.in.

commit 51c8514507ca1948071186d5ec1ca56c2d09faf4
Author: Rémi Cardona <remi at gentoo.org>
Date:   Thu May 27 00:01:53 2010 +0200

    build: use autoconf's $(docdir) instead of $(datadir)/doc/grisbi

commit f0685cac598d51ff4154288bed2651a76920ca59
Author: Rémi Cardona <remi at gentoo.org>
Date:   Wed May 26 23:37:26 2010 +0200

    build: various small clean-ups
    
     - "localedir" is set by autoconf, no need to redeclare it
     - "includedir" is where headers will be installed to, not read from
     - "-Wall" shouldn't be set in a Makefile

commit 5f4400ac9dc1e4ee0b00dacedce69c83a04c66db
Author: Rémi Cardona <remi at gentoo.org>
Date:   Wed May 26 23:20:20 2010 +0200

    build: simple clean ups, zero change in behavior
    
     - delete unused variables "config_dir", "include_config" and "source_config"
     - delete mis-used *_INCLUDES variables
     - merge everything back into libgrisbi_a_SOURCES and grisbi_SOURCES
    
    As for configure.in, PKG_CHECK_MODULES already calls AC_SUBST, no need to
    do it again.

commit f970d0bec636658f9cc09e6c104e801895bcee34
Author: Rémi Cardona <remi at gentoo.org>
Date:   Wed May 26 08:24:41 2010 +0200

    build: remove useless .desktop files.
    
    The one located in share/grisbi.desktop is more than enough.

commit b08c6cfb1ea6e1ba927c7de86feedf2c93511efc
Author: Rémi Cardona <remi at gentoo.org>
Date:   Mon May 17 01:46:03 2010 +0200

    tips: delete old tips file and translations

commit 361fcdba13cb30403f52f8e5cbfddf418fff01ec
Author: Rémi Cardona <remi at gentoo.org>
Date:   Mon May 17 01:36:15 2010 +0200

    tips: display tips from the C code instead of loading the external tips file
    
    This patch achieves 2 goals:
     - drop ugly and potentially dangerous code (string handling is hard)
     - merge back tips' translations with the rest of Grisbi's translations
    
    NB: last_tip which is saved in the config file is now a zero-based index.

commit 7ab7afdacbd33a67e587be2891501f0482248b51
Author: Rémi Cardona <remi at gentoo.org>
Date:   Mon May 17 00:37:44 2010 +0200

    tips: copy tips content to a static C array

commit b81603a3c34a58e6c9d599f6c2d933c91a52704e
Author: Rémi Cardona <remi at gentoo.org>
Date:   Mon May 17 00:00:10 2010 +0200

    tips: Save the widgets being added to the dialog to avoid useless list look ups
    
    This makes change_button_sensitiveness() completely useless, so let's drop
    it in the process as well.

commit e76cb77b12c72e2ff10765af81a8ce397ac146b4
Author: Rémi Cardona <remi at gentoo.org>
Date:   Tue May 4 09:15:14 2010 +0200

    Use the <glib/gi18n.h> header instead of writing our gettext macros

commit 58511fcfa9c3cb81eb803939a50df1ddbde0aa9c
Author: Rémi Cardona <remi at gentoo.org>
Date:   Tue May 25 23:03:04 2010 +0200

    Improve grisbi.desktop and use intltool to translate it

commit 82b9ea146322e5647f1fe148ba9fb01b5d23d55f
Author: Rémi Cardona <remi at gentoo.org>
Date:   Tue May 25 23:52:41 2010 +0200

    build: delete unused macros/
    
    All the macros are automatically concatenated into aclocal.m4 when
    "aclocal" is called.

commit 0d87139e608c18459425ee4ff9b1010842cc4807
Author: Rémi Cardona <remi at gentoo.org>
Date:   Wed May 5 23:41:04 2010 +0200

    build: delete config.rpath from version control
    
    This file was generated by gettextize and used by gettext's autoconf
    macros. Now that we're using intltool's macros, this file is useless.

commit ae9b08cf14261767841533c84ecc0ecf00f2c27a
Author: Rémi Cardona <remi at gentoo.org>
Date:   Fri May 14 08:49:33 2010 +0200

    build: delete unused copy of libintl

commit 7102b1846d5fc73437d9223ebb2d439dca13f106
Author: Rémi Cardona <remi at gentoo.org>
Date:   Tue May 4 09:13:58 2010 +0200

    build: use intltool instead of gettext, don't ship/build the now useless copy of libintl

commit ebd95a2e0c54d5b44eccc4b0749d5f1f7b5d5f36
Author: Rémi Cardona <remi at gentoo.org>
Date:   Tue Feb 23 23:43:13 2010 +0100

    build: use autoreconf instead of individual auto* tools
    
    autoreconf runs all the tools in the right order and picks up options from
    configure.in and Makefile.am automatically. It just does the Right Thing.

-----------------------------------------------------------------------


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list