Please report any problems to tz@execpc.com, but check first if there
is a new beta since they might be fixed.

Version 0.43

Deleted individual book resources won't cause any bad behavior.

Updates from 0.32:

- PageUp and PageDown now move half pages instead of a few lines.

- Verse counter now updates to show the top verse on screen (if in the
middle of a verse, it will be the verse that the last half is shown,
note it will not show a verse zero for header information, e.g. "A
PSALM OF DAVID").

- Internal changes to allow header information.

- Internal changes to allow footnotes with * button.
  (Tapping * takes you to the footnotes for the current chapter,
  tapping * again takes you back).

- Revised Menu and dialogs.

- Search is now a button instead of the Find icon.

Flash Note: The concorde reader can be placed in flash as well as any
monolithic texts (reader plus text in a single PRC).  Texts cannot be
placed in Flash.

KNOWN PROBLEMS:

YOU NEED TO MODIFY PILRC!!!  (there is an error given if a resource is
over 9999).

Modify the line around line 860 that says:
  ErrorLine("ID conflicts with PalmOS reserved ID range (valid values: 0-9999)");
To be "WarningLine("ID conf...." instead.

Search with OK will attempt to start after the current top of screen,
but will occasionally get stuck if the last match is at the bottom
(when the matched word ends a chapter).  Scroll down or use next.

Search for "nathan" will keep stopping on Jonathan - put a space in
the search text field, i.e. " nathan".

Next and Fwd are inactive (but not disabled) before the first search,
so don't do anything.  It can also be confusing if you move the
chapter and verse since the search will resume from the previous FOUND
text, not the current screen.

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

Source is included for reference and is released under the GNU Public
License copyright (see www.opensource.com).  decode.s is a
hand-optimized version of decode.c - a copy is in decode.S1 since
editing decode.c will overwrite decode.s

The interface uses popup lists for the books, chapters, and verses.

The /About menu gives a basic usage box with an info icon that brings
up further help information.

The text is a standard text field and will allow selection and copying
into the clipboard (via the /Copy function on the menu).

NAVIGATION

/T will bring up a text selection dialog.  Bookmarks and current
position are saved for the text.  /Delete a text will bring up a
confirmation box and will delete the current text if not cancelled.

The Pick lists at the bottom allow you to select a book, chapter, and
verse.  Note it will reset to chapter 1 if the book is changed, and to
verse 1 if the chapter or book is changed.  (Note with a list popped
up, if there are scroll arrows, the keys will scroll the picklist).

Within chapters, the scrollbar and scroll buttons will move within the
chapter.  THE BUTTONS WILL CROSS CHAPTERS.  At the first or last
chapter it will wrap around to the end/beginning of that chapter.

FONTS

/F will change to the next available font - the list is small, bold,
big, bigbold (PalmOS 3.0+).

BOOKMARKS

Entering a graffiti capital letter (do shift, then A-Z) will set a
bookmark.  Entering the corresponding lowercase letter will go to the
preset bookmark.

TEXT SEARCHES

Tapping the find icon brings up a text entry dialog.  Entering text
will cause that text to be searched for forward from the bottom of the
current screen of text.  Found text sets the screen with the matched
string near the top (the palm will adjust the scroll slightly so might
move a line up).

The found text will be highlighted (selected).

The OK button on the dialog or the Fwd button on top (after the string
has been set) will search from the current screen forward.

The next function (either the button on the main form, or the one on
the find dialog) will find the next occurance of the last string.
Note that changing the string in the find dialog will find the next
occurance of the new string FROM THE POINT OF THE LAST found string if
next is used instead of OK.

Note that it is a CASE INSENSITIVE text search, so lord, Lord, and
LORD will all match "lord".  The text should be entered in lower
case.  The search IS SENSITIVE TO PUNCTUATION, so "was the Word, and
the Word" will match John 1:1, but "was the Word and the Word" will
not since it doesn't have the comma.

Also note that if you don't include spaces, it will match substrings,
e.g. "salem" will match "jerusalem" too, but " salem " will only match
the isolated word.

The search is relatively fast, but starting at Genesis 1:1, finding
something at the end of Revelation will take over 2 minutes (use one
of the precious stones in the New Jerusalem in chapter 21 to see).
The longer the find string the faster the search.  (note that the
decompression takes several times longer than searching the
decompressed text, so unless/until I add indexes it won't be much
faster).

I can only highlight one word in standard palm text fields, so even
though there may be several occurances, you need to use Next to move
to them and see them.

So it isn't yet a full concordance, but to find things like where
"Berea" occurs in Acts, or "greatest of these is love" can be found
(1Cor13:13).

