gnucash master: Multiple changes pushed

Mike Alexander mta at code.gnucash.org
Tue Mar 3 23:56:06 EST 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/56441bd8 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/f5c15214 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/87286039 (commit)
	 via  https://github.com/Gnucash/gnucash/commit/6cf3e379 (commit)
	from  https://github.com/Gnucash/gnucash/commit/906ed1fe (commit)



commit 56441bd8c7be248ccc2a9874bdd669b8aeb4a5e0
Author: Mike Alexander <mta at umich.edu>
Date:   Tue Mar 3 21:13:45 2015 -0500

    Fix an error in 906ed1fe found by clang:
    error: logical not is only applied to the left hand side of this comparison

commit f5c15214a389e42068cacd21900a2fb0ee5fa894
Merge: 906ed1f 8728603
Author: Mike Alexander <mta at umich.edu>
Date:   Tue Mar 3 21:27:14 2015 -0500

    Merge branch 'maint'

commit 8728603926d077db2e5128c39020386b297d7f48
Author: Mike Alexander <mta at umich.edu>
Date:   Sun Mar 1 01:38:14 2015 -0500

    Bug 745354: Enhance the Find Transactions dialog
    
    Make it possible to define search criteria that consist of multiple terms
    anded or ored together.  Use this to define a new criterion to look for specified
    text in any of the Description, Notes, or Memo fields.

commit 6cf3e379ff79b260e5e4feaf924f59d7e7981bc7
Author: Geert Janssens <janssens-geert at telenet.be>
Date:   Fri Feb 27 13:03:42 2015 +0100

    Remove absolute paths in es.po
    
    They got in as a unintended side effect of running
    make pot
    in an out-of-tree build environment



Summary of changes:
 po/es.po                              | 11792 ++++++++++++++++----------------
 src/gnome-search/dialog-search.c      |    42 +-
 src/gnome-search/dialog-search.h      |     5 +-
 src/gnome-search/search-core-type.h   |     1 +
 src/gnome-utils/gnc-query-view.c      |    33 +-
 src/gnome-utils/search-param.c        |   322 +-
 src/gnome-utils/search-param.h        |    79 +-
 src/gnome/dialog-find-transactions.c  |    18 +-
 src/gnome/dialog-find-transactions2.c |    18 +-
 src/gnome/reconcile-view.c            |    12 +-
 src/libqof/qof/qofbook.cpp            |     2 +-
 11 files changed, 6347 insertions(+), 5977 deletions(-)



More information about the gnucash-patches mailing list