messed up version numbering...
[claws.git] / ChangeLog.claws
1 2001-05-10 [alfons]
2
3         0.4.67claws1
4         
5         * AUTHORS: 
6                 thought it would be nice to have a list of all
7                 contributors (used Changelog as a reference)
8         
9         * configure.in: 
10                 messed up version numbering...
11
12         0.4.66claws1
13
14         * sync with sylpheed 0.4.67cvs1-3
15
16 2001-05-10 [darko]
17
18         * src/prefs_common.c:
19                 better UI for strftime format, double clicking
20                 on format now inserts the format in text entry
21                 replaced close button with standard OK/Cancel
22                 moved date format button to the right of the
23                 text entry field
24
25 2001-05-09 [alfons]
26
27         * src/gtkstext.c:
28                 Ctrl-Home / Ctrl-End have proper cursor navigation
29
30 2001-05-09 [hoa]
31
32         * src/prefs_matcher.c
33                 finished UI to define matching properties
34                 added ok and cancel button
35         * src/prefs_filter.c
36                 added ok and cancel button
37         * src/news.c
38                 fixed some bug in xhdr parsing
39
40 2001-05-08 [alfons]
41
42         * src/textview.c: 
43                 fixed a bug in textview_show_header(), which displayed two colons (':');
44                 cleaned up some warnings
45
46 2001-05-08 [hoa]
47
48         * src/Makefile.am
49                 added prefs_matcher.[ch]
50                 compilation with -W -Wall
51         * src/alertpanel.c
52                 ungrab the mouse events if grabbed - does it
53                 fix the bug for disposition notification ?
54         * src/mainwindow.c
55                 added a menu option to open the matching dialog.
56         * src/matcher.[ch]
57                 added matcherprop_to_string() and matcherlist_to_string()
58                 fixed some bugs, changed the name of some options
59                 age_sup and age_inf becomes age_greater and age_lower,
60                 body and messageheaders becomes body_part and headers_part,
61                 changed the names of constants from SCORING_XXX to MATCHING_XXX
62         * src/prefs_display_header.c
63         * src/prefs_headers.c
64                 fixed a bug that accidentally destroyed dialogs
65                 when closed them with delete_event
66                 Added *_deleted() which handle delete_event signal correctly.
67         * src/prefs_folder_item.[ch]
68                 added "enable_thread" field for future customization
69         * added src/prefs_matcher.[ch]
70                 sample of the UI to define matching properties
71         * src/procheader.c
72                 using procheader_headername_equal instead of str*cmp functions
73                 using procheader_parse_header() function
74         * src/scoring.c
75                 using MATCHING_XXX instead of SCORING_XXX
76         * src/summaryview.c
77                 display the sender of the news even if this is ourself
78                 when this is a news message.
79         * src/textview.c
80                 using headername_equal() instead of str*cmp functions
81
82 2001-05-08 [alfons]
83
84         0.4.66claws
85
86         * sync with sylpheed 0.4.66
87         * src/gtkstext.c: trace logs added 
88
89 2001-05-08 [sergey]
90
91         * src/prefs_common.[ch]: added option to enable/disable GnuPG
92         signature check popup.
93         * src/rfc2015.c (check_signature): show signature check popup only
94         if it is enabled in preferences.
95
96 2001-05-07 [alfons]
97
98         0.4.66claws4
99         
100         * sync with sylpheed 0.4.66cvs6
101
102 2001-05-07 [darko]
103
104         * src/prefs_common.[ch]: added option to enable/disable
105           looking up sender name in address book for summary pane
106         * src/summaryview.c: look up sender in the address book
107           by using Alfons' address completion code
108
109 2001-05-07 [hiroyuki]
110
111         * src/inc.h
112           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
113           member of Pop3State.
114         * src/news.c: brought #include "defs.h" before #include <glib.h>
115           to prevent the warning of `MIN' and `MAX' redefinition.
116
117 2001-05-06 [hoa]
118
119         * removed src/headers_display.[ch]
120         * removed src/prefs_display_headers.[ch]
121         * src/inc.c
122                 use a temporary file in the user directory for mbox import
123         * src/news.c
124                 added XHDR support to get "To" and "Cc" headers
125                 (in order to match news with to or cc field for
126                 scoring)
127                 added function news_parse_xhdr() to get XHDR response
128         * src/nntp.[ch]
129                 added function nntp_xhdr()
130         * src/matcher.c
131                 fetch the message if necessary
132
133 2001-05-06 [alfons]
134
135         0.4.66claws3
136
137         * sync with sylpheed 0.4.66cvs3-5
138
139 2001-05-06 [hoa]
140
141         * src/utils.[ch]
142                 added function itos_buf() to enable use of several buffers
143         * src/summaryview.c
144                 use of itos_buf() instead of itos() in summary list
145                 to fix the broken display of message number.
146
147 2001-05-06 [alfons]
148
149         * src/gtkstext.c: bug in cursor up navigation fixed,
150                 fixed another unsigned / signed comparison (we're getting there :-)
151
152 2001-05-06 [hoa]
153
154         * src/Makefile.am
155                 added scoring.c scoring.h
156                 prefs_folder_item.c prefs_folder_item.h
157                 matcher.c matcher.h
158         * src/defs.h
159                 added FOLDERITEM_RC SCORING_RC
160         * src/folder.[ch]
161                 added prefs field in FolderItem :
162                 properties for each folder (PrefsFolderItem),
163                 sorting type and mode were added as the first properties.
164         * src/main.c
165                 read config for scoring
166         * added src/matcher.[ch]
167                 gives functions to parse configuration file to do
168                 matching on mails with a list of conditions.
169         * src/mainwindow.c
170                 add option to sort by score
171         * src/prefs_common.[ch]
172                 added preference option to show score and for
173                 the score column size
174         * added src/prefs_folder_item.[ch]
175                 properties for each folder (PrefsFolderItem),
176                 sorting type and mode were added as the first properties.
177         * src/procheader.[ch]
178                 added procheader_parse_header()
179                 added procheader_header_free()
180                 added procheader_headername_equal()
181                 and made modification to use them.
182         * src/procmsg.[ch]
183                 added score field to MsgInfo structure
184         * added src/scoring.[ch]
185                 gives functions to parse configuration file to do
186                 scoring on mails with a list of conditions.
187         * src/summaryview.[ch]
188                 save the sorting type and mode for the folder
189                 added column to display the score of the mail
190                 added function summary_score_clicked()
191                 sorting type and mode are restored to the folder
192                 when it is reopen
193         * src/textview.c
194                 use procheader_parse_header(), procheader_headername_equal()
195                 removed memory leak in text_scan_header when freeing headers
196         * src/filter.c
197                 changed the function to match names of headers
198                 using procheader_headername_equal()
199
200         Scoring functions are implemented, an interface is needed
201         to configure that.
202
203 2001-05-04 [alfons]
204
205         * src/gtkstext.c: 
206                 hopefully fixed the row up navigation bug,
207                 removed adding back / forward lines to cache
208
209 2001-05-04 [sergey]
210
211         * src/prefs_display_headers.c: user interface changes:
212         (prefs_display_headers_create): remove unused "Show" check button;
213         allow reordering of headers by dragging.
214         (prefs_display_headers_write_config): remove unused variables.
215         (prefs_display_headers_set_dialog): do not insert "(New)" at top
216         of lists (not needed with the new UI).
217         (prefs_display_headers_set_list): scan lists starting from row 0,
218         not 1 (do not skip "(New)").
219         (prefs_display_headers_find_header): new function.
220         (prefs_display_headers_clist_set_row): do not allow duplicates.
221         (prefs_display_headers_delete_cb): do not skip row 0; treat
222         closing the alert window by ESC as "No".
223         (prefs_display_headers_up): do not protect row 0.
224         (prefs_display_headers_down): do not protect row 0.
225
226 2001-05-04 [sergey]
227
228         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
229         functions.  
230
231         * src/summaryview.c
232         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
233         summary_select_next_marked, summary_select_prev_marked): new
234         functions.
235
236 2001-05-03 [sergey]
237
238         * src/news.c: fixed a bug when no article can be fetched after
239         server timeout if the connection was restored by news_post():
240         (news_select_group): new function.
241         (news_fetch_msg): call news_select_group() before fetching
242         article.
243         (news_get_uncached_articles): set session->group after successful
244         GROUP command.
245
246 2001-05-03 [hoa]
247
248         * src/defs.h
249         * src/procmsg.[ch]
250         * src/procheader.c
251                  changed version of cache, added cc field
252
253         * src/prefs_display_headers.c
254                 the interface was changed
255
256         * src/prefs_headers.c
257                 added cancel button
258
259 2001-05-03 [alfons]
260
261         * completed sync of sylpheed cvs2
262         * src/gtkstext.c: updated row up / down cursor navigation
263         * src/textview.c: re-edited, prepared for fixing the email address
264                 scanner.
265
266 2001-05-03 [darko]
267
268         * src/prefs_common.c: use alfons' strftime ui code
269         entry_datefmt and datefmt_sample widgets have to be
270         global in this module because of this change
271
272 2001-05-03 [hoa]
273
274         * src/messageview.c
275         * src/prefs_common.[ch] added option to activate the return receipt
276                 feature.
277
278 2001-05-02 [alfons]
279
280         * src/gtkstext.c: fix for row up/down cursor navigation. 
281
282         0.4.66claws2
283         
284         * sync with 0.4.66cvs2
285
286 2001-05-02 [paul]
287
288         added add-sender-to-addressbook patch
289
290         * src/addressbook.c
291         * src/addressbook.h
292         * src/summaryview.c
293
294 2001-05-02 [sergey]
295
296         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
297         G_ALERTDISABLE.
298
299         * src/alertpanel.c (alertpanel_create): new argument can_disable,
300         all existing callers changed to pass FALSE; create a check button
301         to disable the message.
302         (alertpanel_message_with_disable): new function.
303         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
304         (alertpanel_button_toggled): new function.
305         (alertpanel_button_clicked, alertpanel_close): set value using
306         G_ALERT_VALUE_MASK.
307
308         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
309
310         * src/prefs_common.c (prefs_privacy_create): new check button
311         checkbtn_gpgme_warning.
312
313         * src/main.c (main): moved preferences reading before gpgme
314         initialization; check prefs_common.gpgme_warning before giving the
315         GnuPG warning and set it to FALSE if the user wants to disable the
316         warning.
317
318 2001-05-02 [hiroyuki]
319
320         * src/prefs_display_headers.c: modified the layout and some labels.
321
322 2001-05-02 [sergey]
323
324         * src/prefs_account.c (prefs_account_fix_size): new function.
325         (prefs_account_create): call prefs_account_fix_size(); use
326         gtk_widget_show instead of gtk_widget_show_all (fixes too large
327         size when the window is shown for the first time).
328         (prefs_account_basic_create): changed layout of serv_table; moved
329         localmbox_entry above smtpserv_entry (logically it replaces
330         POP3/IMAP server).
331         (prefs_account_protocol_activated): set sensitivity of
332         nntpauth_chkbtn according to the protocol (in addition to
333         hide/show); commented out gtk_table_set_row_spacing() calls.
334         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
335         not sensitive (fixes a bug with disabled username/password boxes
336         when editing POP3 account after NNTP with authentication).
337
338 2001-05-02 [hoa]
339
340         * src/account.c
341         * src/inc.c
342         * src/prefs_account.[ch]
343         * src/send.c
344                 removed local account without SMTP server
345                 added option to use mail command instead of a connexion
346                 to SMTP server when a local account is used
347         * src/prefs_headers.c
348                 fixed a bug
349         * src/news.c
350                 fixed a bug when connexion immediately closed
351
352 2001-05-01 [alfons]
353
354         0.4.66claws1
355         
356         * sync with 0.4.65
357
358 2001-05-01 [sergey]
359
360         * src/prefs_account.c (Basic, prefs_account_basic_create): new
361         widget nntpauth_chkbtn.
362         (prefs_account_protocol_activated): handle nntpauth_chkbtn
363         visibility.
364         (prefs_account_nntpauth_toggled): new function.
365
366         * src/news.c (news_session_new_for_folder): use NNTP
367         authentication only if ac->use_nntp_auth is set.
368
369 2001-05-01 [hoa]
370
371         * src/Makefile.am changed headers.[ch] in customheader.[ch]
372         * src/prefs_display_headers.c changed the UI
373         * src/prefs_headers.c changed account_name to account_id
374         * src/compose.c using customheader.h
375
376 2001-05-01 [hiroyuki]
377
378         * src/esmtp.c
379           src/news.c
380           src/nntp.c: changed sock_read() to sock_gets(), they've been left
381           unsynched.
382
383 2001-05-01 [hoa]
384
385         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
386         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
387                 for displaying of headers
388         * src/grouplist_dialog.[ch] minor changes to remove warnings
389         * src/prefs_display_headers.[ch] dialog to choose the
390         headers to display in the mail viewer.
391         * src/headers.h correction of #define
392         * src/headers_display.[ch] configuration for displaying of headers.
393         * src/main.c read config of displaying of headers
394         * src/prefs_common.c add a button to access the config dialog
395                 for displaying of headers
396         * src/prefs_display_headers.[ch] dialog for configuration for
397                 displaying of the headers.
398         * src/prefs_headers.c cleaning of code
399         * src/procheader.c comments added to code
400         * src/textview.c changes to reorder the headers depending
401                 on the config for displaying of headers
402
403 2001-04-30 [alfons]
404
405         0.4.65claws7
406
407         * sync with 0.4.65cvs12
408
409         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
410
411 2001-04-30 [sergey]
412
413         * src/nntp.h (NNTPSockInfo): new field auth_failed.
414
415         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
416         is set to force reconnection after authentication failure.
417         (nntp_gen_command): set sock->auth_failed on authentication
418         failure, or if sock->userid and sock->passwd are not set.
419
420         * src/news.c (news_session_new_for_folder): set userid=NULL if
421         password dialog is cancelled.
422
423 2001-04-30 [sergey]
424
425         * src/nntp.h (NNTPSockInfo): new type.
426
427         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
428         SockInfo.
429         (nntp_open_auth, nntp_close): new functions.
430         (nntp_gen_command): new function to handle authentication; all
431         NNTP command functions updated to use it.
432         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
433         (nntp_list): removed old useless code.
434
435         * src/news.h (NNTPSession): new field nntp_sock.
436
437         * src/news.c: all functions updated to use NNTPSockInfo instead of
438         SockInfo.
439         (news_session_new): new arguments (userid, passwd); made static;
440         use nntp_open_auth() if needed.
441         (news_session_destroy): use nntp_close() instead of sock_close().
442         (news_query_password): changed arguments.
443         (news_session_new_for_folder): new function.
444         (news_session_get): use news_session_new_for_folder().
445         (news_authenticate): deleted.
446         (news_get_uncached_articles): removed old authentication code.
447
448 2001-04-30 [sergey]
449
450         * src/news.c: reverted my previous changes (need to do NNTP
451         authentication in a cleaner way).
452         
453 2001-04-29 [sergey]
454
455         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
456         news_nntp_post, news_nntp_mode): new functions (wrappers with
457         authentication support).
458         (news_get_article_cmd, news_get_article, news_get_header): new
459         argument "folder"; all callers changed.
460         (news_get_article_cmd): added authentication support.
461         (news_session_get): use news_nntp_mode() instead of nntp_mode().
462         (news_post): use news_nntp_post() instead of nntp_post().
463         (news_get_uncached_articles): use news_nntp_group() instead of
464         nntp_group() and news_nntp_xover() instead of nntp_xover();
465         removed old authentication code.
466         (news_get_group_list): use news_nntp_list() instead of nntp_list().
467
468         * src/nntp.c (nntp_list): return real error code instead of
469         hardcoded NN_ERROR.
470
471 2001-04-29 [sergey]
472
473         * configure.in: fixed wint_t typedef detection again
474
475 2001-04-28 [hoa]
476
477         * src/prefs_account.[ch], added A_LOCAL_CMD
478                 (send mail with mail command)
479         * src/send.c added function send_message_with_command()
480         * src/inc.c made a more secure get_spool() function with
481                 mktemp() but maybe mkstemp() or something more
482                 secure can be used.
483
484 2001-04-28 [alfons]
485
486         * src/textview.c, colorization of email addresses in headers
487
488         0.4.65claws6
489
490         * bug sync with sylpheed
491         * prefs_common.c: created date format ui for darko
492         * sync with 0.4.65cvs11
493         * configure.in: corrected to have the new gpg checks
494
495 2001-04-27 [alfons]
496
497         * completed sync with 0.4.65cvs10
498         * minor debug things added to gtkstext.c
499
500 2001-04-27 [darko]
501
502         * configure.in: remove check for availability of
503           strftime() as advised by Hiroyuki
504         * src/prefs_common.[ch], src/procheader.c:
505           synch strftime() code with Hiroyki's main branch
506
507 2001-04-26 [sergey]
508
509         * src/news.c: news_query_password(), news_authenticate(): new
510           functions.
511           news_get_uncached_articles(): added NNTP authentication
512           handling.
513         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
514           new functions.
515         * src/prefs_account.c: prefs_account_protocol_activated():
516           enable userid and password fields for NNTP.
517
518 2001-04-26
519
520         * configure.in: check for availability of strftime()
521           [darko]
522         * src/prefs_common.[ch], src/procheader.c: use
523           strftime() for displaying date in summary pane if it
524           is available
525
526 2001-04-25
527
528         * more .cvsignore cleanups [alfons]
529
530 2001-04-25
531
532         * ac/sv-check-type.m4: new autoconf macro.
533         * configure.in: fixed wint_t typedef detection (did not work
534           with gcc-2.96).
535
536 2001-04-25
537
538         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
539           [hiroyuki]
540
541 2001-04-24
542         * modified gtkstext.c : buggy cursor navigation fixed, 
543           and font descent also taken in account when drawing
544           cursor. [alfons]
545
546 2001-04-24 [hoa]
547         * added comments in src/news.c src/nntp.c
548         * added src/prefs_headers.[ch]
549         * added src/headers.[ch]
550         * modified compose.c to activate custom headers
551                 added function is_in_custom_headers
552         * modified prefs_account.[ch]
553                 added function prefs_account_customhdr_edit
554         * modified src/defs.h :
555                 added HEADERS_RC : name of the config file
556                 for the custom headers
557
558 2001-04-24
559
560     0.4.65claws5
561
562         * configure.in
563           src/gtkstext.[ch]
564           src/compose.c
565           src/Makefile.am
566           
567           added gtkstext with configure.in patch by Hiroyuki which
568           should fix the XIM detection [alfons]
569
570         * more clean up of cvs [alfons]
571
572                  * removed all Makefile.in files to attic.
573
574                  * updated all .cvsignores to really ignore things that could
575                    be unintentionally committed by a recursive commit.
576
577 2001-04-23 [hoa]
578         * added src/grouplist_dialog.[ch]
579         * changed src/folderview.c to call grouplist_dialog instead
580                 of inputdialog
581         * src/news.c :
582                 added functions news_reset_group_list
583                 and news_get_group_list
584         * src/nntp.c :
585                 added function nntp_list
586         * src/defs.h :
587                 added GROUPLIST_FILE : name of the newsgroup list cache file
588
589 2001-04-21
590
591         * added option to warn about queued messages on exit [sergey]:
592
593           * src/compose.c: compose_queue(): call folder_item_scan()
594             and folderview_update_item() after queueing.
595           * src/folderview.c: folderview_update_node(): draw the queue
596             folder in bold font if there are queued messages.
597           * src/mainwindow.c: queued_messages(): new function.
598             app_exit_cb(): display warning if there are queued messages
599             if warn_queued_on_exit is set.
600           * prefs_common.[ch]: add warn_queued_on_exit option.
601
602         * enhanced GnuPG key selection support [sergey]:
603
604           * src/select-keys.c: updated to newer version from Win32
605             branch with support for selecting arbitrary keys.
606           * src/prefs_account.c: added the Privacy tab to the account
607             options window.
608             prefs_account_privacy_create(),
609             prefs_account_sign_key_set_data_from_radiobtn(),
610             prefs_account_sign_key_set_radiobtn(): new functions.
611           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
612           * src/rfc2015.c: set_signers(): new function.
613             pgp_sign(): add the account parameter, call set_signers().
614             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
615           * src/rfc2015.h: rfc2015_sign(): updated prototype.
616           * src/compose.c: pass the current account to rfc2015_sign().
617
618         * tag name claws added to prevent confusion with main branch [alfons]
619
620         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
621
622         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
623
624         * sync with recent sylpheed cvs. Untested though. [alfons]
625