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