Fix bug: EWTS->TScript screwed up on [ and \.
Fix bug: Footnotes and endnotes were not converted properly in
Unicode F9.
Fix bug: TCC->Unicode lost footnotes.
Fix bug: EWTS->Unicode could leave some TScript in the wrong Unicode
font.
Fix bug: apparently-unrelated changes screwed up F6 search.
Fix bug: F6 left ghost selection cursors behind due to a Word
redisplay bug. Not sure if this bug was somehow tickled by recent
changes or if F6 has always done this. Anyway, fixed this by
forcing Word to redisplay.
Fix bug: Parser wrongly accepted "h-" as a foreign word. This made
Interlineal blow out when trying to type "h-i".
PrepareDistribution now saves the cleaned-up development version and
copies it to Setup.doc (for input to SEAU).
resets the control-I and control-B flags.
Fix bug: apparently-unrelated changes in last version made F9 not
preserve styles again.
Fix bug: backquote didn't curlify.
"Interlineal Tibetan" style has its .fooBi properties set.
Interlineal Latin styles are based on Normal. (This works -- I was
confused in my comments of 30 July -- and fixes obscure problems.)
always defined at run time (even when loading normally rather than
from Startup). This is partly to avoid duplication and change-sync
problems, but mostly because it allows the "Interlineal Tibetan"
font parameters to be set according to the user's TScript font
preferences (e.g. TMW vs Unicode).
Fix bug: The font size of the "Interlineal Tibetan" style was not
respected.
Fix bug: TCC->Unicode did not preserve paragraph styles as advertised.
Fix bug: TCC->Uni left selection in random state.
Fix bug: [ in TMU (but not TMW) didn't do .copyformat correctly.
Fix bug: ] in TMU (but not TMW) didn't do .copyformat correctly.
Fix bug: red error handler didn't work correctly in TMW in interlineal.
Fix bug: in TMW, interlineal TScript row was not using proprietary
style due to .copyformat hair.
Fix bug: when loading from Startup, the programmatically-defined
interlineal styles could come out in 22pt (when using TMW) because
the size wasn't specified and could be inherited. Force 11pt.
(Would be nicer to take from the Normal style, but I vaguely
remember that an earlier attempt to take the font name from Normal
resulted in problems.)
Decrease formatLookbackNCharacters for better performance on slower
machines.
Put calls to ReinitializeWylieWordIfNecessary into the interlineal
key bindings (where they should have been all along). This may fix
some long-standing obscure interlineal bugs. It certainly fixes
one new problem (whereby interlinealHorizontalPadding was failing to
get initialized).
RFE #1104925. Now when you switch from TScript to OScript, or vice
versa, the code looks backward through the document to find the last
instance of the script type (T or O) and applies the formatting of
that last instance to the new text. If there was no previous
OScript, the "Normal" style parameters are used. This means that
the WylieWord Options dialog no longer needs or has OScript font
parameters. It retains the TScript font parameters, but these are
used as defaults only.
Implement SF RFE #1104920: New option (in Options dialog) to control
the horizontal whitespace in Interlineal mode.
Add new "Interlineal Tibetan" style for first row of Interlineal
matrices. Previously, Normal was used, but that meant user didn't
have control over vertical whitespace for first row.
Added 3 points of vertical space above the interlineal styles built
into the template. This makes them consistent with the styles that
are auto-defined by AddInterlinealStylesIfNecessary.
Diked defaultOScriptFontName (introduced 3 July to fix 1149498).
Replaced with literal "Times New Roman", which I think is clearer.
Motivated by the fact that this no longer *is* the default OScript
font (since that now comes from the Normal style).
document-changing operations (finished work on SF RFE #1151501,
modulo any bugs that may show up).
In interlineal mode, <space> now removes spaces before and after the
cursor before breaking up the cell.
In interlineal mode, add work-around for the Word bug whereby if you
insert a table in the line immediately after a table, it DWIMishly
merges the two. (Dealt with this by having alt+M insert a crlf to
keep the tables seperate.)
Conversion of TMW to Unicode now preserves styles.
When changing the Tibetan font in the Options dialog, its size and
position are heuristicated. This is fairly bogus, but will save
users who fail to RTFM much confusion. (Someone has already
reported the "bug" that TMW->Unicode conversion puts TScript text
above the Latin baseline.)
In installation, add warning about Outlook email editing interaction.
Explained Outlook email interaction bug.
Added discussion of how to uninstall.
Added Bob Chilton's explanation of the convoluted procedure
needed to make Tibetan line-breaking work properly. Included Cathy
Cantwell's caveat about re-application to existing documents.
Document that you shouldn't use a Tibetan IME with WW.
Addressing SF bug #951553 (interference with Outlook email editing):
put in a warning dialog that should catch (but not fix) the problem
Fixed SF 1149498: defined a public const whose value is "Times New
Roman" and replaced all Times font literals with it.
this workaround, when using TMW as TScript font, ]'<bsp>['g blew
out; the second ' came out in the wrong (TMW) font.
Changed type of variable "start" from Integer to Long in
InsertTibetanTshegBarAsUnicode. (Problem reported by Than Garson.)
Also fixed the analogous problem in InsertForeignTshegBarAsTScript.
SF bug [1151313]: AddInterlinealStylesIfNecessary failed to set the
font names. This bug could be duplicated by loading from Startup
and doing ]s<alt-m>s; the phonetics came out in TScript.
Add call to AddInterlinealStylesIfNecessary in
ConvertToInterlinealText to fix problem when running from Startup
(only). Problem reported by Cathy Cantwell.
oM was transcribed "ong" because I made M->ng for huM. But that was
totally bogus. This change means that huM comes out hum, which is
right for THDL (probably, although that is not well-defined) but
wrong for Aro. It's not possible to special-case huM for Aro
without adding another flag, and since the implementation of Aro
pronunciation is generally inaccurate, I'm going to punt for now.
Worked around newly-discovered Word bug that causes the selection
change event handler to get called spuriously. This caused bad
behavior in alt+m. Probably this bug has been around forever but
either no one noticed it or it was masked by something else.
Make HandleUserUCH call UpdateFromTransliteration, as needed.
Add code in InsertInterlinealMatrix to force OScript input in the
Wylie row.
Fixed 1118035 some more. Yesterday I fixed it for Unicode; I had
assumed this worked correctly for TMW, but it didn't, due to some
buggy version 1.1 legacy code. (So in fact this bug was in version
2.0 as well, but no one complained.)
Fixed SF bug 1118391: Now starts in OScript mode, not TScript.
Fixed SF bug 1119024: TCC->Unicode lost newlines and other whitespace.
Fixed SF bug 1149395: allow s+n+r as Tibetan stack.
Working on fix for 1119028 by modifying SelectionIsTScript, which is probably
in an inconsistent state currently.
Implement the (apparent) Unicode // misfeature: Whenever two U+0F0D
appear next to each other, by whatever means, they need to be
combined into a single U+0F0E.
Made MakeRangeTScript set .Font.NameBi, which seems to be necessary
on alternate Tuesdays.
Fix long-standing bug (was in 2.0, but I only just noticed it):
single-quote should be open-curly after newline and tab, as well as
after space. Probably after some other things as well, like magic
formatting codes, but it's too hard to figure out what.
Fix bug introduced by the optimization of font changes: TCC->Unicode
was failing to set the Unicode font, so everything came out Arial
Uni.
Fixed bug recently introduced in ProcessTibwn_iniLine that caused
Tibetan stacks not to work.
Fixed bug: when typing an OScript character, bombed if the
selection was not collapsed.
Fixed bug: _ was inserting 0020 rather than 00A0
Fixed bug that looks like it goes back at least to 2.0, that
inserting an alpha character in tscript after a symbol that has no
wylie (other than \uXXXX) bombs because the symbol is wrong counted
as CharOKinTshegBar. If it does go back to 2.0 I'm somewhat
surprised no one has noticed it; but probably these symbols are very
rarely used.