3 * src/summaryview.c: summary_show(): fixed a bug that didn't show
4 message even if the 'open unread message on entering folder'
9 * src/procmime.c: procmime_get_text_content(): supported HTML.
13 * src/summaryview.[ch]: implemented new locking mechanism, and
14 replaced every static locks with summary_lock(), summary_unlock(),
15 and added locks to some extra functions.
16 This fixes a bug that caused segfault when 'd' (delete) key
21 * src/addressbook.c: addressbook_folder_load_person(): fixed a bug
22 that caused segfault (thanks to Stefaan A Eeckels).
26 * src/textview.[ch]: added textview_set_position().
27 * src/messageview.[ch]: added messageview_set_position().
44 src/vcard.c: converted C++-style comments into C-style one.
45 * src/imap.c: QUOTE_IF_REQUIRED(): new macro. Copy string into
46 new buffer and quote with double quotes if required.
47 imap_status(), imap_cmd_login(), imap_cmd_list(),
48 imap_cmd_do_select(), imap_cmd_create(), imap_cmd_delete(),
49 imap_cmd_copy(): use QUOTE_IF_REQUIRED().
50 * compose.c: compose_write_to_file(): workaround for the problem
51 when using libjconv and 8bit codes cannot be converted on C
53 * codeconv.[ch]: added "ANSI_X3.4-1968" to encoding strings.
54 conv_codeset_strdup(): don't convert if source and destination
55 codeset are identical.
59 * src/textview.[ch]: textview_search_string_backward(): new.
60 Add the new member cur_pos to TextView.
61 Connect button_press_event with gtk_signal_connect_after() to
62 obtain the correct editable position.
66 * src/folder.c: folder_write_list_recursive(): preserve unthreaded
71 * src/summaryview.c: modified the layout of popup menu.
78 src/summaryview.c: applied the patch from Alfons that allows
79 threading setting for each folders (tnanks!).
83 * src/message_search.[ch]: new. A Dialog for searching in current
85 * src/gtkutils.[ch]: gtkut_text_match_string(): new. Compare the
86 text in current position of GtkText and given wide-character
88 * src/messageview.[ch]: messageview_search_string()
89 src/textview.[ch]: textview_search_string(): return TRUE if
91 * src/textview.[ch]: remember the beginning of body.
95 * src/procmime.c: procmime_get_first_text_content(): modified so
96 that it search entire MIME structure.
97 * src/summary_search.c: summary_search_execute(): use
98 strdup_mbstowcs() instead of macro. Display matched message.
102 * src/inc.c: fix for background POP3 hangs and crashes (thanks to
104 * src/summary_search.c: added body searching function.
105 * src/procmime.[ch]: procmime_find_string(): changed arguments
106 and return value. Added case sensitivity option.
111 procmime_find_string()
112 procmime_find_string_part(): new. It searchs the string from
114 Renamed procmime_get_text_part() to
115 procmime_get_first_text_content().
116 procmime_get_text_content(): new. It returns the text contents
117 of the specified MIME part.
118 procmime_mimeinfo_next(): new. It returns the next node of
123 * src/procmime.c: procmime_get_text_part(): modified so that it
124 finds a text part in nested multipart message correctly.
125 * src/procmime.h: added an example of MimeInfo structure.
126 * src/mimeview.c: mimeview_show_message(): search the first text
131 * src/mainwindow.c: ac_menu_popup_closed(): fixed the bug that
132 caused segfault. Changed 'Preferences per account...' menu item.
140 * src/addrindex.c: translate the "Common address" and "Personal
141 address" from old addressbook.
145 * src/utils.c: get_quote_level(): some optimization and bugfixes.
146 * src/codeconv.[ch]: conv_get_current_locale(): new.
147 * src/editaddress.c: edit_person_page_basic(): reverse the order
148 of first and last name on some locales.
152 * src/compose.c: applied the patch from Yasumatsu that reformats
153 the current paragraph (thanks!). Modified so that it doesn't
154 reformat quoted paragraphs.
155 compose_create(): don't fill the entry automatically on reedit
158 src/summaryview.[ch]: added the "Mark all read" option.
159 summary_mark_all_read(): new.
167 src/editldap_basedn.c
169 src/editjpilot.c: removed all warnings.
171 src/jpilot.[ch]: fixed the problem that failed to detect JPilot
172 header files on the Debian system.
174 src/summaryview.[ch]: enabled sorting by mark, unread, attachment,
175 and color label. Enabled moving to next/prev flagged messages.
179 * src/pixmaps/dir-close.xpm
180 src/pixmaps/dir-open.xpm
182 src/pixmaps/unread.xpm: modified the color balance.
183 * src/utils.[ch]: execute_sync(): new.
184 execute_command_line(): added the arg for async mode.
185 * src/inc.c: inc_mail(): use execute_command_line().
190 src/prefs_common.[ch]
191 src/prefs_account.c: modified the layout. Added the option to
192 launch the external editor automatically.
193 * src/compose.c: launch the external editor automatically if the
198 * src/Makefile.am: added extra xpm's.
202 * src/addressbook.c: fixed a compilation problem when enabling
204 addressbook_open(): fixed a missing 'else'.
208 * src/pixmaps/dir-close.xpm
209 src/pixmaps/dir-open.xpm
210 src/pixmaps/trash.xpm: replaced with the new blue icons.
211 * merged Match Grun's new addressbook code.
212 * src/pixmaps/address.xpm
214 src/pixmaps/category.xpm
215 src/pixmaps/interface.xpm
216 src/pixmaps/jpilot.xpm
218 src/pixmaps/vcard.xpm: new icons.
230 src/editldap_basedn.[ch]
235 src/vcard.[ch]: new. Many fixes to remove the huge amount of
237 addrbook_build_avail_email_vis(): fixed a memory leak.
241 * NEWS: brought in the all of the changes previously put on the web.
246 src/summaryview.c: modified the layout of menus.
247 * src/mainwindow.c: ac_menu_popup_closed(): fixed a bug that didn't
248 return a focus to the main window after selecting the account menu.
256 * src/send.c: send_message_data(): fixed a bug that didn't process
261 * src/inc.[ch]: changed inc_autocheck_(un)lock() to inc_(un)lock().
262 inc_mail(), inc_all_account_mail(): return immediately if locked.
265 src/prefs_account.c: use inc_lock() and inc_unlock() instead of
266 inc_autocheck_timer_{remove,set}().
267 * src/summaryview.c: summary_set_colorlabel_color(): get the average
268 of label color and selected fg color for visibility.
272 * src/inc.[ch]: inc_autocheck_lock(), inc_autocheck_unlock(): new.
273 They increase/decrease the lock count.
274 inc_autocheck_func(): if locked, delay the autochecking 1 second.
275 inc_autocheck_timer_set_interval(): set interval by its argument.
276 * src/summaryview.c: summary_show(): lock the autochecking while
278 * src/main.c: app_will_exit(): remove autocheck timer.
280 src/defs.h: removed the definitions of PACKAGE and VERSION to
281 prevent unnecessary compilation.
282 * configure.in: changed AC_DEFINE_UNQUOTED of PACKAGE and VERSION
283 to AC_SUBST, and added src/version.h to AC_OUTPUT.
284 * src/version.h.in: new.
285 * src/intl.h: changed dgettext() to gettext().
289 * po/ja.po: fixed a typo that crashed Sylpheed with older version
291 * configure.in: fixed a bug that didn't show results correctly.
292 Fixed a bug that --enable-compface and --enable-jconv disabled
294 * src/procmsg.c: procmsg_send_queue(): don't abort when sending
296 * src/compose.c: compose_write_headers(): add Bcc: header to the
298 * src/send.c: send_message_data(): new. Separated from
299 send_message_smtp(). Remove Bcc: header before sending.
307 * src/send.c: implemented sending with local sendmail command.
308 send_message_local(): new. It executes command with popen()
309 and send the contents of RFC822 message to the command.
310 * src/prefs_common.[ch]: enabled the external sending command option.
311 * src/defs.h: #define DEFAULT_SENDMAIL_CMD /usr/sbin/sendmail -t
312 * src/account.c: account_edit_create(): widened the protocol column.
313 * src/summaryview.c: summary_set_colorlabel_color(): cleanup of
318 * src/folder.c: folder_item_remove_msg(): scan the folder again
319 if the last message is removed.
320 * src/compose.c: compose_queue(), compose_draft_cb(): remove the
321 old reedited message after adding the new message.
325 * src/compose.c: compose_queue(): added AID: to the queueing header.
326 * src/send.c: send_message_queue(): look for AID: header, and use
327 the server specified in the account instead of SSV: header.
329 src/compose.[ch]: queued messages can be reedited now.
330 compose_remove_reedit_target(): new. It removes the old reedited
332 compose_send(), compose_queue(), compose_draft_cb(): if reedit
333 mode, remove the old message.
334 * src/procmsg.c: procmsg_msg_exist(): fixed a bug that output
339 * applied the XML string table patch from Alfons Hoogervorst that
340 stores strings in a hash table and minimizes memory allocations
342 * src/stringtable.[ch]: new.
343 removed all G and g_ prefix from type and function names since
344 they're not official GLib symbol names.
345 string_table_insert_string(): fixed a bug that might refer to an
346 invalid pointer on lookup, and also made a bit of optimization.
350 * merged the color label feature from the claws branch (thanks to
351 Satoshi Nagayasu and Alfons Hoogervoost).
352 * src/colorlabel.[ch]: new. Renamed from labelcolors.[ch].
353 Renamed labelcolors_*() to colorlabel_*().
354 * src/summaryview.[ch]: added color label support.
355 * src/procmsg.h: added color label flags to the permanent flags.
356 * updated to gettext 0.10.39.
357 * src/summaryview.[ch]: put the color label menu item to ItemFactory.
358 * sylpheed.desktop: added for GNOME.
359 * configure.in: added AC_MSG_CHECKING() for some options.
360 Output the configuration results when configure is finished.
364 * src/account.c: account_clist_set_row(): fixed a bug that failed
365 to compile if SSL was not enabled.
369 * merged the SSL support from the claws branch (thanks to Christoph
372 * src/socket.[ch]: added ssl_read(), ssl_write(), ssl_gets(), and
374 sock_close(): call ssl_done_socket() if SSL is active.
375 * src/md5.[ch]: removed MD5_CTX typedef and use MD5_CONTEXT to
376 prevent type confliction.
377 * src/prefs_account.[ch]: added SSL tab, and modified the expression.
378 * src/esmtp.[ch]: added esmtp_ehlo(), and esmtp_starttls().
379 Removed SSL initialization and HELO from esmtp_starttls().
380 esmtp_auth(): removed use_smtp_auth from its arguments.
381 * src/send.c: send_smtp_open(): added SSL support.
382 * src/smtp.c: smtp_helo(): call esmtp_ehlo() if esmtp is true.
386 * src/mimeview.c: mimeview_open_with(): braced '%s' with single
391 * src/main.c: open new account dialog if no account is set.
392 * src/utils.[ch]: log_verbosity_set(): new. It increase/decrease
394 log_print(): put to statusbar only if log_verbosity_count > 0.
395 log_message(): put to statusbar.
396 * src/inc.c: inc_pop3_session_do(): set log verbosity.
397 * src/mainwindow.c: main_window_set_menu_sensitive(): added the
398 "Compose new message" item.
399 main_window_show_cur_account(): removed "Current account: " string.
400 * src/summaryview.c: summary_show(): ignore the current marks if
401 main window is locked.
402 * src/compose.c: compose_attach_property(): fixed a bug that caused
407 * src/mainwindow.c: main_window_get_current_state(): new. It returns
408 the current state for the sensitivity of UI.
409 main_window_set_toolbar_sensitive(): use table like
410 main_window_set_menu_sensitive().
414 * src/mainwindow.[ch]: added progressbar and status label to the
416 main_window_close_cb(): don't exit if locked.
417 * src/inc.c: update the progressbar of main window, too.
421 * src/mainwindow.[ch]: main_window_set_toolbar_sensitive(): removed
422 the second argument, and determine the sensitivity with the
423 state of summary view.
427 * src/pop.c: pop3_getsize_list_recv(), pop3_retr_recv(),
428 pop3_delete_recv(): don't try to receive messages which are not
433 * src/mainwindow.c: main_window_lock(), main_window_unlock():
434 removed the whole menubar locking.
435 main_window_set_menu_sensitive(): process the sensitivity change
436 with a table, and deal with locking.
440 * src/summaryview.[ch]: summary_get_selection_type(): new.
441 It returns the current selection state of summary view.
442 summary_key_pressed(): abort on some commands if main window
444 * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
445 increase/decrease the lock count.
449 * src/prefs_filter.c: prefs_filter_create(): added List-Id to the
451 * src/prefs_common.[ch]: added the option for receive dialog mode
452 to the Interface tab.
453 * src/inc.[ch]: inc_progress_dialog_create(): don't make the dialog
454 transient, and show dialog only if the setting is
455 RECV_DIALOG_ALWAYS, or RECV_DIALOG_ACTIVE and a window is active.
456 * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
457 new. Lock / unlock the user-interface.
458 * src/progressdialog.c: progress_dialog_create(): don't make the
463 * src/folderview.c: folderview_update_node(): suppressed unnecessary
465 * src/menu.[ch]: menu_button_position(): new. It calculates the
466 position of popup menu.
467 * src/mainwindow.c: toolbar_account_button_pressed(),
468 ac_label_button_pressed(): put the popup menu to the correct
469 position. Change the style of the button while opening the menu.
470 ac_menu_popup_closed(): new function called on selection_done
472 * src/gtkutils.c: gtkut_ctree_node_next(): fixed a crash bug when
474 * src/summaryview.c: applied the summary fix patch from Sergey Vlasov
476 Fixed the bug that didn't select previous message in refresh mode
477 if threads were not expanded.
478 summary_select_node(): new.
479 * src/inc.c: applied the summary view update optimization patch from
480 Sergey Vlasov (thanks!).
481 If no new messages are received, don't perform summary refreshing.
482 In addition to the Vlasov's patch, POP3 receive information is
484 * src/inc.h: added a new member cur_total_num to Pop3State.
485 * src/pop.c: pop3_retr_recv(): increase state->cur_total_num.
493 * src/summaryview.c: summary_set_row_marks(): got the color of
494 unread row set properly.
495 * src/folderview.c: foldreview_update_node(): don't use
496 gtk_style_copy(), and reuse previously allocated styles.
497 * README, README.jp: modified.
501 * src/pop.c: pop3_getsize_list_recv(): fixed a remotly exploitable
502 memory corruption bug (thanks to David Looney).
503 * src/inc.c: inc_all_account_mail(): call inc_finished() even if
504 there are no enabled accounts, or local spool only.
505 * src/summaryview.c: applied the summary update improvement patch
506 from Sergey Vlasov (thanks!). It keeps the position of the
507 message displayed. Selected and displayed message are also kept.
508 summary_get_msgnum(): new.
509 summary_get_current_msgnum(): removed.
510 summary_select_by_msgnum(): don't display the message.
511 * src/account.c: added "Get all" column.
512 account_clist_set_row(): show default and get-all flags with the
514 * src/utils.c: to_human_readable(): increased the number of decimals
519 * implemented the long-awaited :) "Add sender to address book" feature.
520 * src/address.[ch]: added the argument for remarks to
522 address_get_folder_list(): new. It traverses the address tree and
523 returns the folder list.
524 address_delete_object(): modified so that it removes the node
526 * src/addressbook.[ch]: addressbook_add_submenu(): new. It creates
527 a address folder menu and attaches it to the menu item.
528 addressbook_refresh(): reload the address book folder tree.
529 * src/summaryview.c: summary_set_add_sender_menu(): new. It attaches
530 the menu to add sender to address book.
531 summary_button_pressed(): call summary_set_add_sender_menu()
532 before popup the menu.
536 * src/summaryview.c: summary_thread_build(): fixed a bug that locked
537 up the process. Optimized the initial thread build.
541 * src/summaryview.c: made many code cleanups.
542 summary_show(): block/unblock the signal handlers instead of
543 disconnect/connect them.
544 summary_set_row_marks(): made the font of collapsed node bold if
545 it has cnildren marked as unread.
546 summary_thread_build(): block tree_expand signals while processing.
547 Use loop instead of the recursive function. Mark collapsed nodes
549 summary_unthread(): block tree_collapse signals while processing.
550 Use loop instead of the recursive function.
551 summary_thread_func(), summary_unthread_func(): removed.
552 summary_tree_expanded(), summary_tree_collapsed(): new callback
554 * src/inc.[ch]: inc_pop3_session_do(): don't show alert panel when
555 failed to connect. Show more detailed status on the dialog.
559 * src/folderview.c: folderview_update_all_node(): new. It updates
561 * src/inc.c: update all local folders after incorporation if
562 scan_all_after_inc option is set.
563 * src/prefs_common.[ch]: added scan_all_after_inc option.
564 * src/folder.h: FOLDER_IS_LOCAL(): new macro.
573 src/prefs_common.h: made bold and small font configurable.
574 src/summaryview.c: display unread messages with bold font.
577 src/summaryview.c: added an option to enable/disable the
578 emphasis of unread messages.
582 * src/pixmaps/mark.xpm: modified.
583 * src/gtkutils.[ch]: gtkut_ctree_expand_parent_all(): new.
584 * src/summaryview.c: summary_set_ctree_from_list(): don't expand
585 the root messages of threads for performance improvement.
587 summary_select_next_unread()
588 summary_step(): expand threads when opening messages.
589 summary_thread_build(): expand threads if the option is turned on.
590 * src/prefs_common.[ch]: added "Expand threads" option.
594 * src/prefs_common.c: removed "Emulate the behavior of mouse
595 operation of Emacs-based mailer".
597 src/prefs_account.c: changed the value of VSPACING_NARROW to 3.
598 * src/pixmaps/new.xpm
599 src/pixmaps/unread.xpm: reverted.
606 address_item_new(): changed the return value to AddressObject.
607 address_build_tree(): don't put assertion for file.
608 * src/pixmaps/new.xpm
609 src/pixmaps/unread.xpm: modified a bit.
613 * src/addressbook.c: fixed some bugs.
617 * separated the logic part of addressbook into another module
619 * src/address.[ch]: new. It contains the logic part of addressbook.
620 * src/addressbook.[ch]: removed the logic part.
624 * src/textview.c: textview_show_header(): fixed a bug that a garbage
625 character was shown after header names.
629 * src/inc.c: inc_start(): don't abort with non-fatal error.
637 * src/mimeview.c: mimeview_view_file(): added -x option to the
638 metamail to prevent the suspention of the main process.
639 mimeview_button_pressed(): deactivate `Open' menu item if
640 content-type is application/octet-stream.
644 * src/imap.c: imap_parse_atom(): parse escaped characters properly.
645 get_quoted(): new. It handles the escape character '\'.
646 * src/folder.c: folder_read_list(): don't output warning if
647 folderlist.xml doesn't exist.
648 * src/main.c: main(): write folder list after setup.
649 * src/textview.c: textview_create()
650 src/compose.c: compose_create(): set default tab width to 8.
654 * src/prefs_common.c: date_format_select_row(): fixed a bug that
655 caused segfault when selecting the list with key.
659 * src/mainwindow.c: main_window_popup(): deiconize the window
660 when popup (thanks to Henrik Carlqvist).
661 * src/procmime.c: procmime_scan_mime_type(): new.
662 procmime_scan_content_type(): use procmime_scan_mime_type().
663 procmime_scan_mime_header(): scan the extension of attached files
664 and add the correct MIME type if the Content-Type is
665 "application/octet-stream" (thanks to Don Quijote).
666 * src/compose.c: compose_toolbar_create(): added a new "Send later"
667 icon (thanks to Leandro Pereira).
671 * src/prefs_common.c: date_format_create(): modified the layout of
676 * src/account.c: account_find_from_address(): fixed a minor bug.
677 * src/prefs_common.c: incorporated the user-interface for setting
678 date format from the claws branch, and made some modification to
683 * src/account.[ch]: account_edit_create(): modified the text of
685 account_find_from_address(): new.
687 procmime_scan_content_type(), procmime_scan_content_disposition():
688 fixed ESC code detection.
689 * src/compose.c: compose_reply(): automatically select account
690 according to the message header.
691 * src/prefs_common.[ch]: added member "reply_account_autosel".
695 * src/progressdialog.c: made the CList scrollable.
696 * src/inc.c: inc_start(): don't abort with non-fatal error.
700 * added English Sylpheed User's Manual by Paul Kater
701 (paul@nlpagan.net) (thanks!).
704 src/mainwindow.c: added support for English manual.
705 * manual/en/sylpheed*.html: added English documentation.
710 * src/nntp.c: nntp_ok(): fixed the bug that didn't handle a response
711 that didn't have any trailing messages.
712 * src/smtp.c: smtp_ok(): ditto.
713 * src/compose.c: compose_account_option_menu_create(): modified
714 the style of the account option menu.
718 * src/prefs_customheader.c: prefs_custom_header_clist_set_row():
719 remove return code from strings automatically.
720 prefs_custom_header_create(): added "X-Face" to the default
722 * src/news.c: news_fetch_msg(), news_get_group_list()
723 src/imap.c: imap_fetch_msg(): create the cache directory before
726 procmime_scan_content_type()
727 procmime_scan_content_disposition(): convert JIS into EUC-JP
729 * src/codeconv.c: conv_unmime_header(): cleaned up a bit.
730 * src/compose.c: don't append attachment headers if the attach
731 pane is visible but the list is empty.
732 * src/recv.c: recv_bytes_write(): use g_malloc() instead of alloca().
740 * src/compose.c: compose_quote_parse_fmt()
741 src/prefs_common.c: prefs_quote_description_create(): added the
742 symbol `%c' that allows to include Cc in reply format (thanks
745 src/procmime.c: procmime_decode_content(): applied the patch
746 from Sergey Vlasov that allows to decode base64 data with
747 unusual line length (not a multiple of 4) (thanks!).
751 * src/procmsg.[ch]: separated the permanent flags and temporary
752 flags into two variables, and made MsgFlags a structure that
756 MSG_UNSET_PERM_FLAGS()
757 MSG_UNSET_TMP_FLAGS(): new macros.
765 src/summaryview.c: modified for the new MsgFlags.
766 * src/utils.[ch]: hash_free_value_mem(): new. It frees the values
771 * src/inc.c: inc_pop3_recv_func(), inc_progress_update():
772 display current size with human-readable format.
773 * src/grouplistdialog.c: grouplist_recv_func(): ditto.
780 conv_unmime_header(), conv_unmime_header_overwrite(): workaround
781 for raw-JIS code in header fields.
783 folder_get_default_folder()
784 folder_get_default_inbox()
785 folder_get_default_outbox()
786 folder_get_default_draft()
787 folder_get_default_queue()
788 folder_get_default_trash(): fixed a bug that caused segfault
789 if folder_list is NULL.
799 * src/grouplistdialog.c: grouplist_dialog_set_list(): update UI
800 while retrieving newsgroup list.
801 grouplist_dialog_create(): added entry widget and status label.
802 grouplist_recv_func(): new.
803 refresh_clicked(): added exclusive lock variable.
804 clist_selected(): set text entry when the CList is selected.
805 renamed from group_clist_select().
806 entry_activated(): new.
807 grouplist_clear(): renamed from grouplist_free(). Also clears
808 list and entry widget.
809 * src/news.c: news_get_group_list(): sped up the list appending
810 (g_slist_append() becomes very slow if list size is large).
811 * src/defs.h: added UI_REFRESH_INTERVAL definition.
812 Changed the definition of NEWSGROUP_LIST.
813 * src/recv.c: recv_write()
814 src/send.c: send_message_smtp(): changed the UI refresh interval
815 to UI_REFRESH_INTERVAL (50msec).
816 * src/account.c: account_add(): fixed a bug that didn't update
817 folder tree when a news account was added.
818 * src/grouplistdialog.c: made exclusive lock variable global, and
819 lock at grouplist_dialog_set_list().
820 * src/textview.c: fixed a bug that disabled clickable URI if
821 message color was disabled.
825 * src/grouplistdialog.c: ok_clicked(), cancel_clicked(): don't
826 quit main loop if gtk_main_level() is 1.
827 grouplist_dialog_set_list(): freeze CList while appending the list.
828 grouplist_dialog(): show dialog before updating the list.
832 * src/folder.c: folder_write_list_recursive(): add the attribute
833 `collapsed' if a node have some children.
834 * src/grouplistdialog.[ch]: new. Newsgroups can be selected from
837 news_get_group_list(): new. It returns newsgroup list.
838 news_remove_group_list(): new. It removes newsgroup list cache.
839 * src/folderview.c: folderview_new_news_group_cb(): call
840 grouplist_dialog() instead of input_dialog().
844 * autogen.sh: modified.
846 src/folderview.c: made expand/collapse state of folders persistent
855 * src/imap.c: imap_remove_folder(): select INBOX with EXAMINE before
857 imap_cmd_do_select(): new. It toggles between SELECT and EXAMINE
858 according to the argument.
859 imap_cmd_select(): use imap_cmd_do_select().
860 imap_cmd_examine(): new.
861 * src/folderview.c: folderview_rm_imap_folder_cb(): select current
862 folder again when removing failed.
868 * manual/ja/sylpheed.sgml
869 manual/ja/*.html: updated the Japanese manual (thanks to Imai).
870 * src/summaryview.c: summary_set_row_marks(): fixed a bug that
871 didn't set foreground correctly.
873 src/summaryview.h: removed the member color_normal from FolderView
875 * src/mainwindow.c: main_window_create(): removed color_normal.
879 * src/prefs_account.[ch]: the port numbers of IMAP4 and NNTP
881 * src/imap.c: imap_session_get()
882 src/news.c: news_session_new_for_folder(), news_session_get():
883 use user-defined port number if specified.
887 * src/imap.c: imap_scan_tree_recursive(): get mailbox status when
889 imap_scan_folder(): implemented. It updates the numbers of new,
890 unread and total messages.
891 imap_status(): new. It parses the response of STATUS command.
892 imap_status_uidnext(): removed.
893 imap_cmd_status(): removed.
894 * src/textview.c: textview_show_part(): fixed potential memory leaks.
898 * src/alertpanel.c: alertpanel_create(): fixed truncated message.
899 * src/rfc2015.c: rfc2015_decrypt_message(): fixed the case problem
900 of content-type (thanks to René Rebe for the patch).
901 * src/codeconv.c: code_get_code_conv_func(): fixed the ISO-8859-1
903 * src/prefs_common.c: prefs_send_create(): made some more character
904 sets specifiable when not using libjconv.
905 * configure.in: disabled --enable-threads option temporarily.
907 INSTALL.jp: deleted the description about --enable-threads option.
911 * updated gettext to 0.10.38.
917 * src/folderview.[ch]: folderview_set_all(): new.
918 * src/account.c: account_add(): call folderview_set_all() after
920 account_edit_create(): account preferences dialog can be opened
921 with double clicking of the list.
922 account_selected(): new.
923 account_clist_set(): made the CList focus set correctly.
927 * src/imap.c: imap_scan_tree(): call imap_create_trash() if trash
929 imap_scan_tree_recursive(): search the sub folders of INBOX.
930 recognize Trash folder.
931 imap_create_tree(): separated the part of creating trash.
932 imap_create_trash(): new.
933 * src/folder.c: folder_build_tree(), folder_write_list_recursive():
934 preserve no_sub and no_select.
935 * src/summaryview.c: summary_show(): don't proceed if item->no_select
940 * src/imap.c: imap_scan_tree(): fixed a bug that didn't set the
941 root folder correctly.
945 * src/folderview.[ch]:
946 folderview_update_tree(): new. It updates one folder tree.
947 folderview_update_tree_cb(): new.
948 Added "Update folder tree" to the popup menu, and modified some
953 * src/imap.c: implemented the autoscan of IMAP4 folder list.
954 imap_scan_tree(): new. It scans the whole IMAP4 folder.
955 imap_scan_tree_recursive(): new. It traverses the IMAP4 folder tree.
956 imap_parse_list(): new. It parses the LIST response.
957 imap_get_real_path(): new. It converts local path into IMAP4 path.
958 * src/folder.h: added no_sub and no_select to FolderItem.
959 * src/folder.c: folder_tree_destroy(): reset some variables.
960 * src/folderview.c: folderview_scan_tree_func(): supported IMAP4.
964 * src/imap.c: imap_parse_envelope(): fixed a bug that didn't
965 parse the FETCH response that continues to the next line.
966 imap_parse_fetch_element(): removed.
967 imap_parse_atom(), imap_parse_one_address(), imap_parse_address(),
968 imap_parse_envelope(), imap_get_uncached_messages(): use GString
969 and sock_getline() to parse the FETCH response.
970 imap_remove_all_msg(): fixed a bug that didn't delete messages
972 imap_parse_address(): fixed a bug that didn't concaternate
973 addresses correctly, using GString.
974 * src/socket.[ch]: sock_getline(), fd_getline(): new. They read
975 the whole line and return the newly allocated string.
976 * src/prefs_account.[ch]: added `IMAP server directory' entry.
982 * src/imap.c: imap_create_tree(): pass the path that is separated
983 by the local filesystem separator to imap_create_folder().
984 imap_create_folder(): examine the existence of folders using
985 LIST command instead of STATUS.
986 imap_cmd_list(): new.
987 imap_query_password(): new.
988 imap_session_new(): query password if it is not set.
992 * src/imap.c: imap_parse_envelope(): FETCH results can be parsed
993 with arbitrary order.
994 imap_parse_fetch_element(): new. it parses one pair of name and
995 value of FETCH results.
996 imap_parse_flags(): modified for more flexibility.
997 * src/utils.[ch]: set_log_file(): new. it opens a new file for
999 close_log_file(): new. it closes the opened log file.
1000 log_print(), log_message(), log_warning(), log_error(): also
1005 * src/imap.c: imap_cmd_status(): check the pointer to "value"
1006 before the assignment (thanks to NISHIJIMA).
1010 * src/folderview.c: folderview_drag_motion_cb(): don't allow DnD
1011 across MH and IMAP4 folder (for now) (thanks to Hiramatu).
1012 * src/foldersel.[ch]: don't show folders which can't be targets
1024 imap_cmd_store(): use UID instead of sequential number.
1025 Renamed imap_set_article_flags() to imap_set_message_flags().
1026 * src/summaryview.c: summary_execute(): don't update summary
1027 even if current folder is IMAP4.
1028 * src/utils.[ch]: remove_numbered_files(): changed the type of
1029 arguments from gint to guint.
1033 * src/imap.c: imap_cmd_login(), imap_cmd_select(), imap_cmd_status(),
1034 imap_cmd_create(), imap_cmd_delete(), imap_cmd_copy(): don't
1035 enclose with double quotation if string doesn't have space
1036 (workaround for old Cyrus IMAP4 server).
1037 imap_create_folder(): fixed a bug of separator substitution.
1038 renamed imap_session_connect_if_not() to imap_session_get().
1039 imap_get_msg_list(): delete all cached messages if use_cache
1041 imap_delete_cached_messages(): remove cached files in between
1042 the specified range by reading directory entry.
1043 imap_parse_one_address(): set fromname same as the from address
1045 * src/utils.[ch]: remove_numbered_files(): new. The range is
1047 * src/summaryview.c: summary_execute(): update summary if current
1049 KEY_PRESS_EVENT_STOP(): new macro.
1050 summary_key_pressed(): stop signal emission when calling
1052 summary_select_by_msgnum(): show message only if
1053 msg_is_toggled_on is TRUE. Move current page to the selected
1055 * src/news.c; news_delete_old_articles(): remove cached files in
1056 between the specified range by reading directory entry.
1058 folderview_selected(), folderview_button_released(): fixed a bug
1059 that didn't select folder correctly.
1065 src/prefs_common.c: improvements to the English (thanks to Paul
1067 * src/mainwindow.c: compose_cb()
1068 src/summaryview.c: summary_key_pressed()
1069 src/compose.c: compose_new_with_recipient(): newsgroups entry
1070 is automatically filled when composing a new article.
1074 * src/procmsg.c: procmsg_msg_list_free(): fixed a bug that didn't
1075 free list correctly.
1081 * src/imap.c: imap_find_namespace(): replace namespace path
1082 separator with slash before comparison.
1083 imap_remove_folder(): use namespace.
1084 imap_create_tree(): use namespece when creating Trash.
1085 imap_get_msg_list(): fixed a bug that returned old list and caused
1086 memory leak if exists == 0.
1087 imap_select(): new. It's a wrapper for imap_cmd_select().
1088 * src/foldersel.c: foldersel_set_tree(): show IMAP4 folder too.
1093 folderview_new_folder_cb()
1094 folderview_new_imap_folder_cb(): show error dialog when creation
1095 or deletion of folder failed.
1096 Made it allow users to create a folder which contains subfolders.
1097 folderview_button_pressed(): disabled delete menu on the special
1099 * AUTHORS: incorporated from claws branch. It now contains all
1101 * src/send.c: enabled cancellation.
1102 EXIT_IF_CANCELLED(): new macro.
1103 Added cancelled flag to SendProgressDialog.
1104 * src/utils.[ch]: strtailchomp(): new. It removes the trailing
1105 specified character.
1106 * src/imap.c: imap_cmd_fetch(): a fix for MS Exchange 2000 server.
1110 * src/imap.c: imap_create_tree(): new. It creates required
1111 folders such as INBOX and Trash.
1112 imap_do_copy(), imap_do_copy_msgs_with_dest(): don't expunge
1114 imap_remove_all_msg(): return immediately if exists == 0.
1115 * src/account.c: account_add(), account_set_missing_folder():
1116 made them use folder->create_tree().
1120 * src/imap.c: more namespace implementation.
1121 imap_find_namespace(), imap_path_separator_subst(): new.
1125 * src/imap.c: imap_parse_namespace(), imap_cmd_namespace(): new.
1129 * src/summaryview.c: summary_show(): fixed a glitch in folder view.
1133 * src/imap.[ch]: added imap_add_msg(), and imap_append_message(),
1134 which appends file into IMAP4 folder.
1136 imap_create_folder(): check the existence of a folder before
1138 renamed the prefix of low-level IMAP4rev1 functions to imap_cmd.
1139 * src/account.c: account_add(), account_set_missing_folder():
1140 create INBOX automatically when creating IMAP4 account.
1144 * src/utils.[ch]: added itos_buf() that takes the buffer for its
1146 * src/imap.[ch]: imap_copy_msg(), imap_copy_msgs_with_dest(): new.
1147 * src/folder.c: added copy_msg and copy_msgs_with_dest methods
1152 * src/utils.[ch]: move_file(): new.
1153 * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): modified to
1154 use move_file(), and fixed a bug that didn't close file when
1159 * src/imap.c: renamed imap_delete_messages() and
1160 imap_delete_all_messages() to imap_delete_cached_messages() and
1161 imap_delete_all_cached_messages(). Some code cleanups.
1162 * src/utils.[ch]: added a function remove_all_numbered_files().
1163 * src/mh.c: mh_remove_all_msg()
1164 src/imap.c: imap_delete_all_cached_messages():
1165 use remove_all_numbered_files().
1168 src/compose.[ch]: added `Reply to sender'.
1170 compose_reply_set_entry(): added an argument `ignore_replyto'.
1174 * src/folderview.c: folderview_selected()
1175 src/summaryview.c: summary_show(): fixed a bug that updated wrong
1176 folder when remaining marks were processed.
1180 * src/headerwindow.c: headerwindow_show_cb(): always try to show
1181 msginfo, and use the selected message, not the displayed one.
1182 * src/smtp.c: smtp_ok(): fixed sock_gets() error handling.
1186 * src/folderview.c: folderview_selected()
1187 src/mimeview.c: mimeview_selected(): ungrab the mouse event.
1188 * src/summaryview.c: summary_show(): process the left marks if any.
1192 * src/passphrase.c: enclosed with #if USE_GPGME.
1193 * src/prefs_account.c: added NNTP AUTH check button.
1194 * src/alertpanel.[ch]: alertpanel_create(): added new argument
1195 `can_disable', all existing callers changed to pass FALSE;
1196 created a check button to disable the message.
1197 alertpanel_message_with_disable(): new.
1198 alertpanel_show(): mask value with G_ALERT_VALUE_MASK.
1199 alertpanel_button_toggled(): new.
1200 alertpanel_button_clicked(), alertpanel_close(): set value using
1202 * src/prefs_common.[ch]: added option to toggle GnuPG signature
1203 check popup window, and GnuPG warning.
1204 * src/rfc2015.c: check_signature(): show signature check dialog
1205 only if it is enabled.
1206 * src/main.c: modified GnuPG checking.
1208 src/prefs_common.c: fixed some compilation bugs when enabled
1213 * src/codeconv.c: conv_get_code_conv_func(): fix for ISO-8859-*
1214 encodings with libjconv.
1215 conv_encode_header(): fixed an endless loop bug when encountering
1216 an invalid wide character (thanks to Alte).
1217 * src/headerview.c: SET_FONT_STYLE(): fixed segfault with invalid
1219 * src/imap.c: imap_create_folder(): don't create folder if the
1221 * src/mainwindow.c: main_window_reflect_prefs_all(): hide the
1222 execute button when immediate execution is enabled.
1227 README.jp: added the "How to run" section.
1231 * merged NNTP AUTH from the claws branch.
1232 * src/news.[ch]: supported NNTP AUTH.
1233 * src/nntp.[ch]: wrapped SockInfo with NNTPSockInfo for NNTP AUTH.
1235 INSTALL.jp: modified the confirmation list and the warning about
1240 * src/gtkutils.[ch]: moved folderview_find_collapsed_parent() to
1241 gtkut_ctree_find_collapsed_parent().
1242 * src/folderview.c: folderview_select_node(): automatically expand
1243 the parent folders when selected.
1244 * configure.in: made the version number to 0.4.99 (0.5pre)
1245 * src/main.c: main(): moved parse_cmd_opt() before gtk_init()
1246 so that X is not necessary for --help and --version.
1247 parse_cmd_opt(): changed g_get_prgname() to g_basename(argv[0]).
1248 * src/folderview.c: folderview_update_node(): a fix for collapsed
1253 * src/main.c: lock_socket_input_cb(): changed fd_read() to fd_gets().
1254 It caused garbages in --compose option.
1255 * src/socket.[ch]: made fd_gets() public.
1259 * src/gtkutils.[ch]: gtkut_ctree_node_next(): new.
1260 * src/folderview.c: folderview_find_next_unread(): new.
1261 folderview_select_next_unread(): modified so that it can find
1266 * src/compose.c: compose_write_headers(): excluded also From, To,
1267 Sender because they could be used for SPAM.
1268 * src/folderview.c: add '+' mark to the collapsed folder that have
1269 some unread folders.
1270 folderview_search_new_recursive(),
1271 folderview_have_new_children(),
1272 folderview_search_unread_recursive(),
1273 folderview_have_unread_children(),
1274 folderview_find_collapsed_parent(): new.
1275 folderview_update_node(): display the number of queued messages.
1280 src/mh.[ch]: modified *_add_msg() to use link(). Added the
1281 argument to switch whether to remove the source file or not.
1284 src/mbox.c: modified the argument of folder_item_add_msg() and
1285 removed some unlink()'s.
1289 * src/prefs_customheader.[ch]: renamed prefs_headers_* to
1290 prefs_custom_header_*. Removed `(New)' row and `Substitute'
1291 button. Supported empty value.
1292 prefs_custom_header_row_moved(): new. Connected "row_move" signal
1293 to the function, and made it set header list.
1294 * src/customheader.c: custom_header_get_str()
1295 src/compose.c: compose_write_headers(): supported empty value.
1296 * src/prefs_display_header.c: prefs_display_header_row_moved(): new.
1297 Connected "row_move" signal to the function, and made it set
1299 * src/compose.c: compose_write_headers(): modified the order of
1300 headers, and made it encode the custom headers.
1301 * src/prefs_customheader.c: prefs_custom_header_delete_cb()
1302 src/prefs_filter.c: prefs_filter_delete_cb(): treat closing the
1303 alert panel by ESC as "No".
1307 * merged the custom header stuff from claws branch:
1308 * src/customheader.[ch]
1309 src/prefs_customheader.[ch]: new.
1310 * src/customheader.c: custom_header_read_str(): use strtol() instead
1311 of atoi() and check errors.
1312 custom_header_find(): new function.
1313 * src/compose.c: IS_IN_CUSTOM_HEADER(): new macro.
1314 compose_write_headers(): made it replace headers with user-defined
1315 headers except for some automatically generated headers.
1319 * src/inc.c: connection_check_cb(): fixed a bug that caused
1320 segmentation fault if connection was not established.
1321 * src/compose.c: compose_create(): even if set_autobcc or set
1322 autoreplyto is checked and the entries are empty, show them.
1326 * src/textview.c: textview_show_mime_part(): modified the messages.
1327 TEXT_INSERT(): new macro.
1329 * src/prefs_display_header.c: prefs_display_header_create():
1330 modified the text of checkbutton.
1334 * src/mimeview.c: added "Open with..." to the context menu.
1335 * src/summaryview.c: summary_print()
1336 src/inputdialog.c: input_dialog(): fixed memory leaks.
1337 * src/textview.c: textview_show_mime_part(): updated the description.
1338 * src/send.c: implemented sending progress dialog.
1339 (TODO: automaton should be used.)
1340 send_progress_dialog_create(), send_progress_dialog_destroy(),
1342 send_message_smtp(): made it update the dialog for each stage.
1343 * src/utils.[ch]: get_left_file_size(): new. Get the left bytes
1345 * src/summaryview.c: summary_show(): when open_inbox_on_inc is set,
1346 go to first unread message even if folder is same as previous.
1347 * src/prefs_common.c: made color selection dialog transient, and
1348 made escape key close the dialogs.
1354 * src/select-keys.c: delete_event_cb(): removed `;' from its end.
1355 * src/recv.c: recv_write(): changed the interval to 10msec.
1356 * src/prefs_display_header.c: modified the layout of the dialog,
1357 and made the hidden headers list insensitive when `Show other
1358 headers' is not checked.
1359 * src/textview.c: changed strcasecmp() and strncasecmp() to
1360 the corresponding glib functions.
1361 * src/inc.c: get_spool(): make a temporary file in the home
1366 * src/prefs_common.c
1378 src/sigstatus.c: fixed a bug that accidentally destroyed dialogs
1379 when closed them with delete_event (thanks to DINH).
1380 Added *_deleted() and *delete_event() which handle delete_event
1385 * src/prefs_display_header.c: merged some changes from claws branch:
1386 prefs_display_header_create(): allow reordering of headers by
1388 prefs_display_header_find_header(): new function.
1389 prefs_display_header_clist_set_row(): don't allow duplicates.
1390 * src/prefs_account.c: prefs_account_receive_create(): changed
1391 the label of the check button.
1395 * src/pop.c: pop3_getsize_list_recv(): if sscanf() failed, break
1397 * src/inc.h: removed cur_msg_bytes from Pop3State.
1398 * src/inc.c: pop3_recv_func()
1399 src/recv.[ch]: made the second arguments of RecvUIFunc current
1401 recv_write(): made it call UI func if elapsed time is greater
1403 * src/recv.c: recv_write(): changed the interval to 300 usec.
1404 * src/textview.c: textview_show_header(): if header is Subject,
1406 * src/utils.[ch]: unfold_line(): new.
1407 * src/procheader.[ch]: procheader_get_header_array(): new.
1408 * src/prefs_display_header.c: updated defaults.
1412 * some merge from the sylpheed-claws branch.
1413 It allows user to specify displayed headers in message view.
1414 (symbol names were also changed.)
1415 * src/prefs_display_header.[ch]
1416 src/displayheader.[ch]: new.
1417 * src/prefs_display_header.c:
1418 removed prefs_display_headers_other_headers_toggled().
1419 removed "(New)" row from the list.
1420 * src/defs.h: added DISPLAY_HEADER_RC.
1421 * src/prefs_common.c: prefs_message_create(): added a button for
1422 opening the display header setting dialog.
1423 * src/prefs_common.h: added show_other_header and disphdr_list
1425 * src/procheader.[ch]: procheader_get_header_list_from_file(),
1426 procheader_get_header_array_asis(): new.
1427 procheader_get_header_list(): modified so that it takes FILE
1428 pointer for its argument.
1429 procheader_header_array_destroy(), procheader_header_free(): new.
1430 * src/main.c: main(): made it call prefs_display_header_*_config().
1431 * src/textview.c: textview_scan_header(): modified so that it
1432 sorts headers according to user setting.
1433 src/textview_show_header(): made it call
1434 textview_make_clickable_parts().
1435 textview_make_clickable_parts(): added GdkFont to its arguments,
1436 and removed GtkText from them.
1440 * implemented auto-checking of new mail based on the patch from
1441 Pierric Descamps (thanks!).
1442 * src/inc.c: added inc_autocheck_timer_init(),
1443 inc_autocheck_timer_set(), inc_autocheck_timer_remove(),
1444 inc_autocheck_func() for auto-checking of new mail.
1445 * src/main.c: main(): call inc_autocheck_timer_init().
1446 * src/prefs_common.c: prefs_receive_create(): activated the
1447 auto-checking UI. Added prefs_common_cancel(), and connected
1448 some signals to that.
1449 * src/prefs_common.c
1452 src/account.c: Disabled auto-checking while opening the dialog.
1453 * src/headerview.c: headerview_show_xface(): fixed a bug that
1454 showed a warning when header pane was hidden.
1460 src/recv.c: removed non-blocking socket mode support since it
1463 src/inc.c: modified the messages of incorporation dialog.
1467 * src/utils.h: made u32 the typedef of guint32.
1468 added BIG_ENDIAN_HOST macro that is used by md5.c.
1469 * src/md5.c: renamed md5c.c. Fixed the indentation. Fixed a bug
1470 that didn't calculate MD5 correctly on big endian machines.
1476 * src/folder.c: folder_init(): added the method imap_remove_folder.
1477 * src/folderview.c: folderview_rm_imap_folder_cb(): made it
1478 actually remove folder from IMAP4 server.
1479 * src/imap.[ch]: imap_create_folder(): made it actually create
1480 folder on IMAP4 server.
1481 imap_remove_folder(): added.
1482 imap_create(), imap_delete(): added.
1483 * src/summaryview.c: summary_execute_delete(): don't check trash
1484 if folder type is not F_MH.
1485 * thanks to Ishihara for the above changes.
1487 ac/check-type.m4: better wint_t typedef detection (renamed
1488 sv_CHECK_TYPE to SYLPHEED_CHECK_TYPE).
1492 * src/recv.c: recv_bytes_write(): fixed another bug that caused
1493 infinite loop and buffer overrun.
1497 * src/socket.[ch]: renamed sock_read() and fd_read() to
1498 sock_gets() and fd_gets() for preventing confusion.
1499 Added sock_read() and fd_read() which is the wrapper of read().
1500 * src/recv.c: recv_bytes_write(): fixed a bug that caused infinite
1501 loop. Use sock_read() instead of fd_read().
1508 src/smtp.c: use sock_gets() instead of sock_read().
1509 * src/imap.c: imap_session_new(): fixed the error detection
1514 * src/inc.c: made it displays current read bytes to the dialog.
1515 * src/pop.c: recv_write(): call UI function before editing
1520 * src/progressdialog.c: progress_dialog_create(): modified the
1521 size of dialog and made it stretchable.
1523 src/esmtp.c: smtp_ok(), esmtp_ok(): fixed a bug that didn't
1524 process an error response correctly (thanks to Ohmasa).
1525 * src/pop.[ch]: added pop3_getsize_list_send(),
1526 pop3_getsize_list_recv().
1527 * src/recv.[ch]: added recv_set_ui_func() that makes recv_write()
1528 call the callback function for each sock_read().
1529 * src/inc.h: in Pop3State, renamed bytes to total_bytes, and added
1530 cur_msg_bytes, cur_total_bytes, and sizes.
1531 * src/inc.c: added inc_pop3_recv_func() that updates the progress
1532 bar for each sock_read().
1536 * src/mh.c: mh_is_maildir_one(): modified so that it uses
1539 2001-04-25 Werner Koch <wk@gnupg.org>
1541 * src/mh.c (mh_is_maildir_one, mh_is_maildir): New.
1542 (mh_scan_tree_recursive): Do not include Maildir style directories
1545 Changed the use of integers to describe sockets by an more abstract
1548 * src/automaton.h (struct _Automaton): Add help_sock.
1549 * src/automaton.c (automaton_input_cb): Changed source to be
1550 SockInfo and use wrapper for gdk_input_add.
1552 * src/send.c (SEND_EXIT_IF_ERROR): Adjusted tests and removed test
1553 for invalid socket because this is now done in sock_close. Set
1555 (SEND_EXIT_IF_NOTOK): Set closed sock to NULL.
1556 (send_smtp_open): Use only SockInfo.
1558 * src/news.c (news_session_new): Use SockInfo here.
1559 (news_session_destroy): Ditto and set sock to NULL.
1561 * src/nntp.c: Use SockInfo instead of integers
1562 * src/smtp.c: Ditto.
1564 * src/recv.c: Ditto.
1566 * src/inc.c (inc_pop3_session_do): Removed sock_sockinfo_free. Put
1567 gdk_input_add into a wrapper.
1569 * src/esmtp.c: Changed socket descriptors to use SockInfo.
1570 * src/esmtp.h: Ditto, included socket.h.
1571 * src/session.h (struct _Session): Likewise.
1572 * src/imap.c (imap_open): Return SockInfo ptr and not an integer.
1573 Removed access to internal data of SockInfo. Changed all callers
1574 and functions to take SockInfo.
1575 (imap_session_new): Use sock_close here.
1576 (imap_session_destroy): Ditto.
1578 * src/compose.c (compose_exec_ext_editor): Replaced sock_write by
1581 * src/main.c (app_will_exit): Close lock socket using fd_close.
1582 (prohibit_duplicate_launch): Use fd_xxx functions instead of sock_xxx.
1583 (lock_socket_input_cb): Ditto.
1585 * src/socket.h, src/socket.c: Prepared SockInfo structure to use
1586 glib channels. Changed all sock_xxx to use SockInfo instead of an
1588 (sock_connect_unix, sock_open_unix, sock_accept): Renamed to ..
1589 (fd_connect_unix, fd_open_unix, fd_accept): .. this and changed all
1591 (fd_read, fd_write, fd_close): New.
1592 (sock_sockinfo_free): Removed.
1593 * src/socket.c (sock_connect_nb): Use close instead sock_close here.
1594 (sock_connect): Ditto.
1598 * config.h.in: removed.
1599 * ac/Makefile.am: added gnupg-check-typedef.m4 to MACROS.
1600 * .cvsignore: added.
1602 src/progressdialog.[ch]
1603 src/pixmaps/complete.xpm
1604 src/pixmaps/continue.xpm
1605 src/pixmaps/error.xpm: applied the patch from Leandro Pereira
1606 that displays the state of message incorporation (thanks!).
1607 * src/inc.c: made the progress dialog change the text of status.
1611 * removed po/*.gmo, configure, stamp-h.in, aclocal.m4, Makefile.in
1613 * COPYING: removed RSA copyright notice.
1614 * removed po/sylpheed.pot, po/stamp-cat-id, po/cat-id-tbl.c.
1615 * configure.in: added the check of sys/utsname.h.
1617 2001-04-24 Werner Koch <wk@gnupg.org>
1619 Merged most of the changes from the W32 branch in.
1621 * configure.in: Require gpgme >= 0.2.1
1623 * acconfig.h (HAVE_U32_TYPEDEF): New.
1624 * ac/gnupg-check-typedef.m4: New.
1625 * configure.in: Check for u32 type and the size of some types.
1626 * src/utils.h: Define the u32 type and related constants.
1628 * src/about.c (about_create): Removed the note about MD5. We are
1629 not any longer using the RSA Inc. implementation.
1630 * src/md5ify.c, src/md5ify.h, src/md5global.h: Removed.
1631 * src/md5c.c, src/md5c.h: Replaced by an FSF implementation and
1632 renamed the function to standard lowercase convention. Changed all
1634 (md5_hex_digest): New.
1635 (md5_hmac): Add hmac function by Martin Schaaf with some
1637 (md5_hex_hmac): New.
1638 * src/esmtp.c, src/esmtp.h (md5_hex_hmac): Removed.
1639 (hmac_md5): Removed.
1640 * src/pop.c (pop3_getauth_apop_send): Replaced the md5_digest by
1641 the new md5_hex_digest function.
1643 * src/about.c: Include utsname.h only if available
1645 * src/utils.c, src/utils.h (get_home_dir): New to better cope with
1646 special Windoze requirements. Changed all calls to
1647 g_get_home_dir() to this function.
1649 * simple-gettext.c: New.
1651 * src/main.c (main): Issue a warning if GnuPG is not properly
1654 * src/sigstatus.c, src/sigstatus.h: New.
1655 * src/rfc2015.c (check_signature): Use the sigstatus window and
1656 get the status texts from a utility function.
1658 * src/select-keys.c: Removed the global select_keys var and
1659 pass an allocated one along all functions.
1660 (set_row): Display only keys capable of encryption.
1661 (update_progress): Replaced the progressbar by
1662 a windmill and a text showing for which key we are collecting
1663 info. Removed progressbar everywhere else and updated callers.
1665 * src/prefs_common.c (prefs_privacy_create) [__MINGW32__]: Do not
1666 display the grab button.
1670 * src/prefs_common.[ch]
1671 src/procheader.c: applied the patch from Darko Koruga that
1672 allows user to define their own format for displaying date in
1673 summary view using strftime() (thanks!).
1674 * src/prefs_common.c: prefs_quote_colors_dialog()
1675 src/mainwindow.c: main_window_reflect_prefs_all(): made it
1676 update message colors if the colors setting is changed.
1677 * src/main.[ch]: made it remember the startup directory.
1678 * src/export.c: export_mbox(): made it initially chdir to the
1680 * src/filesel.c: filesel_select_file(): made it open the startup
1685 * added option to warn about queued messages on exit [sergey]:
1687 * src/compose.c: compose_queue(): call folder_item_scan()
1688 and folderview_update_item() after queueing.
1689 * src/folderview.c: folderview_update_node(): draw the queue
1690 folder in bold font if there are queued messages.
1691 * src/mainwindow.c: queued_messages(): new function.
1692 app_exit_cb(): display warning if there are queued messages
1693 if warn_queued_on_exit is set.
1694 * prefs_common.[ch]: add warn_queued_on_exit option.
1696 * src/mainwindow.c: moved queued_messages() to main.c, and renamed
1697 it to get_queued_message_num().
1698 * src/main.c: app_will_exit(): moved warning dialog code from
1699 app_exit_cb(), and added manage_window_focus_in().
1701 * enhanced GnuPG key selection support [sergey]:
1703 * src/select-keys.c: updated to newer version from Win32
1704 branch with support for selecting arbitrary keys.
1705 * src/prefs_account.c: added the Privacy tab to the account
1707 prefs_account_privacy_create(),
1708 prefs_account_sign_key_set_data_from_radiobtn(),
1709 prefs_account_sign_key_set_radiobtn(): new functions.
1710 * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
1711 * src/rfc2015.c: set_signers(): new function.
1712 pgp_sign(): add the account parameter, call set_signers().
1713 rfc2015_sign(): add the account parameter, pass it to pgp_sign().
1714 * src/rfc2015.h: rfc2015_sign(): updated prototype.
1715 * src/compose.c: pass the current account to rfc2015_sign().
1719 * src/mbox.c: export_to_mbox(): fixed a memory leak bug.
1723 * src/mbox.[ch]: renamed export_mbox() to export_to_mbox().
1724 Fixed a memory leak bug.
1725 * src/export.[ch]: added for exporting folder to mbox.
1726 * src/import.[ch]: made import_mbox() take default folder.
1727 Added description to the dialog.
1728 * src/summaryview.c: summary_show(): fixed a bug that kept the
1729 toolbar buttons insensitive after receiving messages.
1731 src/import.c: fixed a bug that caused quitting of the program
1732 when OK or Cancel button was clicked several time.
1733 * src/prefs_common.[ch]
1734 src/addressbook.c: added "Add address to destination when
1735 double-clicked" option.
1739 * src/prefs_common.[ch]: reorganized the items of settings,
1740 and added Message tab.
1741 * src/main.c: parse_cmd_opt(): added command line option --version.
1742 * src/mh.c: made it unset MSG_DELETED flag when moved/copied to
1744 * src/prefs_common.[ch]
1745 src/headerview.[ch]: the header pane can be toggled now.
1746 * src/prefs_common.[ch]
1747 src/textview.c: page scroll step is now selectable between
1748 one page and half page.
1749 * src/mbox.[ch]: added export_mbox() that reads all messages
1750 in a folder, and store them into one mbox file.
1754 * src/prefs_filter.[ch]: separated filter setting code from
1755 prefs_common.c, and made it a separate dialog.
1761 * src/automaton.[ch]
1762 src/inc.c: fixed the bug that made Sylpheed crash when clicking
1763 Cancel button while getting new mail (thanks to Sergey Vlasov).
1764 * src/xml.c: xml_build_tree()
1765 src/addressbook.c: fixed a bug that caused infinite loop if an
1766 illegal XML file was given.
1771 src/inc.c: applied the patch from Sergey Vlasov that fixes the
1772 problem when the "Go to inbox after receiving new mail" option
1773 was turned off (thanks!).
1777 * src/xml.[ch]: modified so that it supports some characters which
1778 must be escaped, and multiple-lined tag.
1780 src/addressbook.c: modified so that it escapes some characters
1781 like '<', '>', '&', ''', '"'.
1791 src/summaryview.[ch]: applied the patch from Darko Koruga that
1792 adds copy message operation for the MH folders (thanks!).
1793 * src/imap.c: disabled slash to dot conversion.
1794 * src/imageview.c: fixed a bug that displayed an old image when
1795 loading of a image failed (thanks to Darko Koruga).
1799 * src/procmsg.c: procmsg_read_cache(): added setvbuf() to speed up
1800 cache reading (thanks to Sergey Vlasov).
1802 src/summaryview.[ch]
1803 prefs_common.[ch]: applied the patch that keeps the same folder
1804 after receiving new mail (thanks to Sergey Vlasov).
1806 src/utils.[ch]: moved get_quote_level() to utils.c.
1810 * ac/Makefile.am: added.
1812 configure.in: added ac directory.
1816 * src/summaryview.c: summary_filter(): made it move messages
1817 immediately if immediate_exec option is set.
1818 * src/prefs_common.[ch]
1820 src/gtkutils.[ch]: applied the message coloring patch from
1821 Stephen Anthony with some modification (thanks!).
1823 src/mimeview.c: modified the behavior of MimeView (thanks to
1828 * src/utils.c: copy_file()
1829 src/mh.c: applied (and modified) the patch from Darko Koruga
1830 that enables to move messages across file systems (thanks!).
1832 src/utils.[ch]: applied the patch from Jorge Van Hemelryck
1833 that converts the date of messages to the local time (thanks!).
1834 * src/utils.c: remote_tzoffset_sec(): fixed a bug that the signs
1835 of one-letter timezone were reversed.
1836 * src/folder.c: folder_item_add_msg(): put the assertion for the
1837 add_msg() method (thanks to TAKANO).
1841 * src/procmime.c: procmime_decode_content(): fixed a bug that
1842 corrupted quoted-printable encoded messages when they include
1843 `=00' (thanks to Masahiro Tomita).
1846 src/summaryview.c: modified the DnD behavior of MIME view
1847 (thanks to HIRAMATSU).
1851 * src/about.c: applied the patch from Sergey Vlasov that fixes
1852 the appearance of the about dialog (thanks!).
1853 * src/prefs_common.[ch]
1859 src/textview.[ch]: applied the GnuPG support patch which had
1860 ported from the sylpheed-win32 branch (thanks to Sergey Vlasov).
1861 * INSTALL, INSTALL.jp: updated the description about GnuPG.
1865 * src/utils.[ch]: added references_list_append() that parses
1866 References header and makes it string list.
1867 * src/compose.c: modified so that too long References header is
1868 truncated, garbage characters are removed, and header is tidied
1869 up (thanks to Matthias Intemann).
1873 * src/addr_compl.c: applied the address completion bugfix patch
1874 from Alfons Hoogervorst (thanks!).
1878 * src/gtksctree.c: modified so that the tree_select_row signal
1879 actually pass the column number.
1880 * src/summaryview.c: summary_selected(): made generic mark and
1881 unread mark can be toggled with clicking of the columns.
1882 Added summary_mark_row_as_read() and summary_mark_row_as_unread().
1883 * src/prefs_common.c
1884 src/prefs_account.c: applied the layout fix patches from Sergey
1885 Vlasov, and adjusted some widths of GtkEntry widgets.
1886 * src/prefs.c: prefs_dialog_create(): enable notebook to take focus.
1887 * src/inc.c: inc_start(): modified so that authentication dialogs
1888 show server name too (thanks to Sergey Vlasov).
1892 * src/mimeview.c: mimeview_key_pressed(): fixed a bug that caused
1893 segmentation fault when a malformed multipart message is shown
1894 (thanks to Sergey Vlasov).
1895 * src/summaryview.c: summary_display_msg(): made it focus to the
1896 summary view if the MIME list is empty.
1900 * src/pixmaps/deleted.xpm
1901 src/pixmaps/mark.xpm
1902 src/summaryview.c: added deleted and mark icon.
1903 * src/gtkutils.c: gtkut_widget_init(): changed gtk_widget_destroy()
1904 to gtk_widget_unref().
1905 * src/addr_compl.c: start_address_completion(): fixed the bug that
1906 displayed warning when the address book was empty (thanks to
1911 * src/summaryview.c: summary_show(): fixed a memory leak bug
1912 (thanks to ChiDeok Hwang).
1913 * src/pixmaps/forwarded.xpm
1914 src/pixmaps/replied.xpm
1916 src/pixmaps/unread.xpm
1921 src/summaryview.[ch]: applied the patch from Marc Hoper
1922 that adds replied and forwarded mark to replying or forwarding
1923 messages (thanks!). And new and unread mark were replaced
1924 by the icons David Mehrmann created (thanks!).
1925 * src/summaryview.c: made the width of unread and MIME column
1927 * src/prefs.c: prefs_config_parse_one_line(): made it check the
1928 '=' separator (thanks to Sergey Vlasov).
1932 * src/prefs_common.[ch]: moved smooth scroll option to the
1934 * src/textview.c: made the one-line scroll also perform smooth
1939 * src/prefs_common.[ch]
1940 src/textview.c: applied the smooth scroll patch from Setoh and
1945 * src/summaryview.c: summary_attract_by_subject(): rewritten it
1946 using hash table for speeding up.
1947 * src/prefs_account.c: made filter_on_receive TRUE by default.
1948 * src/mainwindow.c: reordered menu items.
1952 * src/gtkutils.c: gtkut_clist_bindings_add(): fixed a bug that
1953 caused address completion not to accept space and enter key.
1958 src/codeconv.c: fixed a bug that didn't encode non-ASCII headers
1960 * src/compose.c: fixed a bug that didn't decode some headers
1961 correctly when replying or reediting drafts (thanks to Sergey
1966 * src/gtkutils.[ch]: added gtkut_widget_init() that modifies the
1967 behaviors of some classes.
1968 * src/main.c: main(): made it call gtkut_widget_init() first.
1969 * src/summaryview.c: summary_create(): removed the key binding code.
1973 * src/procmsg.[ch]: modified for the sake of readability.
1977 * src/mainwindow.c: changed "Clean trash" to "Empty trash".
1978 Added new menu items for folder manipulation.
1979 allsel_cb(): made it change the target between summary view and
1980 message view according to the input focus.
1981 Removed "Select all" from Summary submenu.
1982 * src/folderview.[ch]: added functions for creating/renaming/deleting
1984 * src/procmsg.[ch]: made "marked" and "deleted" flag permanent, and
1985 removed "important" flag.
1986 * src/summaryview.c: added summary_set_row_marks() that sets style
1987 of a row according to the flags, and made some functions use it.
1988 * src/mainwindow.c: allsel_cb(): modified so that it selects
1989 summary view correctly if message view is toggled off.
1993 * src/socket.c: sock_connect_by_getaddrinfo(): fixed a resource
1994 leak bug of socket, and rewrote the routine.
1995 * src/inc.c: inc_mail(), inc_all_account_mail(): fixed a bug that
1996 displayed the wrong unread number in the folder tree if a
1997 folder was open and new messages arrived at the folder.
1998 * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug
2003 * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): made it
2004 check the existence of the destination file.
2005 * src/procmsg.c: procmsg_set_flags(): made it count the last
2006 number of the message list (and fixed a bug that didn't open
2007 newly arrived message).
2011 * src/prefs_common.c: prefs_send_create(): removed EUC-JP and
2012 Shift_JIS from the outgoing codeset.
2020 * src/send.c: send_message_queue(): modified so that it finds
2021 the account from the `From' and the server name of the queued
2023 * src/account.[ch]: added account_find_from_smtp_server() that
2024 finds an account from the specified address and SMTP server.
2027 src/summaryview.[ch]
2028 src/sourcewindow.[ch]: integrated the viewing source patch from
2029 DINH V. Hoà (thanks!).
2033 * src/addr_compl.[ch]
2035 src/compose.c: applied the enhanced address completion patch
2036 from Alfons Hoogervorst (thanks!).
2037 * src/addr_compl.c: replaced g_assert() with g_return(_val)_if_fail().
2038 * src/folder.c: folder_init()
2039 src/folderview.c: folderview_drag_motion_cb()
2040 src/procmsg.c: procmsg_clean_trash()
2041 src/summaryview.c: summary_start_drag()
2042 src/imap.[ch]: integrated the IMAP4 move/remove function patch
2043 from Suzuki Mio (thanks!).
2047 * src/main.c: parse_cmd_opt(): made the --compose option realize
2049 * src/utils.[ch]: execute_async(): supported quoted arguments
2051 strstr_with_skip_quote(), strsplit_with_quote(): quote-supported
2052 version of g_strsplit().
2053 * src/mimeview.c: mimeview_view_file()
2054 src/prefs_common.c: added single quotation mark around the file
2066 src/utils.[ch]: applied the security fix patch from Dmitry V.
2067 Levin with some modification (thanks!). Added my_tmpfile() to
2069 * src/main.c: added --receive-all command-line option.
2073 * src/socket.c: sock_connect_thread(): fixed a bug that didn't
2074 compile if both multithread and IPv6 are enabled (thanks to
2077 src/compose.c: applied a patch from Jason McCarver that allows
2078 FIFO for signature file (thanks!).
2079 * src/textview.c: made some more refactoring.
2080 * src/socket.c: sock_accept(): changed socklen_t to gint.
2085 src/textview.c: some code cleanups.
2091 src/textview.c: integrated the patch from Alfons Hoogervorst that
2092 fixes some glitches in clickable URI and enables mail addresses
2093 clickable, and enables the --compose command line option to
2094 specify address (thanks!).
2101 src/prefs_account.[ch]
2102 src/Makefile.am: applied the SMTP AUTH patch from Martin Schaaf
2103 and fixed its a few bugs (thanks!).
2104 * src/textview.c: textview_key_pressed(): made it don't move focus
2106 * src/main.c: parse_cmd_opt(): modified the help message.
2107 * src/html.[ch]: added empty_line to HTMLParser and modified
2108 the parser routines a bit.
2112 * src/html.c: added eucjp_symbol_list, and added some characters
2113 to ascii_symbol_list.
2117 * src/codeconv.[ch]: added a member `charset' and `charset_str'
2119 * src/html.[ch]: added the symbol list for ISO-8859-1 codeset.
2120 html_parser_new(): made it change the symbol hash table
2121 according to the character set of the document.
2122 html_parse_special(): made it recognize character code number.
2126 * src/textview.c: added textview_show_html() that parses HTML and
2128 textview_show_part(): made it call textview_show_html() if
2129 the part is text/html.
2130 * src/html.[ch]: implemented HTML parser.
2134 * src/codeconv.[ch]: added CodeConverter, and its methods
2135 (conv_code_converter_new(), conv_code_converter_destroy(), and
2137 * src/textview.c: removed the branches by HAVE_LIBJCONV and
2138 rewrote them using CodeConverter.
2142 * src/mbox.c: proc_mbox(): workaround for duplicated From_ line.
2146 * src/codeconv.c: some code cleanups.
2150 * src/mainwindow.c: main_window_popup(): fixed a bug that didn't
2151 popup the main window correctly.
2152 * src/codeconv.h: fixed a bug that the definition of CS_EUC_CN and
2153 CS_EUC_TW was reversed (thanks to Sakamoto).
2160 src/socket.[ch]: applied the patch from Hiramatu that enables
2161 prohibition of multiple execution and remote control with
2162 command line option (thanks!).
2166 * src/summaryview.c: summary_button_pressed(), summary_selected():
2167 made it toggle the view if middle button is clicked while message
2169 summary_drag_data_get(): fixed a memory leaking.
2171 src/compose.c: compose_write_headers(): modified so that it uses
2172 host_alias for X-Mailer or X-Newsreader field.
2178 * src/folderview.c: fixed a bug that prevented a folder from being
2179 created if there were already folders that have the same name
2180 somewhere at another place.
2184 * src/folderview.c: folderview_update_all(): fixed a bug that
2185 caused segmentation fault when a folder was selected after
2186 updating the folder tree.
2187 * src/compose.c: compose_send(): fixed a locking bug.
2188 compose_write_headers(): fixed a bug that referred to cur_account.
2189 compose_convert_header(): made it check the arguments.
2193 * src/main.c: some cleanups and added --help option.
2197 * src/send.c: re-enabled user-defined domain name setting.
2198 * src/utils.c: is_next_mbs(): changed the size of temporary
2199 multibyte array to MB_CUR_MAX.
2200 strdup_mbstowcs(): added error check to mbstowcs().
2201 strdup_wcstombs(): added error check to wcstombs().
2202 * src/addr_compl.c: get_address_from_edit(): made it check the
2203 return value of strdup_mbstowcs().
2204 * src/codeconv.c: conv_encode_header(): added error checking
2205 to strdup_mbstowcs().
2209 * src/utils.c: log_error(): changed g_error() to g_warning() so
2210 that it doesn't abort.
2212 * src/addr_compl.c: add_address(): fixed a bug that aborted the
2213 program if the name or the address is empty.
2214 get_address_from_edit(): supported multibyte characters.
2215 * configure.in: fixed a typo.
2216 * src/send.c: re-enabled user-defined SMTP port setting.
2222 * configure.in: added --enable-gpgme option, and disabled GPGME
2224 * made GPGME related members in MimeInfo not used if disabled.
2225 * src/rfc2015.c: some cleanups for warning.
2229 INSTALL.jp: updated.
2230 * Makefile.am: modified bzip2 option.
2234 * src/procmime.[ch]: added MIME_APPLICATION_OCTET_STREAM to
2236 * src/mimeview.c: mimeview_view_file(): made it do nothing if
2237 the MIME type is application/octet-stream.
2238 * src/folderview.c: folderview_update_all(): made it show modal
2239 dialog while updating folders.
2240 * src/folderview.c: folderview_update_all(): fixed a bug that
2241 didn't remove the dialog.
2245 * src/mimeinfo.c: merged the patch from John E.P. Hynes that
2246 launches the attached file using metamail (thanks!).
2247 * src/procmime.[ch]: added procmime_get_tmp_file_name().
2249 src/addr_compl.[ch]: merged the patch from Alfons Hoogervorst
2250 that enables address completion in the address entry on the
2251 composition window (thanks!).
2252 * src/addr_compl.c: get_all_addresses(), read_address_book():
2253 modified so that it uses xml_free_tree() for freeing the address
2258 * src/utils.c: remove_dir_recursive(): fixed a bug that failed to
2259 remove the current directory (thanks to Maki).
2260 * src/summary_search.c: added `Select all matched' option to the
2261 search dialog (thanks to Takahashi).
2262 * src/pixmaps/stock_mail_attach.xpm
2263 src/pixmaps/tb_address_book.xpm
2264 src/compose.c: added some toolbar icons contributed from
2265 Leandro Pereira (thanks!).
2269 * src/rfc2015.c: passphrase_cb(): *finally* fixed a bug that caused
2270 segmentation fault when the passphrase dialog was cancelled.
2271 Hided the passphrase in the debug message.
2272 * src/about.c: about_create(): fixed a bug that failed to compile
2273 when none of the features were used.
2274 * src/foldersel.c: foldersel_set_tree(): made it display all
2276 * src/inc.c: inc_start(): fixed a bug that showed password dialog
2277 continuously if it was cancelled.
2278 * src/summaryview.c: summary_write_cache(): put an assertion after
2279 folder_item_get_cache_file() to prevent the crash.
2280 * thanks to Maki for the above four fixes.
2281 * src/utils.h: added #include <alloca.h>.
2285 * src/rfc2015.c: changed some g_message() used for error messages
2290 * src/procmsg.[ch]: modified READ_CACHE_DATA() macro so that
2291 it can handle a string data of which length >= BUFFSIZE.
2292 * src/rfc2015.c: rfc2015_encrypt(): changed return to `goto failure'.
2293 * src/pixmaps/stock_mail_receive_all.xpm
2294 src/pixmaps/stock_mail_reply_to_all.xpm
2296 src/mainwindow.c: main_window_toolbar_create(): added new toolbar
2297 icons contributed from David Mehrmann (thanks!).
2298 * src/inc.[ch]: overhauled the architecture so that it don't create
2299 and destroy progress dialog for each incorporation in `get all'
2304 * src/mh.c: mh_scan_tree_recursive(): fixed a bug that mistook
2305 sub folders named `inbox', etc. as special folders.
2306 * src/rfc2015.c: rfc2015_encrypt(): fixed a bug that didn't quote
2311 * applied the GnuPG patch from Werner Koch (thanks!).
2312 * removed Mixmaster support.
2313 * src/rfc2015.c: changed g_error() to g_warning() and modified some
2315 * src/about.c: about_create(): modified compiled-in features list.
2319 INSTALL.jp: updated.
2320 * src/select-keys.c: create_dialog(): modified the layout.
2321 * src/headerwindow.c
2323 src/logwindow.c: made it raise the window if the window is already
2325 * src/prefs_common.[ch]: added an option for immediate execution.
2326 * src/summaryview.c: made it execute immediately when messages are
2327 moved or deleted if immediate_exec option is turned on.
2328 * src/summaryview.c: summary_delete(), summary_move_selected_to():
2329 moved summary_step() before summary_execute().
2330 * src/folderview.c: folderview_update_all(): made it scan folder
2332 * src/compose.c: compose_write_headers(): made it don't add
2333 In-Reply-To header if to_list is empty.
2335 2001-01-09 Werner Koch <wk@gnupg.org>
2337 * configure.in, acconfig.h: Check for GPGME.
2338 * ac/: New directory for local autoconf macros.
2339 * src/Makefile.am: Add support for GPGME
2341 * src/main.c (idle_function_for_gpgme): New.
2342 (main): Register this function.
2344 * src/about.c: Add a note about GPGME.
2346 * src/rfc2015.c, rfc2015.h: New.
2348 * src/mimeview.c (mimeview_show_message): Check signature.
2349 * src/procmime.c (procmime_scan_message): Ditto.
2351 * src/messageview.c (messageview_show): Add decryption stuff.
2353 * src/compose.c (compose_write_to_file): Encrypt the file if requested.
2354 (compose_toggle_encrypt_cb): New
2355 (compose_toggle_mixmaster_cb): New, just to be prepared for
2357 (compose_write_headers): Suppress some headers in mixmaster mode.
2359 * src/prefs_common.c (prefs_common_create): Add Privacy notebook sheet.
2360 (prefs_privacy_create): New. Also some new structures etc.
2361 * src/compose.c (compose_create): Set encrypt button to prefs default.
2362 * src/compose.h (struct _Compose): Add use_encryption, use_mixmaster.
2364 * src/compose.c (compose_send): Add missing unlock before one return.
2368 * src/gtksctree.[ch]
2370 src/summaryview.[ch]: applied the patch from Hiramatu that enables
2371 DnD from the summary view to the folder view and fixes some other
2373 * src/mainwindow.c: scan_tree_func(): fixed a bug that caused
2375 * src/imap.c: quoted user name in LOGIN and folder name in SELECT.
2376 * src/gtksctree.c: gtk_sctree_button_press(): fixed a bug that
2377 didn't toggle expansion of node.
2381 * src/imap.c: applied the patch from Nishimura that updates the
2382 message list more precisely and reads the message flags (thanks!).
2383 * src/textview.c: textview_show_header(): made X-Newsreader field
2385 * src/summaryview.c: summary_show(): made it flush events when
2390 * src/summaryview.c: applied the patch from Alfons that enabled
2391 the horizontal scrollbar of summary view (thanks!).
2395 * src/compose.c: compose_cb(): fixed a bug that didn't open the
2396 composition window right after launching the program.
2397 * src/setup.c: scan_tree_func(): fixed a bug that caused
2404 * src/textview.c: textview_set_font(): fixed a bug that caused
2405 segmentation fault if the mode of the text widget was changed
2406 between multibyte and singlebyte while the region was selected
2412 src/summaryview.c: made it unable to delete or move messages when
2414 * src/prefs_common.c
2415 src/news.c: added the option for maximum news article number.
2419 * src/compose.c: compose_send(): changed the location of temporary
2420 file. Made it use the default account if all of tried account
2421 aren't mail one, and made it show alert dialog and abort when even
2423 * src/prefs_account.c: prefs_account_get_new_id(): made it preserve
2425 prefs_account_open(): made it fill in personal information
2426 according to the default account when creating a new account.
2427 * sylpheed.spec.in: added to autogenerate sylpheed.spec with the
2428 proper version number (thanks to BONAIM).
2430 Makefile.am: added entries for sylpheed.spec.in.
2434 * src/compose.[ch]: modified so that it can change account
2436 * src/send.[ch]: modified so that it doesn't see cur_account.
2437 * src/prefs_account.c: modified so that news setting doesn't
2438 show SMTP server entry.
2442 * src/folderview.c: fixed a bug that didn't sort special folders
2443 correctly when a new folder is created or renamed.
2447 * src/compose.[ch]: enabled to select account at composing window.
2448 * src/folderview.c: made it display unread number next to folder
2450 * src/prefs_common.[ch]: added the option for unread number display.
2454 * src/compose.[ch]: integrated news posting patch from DINH V. HoÃ
2455 and made many modifications (thanks!).
2456 compose_write_headers(): made the spaces in newsgroups removed.
2457 Supported Followup-To.
2458 compose_destroy(): got the objects removed properly.
2459 * src/news.c: merged news_post_to_group() and news_post() since
2460 they doesn't have to do multiple posting.
2461 * src/import.c: import_destsel_cb(): fixed a bug that failed to
2462 import into the selected folder.
2463 * src/prefs_account.c: modified the interfaces.
2468 prefs_common.c: changed "SHIFT-JIS" to "Shift_JIS" since the
2469 string is registerd to IANA.
2470 * src/nntp.[ch]: added nntp_post().
2471 * src/news.[ch]: added news_post() and news_post_to_group().
2475 * src/account.c: account_edit_open()
2476 src/mainwindow.c: new_account_cb(): made it unable to edit
2477 accounts if some composing windows are open.
2481 * src/folder.[ch]: added folder_set_name().
2482 * src/account.c: made a folder name of IMAP4/NNTP become the same
2483 as the name of account.
2487 * src/summaryview.c: summary_filter_func(): fixed a bug that failed
2494 * src/mbox.c: fixed a bug that didn't incorporate spool file
2495 correctly. Modified so that it recognizes From_ line as separator
2496 of messages even if the previous line isn't empty line.
2497 * src/send.c: send_message_queue()
2498 src/procmsg.c: procmsg_send_queue(): Fixed a bug that printed
2499 warning when it tried to delete a sent message.
2506 src/news.[ch]: modified so that it actually gets news articles.
2507 * src/utils.[ch]: added make_dir_hier() that creates directory
2510 folder_item_get_cache_file(), folder_item_get_mark_file():
2511 made it creates cache directory if it doesn't exist.
2512 folder_add(): made it insert the added folder into the correct
2514 * src/imap.[ch]: modified so that it suits the new folder
2515 architecture. Fixed a bug that caused segmentation fault
2516 if authentication failed at imap_auth().
2517 * src/folderview.c: implemented IMAP4 folder handling routines.
2521 * src/prefs_account.[ch]: added account ID and nntp_server
2522 to PrefsAccount. And added the interface for NNTP server.
2523 * src/folderview.c: modified news folder handling routines.
2524 * src/folder.[ch]: removed cache_dir from RemoteFolder, and
2525 modified folder_item_get_path().
2529 * src/folder.[ch]: added create_folder(), rename_folder(),
2530 remove_folder() to Folder class.
2531 * src/mh.[ch]: added mh_create_folder(), mh_rename_folder(), and
2533 Implemented mh_create_tree() that creates MH directory tree.
2534 mh_rename_folder(): modified so that the paths of sub folders
2536 * src/folderview.c: modified folderview_new_folder_cb(),
2537 folderview_rename_folder_cb(), and folderview_delete_folder_cb()
2538 so that they work properly.
2539 Added folderview_remove_mailbox_cb() and the menu entry that
2540 remove mailbox from folder tree.
2541 * src/setup.[ch]: added for initial setup.
2542 * src/alertpanel.c: modified the appearance of the dialog.
2543 * src/compose.c: fixed compose_save_to_outbox() and
2544 compose_queue() so that it sets flags correctly.
2548 * src/mainwindow.c: modified the strings of toolbar labels.
2552 * src/gtkutils.[ch]: added gtkut_ctree_node_move_if_on_the_edge().
2553 * src/summaryview.c: summary_display_msg(): made it scroll the
2554 list if the message of the edge of that is displayed.
2559 src/mh.[ch]: added functions for moving messages.
2560 * src/procmsg.[ch]: moved procmsg_move_messages_with_dest()
2561 to folder.c and mh.c. Added procmsg_to_folder_hash_table().
2565 * src/utils.[ch]: added get_tmp_file().
2568 src/folder.c: fixed a bug that failed to drop messages.
2569 * src/mh.c: mh_scan_folder(): made it check new, unread, and total
2570 number of the folder.
2574 * src/folderview.c: added special folder setting routine.
2575 * src/folder.[ch]: added a method is_msg_changed().
2576 Implemented folder_find_item_from_path().
2577 * src/summaryview.c: fixed some bugs that wrongly freed FolderItem's.
2578 * autogen.sh: fixed so that the configure can take arguments.
2583 src/mainwindow.[ch]: added main_window_new_mailbox() that asks
2584 the path of mailbox and create the one.
2585 * src/folderview.c: made the folder tree and selected folder
2591 src/folder.c: implemented mh_scan_tree() that scans the folder
2592 recursively and create the tree.
2612 src/summaryview.[ch]
2614 src/Makefile.am: merged the development tree into the cvs tree.
2615 Some functions are not unimplemented yet.
2623 * src/xml.[ch]: supported omitted tag (<tag />).
2624 * src/procmsg.c: procmsg_msg_exist(): fixed a memory leak bug.
2625 * src/imap.c: imap_parse_atom(): fixed a bug that caused
2626 segmentation fault if the subject was empty (thanks to Tsutsui).
2627 * src/folder.[ch]: updated.
2631 * src/xml.[ch]: added xml_parse_file() that parses the whole XML
2632 file specified and returns the tree.
2636 * po/pt_BR.po: fixed some typos that caused segmentation fault.
2642 * src/session.h: added.
2643 * src/folder.[ch]: updated.
2644 * src/compose.c: compose_write_to_file()
2645 src/codeconv.c: conv_get_outgoing_charset_str(): fixed a bug
2646 that put a garbage to charset if the outgoing character set was
2647 specified and non-ascii characters were used in subject.
2651 * src/statusbar.c: statusbar_puts(): fixed a bug that locked the
2652 progress if the status bar was hidden.
2656 * src/folder.[ch]: added for the more object-oriented folder
2664 src/prefs_common.[ch]: made the state of status bar get preserved.
2665 * src/compose.c: compose_insert_sig(): modified so that it doesn't
2666 put a separator if a signature file doesn't exist.
2667 * src/prefs_account.[ch]
2668 src/inc.c: added the option that toggles whether to receive
2669 messages when getting from all accounts.
2671 README.jp: updated the description and added some usages.
2677 src/compose.[ch]: applied the patches from Alfons Hoogervorst
2678 that makes the ruler of composition window graphical (thanks!).
2684 src/prefs_common.c: replaced CS_WINDOWS_1251 with CS_CP1251.
2690 * src/compose.c: turned the color of quoted messages black again.
2694 * src/about.c: added a clickable URI to the Sylpheed home page,
2695 and a list of compiled-in features.
2696 * src/compose.c: made the color of quoted messages blue.
2697 * src/summaryview.c: added `Show all header' to the context menu.
2698 * src/prefs_common.c: removed the threading option from the dialog.
2699 * src/compose.c: fixed a bug that didn't parse the quotation format
2704 * src/compose.c: compose_set_ext_editor_sensitive(): modified so
2705 that it toggles linewrap menu item and tool button.
2706 * src/prefs_common.c: modified the default of the signature
2708 * src/compose.[ch]: added ruler to the compose window.
2709 * src/prefs_common.[ch]: added a member for the state of ruler
2714 * src/headerview.[ch]: added the destroy function.
2715 * src/messageview.c: messageview_destroy(): fixed a memory leak
2716 bug that didn't freed the HeaderView object.
2717 * src/prefs.c: prefs_write_open(): fixed a memory leak bug.
2718 * src/xml.c: xml_close_file(): fixed a memory leak bug (thanks
2719 to Alfons Hoogervorst for the above three memory leak bug fixes).
2728 INSTALL.jp: modified some descriptions.
2732 * src/compose.c: implemented line-wrapping functions.
2733 * src/prefs_common.[ch]: added the settings for line-wrapping.
2734 * src/codeconv.[ch]: added Windows-1251 to the codesets.
2735 conv_jistoeuc(): fixed a bug that caused segmentation fault
2736 when some half-width kana characters appeared.
2737 * src/summaryview.c: summary_select_all(): made it show message
2738 on the status bar if the number of messages is large.
2742 * src/compose.c: compose_reply(), compose_quote_parse_fmt():
2743 modified so that it parses the quotation mark too.
2744 Added %I that means the initial of sender to the format.
2745 * src/codeconv.[ch]: added GB2312 and Big5 to the codesets.
2746 Fixed a bug that set the wrong outgoing codeset.
2748 src/prefs_common.c: modified the menu item of Chinese codeset.
2753 src/prefs_common.[ch]: modified so that outgoing charset is
2754 saved as a string, not a number.
2758 * src/textview.c: textview_set_font(): changed the scheme of
2759 selecting between font and fontset. And changed the default
2761 * src/headerview.c: headerview_show_xface(): made it ignore
2763 * src/codeconv.c: conv_codeset_strdup(), conv_get_code_conv_func():
2764 modified so that it consider the source codeset as ISO-2022-JP if
2765 it is NULL and the current locale is Japanese.
2769 * src/textview.c: textview_destroy(): fixed a bug that caused
2770 segmentation fault if textview->msgfont is NULL (thanks to
2773 src/defs.h: applied the patch from Yanase that enables to
2774 save the shortcuts of the menus (thanks!).
2778 * src/mainwindow.[ch]: added main_window_set_menu_sensitive() that
2779 toggles the sensitivity of menu items.
2780 * src/summaryview.c: renamed summary_set_popup_sensitive() to
2781 summary_set_menu_sensitive(), and made it set the sensitivity of
2786 * src/textview.c: textview_init(): fixed a bug that didn't disable
2787 the theme engine of GtkText (thanks to Hiramatu).
2788 * src/compose.c: compose_quote_parse_fmt(): added %n and %N that
2789 means the full name of sender and the first name.
2790 * manual/ja/*.??ml: updated to the latest version.
2796 * src/defs.h: separated the definitions from main.h and applied the
2797 patch from TOGAWA that sets DEFAULT_SPOOL_PATH and MAXPATHLEN
2798 from the system headers (thanks!).
2799 * src/codeconv.c: conv_get_current_charset(): fixes for lt_LT and
2801 * src/textview.c: textview_set_font(): modified so that it sets
2802 the correct font when the locale is multi-byte.
2803 textview_destroy(): added proper codes for destruction.
2804 textview_show_header(): fixed the coloration of X-Mailer.
2808 * src/textview.[ch]: made TextView have single-byte and multi-byte
2809 GtkText, and switch between them according to the given codeset.
2810 * src/compose.c: compose_create(): modified the font setting
2815 * src/textview.[ch]: moved the message font variable into TextView.
2816 textview_set_font(): modified so that it uses gdk_font_load()
2817 if the given codeset is US-ASCII or ISO-8859-*.
2825 src/compose.c: workaround for the 8bit code issue (used
2826 gdk_font_load() instead of gdk_fontset_load() when the locale is
2833 * src/compose.[ch]: added `Draft' tool button.
2834 * src/imap.c: imap_parse_envelope(): fixed a parsing bug.
2835 * README, README.jp: added the explanation of the locale setting.
2839 * src/compose.c: made it overwrite the previous draft message when
2840 reedited the draft and saved it again.
2841 * src/procmsg.[ch]: added procmsg_msg_exist() that examine whether
2842 the message really exists.
2843 * src/folderview.[ch]: added folderview_scan_folder_a() and
2844 folderview_scan_folder_foreach_a() that scan the specified
2845 folders for each folderviews.
2846 * src/mainwindow.[ch]: removed main_window_scan_folder() and
2847 main_window_scan_folder_all().
2848 Added `Reedit' to the menu.
2849 * src/import.[ch]: removed MainWindow from the argument of
2851 * src/summaryview.c: removed the unnecessary items from the popup
2852 menu. Changed summary_reedit_cb() to summary_reedit(), and made
2857 * src/compose.h: added a member msginfo to Compose.
2858 * src/procmsg.[ch]: added procmsg_msginfo_copy() that duplicates
2863 * src/summaryview.c: made the the popup menu change the sensitivity
2864 according to the context. Fixed a bug that showed the `clean trash'
2865 dialog repeatedly if `D' key was pressed when the focus was on the
2867 * src/pixmaps/unread.xpm: changed the color of unread mark to blue.
2871 * src/main.c: fixed g_thread initialization.
2875 * src/codeconv.c: added pt_BR to locale_table.
2876 * src/prefs_common.c: prefs_send_create(): added `US-ASCII',
2877 `ISO-8859-1', and Japanese codeset to the option menu of outgoing
2878 codeset when not using libjconv.
2879 * src/compose.c: fixed the bug on saving draft again.
2883 * src/compose.c: compose_write_headers(): fixed a bug that failed
2884 to write headers if To: was empty when saving draft.
2890 src/headerwindow.[ch]
2892 src/messageview.[ch]
2896 src/procheader.[ch]: modified so that they can handle queue folder
2899 src/summaryview.c: implemented draft-reediting function.
2902 src/mimeview.c: replaced *(GtkWidget **) with the macro
2907 * src/procmsg.[ch]: procmsg_msginfo_free(): fixed a memory leak bug.
2908 Added MSG_QUEUED and MSG_DRAFT to MsgFlags, and made it set them
2909 if the folder is QUEUE_DIR or DRAFT_DIR.
2916 src/messageview.c: modified the border of the headerview.
2917 * src/gtkutils.h: added the macro GTK_WIDGET_PTR() that casts
2918 an Sylpheed object to GtkWidget.
2919 * src/utils.c: remove_return(), remove_space(): fixed a bug that
2920 possibly caused segmentation fault.
2923 src/summaryview.c: implemented `forward as an attachment'.
2924 * src/utils.[ch]: open_uri(): brought on URI opening function from
2925 textview.c and manual.c.
2932 src/prefs_common.[ch]: removed `Reply with quote', and added
2933 `Reply to all', and added the option that decides whether to
2934 quote message on replying.
2938 * src/folderview.c: modified so that it uses gtkut_wait_for_draw()
2939 instead of GTK_EVENTS_FLUSH() for statusbar redraw.
2942 src/prefs_common.c: added Baltic (ISO-8859-4,13) to the code sets.
2943 * src/compose.c: compose_send(): modified so that it shows error
2944 dialog when failed to send a message.
2948 * src/account.c: account_edit_close(): fixed a bug that didn't set
2949 current account when creating an account for the first time.
2950 * configure.in: added es to ALL_LINGUAS.
2954 * src/codeconv.c: conv_codeset_strdup(): made it use libkcc if
2956 conv_get_code_conv_func(): modified so that it doesn't convert
2957 codeset if it is unknown.
2958 * src/folderview.c: folderview_update_msg_num(): modified style
2963 * src/codeconv.c: conv_codeset_strdup(): modified so that it sets
2964 codesets automatically if the arguments are NULL.
2965 * src/textview.c: textview_write_line(): made it output warning
2966 message on the text view if conversion failed.
2970 * README, README.jp: modified the author of the manual.
2974 * src/headerview.[ch]
2975 src/messageview.[ch]: modified so that it uses GtkLabel widget
2977 * src/codeconv.c: conv_unmime_header(): modified so that it deletes
2978 unreadable codes if the current locale is EUC-JP and libjconv is
2986 src/textview.c: modified so that it parses MIME message more
2988 * src/imap.c: imap_parse_address(): fixed a bug.
2992 * src/procmsg.[ch]: added procmsg_get_message_file_path().
2993 * src/recv.c: recv_bytes_write(): added CR+LF -> LF conversion
2995 * src/imap.[ch]: changed the name of the member `group' in
2996 IMAPSession to `mbox'.
2997 imap_gen_send(): modified so that it doesn't output the password
2999 Modified session destroying routine.
3000 * src/folderview.c: folderview_write_cache(): made it preserve
3001 the IMAP folder list.
3002 * src/procmime.c: procmime_scan_multipart_message(): fixed a bug
3003 that showed boundary at the end of an attached RFC822 part.
3004 * src/prefs_common.c: changed the default of toolbar style to
3009 * src/imap.c: imap_get_uncached_messages(): modified so that it
3010 doesn't get the cached envelopes.
3011 imap_session_get_message_info(): made it read only the cache
3012 if the session is not established.
3013 * src/procmsg.c: procmsg_set_flags(): supported IMAP folder.
3014 * src/news.c: news_get_article_info(): made it read only the cache
3015 if the session is not established.
3019 * src/textview.c: textview_write_line(): fixed a memory leak bug.
3020 * src/folderview.[ch]: made it create IMAP4 folders from the
3021 account information.
3022 * src/imap.[ch]: imap_session_get(): modified so that it creates
3023 IMAP4 session from the account information.
3027 * src/imap.[ch]: added for IMAP4 support.
3028 * src/summaryview.[ch]
3030 src/recv.[ch]: modified for IMAP4 support.
3031 * src/folderview.c: more IMAP4 implementation.
3032 * src/procmsg.[ch]: added procmsg_get_message_file() that retrieves
3033 the specified message and return the file name.
3034 * src/gtkutils.c: gtkut_widget_wait_for_draw(): fixed a bug that
3035 locked up the process if the given widget was invisible.
3039 * src/folderview.[ch]: added IMAP4-related code.
3045 * src/main.h: added IMAP_CACHE_DIR.
3046 * src/utils.[ch]: added get_imap_cache_dir().
3047 * src/procmsg.h: added M_IMAP to MsgType, and MSG_IMAP to MsgFlags.
3048 Added macro MSG_IS_IMAP().
3049 * src/codeconv.c: added `#include <locale.h>' for setlocale().
3050 * sylpheed.spec: fixed %files section.
3056 * src/codeconv.c: conv_get_current_charset(): made it compare
3057 string with strncasecmp().
3058 * src/compose.c: comopse_reply_parse_header(): workaround for
3059 the malformed References: header generated by OE5 :(
3063 * src/prefs_common.c
3064 src/prefs_account.c: modified the layout of the widgets.
3070 * src/*.[ch]: added copyright notice to the top of the source files.
3071 * src/compose.c: compose_write_attach(): modified filename encode
3076 * src/mainwindow.c: fixed the menu entry of manual.
3078 src/codeconv.[ch]: moved compose_encode_header() into codeconv.c,
3079 and applied the libjconv patch.
3080 * src/utils.c: strdup_mbstowcs(), strdup_wcstombs(): used g_realloc()
3081 to reduce the alloc'd memory to the optimal size.
3082 * src/prefs_common.[ch]: added outgoing codeset option menu.
3083 * src/compose.c: compose_send(): added exclusive lock to prevent
3085 * configure.in: made '--enable-ipv6=no' the default.
3086 * src/compose.c: compose_write_attach(): made it encode the name
3087 of the attached file.
3088 * src/procmsg.c: procmsg_get_last_message_number(): fixed a bug that
3089 didn't check the type of file.
3090 procmsg_move_messages_with_dest(): fixed a bug that failed to
3091 move message if a directory that had the same name existed.
3092 * src/utils.c: is_ascii_str(): modified so that '\t', ' ', '\r', '\n'
3093 are included as ASCII characters.
3098 src/procmime.[ch]: modified so that it actually works when using
3100 * src/codeconv.[ch]: added conv_codeset_strdup() that converts
3101 the codeset of string according to the codeset specified in
3103 * src/utils.[ch]: added is_ascii_str() that determines whether the
3104 string is 7bit-ASCII or not.
3106 src/codeconv.[ch]: moved the character set related functions
3108 * merged the patch and the manual written by BONAIM (thanks!).
3118 src/unmime.[ch]: applied the patch from Higuchi that utilizes
3119 libjconv and enables to handle many locales, including UTF-8
3120 (Unicode) (thanks!).
3121 * src/account.c: modified so that the account isn't changed when
3122 another account is selected on account edit dialog.
3126 * src/prefs_common.[ch]
3127 src/textview.c: added an option that specifies whether to display
3128 short headers on message view.
3129 * src/codeconv.[ch]: added function conv_unmime_header() that
3130 decodes MIME-encoded header and converts the character set.
3131 And added conv_unreadable_latin(), and modified conv_latintodisp().
3132 * src/messageview.[ch]: made the window get closed when escape key
3137 * src/imageview.c: fixed a bug that caused segmentation fault if
3138 message view was in new window.
3139 * src/prefs_common.c: added `xemacs %s' to the external editor
3146 * src/summaryview.c: enabled to open a new message window with
3148 * src/prefs_common.[ch]
3149 src/messageview.c: made it preserve the window size of message
3151 * src/prefs_account.c: added `None (local)' to the option menu of
3156 * Makefile.am: added autogen.sh to EXTRA_DIST.
3160 * src/prefs_common.c: applied the patch from Paul Rolland that
3161 enables font selection dialog (thanks!).
3163 src/utils.[ch]: moved tzoffset() and compose_get_date() of
3164 compose.[ch] into utils.[ch].
3165 * src/main.[ch]: renamed the name of filter file to `filterrc'.
3170 src/utils.[ch]: modified address parsing routine so that it
3171 parses quotes correctly.
3172 * src/textview.c: textview_show_part(): modified so that it shows
3173 the simplified headers if the part is text/plain.
3177 * src/messageview.[ch]
3178 src/summaryview.[ch]
3179 src/mainwindow.c: enabled to open a message in new window.
3180 * src/messageview.[ch]
3183 src/imageview.[ch]: added destroy function, and modified the
3184 key handling routines.
3188 * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug that
3189 caused segmentation fault (thanks to KUROSAWA).
3190 * src/alertpanel.c: modified so that the focused button is
3194 src/folderview.c: modified so that the order of the buttons of
3195 alert panel will be `Yes', `No'.
3199 * src/utils.[ch]: added execute_async() and execute_command_line()
3200 that execute command line using execvp().
3203 src/procmsg.c: replaced system() with execute_command_line()
3205 * src/procmsg.c: turn back to system().
3206 * src/utils.c: modified execute_command_line().
3210 * src/mainwindow.c: main_window_get_size(): modified so that it
3211 doesn't update the height of SummaryView if MessageView is
3213 * src/compose.[ch]: applied the patch from NAKAGAWA that fixes some
3214 probrems of external editor handling (thanks!).
3216 src/procmime.[ch]: applied the patch from Hiramatu that make it
3217 supports Content-Transfer-Encoding: x-uuencode (thanks!).
3222 src/prefs_common.[ch]: implemented the external editor faculty.
3223 * src/compose.c: compose_attach_property(): fixed some bugs on
3224 changing the property of attached file.
3225 * src/compose.c: fixed some bugs of external editor functions.
3232 src/prefs_common.[ch]
3233 src/summaryview.c: applied the patch from Paul Rolland that
3234 restores the size of widgets when restarting (thanks!).
3236 src/prefs_common.[ch]
3237 src/summaryview.c: applied the patch from Paul Rolland that saves
3238 the width of CTree columns (thanks!).
3242 * src/headerview.c: modified the height of HeaderView.
3243 * src/textview.c: textview_show_part(): made it process the message
3244 as normal text if it is single-part RFC822 message.
3246 src/summaryview.c: some changes around the key handling.
3247 * src/prefs_common.[ch]: substituted the word `assort' with `filter'.
3251 * src/codeconv.[ch]: added conv_latintodisp() for ISO-8859-1 support.
3252 * src/procheader.c: procheader_get_one_field(): fixed a bug that
3253 caused segmentation fault if the first line of the file is space
3254 or tab (thanks to Hiramatu).
3255 * src/mimeview.c: mimeview_drag_data_get(): modified so that the
3256 filename doesn't include G_DIR_SEPARATOR (thanks to Hiramatu).
3257 * src/prefs_account.c
3258 src/prefs_common.c: modified the dialog size.
3259 * src/prefs.c: made the dialog window growable.
3265 * configure.in: removed unnecessary AC_CHECK_FUNC(gettext) that
3266 caused the failure of the detection of libintl.
3268 src/prefs_common.c: implemented `not contain', and modified for
3270 * src/imageview.c: changed alertpanel_error() to g_warning() so that
3271 it doesn't grab mouse events.
3272 * src/compose.[ch]: added compose_list that holds the list of
3273 Compose objects, and added the function compose_get_compose_list().
3276 src/summaryview.c: made it confirm if composing message exists.
3280 * src/compose.c: compose_reply_set_entry(): fixed a bug that caused
3281 segmentation fault when trying to reply the message in the queue
3282 folder (thanks to Kotobuki).
3283 compose_attach_property(): modified the property dialog routine
3284 so that it can handle input error.
3285 * src/mimeview.c: applied the patch from Hiramatu that enables
3286 the drag 'n drop from MimeView (thanks!).
3287 * src/headerview.[ch]
3289 src/procmsg.h: applied the patches for X-Face support from
3290 HIROSHIMA (thanks!).
3294 * src/compose.c: compose_attach_property(): modified so that the
3295 property dialog can actually change the property of attached file.
3300 src/Makefile.am: updated for gdk_imlib.
3301 * added AUTHORS and NEWS.
3304 src/Makefile.am: modified so that configure auto-detects gdk-pixbuf
3305 and gdk_imlib library. And fixed a bug on IPv6 detecting.
3306 * src/imageview.c: supported gdk-pixbuf.
3310 INSTALL.jp: added the mention about built-in image view.
3311 * configure.in: modified so that configure can disable gdk-pixbuf
3312 or/and gdk_imlib library.
3316 * src/imageview.[ch]
3318 src/messageview.[ch]
3319 src/mimeview.[ch]: applied the patches from HIROSHIMA that enables
3320 to display image (thanks!).
3326 * src/summaryview.c: summary_assort_func(): modified to avoid
3327 `not receive' setting.
3331 * src/filesel.c: applied the patch from HIROSHIMA that makes it
3332 remember previous directory when opening the dialog (thanks!).
3333 * src/summaryview.[ch]: added a function summary_redisplay_msg().
3334 * src/mainwindow.c: set_charset_cb(): made it redisplay the message
3335 that is currently shown when the character set is changed.
3339 src/filter.h: applied the patch from Tanaka that enables not to
3340 receive specified messages according to the sorting rule (thanks!).
3344 * src/procmsg.[ch]: added MSG_MIME to the type MsgFlags. And modified
3345 so that it handles MSG_MIME flag, and it scans uncached messages
3346 when cache reading failed even if it is specified not to scan
3348 * src/procheader.c: procheader_parse(): added the determination of
3349 multipart MIME message.
3350 * src/main.h: increased CACHE_VERSION.
3351 * src/summaryview.[ch]: added the `MIME' column that shows whether
3352 a message is multipart or not.
3353 * src/prefs_common.[ch]: added the `MIME' column to the setting of
3355 * added src/pixmaps/clip.xpm.
3357 src/procmsg.[ch]: modified so that it prompts the print command
3362 * src/folderview.c: folderview_create()
3363 src/summaryview.c: summary_create():
3364 src/addressbook.c: addressbook_create(): set the expander style of
3365 CTree to GTK_CTREE_EXPANDER_SQUARE.
3366 * src/compose.c: modified the interface of property dialog.
3370 * src/compose.c: added property dialog for attached file.
3374 * src/procmsg.[ch]: added a function procmsg_print_message() that
3375 prints the given message.
3376 * src/summaryview.c: summary_print(): modified so that it prints
3377 all selected messages.
3378 * src/folderview.c: folderview_select_node(): fixed a bug that
3379 didn't focus on folder tree if inbox was empty when incorporating.
3385 * src/prefs_commmon.[ch]: added `Other' tab and an option for
3386 printing. And moved external browser option to there.
3388 src/summayview.[ch]: added print menu and implemented print
3393 * src/prefs_account.c: made the default value of smtp_server to
3395 * src/folderview.c: folderview_update_msg_num(): modified so that
3396 it doesn't emphasize trash folder even if it has new or unread
3401 * src/filesel.c: filesel_select_file(): (perhaps) fixed a bug that
3402 caused segmentation fault when file selection dialog was closed
3403 and other dialog was open immediately.
3407 * src/compose.c: compose_encode_header(): fixed a bug that caused
3408 infinite loop if wctomb() failed.
3414 * src/mimeview.c: enabled to open an attached file with double click
3415 and popup menu. And cleaned up the code.
3416 * src/procmime.[ch]: added a function procmime_get_part() that
3417 saves the part of multipart message.
3423 src/prefs_common.[ch]
3425 src/utils.[ch]: applied a patch that enables to launch attached
3426 image, audio, and HTML file (thanks to Hashimoto).
3427 * src/filter.c: filter_match_condition(): fixed a bug that caused
3428 segmentation fault if the body of specified filter is NULL. And
3429 made the filter considered as being matched on that case.
3433 * src/summaryview.c:
3434 summary_save_as(): fixed a bug that unabled to save news articles.
3435 summary_display_msg(): added exclusive lock to prevent it from
3436 reading another news article while it is already processing one.
3437 * src/gtkutils.[ch]: added gtkut_widget_wait_for_draw() that waits
3438 the draw signal to be emitted.
3440 main_window_cursor_wait()
3441 main_window_cursor_normal(): added gdk_flush() to change cursor
3444 libkcc/Makefile.am: added EXTRA_DIST for `make dist'. And added
3445 a target `release' to Makefile.am.
3449 * src/socket.c: supported IPv6.
3451 acconfig.h: added checking for IPv6.
3452 * prefs_common.c: changed the default of toolbar_style to icon only.
3456 * initial cvs import.
3457 * updated README and README.jp.
3463 * src/procmime.[ch]: modified the structure of MimeInfo so that it
3464 can be handled as a node of tree.
3465 Added procmime_mimeinfo_free_all() that frees all of the MimeInfo
3467 Added procmime_get_text_part() that scans a message and gets a text
3469 * src/mimeview.c: divided mimeview_scan_multipart_message() into
3470 procmime_scan_multipart_message() and mimeview_set_multipart_tree().
3471 * src/compose.c: compose_quote(), compose_forward():
3472 made it quote the text part of multipart message properly.
3473 Made it preserve the size of Compose window.
3474 * src/prefs_common.[ch]: added compose_width and compose_height to
3476 * src/textview.c: textview_show_part(): some code cleanups.
3477 * src/codeconv.[ch]: added a function conv_get_code_conv_func().
3483 * src/codeconv.[ch]: fixed a bug that showed garbage characters if
3484 the return code of the message was CR+LF. And added
3486 * src/summaryview.c: summary_attract_by_subject(): made it move
3487 the current view point to the selected row when executed.
3488 * src/textview.c: textview_show_part(): modified the character set
3489 determination routine.
3490 * src/folderview.c: folderview_update_msg_num(): fixed a bug that
3491 caused segmentation fault if boldfont was NULL.
3492 * src/compose.c: compose_create(): made it sets itself as the target
3493 of addressbook on window creation.
3497 * src/compose.c: compose_send(): fixed a bug that didn't save
3498 queued message to outbox when failed to send the message (thanks
3503 * src/inc.[ch]: modified so that it changes error message dialog
3504 depending on the results.
3508 * src/mainwindow.c: main_window_create(): set usize of account
3509 button on the status bar to 1 so that it doesn't get expanded
3510 more than necessary.
3511 * src/account.[ch]: account_foreach(): made it abort the iteration
3512 if the function returns nonzero.
3514 src/pop.c: modified so that it shows error message dialog if the
3515 message processing is failed.
3521 * src/mainwindow.c: made it popup account selection menu when
3522 account tool button or account status bar is pressed.
3524 src/prefs.c: suppressed the ENOENT perror messages.
3525 * src/pop.c: made it fall back on LAST command if UIDL failed.
3529 * src/procheader.c: procheader_parse(): fixed a bug that didn't
3530 parse References: header correctly (thanks to YAMAGUCHI).
3536 * src/compose.c: compose_reply_set_entry(): fixed a bug that didn't
3537 cc'd correctly when replying.
3539 src/summaryview.c: sorted out the main menu and the popup menu.
3545 * src/prefs_account.[ch]
3546 src/compose.c: made it be able to set Cc:, Bcc:, and Reply-To:
3547 automatically at composing (thanks to NAKAGAWA).
3551 * src/prefs_common.[ch]
3553 src/main.c: made it selectable whether to ask before cleaning
3555 * src/prefs_common.c: cleaned up the code and the interface a bit.
3556 * src/summaryview.c: modified the unthread functions for speeding
3561 * src/prefs_common.[ch]
3562 src/summaryview.c: made it display recipient on the `From' column
3563 if the address of the sender is the same as the current account
3564 (thanks to NAKAGAWA).
3565 * src/utils.[ch]: added a function extract_address() that extracts
3566 the address from `From:' header string.
3567 * src/mainwindow.c: allsel_cb(): fixed a bug that caused segmentation
3568 fault if `Edit/Select all' was selected when the message view was
3569 hidden (thanks to Tomita).
3573 * src/summaryview.c: modified execution routine so that it only
3574 unthreads nodes that are needed to be unthreaded.
3578 * src/news.c: news_session_get(): implemented the reconnection on
3580 * src/nntp.[ch]: added nntp_mode().
3584 * src/mbox.c: fixed a bug that didn't close mbox FILE pointer.
3585 And support assortment on processing mbox.
3586 * src/inc.c: inc_drop_message(): modified so that it uses hash table
3587 to store the last message number of folders.
3589 src/addressbook.c: modified the behavior of CTree at right-click.
3590 * src/pop.c: pop3_getrange_uidl_recv(): fixed a potential buffer
3591 overflow bug (thanks to Nishiyama).
3598 src/inc.[ch]: implemented management of read message on POP server
3600 * src/utils.[ch]: removed (s)list_remove_all() because it can be
3601 replaced with g_(s)list_free().
3602 * src/summaryview.c: modified the arrangement of menu a bit.
3603 * src/summaryview.c: summary_status_show(): made it doesn't display
3604 server name but newsgroup.
3605 * src/prefs_common.c
3606 src/prefs_account.c: adjusted the calculation routine of dialog
3613 * src/compose.c: compose_reply_set_entry(): modified so that it
3614 cc's to the all addresses on To: and Cc: of the replied message.
3615 And swapped the position of Subject: and To: entry.
3619 * src/procheader.c: modified so that it can handle headers that
3620 aren't separated by space.
3621 * src/socket.c: sock_connect(): added a wait after connection to
3622 prevent lockup (thanks to NINOMIYA).
3628 inc_all_account_mail(): fixed a bug that caused segmentation
3629 fault if no account exist.
3630 * src/mainwindow.[ch]: made receive button unclickable when
3632 * src/compose.c: compose_queue(): fixed a bug that didn't mark
3633 queued message properly.
3634 * src/utils.[ch]: separated code conversion functions into
3641 * src/mimeview.c: mimeview_save_as()
3642 src/summaryview.c: summary_save_as(): made it ask whether to
3643 overwrite the existing file.
3654 src/mbox.c: fixed a bug that failed to check write error when
3655 disk was full and caused the loss of the file.
3659 * src/mainwindow.c: main_window_clean_trash(): made it move focus
3660 to folder view when finished.
3661 * src/utils.[ch]: added code conversion functions for display.
3662 And added strncpy2() that doesn't do zero fill and does
3663 null-termination, unlike original strncpy().
3664 * src/textview.c: modified so that it changes the code conversion
3665 function according to charset. And supported charset=SHIFT_JIS.
3668 src/textview.c: made it possible to force character set of
3670 * src/folderview.c: folderview_select_next_unread():
3671 made it search unread folder from begin if it isn't found.
3677 * src/mainwindow.c: fixed a probrem again that main window was
3678 stretched to the width of the toolbar.
3680 src/utils.c: is_header_line(): modified so that it recognizes
3681 a header which doesn't have a space after colon (thanks to Hotta).
3682 * src/filter.c: added `#include <strings.h>'.
3683 * src/smtp.c: replaced snprintf() with g_snprintf().
3684 * src/Makefile.am: added `-I$(top_srcdir)/intl' to INCLUDES for
3686 * included sylpheed.spec.
3690 * src/prefs_common.[ch]: enabled to set the pixels of line space
3691 and decide whether to leave space on head of lines.
3692 * src/summaryview.c: modified so that it clears message view
3693 when displayed message is removed from the summary view.
3694 * src/mimeview.c: fixed a bug that caused infinite loop if
3695 terminal boundary of multipart message was not found (thanks to
3697 * src/folderview.c: folderview_scan_mailbox(): made it ignore
3699 * src/main.c: made it show warning dialog and exit if the file with
3700 the same name already exists when creating directory.
3705 src/prefs_common.[ch]: made it possible to leave space between
3706 and on head of lines.
3711 src/procmime.[ch]: made it scan /etc/mime.types and determine
3712 the MIME type of the attached file.
3713 * src/summaryview.c: made it clear message view if the summary
3714 is unselected on the execution, and made it move focus to
3715 folder view if the folder becomes empty.
3716 * src/mainwindow.c: fixed a probrem that main window was stretched
3717 to the width of the toolbar.
3718 * src/inc.c: fixed a bug that caused multiple gtk_main() event loop
3719 if `Check new mail on startup' was set.
3723 * src/compose.c: fixed a probrem that had been unable to insert
3724 a file to the current cursor position.
3730 * src/compose.[ch]: added `attach' button to the toolbar. And
3731 replaced the icon of `insert' to the new one.
3735 * src/mainwindow.[ch]: added `Execute' to the toolbar. And added
3736 a function main_window_set_toolbar_sensitive() that sets the
3737 sensitivity of the button of the toolbar.
3738 * src/compose.c: fixed a bug that output wrong header if
3739 a return code was included in the string of the text entry.
3743 * src/mainwindow.[ch]: added `Delete' to the toolbar and the menu.
3744 And added the same items in popup menu to the main menu.
3745 * src/utils.[ch]: added functions for DnD support.
3746 * src/compose.c: implemented file attachment and insertion with DnD
3747 (thanks to Hiramatu).
3753 * src/summaryview.c: fixed a bug that passed null pointer to