Commit Graph

67 Commits

Author SHA1 Message Date
a1tsal 1aac7dc88d I *thought* that before releasing 2.0b1, I had gotten
all of these working except for ones noted in SF.  I was very short on sleep
then, and apparently I hadn't.  Two of the failing test cases were bogus
(not valid Tibetan or Sanskrit), and I've moved them to the appropriate
part of the file.

Two are genuine bugs I didn't know about.  Aaargh.
2003-09-23 16:55:06 +00:00
a1tsal cb03392394 Minor clarifications. 2003-09-23 16:53:46 +00:00
a1tsal 469bab8152 Add explanation of template attachment. 2003-09-23 16:53:18 +00:00
a1tsal d7ab5839a9 Version 2.0b1p4 (23 September 03, sent only to Werner Bruns and madkar@tiscali.it)
Commented out (but did not remove) the Startup installation feature (because,
  due to Word bugs, WW doesn't work right when loaded from Startup).

  Removed some code that was supposed to deal with the "sara->sra" bug
  (#800153 in SourceForge) but didn't.  The code was not actually called
  (because I knew it didn't work) but I had left it in on the theory that
  it might be fixable (but it probably isn't; a different approach is required).

  Added comment to code about ga.yarma problem.

  Updated the EWTS URL in the Tibetan menu for new thdl.org organization.

  On the Italian keyboard layout, there is simply no way to get a backquote,
  so VkKeyScan returns -1, which was causing four different pieces of code to
  blow up.  Fixed to check this case.  (For an unnamed friend of Werner Bruns.)

  Improve success message for phonetics testing.
2003-09-23 16:49:58 +00:00
a1tsal ac5e7035df Remove warning about non-unicode characters
(no longer relevant since the spec now mandates use of the PUA,
which can be accessed with \u normally).

Clarify warning about bug in typing Sanskrit.
2003-09-17 21:25:17 +00:00
a1tsal 38a78ad576 Work around two VBA bugs that caused WW not to work with the German
keyboard layout (as reported by Werner Bruns).
2003-09-16 20:41:30 +00:00
a1tsal 822fd4a675 2.0b1p2: Various attempts to work around Word "object not found"
problems seen by other people but not me.  Specifically:

  Added "Microsoft Scripting Runtime" to VBA References.  This might fix Werner
  Bruns's problem with "object not found" error during installation.

  Eliminated use of SendKeys in CapsLock translation, on the theory that it was
  responsible for DG's CapsLock problem.

  Changed all instances of Application. to Word.Application., which shouldn't
  be necessary according to the documentation, but seems to be more robust.

  Type-declared all Function return values (in attempt to avoid stupid run-time
  errors when loading from Startup folder; apparently code run from there is
  executed differently from that loaded from the templates folder, in a mode that
  is more sensitive to missing type declarations).
2003-09-15 00:21:04 +00:00
a1tsal ba03d9bead Add note about testing from Startup folder. 2003-09-15 00:00:08 +00:00
dchandler 8920e1b2aa WylieWord is the name, not Wylie Edit.
Fixed typo.
2003-09-04 03:29:48 +00:00
a1tsal f6fc902973 Initial check-in of 2.0b1 binary files. 2003-09-04 03:14:24 +00:00
a1tsal f25b0d4f40 Initial check-in of 2.0b1 non-binary files. 2003-09-04 03:08:27 +00:00
a1tsal fad893dbf6 Removing WylieWord 1.x in favor of 2.x 2003-09-04 03:01:10 +00:00
dchandler 1b518b1336 This file is just a transformation of
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/thdltools/Jskad/source/org/thdl/tib/text/tibwn.ini,
so I'm deleting its now-out-of-date contents.
2003-05-31 20:01:18 +00:00
thangarson 3ea1eecc28 Updated THDL URLs. 2002-11-15 21:27:01 +00:00
dchandler 63757c30c1 \r\r\n line breaks are now \r\n. (Which means they'll be \n on Unix
sandboxes, and \r\n on Windows sandboxes, which is what you want.)
2002-10-03 02:53:43 +00:00
dchandler 074adbf06a Added the rest of the initial import of Wylie Word. These files are binary, which are handled specially by cvs a la 'cvs add -kb'. 2002-09-24 01:34:00 +00:00
dchandler d919690809 Initial revision 2002-09-24 01:30:04 +00:00