2005-06-08 [paul] 1.9.11cvs47
[claws.git] / TODO-gtk2
1 Bugfixes
2     * SSL support seems broken.
3     * Chracter set conversion
4         * Modify codeconv.c for UTF-8
5         * Should we prepare functions  for locale <-> UTF-8?
6           (Use conv_localetodisp()?)
7         * Character set of file name.
8           (Should we use g_filename_from_locale() and g_filename_to_locale()?)
9         * Character set conversion for "Action" feature.
10         * Character set conversion for jpilot
11         * vCard is ok?(<- I don't understand about it)
12     * URI of uri_list_extract_filenames()
13         * Host name.
14         * Should we add a argument for length of string?
15     * Revive ruler of compose(adjust start point)
16     * Case sensitive searching feature in message.
17     * Remove all deprecated codes (About 90% completed except CList/CTree)
18     * Verify all #warning FIXME_GTK2
19     * Remove all warnings of Gtk+
20     * Fix other unknown bugs.
21
22 Features
23     * I want a dialog for character set conversion when invoke external editor.