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