This is a technical TODO designed for those developing Aspell.  It may
make little sense for the end-user.  For the end-user TODO please see
the manual.

For .33.5

Write somethng on how the prefix and set-prefix option works.

Write something on how the LANG envormental varable is used to set the
master dictionary and the default value of the master dictionary incase that
it can't find an appropreate dicrionary based on the LANG envormental
variable.

Possible get in touch with the person who asked about conversting a seledem
used charcter to its non accented equilvent and fine out why it didn't work
right after I sent him the proper files.


Other:

Fix the bugs in the code that allows previewing the next character.  In
particular make sure true_itr() is pointing to the current position and not
one (or more) past.

Finish fixing the tokinizer so that it can handle formatting filters
skipping over commands as oppose to blanking them out.

Add an option to control if the filters skip over formatting commands or
blank them out.

Fix the bug that if
  option val a
  option val b
appears in a configuration file. Val a will override value B.
It should be the other way around.

Also allow additional dictionaries (of any format) to be added via
configuration options.

Finish the international support by resolving the issues necessary in
converting the words back to the encoding of the text file.  Resolve issues
of non one-to-one mappings and also resolve the issue of properly handling
special characters which which are escaped because they are normally
formatting characters.

Resolve the issue of properly handling formatting commands in the middle
of the character such as <b>D</b>og(HTML) or Psycola\-gest(TeX).

Consider having a better scoring method so that misspellings which are
likely to be types have a lower score.  Typo type error includes:
replacement of one letter with another that is one key stroke away
    similar, letters that differ only by a capitulation or accent
  deletion of a double letter
  swapping two letters
 and possibly
  insertion of a letter

Also consider having a special mode which will only return suggestions
which are likely to be due to a typo.  Possible also offer a filter to
filter an existing list of suggestions to ones which are likely to be
due to a typo.

Consider having a better scoring method for the soundslikes which will
give different weights to substitutions of different sounds.  For example,
M,N should have a lower score than P,N.


