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