r18677 - htdocs/trunk/news - Fix validation errors for newsfeed

Geert Janssens gjanssens at code.gnucash.org
Thu Feb 18 03:06:51 EST 2010


Author: gjanssens
Date: 2010-02-18 03:06:51 -0500 (Thu, 18 Feb 2010)
New Revision: 18677
Trac: http://svn.gnucash.org/trac/changeset/18677

Modified:
   htdocs/trunk/news/090707-2.3.2.news
   htdocs/trunk/news/090723-2.3.3.news
   htdocs/trunk/news/090829-2.3.5.news
   htdocs/trunk/news/091208-2.3.8.news
Log:
Fix validation errors for newsfeed

Modified: htdocs/trunk/news/090707-2.3.2.news
===================================================================
--- htdocs/trunk/news/090707-2.3.2.news	2010-02-18 06:58:22 UTC (rev 18676)
+++ htdocs/trunk/news/090707-2.3.2.news	2010-02-18 08:06:51 UTC (rev 18677)
@@ -30,17 +30,17 @@
 <li>Win32 builds now include mysql and postgresql client libraries and libdbi drivers</li>
 <li>Bug #567709: Register: Don't assume that cells outside the cursor are valid</li>
 <li>Bug 563598: QSF XML Export: Remove the tooltip from the GtkCalendar?.</li>
-<li>Fix bug 586558 – When a scheduled transaction is deleted, the objects aren't cleaned up properly</li>
+<li>Fix bug 586558 - When a scheduled transaction is deleted, the objects aren't cleaned up properly</li>
 <li>Fix bug 586901: Price editor creates price before all information is available</li>
 <li>Bug #582048: Fix missing GUI callbacks for online transfer.</li>
 <li>Bug #580968: Register: Keep track of the account when an exchange rate is set</li>
-<li>Fix bug 339726 – Cannot set fractional discount rates in Billing Terms</li>
-<li>Fix bug 586296/586419/585785 – Fix win32 install script problems</li>
+<li>Fix bug 339726 - Cannot set fractional discount rates in Billing Terms</li>
+<li>Fix bug 586296/586419/585785 - Fix win32 install script problems</li>
 <li>Fix bug 586425 - update version of gnutls for win32</li>
 <li>Fix bug #586295 - when building win32 version, use those versions of executables, not installed ones</li>
 <li>Fix bug #415127 - updating address doesn't mark object as dirty</li>
 <li>Fix bug 585789/586121: Files not opened correctly</li>
-<li>Bug 587913 – "Edit exchange rate" marks account cell as changed</li>
+<li>Bug 587913 - "Edit exchange rate" marks account cell as changed</li>
 <li>Add initial support for eguile template-based reports</li>
 <li>Rework split queries to improve performance</li>
 <li>When opening a file, "sqlite3" and "xml" dropdown list items are replaced by "file"</li>

Modified: htdocs/trunk/news/090723-2.3.3.news
===================================================================
--- htdocs/trunk/news/090723-2.3.3.news	2010-02-18 06:58:22 UTC (rev 18676)
+++ htdocs/trunk/news/090723-2.3.3.news	2010-02-18 08:06:51 UTC (rev 18677)
@@ -36,9 +36,9 @@
 <li>Patch by John Ralls. Provides (and installs when appropriate) a special gnucash-setup-env for OSX.</li>
 <li>Patch by John Ralls. Permits binreloc to work from inside a MacOSX application bundle</li>
 <li>Patch by John Ralls. Integrates the gnucash menus into the MacOSX menubar.</li>
-<li>Fix bug 588212 – PgSql: Pop-up dialog for overwriting db contents even for new database</li>
-<li>Fix bug 587436 – Make Bayesian Matching ON by default</li>
-<li>Fix bug 363339 – Exclude hidden accounts from reports. New check box added</li>
+<li>Fix bug 588212 - PgSql: Pop-up dialog for overwriting db contents even for new database</li>
+<li>Fix bug 587436 - Make Bayesian Matching ON by default</li>
+<li>Fix bug 363339 - Exclude hidden accounts from reports. New check box added</li>
 <li>Fix up some more reports to use cell tags which allow CSS style font usage</li>
 <li>Add Korean translation of account charts by Jin-Hwan Jeong.</li>
 <li>Fix bug 585899 - environment variable GNC_DEFAULT_DATABASE can be used to set the default database name in the Save As dialog</li>

Modified: htdocs/trunk/news/090829-2.3.5.news
===================================================================
--- htdocs/trunk/news/090829-2.3.5.news	2010-02-18 06:58:22 UTC (rev 18676)
+++ htdocs/trunk/news/090829-2.3.5.news	2010-02-18 08:06:51 UTC (rev 18677)
@@ -29,7 +29,7 @@
 <li>Partly revert r18246: disable writing of "hidden" and "placeholder" so that XML files written by 2.3.5 can be read by 2.2.9</li>
 <li>Avoid CRIT messages when loading root account which has NULL commodity</li>
 <li>Fix compilation problem - add GPOINTER_TO_UINT() cast</li>
-<li>Fix bug 592357: Cannot specify port for database connection.  You can now add a port number using ":<port>" (e.g. ":100") to the end of the host specification in the Open and Save As dialog for databases.</li>
+<li>Fix bug 592357: Cannot specify port for database connection.  You can now add a port number using ":&lt;port&gt;" (e.g. ":100") to the end of the host specification in the Open and Save As dialog for databases.</li>
 <li>Fix bug 592021: Budget Report: Options to show actual, budgeted and diff don't work</li>
 <li>Fix minor i18n issues. 1) Don't translate gtk stock button labels. 2) Don't split sentences when translating. 3) Exclude formatting from translatable messages when possible</li>
 <li>Updated German translation</li>

Modified: htdocs/trunk/news/091208-2.3.8.news
===================================================================
--- htdocs/trunk/news/091208-2.3.8.news	2010-02-18 06:58:22 UTC (rev 18676)
+++ htdocs/trunk/news/091208-2.3.8.news	2010-02-18 08:06:51 UTC (rev 18677)
@@ -35,19 +35,19 @@
 <li>Set debug level for gnc.backend.dbi automatically to DEBUG.</li>
 <li>Fix memory leak: Let the pixbuf renderer for goffice plots be unreferenced</li>
 <li>Add libguile CFLAGS and LIBADD to libqof build</li>
-<li>Fix too-new gtk_dialog_get_content_area function of r18413: Patch by J. …</li>
+<li>Fix too-new gtk_dialog_get_content_area function of r18413: Patch by J. ...</li>
 <li>Transaction post date also needs to allow NULL values.</li>
 <li>Temporary workaround for crash at startup after r18429.</li>
-<li>Decrease verbosity of aqbanking plugin: Debug output only if preference …</li>
+<li>Decrease verbosity of aqbanking plugin: Debug output only if preference ...</li>
 <li>In the "Save As" dialog, set XML as default, not sqlite3.</li>
-<li>Fix compile error on current ubuntu by clashing symbol declarations in …</li>
-<li>When creating an account selector and a commodity list if provider, just …</li>
-<li>Remove forgotten printf in r18402 which shouldn't have been committed to …</li>
-<li>Fix amount sign of imported bank transfers (e.g. from DTAUS …</li>
-<li>Fix GCC pointer strictness compiler errors/warnings and remove duplicate …</li>
-<li>Fix compile error related to uninitialized value. Patch by Matt Lavin …</li>
-<li>Introduce disambiguation prefix for "Deposit" action to distinguish it …</li>
-<li>Make one register function more const correct to avoid compiler warnings …</li>
+<li>Fix compile error on current ubuntu by clashing symbol declarations in ...</li>
+<li>When creating an account selector and a commodity list if provider, just ...</li>
+<li>Remove forgotten printf in r18402 which shouldn't have been committed to ...</li>
+<li>Fix amount sign of imported bank transfers (e.g. from DTAUS ...</li>
+<li>Fix GCC pointer strictness compiler errors/warnings and remove duplicate ...</li>
+<li>Fix compile error related to uninitialized value. Patch by Matt Lavin ...</li>
+<li>Introduce disambiguation prefix for "Deposit" action to distinguish it ...</li>
+<li>Make one register function more const correct to avoid compiler warnings ...</li>
 <li>Fix typo: scm_catch_body_t -> scm_t_catch_body</li>
 <li>gnc-module doesn't need to compile/link with guile</li>
 <li>Add new option in register "Tab order includes Transfer field". Patch by Colin Law</li>
@@ -56,44 +56,44 @@
 <li>Win32: Assert there is only one aqbanking plugin directory</li>
 <li>Win32: Minor version update of aqbanking.</li>
 
-<li>Bug #603186: Fix crash with txf.scm on win32 Patch by J. Alex …</li>
-<li>Bug #537476: Fix currency trading account preference lookup Patch by Mike …</li>
-<li>Fix the bug described in comment 19 of bug 537476, balance sheet wrong …</li>
-<li>Bug #310567: Disable newly introduced "shift txn forward" feature again …</li>
-<li>Fix bug 600486 - Unable to open sqllite file on Win7 64 bit Unposted …</li>
-<li>Fix Bug 591573 - "File|Save As" with xml option and no file name …</li>
-<li>Fix bug 602603 - State file cannot be saved with MySQL because of colon …</li>
-<li>Bug #570895: Allow reporting for single budget periods in budget income …</li>
-<li>Bug #602744: Fix broken tip_of_the_day list creation. Patch in r18417 …</li>
-<li>Fix bug 591098 - when starting Gnucash, "Present" and all other collumns …</li>
-<li>Bug #537476: Implement currency trading accounts optionally, to be enabled …</li>
-<li>Bug #554394: Income Tax Enhancements Patch by J. Alex Aycinena. Patch …</li>
-<li>Bug #600374: Add editable transaction field in the register for bank …</li>
-<li>Bug #310567: Add menu item to shift transaction forward in sorting …</li>
-<li>Bug #121695: Support account reparenting through drag and drop in the …</li>
-<li>Fix bug 492865 - Add Last Reconcile Date as an Option in the Chart of …</li>
-<li>Fix bug 593581 - 2.3.5: Save to MySQL still fails with date error After …</li>
-<li>Bug #601861: Fix mis-captioning in button labels The keyboard shortcut …</li>
+<li>Bug #603186: Fix crash with txf.scm on win32 Patch by J. Alex ...</li>
+<li>Bug #537476: Fix currency trading account preference lookup Patch by Mike ...</li>
+<li>Fix the bug described in comment 19 of bug 537476, balance sheet wrong ...</li>
+<li>Bug #310567: Disable newly introduced "shift txn forward" feature again ...</li>
+<li>Fix bug 600486 - Unable to open sqllite file on Win7 64 bit Unposted ...</li>
+<li>Fix Bug 591573 - "File|Save As" with xml option and no file name ...</li>
+<li>Fix bug 602603 - State file cannot be saved with MySQL because of colon ...</li>
+<li>Bug #570895: Allow reporting for single budget periods in budget income ...</li>
+<li>Bug #602744: Fix broken tip_of_the_day list creation. Patch in r18417 ...</li>
+<li>Fix bug 591098 - when starting Gnucash, "Present" and all other collumns ...</li>
+<li>Bug #537476: Implement currency trading accounts optionally, to be enabled ...</li>
+<li>Bug #554394: Income Tax Enhancements Patch by J. Alex Aycinena. Patch ...</li>
+<li>Bug #600374: Add editable transaction field in the register for bank ...</li>
+<li>Bug #310567: Add menu item to shift transaction forward in sorting ...</li>
+<li>Bug #121695: Support account reparenting through drag and drop in the ...</li>
+<li>Fix bug 492865 - Add Last Reconcile Date as an Option in the Chart of ...</li>
+<li>Fix bug 593581 - 2.3.5: Save to MySQL still fails with date error After ...</li>
+<li>Bug #601861: Fix mis-captioning in button labels The keyboard shortcut ...</li>
 <li>Bug #602070: Fix return value in void function Patch by Halton Huo.</li>
 <li>Bug #602062: Fix hard-coded gcc program name Patch by Halton Huo.</li>
-<li>Bug #540452: Remove inline from function declaration/definition because it …</li>
-<li>Bug #602069: Fix build on Solaris for different gmp header …</li>
-<li>Revert r18396, "Bug #593906: Fix crash at account report" This change …</li>
-<li>Fix bug 598213 - Selecting "Account Report" causes gnucash to …</li>
-<li>Bug 600947 - Gnucash-2.3.7 crashes when doing reports with …</li>
-<li>Bug 599324 - Patch: Add double click behaviour to account list in payment …</li>
-<li>Bug 599322 - Patch: Minor gui tweak for invoice window Fix widget …</li>
-<li>Bug #599953: Let gnc:make-[complex|simple]-boolean-option store its value …</li>
-<li>Bug #593906: Fix crash at account report Patch by Mike Alexander. This …</li>
-<li>Bug #582985, #585022: Add missing currencies Armenian Dram (AMD) and …</li>
-<li>Bug #593070: Budget Report: Omit accounts with no budget and zero …</li>
+<li>Bug #540452: Remove inline from function declaration/definition because it ...</li>
+<li>Bug #602069: Fix build on Solaris for different gmp header ...</li>
+<li>Revert r18396, "Bug #593906: Fix crash at account report" This change ...</li>
+<li>Fix bug 598213 - Selecting "Account Report" causes gnucash to ...</li>
+<li>Bug 600947 - Gnucash-2.3.7 crashes when doing reports with ...</li>
+<li>Bug 599324 - Patch: Add double click behaviour to account list in payment ...</li>
+<li>Bug 599322 - Patch: Minor gui tweak for invoice window Fix widget ...</li>
+<li>Bug #599953: Let gnc:make-[complex|simple]-boolean-option store its value ...</li>
+<li>Bug #593906: Fix crash at account report Patch by Mike Alexander. This ...</li>
+<li>Bug #582985, #585022: Add missing currencies Armenian Dram (AMD) and ...</li>
+<li>Bug #593070: Budget Report: Omit accounts with no budget and zero ...</li>
 <li>Fix 598491: Remove use of guile's deprecated GH interface</li>
 <li>Bug #567090: Fix erroneous password length comparison.</li>
 
 <li>Updated Dutch translation by Mark Haanen, copied from Translation Project.</li>
-<li>Add Latvian translation by Valdis Vitolins <valdis.Vitolins at odo.lv></li>
+<li>Add Latvian translation by Valdis Vitolins &lt;valdis.Vitolins at odo.lv&gt;</li>
 <li>Update of Japanese translation by KUSANO Takayuki</li>
-<li>Add polish account templates, contributed by Jacek Baszkiewicz …</li>
+<li>Add polish account templates, contributed by Jacek Baszkiewicz ...</li>
 <li>Update German translation.</li>
 </ul>
 



More information about the gnucash-changes mailing list