comparison runtime/doc/todo.txt @ 375:f14cbd913415 v7.0097

updated for version 7.0097
author vimboss
date Wed, 29 Jun 2005 22:40:58 +0000
parents 575dacb554d8
children d6d6ca943713
comparison
equal deleted inserted replaced
374:575dacb554d8 375:f14cbd913415
1 *todo.txt* For Vim version 7.0aa. Last change: 2005 Jun 28 1 *todo.txt* For Vim version 7.0aa. Last change: 2005 Jun 29
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
27 See |develop.txt| for development plans. You can vote for which items should 27 See |develop.txt| for development plans. You can vote for which items should
28 be worked on, but only if you sponsor Vim development. See |sponsor|. 28 be worked on, but only if you sponsor Vim development. See |sponsor|.
29 29
30 *known-bugs* 30 *known-bugs*
31 -------------------- Known bugs and current work ----------------------- 31 -------------------- Known bugs and current work -----------------------
32
33 send fixes for ccmalloc port to FreeBSD.
34 32
35 Add extra list of file locations. Can be used with: 33 Add extra list of file locations. Can be used with:
36 :ltag list of matching tags, like :tselect 34 :ltag list of matching tags, like :tselect
37 35
38 :lnext next location 36 :lnext next location
97 95
98 96
99 PLANNED FOR VERSION 7.0: 97 PLANNED FOR VERSION 7.0:
100 98
101 - Add SPELLCHECKER, with support for many languages. 99 - Add SPELLCHECKER, with support for many languages.
102 - Spell checking code todo's: 100 - Spell checking code todo's:
103 - Code for making suggestions: 101 - Dutch: badword "voorjaarsconferentie"; "najaarsconferentie" gets zero
104 - Hebrew: also use prefixes for suggestions. See message from 102 soundfold score.
105 Kaminsky (June 20) for ideas.
106 - Simple and fast sound-a-like: mapping list for first char and rest
107 vowel as first char: *
108 remove other vowels
109 - Proofread and cleanup spell help. 103 - Proofread and cleanup spell help.
110 - Use "engspchk" from Charles Campbell for ideas (commands, rare words). 104 - Use "engspchk" from Charles Campbell for ideas (commands, rare words).
111 - Make "en-rare" spell file? Ask Charles Campbell. 105 - Make "en-rare" spell file? Ask Charles Campbell.
112 - References: MySpell library (in OpenOffice.org). 106 - References: MySpell library (in OpenOffice.org).
113 http://spellchecker.mozdev.org/source.html 107 http://spellchecker.mozdev.org/source.html