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