4 * sync with 0.4.65cvs11
5 * configure.in: corrected to have the new gpg checks
9 * completed sync with 0.4.65cvs10
10 * minor debug things added to gtkstext.c
14 * configure.in: remove check for availability of
15 strftime() as advised by Hiroyuki
16 * src/prefs_common.[ch], src/procheader.c:
17 synch strftime() code with Hiroyki's main branch
21 * src/news.c: news_query_password(), news_authenticate(): new
23 news_get_uncached_articles(): added NNTP authentication
25 * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
27 * src/prefs_account.c: prefs_account_protocol_activated():
28 enable userid and password fields for NNTP.
32 * configure.in: check for availability of strftime()
34 * src/prefs_common.[ch], src/procheader.c: use
35 strftime() for displaying date in summary pane if it
40 * more .cvsignore cleanups [alfons]
44 * ac/sv-check-type.m4: new autoconf macro.
45 * configure.in: fixed wint_t typedef detection (did not work
50 * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
54 * modified gtkstext.c : buggy cursor navigation fixed,
55 and font descent also taken in account when drawing
59 * added comments in src/news.c src/nntp.c
60 * added src/prefs_headers.[ch]
61 * added src/headers.[ch]
62 * modified compose.c to activate custom headers
63 added function is_in_custom_headers
64 * modified prefs_account.[ch]
65 added function prefs_account_customhdr_edit
66 * modified src/defs.h :
67 added HEADERS_RC : name of the config file
68 for the custom headers
79 added gtkstext with configure.in patch by Hiroyuki which
80 should fix the XIM detection [alfons]
82 * more clean up of cvs [alfons]
84 * removed all Makefile.in files to attic.
86 * updated all .cvsignores to really ignore things that could
87 be unintentionally committed by a recursive commit.
90 * added src/grouplist_dialog.[ch]
91 * changed src/folderview.c to call grouplist_dialog instead
94 added functions news_reset_group_list
95 and news_get_group_list
97 added function nntp_list
99 added GROUPLIST_FILE : name of the newsgroup list cache file
103 * added option to warn about queued messages on exit [sergey]:
105 * src/compose.c: compose_queue(): call folder_item_scan()
106 and folderview_update_item() after queueing.
107 * src/folderview.c: folderview_update_node(): draw the queue
108 folder in bold font if there are queued messages.
109 * src/mainwindow.c: queued_messages(): new function.
110 app_exit_cb(): display warning if there are queued messages
111 if warn_queued_on_exit is set.
112 * prefs_common.[ch]: add warn_queued_on_exit option.
114 * enhanced GnuPG key selection support [sergey]:
116 * src/select-keys.c: updated to newer version from Win32
117 branch with support for selecting arbitrary keys.
118 * src/prefs_account.c: added the Privacy tab to the account
120 prefs_account_privacy_create(),
121 prefs_account_sign_key_set_data_from_radiobtn(),
122 prefs_account_sign_key_set_radiobtn(): new functions.
123 * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
124 * src/rfc2015.c: set_signers(): new function.
125 pgp_sign(): add the account parameter, call set_signers().
126 rfc2015_sign(): add the account parameter, pass it to pgp_sign().
127 * src/rfc2015.h: rfc2015_sign(): updated prototype.
128 * src/compose.c: pass the current account to rfc2015_sign().
130 * tag name claws added to prevent confusion with main branch [alfons]
132 * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
134 * autogen.sh: Added "--enable-maintainer-mode". [sergey]
136 * sync with recent sylpheed cvs. Untested though. [alfons]