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