CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: src/af/util/Makefile src/af/xap/xp/xap_Dictionary.cpp CVS: src/af/xap/xp/xap_Dictionary.h CVS: src/text/fmt/xp/fl_BlockLayout.cpp CVS: ---------------------------------------------------------------------- Fix build, fix segfault on first keypress, fix spell check on add words.
FJF and other autoconf builder. You need to incude the new obj in the makefile above the directory for diving make. This fixes the build and should make tinderbox gree. That's one less donut I ow you :-) Jesper - Watch out for UT_uint32! They suck. They should only be used in exceptional circumstance. Abi was segfaulting on first keypress coz you were subtracting 1 from zero in a UT_uint32 variable. Work around for a bug in UT_hash. The "contains" method is unreliable. It just would not return "sevior" for me. Look at the code I've if 0'd out in XAP_Dictionary.cpp Also added some ways to make abiword not mark abiword or abisource as incorrectly spelled. We can add other words as we like. Cheers Martin
