0e9ac49b03abf7d5b51240031941feaa7d865fdb
[claws.git] / ChangeLog.claws
1 2001-06-18 [paul]
2
3         * src/prefs_account.c
4                 UI stuff: More changes to the English
5
6 2001-06-18 [paul]
7
8         * src/pixmaps/stock_news_compose.xpm: new file
9         * src/Makefile.am
10         * src/mainwindow.c
11         * src/summaryview.c
12                 Added new icon for Hoa's 'compose a news
13                 message', plus minor improvements to the
14                 English
15
16         * po/ja.po
17         * ChangeLog
18         * ChangeLog.jp
19                 more sync with sylpheed 0.5.0pre1
20
21 2001-06-18 [hoa]
22
23         * src/compose.[ch]
24         * src/mainwindow.c
25                 Follow-up and reply to
26
27         * src/summaryview.[ch]
28                 Build threads also with subjects
29
30 2001-06-17 [hoa]
31
32         * src/compose.c
33                 forwarding use the current account.
34
35         * src/mainwindow.c
36                 the "compose message" button has been replaced with
37                 "new mail" and "new news" buttons
38
39         * src/prefs_common.[ch]
40                 added a configuration option to use the forward button
41                 as "forward as attachment"
42                 changed reply and forward format description
43
44         * src/quote_fmt_lex.l
45         * src/quote_fmt_parse.y
46                 added message with no signature in format for reply
47                 and forward.
48
49 2001-06-17 [paul]
50
51         Minor UI stuff
52
53         * src/mainwindow.c
54         * src/summaryview.c
55                 Improvements to the English
56
57         * src/prefs_common.c
58                 Improvements to the English and some
59                 clarity/continuity improvements in the
60                 description of Quote symbols.
61
62 2001-06-17 [paul]
63
64         0.5.0claws1
65
66         * sync with sylpheed 0.5.0pre1
67
68 2001-06-17 [hoa]
69
70         * src/compose.c
71                 Better interface for compose, displayed fields
72                 are updated whenever we change account.
73                 Newsgroups field is automatically filled.
74
75         * src/mainwindow.c
76                 Newsgroups field is automatically filled.
77
78         * src/prefs_account.c
79                 Some interface stuff when fields appear and
80                 disappear.
81
82 2001-06-16 [paul]
83
84         0.4.99claws
85
86         * sync with sylpheed 0.4.99
87
88 2001-06-16 [sergey]
89
90         * src/base64.c, src/base64.h (Base64Decoder, base64_decoder_new,
91         base64_decoder_free, base64_decoder_decode): new object and
92         functions for decoding base64 streams.
93         * src/procmime.c (procmime_decode_content): modified to use the
94         new base64 decoder.
95
96 2001-06-15 [paul]
97
98         0.4.99claws10
99
100         * sync with sylpheed 0.4.99cvs11
101
102 2001-06-13 [paul]
103
104         0.4.99claws9
105
106         * sync with sylpheed 0.4.99cvs9
107
108 2001-06-13 [hoa]
109
110         * src/compose.c
111         * src/prefs_account.c
112
113                 SMTP server can be defined in the news account
114                 mime type of attachment are kept.
115
116         * src/summaryview.c
117
118                 now choose the highest important score between default
119                 and important score of folder.
120
121 2001-06-09 [alfons]
122         
123         * src/prefs_common.c: 
124
125                 (prefs_quote_description_create): corrected description of 
126                 quote format characters
127
128 2001-06-09 [paul]
129
130         0.4.99claws8
131
132         * sync with sylpheed 0.4.99cvs8
133
134 2001-06-08 [sergey]
135
136         * src/Makefile.am: fix for "make dist": added quote_fmt_parse.h
137         and pixmaps/stock_mail_reply_to_author.xpm to EXTRA_DIST.
138
139 2001-06-08 [paul]
140
141         0.4.99claws7
142
143         * sync with sylpheed 0.4.99cvs7
144
145 2001-06-06 [sergey]
146
147         * src/quote_fmt.h: renamed from src/quote_fmt_parse.h (which
148         clashes with autogenerated header).
149         * src/compose.c, src/quote_fmt_parse.y: #include "quote_fmt.h"
150         * src/Makefile.am: added quote_fmt.h.
151         * src/.cvsignore: added lex/yacc autogenerated files
152         (quote_fmt_lex.c, quote_fmt_parse.c, quote_fmt_parse.h).
153
154 2001-06-06 [paul]
155
156         0.4.99claws6
157
158         * sync with sylpheed 0.4.99cvs6
159
160 2001-06-06 [hoa]
161
162         * added src/quote_fmt_parse.h
163         * src/compose.c
164                 removed warnings
165
166         * src/prefs.[ch]
167                 don't modify readonly configuration files
168
169         * src/prefs_account.c
170         * src/prefs_common.c
171         * src/prefs_customheader.c
172         * src/prefs_display_header.c
173         * src/prefs_filter.c
174         * src/prefs_filtering.c
175         * src/prefs_scoring.c
176                 don't open dialog box when configuration files
177                 are readonly
178
179 2001-06-05 [sergey]
180
181         * configure.in: added AM_PROG_LEX and AC_PROG_YACC.
182
183         * src/Makefile.am: replaced quote_fmt.tab.[ch] by
184         quote_fmt_lex.[lh], quote_fmt_parse.y; added YFLAGS=-d; added
185         BUILT_SOURCES to make all files rebuild properly.
186
187         * src/compose.c: removed #include "quote_fmt.tab.h".
188
189         * src/quote_fmt_lex.l: renamed from quote_fmt.l; changed to return
190         CHARACTER value in yylval.
191
192         * src/quote_fmt_parse.y: renamed from quote_fmt.y; changed to
193         receive CHARACTER value by documented means (yylval).
194
195         * src/lex.quote_fmt.c, src/quote_fmt.{l,y,tab.{c,h}}: removed.
196
197 2001-06-05 [hoa]
198
199         * src/Makefile.am
200                 changed quote_fmt.[ch] into quote_fmt.tab.[ch]
201
202         * src/filtering.c
203         * src/matcher.c
204         * src/matcher.h
205         * src/prefs_filtering.c
206                 now keep the configuration for execute action
207
208         * src/mbox_folder.c
209                 fixed a warning
210
211 2001-06-05 [paul]
212
213         * sync with sylpheed 0.4.99cvs5
214
215 2001-06-05 [hoa]
216
217         * src/Makefile.am
218                 added quote_fmt.[ch]
219
220         * added src/quote_fmt.y
221         * added src/quote_fmt.l
222         * added src/quote_fmt.tab.h
223         * added src/quote_fmt.tab.c
224         * added src/lex.quote_fmt.c
225                 parsing configuration for replying
226                 and forwarding
227
228         * src/prefs_common.[ch]
229                 added configuration UI for replying
230                 and forwarding
231
232         * src/compose.c
233                 using configuration for replying
234                 and forwarding
235
236 2001-06-04 [hoa]
237
238         * src/filtering.c
239         * src/matcher.c
240         * src/matcher.h
241         * src/prefs_filtering.c
242         * src/prefs_matcher.c
243         * src/prefs_matcher.h
244                 action "run a command" for filtering
245                 and matching with a command.
246                 fixed the "whole message" matching
247
248         * src/mbox_folder.c
249                 changed temporary filename for security
250
251         * src/messageview.c
252                 queue the notification if it fails to send.
253
254         * src/prefs_common.c
255         * src/prefs_folder_item.c
256                 changed the default important score             
257
258         * src/prefs_scoring.c
259         * src/scoring.c
260                 hide kill score input when the folder is not
261                 a newsgroup
262
263 2001-06-03 [alfons]
264
265         * src/prefs_common.c:
266
267                 (prefs_font_select): pass font name in font entry box to font
268                 selection dialog.
269
270 2001-06-03 [sergey]
271
272         * src/smtp.c (smtp_ok): fixed sock_gets() error handling.
273
274 2001-06-03 [paul]
275
276         * sync with sylpheed 0.4.99cvs4
277
278 2001-06-03 [alfons]
279
280         * src/headerwindow.c:
281
282                 (headerwindow_show_cb): use the selected summary view item, not
283                 the displayed item.
284
285 2001-06-02 [alfons]
286
287         * src/headerwindow.c:
288
289                 (headerwindow_show_cb): always try to show msginfo
290
291 2001-06-02 [hoa]
292
293         * src/compose.c
294                 keep attached parts when reediting or forwarding.
295
296 2001-06-01 [hoa]
297
298         * src/folderview.c
299         * src/prefs_folder_item.[ch]
300         * src/prefs_scoring.[ch]
301         * src/scoring.[ch]
302         * src/summaryview.[ch]
303         * src/main.c
304         * src/mainwindow.c
305         * src/prefs_common.[ch]
306                 support for folder scoring
307                 kill score and important score for messages
308         
309         * src/prefs_account.c
310                 some display bug fixed for local account
311                 preferences
312
313 2001-05-31 [alfons]
314
315         * src/summaryview.c:
316
317                 (add_sender_to_cb): don't crash when no or invalid sender; the add 
318                 sender to address book menu item is disabled.
319
320 2001-05-30 [hoa]
321
322         * src/filtering.[ch]
323         * src/summaryview.c
324                 handling summary menu / filter messages
325
326         * src/folder.[ch]
327                 add some stuff
328
329         * src/foldersel.c
330                 imap folders now appears in list
331
332         * src/mbox_folder.c
333                 doesn't crash if destination mail is not writeable
334
335 2001-05-29 [hoa]
336
337         * src/compose.c
338                 removed some warnings
339
340         * src/filtering.c
341         * src/folder.[ch]
342         * src/prefs_filtering.c
343                 global string to identify any folders           
344                 removed some debug info
345                 filtering to mbox folders is now possible
346
347         * src/mainwindow.c
348                 removed some warnings
349
350         * src/mbox_folder.c
351                 permission on files are changed to read/write for user only,
352                 nothing for other.
353                 creation of subfolder is handled better.
354
355 2001-05-28 [alfons]
356
357         Verified the sync for src/prefs_common.[ch] and
358         src/prefs_account.[ch]. I believe there were some
359         minor indentation differences.
360
361 2001-05-28 [paul]
362
363         0.4.99claws3
364
365         * sync with 0.4.99cvs3
366
367 2001-05-28 [hoa]
368
369         * src/compose.c
370                 handling flags for mbox format
371
372         * src/filtering.c
373                 use of mark file only for MH format
374                 handling flags for mbox format
375                 filtering cannot yet move or copy mails to mbox folders.
376
377         * src/folder.[ch]
378                 changed move_msg, copy_msg,
379                 move_msgs_with_dest, copy_msgs_with_dest functions
380                 uses only folder->copy_msg() function
381                 uses folder->finished_copy() to handle the destination
382                 folder at the end of the copy or move operation.
383
384         * src/foldersel.c
385                 included mbox directories.
386
387         * src/folderview.[ch]
388         * src/mainwindow.c
389                 handle folders operation for mbox format
390
391         * src/mbox.c
392                 disable conversion of "From " header
393
394         * src/mbox_folder.[ch]
395                 completion of mbox format handling
396
397         * src/mh.c
398                 changed mh_copy_msg() function and
399                 removed mh_move_msg(), mh_move_msgs_with_dest(),
400                 mh_copy_msgs_with_dest()
401
402         * src/prefs_filtering.c
403                 removed some warnings
404
405         * src/prefs_matcher.c
406                 default boolean operation is AND
407
408         * src/procheader.c
409                 handling flags for mbox format
410                 handling of "From " header
411
412         * src/procmsg.[ch]
413                 removed data field
414                 added MSG_REALLY_DELETED flags to handle deletion of
415                 messages in mbox format.
416
417         * src/summaryview.c
418                 handling flags for mbox format
419                 disable the MSG_DELETED flags when messages
420                 are deleted in mbox format
421
422         * src/textview.c
423                 "From " headers display fixed.
424
425 2001-05-27 [alfons]
426
427         * src/textview.c:
428                 
429                 (get_email_part): skip quoted email addresses, like in e.g.
430                 "'alfons@proteus.demon.nl'".
431
432 2001-05-26 [alfons]
433
434         Minor GUI fixes adding horizontal scrollbars to Hoa's matcher dialogs,
435         and fixing the persistence troubles when using separate windows.
436
437         * src/mainwindow.c:
438         
439             Added #define SEPARATE_ACTION used in the gtk item factory for 
440             the SEPARATE_FOLDER and SEPARATE_MESSAGE items, so we can
441                 use gtk_item_factory_get_widget_by_action() to get the items.
442                 
443             Removed separate_widget_cb from the gtk item factory data   
444           
445             (mainwindow_create): connect separate_widget_cb() to check
446             menu item "toggled" signal. also passing a MainWindow pointer
447                 as object data for both check menu items.
448                 
449             (separate_widget_cb): definition of separate_widget_cb() to match
450             GtkCheckMenuItem's "toggled" signal. Now get the pointer to the main 
451                 window using gtk_object_get_data(). The type of window separation 
452                 (SEPARATE_MESSAGE or SEPARATE_FOLDER) is passed as the signal's data
453         
454         * src/prefs_filtering.c,
455           src/prefs_matcher.c: added horizontal scrollbars
456
457 2001-05-25 [darko]
458
459         * src/headerview.c
460                 fix segfault with invalid bold font
461         * src/summaryview.c
462                 correctly display summary stats after row is marked
463
464 2001-05-23 [sergey]
465
466         * src/codeconv.c (conv_get_code_conv_func): fix for ISO-8859-*
467         encodings with libjconv.
468
469 2001-05-23 [hoa]
470
471         * src/Makefile.am
472                 added mbox_folder.[ch]
473         * src/defs.h
474                 mbox temporary folder
475         * src/folder.[ch]
476         * added src/mbox_folder.[ch]
477         * src/folderview.c
478         * src/procheader.[ch]
479                 added mbox support
480         * src/mbox.c
481                 bugfix for file incorporation filtering
482         * src/imap.c
483                 enable creation of MBOX
484         * src/prefs_display_header.c
485                 enable use of headers like "From "
486                 something that should be fixed :
487                         displaying of such headers add an extra space
488         * src/prefs_folder_item.c
489                 don't create folders because it is not necessary
490         * src/procmsg.h
491                 added data field to MsgInfo for mbox internal use
492         * src/summaryview.c
493                 added some support for mbox
494         * src/utils.[ch]
495                 added get_mbox_cache_dir() function
496
497 2001-05-23 [hiroyuki]
498
499         * src/headerwindow.c
500           src/inc.c
501           src/main.c
502           src/mh.c
503           src/nntp.c
504           src/procmsg.h
505           src/session.h
506           src/socket.[ch]
507           src/summaryview.c
508           src/textview.c
509           src/automaton.c
510           src/folderview.c: more sync with 0.4.99cvs2.
511
512         * src/headerwindow.c: reverted.
513
514 2001-05-22 [paul]
515
516         0.4.99claws2
517
518         * sync with sylpheed 0.4.99cvs2
519                 * src/news.[ch]
520                 * src/nntp.[ch]
521                 * INSTALL
522                 * INSTALL.jp
523
524 2001-05-22 [alfons]
525
526         * src/summaryview.c: bugfixed a premature assignment in  summaryview_add_sender_to_cb()
527
528 2001-05-21 [alfons]
529
530         Minor things:
531
532         * configure.in: if gnome-config not found, "no" is displayed
533         
534         * sylpheed.desktop: "Hello World" is replaced with "Sylpheed Mail"
535
536         * src/textview.c: now also possible to add mail addresses by right
537           clicking in the text view
538
539         * src/codeconv.c: merged patch which fixes endless loop when encountering
540           invalid wide characters; from Alte <010@imis.ru>  
541
542 2001-05-20 [alfons]
543
544         Added installation of gnome specific things:
545
546         * Makefile.am: gnome conditional
547
548         * configure.in: check for installed gnome
549
550         * added sylpheed.png, sylpheed.desktop
551
552 2001-05-20 [sergey]
553
554         * src/pixmaps/stock_mail_reply_to_author.xpm: new file.
555
556         * src/mainwindow.h (main_window_toolbar_create): created a button
557         for "Reply to all".
558         (main_window_set_toolbar_sensitive): enable/disable the new button
559         appropriately.
560         (toolbar_reply_to_author_cb): handle the new button.
561
562         * src/send.c (SEND_EXIT_IF_ERROR, SEND_EXIT_IF_NOTOK): call
563         send_progress_dialog_destroy() on failure (fixes hang on SMTP
564         failure).
565
566 2001-05-19 [sergey]
567
568         * src/compose.h (ComposeReplyMode): new modes
569         COMPOSE_REPLY_TO_AUTHOR, COMPOSE_REPLY_TO_AUTHOR_WITH_QUOTE,
570         COMPOSE_REPLY_TO_AUTHOR_WITHOUT_QUOTE.
571
572         * src/compose.c
573         (compose_send): move some code into a new function:
574         (compose_current_mail_account): new function.
575         (compose_reply): new argument to_author, all callers changed; if
576         to_author==TRUE and account->protocol==A_NNTP, find and use an
577         appropriate mail account for replying.
578         (compose_reply_set_entry): new argument to_author; ignore
579         compose->replyto if to_author==TRUE.
580
581         * src/mainwindow.c: new command "Message/Reply to author".
582         (main_window_set_menu_sensitive): enable/disable it.
583         (reply_cb): handle it.
584
585         * src/summaryview.c: new command "Reply to author".
586         (summary_set_menu_sensitive): enable/disable it.
587         (summary_reply_cb): handle it.
588
589         * src/account.c (account_find_mail_from_address): new function.
590
591 2001-05-18 [paul]
592
593         0.4.99claws1
594
595         * sync with sylpheed 0.4.99cvs1
596
597 2001-05-18 [hoa]
598
599         * src/compose.[ch]
600         * src/filtering.c
601         * src/summaryview.c
602                 new filtering action : forward and forward as attachment
603
604         * src/main.c
605                 no need for $DISPLAY when we run sylpheed --help
606                 call to parse_cmd_opt() is moved
607
608         * src/mainwindow.[ch]
609                 execute button is hidden when immediate execute
610                 is chosen
611
612         * src/mh.c
613         * src/news.c
614         * src/prefs_folder_item.c
615         * src/procmsg.c
616                 better handling of missing directories
617
618         * src/summaryview.c
619                 reedit is enabled in outbox
620                 reedit is enabled in queue
621
622 2001-05-17 [hoa]
623
624         * src/filtering.c
625         * src/matcher.[ch]
626         * src/prefs_filtering.c
627                 changed attachement into attachment
628
629 2001-05-17 [alfons]
630
631         0.4.67claws4    
632
633         * sync with sylpheed 0.4.67cvs9
634         * sync with sylpheed 0.4.67cvs7-8
635
636 2001-05-17 [hoa]
637
638         * src/Makefile.am
639                 added prefs_filtering.c
640
641         * src/filtering.[ch]
642         * src/matcher.[ch]
643                 removed action : forward_news and forward_news_as_attachement
644                 (forward and forward_as_attachement can be used instead)
645
646         * src/mainwindow.c
647                 added menu option to access filtering configuration
648
649         * src/prefs_account.c
650                 changed mail_command default to /usr/sbin/sendmail
651
652         * added src/prefs_filtering.[ch]
653                 dialog box for filtering configuration
654
655         * src/prefs_matcher.c
656                 added function prefs_matcher_get_criteria_from_matching()
657
658         * src/prefs_scoring.c
659                 reset the dialog when register or substitute is clicked
660
661 2001-05-15 [hoa]
662
663         * src/Makefile.am
664                 added filtering.[ch]
665         * src/inc.c
666                 using filering.[ch] instead of filter.[ch]
667         * src/main.c
668                 reading new filtering configuration
669         * src/matcher.[ch]
670                 added some filtering actions
671                 and fixed a bug for headers and mail body matching
672         * src/mbox.c
673                 using filering.[ch] instead of filter.[ch]
674         * src/mh.c
675                 handling invalid MsgInfo in mh_copy_msg() and mh_move_msg()
676         * src/summaryview.c
677                 some fixes for filtering
678
679 2001-05-14 [hiroyuki]
680
681         * src/send.c: fixed some weird indentations.
682           send_message_with_command(): call pclose() only if p != NULL.
683         * src/textview.c: get_email_part(): modified the code for readability.
684
685 2001-05-14 [hiroyuki]
686
687         * src/md5global.h
688           src/md5ify.c
689           src/md5ify.h: removed from the cvs.
690
691 2001-05-13 [sergey]
692
693         * src/main.c: include rfc2015.h to avoid compiler warnings.
694         * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
695         the panel is already on screen.
696         * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
697         closing the alert window by ESC as "No".
698         * src/prefs_common.c (prefs_interface_create): moved return
699         receipt check button to the correct place.
700
701 2001-03-13 [alfons]
702
703         * src/prefs_common.c: 
704                 moved return receipt check button to the Send tab. (prefs_send_create)
705                 removed the date format ui related globals. (prefs_display_create)
706
707         0.4.67claws3
708         
709         * sync with sylpheed 0.4.67cvs5-6
710
711 2001-05-13 [paul]
712
713         * added Alfons' font selection patch
714
715         * src/defs.h
716         * src/headerwindow.c
717         * src/prefs_common.c
718         * src/prefs_common.h
719
720 2001-05-13 [hoa]
721         * src/defs.h
722                 changed version of cache
723         * src/matcher.[ch]
724         * src/prefs_matcher.c
725                 added additionnal matching criteria
726         * src/procheader.c
727         * src/procmsg.[ch]
728         * src/news.c
729                 added references in MsgInfo
730
731 2001-05-12 [hoa]
732
733         * src/defs.h
734                 prepared some things for new filtering
735         * src/matcher.[ch]
736                 added some matching properties
737                 inreplyto need to be enhanced
738                 prepared some things for new filtering
739         * src/messageview.c
740                 added Return-Receipt-To handling
741         * src/prefs_folder_item.c
742                 changed default value to TRUE
743         * src/prefs_matcher.c
744                 added some matching properties
745         * src/prefs_scoring.[ch]
746                 the scoring dialog is finished
747         * src/procheader.c
748                 added Return-Receipt-To handling
749                 Reference need to be added
750         * src/procmsg.[ch]
751                 added Return-Receipt-To handling
752                 added threadscore to get a better score sorting when
753                 threads are enabled
754         * src/summaryview.c
755                 suppressed a bug when we sort the list
756                 when no folder is opened.
757                 better score sorting when threads are enabled
758
759 2001-05-12 [alfons]
760
761         * reverted previous patch because of potential errors 
762
763         0.4.67claws2
764         
765         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
766                 applied "toggle mail-retrieval dialog window" patch submitted 
767                 by Eric Limpens <eric@qnt.net>
768
769         * sync with sylpheed 0.4.67cvs4
770
771 2001-05-12 [sergey]
772
773         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
774         some picky compilers.
775         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
776         * src/grouplist_dialog.c: include alertpanel.h.
777         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
778         fix compile warning.
779         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
780         #include "defs.h" before others to prevent the warning of `MIN'
781         and `MAX' redefinition.
782
783 2001-05-11 [hoa]
784
785         * src/main.c
786         * src/messageview.c
787         * src/prefs_account.c
788         * src/prefs_display_header.c
789                 removed warning
790         * src/Makefile.am
791                 added prefs_scoring.[ch]
792         * src/grouplist_dialog.c
793                 display an error dialog box if the group list
794                 cannot be fetched.
795         * src/mainwindow.[ch]
796                 added main_window_set_thread_option() function
797                 scoring dialog box enabled
798         * src/matcher.[ch]
799                 added flags matching unread /new / marked
800                 / deleted / replied / forwarded
801         * src/news.c
802                 newsgroups are now finally in newscache
803         * src/prefs_matcher.[ch]
804                 finished preferences for matching dialog
805         * added src/prefs_scoring.[ch]
806                 scoring dialog box completed
807         * src/scoring.[ch]
808                 conversion to string : added scoringprop_to_string()
809                 write config for preferences :
810                 added prefs_scoring_write_config()
811         * src/summaryview.c
812                 threads can be enabled/disabled independently
813                 for each folder
814
815 2001-05-10 [alfons]
816
817         0.4.67claws1
818         
819         * AUTHORS: 
820                 thought it would be nice to have a list of all
821                 contributors (used Changelog as a reference)
822         
823         * configure.in: 
824                 messed up version numbering...
825
826         0.4.66claws1
827
828         * sync with sylpheed 0.4.67cvs1-3
829
830 2001-05-10 [darko]
831
832         * src/prefs_common.c:
833                 better UI for strftime format, double clicking
834                 on format now inserts the format in text entry
835                 replaced close button with standard OK/Cancel
836                 moved date format button to the right of the
837                 text entry field
838
839 2001-05-09 [alfons]
840
841         * src/gtkstext.c:
842                 Ctrl-Home / Ctrl-End have proper cursor navigation
843
844 2001-05-09 [hoa]
845
846         * src/prefs_matcher.c
847                 finished UI to define matching properties
848                 added ok and cancel button
849         * src/prefs_filter.c
850                 added ok and cancel button
851         * src/news.c
852                 fixed some bug in xhdr parsing
853
854 2001-05-08 [alfons]
855
856         * src/textview.c: 
857                 fixed a bug in textview_show_header(), which displayed two colons (':');
858                 cleaned up some warnings
859
860 2001-05-08 [hoa]
861
862         * src/Makefile.am
863                 added prefs_matcher.[ch]
864                 compilation with -W -Wall
865         * src/alertpanel.c
866                 ungrab the mouse events if grabbed - does it
867                 fix the bug for disposition notification ?
868         * src/mainwindow.c
869                 added a menu option to open the matching dialog.
870         * src/matcher.[ch]
871                 added matcherprop_to_string() and matcherlist_to_string()
872                 fixed some bugs, changed the name of some options
873                 age_sup and age_inf becomes age_greater and age_lower,
874                 body and messageheaders becomes body_part and headers_part,
875                 changed the names of constants from SCORING_XXX to MATCHING_XXX
876         * src/prefs_display_header.c
877         * src/prefs_headers.c
878                 fixed a bug that accidentally destroyed dialogs
879                 when closed them with delete_event
880                 Added *_deleted() which handle delete_event signal correctly.
881         * src/prefs_folder_item.[ch]
882                 added "enable_thread" field for future customization
883         * added src/prefs_matcher.[ch]
884                 sample of the UI to define matching properties
885         * src/procheader.c
886                 using procheader_headername_equal instead of str*cmp functions
887                 using procheader_parse_header() function
888         * src/scoring.c
889                 using MATCHING_XXX instead of SCORING_XXX
890         * src/summaryview.c
891                 display the sender of the news even if this is ourself
892                 when this is a news message.
893         * src/textview.c
894                 using headername_equal() instead of str*cmp functions
895
896 2001-05-08 [alfons]
897
898         0.4.66claws
899
900         * sync with sylpheed 0.4.66
901         * src/gtkstext.c: trace logs added 
902
903 2001-05-08 [sergey]
904
905         * src/prefs_common.[ch]: added option to enable/disable GnuPG
906         signature check popup.
907         * src/rfc2015.c (check_signature): show signature check popup only
908         if it is enabled in preferences.
909
910 2001-05-07 [alfons]
911
912         0.4.66claws4
913         
914         * sync with sylpheed 0.4.66cvs6
915
916 2001-05-07 [darko]
917
918         * src/prefs_common.[ch]: added option to enable/disable
919           looking up sender name in address book for summary pane
920         * src/summaryview.c: look up sender in the address book
921           by using Alfons' address completion code
922
923 2001-05-07 [hiroyuki]
924
925         * src/inc.h
926           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
927           member of Pop3State.
928         * src/news.c: brought #include "defs.h" before #include <glib.h>
929           to prevent the warning of `MIN' and `MAX' redefinition.
930
931 2001-05-06 [hoa]
932
933         * removed src/headers_display.[ch]
934         * removed src/prefs_display_headers.[ch]
935         * src/inc.c
936                 use a temporary file in the user directory for mbox import
937         * src/news.c
938                 added XHDR support to get "To" and "Cc" headers
939                 (in order to match news with to or cc field for
940                 scoring)
941                 added function news_parse_xhdr() to get XHDR response
942         * src/nntp.[ch]
943                 added function nntp_xhdr()
944         * src/matcher.c
945                 fetch the message if necessary
946
947 2001-05-06 [alfons]
948
949         0.4.66claws3
950
951         * sync with sylpheed 0.4.66cvs3-5
952
953 2001-05-06 [hoa]
954
955         * src/utils.[ch]
956                 added function itos_buf() to enable use of several buffers
957         * src/summaryview.c
958                 use of itos_buf() instead of itos() in summary list
959                 to fix the broken display of message number.
960
961 2001-05-06 [alfons]
962
963         * src/gtkstext.c: bug in cursor up navigation fixed,
964                 fixed another unsigned / signed comparison (we're getting there :-)
965
966 2001-05-06 [hoa]
967
968         * src/Makefile.am
969                 added scoring.c scoring.h
970                 prefs_folder_item.c prefs_folder_item.h
971                 matcher.c matcher.h
972         * src/defs.h
973                 added FOLDERITEM_RC SCORING_RC
974         * src/folder.[ch]
975                 added prefs field in FolderItem :
976                 properties for each folder (PrefsFolderItem),
977                 sorting type and mode were added as the first properties.
978         * src/main.c
979                 read config for scoring
980         * added src/matcher.[ch]
981                 gives functions to parse configuration file to do
982                 matching on mails with a list of conditions.
983         * src/mainwindow.c
984                 add option to sort by score
985         * src/prefs_common.[ch]
986                 added preference option to show score and for
987                 the score column size
988         * added src/prefs_folder_item.[ch]
989                 properties for each folder (PrefsFolderItem),
990                 sorting type and mode were added as the first properties.
991         * src/procheader.[ch]
992                 added procheader_parse_header()
993                 added procheader_header_free()
994                 added procheader_headername_equal()
995                 and made modification to use them.
996         * src/procmsg.[ch]
997                 added score field to MsgInfo structure
998         * added src/scoring.[ch]
999                 gives functions to parse configuration file to do
1000                 scoring on mails with a list of conditions.
1001         * src/summaryview.[ch]
1002                 save the sorting type and mode for the folder
1003                 added column to display the score of the mail
1004                 added function summary_score_clicked()
1005                 sorting type and mode are restored to the folder
1006                 when it is reopen
1007         * src/textview.c
1008                 use procheader_parse_header(), procheader_headername_equal()
1009                 removed memory leak in text_scan_header when freeing headers
1010         * src/filter.c
1011                 changed the function to match names of headers
1012                 using procheader_headername_equal()
1013
1014         Scoring functions are implemented, an interface is needed
1015         to configure that.
1016
1017 2001-05-04 [alfons]
1018
1019         * src/gtkstext.c: 
1020                 hopefully fixed the row up navigation bug,
1021                 removed adding back / forward lines to cache
1022
1023 2001-05-04 [sergey]
1024
1025         * src/prefs_display_headers.c: user interface changes:
1026         (prefs_display_headers_create): remove unused "Show" check button;
1027         allow reordering of headers by dragging.
1028         (prefs_display_headers_write_config): remove unused variables.
1029         (prefs_display_headers_set_dialog): do not insert "(New)" at top
1030         of lists (not needed with the new UI).
1031         (prefs_display_headers_set_list): scan lists starting from row 0,
1032         not 1 (do not skip "(New)").
1033         (prefs_display_headers_find_header): new function.
1034         (prefs_display_headers_clist_set_row): do not allow duplicates.
1035         (prefs_display_headers_delete_cb): do not skip row 0; treat
1036         closing the alert window by ESC as "No".
1037         (prefs_display_headers_up): do not protect row 0.
1038         (prefs_display_headers_down): do not protect row 0.
1039
1040 2001-05-04 [sergey]
1041
1042         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
1043         functions.  
1044
1045         * src/summaryview.c
1046         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
1047         summary_select_next_marked, summary_select_prev_marked): new
1048         functions.
1049
1050 2001-05-03 [sergey]
1051
1052         * src/news.c: fixed a bug when no article can be fetched after
1053         server timeout if the connection was restored by news_post():
1054         (news_select_group): new function.
1055         (news_fetch_msg): call news_select_group() before fetching
1056         article.
1057         (news_get_uncached_articles): set session->group after successful
1058         GROUP command.
1059
1060 2001-05-03 [hoa]
1061
1062         * src/defs.h
1063         * src/procmsg.[ch]
1064         * src/procheader.c
1065                  changed version of cache, added cc field
1066
1067         * src/prefs_display_headers.c
1068                 the interface was changed
1069
1070         * src/prefs_headers.c
1071                 added cancel button
1072
1073 2001-05-03 [alfons]
1074
1075         * completed sync of sylpheed cvs2
1076         * src/gtkstext.c: updated row up / down cursor navigation
1077         * src/textview.c: re-edited, prepared for fixing the email address
1078                 scanner.
1079
1080 2001-05-03 [darko]
1081
1082         * src/prefs_common.c: use alfons' strftime ui code
1083         entry_datefmt and datefmt_sample widgets have to be
1084         global in this module because of this change
1085
1086 2001-05-03 [hoa]
1087
1088         * src/messageview.c
1089         * src/prefs_common.[ch] added option to activate the return receipt
1090                 feature.
1091
1092 2001-05-02 [alfons]
1093
1094         * src/gtkstext.c: fix for row up/down cursor navigation. 
1095
1096         0.4.66claws2
1097         
1098         * sync with 0.4.66cvs2
1099
1100 2001-05-02 [paul]
1101
1102         added add-sender-to-addressbook patch
1103
1104         * src/addressbook.c
1105         * src/addressbook.h
1106         * src/summaryview.c
1107
1108 2001-05-02 [sergey]
1109
1110         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
1111         G_ALERTDISABLE.
1112
1113         * src/alertpanel.c (alertpanel_create): new argument can_disable,
1114         all existing callers changed to pass FALSE; create a check button
1115         to disable the message.
1116         (alertpanel_message_with_disable): new function.
1117         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
1118         (alertpanel_button_toggled): new function.
1119         (alertpanel_button_clicked, alertpanel_close): set value using
1120         G_ALERT_VALUE_MASK.
1121
1122         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
1123
1124         * src/prefs_common.c (prefs_privacy_create): new check button
1125         checkbtn_gpgme_warning.
1126
1127         * src/main.c (main): moved preferences reading before gpgme
1128         initialization; check prefs_common.gpgme_warning before giving the
1129         GnuPG warning and set it to FALSE if the user wants to disable the
1130         warning.
1131
1132 2001-05-02 [hiroyuki]
1133
1134         * src/prefs_display_headers.c: modified the layout and some labels.
1135
1136 2001-05-02 [sergey]
1137
1138         * src/prefs_account.c (prefs_account_fix_size): new function.
1139         (prefs_account_create): call prefs_account_fix_size(); use
1140         gtk_widget_show instead of gtk_widget_show_all (fixes too large
1141         size when the window is shown for the first time).
1142         (prefs_account_basic_create): changed layout of serv_table; moved
1143         localmbox_entry above smtpserv_entry (logically it replaces
1144         POP3/IMAP server).
1145         (prefs_account_protocol_activated): set sensitivity of
1146         nntpauth_chkbtn according to the protocol (in addition to
1147         hide/show); commented out gtk_table_set_row_spacing() calls.
1148         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
1149         not sensitive (fixes a bug with disabled username/password boxes
1150         when editing POP3 account after NNTP with authentication).
1151
1152 2001-05-02 [hoa]
1153
1154         * src/account.c
1155         * src/inc.c
1156         * src/prefs_account.[ch]
1157         * src/send.c
1158                 removed local account without SMTP server
1159                 added option to use mail command instead of a connexion
1160                 to SMTP server when a local account is used
1161         * src/prefs_headers.c
1162                 fixed a bug
1163         * src/news.c
1164                 fixed a bug when connexion immediately closed
1165
1166 2001-05-01 [alfons]
1167
1168         0.4.66claws1
1169         
1170         * sync with 0.4.65
1171
1172 2001-05-01 [sergey]
1173
1174         * src/prefs_account.c (Basic, prefs_account_basic_create): new
1175         widget nntpauth_chkbtn.
1176         (prefs_account_protocol_activated): handle nntpauth_chkbtn
1177         visibility.
1178         (prefs_account_nntpauth_toggled): new function.
1179
1180         * src/news.c (news_session_new_for_folder): use NNTP
1181         authentication only if ac->use_nntp_auth is set.
1182
1183 2001-05-01 [hoa]
1184
1185         * src/Makefile.am changed headers.[ch] in customheader.[ch]
1186         * src/prefs_display_headers.c changed the UI
1187         * src/prefs_headers.c changed account_name to account_id
1188         * src/compose.c using customheader.h
1189
1190 2001-05-01 [hiroyuki]
1191
1192         * src/esmtp.c
1193           src/news.c
1194           src/nntp.c: changed sock_read() to sock_gets(), they've been left
1195           unsynched.
1196
1197 2001-05-01 [hoa]
1198
1199         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
1200         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
1201                 for displaying of headers
1202         * src/grouplist_dialog.[ch] minor changes to remove warnings
1203         * src/prefs_display_headers.[ch] dialog to choose the
1204         headers to display in the mail viewer.
1205         * src/headers.h correction of #define
1206         * src/headers_display.[ch] configuration for displaying of headers.
1207         * src/main.c read config of displaying of headers
1208         * src/prefs_common.c add a button to access the config dialog
1209                 for displaying of headers
1210         * src/prefs_display_headers.[ch] dialog for configuration for
1211                 displaying of the headers.
1212         * src/prefs_headers.c cleaning of code
1213         * src/procheader.c comments added to code
1214         * src/textview.c changes to reorder the headers depending
1215                 on the config for displaying of headers
1216
1217 2001-04-30 [alfons]
1218
1219         0.4.65claws7
1220
1221         * sync with 0.4.65cvs12
1222
1223         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
1224
1225 2001-04-30 [sergey]
1226
1227         * src/nntp.h (NNTPSockInfo): new field auth_failed.
1228
1229         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
1230         is set to force reconnection after authentication failure.
1231         (nntp_gen_command): set sock->auth_failed on authentication
1232         failure, or if sock->userid and sock->passwd are not set.
1233
1234         * src/news.c (news_session_new_for_folder): set userid=NULL if
1235         password dialog is cancelled.
1236
1237 2001-04-30 [sergey]
1238
1239         * src/nntp.h (NNTPSockInfo): new type.
1240
1241         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
1242         SockInfo.
1243         (nntp_open_auth, nntp_close): new functions.
1244         (nntp_gen_command): new function to handle authentication; all
1245         NNTP command functions updated to use it.
1246         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
1247         (nntp_list): removed old useless code.
1248
1249         * src/news.h (NNTPSession): new field nntp_sock.
1250
1251         * src/news.c: all functions updated to use NNTPSockInfo instead of
1252         SockInfo.
1253         (news_session_new): new arguments (userid, passwd); made static;
1254         use nntp_open_auth() if needed.
1255         (news_session_destroy): use nntp_close() instead of sock_close().
1256         (news_query_password): changed arguments.
1257         (news_session_new_for_folder): new function.
1258         (news_session_get): use news_session_new_for_folder().
1259         (news_authenticate): deleted.
1260         (news_get_uncached_articles): removed old authentication code.
1261
1262 2001-04-30 [sergey]
1263
1264         * src/news.c: reverted my previous changes (need to do NNTP
1265         authentication in a cleaner way).
1266         
1267 2001-04-29 [sergey]
1268
1269         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
1270         news_nntp_post, news_nntp_mode): new functions (wrappers with
1271         authentication support).
1272         (news_get_article_cmd, news_get_article, news_get_header): new
1273         argument "folder"; all callers changed.
1274         (news_get_article_cmd): added authentication support.
1275         (news_session_get): use news_nntp_mode() instead of nntp_mode().
1276         (news_post): use news_nntp_post() instead of nntp_post().
1277         (news_get_uncached_articles): use news_nntp_group() instead of
1278         nntp_group() and news_nntp_xover() instead of nntp_xover();
1279         removed old authentication code.
1280         (news_get_group_list): use news_nntp_list() instead of nntp_list().
1281
1282         * src/nntp.c (nntp_list): return real error code instead of
1283         hardcoded NN_ERROR.
1284
1285 2001-04-29 [sergey]
1286
1287         * configure.in: fixed wint_t typedef detection again
1288
1289 2001-04-28 [hoa]
1290
1291         * src/prefs_account.[ch], added A_LOCAL_CMD
1292                 (send mail with mail command)
1293         * src/send.c added function send_message_with_command()
1294         * src/inc.c made a more secure get_spool() function with
1295                 mktemp() but maybe mkstemp() or something more
1296                 secure can be used.
1297
1298 2001-04-28 [alfons]
1299
1300         * src/textview.c, colorization of email addresses in headers
1301
1302         0.4.65claws6
1303
1304         * bug sync with sylpheed
1305         * prefs_common.c: created date format ui for darko
1306         * sync with 0.4.65cvs11
1307         * configure.in: corrected to have the new gpg checks
1308
1309 2001-04-27 [alfons]
1310
1311         * completed sync with 0.4.65cvs10
1312         * minor debug things added to gtkstext.c
1313
1314 2001-04-27 [darko]
1315
1316         * configure.in: remove check for availability of
1317           strftime() as advised by Hiroyuki
1318         * src/prefs_common.[ch], src/procheader.c:
1319           synch strftime() code with Hiroyki's main branch
1320
1321 2001-04-26 [sergey]
1322
1323         * src/news.c: news_query_password(), news_authenticate(): new
1324           functions.
1325           news_get_uncached_articles(): added NNTP authentication
1326           handling.
1327         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
1328           new functions.
1329         * src/prefs_account.c: prefs_account_protocol_activated():
1330           enable userid and password fields for NNTP.
1331
1332 2001-04-26
1333
1334         * configure.in: check for availability of strftime()
1335           [darko]
1336         * src/prefs_common.[ch], src/procheader.c: use
1337           strftime() for displaying date in summary pane if it
1338           is available
1339
1340 2001-04-25
1341
1342         * more .cvsignore cleanups [alfons]
1343
1344 2001-04-25
1345
1346         * ac/sv-check-type.m4: new autoconf macro.
1347         * configure.in: fixed wint_t typedef detection (did not work
1348           with gcc-2.96).
1349
1350 2001-04-25
1351
1352         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
1353           [hiroyuki]
1354
1355 2001-04-24
1356         * modified gtkstext.c : buggy cursor navigation fixed, 
1357           and font descent also taken in account when drawing
1358           cursor. [alfons]
1359
1360 2001-04-24 [hoa]
1361         * added comments in src/news.c src/nntp.c
1362         * added src/prefs_headers.[ch]
1363         * added src/headers.[ch]
1364         * modified compose.c to activate custom headers
1365                 added function is_in_custom_headers
1366         * modified prefs_account.[ch]
1367                 added function prefs_account_customhdr_edit
1368         * modified src/defs.h :
1369                 added HEADERS_RC : name of the config file
1370                 for the custom headers
1371
1372 2001-04-24
1373
1374     0.4.65claws5
1375
1376         * configure.in
1377           src/gtkstext.[ch]
1378           src/compose.c
1379           src/Makefile.am
1380           
1381           added gtkstext with configure.in patch by Hiroyuki which
1382           should fix the XIM detection [alfons]
1383
1384         * more clean up of cvs [alfons]
1385
1386                  * removed all Makefile.in files to attic.
1387
1388                  * updated all .cvsignores to really ignore things that could
1389                    be unintentionally committed by a recursive commit.
1390
1391 2001-04-23 [hoa]
1392         * added src/grouplist_dialog.[ch]
1393         * changed src/folderview.c to call grouplist_dialog instead
1394                 of inputdialog
1395         * src/news.c :
1396                 added functions news_reset_group_list
1397                 and news_get_group_list
1398         * src/nntp.c :
1399                 added function nntp_list
1400         * src/defs.h :
1401                 added GROUPLIST_FILE : name of the newsgroup list cache file
1402
1403 2001-04-21
1404
1405         * added option to warn about queued messages on exit [sergey]:
1406
1407           * src/compose.c: compose_queue(): call folder_item_scan()
1408             and folderview_update_item() after queueing.
1409           * src/folderview.c: folderview_update_node(): draw the queue
1410             folder in bold font if there are queued messages.
1411           * src/mainwindow.c: queued_messages(): new function.
1412             app_exit_cb(): display warning if there are queued messages
1413             if warn_queued_on_exit is set.
1414           * prefs_common.[ch]: add warn_queued_on_exit option.
1415
1416         * enhanced GnuPG key selection support [sergey]:
1417
1418           * src/select-keys.c: updated to newer version from Win32
1419             branch with support for selecting arbitrary keys.
1420           * src/prefs_account.c: added the Privacy tab to the account
1421             options window.
1422             prefs_account_privacy_create(),
1423             prefs_account_sign_key_set_data_from_radiobtn(),
1424             prefs_account_sign_key_set_radiobtn(): new functions.
1425           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
1426           * src/rfc2015.c: set_signers(): new function.
1427             pgp_sign(): add the account parameter, call set_signers().
1428             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
1429           * src/rfc2015.h: rfc2015_sign(): updated prototype.
1430           * src/compose.c: pass the current account to rfc2015_sign().
1431
1432         * tag name claws added to prevent confusion with main branch [alfons]
1433
1434         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
1435
1436         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
1437
1438         * sync with recent sylpheed cvs. Untested though. [alfons]
1439