displaying of headers in the mail viewer - customization
[claws.git] / ChangeLog.claws
1 2001-05-01 [hoa]
2         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
3         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
4                 for displaying of headers
5         * src/grouplist_dialog.[ch] minor changes to remove warnings
6         * src/prefs_display_headers.[ch] dialog to choose the
7         headers to display in the mail viewer.
8         * src/headers.h correction of #define
9         * src/headers_display.[ch] configuration for displaying of headers.
10         * src/main.c read config of displaying of headers
11         * src/prefs_common.c add a button to access the config dialog
12                 for displaying of headers
13         * src/prefs_display_headers.[ch] dialog for configuration for
14                 displaying of the headers.
15         * src/prefs_headers.c cleaning of code
16         * src/procheader.c comments added to code
17         * src/textview.c changes to reorder the headers depending
18                 on the config for displaying of headers
19
20 2001-04-30 [alfons]
21
22         0.4.65claws7
23
24         * sync with 0.4.65cvs12
25
26         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
27
28 2001-04-30 [sergey]
29
30         * src/nntp.h (NNTPSockInfo): new field auth_failed.
31
32         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
33         is set to force reconnection after authentication failure.
34         (nntp_gen_command): set sock->auth_failed on authentication
35         failure, or if sock->userid and sock->passwd are not set.
36
37         * src/news.c (news_session_new_for_folder): set userid=NULL if
38         password dialog is cancelled.
39
40 >>>>>>> 1.29
41 2001-04-30 [sergey]
42
43         * src/nntp.h (NNTPSockInfo): new type.
44
45         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
46         SockInfo.
47         (nntp_open_auth, nntp_close): new functions.
48         (nntp_gen_command): new function to handle authentication; all
49         NNTP command functions updated to use it.
50         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
51         (nntp_list): removed old useless code.
52
53         * src/news.h (NNTPSession): new field nntp_sock.
54
55         * src/news.c: all functions updated to use NNTPSockInfo instead of
56         SockInfo.
57         (news_session_new): new arguments (userid, passwd); made static;
58         use nntp_open_auth() if needed.
59         (news_session_destroy): use nntp_close() instead of sock_close().
60         (news_query_password): changed arguments.
61         (news_session_new_for_folder): new function.
62         (news_session_get): use news_session_new_for_folder().
63         (news_authenticate): deleted.
64         (news_get_uncached_articles): removed old authentication code.
65
66 2001-04-30 [sergey]
67
68         * src/news.c: reverted my previous changes (need to do NNTP
69         authentication in a cleaner way).
70         
71 2001-04-29 [sergey]
72
73         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
74         news_nntp_post, news_nntp_mode): new functions (wrappers with
75         authentication support).
76         (news_get_article_cmd, news_get_article, news_get_header): new
77         argument "folder"; all callers changed.
78         (news_get_article_cmd): added authentication support.
79         (news_session_get): use news_nntp_mode() instead of nntp_mode().
80         (news_post): use news_nntp_post() instead of nntp_post().
81         (news_get_uncached_articles): use news_nntp_group() instead of
82         nntp_group() and news_nntp_xover() instead of nntp_xover();
83         removed old authentication code.
84         (news_get_group_list): use news_nntp_list() instead of nntp_list().
85
86         * src/nntp.c (nntp_list): return real error code instead of
87         hardcoded NN_ERROR.
88
89 2001-04-29 [sergey]
90
91         * configure.in: fixed wint_t typedef detection again
92
93 2001-04-28 [hoa]
94
95         * src/prefs_account.[ch], added A_LOCAL_CMD
96                 (send mail with mail command)
97         * src/send.c added function send_message_with_command()
98         * src/inc.c made a more secure get_spool() function with
99                 mktemp() but maybe mkstemp() or something more
100                 secure can be used.
101
102 2001-04-28 [alfons]
103
104         * src/textview.c, colorization of email addresses in headers
105
106         0.4.65claws6
107
108         * bug sync with sylpheed
109         * prefs_common.c: created date format ui for darko
110         * sync with 0.4.65cvs11
111         * configure.in: corrected to have the new gpg checks
112
113 2001-04-27 [alfons]
114
115         * completed sync with 0.4.65cvs10
116         * minor debug things added to gtkstext.c
117
118 2001-04-27 [darko]
119
120         * configure.in: remove check for availability of
121           strftime() as advised by Hiroyuki
122         * src/prefs_common.[ch], src/procheader.c:
123           synch strftime() code with Hiroyki's main branch
124
125 2001-04-26 [sergey]
126
127         * src/news.c: news_query_password(), news_authenticate(): new
128           functions.
129           news_get_uncached_articles(): added NNTP authentication
130           handling.
131         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
132           new functions.
133         * src/prefs_account.c: prefs_account_protocol_activated():
134           enable userid and password fields for NNTP.
135
136 2001-04-26
137
138         * configure.in: check for availability of strftime()
139           [darko]
140         * src/prefs_common.[ch], src/procheader.c: use
141           strftime() for displaying date in summary pane if it
142           is available
143
144 2001-04-25
145
146         * more .cvsignore cleanups [alfons]
147
148 2001-04-25
149
150         * ac/sv-check-type.m4: new autoconf macro.
151         * configure.in: fixed wint_t typedef detection (did not work
152           with gcc-2.96).
153
154 2001-04-25
155
156         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
157           [hiroyuki]
158
159 2001-04-24
160         * modified gtkstext.c : buggy cursor navigation fixed, 
161           and font descent also taken in account when drawing
162           cursor. [alfons]
163
164 2001-04-24 [hoa]
165         * added comments in src/news.c src/nntp.c
166         * added src/prefs_headers.[ch]
167         * added src/headers.[ch]
168         * modified compose.c to activate custom headers
169                 added function is_in_custom_headers
170         * modified prefs_account.[ch]
171                 added function prefs_account_customhdr_edit
172         * modified src/defs.h :
173                 added HEADERS_RC : name of the config file
174                 for the custom headers
175
176 2001-04-24
177
178     0.4.65claws5
179
180         * configure.in
181           src/gtkstext.[ch]
182           src/compose.c
183           src/Makefile.am
184           
185           added gtkstext with configure.in patch by Hiroyuki which
186           should fix the XIM detection [alfons]
187
188         * more clean up of cvs [alfons]
189
190                  * removed all Makefile.in files to attic.
191
192                  * updated all .cvsignores to really ignore things that could
193                    be unintentionally committed by a recursive commit.
194
195 2001-04-23 [hoa]
196         * added src/grouplist_dialog.[ch]
197         * changed src/folderview.c to call grouplist_dialog instead
198                 of inputdialog
199         * src/news.c :
200                 added functions news_reset_group_list
201                 and news_get_group_list
202         * src/nntp.c :
203                 added function nntp_list
204         * src/defs.h :
205                 added GROUPLIST_FILE : name of the newsgroup list cache file
206
207 2001-04-21
208
209         * added option to warn about queued messages on exit [sergey]:
210
211           * src/compose.c: compose_queue(): call folder_item_scan()
212             and folderview_update_item() after queueing.
213           * src/folderview.c: folderview_update_node(): draw the queue
214             folder in bold font if there are queued messages.
215           * src/mainwindow.c: queued_messages(): new function.
216             app_exit_cb(): display warning if there are queued messages
217             if warn_queued_on_exit is set.
218           * prefs_common.[ch]: add warn_queued_on_exit option.
219
220         * enhanced GnuPG key selection support [sergey]:
221
222           * src/select-keys.c: updated to newer version from Win32
223             branch with support for selecting arbitrary keys.
224           * src/prefs_account.c: added the Privacy tab to the account
225             options window.
226             prefs_account_privacy_create(),
227             prefs_account_sign_key_set_data_from_radiobtn(),
228             prefs_account_sign_key_set_radiobtn(): new functions.
229           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
230           * src/rfc2015.c: set_signers(): new function.
231             pgp_sign(): add the account parameter, call set_signers().
232             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
233           * src/rfc2015.h: rfc2015_sign(): updated prototype.
234           * src/compose.c: pass the current account to rfc2015_sign().
235
236         * tag name claws added to prevent confusion with main branch [alfons]
237
238         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
239
240         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
241
242         * sync with recent sylpheed cvs. Untested though. [alfons]
243