3 * src/prefs_template.c: added colon to the header labels.
9 src/template.[ch]: added To field to the template.
13 * src/textview.c: textview_show_part(): use first found
14 message/rfc822 header.
15 * src/folderview.c: added "Search messages..." to the context menu.
16 * src/prefs_common.c: prefs_quote_description_create(): added
17 description for characters which need to be escaped.
21 * src/compose.c: compose_wrap_line_all(): more merging from claws.
22 GET_CHAR(): renamed GET_TEXT() and made it more generic.
23 Modified compose_wrap_line() and compose_wrap_line_all() to use
25 * src/textview.c: textview_show_part(): show the header of nested
26 RFC822 attachment correctly.
31 src/main.c: added --status option to get new, unread and total
32 message count from a running Sylpheed (merged from claws).
33 prohibit_duplicate_launch(): output '\n' only once.
38 src/gtkutils.[ch]: merged the new wrapping function.
39 gtkut_text_str_compare_n()
40 gtkut_text_str_compare()
41 gtkut_text_is_uri_string(): backport from the GtkSText in the
42 claws branch, and made modification.
43 * src/prefs_template.c
44 src/template.[ch]: added Subject to the template.
48 * src/compose.c: compose_write_headers(): added missing parenthesis
49 that generated invalid custom header (thanks to Masaaki Noro).
50 Allow Sender: custom header.
54 * src/procheader.c: procheader_date_parse(): workaround for
55 RFC-incompliant Date header.
59 * src/addrbook.c: removed redundant functions, and fixed generation
60 of spurious address book file names.
61 * src/addrindex.c: V-Card -> vCard.
65 * src/textview.c: get_email_part(): replaced isalnum() with
66 the macro IS_ASCII_ALNUM() which restricts the range of
67 characters to 7bit ASCII (thanks to Shimamoto).
68 * src/utils.c: remote_tzoffset_sec(): workaround for malformed
73 * src/textview.c: textview_show_part(): show headers on nested
78 * src/imap.c: imap_session_get()
79 src/news.c: news_session_get(): fixed segfault when reconnection
81 * src/grouplistdialog.c: removed redundant code, and expand nodes
82 that doesn't match the pattern.
86 * src/compose.c: modified so that it sends message when any of
87 To:, Cc:, Bcc:, or Newsgroups: fields have valid recipient.
88 compose_check_for_valid_recipient(): new.
89 * src/grouplistdialog.c: improved the UI.
90 Added appropriate description and search button.
91 Search doesn't get group list again.
95 * src/news.[ch]: news_session_get(): update the last access time
97 news_group_list_free(): new.
98 * src/grouplistdialog.c: free resources correctly.
103 src/grouplistdialog.[ch]: more merging of new newsgroup
105 * src/news.[ch]: renamed news_remove_group_list() to
106 news_remove_group_list_cache().
110 * src/defs.h: added MAX_ENTRY_LENGTH definition.
111 * src/compose.c: compose_add_entry_field(): create new entry with
116 * src/grouplistdialog.c: made non-leaf node selectable.
117 Give the complete newsgroup name for each nodes.
121 * src/grouplistdialog.c
122 src/news.[ch]: merging of new newsgroup subscription dialog
123 (still in progress. Don't use it yet!).
127 * src/utils.[ch]: decode_uri(): new. It decodes URL-encoded strings.
128 * src/compose.[ch]: compose_new_with_recipient(): accept mailto
130 compose_entries_set(): new. It parses mailto URL and put each
131 values into the entries.
135 * src/compose.c: compose_forward(): fixed a bug that forward
136 quote mark wasn't used (thanks to Hironori IWANE).
139 src/prefs_common.c: added Thai encodings (thanks to Manrat
144 * src/socket.c: sock_connect_by_hostname(): removed h_errno.
148 src/news.c: added last_access_time to Session.
149 imap_session_get(): check connection only when access interval
158 * src/socket.c: ssl_gets(): use SSL_peek.
159 * updated NEWS and AUTHORS.
160 * Makefile.am: fixed release target.
164 * src/template.c: changed the format of template file to
166 * src/compose.c: compose_template_apply(): freeze the text widget
167 while inserting strings.
171 * po/POTFILES.in: removed src/template_select.c.
172 * src/summaryview.c: summary_set_header()
173 src/address.c: address_parse_str()
174 src/filter.c: filter_read_str()
175 src/news.c: news_parse_xover()
176 src/procheader.c: procheader_get_fromname()
177 src/utils.c: subject_compare():
178 replaced Xalloca() + strcpy() with Xstrdup_a().
179 * src/inputdialog.[ch]: added combo mode.
180 input_dialog_combo(): new.
181 * src/prefs_common.[ch]: added MIME open command setting.
182 prefs_common_{read, save}_config(): read / write command history.
183 * src/mimeview.c: mimeview_open_with(): use combo input dialog.
184 * src/utils.[ch]: add_history(): history list management function.
188 * src/compose.c: select templates from the menu.
189 compose_set_template_menu(): new.
190 compose_reflect_prefs_all(): new.
191 compose_template_apply(): new. Use dummy MsgInfo for parsing.
192 * src/template.[ch]: store template list to the static heap.
193 template_get_config(): new.
194 template_set_config(): new.
195 * src/prefs_template.c: don't store template list to the global area.
196 * src/template_select.[ch]: removed.
197 * src/quote_fmt_parse.y: check folderitem when quoting messages.
198 * src/mh.c: mh_add_msg(): try to copy file whenever link() failed
199 (thanks to OSHIRO Naoki).
203 * src/utils.[ch]: get_template_dir(): new.
204 * src/template.c: use get_template_dir().
208 * src/prefs_template.c: modified the dialog layout.
209 Added symbol description button.
210 * src/summaryview.c: show an arrow mark to the column of the sort
212 summary_set_column_titles(): new.
218 TODO.jp: updated the documents.
222 * src/Makefile.am: add missing checkbox_{on, off}.xpm.
223 * src/textview.c: textview_key_pressed()
224 src/mimeview.c: mimeview_key_pressed()
225 src/summaryview.c: summary_key_pressed(): delete messages with
230 * src/socket.c: ssl_gets(): fixed a bug that caused infinite loop
231 when SSL_read() returned 0.
232 * src/utils.[ch]: strcrchomp(): new. It removes CR from the tail
234 * src/quote_fmt_parse.y: convert CRLF to LF when inserting messages.
235 Add prototype of yylex() to suppress the warning.
236 * merged the template function.
237 * src/prefs_template.[ch]
239 src/template_select.[ch]: new.
240 Renamed prefs_templates_* -> prefs_template_*.
241 * src/compose.c: added template menu. Added replyinfo to Compose.
242 * src/mainwindow.c: added template setting menu.
243 * src/quote_fmt_lex.l: output literal tab and return as is.
244 * src/prefs_common.c: changed the pref. name of quote format to
245 'reply_quote_{mark, format}' and 'fw_quote_{mark, format}'.
249 * src/prefs_common.[ch]: added Quote tab, and moved the quote
250 setting from Compose tab.
251 * merged the new quote format parser.
252 * src/quote_fmt_lex.h
255 src/quote_fmt_parse.y: new files for quote format parser.
256 * configure.in: added checks for lex and yacc.
257 * src/compose.c: compose_quote_file(), compose_quote_parse_fmt():
259 compose_quote_fmt(): new.
260 * src/prefs_common.[ch]: added forward format setting to the
261 Quote tab. Updated the quote description dialog.
262 * src/quote_fmt_parse.y: fixed bugs that tried to read file even
263 if they couldn't get text part.
267 * src/pixmaps/checkbox_off.xpm
268 src/pixmaps/checkbox_on.xpm: new.
269 * src/account.c: display `get all' status with the checkbox pixmaps.
273 * src/send.c: code cleanup. Pass account prefs structure instead
275 Query password for SMTP AUTH if not specified (thanks to Mio).
279 * src/procheader.c: procheader_parse(): fixed a bug that didn't
280 parse multiple message-id in In-Reply-To: header correctly
281 (thanks to KAJIWARA).
285 * src/account.c: enabled 'Get all' setting by clicking the 'G'
286 column of account list, and added some description.
287 * src/prefs_common.c: prefs_send_create(): added a description
288 for outgoing codeset.
292 * src/prefs_account.[ch]: moved inbox entry to the receive tab,
293 and added select button and short description.
294 * src/Makefile.am: added SYSCONFDIR to CPPFLAGS.
296 procmime_get_mime_type_table()
297 procmime_get_mime_type_list(): modified so that
298 $(SYSCONFDIR)/mime.types (or /etc/mime.types if not found) and
299 $(HOME)/.sylpheed/mime.types are read.
303 * src/prefs_account.c: moved the address auto-setting to the compose
305 prefs_account_create(): removed gtk_widget_show_all() for proper
307 * src/prefs_common.c: changed "Program path" to "Command".
311 * src/textview.c: textview_set_font(): support Russian charset
313 * src/summaryview.c: summary_delete(): (hopefully) fixed the crash
317 prefs_summary_column.c: minor improvements to the English.
318 * src/main.c: get_queued_message_num(): don't output the warning
319 when queueing folder is not found.
327 * src/prefs_summary_column.[ch]:
328 made prefs_summary_column_get_config() public.
329 * src/summaryview.c: summary_ctree_create(): some code cleanup.
330 * configure.in: moved the position of SSL checking after LDAP
336 src/summaryview.c: allowed reedit in the outbox.
337 * src/prefs_summary_column.[ch]: new. UI for setting summary
339 * src/mainwindow.[ch]: main_window_set_summary_column(): new.
340 It calls summary_set_column_order().
341 * src/summaryview.[ch]:
342 summary_ctree_create(): new. separated from summary_create().
343 summary_set_column_order(): new. It destroys the current
344 CTree and replaces it with the new one.
348 * src/smtp.[ch]: smtp_from(): abort if auth failed.
349 * changed C++-style comments into C-style in some files, and
350 removed unnecessary commented out codes.
355 src/syldap.[ch]: updated the addressbook code, and fixed the
358 src/importldif.[ch]: new.
362 * src/about.c: added some items to compiled-in features.
363 * src/addr_compl.c: changed LOG_MESSAGE to debug_print.
364 * src/addressbook.c: changed "V-Card" to "vCard".
365 addressbook_edit_address_cb(): added
366 invalidate_address_completion() to the point address is changed.
367 * src/codeconv.c: changed C++-style comments into C-style.
371 * src/compose.c: changed "Send" shortcut to Ctrl+Enter.
375 * src/inc.c: fixed a bug that crashed sylpheed if Cancel button
380 * src/procmsg.c: procmsg_get_thread_tree(): complete the unfinished
383 summary_thread_init(): separated from summary_thread_build().
384 summary_thread_build(): removed the codes for initialization.
385 summary_set_ctree_from_list(): call summary_thread_init() instead
386 of summary_thread_build().
387 summary_filter(): fixed a bug that didn't moved messages despite
388 of immediate execution setting.
392 * src/procmsg.c: procmsg_get_thread_tree(): new. It generates the
393 reversed thread tree from message list.
394 * src/summaryview.c: summary_set_ctree_from_list(): prepend the
395 node to the head instead of appending to the tail. This prevents
396 the traverse of node list inside of the GtkCTree, and considerably
397 speeds up the summary display (the order is O(n^2) -> O(n)).
402 src/summaryview.[ch]: initial modification for reorderable columns.
406 * src/procmsg.c: procmsg_get_mark_sum(), mark_sum_func(): fixed a
408 * src/folderview.c: folderview_button_pressed(): code cleanup, and
409 turn sensitivity off if main window is locked.
410 * src/syldap.c: syldap_read_data(): removed unnecessary and
411 unportable sched_yield().
415 * src/folderview.c: renamed "Update folder tree" context menu to
416 "Rescan folder tree", and made "Update folder tree" only updates
418 folderview_update_all_node(): don't show message dialog.
419 * src/gtkutils.c: gtkut_widget_get_uposition()
420 src/mainwindow.c: main_window_popup(): clip the coordinate to
425 * src/utils.c: to_human_readable(): made a bit of optimization.
426 * src/summaryview.c: summary_delete(): fixed a focus problem.
427 summary_find_{prev,next}_msg(): new. They find previous/next
428 message that is not deleted.
429 * src/prefs_filter.c: scroll CList automatically if moved row
430 becomes not fully visible.
434 * updated some autotool scripts.
435 * src/codeconv.c: conv_encode_header(): fixed a bug that caused
436 infinite loop when failed to convert encoding.
437 * src/codeconv.[ch]: a fix for older version of libjconv
438 (jconv_info_get_current_codeset() returned "EUCJP" instead of
447 * src/compose.c: compose_write_to_file()
448 src/codeconv.c: conv_codeset_strdup(): more workaround for
449 libjconv problem on C locale.
450 * src/editldap_basedn.c: fixed segfault when opening dialog.
451 * src/utils.c: is_next_mbs()
452 src/compose.c: compose_wrap_line(), compose_wrap_line_all():
453 changed MB_CUR_MAX to MB_LEN_MAX for compliance to ANSI C.
454 * configure.in: increased the reqired version of GPGME to 0.2.3.
455 * src/pop.c: pop3_getauth_user_recv(): fixed a bug that closed
456 the receive dialog when POP3 server refused normal authentication.
460 * src/prefs_common.c: prefs_receive_create(): correction to English.
461 * src/compose.c: compose_set_ext_editor_sensitive(): fixed a bug
462 that didn't set the menu sensitivity correctly (thanks to
464 * src/summaryview.c: delete messages permanently if the current
465 folder is trash and 'delete' operation is executed.
466 Fixed the bug that didn't select the last row correctly (thanks
467 to Alfons Hoogervorst).
468 * src/folder.[ch]: folder_item_remove_msgs(): new. It removes
469 all messages given in the list.
473 * src/summaryview.c: summary_show(): fixed a bug that didn't show
474 message even if the 'open unread message on entering folder'
475 option was turned on.
479 * src/procmime.c: procmime_get_text_content(): supported HTML.
483 * src/summaryview.[ch]: implemented new locking mechanism, and
484 replaced every static locks with summary_lock(), summary_unlock(),
485 and added locks to some extra functions.
486 This fixes a bug that caused segfault when 'd' (delete) key
491 * src/addressbook.c: addressbook_folder_load_person(): fixed a bug
492 that caused segfault (thanks to Stefaan A Eeckels).
496 * src/textview.[ch]: added textview_set_position().
497 * src/messageview.[ch]: added messageview_set_position().
509 src/editldap_basedn.c
514 src/vcard.c: converted C++-style comments into C-style one.
515 * src/imap.c: QUOTE_IF_REQUIRED(): new macro. Copy string into
516 new buffer and quote with double quotes if required.
517 imap_status(), imap_cmd_login(), imap_cmd_list(),
518 imap_cmd_do_select(), imap_cmd_create(), imap_cmd_delete(),
519 imap_cmd_copy(): use QUOTE_IF_REQUIRED().
520 * compose.c: compose_write_to_file(): workaround for the problem
521 when using libjconv and 8bit codes cannot be converted on C
523 * codeconv.[ch]: added "ANSI_X3.4-1968" to encoding strings.
524 conv_codeset_strdup(): don't convert if source and destination
525 codeset are identical.
529 * src/textview.[ch]: textview_search_string_backward(): new.
530 Add the new member cur_pos to TextView.
531 Connect button_press_event with gtk_signal_connect_after() to
532 obtain the correct editable position.
536 * src/folder.c: folder_write_list_recursive(): preserve unthreaded
541 * src/summaryview.c: modified the layout of popup menu.
548 src/summaryview.c: applied the patch from Alfons that allows
549 threading setting for each folders (tnanks!).
553 * src/message_search.[ch]: new. A Dialog for searching in current
555 * src/gtkutils.[ch]: gtkut_text_match_string(): new. Compare the
556 text in current position of GtkText and given wide-character
558 * src/messageview.[ch]: messageview_search_string()
559 src/textview.[ch]: textview_search_string(): return TRUE if
561 * src/textview.[ch]: remember the beginning of body.
565 * src/procmime.c: procmime_get_first_text_content(): modified so
566 that it search entire MIME structure.
567 * src/summary_search.c: summary_search_execute(): use
568 strdup_mbstowcs() instead of macro. Display matched message.
572 * src/inc.c: fix for background POP3 hangs and crashes (thanks to
574 * src/summary_search.c: added body searching function.
575 * src/procmime.[ch]: procmime_find_string(): changed arguments
576 and return value. Added case sensitivity option.
581 procmime_find_string()
582 procmime_find_string_part(): new. It searchs the string from
584 Renamed procmime_get_text_part() to
585 procmime_get_first_text_content().
586 procmime_get_text_content(): new. It returns the text contents
587 of the specified MIME part.
588 procmime_mimeinfo_next(): new. It returns the next node of
593 * src/procmime.c: procmime_get_text_part(): modified so that it
594 finds a text part in nested multipart message correctly.
595 * src/procmime.h: added an example of MimeInfo structure.
596 * src/mimeview.c: mimeview_show_message(): search the first text
601 * src/mainwindow.c: ac_menu_popup_closed(): fixed the bug that
602 caused segfault. Changed 'Preferences per account...' menu item.
610 * src/addrindex.c: translate the "Common address" and "Personal
611 address" from old addressbook.
615 * src/utils.c: get_quote_level(): some optimization and bugfixes.
616 * src/codeconv.[ch]: conv_get_current_locale(): new.
617 * src/editaddress.c: edit_person_page_basic(): reverse the order
618 of first and last name on some locales.
622 * src/compose.c: applied the patch from Yasumatsu that reformats
623 the current paragraph (thanks!). Modified so that it doesn't
624 reformat quoted paragraphs.
625 compose_create(): don't fill the entry automatically on reedit
628 src/summaryview.[ch]: added the "Mark all read" option.
629 summary_mark_all_read(): new.
637 src/editldap_basedn.c
639 src/editjpilot.c: removed all warnings.
641 src/jpilot.[ch]: fixed the problem that failed to detect JPilot
642 header files on the Debian system.
644 src/summaryview.[ch]: enabled sorting by mark, unread, attachment,
645 and color label. Enabled moving to next/prev flagged messages.
649 * src/pixmaps/dir-close.xpm
650 src/pixmaps/dir-open.xpm
652 src/pixmaps/unread.xpm: modified the color balance.
653 * src/utils.[ch]: execute_sync(): new.
654 execute_command_line(): added the arg for async mode.
655 * src/inc.c: inc_mail(): use execute_command_line().
660 src/prefs_common.[ch]
661 src/prefs_account.c: modified the layout. Added the option to
662 launch the external editor automatically.
663 * src/compose.c: launch the external editor automatically if the
668 * src/Makefile.am: added extra xpm's.
672 * src/addressbook.c: fixed a compilation problem when enabling
674 addressbook_open(): fixed a missing 'else'.
678 * src/pixmaps/dir-close.xpm
679 src/pixmaps/dir-open.xpm
680 src/pixmaps/trash.xpm: replaced with the new blue icons.
681 * merged Match Grun's new addressbook code.
682 * src/pixmaps/address.xpm
684 src/pixmaps/category.xpm
685 src/pixmaps/interface.xpm
686 src/pixmaps/jpilot.xpm
688 src/pixmaps/vcard.xpm: new icons.
700 src/editldap_basedn.[ch]
705 src/vcard.[ch]: new. Many fixes to remove the huge amount of
707 addrbook_build_avail_email_vis(): fixed a memory leak.
711 * NEWS: brought in the all of the changes previously put on the web.
716 src/summaryview.c: modified the layout of menus.
717 * src/mainwindow.c: ac_menu_popup_closed(): fixed a bug that didn't
718 return a focus to the main window after selecting the account menu.
726 * src/send.c: send_message_data(): fixed a bug that didn't process
731 * src/inc.[ch]: changed inc_autocheck_(un)lock() to inc_(un)lock().
732 inc_mail(), inc_all_account_mail(): return immediately if locked.
735 src/prefs_account.c: use inc_lock() and inc_unlock() instead of
736 inc_autocheck_timer_{remove,set}().
737 * src/summaryview.c: summary_set_colorlabel_color(): get the average
738 of label color and selected fg color for visibility.
742 * src/inc.[ch]: inc_autocheck_lock(), inc_autocheck_unlock(): new.
743 They increase/decrease the lock count.
744 inc_autocheck_func(): if locked, delay the autochecking 1 second.
745 inc_autocheck_timer_set_interval(): set interval by its argument.
746 * src/summaryview.c: summary_show(): lock the autochecking while
748 * src/main.c: app_will_exit(): remove autocheck timer.
750 src/defs.h: removed the definitions of PACKAGE and VERSION to
751 prevent unnecessary compilation.
752 * configure.in: changed AC_DEFINE_UNQUOTED of PACKAGE and VERSION
753 to AC_SUBST, and added src/version.h to AC_OUTPUT.
754 * src/version.h.in: new.
755 * src/intl.h: changed dgettext() to gettext().
759 * po/ja.po: fixed a typo that crashed Sylpheed with older version
761 * configure.in: fixed a bug that didn't show results correctly.
762 Fixed a bug that --enable-compface and --enable-jconv disabled
764 * src/procmsg.c: procmsg_send_queue(): don't abort when sending
766 * src/compose.c: compose_write_headers(): add Bcc: header to the
768 * src/send.c: send_message_data(): new. Separated from
769 send_message_smtp(). Remove Bcc: header before sending.
777 * src/send.c: implemented sending with local sendmail command.
778 send_message_local(): new. It executes command with popen()
779 and send the contents of RFC822 message to the command.
780 * src/prefs_common.[ch]: enabled the external sending command option.
781 * src/defs.h: #define DEFAULT_SENDMAIL_CMD /usr/sbin/sendmail -t
782 * src/account.c: account_edit_create(): widened the protocol column.
783 * src/summaryview.c: summary_set_colorlabel_color(): cleanup of
788 * src/folder.c: folder_item_remove_msg(): scan the folder again
789 if the last message is removed.
790 * src/compose.c: compose_queue(), compose_draft_cb(): remove the
791 old reedited message after adding the new message.
795 * src/compose.c: compose_queue(): added AID: to the queueing header.
796 * src/send.c: send_message_queue(): look for AID: header, and use
797 the server specified in the account instead of SSV: header.
799 src/compose.[ch]: queued messages can be reedited now.
800 compose_remove_reedit_target(): new. It removes the old reedited
802 compose_send(), compose_queue(), compose_draft_cb(): if reedit
803 mode, remove the old message.
804 * src/procmsg.c: procmsg_msg_exist(): fixed a bug that output
809 * applied the XML string table patch from Alfons Hoogervorst that
810 stores strings in a hash table and minimizes memory allocations
812 * src/stringtable.[ch]: new.
813 removed all G and g_ prefix from type and function names since
814 they're not official GLib symbol names.
815 string_table_insert_string(): fixed a bug that might refer to an
816 invalid pointer on lookup, and also made a bit of optimization.
820 * merged the color label feature from the claws branch (thanks to
821 Satoshi Nagayasu and Alfons Hoogervoost).
822 * src/colorlabel.[ch]: new. Renamed from labelcolors.[ch].
823 Renamed labelcolors_*() to colorlabel_*().
824 * src/summaryview.[ch]: added color label support.
825 * src/procmsg.h: added color label flags to the permanent flags.
826 * updated to gettext 0.10.39.
827 * src/summaryview.[ch]: put the color label menu item to ItemFactory.
828 * sylpheed.desktop: added for GNOME.
829 * configure.in: added AC_MSG_CHECKING() for some options.
830 Output the configuration results when configure is finished.
834 * src/account.c: account_clist_set_row(): fixed a bug that failed
835 to compile if SSL was not enabled.
839 * merged the SSL support from the claws branch (thanks to Christoph
842 * src/socket.[ch]: added ssl_read(), ssl_write(), ssl_gets(), and
844 sock_close(): call ssl_done_socket() if SSL is active.
845 * src/md5.[ch]: removed MD5_CTX typedef and use MD5_CONTEXT to
846 prevent type confliction.
847 * src/prefs_account.[ch]: added SSL tab, and modified the expression.
848 * src/esmtp.[ch]: added esmtp_ehlo(), and esmtp_starttls().
849 Removed SSL initialization and HELO from esmtp_starttls().
850 esmtp_auth(): removed use_smtp_auth from its arguments.
851 * src/send.c: send_smtp_open(): added SSL support.
852 * src/smtp.c: smtp_helo(): call esmtp_ehlo() if esmtp is true.
856 * src/mimeview.c: mimeview_open_with(): braced '%s' with single
861 * src/main.c: open new account dialog if no account is set.
862 * src/utils.[ch]: log_verbosity_set(): new. It increase/decrease
864 log_print(): put to statusbar only if log_verbosity_count > 0.
865 log_message(): put to statusbar.
866 * src/inc.c: inc_pop3_session_do(): set log verbosity.
867 * src/mainwindow.c: main_window_set_menu_sensitive(): added the
868 "Compose new message" item.
869 main_window_show_cur_account(): removed "Current account: " string.
870 * src/summaryview.c: summary_show(): ignore the current marks if
871 main window is locked.
872 * src/compose.c: compose_attach_property(): fixed a bug that caused
877 * src/mainwindow.c: main_window_get_current_state(): new. It returns
878 the current state for the sensitivity of UI.
879 main_window_set_toolbar_sensitive(): use table like
880 main_window_set_menu_sensitive().
884 * src/mainwindow.[ch]: added progressbar and status label to the
886 main_window_close_cb(): don't exit if locked.
887 * src/inc.c: update the progressbar of main window, too.
891 * src/mainwindow.[ch]: main_window_set_toolbar_sensitive(): removed
892 the second argument, and determine the sensitivity with the
893 state of summary view.
897 * src/pop.c: pop3_getsize_list_recv(), pop3_retr_recv(),
898 pop3_delete_recv(): don't try to receive messages which are not
903 * src/mainwindow.c: main_window_lock(), main_window_unlock():
904 removed the whole menubar locking.
905 main_window_set_menu_sensitive(): process the sensitivity change
906 with a table, and deal with locking.
910 * src/summaryview.[ch]: summary_get_selection_type(): new.
911 It returns the current selection state of summary view.
912 summary_key_pressed(): abort on some commands if main window
914 * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
915 increase/decrease the lock count.
919 * src/prefs_filter.c: prefs_filter_create(): added List-Id to the
921 * src/prefs_common.[ch]: added the option for receive dialog mode
922 to the Interface tab.
923 * src/inc.[ch]: inc_progress_dialog_create(): don't make the dialog
924 transient, and show dialog only if the setting is
925 RECV_DIALOG_ALWAYS, or RECV_DIALOG_ACTIVE and a window is active.
926 * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
927 new. Lock / unlock the user-interface.
928 * src/progressdialog.c: progress_dialog_create(): don't make the
933 * src/folderview.c: folderview_update_node(): suppressed unnecessary
935 * src/menu.[ch]: menu_button_position(): new. It calculates the
936 position of popup menu.
937 * src/mainwindow.c: toolbar_account_button_pressed(),
938 ac_label_button_pressed(): put the popup menu to the correct
939 position. Change the style of the button while opening the menu.
940 ac_menu_popup_closed(): new function called on selection_done
942 * src/gtkutils.c: gtkut_ctree_node_next(): fixed a crash bug when
944 * src/summaryview.c: applied the summary fix patch from Sergey Vlasov
946 Fixed the bug that didn't select previous message in refresh mode
947 if threads were not expanded.
948 summary_select_node(): new.
949 * src/inc.c: applied the summary view update optimization patch from
950 Sergey Vlasov (thanks!).
951 If no new messages are received, don't perform summary refreshing.
952 In addition to the Vlasov's patch, POP3 receive information is
954 * src/inc.h: added a new member cur_total_num to Pop3State.
955 * src/pop.c: pop3_retr_recv(): increase state->cur_total_num.
963 * src/summaryview.c: summary_set_row_marks(): got the color of
964 unread row set properly.
965 * src/folderview.c: foldreview_update_node(): don't use
966 gtk_style_copy(), and reuse previously allocated styles.
967 * README, README.jp: modified.
971 * src/pop.c: pop3_getsize_list_recv(): fixed a remotly exploitable
972 memory corruption bug (thanks to David Looney).
973 * src/inc.c: inc_all_account_mail(): call inc_finished() even if
974 there are no enabled accounts, or local spool only.
975 * src/summaryview.c: applied the summary update improvement patch
976 from Sergey Vlasov (thanks!). It keeps the position of the
977 message displayed. Selected and displayed message are also kept.
978 summary_get_msgnum(): new.
979 summary_get_current_msgnum(): removed.
980 summary_select_by_msgnum(): don't display the message.
981 * src/account.c: added "Get all" column.
982 account_clist_set_row(): show default and get-all flags with the
984 * src/utils.c: to_human_readable(): increased the number of decimals
989 * implemented the long-awaited :) "Add sender to address book" feature.
990 * src/address.[ch]: added the argument for remarks to
992 address_get_folder_list(): new. It traverses the address tree and
993 returns the folder list.
994 address_delete_object(): modified so that it removes the node
996 * src/addressbook.[ch]: addressbook_add_submenu(): new. It creates
997 a address folder menu and attaches it to the menu item.
998 addressbook_refresh(): reload the address book folder tree.
999 * src/summaryview.c: summary_set_add_sender_menu(): new. It attaches
1000 the menu to add sender to address book.
1001 summary_button_pressed(): call summary_set_add_sender_menu()
1002 before popup the menu.
1006 * src/summaryview.c: summary_thread_build(): fixed a bug that locked
1007 up the process. Optimized the initial thread build.
1011 * src/summaryview.c: made many code cleanups.
1012 summary_show(): block/unblock the signal handlers instead of
1013 disconnect/connect them.
1014 summary_set_row_marks(): made the font of collapsed node bold if
1015 it has cnildren marked as unread.
1016 summary_thread_build(): block tree_expand signals while processing.
1017 Use loop instead of the recursive function. Mark collapsed nodes
1019 summary_unthread(): block tree_collapse signals while processing.
1020 Use loop instead of the recursive function.
1021 summary_thread_func(), summary_unthread_func(): removed.
1022 summary_tree_expanded(), summary_tree_collapsed(): new callback
1024 * src/inc.[ch]: inc_pop3_session_do(): don't show alert panel when
1025 failed to connect. Show more detailed status on the dialog.
1029 * src/folderview.c: folderview_update_all_node(): new. It updates
1031 * src/inc.c: update all local folders after incorporation if
1032 scan_all_after_inc option is set.
1033 * src/prefs_common.[ch]: added scan_all_after_inc option.
1034 * src/folder.h: FOLDER_IS_LOCAL(): new macro.
1043 src/prefs_common.h: made bold and small font configurable.
1044 src/summaryview.c: display unread messages with bold font.
1045 * src/prefs_common.c
1047 src/summaryview.c: added an option to enable/disable the
1048 emphasis of unread messages.
1052 * src/pixmaps/mark.xpm: modified.
1053 * src/gtkutils.[ch]: gtkut_ctree_expand_parent_all(): new.
1054 * src/summaryview.c: summary_set_ctree_from_list(): don't expand
1055 the root messages of threads for performance improvement.
1057 summary_select_next_unread()
1058 summary_step(): expand threads when opening messages.
1059 summary_thread_build(): expand threads if the option is turned on.
1060 * src/prefs_common.[ch]: added "Expand threads" option.
1064 * src/prefs_common.c: removed "Emulate the behavior of mouse
1065 operation of Emacs-based mailer".
1066 * src/prefs_common.c
1067 src/prefs_account.c: changed the value of VSPACING_NARROW to 3.
1068 * src/pixmaps/new.xpm
1069 src/pixmaps/unread.xpm: reverted.
1074 address_folder_new()
1076 address_item_new(): changed the return value to AddressObject.
1077 address_build_tree(): don't put assertion for file.
1078 * src/pixmaps/new.xpm
1079 src/pixmaps/unread.xpm: modified a bit.
1083 * src/addressbook.c: fixed some bugs.
1087 * separated the logic part of addressbook into another module
1088 (still in progress).
1089 * src/address.[ch]: new. It contains the logic part of addressbook.
1090 * src/addressbook.[ch]: removed the logic part.
1094 * src/textview.c: textview_show_header(): fixed a bug that a garbage
1095 character was shown after header names.
1099 * src/inc.c: inc_start(): don't abort with non-fatal error.
1107 * src/mimeview.c: mimeview_view_file(): added -x option to the
1108 metamail to prevent the suspention of the main process.
1109 mimeview_button_pressed(): deactivate `Open' menu item if
1110 content-type is application/octet-stream.
1114 * src/imap.c: imap_parse_atom(): parse escaped characters properly.
1115 get_quoted(): new. It handles the escape character '\'.
1116 * src/folder.c: folder_read_list(): don't output warning if
1117 folderlist.xml doesn't exist.
1118 * src/main.c: main(): write folder list after setup.
1119 * src/textview.c: textview_create()
1120 src/compose.c: compose_create(): set default tab width to 8.
1124 * src/prefs_common.c: date_format_select_row(): fixed a bug that
1125 caused segfault when selecting the list with key.
1129 * src/mainwindow.c: main_window_popup(): deiconize the window
1130 when popup (thanks to Henrik Carlqvist).
1131 * src/procmime.c: procmime_scan_mime_type(): new.
1132 procmime_scan_content_type(): use procmime_scan_mime_type().
1133 procmime_scan_mime_header(): scan the extension of attached files
1134 and add the correct MIME type if the Content-Type is
1135 "application/octet-stream" (thanks to Don Quijote).
1136 * src/compose.c: compose_toolbar_create(): added a new "Send later"
1137 icon (thanks to Leandro Pereira).
1141 * src/prefs_common.c: date_format_create(): modified the layout of
1146 * src/account.c: account_find_from_address(): fixed a minor bug.
1147 * src/prefs_common.c: incorporated the user-interface for setting
1148 date format from the claws branch, and made some modification to
1153 * src/account.[ch]: account_edit_create(): modified the text of
1155 account_find_from_address(): new.
1157 procmime_scan_content_type(), procmime_scan_content_disposition():
1158 fixed ESC code detection.
1159 * src/compose.c: compose_reply(): automatically select account
1160 according to the message header.
1161 * src/prefs_common.[ch]: added member "reply_account_autosel".
1165 * src/progressdialog.c: made the CList scrollable.
1166 * src/inc.c: inc_start(): don't abort with non-fatal error.
1170 * added English Sylpheed User's Manual by Paul Kater
1171 (paul@nlpagan.net) (thanks!).
1174 src/mainwindow.c: added support for English manual.
1175 * manual/en/sylpheed*.html: added English documentation.
1180 * src/nntp.c: nntp_ok(): fixed the bug that didn't handle a response
1181 that didn't have any trailing messages.
1182 * src/smtp.c: smtp_ok(): ditto.
1183 * src/compose.c: compose_account_option_menu_create(): modified
1184 the style of the account option menu.
1188 * src/prefs_customheader.c: prefs_custom_header_clist_set_row():
1189 remove return code from strings automatically.
1190 prefs_custom_header_create(): added "X-Face" to the default
1192 * src/news.c: news_fetch_msg(), news_get_group_list()
1193 src/imap.c: imap_fetch_msg(): create the cache directory before
1196 procmime_scan_content_type()
1197 procmime_scan_content_disposition(): convert JIS into EUC-JP
1199 * src/codeconv.c: conv_unmime_header(): cleaned up a bit.
1200 * src/compose.c: don't append attachment headers if the attach
1201 pane is visible but the list is empty.
1202 * src/recv.c: recv_bytes_write(): use g_malloc() instead of alloca().
1210 * src/compose.c: compose_quote_parse_fmt()
1211 src/prefs_common.c: prefs_quote_description_create(): added the
1212 symbol `%c' that allows to include Cc in reply format (thanks
1215 src/procmime.c: procmime_decode_content(): applied the patch
1216 from Sergey Vlasov that allows to decode base64 data with
1217 unusual line length (not a multiple of 4) (thanks!).
1221 * src/procmsg.[ch]: separated the permanent flags and temporary
1222 flags into two variables, and made MsgFlags a structure that
1224 MSG_SET_PERM_FLAGS()
1226 MSG_UNSET_PERM_FLAGS()
1227 MSG_UNSET_TMP_FLAGS(): new macros.
1235 src/summaryview.c: modified for the new MsgFlags.
1236 * src/utils.[ch]: hash_free_value_mem(): new. It frees the values
1241 * src/inc.c: inc_pop3_recv_func(), inc_progress_update():
1242 display current size with human-readable format.
1243 * src/grouplistdialog.c: grouplist_recv_func(): ditto.
1250 conv_unmime_header(), conv_unmime_header_overwrite(): workaround
1251 for raw-JIS code in header fields.
1253 folder_get_default_folder()
1254 folder_get_default_inbox()
1255 folder_get_default_outbox()
1256 folder_get_default_draft()
1257 folder_get_default_queue()
1258 folder_get_default_trash(): fixed a bug that caused segfault
1259 if folder_list is NULL.
1269 * src/grouplistdialog.c: grouplist_dialog_set_list(): update UI
1270 while retrieving newsgroup list.
1271 grouplist_dialog_create(): added entry widget and status label.
1272 grouplist_recv_func(): new.
1273 refresh_clicked(): added exclusive lock variable.
1274 clist_selected(): set text entry when the CList is selected.
1275 renamed from group_clist_select().
1276 entry_activated(): new.
1277 grouplist_clear(): renamed from grouplist_free(). Also clears
1278 list and entry widget.
1279 * src/news.c: news_get_group_list(): sped up the list appending
1280 (g_slist_append() becomes very slow if list size is large).
1281 * src/defs.h: added UI_REFRESH_INTERVAL definition.
1282 Changed the definition of NEWSGROUP_LIST.
1283 * src/recv.c: recv_write()
1284 src/send.c: send_message_smtp(): changed the UI refresh interval
1285 to UI_REFRESH_INTERVAL (50msec).
1286 * src/account.c: account_add(): fixed a bug that didn't update
1287 folder tree when a news account was added.
1288 * src/grouplistdialog.c: made exclusive lock variable global, and
1289 lock at grouplist_dialog_set_list().
1290 * src/textview.c: fixed a bug that disabled clickable URI if
1291 message color was disabled.
1295 * src/grouplistdialog.c: ok_clicked(), cancel_clicked(): don't
1296 quit main loop if gtk_main_level() is 1.
1297 grouplist_dialog_set_list(): freeze CList while appending the list.
1298 grouplist_dialog(): show dialog before updating the list.
1302 * src/folder.c: folder_write_list_recursive(): add the attribute
1303 `collapsed' if a node have some children.
1304 * src/grouplistdialog.[ch]: new. Newsgroups can be selected from
1307 news_get_group_list(): new. It returns newsgroup list.
1308 news_remove_group_list(): new. It removes newsgroup list cache.
1309 * src/folderview.c: folderview_new_news_group_cb(): call
1310 grouplist_dialog() instead of input_dialog().
1314 * autogen.sh: modified.
1316 src/folderview.c: made expand/collapse state of folders persistent
1325 * src/imap.c: imap_remove_folder(): select INBOX with EXAMINE before
1327 imap_cmd_do_select(): new. It toggles between SELECT and EXAMINE
1328 according to the argument.
1329 imap_cmd_select(): use imap_cmd_do_select().
1330 imap_cmd_examine(): new.
1331 * src/folderview.c: folderview_rm_imap_folder_cb(): select current
1332 folder again when removing failed.
1338 * manual/ja/sylpheed.sgml
1339 manual/ja/*.html: updated the Japanese manual (thanks to Imai).
1340 * src/summaryview.c: summary_set_row_marks(): fixed a bug that
1341 didn't set foreground correctly.
1343 src/summaryview.h: removed the member color_normal from FolderView
1345 * src/mainwindow.c: main_window_create(): removed color_normal.
1349 * src/prefs_account.[ch]: the port numbers of IMAP4 and NNTP
1351 * src/imap.c: imap_session_get()
1352 src/news.c: news_session_new_for_folder(), news_session_get():
1353 use user-defined port number if specified.
1357 * src/imap.c: imap_scan_tree_recursive(): get mailbox status when
1359 imap_scan_folder(): implemented. It updates the numbers of new,
1360 unread and total messages.
1361 imap_status(): new. It parses the response of STATUS command.
1362 imap_status_uidnext(): removed.
1363 imap_cmd_status(): removed.
1364 * src/textview.c: textview_show_part(): fixed potential memory leaks.
1368 * src/alertpanel.c: alertpanel_create(): fixed truncated message.
1369 * src/rfc2015.c: rfc2015_decrypt_message(): fixed the case problem
1370 of content-type (thanks to René Rebe for the patch).
1371 * src/codeconv.c: code_get_code_conv_func(): fixed the ISO-8859-1
1373 * src/prefs_common.c: prefs_send_create(): made some more character
1374 sets specifiable when not using libjconv.
1375 * configure.in: disabled --enable-threads option temporarily.
1377 INSTALL.jp: deleted the description about --enable-threads option.
1381 * updated gettext to 0.10.38.
1387 * src/folderview.[ch]: folderview_set_all(): new.
1388 * src/account.c: account_add(): call folderview_set_all() after
1389 creating IMAP4 tree.
1390 account_edit_create(): account preferences dialog can be opened
1391 with double clicking of the list.
1392 account_selected(): new.
1393 account_clist_set(): made the CList focus set correctly.
1397 * src/imap.c: imap_scan_tree(): call imap_create_trash() if trash
1399 imap_scan_tree_recursive(): search the sub folders of INBOX.
1400 recognize Trash folder.
1401 imap_create_tree(): separated the part of creating trash.
1402 imap_create_trash(): new.
1403 * src/folder.c: folder_build_tree(), folder_write_list_recursive():
1404 preserve no_sub and no_select.
1405 * src/summaryview.c: summary_show(): don't proceed if item->no_select
1410 * src/imap.c: imap_scan_tree(): fixed a bug that didn't set the
1411 root folder correctly.
1415 * src/folderview.[ch]:
1416 folderview_update_tree(): new. It updates one folder tree.
1417 folderview_update_tree_cb(): new.
1418 Added "Update folder tree" to the popup menu, and modified some
1423 * src/imap.c: implemented the autoscan of IMAP4 folder list.
1424 imap_scan_tree(): new. It scans the whole IMAP4 folder.
1425 imap_scan_tree_recursive(): new. It traverses the IMAP4 folder tree.
1426 imap_parse_list(): new. It parses the LIST response.
1427 imap_get_real_path(): new. It converts local path into IMAP4 path.
1428 * src/folder.h: added no_sub and no_select to FolderItem.
1429 * src/folder.c: folder_tree_destroy(): reset some variables.
1430 * src/folderview.c: folderview_scan_tree_func(): supported IMAP4.
1434 * src/imap.c: imap_parse_envelope(): fixed a bug that didn't
1435 parse the FETCH response that continues to the next line.
1436 imap_parse_fetch_element(): removed.
1437 imap_parse_atom(), imap_parse_one_address(), imap_parse_address(),
1438 imap_parse_envelope(), imap_get_uncached_messages(): use GString
1439 and sock_getline() to parse the FETCH response.
1440 imap_remove_all_msg(): fixed a bug that didn't delete messages
1442 imap_parse_address(): fixed a bug that didn't concaternate
1443 addresses correctly, using GString.
1444 * src/socket.[ch]: sock_getline(), fd_getline(): new. They read
1445 the whole line and return the newly allocated string.
1446 * src/prefs_account.[ch]: added `IMAP server directory' entry.
1452 * src/imap.c: imap_create_tree(): pass the path that is separated
1453 by the local filesystem separator to imap_create_folder().
1454 imap_create_folder(): examine the existence of folders using
1455 LIST command instead of STATUS.
1456 imap_cmd_list(): new.
1457 imap_query_password(): new.
1458 imap_session_new(): query password if it is not set.
1462 * src/imap.c: imap_parse_envelope(): FETCH results can be parsed
1463 with arbitrary order.
1464 imap_parse_fetch_element(): new. it parses one pair of name and
1465 value of FETCH results.
1466 imap_parse_flags(): modified for more flexibility.
1467 * src/utils.[ch]: set_log_file(): new. it opens a new file for
1469 close_log_file(): new. it closes the opened log file.
1470 log_print(), log_message(), log_warning(), log_error(): also
1475 * src/imap.c: imap_cmd_status(): check the pointer to "value"
1476 before the assignment (thanks to NISHIJIMA).
1480 * src/folderview.c: folderview_drag_motion_cb(): don't allow DnD
1481 across MH and IMAP4 folder (for now) (thanks to Hiramatu).
1482 * src/foldersel.[ch]: don't show folders which can't be targets
1494 imap_cmd_store(): use UID instead of sequential number.
1495 Renamed imap_set_article_flags() to imap_set_message_flags().
1496 * src/summaryview.c: summary_execute(): don't update summary
1497 even if current folder is IMAP4.
1498 * src/utils.[ch]: remove_numbered_files(): changed the type of
1499 arguments from gint to guint.
1503 * src/imap.c: imap_cmd_login(), imap_cmd_select(), imap_cmd_status(),
1504 imap_cmd_create(), imap_cmd_delete(), imap_cmd_copy(): don't
1505 enclose with double quotation if string doesn't have space
1506 (workaround for old Cyrus IMAP4 server).
1507 imap_create_folder(): fixed a bug of separator substitution.
1508 renamed imap_session_connect_if_not() to imap_session_get().
1509 imap_get_msg_list(): delete all cached messages if use_cache
1511 imap_delete_cached_messages(): remove cached files in between
1512 the specified range by reading directory entry.
1513 imap_parse_one_address(): set fromname same as the from address
1515 * src/utils.[ch]: remove_numbered_files(): new. The range is
1517 * src/summaryview.c: summary_execute(): update summary if current
1519 KEY_PRESS_EVENT_STOP(): new macro.
1520 summary_key_pressed(): stop signal emission when calling
1522 summary_select_by_msgnum(): show message only if
1523 msg_is_toggled_on is TRUE. Move current page to the selected
1525 * src/news.c; news_delete_old_articles(): remove cached files in
1526 between the specified range by reading directory entry.
1528 folderview_selected(), folderview_button_released(): fixed a bug
1529 that didn't select folder correctly.
1535 src/prefs_common.c: improvements to the English (thanks to Paul
1537 * src/mainwindow.c: compose_cb()
1538 src/summaryview.c: summary_key_pressed()
1539 src/compose.c: compose_new_with_recipient(): newsgroups entry
1540 is automatically filled when composing a new article.
1544 * src/procmsg.c: procmsg_msg_list_free(): fixed a bug that didn't
1545 free list correctly.
1551 * src/imap.c: imap_find_namespace(): replace namespace path
1552 separator with slash before comparison.
1553 imap_remove_folder(): use namespace.
1554 imap_create_tree(): use namespece when creating Trash.
1555 imap_get_msg_list(): fixed a bug that returned old list and caused
1556 memory leak if exists == 0.
1557 imap_select(): new. It's a wrapper for imap_cmd_select().
1558 * src/foldersel.c: foldersel_set_tree(): show IMAP4 folder too.
1563 folderview_new_folder_cb()
1564 folderview_new_imap_folder_cb(): show error dialog when creation
1565 or deletion of folder failed.
1566 Made it allow users to create a folder which contains subfolders.
1567 folderview_button_pressed(): disabled delete menu on the special
1569 * AUTHORS: incorporated from claws branch. It now contains all
1571 * src/send.c: enabled cancellation.
1572 EXIT_IF_CANCELLED(): new macro.
1573 Added cancelled flag to SendProgressDialog.
1574 * src/utils.[ch]: strtailchomp(): new. It removes the trailing
1575 specified character.
1576 * src/imap.c: imap_cmd_fetch(): a fix for MS Exchange 2000 server.
1580 * src/imap.c: imap_create_tree(): new. It creates required
1581 folders such as INBOX and Trash.
1582 imap_do_copy(), imap_do_copy_msgs_with_dest(): don't expunge
1584 imap_remove_all_msg(): return immediately if exists == 0.
1585 * src/account.c: account_add(), account_set_missing_folder():
1586 made them use folder->create_tree().
1590 * src/imap.c: more namespace implementation.
1591 imap_find_namespace(), imap_path_separator_subst(): new.
1595 * src/imap.c: imap_parse_namespace(), imap_cmd_namespace(): new.
1599 * src/summaryview.c: summary_show(): fixed a glitch in folder view.
1603 * src/imap.[ch]: added imap_add_msg(), and imap_append_message(),
1604 which appends file into IMAP4 folder.
1606 imap_create_folder(): check the existence of a folder before
1608 renamed the prefix of low-level IMAP4rev1 functions to imap_cmd.
1609 * src/account.c: account_add(), account_set_missing_folder():
1610 create INBOX automatically when creating IMAP4 account.
1614 * src/utils.[ch]: added itos_buf() that takes the buffer for its
1616 * src/imap.[ch]: imap_copy_msg(), imap_copy_msgs_with_dest(): new.
1617 * src/folder.c: added copy_msg and copy_msgs_with_dest methods
1622 * src/utils.[ch]: move_file(): new.
1623 * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): modified to
1624 use move_file(), and fixed a bug that didn't close file when
1629 * src/imap.c: renamed imap_delete_messages() and
1630 imap_delete_all_messages() to imap_delete_cached_messages() and
1631 imap_delete_all_cached_messages(). Some code cleanups.
1632 * src/utils.[ch]: added a function remove_all_numbered_files().
1633 * src/mh.c: mh_remove_all_msg()
1634 src/imap.c: imap_delete_all_cached_messages():
1635 use remove_all_numbered_files().
1638 src/compose.[ch]: added `Reply to sender'.
1640 compose_reply_set_entry(): added an argument `ignore_replyto'.
1644 * src/folderview.c: folderview_selected()
1645 src/summaryview.c: summary_show(): fixed a bug that updated wrong
1646 folder when remaining marks were processed.
1650 * src/headerwindow.c: headerwindow_show_cb(): always try to show
1651 msginfo, and use the selected message, not the displayed one.
1652 * src/smtp.c: smtp_ok(): fixed sock_gets() error handling.
1656 * src/folderview.c: folderview_selected()
1657 src/mimeview.c: mimeview_selected(): ungrab the mouse event.
1658 * src/summaryview.c: summary_show(): process the left marks if any.
1662 * src/passphrase.c: enclosed with #if USE_GPGME.
1663 * src/prefs_account.c: added NNTP AUTH check button.
1664 * src/alertpanel.[ch]: alertpanel_create(): added new argument
1665 `can_disable', all existing callers changed to pass FALSE;
1666 created a check button to disable the message.
1667 alertpanel_message_with_disable(): new.
1668 alertpanel_show(): mask value with G_ALERT_VALUE_MASK.
1669 alertpanel_button_toggled(): new.
1670 alertpanel_button_clicked(), alertpanel_close(): set value using
1672 * src/prefs_common.[ch]: added option to toggle GnuPG signature
1673 check popup window, and GnuPG warning.
1674 * src/rfc2015.c: check_signature(): show signature check dialog
1675 only if it is enabled.
1676 * src/main.c: modified GnuPG checking.
1678 src/prefs_common.c: fixed some compilation bugs when enabled
1683 * src/codeconv.c: conv_get_code_conv_func(): fix for ISO-8859-*
1684 encodings with libjconv.
1685 conv_encode_header(): fixed an endless loop bug when encountering
1686 an invalid wide character (thanks to Alte).
1687 * src/headerview.c: SET_FONT_STYLE(): fixed segfault with invalid
1689 * src/imap.c: imap_create_folder(): don't create folder if the
1691 * src/mainwindow.c: main_window_reflect_prefs_all(): hide the
1692 execute button when immediate execution is enabled.
1697 README.jp: added the "How to run" section.
1701 * merged NNTP AUTH from the claws branch.
1702 * src/news.[ch]: supported NNTP AUTH.
1703 * src/nntp.[ch]: wrapped SockInfo with NNTPSockInfo for NNTP AUTH.
1705 INSTALL.jp: modified the confirmation list and the warning about
1710 * src/gtkutils.[ch]: moved folderview_find_collapsed_parent() to
1711 gtkut_ctree_find_collapsed_parent().
1712 * src/folderview.c: folderview_select_node(): automatically expand
1713 the parent folders when selected.
1714 * configure.in: made the version number to 0.4.99 (0.5pre)
1715 * src/main.c: main(): moved parse_cmd_opt() before gtk_init()
1716 so that X is not necessary for --help and --version.
1717 parse_cmd_opt(): changed g_get_prgname() to g_basename(argv[0]).
1718 * src/folderview.c: folderview_update_node(): a fix for collapsed
1723 * src/main.c: lock_socket_input_cb(): changed fd_read() to fd_gets().
1724 It caused garbages in --compose option.
1725 * src/socket.[ch]: made fd_gets() public.
1729 * src/gtkutils.[ch]: gtkut_ctree_node_next(): new.
1730 * src/folderview.c: folderview_find_next_unread(): new.
1731 folderview_select_next_unread(): modified so that it can find
1736 * src/compose.c: compose_write_headers(): excluded also From, To,
1737 Sender because they could be used for SPAM.
1738 * src/folderview.c: add '+' mark to the collapsed folder that have
1739 some unread folders.
1740 folderview_search_new_recursive(),
1741 folderview_have_new_children(),
1742 folderview_search_unread_recursive(),
1743 folderview_have_unread_children(),
1744 folderview_find_collapsed_parent(): new.
1745 folderview_update_node(): display the number of queued messages.
1750 src/mh.[ch]: modified *_add_msg() to use link(). Added the
1751 argument to switch whether to remove the source file or not.
1754 src/mbox.c: modified the argument of folder_item_add_msg() and
1755 removed some unlink()'s.
1759 * src/prefs_customheader.[ch]: renamed prefs_headers_* to
1760 prefs_custom_header_*. Removed `(New)' row and `Substitute'
1761 button. Supported empty value.
1762 prefs_custom_header_row_moved(): new. Connected "row_move" signal
1763 to the function, and made it set header list.
1764 * src/customheader.c: custom_header_get_str()
1765 src/compose.c: compose_write_headers(): supported empty value.
1766 * src/prefs_display_header.c: prefs_display_header_row_moved(): new.
1767 Connected "row_move" signal to the function, and made it set
1769 * src/compose.c: compose_write_headers(): modified the order of
1770 headers, and made it encode the custom headers.
1771 * src/prefs_customheader.c: prefs_custom_header_delete_cb()
1772 src/prefs_filter.c: prefs_filter_delete_cb(): treat closing the
1773 alert panel by ESC as "No".
1777 * merged the custom header stuff from claws branch:
1778 * src/customheader.[ch]
1779 src/prefs_customheader.[ch]: new.
1780 * src/customheader.c: custom_header_read_str(): use strtol() instead
1781 of atoi() and check errors.
1782 custom_header_find(): new function.
1783 * src/compose.c: IS_IN_CUSTOM_HEADER(): new macro.
1784 compose_write_headers(): made it replace headers with user-defined
1785 headers except for some automatically generated headers.
1789 * src/inc.c: connection_check_cb(): fixed a bug that caused
1790 segmentation fault if connection was not established.
1791 * src/compose.c: compose_create(): even if set_autobcc or set
1792 autoreplyto is checked and the entries are empty, show them.
1796 * src/textview.c: textview_show_mime_part(): modified the messages.
1797 TEXT_INSERT(): new macro.
1799 * src/prefs_display_header.c: prefs_display_header_create():
1800 modified the text of checkbutton.
1804 * src/mimeview.c: added "Open with..." to the context menu.
1805 * src/summaryview.c: summary_print()
1806 src/inputdialog.c: input_dialog(): fixed memory leaks.
1807 * src/textview.c: textview_show_mime_part(): updated the description.
1808 * src/send.c: implemented sending progress dialog.
1809 (TODO: automaton should be used.)
1810 send_progress_dialog_create(), send_progress_dialog_destroy(),
1812 send_message_smtp(): made it update the dialog for each stage.
1813 * src/utils.[ch]: get_left_file_size(): new. Get the left bytes
1815 * src/summaryview.c: summary_show(): when open_inbox_on_inc is set,
1816 go to first unread message even if folder is same as previous.
1817 * src/prefs_common.c: made color selection dialog transient, and
1818 made escape key close the dialogs.
1824 * src/select-keys.c: delete_event_cb(): removed `;' from its end.
1825 * src/recv.c: recv_write(): changed the interval to 10msec.
1826 * src/prefs_display_header.c: modified the layout of the dialog,
1827 and made the hidden headers list insensitive when `Show other
1828 headers' is not checked.
1829 * src/textview.c: changed strcasecmp() and strncasecmp() to
1830 the corresponding glib functions.
1831 * src/inc.c: get_spool(): make a temporary file in the home
1836 * src/prefs_common.c
1848 src/sigstatus.c: fixed a bug that accidentally destroyed dialogs
1849 when closed them with delete_event (thanks to DINH).
1850 Added *_deleted() and *delete_event() which handle delete_event
1855 * src/prefs_display_header.c: merged some changes from claws branch:
1856 prefs_display_header_create(): allow reordering of headers by
1858 prefs_display_header_find_header(): new function.
1859 prefs_display_header_clist_set_row(): don't allow duplicates.
1860 * src/prefs_account.c: prefs_account_receive_create(): changed
1861 the label of the check button.
1865 * src/pop.c: pop3_getsize_list_recv(): if sscanf() failed, break
1867 * src/inc.h: removed cur_msg_bytes from Pop3State.
1868 * src/inc.c: pop3_recv_func()
1869 src/recv.[ch]: made the second arguments of RecvUIFunc current
1871 recv_write(): made it call UI func if elapsed time is greater
1873 * src/recv.c: recv_write(): changed the interval to 300 usec.
1874 * src/textview.c: textview_show_header(): if header is Subject,
1876 * src/utils.[ch]: unfold_line(): new.
1877 * src/procheader.[ch]: procheader_get_header_array(): new.
1878 * src/prefs_display_header.c: updated defaults.
1882 * some merge from the sylpheed-claws branch.
1883 It allows user to specify displayed headers in message view.
1884 (symbol names were also changed.)
1885 * src/prefs_display_header.[ch]
1886 src/displayheader.[ch]: new.
1887 * src/prefs_display_header.c:
1888 removed prefs_display_headers_other_headers_toggled().
1889 removed "(New)" row from the list.
1890 * src/defs.h: added DISPLAY_HEADER_RC.
1891 * src/prefs_common.c: prefs_message_create(): added a button for
1892 opening the display header setting dialog.
1893 * src/prefs_common.h: added show_other_header and disphdr_list
1895 * src/procheader.[ch]: procheader_get_header_list_from_file(),
1896 procheader_get_header_array_asis(): new.
1897 procheader_get_header_list(): modified so that it takes FILE
1898 pointer for its argument.
1899 procheader_header_array_destroy(), procheader_header_free(): new.
1900 * src/main.c: main(): made it call prefs_display_header_*_config().
1901 * src/textview.c: textview_scan_header(): modified so that it
1902 sorts headers according to user setting.
1903 src/textview_show_header(): made it call
1904 textview_make_clickable_parts().
1905 textview_make_clickable_parts(): added GdkFont to its arguments,
1906 and removed GtkText from them.
1910 * implemented auto-checking of new mail based on the patch from
1911 Pierric Descamps (thanks!).
1912 * src/inc.c: added inc_autocheck_timer_init(),
1913 inc_autocheck_timer_set(), inc_autocheck_timer_remove(),
1914 inc_autocheck_func() for auto-checking of new mail.
1915 * src/main.c: main(): call inc_autocheck_timer_init().
1916 * src/prefs_common.c: prefs_receive_create(): activated the
1917 auto-checking UI. Added prefs_common_cancel(), and connected
1918 some signals to that.
1919 * src/prefs_common.c
1922 src/account.c: Disabled auto-checking while opening the dialog.
1923 * src/headerview.c: headerview_show_xface(): fixed a bug that
1924 showed a warning when header pane was hidden.
1930 src/recv.c: removed non-blocking socket mode support since it
1933 src/inc.c: modified the messages of incorporation dialog.
1937 * src/utils.h: made u32 the typedef of guint32.
1938 added BIG_ENDIAN_HOST macro that is used by md5.c.
1939 * src/md5.c: renamed md5c.c. Fixed the indentation. Fixed a bug
1940 that didn't calculate MD5 correctly on big endian machines.
1946 * src/folder.c: folder_init(): added the method imap_remove_folder.
1947 * src/folderview.c: folderview_rm_imap_folder_cb(): made it
1948 actually remove folder from IMAP4 server.
1949 * src/imap.[ch]: imap_create_folder(): made it actually create
1950 folder on IMAP4 server.
1951 imap_remove_folder(): added.
1952 imap_create(), imap_delete(): added.
1953 * src/summaryview.c: summary_execute_delete(): don't check trash
1954 if folder type is not F_MH.
1955 * thanks to Ishihara for the above changes.
1957 ac/check-type.m4: better wint_t typedef detection (renamed
1958 sv_CHECK_TYPE to SYLPHEED_CHECK_TYPE).
1962 * src/recv.c: recv_bytes_write(): fixed another bug that caused
1963 infinite loop and buffer overrun.
1967 * src/socket.[ch]: renamed sock_read() and fd_read() to
1968 sock_gets() and fd_gets() for preventing confusion.
1969 Added sock_read() and fd_read() which is the wrapper of read().
1970 * src/recv.c: recv_bytes_write(): fixed a bug that caused infinite
1971 loop. Use sock_read() instead of fd_read().
1978 src/smtp.c: use sock_gets() instead of sock_read().
1979 * src/imap.c: imap_session_new(): fixed the error detection
1984 * src/inc.c: made it displays current read bytes to the dialog.
1985 * src/pop.c: recv_write(): call UI function before editing
1990 * src/progressdialog.c: progress_dialog_create(): modified the
1991 size of dialog and made it stretchable.
1993 src/esmtp.c: smtp_ok(), esmtp_ok(): fixed a bug that didn't
1994 process an error response correctly (thanks to Ohmasa).
1995 * src/pop.[ch]: added pop3_getsize_list_send(),
1996 pop3_getsize_list_recv().
1997 * src/recv.[ch]: added recv_set_ui_func() that makes recv_write()
1998 call the callback function for each sock_read().
1999 * src/inc.h: in Pop3State, renamed bytes to total_bytes, and added
2000 cur_msg_bytes, cur_total_bytes, and sizes.
2001 * src/inc.c: added inc_pop3_recv_func() that updates the progress
2002 bar for each sock_read().
2006 * src/mh.c: mh_is_maildir_one(): modified so that it uses
2009 2001-04-25 Werner Koch <wk@gnupg.org>
2011 * src/mh.c (mh_is_maildir_one, mh_is_maildir): New.
2012 (mh_scan_tree_recursive): Do not include Maildir style directories
2015 Changed the use of integers to describe sockets by an more abstract
2018 * src/automaton.h (struct _Automaton): Add help_sock.
2019 * src/automaton.c (automaton_input_cb): Changed source to be
2020 SockInfo and use wrapper for gdk_input_add.
2022 * src/send.c (SEND_EXIT_IF_ERROR): Adjusted tests and removed test
2023 for invalid socket because this is now done in sock_close. Set
2025 (SEND_EXIT_IF_NOTOK): Set closed sock to NULL.
2026 (send_smtp_open): Use only SockInfo.
2028 * src/news.c (news_session_new): Use SockInfo here.
2029 (news_session_destroy): Ditto and set sock to NULL.
2031 * src/nntp.c: Use SockInfo instead of integers
2032 * src/smtp.c: Ditto.
2034 * src/recv.c: Ditto.
2036 * src/inc.c (inc_pop3_session_do): Removed sock_sockinfo_free. Put
2037 gdk_input_add into a wrapper.
2039 * src/esmtp.c: Changed socket descriptors to use SockInfo.
2040 * src/esmtp.h: Ditto, included socket.h.
2041 * src/session.h (struct _Session): Likewise.
2042 * src/imap.c (imap_open): Return SockInfo ptr and not an integer.
2043 Removed access to internal data of SockInfo. Changed all callers
2044 and functions to take SockInfo.
2045 (imap_session_new): Use sock_close here.
2046 (imap_session_destroy): Ditto.
2048 * src/compose.c (compose_exec_ext_editor): Replaced sock_write by
2051 * src/main.c (app_will_exit): Close lock socket using fd_close.
2052 (prohibit_duplicate_launch): Use fd_xxx functions instead of sock_xxx.
2053 (lock_socket_input_cb): Ditto.
2055 * src/socket.h, src/socket.c: Prepared SockInfo structure to use
2056 glib channels. Changed all sock_xxx to use SockInfo instead of an
2058 (sock_connect_unix, sock_open_unix, sock_accept): Renamed to ..
2059 (fd_connect_unix, fd_open_unix, fd_accept): .. this and changed all
2061 (fd_read, fd_write, fd_close): New.
2062 (sock_sockinfo_free): Removed.
2063 * src/socket.c (sock_connect_nb): Use close instead sock_close here.
2064 (sock_connect): Ditto.
2068 * config.h.in: removed.
2069 * ac/Makefile.am: added gnupg-check-typedef.m4 to MACROS.
2070 * .cvsignore: added.
2072 src/progressdialog.[ch]
2073 src/pixmaps/complete.xpm
2074 src/pixmaps/continue.xpm
2075 src/pixmaps/error.xpm: applied the patch from Leandro Pereira
2076 that displays the state of message incorporation (thanks!).
2077 * src/inc.c: made the progress dialog change the text of status.
2081 * removed po/*.gmo, configure, stamp-h.in, aclocal.m4, Makefile.in
2083 * COPYING: removed RSA copyright notice.
2084 * removed po/sylpheed.pot, po/stamp-cat-id, po/cat-id-tbl.c.
2085 * configure.in: added the check of sys/utsname.h.
2087 2001-04-24 Werner Koch <wk@gnupg.org>
2089 Merged most of the changes from the W32 branch in.
2091 * configure.in: Require gpgme >= 0.2.1
2093 * acconfig.h (HAVE_U32_TYPEDEF): New.
2094 * ac/gnupg-check-typedef.m4: New.
2095 * configure.in: Check for u32 type and the size of some types.
2096 * src/utils.h: Define the u32 type and related constants.
2098 * src/about.c (about_create): Removed the note about MD5. We are
2099 not any longer using the RSA Inc. implementation.
2100 * src/md5ify.c, src/md5ify.h, src/md5global.h: Removed.
2101 * src/md5c.c, src/md5c.h: Replaced by an FSF implementation and
2102 renamed the function to standard lowercase convention. Changed all
2104 (md5_hex_digest): New.
2105 (md5_hmac): Add hmac function by Martin Schaaf with some
2107 (md5_hex_hmac): New.
2108 * src/esmtp.c, src/esmtp.h (md5_hex_hmac): Removed.
2109 (hmac_md5): Removed.
2110 * src/pop.c (pop3_getauth_apop_send): Replaced the md5_digest by
2111 the new md5_hex_digest function.
2113 * src/about.c: Include utsname.h only if available
2115 * src/utils.c, src/utils.h (get_home_dir): New to better cope with
2116 special Windoze requirements. Changed all calls to
2117 g_get_home_dir() to this function.
2119 * simple-gettext.c: New.
2121 * src/main.c (main): Issue a warning if GnuPG is not properly
2124 * src/sigstatus.c, src/sigstatus.h: New.
2125 * src/rfc2015.c (check_signature): Use the sigstatus window and
2126 get the status texts from a utility function.
2128 * src/select-keys.c: Removed the global select_keys var and
2129 pass an allocated one along all functions.
2130 (set_row): Display only keys capable of encryption.
2131 (update_progress): Replaced the progressbar by
2132 a windmill and a text showing for which key we are collecting
2133 info. Removed progressbar everywhere else and updated callers.
2135 * src/prefs_common.c (prefs_privacy_create) [__MINGW32__]: Do not
2136 display the grab button.
2140 * src/prefs_common.[ch]
2141 src/procheader.c: applied the patch from Darko Koruga that
2142 allows user to define their own format for displaying date in
2143 summary view using strftime() (thanks!).
2144 * src/prefs_common.c: prefs_quote_colors_dialog()
2145 src/mainwindow.c: main_window_reflect_prefs_all(): made it
2146 update message colors if the colors setting is changed.
2147 * src/main.[ch]: made it remember the startup directory.
2148 * src/export.c: export_mbox(): made it initially chdir to the
2150 * src/filesel.c: filesel_select_file(): made it open the startup
2155 * added option to warn about queued messages on exit [sergey]:
2157 * src/compose.c: compose_queue(): call folder_item_scan()
2158 and folderview_update_item() after queueing.
2159 * src/folderview.c: folderview_update_node(): draw the queue
2160 folder in bold font if there are queued messages.
2161 * src/mainwindow.c: queued_messages(): new function.
2162 app_exit_cb(): display warning if there are queued messages
2163 if warn_queued_on_exit is set.
2164 * prefs_common.[ch]: add warn_queued_on_exit option.
2166 * src/mainwindow.c: moved queued_messages() to main.c, and renamed
2167 it to get_queued_message_num().
2168 * src/main.c: app_will_exit(): moved warning dialog code from
2169 app_exit_cb(), and added manage_window_focus_in().
2171 * enhanced GnuPG key selection support [sergey]:
2173 * src/select-keys.c: updated to newer version from Win32
2174 branch with support for selecting arbitrary keys.
2175 * src/prefs_account.c: added the Privacy tab to the account
2177 prefs_account_privacy_create(),
2178 prefs_account_sign_key_set_data_from_radiobtn(),
2179 prefs_account_sign_key_set_radiobtn(): new functions.
2180 * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
2181 * src/rfc2015.c: set_signers(): new function.
2182 pgp_sign(): add the account parameter, call set_signers().
2183 rfc2015_sign(): add the account parameter, pass it to pgp_sign().
2184 * src/rfc2015.h: rfc2015_sign(): updated prototype.
2185 * src/compose.c: pass the current account to rfc2015_sign().
2189 * src/mbox.c: export_to_mbox(): fixed a memory leak bug.
2193 * src/mbox.[ch]: renamed export_mbox() to export_to_mbox().
2194 Fixed a memory leak bug.
2195 * src/export.[ch]: added for exporting folder to mbox.
2196 * src/import.[ch]: made import_mbox() take default folder.
2197 Added description to the dialog.
2198 * src/summaryview.c: summary_show(): fixed a bug that kept the
2199 toolbar buttons insensitive after receiving messages.
2201 src/import.c: fixed a bug that caused quitting of the program
2202 when OK or Cancel button was clicked several time.
2203 * src/prefs_common.[ch]
2204 src/addressbook.c: added "Add address to destination when
2205 double-clicked" option.
2209 * src/prefs_common.[ch]: reorganized the items of settings,
2210 and added Message tab.
2211 * src/main.c: parse_cmd_opt(): added command line option --version.
2212 * src/mh.c: made it unset MSG_DELETED flag when moved/copied to
2214 * src/prefs_common.[ch]
2215 src/headerview.[ch]: the header pane can be toggled now.
2216 * src/prefs_common.[ch]
2217 src/textview.c: page scroll step is now selectable between
2218 one page and half page.
2219 * src/mbox.[ch]: added export_mbox() that reads all messages
2220 in a folder, and store them into one mbox file.
2224 * src/prefs_filter.[ch]: separated filter setting code from
2225 prefs_common.c, and made it a separate dialog.
2231 * src/automaton.[ch]
2232 src/inc.c: fixed the bug that made Sylpheed crash when clicking
2233 Cancel button while getting new mail (thanks to Sergey Vlasov).
2234 * src/xml.c: xml_build_tree()
2235 src/addressbook.c: fixed a bug that caused infinite loop if an
2236 illegal XML file was given.
2241 src/inc.c: applied the patch from Sergey Vlasov that fixes the
2242 problem when the "Go to inbox after receiving new mail" option
2243 was turned off (thanks!).
2247 * src/xml.[ch]: modified so that it supports some characters which
2248 must be escaped, and multiple-lined tag.
2250 src/addressbook.c: modified so that it escapes some characters
2251 like '<', '>', '&', ''', '"'.
2261 src/summaryview.[ch]: applied the patch from Darko Koruga that
2262 adds copy message operation for the MH folders (thanks!).
2263 * src/imap.c: disabled slash to dot conversion.
2264 * src/imageview.c: fixed a bug that displayed an old image when
2265 loading of a image failed (thanks to Darko Koruga).
2269 * src/procmsg.c: procmsg_read_cache(): added setvbuf() to speed up
2270 cache reading (thanks to Sergey Vlasov).
2272 src/summaryview.[ch]
2273 prefs_common.[ch]: applied the patch that keeps the same folder
2274 after receiving new mail (thanks to Sergey Vlasov).
2276 src/utils.[ch]: moved get_quote_level() to utils.c.
2280 * ac/Makefile.am: added.
2282 configure.in: added ac directory.
2286 * src/summaryview.c: summary_filter(): made it move messages
2287 immediately if immediate_exec option is set.
2288 * src/prefs_common.[ch]
2290 src/gtkutils.[ch]: applied the message coloring patch from
2291 Stephen Anthony with some modification (thanks!).
2293 src/mimeview.c: modified the behavior of MimeView (thanks to
2298 * src/utils.c: copy_file()
2299 src/mh.c: applied (and modified) the patch from Darko Koruga
2300 that enables to move messages across file systems (thanks!).
2302 src/utils.[ch]: applied the patch from Jorge Van Hemelryck
2303 that converts the date of messages to the local time (thanks!).
2304 * src/utils.c: remote_tzoffset_sec(): fixed a bug that the signs
2305 of one-letter timezone were reversed.
2306 * src/folder.c: folder_item_add_msg(): put the assertion for the
2307 add_msg() method (thanks to TAKANO).
2311 * src/procmime.c: procmime_decode_content(): fixed a bug that
2312 corrupted quoted-printable encoded messages when they include
2313 `=00' (thanks to Masahiro Tomita).
2316 src/summaryview.c: modified the DnD behavior of MIME view
2317 (thanks to HIRAMATSU).
2321 * src/about.c: applied the patch from Sergey Vlasov that fixes
2322 the appearance of the about dialog (thanks!).
2323 * src/prefs_common.[ch]
2329 src/textview.[ch]: applied the GnuPG support patch which had
2330 ported from the sylpheed-win32 branch (thanks to Sergey Vlasov).
2331 * INSTALL, INSTALL.jp: updated the description about GnuPG.
2335 * src/utils.[ch]: added references_list_append() that parses
2336 References header and makes it string list.
2337 * src/compose.c: modified so that too long References header is
2338 truncated, garbage characters are removed, and header is tidied
2339 up (thanks to Matthias Intemann).
2343 * src/addr_compl.c: applied the address completion bugfix patch
2344 from Alfons Hoogervorst (thanks!).
2348 * src/gtksctree.c: modified so that the tree_select_row signal
2349 actually pass the column number.
2350 * src/summaryview.c: summary_selected(): made generic mark and
2351 unread mark can be toggled with clicking of the columns.
2352 Added summary_mark_row_as_read() and summary_mark_row_as_unread().
2353 * src/prefs_common.c
2354 src/prefs_account.c: applied the layout fix patches from Sergey
2355 Vlasov, and adjusted some widths of GtkEntry widgets.
2356 * src/prefs.c: prefs_dialog_create(): enable notebook to take focus.
2357 * src/inc.c: inc_start(): modified so that authentication dialogs
2358 show server name too (thanks to Sergey Vlasov).
2362 * src/mimeview.c: mimeview_key_pressed(): fixed a bug that caused
2363 segmentation fault when a malformed multipart message is shown
2364 (thanks to Sergey Vlasov).
2365 * src/summaryview.c: summary_display_msg(): made it focus to the
2366 summary view if the MIME list is empty.
2370 * src/pixmaps/deleted.xpm
2371 src/pixmaps/mark.xpm
2372 src/summaryview.c: added deleted and mark icon.
2373 * src/gtkutils.c: gtkut_widget_init(): changed gtk_widget_destroy()
2374 to gtk_widget_unref().
2375 * src/addr_compl.c: start_address_completion(): fixed the bug that
2376 displayed warning when the address book was empty (thanks to
2381 * src/summaryview.c: summary_show(): fixed a memory leak bug
2382 (thanks to ChiDeok Hwang).
2383 * src/pixmaps/forwarded.xpm
2384 src/pixmaps/replied.xpm
2386 src/pixmaps/unread.xpm
2391 src/summaryview.[ch]: applied the patch from Marc Hoper
2392 that adds replied and forwarded mark to replying or forwarding
2393 messages (thanks!). And new and unread mark were replaced
2394 by the icons David Mehrmann created (thanks!).
2395 * src/summaryview.c: made the width of unread and MIME column
2397 * src/prefs.c: prefs_config_parse_one_line(): made it check the
2398 '=' separator (thanks to Sergey Vlasov).
2402 * src/prefs_common.[ch]: moved smooth scroll option to the
2404 * src/textview.c: made the one-line scroll also perform smooth
2409 * src/prefs_common.[ch]
2410 src/textview.c: applied the smooth scroll patch from Setoh and
2415 * src/summaryview.c: summary_attract_by_subject(): rewritten it
2416 using hash table for speeding up.
2417 * src/prefs_account.c: made filter_on_receive TRUE by default.
2418 * src/mainwindow.c: reordered menu items.
2422 * src/gtkutils.c: gtkut_clist_bindings_add(): fixed a bug that
2423 caused address completion not to accept space and enter key.
2428 src/codeconv.c: fixed a bug that didn't encode non-ASCII headers
2430 * src/compose.c: fixed a bug that didn't decode some headers
2431 correctly when replying or reediting drafts (thanks to Sergey
2436 * src/gtkutils.[ch]: added gtkut_widget_init() that modifies the
2437 behaviors of some classes.
2438 * src/main.c: main(): made it call gtkut_widget_init() first.
2439 * src/summaryview.c: summary_create(): removed the key binding code.
2443 * src/procmsg.[ch]: modified for the sake of readability.
2447 * src/mainwindow.c: changed "Clean trash" to "Empty trash".
2448 Added new menu items for folder manipulation.
2449 allsel_cb(): made it change the target between summary view and
2450 message view according to the input focus.
2451 Removed "Select all" from Summary submenu.
2452 * src/folderview.[ch]: added functions for creating/renaming/deleting
2454 * src/procmsg.[ch]: made "marked" and "deleted" flag permanent, and
2455 removed "important" flag.
2456 * src/summaryview.c: added summary_set_row_marks() that sets style
2457 of a row according to the flags, and made some functions use it.
2458 * src/mainwindow.c: allsel_cb(): modified so that it selects
2459 summary view correctly if message view is toggled off.
2463 * src/socket.c: sock_connect_by_getaddrinfo(): fixed a resource
2464 leak bug of socket, and rewrote the routine.
2465 * src/inc.c: inc_mail(), inc_all_account_mail(): fixed a bug that
2466 displayed the wrong unread number in the folder tree if a
2467 folder was open and new messages arrived at the folder.
2468 * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug
2473 * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): made it
2474 check the existence of the destination file.
2475 * src/procmsg.c: procmsg_set_flags(): made it count the last
2476 number of the message list (and fixed a bug that didn't open
2477 newly arrived message).
2481 * src/prefs_common.c: prefs_send_create(): removed EUC-JP and
2482 Shift_JIS from the outgoing codeset.
2490 * src/send.c: send_message_queue(): modified so that it finds
2491 the account from the `From' and the server name of the queued
2493 * src/account.[ch]: added account_find_from_smtp_server() that
2494 finds an account from the specified address and SMTP server.
2497 src/summaryview.[ch]
2498 src/sourcewindow.[ch]: integrated the viewing source patch from
2499 DINH V. Hoà (thanks!).
2503 * src/addr_compl.[ch]
2505 src/compose.c: applied the enhanced address completion patch
2506 from Alfons Hoogervorst (thanks!).
2507 * src/addr_compl.c: replaced g_assert() with g_return(_val)_if_fail().
2508 * src/folder.c: folder_init()
2509 src/folderview.c: folderview_drag_motion_cb()
2510 src/procmsg.c: procmsg_clean_trash()
2511 src/summaryview.c: summary_start_drag()
2512 src/imap.[ch]: integrated the IMAP4 move/remove function patch
2513 from Suzuki Mio (thanks!).
2517 * src/main.c: parse_cmd_opt(): made the --compose option realize
2519 * src/utils.[ch]: execute_async(): supported quoted arguments
2521 strstr_with_skip_quote(), strsplit_with_quote(): quote-supported
2522 version of g_strsplit().
2523 * src/mimeview.c: mimeview_view_file()
2524 src/prefs_common.c: added single quotation mark around the file
2536 src/utils.[ch]: applied the security fix patch from Dmitry V.
2537 Levin with some modification (thanks!). Added my_tmpfile() to
2539 * src/main.c: added --receive-all command-line option.
2543 * src/socket.c: sock_connect_thread(): fixed a bug that didn't
2544 compile if both multithread and IPv6 are enabled (thanks to
2547 src/compose.c: applied a patch from Jason McCarver that allows
2548 FIFO for signature file (thanks!).
2549 * src/textview.c: made some more refactoring.
2550 * src/socket.c: sock_accept(): changed socklen_t to gint.
2555 src/textview.c: some code cleanups.
2561 src/textview.c: integrated the patch from Alfons Hoogervorst that
2562 fixes some glitches in clickable URI and enables mail addresses
2563 clickable, and enables the --compose command line option to
2564 specify address (thanks!).
2571 src/prefs_account.[ch]
2572 src/Makefile.am: applied the SMTP AUTH patch from Martin Schaaf
2573 and fixed its a few bugs (thanks!).
2574 * src/textview.c: textview_key_pressed(): made it don't move focus
2576 * src/main.c: parse_cmd_opt(): modified the help message.
2577 * src/html.[ch]: added empty_line to HTMLParser and modified
2578 the parser routines a bit.
2582 * src/html.c: added eucjp_symbol_list, and added some characters
2583 to ascii_symbol_list.
2587 * src/codeconv.[ch]: added a member `charset' and `charset_str'
2589 * src/html.[ch]: added the symbol list for ISO-8859-1 codeset.
2590 html_parser_new(): made it change the symbol hash table
2591 according to the character set of the document.
2592 html_parse_special(): made it recognize character code number.
2596 * src/textview.c: added textview_show_html() that parses HTML and
2598 textview_show_part(): made it call textview_show_html() if
2599 the part is text/html.
2600 * src/html.[ch]: implemented HTML parser.
2604 * src/codeconv.[ch]: added CodeConverter, and its methods
2605 (conv_code_converter_new(), conv_code_converter_destroy(), and
2607 * src/textview.c: removed the branches by HAVE_LIBJCONV and
2608 rewrote them using CodeConverter.
2612 * src/mbox.c: proc_mbox(): workaround for duplicated From_ line.
2616 * src/codeconv.c: some code cleanups.
2620 * src/mainwindow.c: main_window_popup(): fixed a bug that didn't
2621 popup the main window correctly.
2622 * src/codeconv.h: fixed a bug that the definition of CS_EUC_CN and
2623 CS_EUC_TW was reversed (thanks to Sakamoto).
2630 src/socket.[ch]: applied the patch from Hiramatu that enables
2631 prohibition of multiple execution and remote control with
2632 command line option (thanks!).
2636 * src/summaryview.c: summary_button_pressed(), summary_selected():
2637 made it toggle the view if middle button is clicked while message
2639 summary_drag_data_get(): fixed a memory leaking.
2641 src/compose.c: compose_write_headers(): modified so that it uses
2642 host_alias for X-Mailer or X-Newsreader field.
2648 * src/folderview.c: fixed a bug that prevented a folder from being
2649 created if there were already folders that have the same name
2650 somewhere at another place.
2654 * src/folderview.c: folderview_update_all(): fixed a bug that
2655 caused segmentation fault when a folder was selected after
2656 updating the folder tree.
2657 * src/compose.c: compose_send(): fixed a locking bug.
2658 compose_write_headers(): fixed a bug that referred to cur_account.
2659 compose_convert_header(): made it check the arguments.
2663 * src/main.c: some cleanups and added --help option.
2667 * src/send.c: re-enabled user-defined domain name setting.
2668 * src/utils.c: is_next_mbs(): changed the size of temporary
2669 multibyte array to MB_CUR_MAX.
2670 strdup_mbstowcs(): added error check to mbstowcs().
2671 strdup_wcstombs(): added error check to wcstombs().
2672 * src/addr_compl.c: get_address_from_edit(): made it check the
2673 return value of strdup_mbstowcs().
2674 * src/codeconv.c: conv_encode_header(): added error checking
2675 to strdup_mbstowcs().
2679 * src/utils.c: log_error(): changed g_error() to g_warning() so
2680 that it doesn't abort.
2682 * src/addr_compl.c: add_address(): fixed a bug that aborted the
2683 program if the name or the address is empty.
2684 get_address_from_edit(): supported multibyte characters.
2685 * configure.in: fixed a typo.
2686 * src/send.c: re-enabled user-defined SMTP port setting.
2692 * configure.in: added --enable-gpgme option, and disabled GPGME
2694 * made GPGME related members in MimeInfo not used if disabled.
2695 * src/rfc2015.c: some cleanups for warning.
2699 INSTALL.jp: updated.
2700 * Makefile.am: modified bzip2 option.
2704 * src/procmime.[ch]: added MIME_APPLICATION_OCTET_STREAM to
2706 * src/mimeview.c: mimeview_view_file(): made it do nothing if
2707 the MIME type is application/octet-stream.
2708 * src/folderview.c: folderview_update_all(): made it show modal
2709 dialog while updating folders.
2710 * src/folderview.c: folderview_update_all(): fixed a bug that
2711 didn't remove the dialog.
2715 * src/mimeinfo.c: merged the patch from John E.P. Hynes that
2716 launches the attached file using metamail (thanks!).
2717 * src/procmime.[ch]: added procmime_get_tmp_file_name().
2719 src/addr_compl.[ch]: merged the patch from Alfons Hoogervorst
2720 that enables address completion in the address entry on the
2721 composition window (thanks!).
2722 * src/addr_compl.c: get_all_addresses(), read_address_book():
2723 modified so that it uses xml_free_tree() for freeing the address
2728 * src/utils.c: remove_dir_recursive(): fixed a bug that failed to
2729 remove the current directory (thanks to Maki).
2730 * src/summary_search.c: added `Select all matched' option to the
2731 search dialog (thanks to Takahashi).
2732 * src/pixmaps/stock_mail_attach.xpm
2733 src/pixmaps/tb_address_book.xpm
2734 src/compose.c: added some toolbar icons contributed from
2735 Leandro Pereira (thanks!).
2739 * src/rfc2015.c: passphrase_cb(): *finally* fixed a bug that caused
2740 segmentation fault when the passphrase dialog was cancelled.
2741 Hided the passphrase in the debug message.
2742 * src/about.c: about_create(): fixed a bug that failed to compile
2743 when none of the features were used.
2744 * src/foldersel.c: foldersel_set_tree(): made it display all
2746 * src/inc.c: inc_start(): fixed a bug that showed password dialog
2747 continuously if it was cancelled.
2748 * src/summaryview.c: summary_write_cache(): put an assertion after
2749 folder_item_get_cache_file() to prevent the crash.
2750 * thanks to Maki for the above four fixes.
2751 * src/utils.h: added #include <alloca.h>.
2755 * src/rfc2015.c: changed some g_message() used for error messages
2760 * src/procmsg.[ch]: modified READ_CACHE_DATA() macro so that
2761 it can handle a string data of which length >= BUFFSIZE.
2762 * src/rfc2015.c: rfc2015_encrypt(): changed return to `goto failure'.
2763 * src/pixmaps/stock_mail_receive_all.xpm
2764 src/pixmaps/stock_mail_reply_to_all.xpm
2766 src/mainwindow.c: main_window_toolbar_create(): added new toolbar
2767 icons contributed from David Mehrmann (thanks!).
2768 * src/inc.[ch]: overhauled the architecture so that it don't create
2769 and destroy progress dialog for each incorporation in `get all'
2774 * src/mh.c: mh_scan_tree_recursive(): fixed a bug that mistook
2775 sub folders named `inbox', etc. as special folders.
2776 * src/rfc2015.c: rfc2015_encrypt(): fixed a bug that didn't quote
2781 * applied the GnuPG patch from Werner Koch (thanks!).
2782 * removed Mixmaster support.
2783 * src/rfc2015.c: changed g_error() to g_warning() and modified some
2785 * src/about.c: about_create(): modified compiled-in features list.
2789 INSTALL.jp: updated.
2790 * src/select-keys.c: create_dialog(): modified the layout.
2791 * src/headerwindow.c
2793 src/logwindow.c: made it raise the window if the window is already
2795 * src/prefs_common.[ch]: added an option for immediate execution.
2796 * src/summaryview.c: made it execute immediately when messages are
2797 moved or deleted if immediate_exec option is turned on.
2798 * src/summaryview.c: summary_delete(), summary_move_selected_to():
2799 moved summary_step() before summary_execute().
2800 * src/folderview.c: folderview_update_all(): made it scan folder
2802 * src/compose.c: compose_write_headers(): made it don't add
2803 In-Reply-To header if to_list is empty.
2805 2001-01-09 Werner Koch <wk@gnupg.org>
2807 * configure.in, acconfig.h: Check for GPGME.
2808 * ac/: New directory for local autoconf macros.
2809 * src/Makefile.am: Add support for GPGME
2811 * src/main.c (idle_function_for_gpgme): New.
2812 (main): Register this function.
2814 * src/about.c: Add a note about GPGME.
2816 * src/rfc2015.c, rfc2015.h: New.
2818 * src/mimeview.c (mimeview_show_message): Check signature.
2819 * src/procmime.c (procmime_scan_message): Ditto.
2821 * src/messageview.c (messageview_show): Add decryption stuff.
2823 * src/compose.c (compose_write_to_file): Encrypt the file if requested.
2824 (compose_toggle_encrypt_cb): New
2825 (compose_toggle_mixmaster_cb): New, just to be prepared for
2827 (compose_write_headers): Suppress some headers in mixmaster mode.
2829 * src/prefs_common.c (prefs_common_create): Add Privacy notebook sheet.
2830 (prefs_privacy_create): New. Also some new structures etc.
2831 * src/compose.c (compose_create): Set encrypt button to prefs default.
2832 * src/compose.h (struct _Compose): Add use_encryption, use_mixmaster.
2834 * src/compose.c (compose_send): Add missing unlock before one return.
2838 * src/gtksctree.[ch]
2840 src/summaryview.[ch]: applied the patch from Hiramatu that enables
2841 DnD from the summary view to the folder view and fixes some other
2843 * src/mainwindow.c: scan_tree_func(): fixed a bug that caused
2845 * src/imap.c: quoted user name in LOGIN and folder name in SELECT.
2846 * src/gtksctree.c: gtk_sctree_button_press(): fixed a bug that
2847 didn't toggle expansion of node.
2851 * src/imap.c: applied the patch from Nishimura that updates the
2852 message list more precisely and reads the message flags (thanks!).
2853 * src/textview.c: textview_show_header(): made X-Newsreader field
2855 * src/summaryview.c: summary_show(): made it flush events when
2860 * src/summaryview.c: applied the patch from Alfons that enabled
2861 the horizontal scrollbar of summary view (thanks!).
2865 * src/compose.c: compose_cb(): fixed a bug that didn't open the
2866 composition window right after launching the program.
2867 * src/setup.c: scan_tree_func(): fixed a bug that caused
2874 * src/textview.c: textview_set_font(): fixed a bug that caused
2875 segmentation fault if the mode of the text widget was changed
2876 between multibyte and singlebyte while the region was selected
2882 src/summaryview.c: made it unable to delete or move messages when
2884 * src/prefs_common.c
2885 src/news.c: added the option for maximum news article number.
2889 * src/compose.c: compose_send(): changed the location of temporary
2890 file. Made it use the default account if all of tried account
2891 aren't mail one, and made it show alert dialog and abort when even
2893 * src/prefs_account.c: prefs_account_get_new_id(): made it preserve
2895 prefs_account_open(): made it fill in personal information
2896 according to the default account when creating a new account.
2897 * sylpheed.spec.in: added to autogenerate sylpheed.spec with the
2898 proper version number (thanks to BONAIM).
2900 Makefile.am: added entries for sylpheed.spec.in.
2904 * src/compose.[ch]: modified so that it can change account
2906 * src/send.[ch]: modified so that it doesn't see cur_account.
2907 * src/prefs_account.c: modified so that news setting doesn't
2908 show SMTP server entry.
2912 * src/folderview.c: fixed a bug that didn't sort special folders
2913 correctly when a new folder is created or renamed.
2917 * src/compose.[ch]: enabled to select account at composing window.
2918 * src/folderview.c: made it display unread number next to folder
2920 * src/prefs_common.[ch]: added the option for unread number display.
2924 * src/compose.[ch]: integrated news posting patch from DINH V. Ho`
2925 and made many modifications (thanks!).
2926 compose_write_headers(): made the spaces in newsgroups removed.
2927 Supported Followup-To.
2928 compose_destroy(): got the objects removed properly.
2929 * src/news.c: merged news_post_to_group() and news_post() since
2930 they doesn't have to do multiple posting.
2931 * src/import.c: import_destsel_cb(): fixed a bug that failed to
2932 import into the selected folder.
2933 * src/prefs_account.c: modified the interfaces.
2938 prefs_common.c: changed "SHIFT-JIS" to "Shift_JIS" since the
2939 string is registerd to IANA.
2940 * src/nntp.[ch]: added nntp_post().
2941 * src/news.[ch]: added news_post() and news_post_to_group().
2945 * src/account.c: account_edit_open()
2946 src/mainwindow.c: new_account_cb(): made it unable to edit
2947 accounts if some composing windows are open.
2951 * src/folder.[ch]: added folder_set_name().
2952 * src/account.c: made a folder name of IMAP4/NNTP become the same
2953 as the name of account.
2957 * src/summaryview.c: summary_filter_func(): fixed a bug that failed
2964 * src/mbox.c: fixed a bug that didn't incorporate spool file
2965 correctly. Modified so that it recognizes From_ line as separator
2966 of messages even if the previous line isn't empty line.
2967 * src/send.c: send_message_queue()
2968 src/procmsg.c: procmsg_send_queue(): Fixed a bug that printed
2969 warning when it tried to delete a sent message.
2976 src/news.[ch]: modified so that it actually gets news articles.
2977 * src/utils.[ch]: added make_dir_hier() that creates directory
2980 folder_item_get_cache_file(), folder_item_get_mark_file():
2981 made it creates cache directory if it doesn't exist.
2982 folder_add(): made it insert the added folder into the correct
2984 * src/imap.[ch]: modified so that it suits the new folder
2985 architecture. Fixed a bug that caused segmentation fault
2986 if authentication failed at imap_auth().
2987 * src/folderview.c: implemented IMAP4 folder handling routines.
2991 * src/prefs_account.[ch]: added account ID and nntp_server
2992 to PrefsAccount. And added the interface for NNTP server.
2993 * src/folderview.c: modified news folder handling routines.
2994 * src/folder.[ch]: removed cache_dir from RemoteFolder, and
2995 modified folder_item_get_path().
2999 * src/folder.[ch]: added create_folder(), rename_folder(),
3000 remove_folder() to Folder class.
3001 * src/mh.[ch]: added mh_create_folder(), mh_rename_folder(), and
3003 Implemented mh_create_tree() that creates MH directory tree.
3004 mh_rename_folder(): modified so that the paths of sub folders
3006 * src/folderview.c: modified folderview_new_folder_cb(),
3007 folderview_rename_folder_cb(), and folderview_delete_folder_cb()
3008 so that they work properly.
3009 Added folderview_remove_mailbox_cb() and the menu entry that
3010 remove mailbox from folder tree.
3011 * src/setup.[ch]: added for initial setup.
3012 * src/alertpanel.c: modified the appearance of the dialog.
3013 * src/compose.c: fixed compose_save_to_outbox() and
3014 compose_queue() so that it sets flags correctly.
3018 * src/mainwindow.c: modified the strings of toolbar labels.
3022 * src/gtkutils.[ch]: added gtkut_ctree_node_move_if_on_the_edge().
3023 * src/summaryview.c: summary_display_msg(): made it scroll the
3024 list if the message of the edge of that is displayed.
3029 src/mh.[ch]: added functions for moving messages.
3030 * src/procmsg.[ch]: moved procmsg_move_messages_with_dest()
3031 to folder.c and mh.c. Added procmsg_to_folder_hash_table().
3035 * src/utils.[ch]: added get_tmp_file().
3038 src/folder.c: fixed a bug that failed to drop messages.
3039 * src/mh.c: mh_scan_folder(): made it check new, unread, and total
3040 number of the folder.
3044 * src/folderview.c: added special folder setting routine.
3045 * src/folder.[ch]: added a method is_msg_changed().
3046 Implemented folder_find_item_from_path().
3047 * src/summaryview.c: fixed some bugs that wrongly freed FolderItem's.
3048 * autogen.sh: fixed so that the configure can take arguments.
3053 src/mainwindow.[ch]: added main_window_new_mailbox() that asks
3054 the path of mailbox and create the one.
3055 * src/folderview.c: made the folder tree and selected folder
3061 src/folder.c: implemented mh_scan_tree() that scans the folder
3062 recursively and create the tree.
3082 src/summaryview.[ch]
3084 src/Makefile.am: merged the development tree into the cvs tree.
3085 Some functions are not unimplemented yet.
3093 * src/xml.[ch]: supported omitted tag (<tag />).
3094 * src/procmsg.c: procmsg_msg_exist(): fixed a memory leak bug.
3095 * src/imap.c: imap_parse_atom(): fixed a bug that caused
3096 segmentation fault if the subject was empty (thanks to Tsutsui).
3097 * src/folder.[ch]: updated.
3101 * src/xml.[ch]: added xml_parse_file() that parses the whole XML
3102 file specified and returns the tree.
3106 * po/pt_BR.po: fixed some typos that caused segmentation fault.
3112 * src/session.h: added.
3113 * src/folder.[ch]: updated.
3114 * src/compose.c: compose_write_to_file()
3115 src/codeconv.c: conv_get_outgoing_charset_str(): fixed a bug
3116 that put a garbage to charset if the outgoing character set was
3117 specified and non-ascii characters were used in subject.
3121 * src/statusbar.c: statusbar_puts(): fixed a bug that locked the
3122 progress if the status bar was hidden.
3126 * src/folder.[ch]: added for the more object-oriented folder
3134 src/prefs_common.[ch]: made the state of status bar get preserved.
3135 * src/compose.c: compose_insert_sig(): modified so that it doesn't
3136 put a separator if a signature file doesn't exist.
3137 * src/prefs_account.[ch]
3138 src/inc.c: added the option that toggles whether to receive
3139 messages when getting from all accounts.
3141 README.jp: updated the description and added some usages.
3147 src/compose.[ch]: applied the patches from Alfons Hoogervorst
3148 that makes the ruler of composition window graphical (thanks!).
3154 src/prefs_common.c: replaced CS_WINDOWS_1251 with CS_CP1251.
3160 * src/compose.c: turned the color of quoted messages black again.
3164 * src/about.c: added a clickable URI to the Sylpheed home page,
3165 and a list of compiled-in features.
3166 * src/compose.c: made the color of quoted messages blue.
3167 * src/summaryview.c: added `Show all header' to the context menu.
3168 * src/prefs_common.c: removed the threading option from the dialog.
3169 * src/compose.c: fixed a bug that didn't parse the quotation format
3174 * src/compose.c: compose_set_ext_editor_sensitive(): modified so
3175 that it toggles linewrap menu item and tool button.
3176 * src/prefs_common.c: modified the default of the signature
3178 * src/compose.[ch]: added ruler to the compose window.
3179 * src/prefs_common.[ch]: added a member for the state of ruler
3184 * src/headerview.[ch]: added the destroy function.
3185 * src/messageview.c: messageview_destroy(): fixed a memory leak
3186 bug that didn't freed the HeaderView object.
3187 * src/prefs.c: prefs_write_open(): fixed a memory leak bug.
3188 * src/xml.c: xml_close_file(): fixed a memory leak bug (thanks
3189 to Alfons Hoogervorst for the above three memory leak bug fixes).
3198 INSTALL.jp: modified some descriptions.
3202 * src/compose.c: implemented line-wrapping functions.
3203 * src/prefs_common.[ch]: added the settings for line-wrapping.
3204 * src/codeconv.[ch]: added Windows-1251 to the codesets.
3205 conv_jistoeuc(): fixed a bug that caused segmentation fault
3206 when some half-width kana characters appeared.
3207 * src/summaryview.c: summary_select_all(): made it show message
3208 on the status bar if the number of messages is large.
3212 * src/compose.c: compose_reply(), compose_quote_parse_fmt():
3213 modified so that it parses the quotation mark too.
3214 Added %I that means the initial of sender to the format.
3215 * src/codeconv.[ch]: added GB2312 and Big5 to the codesets.
3216 Fixed a bug that set the wrong outgoing codeset.
3218 src/prefs_common.c: modified the menu item of Chinese codeset.
3223 src/prefs_common.[ch]: modified so that outgoing charset is
3224 saved as a string, not a number.
3228 * src/textview.c: textview_set_font(): changed the scheme of
3229 selecting between font and fontset. And changed the default
3231 * src/headerview.c: headerview_show_xface(): made it ignore
3233 * src/codeconv.c: conv_codeset_strdup(), conv_get_code_conv_func():
3234 modified so that it consider the source codeset as ISO-2022-JP if
3235 it is NULL and the current locale is Japanese.
3239 * src/textview.c: textview_destroy(): fixed a bug that caused
3240 segmentation fault if textview->msgfont is NULL (thanks to
3243 src/defs.h: applied the patch from Yanase that enables to
3244 save the shortcuts of the menus (thanks!).
3248 * src/mainwindow.[ch]: added main_window_set_menu_sensitive() that
3249 toggles the sensitivity of menu items.
3250 * src/summaryview.c: renamed summary_set_popup_sensitive() to
3251 summary_set_menu_sensitive(), and made it set the sensitivity of
3256 * src/textview.c: textview_init(): fixed a bug that didn't disable
3257 the theme engine of GtkText (thanks to Hiramatu).
3258 * src/compose.c: compose_quote_parse_fmt(): added %n and %N that
3259 means the full name of sender and the first name.
3260 * manual/ja/*.??ml: updated to the latest version.
3266 * src/defs.h: separated the definitions from main.h and applied the
3267 patch from TOGAWA that sets DEFAULT_SPOOL_PATH and MAXPATHLEN
3268 from the system headers (thanks!).
3269 * src/codeconv.c: conv_get_current_charset(): fixes for lt_LT and
3271 * src/textview.c: textview_set_font(): modified so that it sets
3272 the correct font when the locale is multi-byte.
3273 textview_destroy(): added proper codes for destruction.
3274 textview_show_header(): fixed the coloration of X-Mailer.
3278 * src/textview.[ch]: made TextView have single-byte and multi-byte
3279 GtkText, and switch between them according to the given codeset.
3280 * src/compose.c: compose_create(): modified the font setting
3285 * src/textview.[ch]: moved the message font variable into TextView.
3286 textview_set_font(): modified so that it uses gdk_font_load()
3287 if the given codeset is US-ASCII or ISO-8859-*.
3295 src/compose.c: workaround for the 8bit code issue (used
3296 gdk_font_load() instead of gdk_fontset_load() when the locale is
3303 * src/compose.[ch]: added `Draft' tool button.
3304 * src/imap.c: imap_parse_envelope(): fixed a parsing bug.
3305 * README, README.jp: added the explanation of the locale setting.
3309 * src/compose.c: made it overwrite the previous draft message when
3310 reedited the draft and saved it again.
3311 * src/procmsg.[ch]: added procmsg_msg_exist() that examine whether
3312 the message really exists.
3313 * src/folderview.[ch]: added folderview_scan_folder_a() and
3314 folderview_scan_folder_foreach_a() that scan the specified
3315 folders for each folderviews.
3316 * src/mainwindow.[ch]: removed main_window_scan_folder() and
3317 main_window_scan_folder_all().
3318 Added `Reedit' to the menu.
3319 * src/import.[ch]: removed MainWindow from the argument of
3321 * src/summaryview.c: removed the unnecessary items from the popup
3322 menu. Changed summary_reedit_cb() to summary_reedit(), and made
3327 * src/compose.h: added a member msginfo to Compose.
3328 * src/procmsg.[ch]: added procmsg_msginfo_copy() that duplicates
3333 * src/summaryview.c: made the the popup menu change the sensitivity
3334 according to the context. Fixed a bug that showed the `clean trash'
3335 dialog repeatedly if `D' key was pressed when the focus was on the
3337 * src/pixmaps/unread.xpm: changed the color of unread mark to blue.
3341 * src/main.c: fixed g_thread initialization.
3345 * src/codeconv.c: added pt_BR to locale_table.
3346 * src/prefs_common.c: prefs_send_create(): added `US-ASCII',
3347 `ISO-8859-1', and Japanese codeset to the option menu of outgoing
3348 codeset when not using libjconv.
3349 * src/compose.c: fixed the bug on saving draft again.
3353 * src/compose.c: compose_write_headers(): fixed a bug that failed
3354 to write headers if To: was empty when saving draft.
3360 src/headerwindow.[ch]
3362 src/messageview.[ch]
3366 src/procheader.[ch]: modified so that they can handle queue folder
3369 src/summaryview.c: implemented draft-reediting function.
3372 src/mimeview.c: replaced *(GtkWidget **) with the macro
3377 * src/procmsg.[ch]: procmsg_msginfo_free(): fixed a memory leak bug.
3378 Added MSG_QUEUED and MSG_DRAFT to MsgFlags, and made it set them
3379 if the folder is QUEUE_DIR or DRAFT_DIR.
3386 src/messageview.c: modified the border of the headerview.
3387 * src/gtkutils.h: added the macro GTK_WIDGET_PTR() that casts
3388 an Sylpheed object to GtkWidget.
3389 * src/utils.c: remove_return(), remove_space(): fixed a bug that
3390 possibly caused segmentation fault.
3393 src/summaryview.c: implemented `forward as an attachment'.
3394 * src/utils.[ch]: open_uri(): brought on URI opening function from
3395 textview.c and manual.c.
3402 src/prefs_common.[ch]: removed `Reply with quote', and added
3403 `Reply to all', and added the option that decides whether to
3404 quote message on replying.
3408 * src/folderview.c: modified so that it uses gtkut_wait_for_draw()
3409 instead of GTK_EVENTS_FLUSH() for statusbar redraw.
3412 src/prefs_common.c: added Baltic (ISO-8859-4,13) to the code sets.
3413 * src/compose.c: compose_send(): modified so that it shows error
3414 dialog when failed to send a message.
3418 * src/account.c: account_edit_close(): fixed a bug that didn't set
3419 current account when creating an account for the first time.
3420 * configure.in: added es to ALL_LINGUAS.
3424 * src/codeconv.c: conv_codeset_strdup(): made it use libkcc if
3426 conv_get_code_conv_func(): modified so that it doesn't convert
3427 codeset if it is unknown.
3428 * src/folderview.c: folderview_update_msg_num(): modified style
3433 * src/codeconv.c: conv_codeset_strdup(): modified so that it sets
3434 codesets automatically if the arguments are NULL.
3435 * src/textview.c: textview_write_line(): made it output warning
3436 message on the text view if conversion failed.
3440 * README, README.jp: modified the author of the manual.
3444 * src/headerview.[ch]
3445 src/messageview.[ch]: modified so that it uses GtkLabel widget
3447 * src/codeconv.c: conv_unmime_header(): modified so that it deletes
3448 unreadable codes if the current locale is EUC-JP and libjconv is
3456 src/textview.c: modified so that it parses MIME message more
3458 * src/imap.c: imap_parse_address(): fixed a bug.
3462 * src/procmsg.[ch]: added procmsg_get_message_file_path().
3463 * src/recv.c: recv_bytes_write(): added CR+LF -> LF conversion
3465 * src/imap.[ch]: changed the name of the member `group' in
3466 IMAPSession to `mbox'.
3467 imap_gen_send(): modified so that it doesn't output the password
3469 Modified session destroying routine.
3470 * src/folderview.c: folderview_write_cache(): made it preserve
3471 the IMAP folder list.
3472 * src/procmime.c: procmime_scan_multipart_message(): fixed a bug
3473 that showed boundary at the end of an attached RFC822 part.
3474 * src/prefs_common.c: changed the default of toolbar style to
3479 * src/imap.c: imap_get_uncached_messages(): modified so that it
3480 doesn't get the cached envelopes.
3481 imap_session_get_message_info(): made it read only the cache
3482 if the session is not established.
3483 * src/procmsg.c: procmsg_set_flags(): supported IMAP folder.
3484 * src/news.c: news_get_article_info(): made it read only the cache
3485 if the session is not established.
3489 * src/textview.c: textview_write_line(): fixed a memory leak bug.
3490 * src/folderview.[ch]: made it create IMAP4 folders from the
3491 account information.
3492 * src/imap.[ch]: imap_session_get(): modified so that it creates
3493 IMAP4 session from the account information.
3497 * src/imap.[ch]: added for IMAP4 support.
3498 * src/summaryview.[ch]
3500 src/recv.[ch]: modified for IMAP4 support.
3501 * src/folderview.c: more IMAP4 implementation.
3502 * src/procmsg.[ch]: added procmsg_get_message_file() that retrieves
3503 the specified message and return the file name.
3504 * src/gtkutils.c: gtkut_widget_wait_for_draw(): fixed a bug that
3505 locked up the process if the given widget was invisible.
3509 * src/folderview.[ch]: added IMAP4-related code.
3515 * src/main.h: added IMAP_CACHE_DIR.
3516 * src/utils.[ch]: added get_imap_cache_dir().
3517 * src/procmsg.h: added M_IMAP to MsgType, and MSG_IMAP to MsgFlags.
3518 Added macro MSG_IS_IMAP().
3519 * src/codeconv.c: added `#include <locale.h>' for setlocale().
3520 * sylpheed.spec: fixed %files section.
3526 * src/codeconv.c: conv_get_current_charset(): made it compare
3527 string with strncasecmp().
3528 * src/compose.c: comopse_reply_parse_header(): workaround for
3529 the malformed References: header generated by OE5 :(
3533 * src/prefs_common.c
3534 src/prefs_account.c: modified the layout of the widgets.
3540 * src/*.[ch]: added copyright notice to the top of the source files.
3541 * src/compose.c: compose_write_attach(): modified filename encode
3546 * src/mainwindow.c: fixed the menu entry of manual.
3548 src/codeconv.[ch]: moved compose_encode_header() into codeconv.c,
3549 and applied the libjconv patch.
3550 * src/utils.c: strdup_mbstowcs(), strdup_wcstombs(): used g_realloc()
3551 to reduce the alloc'd memory to the optimal size.
3552 * src/prefs_common.[ch]: added outgoing codeset option menu.
3553 * src/compose.c: compose_send(): added exclusive lock to prevent
3555 * configure.in: made '--enable-ipv6=no' the default.
3556 * src/compose.c: compose_write_attach(): made it encode the name
3557 of the attached file.
3558 * src/procmsg.c: procmsg_get_last_message_number(): fixed a bug that
3559 didn't check the type of file.
3560 procmsg_move_messages_with_dest(): fixed a bug that failed to
3561 move message if a directory that had the same name existed.
3562 * src/utils.c: is_ascii_str(): modified so that '\t', ' ', '\r', '\n'
3563 are included as ASCII characters.
3568 src/procmime.[ch]: modified so that it actually works when using
3570 * src/codeconv.[ch]: added conv_codeset_strdup() that converts
3571 the codeset of string according to the codeset specified in
3573 * src/utils.[ch]: added is_ascii_str() that determines whether the
3574 string is 7bit-ASCII or not.
3576 src/codeconv.[ch]: moved the character set related functions
3578 * merged the patch and the manual written by BONAIM (thanks!).
3588 src/unmime.[ch]: applied the patch from Higuchi that utilizes
3589 libjconv and enables to handle many locales, including UTF-8
3590 (Unicode) (thanks!).
3591 * src/account.c: modified so that the account isn't changed when
3592 another account is selected on account edit dialog.
3596 * src/prefs_common.[ch]
3597 src/textview.c: added an option that specifies whether to display
3598 short headers on message view.
3599 * src/codeconv.[ch]: added function conv_unmime_header() that
3600 decodes MIME-encoded header and converts the character set.
3601 And added conv_unreadable_latin(), and modified conv_latintodisp().
3602 * src/messageview.[ch]: made the window get closed when escape key
3607 * src/imageview.c: fixed a bug that caused segmentation fault if
3608 message view was in new window.
3609 * src/prefs_common.c: added `xemacs %s' to the external editor
3616 * src/summaryview.c: enabled to open a new message window with
3618 * src/prefs_common.[ch]
3619 src/messageview.c: made it preserve the window size of message
3621 * src/prefs_account.c: added `None (local)' to the option menu of
3626 * Makefile.am: added autogen.sh to EXTRA_DIST.
3630 * src/prefs_common.c: applied the patch from Paul Rolland that
3631 enables font selection dialog (thanks!).
3633 src/utils.[ch]: moved tzoffset() and compose_get_date() of
3634 compose.[ch] into utils.[ch].
3635 * src/main.[ch]: renamed the name of filter file to `filterrc'.
3640 src/utils.[ch]: modified address parsing routine so that it
3641 parses quotes correctly.
3642 * src/textview.c: textview_show_part(): modified so that it shows
3643 the simplified headers if the part is text/plain.
3647 * src/messageview.[ch]
3648 src/summaryview.[ch]
3649 src/mainwindow.c: enabled to open a message in new window.
3650 * src/messageview.[ch]
3653 src/imageview.[ch]: added destroy function, and modified the
3654 key handling routines.
3658 * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug that
3659 caused segmentation fault (thanks to KUROSAWA).
3660 * src/alertpanel.c: modified so that the focused button is
3664 src/folderview.c: modified so that the order of the buttons of
3665 alert panel will be `Yes', `No'.
3669 * src/utils.[ch]: added execute_async() and execute_command_line()
3670 that execute command line using execvp().
3673 src/procmsg.c: replaced system() with execute_command_line()
3675 * src/procmsg.c: turn back to system().
3676 * src/utils.c: modified execute_command_line().
3680 * src/mainwindow.c: main_window_get_size(): modified so that it
3681 doesn't update the height of SummaryView if MessageView is
3683 * src/compose.[ch]: applied the patch from NAKAGAWA that fixes some
3684 probrems of external editor handling (thanks!).
3686 src/procmime.[ch]: applied the patch from Hiramatu that make it
3687 supports Content-Transfer-Encoding: x-uuencode (thanks!).
3692 src/prefs_common.[ch]: implemented the external editor faculty.
3693 * src/compose.c: compose_attach_property(): fixed some bugs on
3694 changing the property of attached file.
3695 * src/compose.c: fixed some bugs of external editor functions.
3702 src/prefs_common.[ch]
3703 src/summaryview.c: applied the patch from Paul Rolland that
3704 restores the size of widgets when restarting (thanks!).
3706 src/prefs_common.[ch]
3707 src/summaryview.c: applied the patch from Paul Rolland that saves
3708 the width of CTree columns (thanks!).
3712 * src/headerview.c: modified the height of HeaderView.
3713 * src/textview.c: textview_show_part(): made it process the message
3714 as normal text if it is single-part RFC822 message.
3716 src/summaryview.c: some changes around the key handling.
3717 * src/prefs_common.[ch]: substituted the word `assort' with `filter'.
3721 * src/codeconv.[ch]: added conv_latintodisp() for ISO-8859-1 support.
3722 * src/procheader.c: procheader_get_one_field(): fixed a bug that
3723 caused segmentation fault if the first line of the file is space
3724 or tab (thanks to Hiramatu).
3725 * src/mimeview.c: mimeview_drag_data_get(): modified so that the
3726 filename doesn't include G_DIR_SEPARATOR (thanks to Hiramatu).
3727 * src/prefs_account.c
3728 src/prefs_common.c: modified the dialog size.
3729 * src/prefs.c: made the dialog window growable.
3735 * configure.in: removed unnecessary AC_CHECK_FUNC(gettext) that
3736 caused the failure of the detection of libintl.
3738 src/prefs_common.c: implemented `not contain', and modified for
3740 * src/imageview.c: changed alertpanel_error() to g_warning() so that
3741 it doesn't grab mouse events.
3742 * src/compose.[ch]: added compose_list that holds the list of
3743 Compose objects, and added the function compose_get_compose_list().
3746 src/summaryview.c: made it confirm if composing message exists.
3750 * src/compose.c: compose_reply_set_entry(): fixed a bug that caused
3751 segmentation fault when trying to reply the message in the queue
3752 folder (thanks to Kotobuki).
3753 compose_attach_property(): modified the property dialog routine
3754 so that it can handle input error.
3755 * src/mimeview.c: applied the patch from Hiramatu that enables
3756 the drag 'n drop from MimeView (thanks!).
3757 * src/headerview.[ch]
3759 src/procmsg.h: applied the patches for X-Face support from
3760 HIROSHIMA (thanks!).
3764 * src/compose.c: compose_attach_property(): modified so that the
3765 property dialog can actually change the property of attached file.
3770 src/Makefile.am: updated for gdk_imlib.
3771 * added AUTHORS and NEWS.
3774 src/Makefile.am: modified so that configure auto-detects gdk-pixbuf
3775 and gdk_imlib library. And fixed a bug on IPv6 detecting.
3776 * src/imageview.c: supported gdk-pixbuf.
3780 INSTALL.jp: added the mention about built-in image view.
3781 * configure.in: modified so that configure can disable gdk-pixbuf
3782 or/and gdk_imlib library.
3786 * src/imageview.[ch]
3788 src/messageview.[ch]
3789 src/mimeview.[ch]: applied the patches from HIROSHIMA that enables
3790 to display image (thanks!).
3796 * src/summaryview.c: summary_assort_func(): modified to avoid
3797 `not receive' setting.
3801 * src/filesel.c: applied the patch from HIROSHIMA that makes it
3802 remember previous directory when opening the dialog (thanks!).
3803 * src/summaryview.[ch]: added a function summary_redisplay_msg().
3804 * src/mainwindow.c: set_charset_cb(): made it redisplay the message
3805 that is currently shown when the character set is changed.
3809 src/filter.h: applied the patch from Tanaka that enables not to
3810 receive specified messages according to the sorting rule (thanks!).
3814 * src/procmsg.[ch]: added MSG_MIME to the type MsgFlags. And modified
3815 so that it handles MSG_MIME flag, and it scans uncached messages
3816 when cache reading failed even if it is specified not to scan
3818 * src/procheader.c: procheader_parse(): added the determination of
3819 multipart MIME message.
3820 * src/main.h: increased CACHE_VERSION.
3821 * src/summaryview.[ch]: added the `MIME' column that shows whether
3822 a message is multipart or not.
3823 * src/prefs_common.[ch]: added the `MIME' column to the setting of
3825 * added src/pixmaps/clip.xpm.
3827 src/procmsg.[ch]: modified so that it prompts the print command
3832 * src/folderview.c: folderview_create()
3833 src/summaryview.c: summary_create():
3834 src/addressbook.c: addressbook_create(): set the expander style of
3835 CTree to GTK_CTREE_EXPANDER_SQUARE.
3836 * src/compose.c: modified the interface of property dialog.
3840 * src/compose.c: added property dialog for attached file.
3844 * src/procmsg.[ch]: added a function procmsg_print_message() that
3845 prints the given message.
3846 * src/summaryview.c: summary_print(): modified so that it prints
3847 all selected messages.
3848 * src/folderview.c: folderview_select_node(): fixed a bug that
3849 didn't focus on folder tree if inbox was empty when incorporating.
3855 * src/prefs_commmon.[ch]: added `Other' tab and an option for
3856 printing. And moved external browser option to there.
3858 src/summayview.[ch]: added print menu and implemented print
3863 * src/prefs_account.c: made the default value of smtp_server to
3865 * src/folderview.c: folderview_update_msg_num(): modified so that
3866 it doesn't emphasize trash folder even if it has new or unread
3871 * src/filesel.c: filesel_select_file(): (perhaps) fixed a bug that
3872 caused segmentation fault when file selection dialog was closed
3873 and other dialog was open immediately.
3877 * src/compose.c: compose_encode_header(): fixed a bug that caused
3878 infinite loop if wctomb() failed.
3884 * src/mimeview.c: enabled to open an attached file with double click
3885 and popup menu. And cleaned up the code.
3886 * src/procmime.[ch]: added a function procmime_get_part() that
3887 saves the part of multipart message.
3893 src/prefs_common.[ch]
3895 src/utils.[ch]: applied a patch that enables to launch attached
3896 image, audio, and HTML file (thanks to Hashimoto).
3897 * src/filter.c: filter_match_condition(): fixed a bug that caused
3898 segmentation fault if the body of specified filter is NULL. And
3899 made the filter considered as being matched on that case.
3903 * src/summaryview.c:
3904 summary_save_as(): fixed a bug that unabled to save news articles.
3905 summary_display_msg(): added exclusive lock to prevent it from
3906 reading another news article while it is already processing one.
3907 * src/gtkutils.[ch]: added gtkut_widget_wait_for_draw() that waits
3908 the draw signal to be emitted.
3910 main_window_cursor_wait()
3911 main_window_cursor_normal(): added gdk_flush() to change cursor
3914 libkcc/Makefile.am: added EXTRA_DIST for `make dist'. And added
3915 a target `release' to Makefile.am.
3919 * src/socket.c: supported IPv6.
3921 acconfig.h: added checking for IPv6.
3922 * prefs_common.c: changed the default of toolbar_style to icon only.
3926 * initial cvs import.
3927 * updated README and README.jp.
3933 * src/procmime.[ch]: modified the structure of MimeInfo so that it
3934 can be handled as a node of tree.
3935 Added procmime_mimeinfo_free_all() that frees all of the MimeInfo
3937 Added procmime_get_text_part() that scans a message and gets a text
3939 * src/mimeview.c: divided mimeview_scan_multipart_message() into
3940 procmime_scan_multipart_message() and mimeview_set_multipart_tree().
3941 * src/compose.c: compose_quote(), compose_forward():
3942 made it quote the text part of multipart message properly.
3943 Made it preserve the size of Compose window.
3944 * src/prefs_common.[ch]: added compose_width and compose_height to
3946 * src/textview.c: textview_show_part(): some code cleanups.
3947 * src/codeconv.[ch]: added a function conv_get_code_conv_func().
3953 * src/codeconv.[ch]: fixed a bug that showed garbage characters if
3954 the return code of the message was CR+LF. And added
3956 * src/summaryview.c: summary_attract_by_subject(): made it move
3957 the current view point to the selected row when executed.
3958 * src/textview.c: textview_show_part(): modified the character set
3959 determination routine.
3960 * src/folderview.c: folderview_update_msg_num(): fixed a bug that
3961 caused segmentation fault if boldfont was NULL.
3962 * src/compose.c: compose_create(): made it sets itself as the target
3963 of addressbook on window creation.
3967 * src/compose.c: compose_send(): fixed a bug that didn't save
3968 queued message to outbox when failed to send the message (thanks
3973 * src/inc.[ch]: modified so that it changes error message dialog
3974 depending on the results.
3978 * src/mainwindow.c: main_window_create(): set usize of account
3979 button on the status bar to 1 so that it doesn't get expanded
3980 more than necessary.
3981 * src/account.[ch]: account_foreach(): made it abort the iteration
3982 if the function returns nonzero.
3984 src/pop.c: modified so that it shows error message dialog if the
3985 message processing is failed.
3991 * src/mainwindow.c: made it popup account selection menu when
3992 account tool button or account status bar is pressed.
3994 src/prefs.c: suppressed the ENOENT perror messages.
3995 * src/pop.c: made it fall back on LAST command if UIDL failed.
3999 * src/procheader.c: procheader_parse(): fixed a bug that didn't
4000 parse References: header correctly (thanks to YAMAGUCHI).
4006 * src/compose.c: compose_reply_set_entry(): fixed a bug that didn't
4007 cc'd correctly when replying.
4009 src/summaryview.c: sorted out the main menu and the popup menu.
4015 * src/prefs_account.[ch]
4016 src/compose.c: made it be able to set Cc:, Bcc:, and Reply-To:
4017 automatically at composing (thanks to NAKAGAWA).
4021 * src/prefs_common.[ch]
4023 src/main.c: made it selectable whether to ask before cleaning
4025 * src/prefs_common.c: cleaned up the code and the interface a bit.
4026 * src/summaryview.c: modified the unthread functions for speeding
4031 * src/prefs_common.[ch]
4032 src/summaryview.c: made it display recipient on the `From' column
4033 if the address of the sender is the same as the current account
4034 (thanks to NAKAGAWA).
4035 * src/utils.[ch]: added a function extract_address() that extracts
4036 the address from `From:' header string.
4037 * src/mainwindow.c: allsel_cb(): fixed a bug that caused segmentation
4038 fault if `Edit/Select all' was selected when the message view was
4039 hidden (thanks to Tomita).
4043 * src/summaryview.c: modified execution routine so that it only
4044 unthreads nodes that are needed to be unthreaded.
4048 * src/news.c: news_session_get(): implemented the reconnection on
4050 * src/nntp.[ch]: added nntp_mode().
4054 * src/mbox.c: fixed a bug that didn't close mbox FILE pointer.
4055 And support assortment on processing mbox.
4056 * src/inc.c: inc_drop_message(): modified so that it uses hash table
4057 to store the last message number of folders.
4059 src/addressbook.c: modified the behavior of CTree at right-click.
4060 * src/pop.c: pop3_getrange_uidl_recv(): fixed a potential buffer
4061 overflow bug (thanks to Nishiyama).
4068 src/inc.[ch]: implemented management of read message on POP server
4070 * src/utils.[ch]: removed (s)list_remove_all() because it can be
4071 replaced with g_(s)list_free().
4072 * src/summaryview.c: modified the arrangement of menu a bit.
4073 * src/summaryview.c: summary_status_show(): made it doesn't display
4074 server name but newsgroup.
4075 * src/prefs_common.c
4076 src/prefs_account.c: adjusted the calculation routine of dialog
4083 * src/compose.c: compose_reply_set_entry(): modified so that it
4084 cc's to the all addresses on To: and Cc: of the replied message.
4085 And swapped the position of Subject: and To: entry.
4089 * src/procheader.c: modified so that it can handle headers that
4090 aren't separated by space.
4091 * src/socket.c: sock_connect(): added a wait after connection to
4092 prevent lockup (thanks to NINOMIYA).
4098 inc_all_account_mail(): fixed a bug that caused segmentation
4099 fault if no account exist.
4100 * src/mainwindow.[ch]: made receive button unclickable when
4102 * src/compose.c: compose_queue(): fixed a bug that didn't mark
4103 queued message properly.
4104 * src/utils.[ch]: separated code conversion functions into
4111 * src/mimeview.c: mimeview_save_as()
4112 src/summaryview.c: summary_save_as(): made it ask whether to
4113 overwrite the existing file.
4124 src/mbox.c: fixed a bug that failed to check write error when
4125 disk was full and caused the loss of the file.
4129 * src/mainwindow.c: main_window_clean_trash(): made it move focus
4130 to folder view when finished.
4131 * src/utils.[ch]: added code conversion functions for display.
4132 And added strncpy2() that doesn't do zero fill and does
4133 null-termination, unlike original strncpy().
4134 * src/textview.c: modified so that it changes the code conversion
4135 function according to charset. And supported charset=SHIFT_JIS.
4138 src/textview.c: made it possible to force character set of
4140 * src/folderview.c: folderview_select_next_unread():
4141 made it search unread folder from begin if it isn't found.
4147 * src/mainwindow.c: fixed a probrem again that main window was
4148 stretched to the width of the toolbar.
4150 src/utils.c: is_header_line(): modified so that it recognizes
4151 a header which doesn't have a space after colon (thanks to Hotta).
4152 * src/filter.c: added `#include <strings.h>'.
4153 * src/smtp.c: replaced snprintf() with g_snprintf().
4154 * src/Makefile.am: added `-I$(top_srcdir)/intl' to INCLUDES for
4156 * included sylpheed.spec.
4160 * src/prefs_common.[ch]: enabled to set the pixels of line space
4161 and decide whether to leave space on head of lines.
4162 * src/summaryview.c: modified so that it clears message view
4163 when displayed message is removed from the summary view.
4164 * src/mimeview.c: fixed a bug that caused infinite loop if
4165 terminal boundary of multipart message was not found (thanks to
4167 * src/folderview.c: folderview_scan_mailbox(): made it ignore
4169 * src/main.c: made it show warning dialog and exit if the file with
4170 the same name already exists when creating directory.
4175 src/prefs_common.[ch]: made it possible to leave space between
4176 and on head of lines.
4181 src/procmime.[ch]: made it scan /etc/mime.types and determine
4182 the MIME type of the attached file.
4183 * src/summaryview.c: made it clear message view if the summary
4184 is unselected on the execution, and made it move focus to
4185 folder view if the folder becomes empty.
4186 * src/mainwindow.c: fixed a probrem that main window was stretched
4187 to the width of the toolbar.
4188 * src/inc.c: fixed a bug that caused multiple gtk_main() event loop
4189 if `Check new mail on startup' was set.
4193 * src/compose.c: fixed a probrem that had been unable to insert
4194 a file to the current cursor position.
4200 * src/compose.[ch]: added `attach' button to the toolbar. And
4201 replaced the icon of `insert' to the new one.
4205 * src/mainwindow.[ch]: added `Execute' to the toolbar. And added
4206 a function main_window_set_toolbar_sensitive() that sets the
4207 sensitivity of the button of the toolbar.
4208 * src/compose.c: fixed a bug that output wrong header if
4209 a return code was included in the string of the text entry.
4213 * src/mainwindow.[ch]: added `Delete' to the toolbar and the menu.
4214 And added the same items in popup menu to the main menu.
4215 * src/utils.[ch]: added functions for DnD support.
4216 * src/compose.c: implemented file attachment and insertion with DnD
4217 (thanks to Hiramatu).
4223 * src/summaryview.c: fixed a bug that passed null pointer to
4228 * src/alertpanel.[ch]: added functions alertpanel_message(),
4229 alertpanel_notice(), and alertpanel_error(), and cleaned up
4235 src/summary_search.c
4237 src/foldersel.c: made them use alertpanel_error(),
4238 alertpanel_warning() or alertpanel_notice() for error message
4240 * src/summaryview.[ch]: enable sorting in reversed order.
4241 * src/inc.c: made it show error message dialog when failed to
4242 connect or authorize.
4243 * src/utils.h: added a macro FILE_OP_ERROR() and replaced many
4250 * src/compose.c: fixed a bug that didn't save a message to outbox
4252 * src/send.c: send_message_queue(): fixed a bug that included
4253 headers for queueing in the parsed data.
4254 * src/mainwindow.c: send_queue_cb(): made it pop statusbar message
4255 and update queue folder when finished.
4263 src/compose.c: suppressed the warning messages.
4264 * src/mainwindow.[ch]: added next unread message button and menu
4266 * src/summaryview.[ch]: added a function summary_select_next_unread()
4267 that selects and opens next unread message.
4271 * src/prefs_common.[ch]: added a setting to decide whether to open
4272 unread message on entering a folder.
4273 * src/summaryview.c: made it open the first unread message only if
4274 the preference is set.
4275 * src/compose.c: fixed a bug that freed the string obtained from
4280 * src/compose.c: added `Send later' to the menu and the toolbar
4281 which queues the message to send it later.
4285 * src/mainwindow.c: added an interface to resend the queued message.
4286 * src/compose.c: made it show alert dialog when a message will be
4291 * src/procmsg.[ch]: added function procmsg_send_queue() that calls
4292 send_message_queue() for each queued messages.
4296 * src/inc.c: inc_drop_message(): modified so that it drops a message
4297 to the default inbox folder if destination folder doesn't exist.
4298 * src/compose.[ch]: added imput compatible queueing header to the
4300 * src/send.[ch]: added function send_message_queue() that send
4306 acconfig.h: made it enabled to decide wheter to use multithread
4307 or not on configure.
4308 * src/summaryview.c: fixed a bug that made thread when executed
4309 despite of the setting (thanks to Hiroshima).
4310 * src/socket.[ch]: changed the return value of public
4311 sock_connect_*() function to the pointer to SockInfo object.
4312 * src/procmime.c: procmime_scan_mime_header():
4313 fixed a bug that returned NULL if the scanned part had no header
4314 (thanks to shigeri).
4315 * src/procmime.[ch]:
4316 added function procmime_scan_content_disposition() that parses
4317 Content-Disposition header field.
4318 * src/mimeview.c: made it uses filename value in Content-Disposition
4321 * src/inc.c: modified so that password is prompted if the password
4322 on preferences is empty and previous POP3 session has failed on
4327 * src/socket.[ch]: added non-blocking IO mode socket and
4328 multithreaded connection support.
4329 * src/inc.c: supported multithread connection.
4333 * src/folderview.c: made the focus of SummaryView grabbed when
4334 a folder is selected only if the messages exist.
4340 * po/ja.po: fixed a bug that head `/' of a menu label was missing
4341 and caused segmentation fault when opened Compose window.
4347 * src/utils.c: get_domain_name(): modified so that it uses
4349 * src/mimeview.c: added key binds for `Save as' and
4354 * src/recv.c: fixed a bug that failed to return error value
4355 when fputs() failed and caused the loss of received mails when
4356 disk space was not left (thanks to Tajiri).
4357 * src/compose.c: supported Reply-To.
4358 * src/mimeview.c: improved key operation interface.
4364 src/textview.[ch]: supported nested multipart message and
4366 Supported encapsulated RFC822 message.
4370 * src/compose.[ch]: made it free the alloc'd memory for attach
4371 information when the compose window is destroyed.
4372 Placed the attachment list and the text widget onto the paned
4374 Enabled cut/copy/paste/select all on all of the editable widgets.
4375 Implemented removal of attached file and popup menu on attachment
4377 * src/prefs_common.[ch]: added signature separator setting.
4378 * src/alertpanel.[ch]: added a function alertpanel_warning().
4382 * src/prefs_common.[ch]
4383 src/textview.c: made open URI command customizable.
4384 * src/compose.[ch]: implemented multipart MIME message composition
4385 (attachment of file).
4387 src/compose.c: fixed a bug that didn't turn off the GTK+ theme
4394 * src/summaryview.c: added key binds for composing message
4395 (w, a, A, f). Also added other key binds (y, D, Q).
4396 * src/compose.c: made Cc entry take over the Cc of the replied
4398 * src/pixmaps/new.xpm
4399 src/pixmaps/unread.xpm: replaced pixmap image.
4400 * src/procheader.c: procheader_date_get_localtime():
4401 changed the single figures of year from four to two.
4405 * src/inc.c: made it ask password if it is not specified on account
4407 * src/prefs_account.h: added member tmp_pass to struct PrefsAccount
4408 that preserves the temporary password.
4409 * src/inputdialog.[ch]: added function input_dialog_with_invisible()
4410 that prompts input with the string hidden.
4414 * src/compose.c: fixed a bug that didn't turn off the GTK+ theme
4415 engine if message font wasn't specified.
4421 * src/summaryview.c: fixed a bug that stderr was forgotten on
4428 * src/pop.c: fixed a problem that if some POP3 commands returned
4429 error, the previous operations were all cancelled.
4431 src/textview.c: made workaround to the slow down of GtkText widget
4432 when using Pixmap theme or its derivatives.
4436 * src/inc.c: fixed a bug that caused X IO error when exec'd
4437 nonexistent program.
4441 * src/folderview.[ch]: added the member `mtime' to the struct
4443 * src/summaryview.c: made the mtime of the folder checked that is
4445 * src/procmsg.c: added filesystem unchecking mode.
4449 * src/textview.[ch]: implemented clickable URI (thanks to BONAIM).
4450 And made `X-Mailer:' header emphasized if it contains `Sylpheed'.
4454 * src/summaryview.c: summary_write_cache(): permission fix of
4461 * src/headerview.c: added headerview_clear() method.
4462 * src/messageview.c: fixed a bug that didn't clear HeaderView
4463 on messageview_clear().
4470 src/textview.c: added *_clear() method.
4471 * src/summaryview.c: made it clear MessageView when new folder
4476 * src/inc.c: fixed a bug that went to the inbox that was specified
4477 by each account when incorporating from all accounts.
4478 * src/compose.c: made it confirm whether to discard the message or
4479 not when the window will be closed.