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