3 * src/main.c: include rfc2015.h to avoid compiler warnings.
4 * src/alertpanel.c (alertpanel_message_with_disable): return 0 if
5 the panel is already on screen.
6 * src/prefs_customheader.c (prefs_custom_header_delete_cb): treat
7 closing the alert window by ESC as "No".
8 * src/prefs_common.c (prefs_interface_create): moved return
9 receipt check button to the correct place.
14 moved return receipt check button to the Send tab. (prefs_send_create)
15 removed the date format ui related globals. (prefs_display_create)
19 * sync with sylpheed 0.4.67cvs5-6
23 * added Alfons' font selection patch
32 changed version of cache
35 added additionnal matching criteria
39 added references in MsgInfo
44 prepared some things for new filtering
46 added some matching properties
47 inreplyto need to be enhanced
48 prepared some things for new filtering
50 added Return-Receipt-To handling
51 * src/prefs_folder_item.c
52 changed default value to TRUE
54 added some matching properties
55 * src/prefs_scoring.[ch]
56 the scoring dialog is finished
58 added Return-Receipt-To handling
59 Reference need to be added
61 added Return-Receipt-To handling
62 added threadscore to get a better score sorting when
65 suppressed a bug when we sort the list
66 when no folder is opened.
67 better score sorting when threads are enabled
71 * reverted previous patch because of potential errors
75 * src/inc.c, src/prefs_common.c, src/prefs_common.h:
76 applied "toggle mail-retrieval dialog window" patch submitted
77 by Eric Limpens <eric@qnt.net>
79 * sync with sylpheed 0.4.67cvs4
83 * src/matcher.c, src/scoring.c: changed "#ifdef 0" to "#if 0" for
85 * src/rfc2015.h: provide prototype for rfc2015_disable_all().
86 * src/grouplist_dialog.c: include alertpanel.h.
87 * src/prefs_headers.c (prefs_headers_deleted): added GTK_BUTTON to
89 * src/scoring.c, src/prefs_folder_item.c, src/matcher.c: brought
90 #include "defs.h" before others to prevent the warning of `MIN'
91 and `MAX' redefinition.
98 * src/prefs_display_header.c
101 added prefs_scoring.[ch]
102 * src/grouplist_dialog.c
103 display an error dialog box if the group list
105 * src/mainwindow.[ch]
106 added main_window_set_thread_option() function
107 scoring dialog box enabled
109 added flags matching unread /new / marked
110 / deleted / replied / forwarded
112 newsgroups are now finally in newscache
113 * src/prefs_matcher.[ch]
114 finished preferences for matching dialog
115 * added src/prefs_scoring.[ch]
116 scoring dialog box completed
118 conversion to string : added scoringprop_to_string()
119 write config for preferences :
120 added prefs_scoring_write_config()
122 threads can be enabled/disabled independently
130 thought it would be nice to have a list of all
131 contributors (used Changelog as a reference)
134 messed up version numbering...
138 * sync with sylpheed 0.4.67cvs1-3
142 * src/prefs_common.c:
143 better UI for strftime format, double clicking
144 on format now inserts the format in text entry
145 replaced close button with standard OK/Cancel
146 moved date format button to the right of the
152 Ctrl-Home / Ctrl-End have proper cursor navigation
156 * src/prefs_matcher.c
157 finished UI to define matching properties
158 added ok and cancel button
160 added ok and cancel button
162 fixed some bug in xhdr parsing
167 fixed a bug in textview_show_header(), which displayed two colons (':');
168 cleaned up some warnings
173 added prefs_matcher.[ch]
174 compilation with -W -Wall
176 ungrab the mouse events if grabbed - does it
177 fix the bug for disposition notification ?
179 added a menu option to open the matching dialog.
181 added matcherprop_to_string() and matcherlist_to_string()
182 fixed some bugs, changed the name of some options
183 age_sup and age_inf becomes age_greater and age_lower,
184 body and messageheaders becomes body_part and headers_part,
185 changed the names of constants from SCORING_XXX to MATCHING_XXX
186 * src/prefs_display_header.c
187 * src/prefs_headers.c
188 fixed a bug that accidentally destroyed dialogs
189 when closed them with delete_event
190 Added *_deleted() which handle delete_event signal correctly.
191 * src/prefs_folder_item.[ch]
192 added "enable_thread" field for future customization
193 * added src/prefs_matcher.[ch]
194 sample of the UI to define matching properties
196 using procheader_headername_equal instead of str*cmp functions
197 using procheader_parse_header() function
199 using MATCHING_XXX instead of SCORING_XXX
201 display the sender of the news even if this is ourself
202 when this is a news message.
204 using headername_equal() instead of str*cmp functions
210 * sync with sylpheed 0.4.66
211 * src/gtkstext.c: trace logs added
215 * src/prefs_common.[ch]: added option to enable/disable GnuPG
216 signature check popup.
217 * src/rfc2015.c (check_signature): show signature check popup only
218 if it is enabled in preferences.
224 * sync with sylpheed 0.4.66cvs6
228 * src/prefs_common.[ch]: added option to enable/disable
229 looking up sender name in address book for summary pane
230 * src/summaryview.c: look up sender in the address book
231 by using Alfons' address completion code
233 2001-05-07 [hiroyuki]
236 src/pop.c: pop3_retr_recv(): removed cur_msg_bytes from the
238 * src/news.c: brought #include "defs.h" before #include <glib.h>
239 to prevent the warning of `MIN' and `MAX' redefinition.
243 * removed src/headers_display.[ch]
244 * removed src/prefs_display_headers.[ch]
246 use a temporary file in the user directory for mbox import
248 added XHDR support to get "To" and "Cc" headers
249 (in order to match news with to or cc field for
251 added function news_parse_xhdr() to get XHDR response
253 added function nntp_xhdr()
255 fetch the message if necessary
261 * sync with sylpheed 0.4.66cvs3-5
266 added function itos_buf() to enable use of several buffers
268 use of itos_buf() instead of itos() in summary list
269 to fix the broken display of message number.
273 * src/gtkstext.c: bug in cursor up navigation fixed,
274 fixed another unsigned / signed comparison (we're getting there :-)
279 added scoring.c scoring.h
280 prefs_folder_item.c prefs_folder_item.h
283 added FOLDERITEM_RC SCORING_RC
285 added prefs field in FolderItem :
286 properties for each folder (PrefsFolderItem),
287 sorting type and mode were added as the first properties.
289 read config for scoring
290 * added src/matcher.[ch]
291 gives functions to parse configuration file to do
292 matching on mails with a list of conditions.
294 add option to sort by score
295 * src/prefs_common.[ch]
296 added preference option to show score and for
297 the score column size
298 * added src/prefs_folder_item.[ch]
299 properties for each folder (PrefsFolderItem),
300 sorting type and mode were added as the first properties.
301 * src/procheader.[ch]
302 added procheader_parse_header()
303 added procheader_header_free()
304 added procheader_headername_equal()
305 and made modification to use them.
307 added score field to MsgInfo structure
308 * added src/scoring.[ch]
309 gives functions to parse configuration file to do
310 scoring on mails with a list of conditions.
311 * src/summaryview.[ch]
312 save the sorting type and mode for the folder
313 added column to display the score of the mail
314 added function summary_score_clicked()
315 sorting type and mode are restored to the folder
318 use procheader_parse_header(), procheader_headername_equal()
319 removed memory leak in text_scan_header when freeing headers
321 changed the function to match names of headers
322 using procheader_headername_equal()
324 Scoring functions are implemented, an interface is needed
330 hopefully fixed the row up navigation bug,
331 removed adding back / forward lines to cache
335 * src/prefs_display_headers.c: user interface changes:
336 (prefs_display_headers_create): remove unused "Show" check button;
337 allow reordering of headers by dragging.
338 (prefs_display_headers_write_config): remove unused variables.
339 (prefs_display_headers_set_dialog): do not insert "(New)" at top
340 of lists (not needed with the new UI).
341 (prefs_display_headers_set_list): scan lists starting from row 0,
342 not 1 (do not skip "(New)").
343 (prefs_display_headers_find_header): new function.
344 (prefs_display_headers_clist_set_row): do not allow duplicates.
345 (prefs_display_headers_delete_cb): do not skip row 0; treat
346 closing the alert window by ESC as "No".
347 (prefs_display_headers_up): do not protect row 0.
348 (prefs_display_headers_down): do not protect row 0.
352 * src/mainwindow.c (next_marked_cb, prev_marked_cb): new
356 (summary_find_next_marked_msg, summary_find_prev_marked_msg,
357 summary_select_next_marked, summary_select_prev_marked): new
362 * src/news.c: fixed a bug when no article can be fetched after
363 server timeout if the connection was restored by news_post():
364 (news_select_group): new function.
365 (news_fetch_msg): call news_select_group() before fetching
367 (news_get_uncached_articles): set session->group after successful
375 changed version of cache, added cc field
377 * src/prefs_display_headers.c
378 the interface was changed
380 * src/prefs_headers.c
385 * completed sync of sylpheed cvs2
386 * src/gtkstext.c: updated row up / down cursor navigation
387 * src/textview.c: re-edited, prepared for fixing the email address
392 * src/prefs_common.c: use alfons' strftime ui code
393 entry_datefmt and datefmt_sample widgets have to be
394 global in this module because of this change
399 * src/prefs_common.[ch] added option to activate the return receipt
404 * src/gtkstext.c: fix for row up/down cursor navigation.
408 * sync with 0.4.66cvs2
412 added add-sender-to-addressbook patch
420 * src/alertpanel.h (AlertValue): added G_ALERT_VALUE_MASK,
423 * src/alertpanel.c (alertpanel_create): new argument can_disable,
424 all existing callers changed to pass FALSE; create a check button
425 to disable the message.
426 (alertpanel_message_with_disable): new function.
427 (alertpanel_show): mask value with G_ALERT_VALUE_MASK.
428 (alertpanel_button_toggled): new function.
429 (alertpanel_button_clicked, alertpanel_close): set value using
432 * src/prefs_common.h (PrefsCommon): new field gpgme_warning.
434 * src/prefs_common.c (prefs_privacy_create): new check button
435 checkbtn_gpgme_warning.
437 * src/main.c (main): moved preferences reading before gpgme
438 initialization; check prefs_common.gpgme_warning before giving the
439 GnuPG warning and set it to FALSE if the user wants to disable the
442 2001-05-02 [hiroyuki]
444 * src/prefs_display_headers.c: modified the layout and some labels.
448 * src/prefs_account.c (prefs_account_fix_size): new function.
449 (prefs_account_create): call prefs_account_fix_size(); use
450 gtk_widget_show instead of gtk_widget_show_all (fixes too large
451 size when the window is shown for the first time).
452 (prefs_account_basic_create): changed layout of serv_table; moved
453 localmbox_entry above smtpserv_entry (logically it replaces
455 (prefs_account_protocol_activated): set sensitivity of
456 nntpauth_chkbtn according to the protocol (in addition to
457 hide/show); commented out gtk_table_set_row_spacing() calls.
458 (prefs_account_nntpauth_toggled): do nothing if nntpauth_chkbtn is
459 not sensitive (fixes a bug with disabled username/password boxes
460 when editing POP3 account after NNTP with authentication).
466 * src/prefs_account.[ch]
468 removed local account without SMTP server
469 added option to use mail command instead of a connexion
470 to SMTP server when a local account is used
471 * src/prefs_headers.c
474 fixed a bug when connexion immediately closed
484 * src/prefs_account.c (Basic, prefs_account_basic_create): new
485 widget nntpauth_chkbtn.
486 (prefs_account_protocol_activated): handle nntpauth_chkbtn
488 (prefs_account_nntpauth_toggled): new function.
490 * src/news.c (news_session_new_for_folder): use NNTP
491 authentication only if ac->use_nntp_auth is set.
495 * src/Makefile.am changed headers.[ch] in customheader.[ch]
496 * src/prefs_display_headers.c changed the UI
497 * src/prefs_headers.c changed account_name to account_id
498 * src/compose.c using customheader.h
500 2001-05-01 [hiroyuki]
504 src/nntp.c: changed sock_read() to sock_gets(), they've been left
509 * src/Makefile.am added prefs_display_headers.[ch] headers_display.[ch]
510 * src/defs.h added HEADERS_DISPLAY_RC : name of the config file
511 for displaying of headers
512 * src/grouplist_dialog.[ch] minor changes to remove warnings
513 * src/prefs_display_headers.[ch] dialog to choose the
514 headers to display in the mail viewer.
515 * src/headers.h correction of #define
516 * src/headers_display.[ch] configuration for displaying of headers.
517 * src/main.c read config of displaying of headers
518 * src/prefs_common.c add a button to access the config dialog
519 for displaying of headers
520 * src/prefs_display_headers.[ch] dialog for configuration for
521 displaying of the headers.
522 * src/prefs_headers.c cleaning of code
523 * src/procheader.c comments added to code
524 * src/textview.c changes to reorder the headers depending
525 on the config for displaying of headers
531 * sync with 0.4.65cvs12
533 NOTE: nntp.c and news.c in claws and cvs branch differ significantly!
537 * src/nntp.h (NNTPSockInfo): new field auth_failed.
539 * src/nntp.c (nntp_mode): return NN_AUTHREQ if sock->auth_failed
540 is set to force reconnection after authentication failure.
541 (nntp_gen_command): set sock->auth_failed on authentication
542 failure, or if sock->userid and sock->passwd are not set.
544 * src/news.c (news_session_new_for_folder): set userid=NULL if
545 password dialog is cancelled.
549 * src/nntp.h (NNTPSockInfo): new type.
551 * src/nntp.c: all functions updated to use NNTPSockInfo instead of
553 (nntp_open_auth, nntp_close): new functions.
554 (nntp_gen_command): new function to handle authentication; all
555 NNTP command functions updated to use it.
556 (nntp_authinfo_user, nntp_authinfo_pass): deleted.
557 (nntp_list): removed old useless code.
559 * src/news.h (NNTPSession): new field nntp_sock.
561 * src/news.c: all functions updated to use NNTPSockInfo instead of
563 (news_session_new): new arguments (userid, passwd); made static;
564 use nntp_open_auth() if needed.
565 (news_session_destroy): use nntp_close() instead of sock_close().
566 (news_query_password): changed arguments.
567 (news_session_new_for_folder): new function.
568 (news_session_get): use news_session_new_for_folder().
569 (news_authenticate): deleted.
570 (news_get_uncached_articles): removed old authentication code.
574 * src/news.c: reverted my previous changes (need to do NNTP
575 authentication in a cleaner way).
579 * src/news.c (news_nntp_group, news_nntp_list, news_nntp_xover,
580 news_nntp_post, news_nntp_mode): new functions (wrappers with
581 authentication support).
582 (news_get_article_cmd, news_get_article, news_get_header): new
583 argument "folder"; all callers changed.
584 (news_get_article_cmd): added authentication support.
585 (news_session_get): use news_nntp_mode() instead of nntp_mode().
586 (news_post): use news_nntp_post() instead of nntp_post().
587 (news_get_uncached_articles): use news_nntp_group() instead of
588 nntp_group() and news_nntp_xover() instead of nntp_xover();
589 removed old authentication code.
590 (news_get_group_list): use news_nntp_list() instead of nntp_list().
592 * src/nntp.c (nntp_list): return real error code instead of
597 * configure.in: fixed wint_t typedef detection again
601 * src/prefs_account.[ch], added A_LOCAL_CMD
602 (send mail with mail command)
603 * src/send.c added function send_message_with_command()
604 * src/inc.c made a more secure get_spool() function with
605 mktemp() but maybe mkstemp() or something more
610 * src/textview.c, colorization of email addresses in headers
614 * bug sync with sylpheed
615 * prefs_common.c: created date format ui for darko
616 * sync with 0.4.65cvs11
617 * configure.in: corrected to have the new gpg checks
621 * completed sync with 0.4.65cvs10
622 * minor debug things added to gtkstext.c
626 * configure.in: remove check for availability of
627 strftime() as advised by Hiroyuki
628 * src/prefs_common.[ch], src/procheader.c:
629 synch strftime() code with Hiroyki's main branch
633 * src/news.c: news_query_password(), news_authenticate(): new
635 news_get_uncached_articles(): added NNTP authentication
637 * src/nntp.[ch]: nntp_authinfo_user(), nntp_authinfo_pass():
639 * src/prefs_account.c: prefs_account_protocol_activated():
640 enable userid and password fields for NNTP.
644 * configure.in: check for availability of strftime()
646 * src/prefs_common.[ch], src/procheader.c: use
647 strftime() for displaying date in summary pane if it
652 * more .cvsignore cleanups [alfons]
656 * ac/sv-check-type.m4: new autoconf macro.
657 * configure.in: fixed wint_t typedef detection (did not work
662 * acconfig.h: added USE_GTKGDK_XIM definition for autoheader.
666 * modified gtkstext.c : buggy cursor navigation fixed,
667 and font descent also taken in account when drawing
671 * added comments in src/news.c src/nntp.c
672 * added src/prefs_headers.[ch]
673 * added src/headers.[ch]
674 * modified compose.c to activate custom headers
675 added function is_in_custom_headers
676 * modified prefs_account.[ch]
677 added function prefs_account_customhdr_edit
678 * modified src/defs.h :
679 added HEADERS_RC : name of the config file
680 for the custom headers
691 added gtkstext with configure.in patch by Hiroyuki which
692 should fix the XIM detection [alfons]
694 * more clean up of cvs [alfons]
696 * removed all Makefile.in files to attic.
698 * updated all .cvsignores to really ignore things that could
699 be unintentionally committed by a recursive commit.
702 * added src/grouplist_dialog.[ch]
703 * changed src/folderview.c to call grouplist_dialog instead
706 added functions news_reset_group_list
707 and news_get_group_list
709 added function nntp_list
711 added GROUPLIST_FILE : name of the newsgroup list cache file
715 * added option to warn about queued messages on exit [sergey]:
717 * src/compose.c: compose_queue(): call folder_item_scan()
718 and folderview_update_item() after queueing.
719 * src/folderview.c: folderview_update_node(): draw the queue
720 folder in bold font if there are queued messages.
721 * src/mainwindow.c: queued_messages(): new function.
722 app_exit_cb(): display warning if there are queued messages
723 if warn_queued_on_exit is set.
724 * prefs_common.[ch]: add warn_queued_on_exit option.
726 * enhanced GnuPG key selection support [sergey]:
728 * src/select-keys.c: updated to newer version from Win32
729 branch with support for selecting arbitrary keys.
730 * src/prefs_account.c: added the Privacy tab to the account
732 prefs_account_privacy_create(),
733 prefs_account_sign_key_set_data_from_radiobtn(),
734 prefs_account_sign_key_set_radiobtn(): new functions.
735 * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
736 * src/rfc2015.c: set_signers(): new function.
737 pgp_sign(): add the account parameter, call set_signers().
738 rfc2015_sign(): add the account parameter, pass it to pgp_sign().
739 * src/rfc2015.h: rfc2015_sign(): updated prototype.
740 * src/compose.c: pass the current account to rfc2015_sign().
742 * tag name claws added to prevent confusion with main branch [alfons]
744 * Sync with sylpheed-0.4.65cvs4 and made it compile. [sergey]
746 * autogen.sh: Added "--enable-maintainer-mode". [sergey]
748 * sync with recent sylpheed cvs. Untested though. [alfons]