added additionnal matching criteria
[claws.git] / ChangeLog.claws
1 2001-05-13 [hoa]
2         * src/defs.h
3                 changed version of cache
4         * src/matcher.[ch]
5         * src/prefs_matcher.c
6                 added additionnal matching criteria
7         * src/procheader.c
8         * src/procmsg.[ch]
9         * src/news.c
10                 added references in MsgInfo
11
12 2001-05-12 [hoa]
13
14         * src/defs.h
15                 prepared some things for new filtering
16         * src/matcher.[ch]
17                 added some matching properties
18                 inreplyto need to be enhanced
19                 prepared some things for new filtering
20         * src/messageview.c
21                 added Return-Receipt-To handling
22         * src/prefs_folder_item.c
23                 changed default value to TRUE
24         * src/prefs_matcher.c
25                 added some matching properties
26         * src/prefs_scoring.[ch]
27                 the scoring dialog is finished
28         * src/procheader.c
29                 added Return-Receipt-To handling
30                 Reference need to be added
31         * src/procmsg.[ch]
32                 added Return-Receipt-To handling
33                 added threadscore to get a better score sorting when
34                 threads are enabled
35         * src/summaryview.c
36                 suppressed a bug when we sort the list
37                 when no folder is opened.
38                 better score sorting when threads are enabled
39
40 2001-05-12 [alfons]
41
42         * reverted previous patch because of potential errors 
43
44         0.4.67claws2
45         
46         * src/inc.c, src/prefs_common.c, src/prefs_common.h: 
47                 applied "toggle mail-retrieval dialog window" patch submitted 
48                 by Eric Limpens <eric@qnt.net>
49
50         * sync with sylpheed 0.4.67cvs4
51
52 2001-05-12 [sergey]
53
54         * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
55         some picky compilers.
56         * src/rfc2015.h: provide prototype for rfc2015_disable_all().
57         * src/grouplist_dialog.c: include alertpanel.h.
58         * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
59         fix compile warning.
60         * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
61         #include "defs.h" before others to prevent the warning of `MIN'
62         and `MAX' redefinition.
63
64 2001-05-11 [hoa]
65
66         * src/main.c
67         * src/messageview.c
68         * src/prefs_account.c
69         * src/prefs_display_header.c
70                 removed warning
71         * src/Makefile.am
72                 added prefs_scoring.[ch]
73         * src/grouplist_dialog.c
74                 display an error dialog box if the group list
75                 cannot be fetched.
76         * src/mainwindow.[ch]
77                 added main_window_set_thread_option() function
78                 scoring dialog box enabled
79         * src/matcher.[ch]
80                 added flags matching unread /new / marked
81                 / deleted / replied / forwarded
82         * src/news.c
83                 newsgroups are now finally in newscache
84         * src/prefs_matcher.[ch]
85                 finished preferences for matching dialog
86         * added src/prefs_scoring.[ch]
87                 scoring dialog box completed
88         * src/scoring.[ch]
89                 conversion to string : added scoringprop_to_string()
90                 write config for preferences :
91                 added prefs_scoring_write_config()
92         * src/summaryview.c
93                 threads can be enabled/disabled independently
94                 for each folder
95
96 2001-05-10 [alfons]
97
98         0.4.67claws1
99         
100         * AUTHORS: 
101                 thought it would be nice to have a list of all
102                 contributors (used Changelog as a reference)
103         
104         * configure.in: 
105                 messed up version numbering...
106
107         0.4.66claws1
108
109         * sync with sylpheed 0.4.67cvs1-3
110
111 2001-05-10 [darko]
112
113         * src/prefs_common.c:
114                 better UI for strftime format, double clicking
115                 on format now inserts the format in text entry
116                 replaced close button with standard OK/Cancel
117                 moved date format button to the right of the
118                 text entry field
119
120 2001-05-09 [alfons]
121
122         * src/gtkstext.c:
123                 Ctrl-Home / Ctrl-End have proper cursor navigation
124
125 2001-05-09 [hoa]
126
127         * src/prefs_matcher.c
128                 finished UI to define matching properties
129                 added ok and cancel button
130         * src/prefs_filter.c
131                 added ok and cancel button
132         * src/news.c
133                 fixed some bug in xhdr parsing
134
135 2001-05-08 [alfons]
136
137         * src/textview.c: 
138                 fixed a bug in textview_show_header(), which displayed two colons (':');
139                 cleaned up some warnings
140
141 2001-05-08 [hoa]
142
143         * src/Makefile.am
144                 added prefs_matcher.[ch]
145                 compilation with -W -Wall
146         * src/alertpanel.c
147                 ungrab the mouse events if grabbed - does it
148                 fix the bug for disposition notification ?
149         * src/mainwindow.c
150                 added a menu option to open the matching dialog.
151         * src/matcher.[ch]
152                 added matcherprop_to_string() and matcherlist_to_string()
153                 fixed some bugs, changed the name of some options
154                 age_sup and age_inf becomes age_greater and age_lower,
155                 body and messageheaders becomes body_part and headers_part,
156                 changed the names of constants from SCORING_XXX to MATCHING_XXX
157         * src/prefs_display_header.c
158         * src/prefs_headers.c
159                 fixed a bug that accidentally destroyed dialogs
160                 when closed them with delete_event
161                 Added *_deleted() which handle delete_event signal correctly.
162         * src/prefs_folder_item.[ch]
163                 added "enable_thread" field for future customization
164         * added src/prefs_matcher.[ch]
165                 sample of the UI to define matching properties
166         * src/procheader.c
167                 using procheader_headername_equal instead of str*cmp functions
168                 using procheader_parse_header() function
169         * src/scoring.c
170                 using MATCHING_XXX instead of SCORING_XXX
171         * src/summaryview.c
172                 display the sender of the news even if this is ourself
173                 when this is a news message.
174         * src/textview.c
175                 using headername_equal() instead of str*cmp functions
176
177 2001-05-08 [alfons]
178
179         0.4.66claws
180
181         * sync with sylpheed 0.4.66
182         * src/gtkstext.c: trace logs added 
183
184 2001-05-08 [sergey]
185
186         * src/prefs_common.[ch]: added option to enable/disable GnuPG
187         signature check popup.
188         * src/rfc2015.c (check_signature): show signature check popup only
189         if it is enabled in preferences.
190
191 2001-05-07 [alfons]
192
193         0.4.66claws4
194         
195         * sync with sylpheed 0.4.66cvs6
196
197 2001-05-07 [darko]
198
199         * src/prefs_common.[ch]: added option to enable/disable
200           looking up sender name in address book for summary pane
201         * src/summaryview.c: look up sender in the address book
202           by using Alfons' address completion code
203
204 2001-05-07 [hiroyuki]
205
206         * src/inc.h
207           src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
208           member of Pop3State.
209         * src/news.c: brought #include "defs.h" before #include <glib.h>
210           to prevent the warning of `MIN' and `MAX' redefinition.
211
212 2001-05-06 [hoa]
213
214         * removed src/headers_display.[ch]
215         * removed src/prefs_display_headers.[ch]
216         * src/inc.c
217                 use a temporary file in the user directory for mbox import
218         * src/news.c
219                 added XHDR support to get "To" and "Cc" headers
220                 (in order to match news with to or cc field for
221                 scoring)
222                 added function news_parse_xhdr() to get XHDR response
223         * src/nntp.[ch]
224                 added function nntp_xhdr()
225         * src/matcher.c
226                 fetch the message if necessary
227
228 2001-05-06 [alfons]
229
230         0.4.66claws3
231
232         * sync with sylpheed 0.4.66cvs3-5
233
234 2001-05-06 [hoa]
235
236         * src/utils.[ch]
237                 added function itos_buf() to enable use of several buffers
238         * src/summaryview.c
239                 use of itos_buf() instead of itos() in summary list
240                 to fix the broken display of message number.
241
242 2001-05-06 [alfons]
243
244         * src/gtkstext.c: bug in cursor up navigation fixed,
245                 fixed another unsigned / signed comparison (we're getting there :-)
246
247 2001-05-06 [hoa]
248
249         * src/Makefile.am
250                 added scoring.c scoring.h
251                 prefs_folder_item.c prefs_folder_item.h
252                 matcher.c matcher.h
253         * src/defs.h
254                 added FOLDERITEM_RC SCORING_RC
255         * src/folder.[ch]
256                 added prefs field in FolderItem :
257                 properties for each folder (PrefsFolderItem),
258                 sorting type and mode were added as the first properties.
259         * src/main.c
260                 read config for scoring
261         * added src/matcher.[ch]
262                 gives functions to parse configuration file to do
263                 matching on mails with a list of conditions.
264         * src/mainwindow.c
265                 add option to sort by score
266         * src/prefs_common.[ch]
267                 added preference option to show score and for
268                 the score column size
269         * added src/prefs_folder_item.[ch]
270                 properties for each folder (PrefsFolderItem),
271                 sorting type and mode were added as the first properties.
272         * src/procheader.[ch]
273                 added procheader_parse_header()
274                 added procheader_header_free()
275                 added procheader_headername_equal()
276                 and made modification to use them.
277         * src/procmsg.[ch]
278                 added score field to MsgInfo structure
279         * added src/scoring.[ch]
280                 gives functions to parse configuration file to do
281                 scoring on mails with a list of conditions.
282         * src/summaryview.[ch]
283                 save the sorting type and mode for the folder
284                 added column to display the score of the mail
285                 added function summary_score_clicked()
286                 sorting type and mode are restored to the folder
287                 when it is reopen
288         * src/textview.c
289                 use procheader_parse_header(), procheader_headername_equal()
290                 removed memory leak in text_scan_header when freeing headers
291         * src/filter.c
292                 changed the function to match names of headers
293                 using procheader_headername_equal()
294
295         Scoring functions are implemented, an interface is needed
296         to configure that.
297
298 2001-05-04 [alfons]
299
300         * src/gtkstext.c: 
301                 hopefully fixed the row up navigation bug,
302                 removed adding back / forward lines to cache
303
304 2001-05-04 [sergey]
305
306         * src/prefs_display_headers.c: user interface changes:
307         (prefs_display_headers_create): remove unused "Show" check button;
308         allow reordering of headers by dragging.
309         (prefs_display_headers_write_config): remove unused variables.
310         (prefs_display_headers_set_dialog): do not insert "(New)" at top
311         of lists (not needed with the new UI).
312         (prefs_display_headers_set_list): scan lists starting from row 0,
313         not 1 (do not skip "(New)").
314         (prefs_display_headers_find_header): new function.
315         (prefs_display_headers_clist_set_row): do not allow duplicates.
316         (prefs_display_headers_delete_cb): do not skip row 0; treat
317         closing the alert window by ESC as "No".
318         (prefs_display_headers_up): do not protect row 0.
319         (prefs_display_headers_down): do not protect row 0.
320
321 2001-05-04 [sergey]
322
323         * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
324         functions.  
325
326         * src/summaryview.c
327         (summary_find_next_marked_msg, summary_find_prev_marked_msg,
328         summary_select_next_marked, summary_select_prev_marked): new
329         functions.
330
331 2001-05-03 [sergey]
332
333         * src/news.c: fixed a bug when no article can be fetched after
334         server timeout if the connection was restored by news_post():
335         (news_select_group): new function.
336         (news_fetch_msg): call news_select_group() before fetching
337         article.
338         (news_get_uncached_articles): set session->group after successful
339         GROUP command.
340
341 2001-05-03 [hoa]
342
343         * src/defs.h
344         * src/procmsg.[ch]
345         * src/procheader.c
346                  changed version of cache, added cc field
347
348         * src/prefs_display_headers.c
349                 the interface was changed
350
351         * src/prefs_headers.c
352                 added cancel button
353
354 2001-05-03 [alfons]
355
356         * completed sync of sylpheed cvs2
357         * src/gtkstext.c: updated row up / down cursor navigation
358         * src/textview.c: re-edited, prepared for fixing the email address
359                 scanner.
360
361 2001-05-03 [darko]
362
363         * src/prefs_common.c: use alfons' strftime ui code
364         entry_datefmt and datefmt_sample widgets have to be
365         global in this module because of this change
366
367 2001-05-03 [hoa]
368
369         * src/messageview.c
370         * src/prefs_common.[ch] added option to activate the return receipt
371                 feature.
372
373 2001-05-02 [alfons]
374
375         * src/gtkstext.c: fix for row up/down cursor navigation. 
376
377         0.4.66claws2
378         
379         * sync with 0.4.66cvs2
380
381 2001-05-02 [paul]
382
383         added add-sender-to-addressbook patch
384
385         * src/addressbook.c
386         * src/addressbook.h
387         * src/summaryview.c
388
389 2001-05-02 [sergey]
390
391         * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
392         G_ALERTDISABLE.
393
394         * src/alertpanel.c (alertpanel_create): new argument can_disable,
395         all existing callers changed to pass FALSE; create a check button
396         to disable the message.
397         (alertpanel_message_with_disable): new function.
398         (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
399         (alertpanel_button_toggled): new function.
400         (alertpanel_button_clicked, alertpanel_close): set value using
401         G_ALERT_VALUE_MASK.
402
403         * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
404
405         * src/prefs_common.c (prefs_privacy_create): new check button
406         checkbtn_gpgme_warning.
407
408         * src/main.c (main): moved preferences reading before gpgme
409         initialization; check prefs_common.gpgme_warning before giving the
410         GnuPG warning and set it to FALSE if the user wants to disable the
411         warning.
412
413 2001-05-02 [hiroyuki]
414
415         * src/prefs_display_headers.c: modified the layout and some labels.
416
417 2001-05-02 [sergey]
418
419         * src/prefs_account.c (prefs_account_fix_size): new function.
420         (prefs_account_create): call prefs_account_fix_size(); use
421         gtk_widget_show instead of gtk_widget_show_all (fixes too large
422         size when the window is shown for the first time).
423         (prefs_account_basic_create): changed layout of serv_table; moved
424         localmbox_entry above smtpserv_entry (logically it replaces
425         POP3/IMAP server).
426         (prefs_account_protocol_activated): set sensitivity of
427         nntpauth_chkbtn according to the protocol (in addition to
428         hide/show); commented out gtk_table_set_row_spacing() calls.
429         (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
430         not sensitive (fixes a bug with disabled username/password boxes
431         when editing POP3 account after NNTP with authentication).
432
433 2001-05-02 [hoa]
434
435         * src/account.c
436         * src/inc.c
437         * src/prefs_account.[ch]
438         * src/send.c
439                 removed local account without SMTP server
440                 added option to use mail command instead of a connexion
441                 to SMTP server when a local account is used
442         * src/prefs_headers.c
443                 fixed a bug
444         * src/news.c
445                 fixed a bug when connexion immediately closed
446
447 2001-05-01 [alfons]
448
449         0.4.66claws1
450         
451         * sync with 0.4.65
452
453 2001-05-01 [sergey]
454
455         * src/prefs_account.c (Basic, prefs_account_basic_create): new
456         widget nntpauth_chkbtn.
457         (prefs_account_protocol_activated): handle nntpauth_chkbtn
458         visibility.
459         (prefs_account_nntpauth_toggled): new function.
460
461         * src/news.c (news_session_new_for_folder): use NNTP
462         authentication only if ac->use_nntp_auth is set.
463
464 2001-05-01 [hoa]
465
466         * src/Makefile.am changed headers.[ch] in customheader.[ch]
467         * src/prefs_display_headers.c changed the UI
468         * src/prefs_headers.c changed account_name to account_id
469         * src/compose.c using customheader.h
470
471 2001-05-01 [hiroyuki]
472
473         * src/esmtp.c
474           src/news.c
475           src/nntp.c: changed sock_read() to sock_gets(), they've been left
476           unsynched.
477
478 2001-05-01 [hoa]
479
480         * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
481         * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
482                 for displaying of headers
483         * src/grouplist_dialog.[ch] minor changes to remove warnings
484         * src/prefs_display_headers.[ch] dialog to choose the
485         headers to display in the mail viewer.
486         * src/headers.h correction of #define
487         * src/headers_display.[ch] configuration for displaying of headers.
488         * src/main.c read config of displaying of headers
489         * src/prefs_common.c add a button to access the config dialog
490                 for displaying of headers
491         * src/prefs_display_headers.[ch] dialog for configuration for
492                 displaying of the headers.
493         * src/prefs_headers.c cleaning of code
494         * src/procheader.c comments added to code
495         * src/textview.c changes to reorder the headers depending
496                 on the config for displaying of headers
497
498 2001-04-30 [alfons]
499
500         0.4.65claws7
501
502         * sync with 0.4.65cvs12
503
504         NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
505
506 2001-04-30 [sergey]
507
508         * src/nntp.h (NNTPSockInfo): new field auth_failed.
509
510         * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
511         is set to force reconnection after authentication failure.
512         (nntp_gen_command): set sock->auth_failed on authentication
513         failure, or if sock->userid and sock->passwd are not set.
514
515         * src/news.c (news_session_new_for_folder): set userid=NULL if
516         password dialog is cancelled.
517
518 2001-04-30 [sergey]
519
520         * src/nntp.h (NNTPSockInfo): new type.
521
522         * src/nntp.c: all functions updated to use NNTPSockInfo instead of
523         SockInfo.
524         (nntp_open_auth, nntp_close): new functions.
525         (nntp_gen_command): new function to handle authentication; all
526         NNTP command functions updated to use it.
527         (nntp_authinfo_user, nntp_authinfo_pass): deleted.
528         (nntp_list): removed old useless code.
529
530         * src/news.h (NNTPSession): new field nntp_sock.
531
532         * src/news.c: all functions updated to use NNTPSockInfo instead of
533         SockInfo.
534         (news_session_new): new arguments (userid, passwd); made static;
535         use nntp_open_auth() if needed.
536         (news_session_destroy): use nntp_close() instead of sock_close().
537         (news_query_password): changed arguments.
538         (news_session_new_for_folder): new function.
539         (news_session_get): use news_session_new_for_folder().
540         (news_authenticate): deleted.
541         (news_get_uncached_articles): removed old authentication code.
542
543 2001-04-30 [sergey]
544
545         * src/news.c: reverted my previous changes (need to do NNTP
546         authentication in a cleaner way).
547         
548 2001-04-29 [sergey]
549
550         * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
551         news_nntp_post, news_nntp_mode): new functions (wrappers with
552         authentication support).
553         (news_get_article_cmd, news_get_article, news_get_header): new
554         argument "folder"; all callers changed.
555         (news_get_article_cmd): added authentication support.
556         (news_session_get): use news_nntp_mode() instead of nntp_mode().
557         (news_post): use news_nntp_post() instead of nntp_post().
558         (news_get_uncached_articles): use news_nntp_group() instead of
559         nntp_group() and news_nntp_xover() instead of nntp_xover();
560         removed old authentication code.
561         (news_get_group_list): use news_nntp_list() instead of nntp_list().
562
563         * src/nntp.c (nntp_list): return real error code instead of
564         hardcoded NN_ERROR.
565
566 2001-04-29 [sergey]
567
568         * configure.in: fixed wint_t typedef detection again
569
570 2001-04-28 [hoa]
571
572         * src/prefs_account.[ch], added A_LOCAL_CMD
573                 (send mail with mail command)
574         * src/send.c added function send_message_with_command()
575         * src/inc.c made a more secure get_spool() function with
576                 mktemp() but maybe mkstemp() or something more
577                 secure can be used.
578
579 2001-04-28 [alfons]
580
581         * src/textview.c, colorization of email addresses in headers
582
583         0.4.65claws6
584
585         * bug sync with sylpheed
586         * prefs_common.c: created date format ui for darko
587         * sync with 0.4.65cvs11
588         * configure.in: corrected to have the new gpg checks
589
590 2001-04-27 [alfons]
591
592         * completed sync with 0.4.65cvs10
593         * minor debug things added to gtkstext.c
594
595 2001-04-27 [darko]
596
597         * configure.in: remove check for availability of
598           strftime() as advised by Hiroyuki
599         * src/prefs_common.[ch], src/procheader.c:
600           synch strftime() code with Hiroyki's main branch
601
602 2001-04-26 [sergey]
603
604         * src/news.c: news_query_password(), news_authenticate(): new
605           functions.
606           news_get_uncached_articles(): added NNTP authentication
607           handling.
608         * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
609           new functions.
610         * src/prefs_account.c: prefs_account_protocol_activated():
611           enable userid and password fields for NNTP.
612
613 2001-04-26
614
615         * configure.in: check for availability of strftime()
616           [darko]
617         * src/prefs_common.[ch], src/procheader.c: use
618           strftime() for displaying date in summary pane if it
619           is available
620
621 2001-04-25
622
623         * more .cvsignore cleanups [alfons]
624
625 2001-04-25
626
627         * ac/sv-check-type.m4: new autoconf macro.
628         * configure.in: fixed wint_t typedef detection (did not work
629           with gcc-2.96).
630
631 2001-04-25
632
633         * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
634           [hiroyuki]
635
636 2001-04-24
637         * modified gtkstext.c : buggy cursor navigation fixed, 
638           and font descent also taken in account when drawing
639           cursor. [alfons]
640
641 2001-04-24 [hoa]
642         * added comments in src/news.c src/nntp.c
643         * added src/prefs_headers.[ch]
644         * added src/headers.[ch]
645         * modified compose.c to activate custom headers
646                 added function is_in_custom_headers
647         * modified prefs_account.[ch]
648                 added function prefs_account_customhdr_edit
649         * modified src/defs.h :
650                 added HEADERS_RC : name of the config file
651                 for the custom headers
652
653 2001-04-24
654
655     0.4.65claws5
656
657         * configure.in
658           src/gtkstext.[ch]
659           src/compose.c
660           src/Makefile.am
661           
662           added gtkstext with configure.in patch by Hiroyuki which
663           should fix the XIM detection [alfons]
664
665         * more clean up of cvs [alfons]
666
667                  * removed all Makefile.in files to attic.
668
669                  * updated all .cvsignores to really ignore things that could
670                    be unintentionally committed by a recursive commit.
671
672 2001-04-23 [hoa]
673         * added src/grouplist_dialog.[ch]
674         * changed src/folderview.c to call grouplist_dialog instead
675                 of inputdialog
676         * src/news.c :
677                 added functions news_reset_group_list
678                 and news_get_group_list
679         * src/nntp.c :
680                 added function nntp_list
681         * src/defs.h :
682                 added GROUPLIST_FILE : name of the newsgroup list cache file
683
684 2001-04-21
685
686         * added option to warn about queued messages on exit [sergey]:
687
688           * src/compose.c: compose_queue(): call folder_item_scan()
689             and folderview_update_item() after queueing.
690           * src/folderview.c: folderview_update_node(): draw the queue
691             folder in bold font if there are queued messages.
692           * src/mainwindow.c: queued_messages(): new function.
693             app_exit_cb(): display warning if there are queued messages
694             if warn_queued_on_exit is set.
695           * prefs_common.[ch]: add warn_queued_on_exit option.
696
697         * enhanced GnuPG key selection support [sergey]:
698
699           * src/select-keys.c: updated to newer version from Win32
700             branch with support for selecting arbitrary keys.
701           * src/prefs_account.c: added the Privacy tab to the account
702             options window.
703             prefs_account_privacy_create(),
704             prefs_account_sign_key_set_data_from_radiobtn(),
705             prefs_account_sign_key_set_radiobtn(): new functions.
706           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
707           * src/rfc2015.c: set_signers(): new function.
708             pgp_sign(): add the account parameter, call set_signers().
709             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
710           * src/rfc2015.h: rfc2015_sign(): updated prototype.
711           * src/compose.c: pass the current account to rfc2015_sign().
712
713         * tag name claws added to prevent confusion with main branch [alfons]
714
715         * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
716
717         * autogen.sh: Added "--enable-maintainer-mode". [sergey]
718
719         * sync with recent sylpheed cvs. Untested though. [alfons]
720