February 2009 Archives by author
      
      Starting: Tue Feb  3 16:04:58 EST 2009
         Ending: Thu Feb 26 17:12:51 EST 2009
         Messages: 94
     
- r17934 - htdocs/trunk/po - Italian Website Translation (by Cristian	Marchi)
 
Derek Atkins
- r17935 - htdocs/trunk - Finish adding the Italian translation
 
Derek Atkins
- r17936 - htdocs/trunk/externals - Add "Italiano" language link (even	though it doesn't work yet)
 
Derek Atkins
- r17937 - htdocs/trunk/it - try it_IT as the locale
 
Derek Atkins
- r17945 - htdocs/trunk/fr/LC_MESSAGES - Publish the french translation
 
Derek Atkins
- r17957 - htdocs/trunk/externals - Comment out the Polish translation.
 
Derek Atkins
- r17892 - gnucash/trunk/src/register/ledger-core - Register: Another	tweak to doxygen documentation.
 
Charles Day
- r17893 - gnucash/trunk/src/register/ledger-core - Register: Add one	new debugging message and tweak some others.
 
Charles Day
- r17894 - gnucash/trunk/src/register/ledger-core - Bug 426111:	Register: Fix a bug that caused the blank split GUID to be	nulled even if the split wasn't actually being committed. This	would cause the bottom transaction of the register to be	treated like an existing transaction instead of a new one. I've	fixed that and reorganized the logic to combine two sections	and make it harder to get them out of sync.
 
Charles Day
- r17895 - gnucash/trunk/src/register/ledger-core - Register: Fix a	memory leak by adding a "commit" step (if needed) when	destroying the blank transaction as the register closes.
 
Charles Day
- r17896 - gnucash/trunk/src/engine - Engine: Update the documentation	of xaccTransDestroy().
 
Charles Day
- AUDIT: r17897 - gnucash/trunk/packaging/win32 - Bug #570166: Update	win32 packaging to use GTK version 2.14.7
 
Charles Day
- r17917 - gnucash/trunk/src/register/ledger-core - Register: Add a few	safety checks to the register loading routines.
 
Charles Day
- r17918 - gnucash/trunk/src/register/ledger-core - Register: Don't set	info at declaration; wait until reg is checked.
 
Charles Day
- r17929 - gnucash/trunk/src/engine - Doxygen: Adjust the style of a	comment block for consistency and to eliminate a splint warning.
 
Charles Day
- r17930 - gnucash/trunk/src/gnome-utils - Bug #565421: Remove	dependency on GTK+ 2.10 in date edit control.
 
Charles Day
- r17938 - gnucash/trunk/src/register/ledger-core - Register: Add	debugging code for the copy and cut operations.
 
Charles Day
- r17939 - gnucash/trunk/src - Bug #570887: Change the swig type	mapping for GUID* so that Scheme can tell the difference	between a GUID* that is NULL,	and a GUID* pointing to storage containing the "null" GUID. Previously	the former case returned SCM_UNDEFINED to Scheme,	which would unbind Scheme variables and make crashes. Now SCM_BOOL_F is	used instead, and Scheme code can check for a NULL by comparing to #f.
 
Charles Day
- r17940 - gnucash/trunk/src/engine - Bug #570887: Fix a typo in r17939.
 
Charles Day
- r17950 - gnucash/trunk/src/register/ledger-core - Register: Tweak	some comments and slightly reorganize the register cleanup code	for ease of reading.
 
Charles Day
- r17958 - gnucash/trunk/src/register/ledger-core - Register: Make all	account cells right-justified. Previously a mix of left- and	right-justification was used.
 
Charles Day
- r17959 - gnucash/trunk/src/register/ledger-core - Register: Add	debugging to gnc_split_register_changed().
 
Charles Day
- r17960 - gnucash/trunk/src/register/ledger-core - Register: Fix a bug	that appears in basic and auto-split ledger modes when entering	a new transaction. Entering multiple splits for the register's	account would cause the 2nd though nth splits to be displayed	above the new transaction, making them appear to be non-new.
 
Charles Day
- r17961 - gnucash/trunk/src/register/ledger-core - Register: White	space fixes.
 
Charles Day
- r17962 - gnucash/trunk/src/register/ledger-core - Bug #499215, #530819,	#551643: Register: Fix transaction pasting,	which was fairly broken. Pasting was being committed immediately,	the transaction was not checked properly before opening,	the blank split was being destroyed while the transaction was left	pending,	and more. These problems left the register in an inconsistent state	that was being noticed in g_assert() calls in several spots.	GnuCash would then crash.
 
Charles Day
- AUDIT: r17881 - gnucash/trunk/packaging/win32 - [Win32] Rename *.bat	to *.cmd.
 
Andreas Köhler
- AUDIT: r17882 - gnucash/trunk/packaging/win32 - [Win32] Update	gtkhtml to version 3.24.2.
 
Andreas Köhler
- AUDIT: r17883 - gnucash/trunk - Bug #462148: Fix multi-page printing	on Win32 by using gtk_html_print_operation_run().
 
Andreas Köhler
- AUDIT: r17884 - gnucash/trunk/packaging/win32 - [Win32] Bug #542382:	Assign .gnucash file name extension to GnuCash.
 
Andreas Köhler
- AUDIT: r17885 - gnucash/trunk/src/app-utils - Bug #570894: Fix an	else clause in budget->guid.
 
Andreas Köhler
- AUDIT: r17898 - gnucash/trunk/src/gnome-utils - Update copyright year	in about dialog.
 
Andreas Köhler
- AUDIT: r17899 - gnucash/trunk/accounts - Add missing encoding	information to the french business account template files.
 
Andreas Köhler
- AUDIT: r17900 - gnucash/trunk/src/import-export/csv - Bug #571161:	Fix r17036 and free every column type only once.
 
Andreas Köhler
- r17901 - gnucash/branches/2.2/util - [17856] Add shell script to	easily back-port commits in git-svn from trunk to other branches.
 
Andreas Köhler
- r17902 - gnucash/branches/2.2 - [17788] Add dist-bzip2 to dist.
 
Andreas Köhler
- r17903 - gnucash/branches/2.2/packaging/win32 - [17809] [Win32]	Remove a few obsolete comments.
 
Andreas Köhler
- r17904 - gnucash/branches/2.2/packaging/win32 - [17810] [Win32] Minor	cleanup.
 
Andreas Köhler
- r17905 - gnucash/branches/2.2/src/gnome-utils - [17879] Fix use of	"=" in if statement where "==" was intended
 
Andreas Köhler
- r17906 - gnucash/branches/2.2/src/import-export/ofx - [17880]	ofx_proc_account() already works. Remove "WRITEME".
 
Andreas Köhler
- r17907 - gnucash/branches/2.2/packaging/win32 - [17881] [Win32]	Rename *.bat to *.cmd.
 
Andreas Köhler
- r17908 - gnucash/branches/2.2/packaging/win32 - [17882] [Win32]	Update gtkhtml to version 3.24.2.
 
Andreas Köhler
- r17909 - gnucash/branches/2.2 - [17883] Bug #462148: Fix multi-page	printing on Win32 by using gtk_html_print_operation_run().
 
Andreas Köhler
- r17910 - gnucash/branches/2.2/packaging/win32 - [17884] [Win32] Bug	#542382: Assign .gnucash file name extension to GnuCash.
 
Andreas Köhler
- r17911 - gnucash/branches/2.2/src/app-utils - [17885] Bug #570894:	Fix an else clause in budget->guid.
 
Andreas Köhler
- r17912 - gnucash/branches/2.2/packaging/win32 - [17897] Bug #570166:	Update win32 packaging to use GTK version 2.14.7
 
Andreas Köhler
- r17913 - gnucash/branches/2.2/src/gnome-utils - [17898] Update	copyright year in about dialog.
 
Andreas Köhler
- r17914 - gnucash/branches/2.2/accounts - [17899] Add missing encoding	information to the french business account template files.
 
Andreas Köhler
- r17915 - gnucash/branches/2.2/src/import-export - [17891] Bug #552275,	#434944: Fix generic import skipped transactions
 
Andreas Köhler
- AUDIT: r17920 - gnucash/trunk/src/register/ledger-core - Bug #435642:	Correct r17853 about editing results of a find.
 
Andreas Köhler
- r17921 - gnucash/trunk/packaging/win32 - Bug #571220: [Win32] Unset	SCHEME_LIBRARY_PATH environment variable.
 
Andreas Köhler
- r17922 - gnucash/branches/2.2/src/backend/file - [17868] Bug #569735:	Don't create a new nested template root account when a file is opened
 
Andreas Köhler
- r17923 - gnucash/branches/2.2/src/register/ledger-core - [17920] Bug	#435642: Correct r17853 about editing results of a find.
 
Andreas Köhler
- r17924 - gnucash/branches/2.2/packaging/win32 - [17921] Bug #571220:	[Win32] Unset SCHEME_LIBRARY_PATH environment variable.
 
Andreas Köhler
- r17932 - gnucash/branches/2.2/src/gnome-utils - [17930] Bug #565421:	Remove dependency on GTK+ 2.10 in date edit control.
 
Andreas Köhler
- r17943 - htdocs/trunk/po - Update French translation of the website.
 
Andreas Köhler
- r17946 - gnucash/branches/2.2/src/engine/test - Disable test-lots for	the release.
 
Andreas Köhler
- r17947 - gnucash/branches/2.2 - Update to release 2.2.9.
 
Andreas Köhler
- r17948 - gnucash/trunk/packaging/win32 - [Win32] Update EXTRA_DIST.
 
Andreas Köhler
- r17949 - gnucash/branches/2.2/packaging/win32 - [Win32] Update	EXTRA_DIST.
 
Andreas Köhler
- AUDIT: r17951 - gnucash/trunk - Add ChangeLog.2008 to dist.
 
Andreas Köhler
- r17952 - gnucash/branches/2.2 - [17951] Add ChangeLog.2008 to dist.
 
Andreas Köhler
- r17953 - gnucash/tags - Tagging release 2.2.9 (r17949)
 
Andreas Köhler
- r17954 - htdocs/trunk - Remove bad symlinks to promote.phtml.
 
Andreas Köhler
- r17955 - htdocs/trunk - Make the self link in the atom feed an	absolute url as recommended by the w3c feed validator.
 
Andreas Köhler
- r17956 - htdocs/trunk/news - Announce release 2.2.9.
 
Andreas Köhler
- r17963 - htdocs/trunk/externals - Bug #573117: Update copyright in	website's footer.
 
Andreas Köhler
- r17964 - gnucash/branches/2.2/src/engine/test - Revert r17946 again	and enable test-lots.
 
Andreas Köhler
- AUDIT: r17965 - gnucash/trunk/src/import-export/ofx - Bug #572107:	Use fallback string for OFX account types when matching to	GnuCash accounts.
 
Andreas Köhler
- r17886 - gnucash/trunk/accounts/de_DE - SKR04: replace some double	with single spaces
 
Rolf Leggewie
- r17887 - gnucash/trunk/accounts/de_DE - SKR04: sed s/Kap.\	Ges/Kap.Ges/ so that it is the same everywhere
 
Rolf Leggewie
- r17916 - gnucash/trunk/src/backend/sql - When loading a scheduled	transaction, load the transactions associated with it.
 
Phil Longstaff
- r17919 - gnucash/trunk/src/backend/sql - Rest of r17916 commit (sigh)	- gnc_sql_transaction_load_tx_for_account() function
 
Phil Longstaff
- r17925 - gnucash/trunk - 1) Before saving file contents via save-as,	ensure that all data has been loaded. This 
 
Phil Longstaff
- r17926 - gnucash/trunk/src - Fix CRIT errors when loading owner info	in business objects.
 
Phil Longstaff
- r17927 - gnucash/trunk/src - Fix 64 bit integer handling. In an	sqlite3 db, column types are basically ignored.  
 
Phil Longstaff
- r17928 - gnucash/trunk/src/backend/sql - Fix some splint issues
 
Phil Longstaff
- r17933 - gnucash/trunk/src/business/business-core/sql - Fix 572251:	remove extra definitions of write_objects_t structure.
 
Phil Longstaff
- r17878 - gnucash/branches/2.2/po - Update of Catalan translation by	David Planella
 
Cristian Marchi
- r17931 - gnucash/branches/2.2/po - Update of Chinese translation by	Roy Luo
 
Cristian Marchi
- r17942 - gnucash/trunk/src - Implement a new saved-reports-2.4 file	to allow translation of existing saved reports into report-guid	enabled versions.
 
Andrew Sackville-West
- r17872 - gnucash/branches/2.2 - [17604] Added German account template	for a Wohnungswirtschaft business, by Christoph Franzen.
 
Christian Stimming
- r17873 - gnucash/branches/2.2/src/report - [17851] Bug #568327:	Budget reports without a budget will crash
 
Christian Stimming
- r17874 - gnucash/branches/2.2/src/backend/file - [17866] Bug #438132:	Fix warning about commodity being NULL for root account on save
 
Christian Stimming
- r17875 - gnucash/branches/2.2/src/engine - [17867] Bug #569734: Give	the template root account a name
 
Christian Stimming
- r17876 - gnucash/trunk/src - Fix typos in comments
 
Christian Stimming
- r17877 - gnucash/trunk/src - Convert source documentation to UTF8
 
Christian Stimming
- AUDIT: r17879 - gnucash/trunk/src/gnome-utils - Fix use of "=" in if	statement where "==" was intended
 
Christian Stimming
- AUDIT: r17880 - gnucash/trunk/src/import-export/ofx -	ofx_proc_account() already works. Remove "WRITEME".
 
Christian Stimming
- r17888 - gnucash/trunk/src/import-export - Correct english in	generic-import-design.txt
 
Christian Stimming
- r17889 - gnucash/trunk/src - Bug#139310: Store online_id in split	instead of transaction to avoid import conflicts
 
Christian Stimming
- r17890 - gnucash/trunk/src - Fix typos in comments
 
Christian Stimming
- AUDIT: r17891 - gnucash/trunk/src/import-export - Bug #552275,	#434944: Fix generic import skipped transactions
 
Christian Stimming
- r17941 - gnucash/branches/2.2/po - Update German translation
 
Christian Stimming
- r17944 - gnucash/branches/2.2/po - Minor updates in German translation
 
Christian Stimming
    
      Last message date: 
       Thu Feb 26 17:12:51 EST 2009
    Archived on: Thu Feb 26 17:12:54 EST 2009
    
   
     
     
     This archive was generated by
     Pipermail 0.09 (Mailman edition).