buggy cursor nav. handling fixed; cursor drawing also takes in account the font descent
[claws.git] / ChangeLog.claws
1 2001-04-24
2         * added comments in src/news.c src/nntp.c
3         * added src/prefs_headers.[ch]
4         * added src/headers.[ch]
5         * modified compose.c to activate custom headers
6                 added function is_in_custom_headers
7         * modified prefs_account.[ch]
8                 added function prefs_account_customhdr_edit
9         * modified src/defs.h :
10                 added HEADERS_RC : name of the config file
11                 for the custom headers
12
13 2001-04-24
14
15     0.4.65claws5
16
17         * configure.in
18           src/gtkstext.[ch]
19           src/compose.c
20           src/Makefile.am
21           
22           added gtkstext with configure.in patch by Hiroyuki which
23           should fix the XIM detection [alfons]
24
25         * more clean up of cvs [alfons]
26
27                  * removed all Makefile.in files to attic.
28
29                  * updated all .cvsignores to really ignore things that could
30                    be unintentionally committed by a recursive commit.
31
32 2001-04-23
33         * added src/grouplist_dialog.[ch]
34         * changed src/folderview.c to call grouplist_dialog instead
35                 of inputdialog
36         * src/news.c :
37                 added functions news_reset_group_list
38                 and news_get_group_list
39         * src/nntp.c :
40                 added function nntp_list
41         * src/defs.h :
42                 added GROUPLIST_FILE : name of the newsgroup list cache file
43
44 2001-04-21
45
46         * added option to warn about queued messages on exit [sergey]:
47
48           * src/compose.c: compose_queue(): call folder_item_scan()
49             and folderview_update_item() after queueing.
50           * src/folderview.c: folderview_update_node(): draw the queue
51             folder in bold font if there are queued messages.
52           * src/mainwindow.c: queued_messages(): new function.
53             app_exit_cb(): display warning if there are queued messages
54             if warn_queued_on_exit is set.
55           * prefs_common.[ch]: add warn_queued_on_exit option.
56
57         * enhanced GnuPG key selection support [sergey]:
58
59           * src/select-keys.c: updated to newer version from Win32
60             branch with support for selecting arbitrary keys.
61           * src/prefs_account.c: added the Privacy tab to the account
62             options window.
63             prefs_account_privacy_create(),
64             prefs_account_sign_key_set_data_from_radiobtn(),
65             prefs_account_sign_key_set_radiobtn(): new functions.
66           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
67           * src/rfc2015.c: set_signers(): new function.
68             pgp_sign(): add the account parameter, call set_signers().
69             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
70           * src/rfc2015.h: rfc2015_sign(): updated prototype.
71           * src/compose.c: pass the current account to rfc2015_sign().
72
73         * tag name claws added to prevent confusion with main branch [alfons]
74
75         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
76
77         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
78
79         * sync with recent sylpheed cvs. Untested though. [alfons]
80