Describe last changes
This commit is contained in:
parent
d114b36c12
commit
9dfda10ada
@ -13,6 +13,10 @@ _____________________________________________________________________________
|
|||||||
Ž¡®§ 票ï: "-" - ¨á¯à ¢«¥¨¥, "+" - ®¢®¥, "!" - áãé¥á⢥®¥ ¨§¬¥¥¨¥.
|
Ž¡®§ 票ï: "-" - ¨á¯à ¢«¥¨¥, "+" - ®¢®¥, "!" - áãé¥á⢥®¥ ¨§¬¥¥¨¥.
|
||||||
_____________________________________________________________________________
|
_____________________________________________________________________________
|
||||||
|
|
||||||
|
+ „«ï ¯à®¢¥àª¨ ®à䮣à 䨨 ¬®¦® ®¤®¢à¥¬¥® ¨á¯®«ì§®¢ âì ¥áª®«ìª® á«®¢ ३.
|
||||||
|
<20>®«ì§®¢ ⥫ì᪨¥ á«®¢ ਠMS Spell Checker ¯¥à¥ç¨á«ïîâáï ¢ ¤¨à¥ªâ¨¢¥
|
||||||
|
SCHECKERUSERDIC ç¥à¥§ ¯à®¡¥«. (<28> âç ®â ‘¥¬ñ <20> ¥¢¨ 2:5025/121.)
|
||||||
|
|
||||||
! ˆá¯à ¢«¥ ®è¨¡ª ¢ ¨¨æ¨ «¨§ 樨 SOUP ¨ QWK. (<28> ¥¥ Golded+ ¢¬¥áâ® ¨¬¥¨
|
! ˆá¯à ¢«¥ ®è¨¡ª ¢ ¨¨æ¨ «¨§ 樨 SOUP ¨ QWK. (<28> ¥¥ Golded+ ¢¬¥áâ® ¨¬¥¨
|
||||||
ä ©« ¨á¯®«ì§®¢ « § 票¥ ¯®á«¥¤¥£® ¯ à ¬¥âà ª®ä¨£ .)
|
ä ©« ¨á¯®«ì§®¢ « § 票¥ ¯®á«¥¤¥£® ¯ à ¬¥âà ª®ä¨£ .)
|
||||||
|
|
||||||
|
@ -13,6 +13,11 @@ ______________________________________________________________________
|
|||||||
Legend: "-" - bugfix, "+" - new feature, "!" - important modification.
|
Legend: "-" - bugfix, "+" - new feature, "!" - important modification.
|
||||||
______________________________________________________________________
|
______________________________________________________________________
|
||||||
|
|
||||||
|
+ In the Spell Checking feature simultaneous may use a several
|
||||||
|
dictionnaries. The user dictionnaries of MS Spell Checker listed in
|
||||||
|
the statement SCHECKERUSERDIC delimited with space. Path from Semen
|
||||||
|
Panevin 2:5025/121.
|
||||||
|
|
||||||
! Fix SOUP and QWK initialisation. (Early Golded+ used buffer with
|
! Fix SOUP and QWK initialisation. (Early Golded+ used buffer with
|
||||||
value of last parameter in a config instead of a area name).
|
value of last parameter in a config instead of a area name).
|
||||||
|
|
||||||
|
@ -208,8 +208,8 @@ bool CMSSpellLang::Init(HKEY hKey, const char *name)
|
|||||||
|
|
||||||
byte engine[_MAX_PATH];
|
byte engine[_MAX_PATH];
|
||||||
byte dictionary[_MAX_PATH];
|
byte dictionary[_MAX_PATH];
|
||||||
unsigned long esize = sizeof(engine);
|
const unsigned long esize = sizeof(engine);
|
||||||
unsigned long dsize = sizeof(dictionary);
|
const unsigned long dsize = sizeof(dictionary);
|
||||||
|
|
||||||
mLIDC = atoi(name);
|
mLIDC = atoi(name);
|
||||||
strcpy(mLangCode, name);
|
strcpy(mLangCode, name);
|
||||||
|
Reference in New Issue
Block a user