[grisbi-cvs] [SCM] grisbi branch, build-rewrite, created. 045ab335993ff317477c742a6e36649b0d6d9893

Rémi Cardona nobody at users.sourceforge.net
Thu Jun 17 22:04:17 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  045ab335993ff317477c742a6e36649b0d6d9893 (commit)

- Log -----------------------------------------------------------------
commit 045ab335993ff317477c742a6e36649b0d6d9893
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 25d8280c7351c1e49af5d604ac923f782fa56c44
Author: Rémi Cardona <remi at gentoo.org>
Date:   Sat May 29 12:03:52 2010 +0200

    build: fix cunit

commit 75a57d87a9dad8ccd03c01a22f0e6deefa194575
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 6067c41203ecba84d8e1553154d75c62381a73a9
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 8150acb26812fa63dfa1c2912cbd6aa3440e4d0a
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 8e9aa50864519375f11631d56da199f1dce3a107
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 461333fa651ee44191cb49a2eda5741bfefa7a1a
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 f989888dd88917d25482944b458a5b5945e07d5b
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 9f041b46bcb83497eed9eaae3d2e77f6177aa540
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 7eeb372500c072f2f54ec5b671994ae901c250b3
Author: Rémi Cardona <remi at gentoo.org>
Date:   Sat May 29 12:12:26 2010 +0200

    build: clean up gmodule support

commit d8b04ea69e1ef16780e63e4b1705819126ab1e00
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 13f5ccef30ff6befb49aa73843a882f5e3c88eba
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 e15f10b71ffda451d2f3256dc9a626e1e9ab840f
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 7d923fea2a3aaafdd777b48bbc738bfa8e7cf338
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 cf382b6e6394ff30a8cefc4f50349d1893898af1
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 18141a5d7617347c88ea57d1c26b637eda93828b
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 e3ee50551a99c50ac21886ab611adba690c1357e
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 b259a0bfc5847e2b8b70fe875e862f9802d1d9b0
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 c907e7317b2510afc57ebfbc85c00bb20f584164
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 ad7a956a0de1392ea86f8e0c76722e4db55402f8
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 e6642c83864f34eed419ef287311cb8f97590b6b
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 6f1c2615e2991d1cf447b1d19d595254e735c225
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 f4f473b24240f51d6025923c7d6f052281c63d68
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 c16ea1e87b50a5a43a410258aaafab9b452b2d74
Author: Rémi Cardona <remi at gentoo.org>
Date:   Fri May 14 08:49:33 2010 +0200

    build: delete unused copy of libintl

commit f7fd051975699c0afbae5164c4dc21b2b690e9c2
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 3602756f91abd395697bd652ae7a8ef28113b070
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