aa85145f567d5ab2d729ab6d01e9b62e55f0eca7
[claws.git] / ChangeLog.claws
1 2001-04-24
2
3         * updated all .cvsignores to really ignore things that could
4           be unintentionally committed by a recursive commit. [alfons]
5
6 2001-04-21
7
8         * added option to warn about queued messages on exit [sergey]:
9
10           * src/compose.c: compose_queue(): call folder_item_scan()
11             and folderview_update_item() after queueing.
12           * src/folderview.c: folderview_update_node(): draw the queue
13             folder in bold font if there are queued messages.
14           * src/mainwindow.c: queued_messages(): new function.
15             app_exit_cb(): display warning if there are queued messages
16             if warn_queued_on_exit is set.
17           * prefs_common.[ch]: add warn_queued_on_exit option.
18
19         * enhanced GnuPG key selection support [sergey]:
20
21           * src/select-keys.c: updated to newer version from Win32
22             branch with support for selecting arbitrary keys.
23           * src/prefs_account.c: added the Privacy tab to the account
24             options window.
25             prefs_account_privacy_create(),
26             prefs_account_sign_key_set_data_from_radiobtn(),
27             prefs_account_sign_key_set_radiobtn(): new functions.
28           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
29           * src/rfc2015.c: set_signers(): new function.
30             pgp_sign(): add the account parameter, call set_signers().
31             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
32           * src/rfc2015.h: rfc2015_sign(): updated prototype.
33           * src/compose.c: pass the current account to rfc2015_sign().
34
35         * tag name claws added to prevent confusion with main branch [alfons]
36
37         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
38
39         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
40
41         * sync with recent sylpheed cvs. Untested though. [alfons]
42