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