[grisbi-cvs] [SCM] grisbi annotated tag, upstream_version_0_9_1, created. upstream_version_0_9_1

Pierre Biava nobody at users.sourceforge.net
Mon Apr 25 09:17:52 CEST 2011


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 annotated tag, upstream_version_0_9_1 has been created
        at  1f5cbc662a6491961808378b8ead0325595790b8 (tag)
   tagging  deee1c7b815015a0293a23a4edc1a2175879285f (commit)
  replaces  upstream_version_0_9.0
 tagged by  pbiava
        on  Mon Apr 25 09:16:55 2011 +0200

- Log -----------------------------------------------------------------
new unstable version 0.9.1

RĂ©mi Cardona (81):
      Move iso_13616_iban struct definition to gsb_account_property.c
      Remove double #include <config.h>
      Remove double extern declaration
      Make all headers compile-independent
      Add make target to check that all headers are compile-independent
      Rework #includes in gsb_plugins.[ch]
      Remove #include <glib/gi18n.h> from include.h
      Remove #include <gdk-pixbuf/gdk-pixdata.h> from include.h
      Remove #include <glib/gstdio.h> from include.h
      Remove #include <gtk/gtk.h> from include.h
      Remove #include <gdk/gdkkeysyms.h> from include.h
      Remove #include <gtk/gtktextview.h> from include.h
      Remove #include <locale.h> from include.h
      Remove the remaining #includes from include.h
      Remove latex/dvi/ps support
      Remove unused functions and declarations, removes gcc warnings
      Fix build with --enable-static-plugins and --disable-ofx
      Make libofx 0.7 or greater mandatory, remove legacy code
      Move the libofx API hack to ofx.c
      Remove 'extern C' block, file is pure C, not C++
      Remove useless #includes, part 1
      Fix tests build
      Define 3 variables as static in src/accueil.c since there are only used there
      Remove useless gtk version warning and associated code
      Move color defines to the .c files where they are used
      Add gsb_dirs.[ch], hook them up in main()
      Use gsb_dirs_get_*_dir() wherever possible
      Delete leaky code made useless by gsb_dirs_*()
      Drop 'extern' keyword on custom_list_get_type()
      Declare 2 variables as static, they are only used within etats_config.c
      Make 'titres_affiches' a static variable where it is solely used
      Remove unused 'ancien_tiers_etat' variable in etats_config.c
      Declare 2 variables as static, they are only used within imputation_budgetaire.c
      Group various 'ancien_tiers_etat' decls and defs together
      Move 'report_tree_columns' enum to etats_config.c where it is solely used
      Declare variable as static in gsb_account_property.c
      Move 'bet_taux_step' global variable inside the only function that uses it
      Remove unused 'solde_label' and 'solde_label_pointe_ variables
      Declare 'cell_views' as static as its only used within gsb_transactions_list.c
      Declare 'labels_titres_colonnes_liste_ope' static as it's only used within traitement_variables.c
      Merge 2 identically #defined variables as one
      Declare 3 variables as static as they're only used within tiers_onglet.c
      Declare 'builtin_formats' as static as it's only used within import.c
      Declare 2 variables as static as they are only used within qif.c
      Remove double declaration in etats_gtktable.c
      Remove useless #include "structures.h"
      Move more dir/file path code to gsb_dirs.[ch]
      Rework new code in gsb_dirs.[ch]
      Remove leading / from C_GRISBIRC()'s and C_OLD_GRISBIRC()'s output
      Replace C_DIRECTORY_SEPARATOR with glib's G_DIR_SEPARATOR_S
      Fix memory leaks in gsb_category_assistant_scan_directory()
      Use g_build_filename() instead of g_strconcat() in gsb_category.c
      Use g_build_filename() instead of g_strconcat() in erreur.c
      Use g_build_filename() instead of g_strconcat() in gsb_category.c
      Use g_build_filename() instead of g_strconcat() in gsb_file_config.c
      Use G_DIR_SEPARATOR_S instead of "/" literal string in gsb_file_config.c
      Use g_build_filename() instead of g_strconcat() in menu.c
      Declare 2 variables as static as they're only used within bet_tab.c
      Declare 2 variables as static as they're only used within gsb_form.c
      Remove unused extern declaration
      Remove useless 'extern' keyword on functions in erreur.[ch]
      erreur.c: move debug_filename variable inside the only function that uses it, fix a mem leak
      erreur.c: add gsb_debug_finish_log() to avoid declaring 'debug_file' extern
      tests: add missing #include
      Declare 'iso_13616_ibans' as static as it's only used within gsb_account_property.c
      Use gsb_menu_get_ui_manager() instead of using global variable 'ui_manager'
      Remove gsb_gui_sensitive_menu_item()
      Remove menu_name()
      Rename gsb_gui_sensitive_menu_item_from_string() to gsb_gui_sensitive_menu_item()
      Improve comment and indentation
      Declare 'bet_duration_array' as static as it's only used within bet_config.c
      Declare 'ui_manager_buffer' as static as it's only used within menu.c
      Remove useless strlen() call
      tests: update tests for new gsb_parse_date_string() behavior
      tests: reindent utils_dates_cunit__gsb_parse_date_string()
      tests: fix memory leak in utils_dates_cunit.c
      tests: fix memory leak in gsb_data_account_cunit.c
      tests: fix memory leak in gsb_real_cunit.c
      Fix dereference of just-freed pointer in gsb_data_transaction_remove_transaction()
      Fix memory leak in gsb_parse_date_string()
      Remove useless if (ptr) g_free (ptr) idioms

Xavier Mehrenberger (14):
      Fix memory leak.
      Fix memory leak.
      Fix memory leak.
      Fix memory leak.
      Fix memory leak.
      Fix memory leak.
      Fix memory leak.
      Check pointer *before* dereferencing it.
      Check pointer *before* dereferencing it.
      Check pointer *before* dereferencing it.
      Fix memory leak.
      Fix memory leak.
      Fix memory leak.
      Fix previous commit - memory leak.

pbiava (63):
      fixes bug 1289
      fixes a crash when importing a file without extension
      fixes bug 1293 : Problem of updating of the pointing balance
      fix memory leaks thanks Philippe D.
      fixes bug of compilation
      Adding the XDG directories in the printed variables and fix memory leaks
      Changing the .gitignore file
      fixes bug 1296
      fixes a potential crash
      Fixed a bug export csv files on Windows
      update strings of translation after removing files for print with latex. fix memory leaks thanks Philippe D.
      fixes a bug that corrupts the file grisbi when saving in certain circumstances
      minor change in configure.in
      Minor corrections in the management of the logo of Grisbi
      resets the variables when you remove the using the logo
      application of patches to fix potential memory leaks and minor corrections
      Fix memory leak.
      Fix memory leak from 3c72617f48e338214f2b16edc3f411e49e7236b7
      minor changes in form
      update strings
      fixes bug 1313 : Grisbi crashes when Importing a QIF file with a list of categories
      update strings
      Added Swedish translation
      add new categories file
      corrections of spelling
      fixes a cast problem between static char * and const gchar *
      Adding of Data_Path variable to debug from 1468920b0eb12af03bbf1088b9887f2cb7de9d89
      corrects a bad merge from a cherry pick
      update strings
      Uniformise background and text colors of selection of a line of tree_view (cherry picked from commit 2aa563f97af1a98c085d9d551af4c8fd2ed49fda)
      update strings
      Remove unused variable
      Typo in function name. Don't repeat twice the same by Mokona
      Don't update the tree view when it's not here while making an archive
      replaces the global variable "window" by run.window
      corrects omissions committed after the commit a0ddc6ea3f3e9797bb17a405dd9e73d6dd11aa22
      fixed a bug in creation of payees and creation of a sub-budgetary line
      Fixed a bug of calculating balances with different currencies in the table estimates
      Added cloning of scheduled operations
      Fixed a display bug of a report while navigating in the left window Grisbi
      Fixed a bug in the selection form of planned transactions. Adds support for the variance for the planned transactions.
      removal of some global variables and functions homogenization
      removal of global variables: navigation_tree_view and navigation_model
      new_gestion_left_paned
      minor changes
      added management of drag and drop in the left window of Grisbi
      minor changes to the management of left panel of Grisbi.
      Improved management of toolbars by Philippe Delorme.
      Deletion of global variables in barre_outils.c
      delete of the barre_outils.c file and transfering the toolbars in the build files of the interface.
      fixed a bug in the refreshing of the toolbar to the reports
      Fixed a crash if the number of items to be exported is null
      fixes a warning
      fixes warnings and refreshing of the toolbar
      update strings
      Improved management of bet module toolbars
      Improved management of the import of multiple files simultaneously
      update strings
      update fr string
      removal of global variables: budgetary_interface
      Adding a context menu to the left panel
      update strings
      new unstable version 0.9.1

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


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list