Fixed and improved NNTP authentication support.
[claws.git] / ChangeLog.claws
1 2001-04-29 [sergey]
2
3         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
4         news_nntp_post, news_nntp_mode): new functions (wrappers with
5         authentication support).
6         (news_get_article_cmd, news_get_article, news_get_header): new
7         argument "folder"; all callers changed.
8         (news_get_article_cmd): added authentication support.
9         (news_session_get): use news_nntp_mode() instead of nntp_mode().
10         (news_post): use news_nntp_post() instead of nntp_post().
11         (news_get_uncached_articles): use news_nntp_group() instead of
12         nntp_group() and news_nntp_xover() instead of nntp_xover();
13         removed old authentication code.
14         (news_get_group_list): use news_nntp_list() instead of nntp_list().
15
16         * src/nntp.c (nntp_list): return real error code instead of
17         hardcoded NN_ERROR.
18
19 2001-04-29 [sergey]
20
21         * configure.in: fixed wint_t typedef detection again
22
23 2001-04-28 [hoa]
24
25         * src/prefs_account.[ch], added A_LOCAL_CMD
26                 (send mail with mail command)
27         * src/send.c added function send_message_with_command()
28         * src/inc.c made a more secure get_spool() function with
29                 mktemp() but maybe mkstemp() or something more
30                 secure can be used.
31
32 2001-04-28 [alfons]
33
34         * src/textview.c, colorization of email addresses in headers
35
36         0.4.65claws6
37
38         * bug sync with sylpheed
39         * prefs_common.c: created date format ui for darko
40         * sync with 0.4.65cvs11
41         * configure.in: corrected to have the new gpg checks
42
43 2001-04-27 [alfons]
44
45         * completed sync with 0.4.65cvs10
46         * minor debug things added to gtkstext.c
47
48 2001-04-27 [darko]
49
50         * configure.in: remove check for availability of
51           strftime() as advised by Hiroyuki
52         * src/prefs_common.[ch], src/procheader.c:
53           synch strftime() code with Hiroyki's main branch
54
55 2001-04-26 [sergey]
56
57         * src/news.c: news_query_password(), news_authenticate(): new
58           functions.
59           news_get_uncached_articles(): added NNTP authentication
60           handling.
61         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
62           new functions.
63         * src/prefs_account.c: prefs_account_protocol_activated():
64           enable userid and password fields for NNTP.
65
66 2001-04-26
67
68         * configure.in: check for availability of strftime()
69           [darko]
70         * src/prefs_common.[ch], src/procheader.c: use
71           strftime() for displaying date in summary pane if it
72           is available
73
74 2001-04-25
75
76         * more .cvsignore cleanups [alfons]
77
78 2001-04-25
79
80         * ac/sv-check-type.m4: new autoconf macro.
81         * configure.in: fixed wint_t typedef detection (did not work
82           with gcc-2.96).
83
84 2001-04-25
85
86         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
87           [hiroyuki]
88
89 2001-04-24
90         * modified gtkstext.c : buggy cursor navigation fixed, 
91           and font descent also taken in account when drawing
92           cursor. [alfons]
93
94 2001-04-24 [hoa]
95         * added comments in src/news.c src/nntp.c
96         * added src/prefs_headers.[ch]
97         * added src/headers.[ch]
98         * modified compose.c to activate custom headers
99                 added function is_in_custom_headers
100         * modified prefs_account.[ch]
101                 added function prefs_account_customhdr_edit
102         * modified src/defs.h :
103                 added HEADERS_RC : name of the config file
104                 for the custom headers
105
106 2001-04-24
107
108     0.4.65claws5
109
110         * configure.in
111           src/gtkstext.[ch]
112           src/compose.c
113           src/Makefile.am
114           
115           added gtkstext with configure.in patch by Hiroyuki which
116           should fix the XIM detection [alfons]
117
118         * more clean up of cvs [alfons]
119
120                  * removed all Makefile.in files to attic.
121
122                  * updated all .cvsignores to really ignore things that could
123                    be unintentionally committed by a recursive commit.
124
125 2001-04-23 [hoa]
126         * added src/grouplist_dialog.[ch]
127         * changed src/folderview.c to call grouplist_dialog instead
128                 of inputdialog
129         * src/news.c :
130                 added functions news_reset_group_list
131                 and news_get_group_list
132         * src/nntp.c :
133                 added function nntp_list
134         * src/defs.h :
135                 added GROUPLIST_FILE : name of the newsgroup list cache file
136
137 2001-04-21
138
139         * added option to warn about queued messages on exit [sergey]:
140
141           * src/compose.c: compose_queue(): call folder_item_scan()
142             and folderview_update_item() after queueing.
143           * src/folderview.c: folderview_update_node(): draw the queue
144             folder in bold font if there are queued messages.
145           * src/mainwindow.c: queued_messages(): new function.
146             app_exit_cb(): display warning if there are queued messages
147             if warn_queued_on_exit is set.
148           * prefs_common.[ch]: add warn_queued_on_exit option.
149
150         * enhanced GnuPG key selection support [sergey]:
151
152           * src/select-keys.c: updated to newer version from Win32
153             branch with support for selecting arbitrary keys.
154           * src/prefs_account.c: added the Privacy tab to the account
155             options window.
156             prefs_account_privacy_create(),
157             prefs_account_sign_key_set_data_from_radiobtn(),
158             prefs_account_sign_key_set_radiobtn(): new functions.
159           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
160           * src/rfc2015.c: set_signers(): new function.
161             pgp_sign(): add the account parameter, call set_signers().
162             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
163           * src/rfc2015.h: rfc2015_sign(): updated prototype.
164           * src/compose.c: pass the current account to rfc2015_sign().
165
166         * tag name claws added to prevent confusion with main branch [alfons]
167
168         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
169
170         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
171
172         * sync with recent sylpheed cvs. Untested though. [alfons]
173