2 * modified gtkstext.c : buggy cursor navigation fixed,
3 and font descent also taken in account when drawing
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
27 added gtkstext with configure.in patch by Hiroyuki which
28 should fix the XIM detection [alfons]
30 * more clean up of cvs [alfons]
32 * removed all Makefile.in files to attic.
34 * updated all .cvsignores to really ignore things that could
35 be unintentionally committed by a recursive commit.
38 * added src/grouplist_dialog.[ch]
39 * changed src/folderview.c to call grouplist_dialog instead
42 added functions news_reset_group_list
43 and news_get_group_list
45 added function nntp_list
47 added GROUPLIST_FILE : name of the newsgroup list cache file
51 * added option to warn about queued messages on exit [sergey]:
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.
62 * enhanced GnuPG key selection support [sergey]:
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
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().
78 * tag name claws added to prevent confusion with main branch [alfons]
80 * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
82 * autogen.sh: Added "--enable-maintainer-mode". [sergey]
84 * sync with recent sylpheed cvs. Untested though. [alfons]