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