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