From 21ea2a62b9f0dea431f8aa02b13ff257e349e501 Mon Sep 17 00:00:00 2001 From: Yawar Amin Date: Sun, 24 Oct 2010 00:58:54 -0400 Subject: [PATCH 2/5] guide: Reword paragraphs about new file extension Mention new file extension chosen during 2.3 development. Also, two paragraphs in the `Basics' chapter talk about the new default .gnucash file format. Make the second refer to the first. --- guide/C/ch_basics.xml | 34 ++++++++++++++++++++++------------ 1 files changed, 22 insertions(+), 12 deletions(-) diff --git a/guide/C/ch_basics.xml b/guide/C/ch_basics.xml index 74b8146..20a1426 100644 --- a/guide/C/ch_basics.xml +++ b/guide/C/ch_basics.xml @@ -2086,14 +2086,21 @@ To open an existing file, select File Open from the menu and choose your file from the list. - &app; is storing its data with the extension .gnucash. - - The .gnucash extension was introduced with version 2.4 of &app;. - For already existing files, the extension will never be changed. So if you open an existing file named - Myoldfile, that name won't be changed if the file is saved. You might use the - Save As... command and give the file a new name in order to have it saved with the - extension .gnucash. - + + The <filename>.gnucash</filename> Extension + + &app; stores its data with the + extension .gnucash. + + The .gnucash extension was chosen as the + default during development of the 2.3 unstable series of + &app;. For already existing files, the + extension will never be changed. So if you open an existing file + named Myoldfile, that name won't be changed if + the file is saved. You might use the Save + As... command and give the file a new name in order to + have it saved with the extension + .gnucash. If you name your &app; file to MyBudget, the actual file name will be MyBudget.gnucash @@ -2102,6 +2109,7 @@ the file name. Per the above example, it is enough to only specify MyBudget as the filename. + @@ -2267,10 +2275,12 @@ name. - Starting from version 2.4 &app; does not create anymore - backup files with the extension .xac but with the extension - .gnucash. So if you upgrade from &app; version - 2.2.x to 2.4 you may end up with both xac and gnucash backup files in your directory. + Remember from that the + default &app; file extension is + .gnucash. So if you upgrade from the 2.2 + series to the 2.4 series, you may end up with both + .xac and .gnucash backup + files in your directory. -- 1.7.0.2