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