comparison runtime/doc/todo.txt @ 2182:3cb515c62e9c vim73

Minor updates to blowfish encryption.
author Bram Moolenaar <bram@vim.org>
date Sun, 16 May 2010 23:02:33 +0200
parents f60a0c9cbe6c
children 5028c4d6d825
comparison
equal deleted inserted replaced
2180:f60a0c9cbe6c 2182:3cb515c62e9c
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 32
33 check blowfish.c
34 check sha256.c
35 Use 'cm' option only when FEAT_CRYPT is defined.
36 When not full match with magic, check for head and give warning about
37 unsupported crypt method.
38 if 'enc' is ucs-2, does utf-8 to ucs-2 encoding always work for seed?
39
40 Crypt update: 33 Crypt update:
41 - move bf_self_test() and sha256_self_test() elsewhere 34 - Use 'cm' option only when FEAT_CRYPT is defined.
35 - When not full match with magic, check for head and give warning about
36 unsupported crypt method.
37 - if 'enc' is ucs-2, does utf-8 to ucs-2 encoding always work for seed?
42 - Update E000 to error number. 38 - Update E000 to error number.
39
40 Include cabal and obj syntax files. (Vincent Berthoux, 2010 May 16)
43 41
44 Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6) 42 Cursor positioning wrong with 0x200e character. (John Becket, 2010 May 6)
45 43
46 E315 when trying to change a file in FileChangedRO autocommand event. 44 E315 when trying to change a file in FileChangedRO autocommand event.
47 (Dominique Pelle, 2010 Apr 30) 45 (Dominique Pelle, 2010 Apr 30)