3 * src/procheader.c: procheader_date_parse(): workaround for
4 RFC-incompliant Date header.
8 * src/addrbook.c: removed redundant functions, and fixed generation
9 of spurious address book file names.
10 * src/addrindex.c: V-Card -> vCard.
14 * src/textview.c: get_email_part(): replaced isalnum() with
15 the macro IS_ASCII_ALNUM() which restricts the range of
16 characters to 7bit ASCII (thanks to Shimamoto).
17 * src/utils.c: remote_tzoffset_sec(): workaround for malformed
22 * src/textview.c: textview_show_part(): show headers on nested
27 * src/imap.c: imap_session_get()
28 src/news.c: news_session_get(): fixed segfault when reconnection
30 * src/grouplistdialog.c: removed redundant code, and expand nodes
31 that doesn't match the pattern.
35 * src/compose.c: modified so that it sends message when any of
36 To:, Cc:, Bcc:, or Newsgroups: fields have valid recipient.
37 compose_check_for_valid_recipient(): new.
38 * src/grouplistdialog.c: improved the UI.
39 Added appropriate description and search button.
40 Search doesn't get group list again.
44 * src/news.[ch]: news_session_get(): update the last access time
46 news_group_list_free(): new.
47 * src/grouplistdialog.c: free resources correctly.
52 src/grouplistdialog.[ch]: more merging of new newsgroup
54 * src/news.[ch]: renamed news_remove_group_list() to
55 news_remove_group_list_cache().
59 * src/defs.h: added MAX_ENTRY_LENGTH definition.
60 * src/compose.c: compose_add_entry_field(): create new entry with
65 * src/grouplistdialog.c: made non-leaf node selectable.
66 Give the complete newsgroup name for each nodes.
70 * src/grouplistdialog.c
71 src/news.[ch]: merging of new newsgroup subscription dialog
72 (still in progress. Don't use it yet!).
76 * src/utils.[ch]: decode_uri(): new. It decodes URL-encoded strings.
77 * src/compose.[ch]: compose_new_with_recipient(): accept mailto
79 compose_entries_set(): new. It parses mailto URL and put each
80 values into the entries.
84 * src/compose.c: compose_forward(): fixed a bug that forward
85 quote mark wasn't used (thanks to Hironori IWANE).
88 src/prefs_common.c: added Thai encodings (thanks to Manrat
93 * src/socket.c: sock_connect_by_hostname(): removed h_errno.
97 src/news.c: added last_access_time to Session.
98 imap_session_get(): check connection only when access interval
107 * src/socket.c: ssl_gets(): use SSL_peek.
108 * updated NEWS and AUTHORS.
109 * Makefile.am: fixed release target.
113 * src/template.c: changed the format of template file to
115 * src/compose.c: compose_template_apply(): freeze the text widget
116 while inserting strings.
120 * po/POTFILES.in: removed src/template_select.c.
121 * src/summaryview.c: summary_set_header()
122 src/address.c: address_parse_str()
123 src/filter.c: filter_read_str()
124 src/news.c: news_parse_xover()
125 src/procheader.c: procheader_get_fromname()
126 src/utils.c: subject_compare():
127 replaced Xalloca() + strcpy() with Xstrdup_a().
128 * src/inputdialog.[ch]: added combo mode.
129 input_dialog_combo(): new.
130 * src/prefs_common.[ch]: added MIME open command setting.
131 prefs_common_{read, save}_config(): read / write command history.
132 * src/mimeview.c: mimeview_open_with(): use combo input dialog.
133 * src/utils.[ch]: add_history(): history list management function.
137 * src/compose.c: select templates from the menu.
138 compose_set_template_menu(): new.
139 compose_reflect_prefs_all(): new.
140 compose_template_apply(): new. Use dummy MsgInfo for parsing.
141 * src/template.[ch]: store template list to the static heap.
142 template_get_config(): new.
143 template_set_config(): new.
144 * src/prefs_template.c: don't store template list to the global area.
145 * src/template_select.[ch]: removed.
146 * src/quote_fmt_parse.y: check folderitem when quoting messages.
147 * src/mh.c: mh_add_msg(): try to copy file whenever link() failed
148 (thanks to OSHIRO Naoki).
152 * src/utils.[ch]: get_template_dir(): new.
153 * src/template.c: use get_template_dir().
157 * src/prefs_template.c: modified the dialog layout.
158 Added symbol description button.
159 * src/summaryview.c: show an arrow mark to the column of the sort
161 summary_set_column_titles(): new.
167 TODO.jp: updated the documents.
171 * src/Makefile.am: add missing checkbox_{on, off}.xpm.
172 * src/textview.c: textview_key_pressed()
173 src/mimeview.c: mimeview_key_pressed()
174 src/summaryview.c: summary_key_pressed(): delete messages with
179 * src/socket.c: ssl_gets(): fixed a bug that caused infinite loop
180 when SSL_read() returned 0.
181 * src/utils.[ch]: strcrchomp(): new. It removes CR from the tail
183 * src/quote_fmt_parse.y: convert CRLF to LF when inserting messages.
184 Add prototype of yylex() to suppress the warning.
185 * merged the template function.
186 * src/prefs_template.[ch]
188 src/template_select.[ch]: new.
189 Renamed prefs_templates_* -> prefs_template_*.
190 * src/compose.c: added template menu. Added replyinfo to Compose.
191 * src/mainwindow.c: added template setting menu.
192 * src/quote_fmt_lex.l: output literal tab and return as is.
193 * src/prefs_common.c: changed the pref. name of quote format to
194 'reply_quote_{mark, format}' and 'fw_quote_{mark, format}'.
198 * src/prefs_common.[ch]: added Quote tab, and moved the quote
199 setting from Compose tab.
200 * merged the new quote format parser.
201 * src/quote_fmt_lex.h
204 src/quote_fmt_parse.y: new files for quote format parser.
205 * configure.in: added checks for lex and yacc.
206 * src/compose.c: compose_quote_file(), compose_quote_parse_fmt():
208 compose_quote_fmt(): new.
209 * src/prefs_common.[ch]: added forward format setting to the
210 Quote tab. Updated the quote description dialog.
211 * src/quote_fmt_parse.y: fixed bugs that tried to read file even
212 if they couldn't get text part.
216 * src/pixmaps/checkbox_off.xpm
217 src/pixmaps/checkbox_on.xpm: new.
218 * src/account.c: display `get all' status with the checkbox pixmaps.
222 * src/send.c: code cleanup. Pass account prefs structure instead
224 Query password for SMTP AUTH if not specified (thanks to Mio).
228 * src/procheader.c: procheader_parse(): fixed a bug that didn't
229 parse multiple message-id in In-Reply-To: header correctly
230 (thanks to KAJIWARA).
234 * src/account.c: enabled 'Get all' setting by clicking the 'G'
235 column of account list, and added some description.
236 * src/prefs_common.c: prefs_send_create(): added a description
237 for outgoing codeset.
241 * src/prefs_account.[ch]: moved inbox entry to the receive tab,
242 and added select button and short description.
243 * src/Makefile.am: added SYSCONFDIR to CPPFLAGS.
245 procmime_get_mime_type_table()
246 procmime_get_mime_type_list(): modified so that
247 $(SYSCONFDIR)/mime.types (or /etc/mime.types if not found) and
248 $(HOME)/.sylpheed/mime.types are read.
252 * src/prefs_account.c: moved the address auto-setting to the compose
254 prefs_account_create(): removed gtk_widget_show_all() for proper
256 * src/prefs_common.c: changed "Program path" to "Command".
260 * src/textview.c: textview_set_font(): support Russian charset
262 * src/summaryview.c: summary_delete(): (hopefully) fixed the crash
266 prefs_summary_column.c: minor improvements to the English.
267 * src/main.c: get_queued_message_num(): don't output the warning
268 when queueing folder is not found.
276 * src/prefs_summary_column.[ch]:
277 made prefs_summary_column_get_config() public.
278 * src/summaryview.c: summary_ctree_create(): some code cleanup.
279 * configure.in: moved the position of SSL checking after LDAP
285 src/summaryview.c: allowed reedit in the outbox.
286 * src/prefs_summary_column.[ch]: new. UI for setting summary
288 * src/mainwindow.[ch]: main_window_set_summary_column(): new.
289 It calls summary_set_column_order().
290 * src/summaryview.[ch]:
291 summary_ctree_create(): new. separated from summary_create().
292 summary_set_column_order(): new. It destroys the current
293 CTree and replaces it with the new one.
297 * src/smtp.[ch]: smtp_from(): abort if auth failed.
298 * changed C++-style comments into C-style in some files, and
299 removed unnecessary commented out codes.
304 src/syldap.[ch]: updated the addressbook code, and fixed the
307 src/importldif.[ch]: new.
311 * src/about.c: added some items to compiled-in features.
312 * src/addr_compl.c: changed LOG_MESSAGE to debug_print.
313 * src/addressbook.c: changed "V-Card" to "vCard".
314 addressbook_edit_address_cb(): added
315 invalidate_address_completion() to the point address is changed.
316 * src/codeconv.c: changed C++-style comments into C-style.
320 * src/compose.c: changed "Send" shortcut to Ctrl+Enter.
324 * src/inc.c: fixed a bug that crashed sylpheed if Cancel button
329 * src/procmsg.c: procmsg_get_thread_tree(): complete the unfinished
332 summary_thread_init(): separated from summary_thread_build().
333 summary_thread_build(): removed the codes for initialization.
334 summary_set_ctree_from_list(): call summary_thread_init() instead
335 of summary_thread_build().
336 summary_filter(): fixed a bug that didn't moved messages despite
337 of immediate execution setting.
341 * src/procmsg.c: procmsg_get_thread_tree(): new. It generates the
342 reversed thread tree from message list.
343 * src/summaryview.c: summary_set_ctree_from_list(): prepend the
344 node to the head instead of appending to the tail. This prevents
345 the traverse of node list inside of the GtkCTree, and considerably
346 speeds up the summary display (the order is O(n^2) -> O(n)).
351 src/summaryview.[ch]: initial modification for reorderable columns.
355 * src/procmsg.c: procmsg_get_mark_sum(), mark_sum_func(): fixed a
357 * src/folderview.c: folderview_button_pressed(): code cleanup, and
358 turn sensitivity off if main window is locked.
359 * src/syldap.c: syldap_read_data(): removed unnecessary and
360 unportable sched_yield().
364 * src/folderview.c: renamed "Update folder tree" context menu to
365 "Rescan folder tree", and made "Update folder tree" only updates
367 folderview_update_all_node(): don't show message dialog.
368 * src/gtkutils.c: gtkut_widget_get_uposition()
369 src/mainwindow.c: main_window_popup(): clip the coordinate to
374 * src/utils.c: to_human_readable(): made a bit of optimization.
375 * src/summaryview.c: summary_delete(): fixed a focus problem.
376 summary_find_{prev,next}_msg(): new. They find previous/next
377 message that is not deleted.
378 * src/prefs_filter.c: scroll CList automatically if moved row
379 becomes not fully visible.
383 * updated some autotool scripts.
384 * src/codeconv.c: conv_encode_header(): fixed a bug that caused
385 infinite loop when failed to convert encoding.
386 * src/codeconv.[ch]: a fix for older version of libjconv
387 (jconv_info_get_current_codeset() returned "EUCJP" instead of
396 * src/compose.c: compose_write_to_file()
397 src/codeconv.c: conv_codeset_strdup(): more workaround for
398 libjconv problem on C locale.
399 * src/editldap_basedn.c: fixed segfault when opening dialog.
400 * src/utils.c: is_next_mbs()
401 src/compose.c: compose_wrap_line(), compose_wrap_line_all():
402 changed MB_CUR_MAX to MB_LEN_MAX for compliance to ANSI C.
403 * configure.in: increased the reqired version of GPGME to 0.2.3.
404 * src/pop.c: pop3_getauth_user_recv(): fixed a bug that closed
405 the receive dialog when POP3 server refused normal authentication.
409 * src/prefs_common.c: prefs_receive_create(): correction to English.
410 * src/compose.c: compose_set_ext_editor_sensitive(): fixed a bug
411 that didn't set the menu sensitivity correctly (thanks to
413 * src/summaryview.c: delete messages permanently if the current
414 folder is trash and 'delete' operation is executed.
415 Fixed the bug that didn't select the last row correctly (thanks
416 to Alfons Hoogervorst).
417 * src/folder.[ch]: folder_item_remove_msgs(): new. It removes
418 all messages given in the list.
422 * src/summaryview.c: summary_show(): fixed a bug that didn't show
423 message even if the 'open unread message on entering folder'
424 option was turned on.
428 * src/procmime.c: procmime_get_text_content(): supported HTML.
432 * src/summaryview.[ch]: implemented new locking mechanism, and
433 replaced every static locks with summary_lock(), summary_unlock(),
434 and added locks to some extra functions.
435 This fixes a bug that caused segfault when 'd' (delete) key
440 * src/addressbook.c: addressbook_folder_load_person(): fixed a bug
441 that caused segfault (thanks to Stefaan A Eeckels).
445 * src/textview.[ch]: added textview_set_position().
446 * src/messageview.[ch]: added messageview_set_position().
458 src/editldap_basedn.c
463 src/vcard.c: converted C++-style comments into C-style one.
464 * src/imap.c: QUOTE_IF_REQUIRED(): new macro. Copy string into
465 new buffer and quote with double quotes if required.
466 imap_status(), imap_cmd_login(), imap_cmd_list(),
467 imap_cmd_do_select(), imap_cmd_create(), imap_cmd_delete(),
468 imap_cmd_copy(): use QUOTE_IF_REQUIRED().
469 * compose.c: compose_write_to_file(): workaround for the problem
470 when using libjconv and 8bit codes cannot be converted on C
472 * codeconv.[ch]: added "ANSI_X3.4-1968" to encoding strings.
473 conv_codeset_strdup(): don't convert if source and destination
474 codeset are identical.
478 * src/textview.[ch]: textview_search_string_backward(): new.
479 Add the new member cur_pos to TextView.
480 Connect button_press_event with gtk_signal_connect_after() to
481 obtain the correct editable position.
485 * src/folder.c: folder_write_list_recursive(): preserve unthreaded
490 * src/summaryview.c: modified the layout of popup menu.
497 src/summaryview.c: applied the patch from Alfons that allows
498 threading setting for each folders (tnanks!).
502 * src/message_search.[ch]: new. A Dialog for searching in current
504 * src/gtkutils.[ch]: gtkut_text_match_string(): new. Compare the
505 text in current position of GtkText and given wide-character
507 * src/messageview.[ch]: messageview_search_string()
508 src/textview.[ch]: textview_search_string(): return TRUE if
510 * src/textview.[ch]: remember the beginning of body.
514 * src/procmime.c: procmime_get_first_text_content(): modified so
515 that it search entire MIME structure.
516 * src/summary_search.c: summary_search_execute(): use
517 strdup_mbstowcs() instead of macro. Display matched message.
521 * src/inc.c: fix for background POP3 hangs and crashes (thanks to
523 * src/summary_search.c: added body searching function.
524 * src/procmime.[ch]: procmime_find_string(): changed arguments
525 and return value. Added case sensitivity option.
530 procmime_find_string()
531 procmime_find_string_part(): new. It searchs the string from
533 Renamed procmime_get_text_part() to
534 procmime_get_first_text_content().
535 procmime_get_text_content(): new. It returns the text contents
536 of the specified MIME part.
537 procmime_mimeinfo_next(): new. It returns the next node of
542 * src/procmime.c: procmime_get_text_part(): modified so that it
543 finds a text part in nested multipart message correctly.
544 * src/procmime.h: added an example of MimeInfo structure.
545 * src/mimeview.c: mimeview_show_message(): search the first text
550 * src/mainwindow.c: ac_menu_popup_closed(): fixed the bug that
551 caused segfault. Changed 'Preferences per account...' menu item.
559 * src/addrindex.c: translate the "Common address" and "Personal
560 address" from old addressbook.
564 * src/utils.c: get_quote_level(): some optimization and bugfixes.
565 * src/codeconv.[ch]: conv_get_current_locale(): new.
566 * src/editaddress.c: edit_person_page_basic(): reverse the order
567 of first and last name on some locales.
571 * src/compose.c: applied the patch from Yasumatsu that reformats
572 the current paragraph (thanks!). Modified so that it doesn't
573 reformat quoted paragraphs.
574 compose_create(): don't fill the entry automatically on reedit
577 src/summaryview.[ch]: added the "Mark all read" option.
578 summary_mark_all_read(): new.
586 src/editldap_basedn.c
588 src/editjpilot.c: removed all warnings.
590 src/jpilot.[ch]: fixed the problem that failed to detect JPilot
591 header files on the Debian system.
593 src/summaryview.[ch]: enabled sorting by mark, unread, attachment,
594 and color label. Enabled moving to next/prev flagged messages.
598 * src/pixmaps/dir-close.xpm
599 src/pixmaps/dir-open.xpm
601 src/pixmaps/unread.xpm: modified the color balance.
602 * src/utils.[ch]: execute_sync(): new.
603 execute_command_line(): added the arg for async mode.
604 * src/inc.c: inc_mail(): use execute_command_line().
609 src/prefs_common.[ch]
610 src/prefs_account.c: modified the layout. Added the option to
611 launch the external editor automatically.
612 * src/compose.c: launch the external editor automatically if the
617 * src/Makefile.am: added extra xpm's.
621 * src/addressbook.c: fixed a compilation problem when enabling
623 addressbook_open(): fixed a missing 'else'.
627 * src/pixmaps/dir-close.xpm
628 src/pixmaps/dir-open.xpm
629 src/pixmaps/trash.xpm: replaced with the new blue icons.
630 * merged Match Grun's new addressbook code.
631 * src/pixmaps/address.xpm
633 src/pixmaps/category.xpm
634 src/pixmaps/interface.xpm
635 src/pixmaps/jpilot.xpm
637 src/pixmaps/vcard.xpm: new icons.
649 src/editldap_basedn.[ch]
654 src/vcard.[ch]: new. Many fixes to remove the huge amount of
656 addrbook_build_avail_email_vis(): fixed a memory leak.
660 * NEWS: brought in the all of the changes previously put on the web.
665 src/summaryview.c: modified the layout of menus.
666 * src/mainwindow.c: ac_menu_popup_closed(): fixed a bug that didn't
667 return a focus to the main window after selecting the account menu.
675 * src/send.c: send_message_data(): fixed a bug that didn't process
680 * src/inc.[ch]: changed inc_autocheck_(un)lock() to inc_(un)lock().
681 inc_mail(), inc_all_account_mail(): return immediately if locked.
684 src/prefs_account.c: use inc_lock() and inc_unlock() instead of
685 inc_autocheck_timer_{remove,set}().
686 * src/summaryview.c: summary_set_colorlabel_color(): get the average
687 of label color and selected fg color for visibility.
691 * src/inc.[ch]: inc_autocheck_lock(), inc_autocheck_unlock(): new.
692 They increase/decrease the lock count.
693 inc_autocheck_func(): if locked, delay the autochecking 1 second.
694 inc_autocheck_timer_set_interval(): set interval by its argument.
695 * src/summaryview.c: summary_show(): lock the autochecking while
697 * src/main.c: app_will_exit(): remove autocheck timer.
699 src/defs.h: removed the definitions of PACKAGE and VERSION to
700 prevent unnecessary compilation.
701 * configure.in: changed AC_DEFINE_UNQUOTED of PACKAGE and VERSION
702 to AC_SUBST, and added src/version.h to AC_OUTPUT.
703 * src/version.h.in: new.
704 * src/intl.h: changed dgettext() to gettext().
708 * po/ja.po: fixed a typo that crashed Sylpheed with older version
710 * configure.in: fixed a bug that didn't show results correctly.
711 Fixed a bug that --enable-compface and --enable-jconv disabled
713 * src/procmsg.c: procmsg_send_queue(): don't abort when sending
715 * src/compose.c: compose_write_headers(): add Bcc: header to the
717 * src/send.c: send_message_data(): new. Separated from
718 send_message_smtp(). Remove Bcc: header before sending.
726 * src/send.c: implemented sending with local sendmail command.
727 send_message_local(): new. It executes command with popen()
728 and send the contents of RFC822 message to the command.
729 * src/prefs_common.[ch]: enabled the external sending command option.
730 * src/defs.h: #define DEFAULT_SENDMAIL_CMD /usr/sbin/sendmail -t
731 * src/account.c: account_edit_create(): widened the protocol column.
732 * src/summaryview.c: summary_set_colorlabel_color(): cleanup of
737 * src/folder.c: folder_item_remove_msg(): scan the folder again
738 if the last message is removed.
739 * src/compose.c: compose_queue(), compose_draft_cb(): remove the
740 old reedited message after adding the new message.
744 * src/compose.c: compose_queue(): added AID: to the queueing header.
745 * src/send.c: send_message_queue(): look for AID: header, and use
746 the server specified in the account instead of SSV: header.
748 src/compose.[ch]: queued messages can be reedited now.
749 compose_remove_reedit_target(): new. It removes the old reedited
751 compose_send(), compose_queue(), compose_draft_cb(): if reedit
752 mode, remove the old message.
753 * src/procmsg.c: procmsg_msg_exist(): fixed a bug that output
758 * applied the XML string table patch from Alfons Hoogervorst that
759 stores strings in a hash table and minimizes memory allocations
761 * src/stringtable.[ch]: new.
762 removed all G and g_ prefix from type and function names since
763 they're not official GLib symbol names.
764 string_table_insert_string(): fixed a bug that might refer to an
765 invalid pointer on lookup, and also made a bit of optimization.
769 * merged the color label feature from the claws branch (thanks to
770 Satoshi Nagayasu and Alfons Hoogervoost).
771 * src/colorlabel.[ch]: new. Renamed from labelcolors.[ch].
772 Renamed labelcolors_*() to colorlabel_*().
773 * src/summaryview.[ch]: added color label support.
774 * src/procmsg.h: added color label flags to the permanent flags.
775 * updated to gettext 0.10.39.
776 * src/summaryview.[ch]: put the color label menu item to ItemFactory.
777 * sylpheed.desktop: added for GNOME.
778 * configure.in: added AC_MSG_CHECKING() for some options.
779 Output the configuration results when configure is finished.
783 * src/account.c: account_clist_set_row(): fixed a bug that failed
784 to compile if SSL was not enabled.
788 * merged the SSL support from the claws branch (thanks to Christoph
791 * src/socket.[ch]: added ssl_read(), ssl_write(), ssl_gets(), and
793 sock_close(): call ssl_done_socket() if SSL is active.
794 * src/md5.[ch]: removed MD5_CTX typedef and use MD5_CONTEXT to
795 prevent type confliction.
796 * src/prefs_account.[ch]: added SSL tab, and modified the expression.
797 * src/esmtp.[ch]: added esmtp_ehlo(), and esmtp_starttls().
798 Removed SSL initialization and HELO from esmtp_starttls().
799 esmtp_auth(): removed use_smtp_auth from its arguments.
800 * src/send.c: send_smtp_open(): added SSL support.
801 * src/smtp.c: smtp_helo(): call esmtp_ehlo() if esmtp is true.
805 * src/mimeview.c: mimeview_open_with(): braced '%s' with single
810 * src/main.c: open new account dialog if no account is set.
811 * src/utils.[ch]: log_verbosity_set(): new. It increase/decrease
813 log_print(): put to statusbar only if log_verbosity_count > 0.
814 log_message(): put to statusbar.
815 * src/inc.c: inc_pop3_session_do(): set log verbosity.
816 * src/mainwindow.c: main_window_set_menu_sensitive(): added the
817 "Compose new message" item.
818 main_window_show_cur_account(): removed "Current account: " string.
819 * src/summaryview.c: summary_show(): ignore the current marks if
820 main window is locked.
821 * src/compose.c: compose_attach_property(): fixed a bug that caused
826 * src/mainwindow.c: main_window_get_current_state(): new. It returns
827 the current state for the sensitivity of UI.
828 main_window_set_toolbar_sensitive(): use table like
829 main_window_set_menu_sensitive().
833 * src/mainwindow.[ch]: added progressbar and status label to the
835 main_window_close_cb(): don't exit if locked.
836 * src/inc.c: update the progressbar of main window, too.
840 * src/mainwindow.[ch]: main_window_set_toolbar_sensitive(): removed
841 the second argument, and determine the sensitivity with the
842 state of summary view.
846 * src/pop.c: pop3_getsize_list_recv(), pop3_retr_recv(),
847 pop3_delete_recv(): don't try to receive messages which are not
852 * src/mainwindow.c: main_window_lock(), main_window_unlock():
853 removed the whole menubar locking.
854 main_window_set_menu_sensitive(): process the sensitivity change
855 with a table, and deal with locking.
859 * src/summaryview.[ch]: summary_get_selection_type(): new.
860 It returns the current selection state of summary view.
861 summary_key_pressed(): abort on some commands if main window
863 * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
864 increase/decrease the lock count.
868 * src/prefs_filter.c: prefs_filter_create(): added List-Id to the
870 * src/prefs_common.[ch]: added the option for receive dialog mode
871 to the Interface tab.
872 * src/inc.[ch]: inc_progress_dialog_create(): don't make the dialog
873 transient, and show dialog only if the setting is
874 RECV_DIALOG_ALWAYS, or RECV_DIALOG_ACTIVE and a window is active.
875 * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
876 new. Lock / unlock the user-interface.
877 * src/progressdialog.c: progress_dialog_create(): don't make the
882 * src/folderview.c: folderview_update_node(): suppressed unnecessary
884 * src/menu.[ch]: menu_button_position(): new. It calculates the
885 position of popup menu.
886 * src/mainwindow.c: toolbar_account_button_pressed(),
887 ac_label_button_pressed(): put the popup menu to the correct
888 position. Change the style of the button while opening the menu.
889 ac_menu_popup_closed(): new function called on selection_done
891 * src/gtkutils.c: gtkut_ctree_node_next(): fixed a crash bug when
893 * src/summaryview.c: applied the summary fix patch from Sergey Vlasov
895 Fixed the bug that didn't select previous message in refresh mode
896 if threads were not expanded.
897 summary_select_node(): new.
898 * src/inc.c: applied the summary view update optimization patch from
899 Sergey Vlasov (thanks!).
900 If no new messages are received, don't perform summary refreshing.
901 In addition to the Vlasov's patch, POP3 receive information is
903 * src/inc.h: added a new member cur_total_num to Pop3State.
904 * src/pop.c: pop3_retr_recv(): increase state->cur_total_num.
912 * src/summaryview.c: summary_set_row_marks(): got the color of
913 unread row set properly.
914 * src/folderview.c: foldreview_update_node(): don't use
915 gtk_style_copy(), and reuse previously allocated styles.
916 * README, README.jp: modified.
920 * src/pop.c: pop3_getsize_list_recv(): fixed a remotly exploitable
921 memory corruption bug (thanks to David Looney).
922 * src/inc.c: inc_all_account_mail(): call inc_finished() even if
923 there are no enabled accounts, or local spool only.
924 * src/summaryview.c: applied the summary update improvement patch
925 from Sergey Vlasov (thanks!). It keeps the position of the
926 message displayed. Selected and displayed message are also kept.
927 summary_get_msgnum(): new.
928 summary_get_current_msgnum(): removed.
929 summary_select_by_msgnum(): don't display the message.
930 * src/account.c: added "Get all" column.
931 account_clist_set_row(): show default and get-all flags with the
933 * src/utils.c: to_human_readable(): increased the number of decimals
938 * implemented the long-awaited :) "Add sender to address book" feature.
939 * src/address.[ch]: added the argument for remarks to
941 address_get_folder_list(): new. It traverses the address tree and
942 returns the folder list.
943 address_delete_object(): modified so that it removes the node
945 * src/addressbook.[ch]: addressbook_add_submenu(): new. It creates
946 a address folder menu and attaches it to the menu item.
947 addressbook_refresh(): reload the address book folder tree.
948 * src/summaryview.c: summary_set_add_sender_menu(): new. It attaches
949 the menu to add sender to address book.
950 summary_button_pressed(): call summary_set_add_sender_menu()
951 before popup the menu.
955 * src/summaryview.c: summary_thread_build(): fixed a bug that locked
956 up the process. Optimized the initial thread build.
960 * src/summaryview.c: made many code cleanups.
961 summary_show(): block/unblock the signal handlers instead of
962 disconnect/connect them.
963 summary_set_row_marks(): made the font of collapsed node bold if
964 it has cnildren marked as unread.
965 summary_thread_build(): block tree_expand signals while processing.
966 Use loop instead of the recursive function. Mark collapsed nodes
968 summary_unthread(): block tree_collapse signals while processing.
969 Use loop instead of the recursive function.
970 summary_thread_func(), summary_unthread_func(): removed.
971 summary_tree_expanded(), summary_tree_collapsed(): new callback
973 * src/inc.[ch]: inc_pop3_session_do(): don't show alert panel when
974 failed to connect. Show more detailed status on the dialog.
978 * src/folderview.c: folderview_update_all_node(): new. It updates
980 * src/inc.c: update all local folders after incorporation if
981 scan_all_after_inc option is set.
982 * src/prefs_common.[ch]: added scan_all_after_inc option.
983 * src/folder.h: FOLDER_IS_LOCAL(): new macro.
992 src/prefs_common.h: made bold and small font configurable.
993 src/summaryview.c: display unread messages with bold font.
996 src/summaryview.c: added an option to enable/disable the
997 emphasis of unread messages.
1001 * src/pixmaps/mark.xpm: modified.
1002 * src/gtkutils.[ch]: gtkut_ctree_expand_parent_all(): new.
1003 * src/summaryview.c: summary_set_ctree_from_list(): don't expand
1004 the root messages of threads for performance improvement.
1006 summary_select_next_unread()
1007 summary_step(): expand threads when opening messages.
1008 summary_thread_build(): expand threads if the option is turned on.
1009 * src/prefs_common.[ch]: added "Expand threads" option.
1013 * src/prefs_common.c: removed "Emulate the behavior of mouse
1014 operation of Emacs-based mailer".
1015 * src/prefs_common.c
1016 src/prefs_account.c: changed the value of VSPACING_NARROW to 3.
1017 * src/pixmaps/new.xpm
1018 src/pixmaps/unread.xpm: reverted.
1023 address_folder_new()
1025 address_item_new(): changed the return value to AddressObject.
1026 address_build_tree(): don't put assertion for file.
1027 * src/pixmaps/new.xpm
1028 src/pixmaps/unread.xpm: modified a bit.
1032 * src/addressbook.c: fixed some bugs.
1036 * separated the logic part of addressbook into another module
1037 (still in progress).
1038 * src/address.[ch]: new. It contains the logic part of addressbook.
1039 * src/addressbook.[ch]: removed the logic part.
1043 * src/textview.c: textview_show_header(): fixed a bug that a garbage
1044 character was shown after header names.
1048 * src/inc.c: inc_start(): don't abort with non-fatal error.
1056 * src/mimeview.c: mimeview_view_file(): added -x option to the
1057 metamail to prevent the suspention of the main process.
1058 mimeview_button_pressed(): deactivate `Open' menu item if
1059 content-type is application/octet-stream.
1063 * src/imap.c: imap_parse_atom(): parse escaped characters properly.
1064 get_quoted(): new. It handles the escape character '\'.
1065 * src/folder.c: folder_read_list(): don't output warning if
1066 folderlist.xml doesn't exist.
1067 * src/main.c: main(): write folder list after setup.
1068 * src/textview.c: textview_create()
1069 src/compose.c: compose_create(): set default tab width to 8.
1073 * src/prefs_common.c: date_format_select_row(): fixed a bug that
1074 caused segfault when selecting the list with key.
1078 * src/mainwindow.c: main_window_popup(): deiconize the window
1079 when popup (thanks to Henrik Carlqvist).
1080 * src/procmime.c: procmime_scan_mime_type(): new.
1081 procmime_scan_content_type(): use procmime_scan_mime_type().
1082 procmime_scan_mime_header(): scan the extension of attached files
1083 and add the correct MIME type if the Content-Type is
1084 "application/octet-stream" (thanks to Don Quijote).
1085 * src/compose.c: compose_toolbar_create(): added a new "Send later"
1086 icon (thanks to Leandro Pereira).
1090 * src/prefs_common.c: date_format_create(): modified the layout of
1095 * src/account.c: account_find_from_address(): fixed a minor bug.
1096 * src/prefs_common.c: incorporated the user-interface for setting
1097 date format from the claws branch, and made some modification to
1102 * src/account.[ch]: account_edit_create(): modified the text of
1104 account_find_from_address(): new.
1106 procmime_scan_content_type(), procmime_scan_content_disposition():
1107 fixed ESC code detection.
1108 * src/compose.c: compose_reply(): automatically select account
1109 according to the message header.
1110 * src/prefs_common.[ch]: added member "reply_account_autosel".
1114 * src/progressdialog.c: made the CList scrollable.
1115 * src/inc.c: inc_start(): don't abort with non-fatal error.
1119 * added English Sylpheed User's Manual by Paul Kater
1120 (paul@nlpagan.net) (thanks!).
1123 src/mainwindow.c: added support for English manual.
1124 * manual/en/sylpheed*.html: added English documentation.
1129 * src/nntp.c: nntp_ok(): fixed the bug that didn't handle a response
1130 that didn't have any trailing messages.
1131 * src/smtp.c: smtp_ok(): ditto.
1132 * src/compose.c: compose_account_option_menu_create(): modified
1133 the style of the account option menu.
1137 * src/prefs_customheader.c: prefs_custom_header_clist_set_row():
1138 remove return code from strings automatically.
1139 prefs_custom_header_create(): added "X-Face" to the default
1141 * src/news.c: news_fetch_msg(), news_get_group_list()
1142 src/imap.c: imap_fetch_msg(): create the cache directory before
1145 procmime_scan_content_type()
1146 procmime_scan_content_disposition(): convert JIS into EUC-JP
1148 * src/codeconv.c: conv_unmime_header(): cleaned up a bit.
1149 * src/compose.c: don't append attachment headers if the attach
1150 pane is visible but the list is empty.
1151 * src/recv.c: recv_bytes_write(): use g_malloc() instead of alloca().
1159 * src/compose.c: compose_quote_parse_fmt()
1160 src/prefs_common.c: prefs_quote_description_create(): added the
1161 symbol `%c' that allows to include Cc in reply format (thanks
1164 src/procmime.c: procmime_decode_content(): applied the patch
1165 from Sergey Vlasov that allows to decode base64 data with
1166 unusual line length (not a multiple of 4) (thanks!).
1170 * src/procmsg.[ch]: separated the permanent flags and temporary
1171 flags into two variables, and made MsgFlags a structure that
1173 MSG_SET_PERM_FLAGS()
1175 MSG_UNSET_PERM_FLAGS()
1176 MSG_UNSET_TMP_FLAGS(): new macros.
1184 src/summaryview.c: modified for the new MsgFlags.
1185 * src/utils.[ch]: hash_free_value_mem(): new. It frees the values
1190 * src/inc.c: inc_pop3_recv_func(), inc_progress_update():
1191 display current size with human-readable format.
1192 * src/grouplistdialog.c: grouplist_recv_func(): ditto.
1199 conv_unmime_header(), conv_unmime_header_overwrite(): workaround
1200 for raw-JIS code in header fields.
1202 folder_get_default_folder()
1203 folder_get_default_inbox()
1204 folder_get_default_outbox()
1205 folder_get_default_draft()
1206 folder_get_default_queue()
1207 folder_get_default_trash(): fixed a bug that caused segfault
1208 if folder_list is NULL.
1218 * src/grouplistdialog.c: grouplist_dialog_set_list(): update UI
1219 while retrieving newsgroup list.
1220 grouplist_dialog_create(): added entry widget and status label.
1221 grouplist_recv_func(): new.
1222 refresh_clicked(): added exclusive lock variable.
1223 clist_selected(): set text entry when the CList is selected.
1224 renamed from group_clist_select().
1225 entry_activated(): new.
1226 grouplist_clear(): renamed from grouplist_free(). Also clears
1227 list and entry widget.
1228 * src/news.c: news_get_group_list(): sped up the list appending
1229 (g_slist_append() becomes very slow if list size is large).
1230 * src/defs.h: added UI_REFRESH_INTERVAL definition.
1231 Changed the definition of NEWSGROUP_LIST.
1232 * src/recv.c: recv_write()
1233 src/send.c: send_message_smtp(): changed the UI refresh interval
1234 to UI_REFRESH_INTERVAL (50msec).
1235 * src/account.c: account_add(): fixed a bug that didn't update
1236 folder tree when a news account was added.
1237 * src/grouplistdialog.c: made exclusive lock variable global, and
1238 lock at grouplist_dialog_set_list().
1239 * src/textview.c: fixed a bug that disabled clickable URI if
1240 message color was disabled.
1244 * src/grouplistdialog.c: ok_clicked(), cancel_clicked(): don't
1245 quit main loop if gtk_main_level() is 1.
1246 grouplist_dialog_set_list(): freeze CList while appending the list.
1247 grouplist_dialog(): show dialog before updating the list.
1251 * src/folder.c: folder_write_list_recursive(): add the attribute
1252 `collapsed' if a node have some children.
1253 * src/grouplistdialog.[ch]: new. Newsgroups can be selected from
1256 news_get_group_list(): new. It returns newsgroup list.
1257 news_remove_group_list(): new. It removes newsgroup list cache.
1258 * src/folderview.c: folderview_new_news_group_cb(): call
1259 grouplist_dialog() instead of input_dialog().
1263 * autogen.sh: modified.
1265 src/folderview.c: made expand/collapse state of folders persistent
1274 * src/imap.c: imap_remove_folder(): select INBOX with EXAMINE before
1276 imap_cmd_do_select(): new. It toggles between SELECT and EXAMINE
1277 according to the argument.
1278 imap_cmd_select(): use imap_cmd_do_select().
1279 imap_cmd_examine(): new.
1280 * src/folderview.c: folderview_rm_imap_folder_cb(): select current
1281 folder again when removing failed.
1287 * manual/ja/sylpheed.sgml
1288 manual/ja/*.html: updated the Japanese manual (thanks to Imai).
1289 * src/summaryview.c: summary_set_row_marks(): fixed a bug that
1290 didn't set foreground correctly.
1292 src/summaryview.h: removed the member color_normal from FolderView
1294 * src/mainwindow.c: main_window_create(): removed color_normal.
1298 * src/prefs_account.[ch]: the port numbers of IMAP4 and NNTP
1300 * src/imap.c: imap_session_get()
1301 src/news.c: news_session_new_for_folder(), news_session_get():
1302 use user-defined port number if specified.
1306 * src/imap.c: imap_scan_tree_recursive(): get mailbox status when
1308 imap_scan_folder(): implemented. It updates the numbers of new,
1309 unread and total messages.
1310 imap_status(): new. It parses the response of STATUS command.
1311 imap_status_uidnext(): removed.
1312 imap_cmd_status(): removed.
1313 * src/textview.c: textview_show_part(): fixed potential memory leaks.
1317 * src/alertpanel.c: alertpanel_create(): fixed truncated message.
1318 * src/rfc2015.c: rfc2015_decrypt_message(): fixed the case problem
1319 of content-type (thanks to René Rebe for the patch).
1320 * src/codeconv.c: code_get_code_conv_func(): fixed the ISO-8859-1
1322 * src/prefs_common.c: prefs_send_create(): made some more character
1323 sets specifiable when not using libjconv.
1324 * configure.in: disabled --enable-threads option temporarily.
1326 INSTALL.jp: deleted the description about --enable-threads option.
1330 * updated gettext to 0.10.38.
1336 * src/folderview.[ch]: folderview_set_all(): new.
1337 * src/account.c: account_add(): call folderview_set_all() after
1338 creating IMAP4 tree.
1339 account_edit_create(): account preferences dialog can be opened
1340 with double clicking of the list.
1341 account_selected(): new.
1342 account_clist_set(): made the CList focus set correctly.
1346 * src/imap.c: imap_scan_tree(): call imap_create_trash() if trash
1348 imap_scan_tree_recursive(): search the sub folders of INBOX.
1349 recognize Trash folder.
1350 imap_create_tree(): separated the part of creating trash.
1351 imap_create_trash(): new.
1352 * src/folder.c: folder_build_tree(), folder_write_list_recursive():
1353 preserve no_sub and no_select.
1354 * src/summaryview.c: summary_show(): don't proceed if item->no_select
1359 * src/imap.c: imap_scan_tree(): fixed a bug that didn't set the
1360 root folder correctly.
1364 * src/folderview.[ch]:
1365 folderview_update_tree(): new. It updates one folder tree.
1366 folderview_update_tree_cb(): new.
1367 Added "Update folder tree" to the popup menu, and modified some
1372 * src/imap.c: implemented the autoscan of IMAP4 folder list.
1373 imap_scan_tree(): new. It scans the whole IMAP4 folder.
1374 imap_scan_tree_recursive(): new. It traverses the IMAP4 folder tree.
1375 imap_parse_list(): new. It parses the LIST response.
1376 imap_get_real_path(): new. It converts local path into IMAP4 path.
1377 * src/folder.h: added no_sub and no_select to FolderItem.
1378 * src/folder.c: folder_tree_destroy(): reset some variables.
1379 * src/folderview.c: folderview_scan_tree_func(): supported IMAP4.
1383 * src/imap.c: imap_parse_envelope(): fixed a bug that didn't
1384 parse the FETCH response that continues to the next line.
1385 imap_parse_fetch_element(): removed.
1386 imap_parse_atom(), imap_parse_one_address(), imap_parse_address(),
1387 imap_parse_envelope(), imap_get_uncached_messages(): use GString
1388 and sock_getline() to parse the FETCH response.
1389 imap_remove_all_msg(): fixed a bug that didn't delete messages
1391 imap_parse_address(): fixed a bug that didn't concaternate
1392 addresses correctly, using GString.
1393 * src/socket.[ch]: sock_getline(), fd_getline(): new. They read
1394 the whole line and return the newly allocated string.
1395 * src/prefs_account.[ch]: added `IMAP server directory' entry.
1401 * src/imap.c: imap_create_tree(): pass the path that is separated
1402 by the local filesystem separator to imap_create_folder().
1403 imap_create_folder(): examine the existence of folders using
1404 LIST command instead of STATUS.
1405 imap_cmd_list(): new.
1406 imap_query_password(): new.
1407 imap_session_new(): query password if it is not set.
1411 * src/imap.c: imap_parse_envelope(): FETCH results can be parsed
1412 with arbitrary order.
1413 imap_parse_fetch_element(): new. it parses one pair of name and
1414 value of FETCH results.
1415 imap_parse_flags(): modified for more flexibility.
1416 * src/utils.[ch]: set_log_file(): new. it opens a new file for
1418 close_log_file(): new. it closes the opened log file.
1419 log_print(), log_message(), log_warning(), log_error(): also
1424 * src/imap.c: imap_cmd_status(): check the pointer to "value"
1425 before the assignment (thanks to NISHIJIMA).
1429 * src/folderview.c: folderview_drag_motion_cb(): don't allow DnD
1430 across MH and IMAP4 folder (for now) (thanks to Hiramatu).
1431 * src/foldersel.[ch]: don't show folders which can't be targets
1443 imap_cmd_store(): use UID instead of sequential number.
1444 Renamed imap_set_article_flags() to imap_set_message_flags().
1445 * src/summaryview.c: summary_execute(): don't update summary
1446 even if current folder is IMAP4.
1447 * src/utils.[ch]: remove_numbered_files(): changed the type of
1448 arguments from gint to guint.
1452 * src/imap.c: imap_cmd_login(), imap_cmd_select(), imap_cmd_status(),
1453 imap_cmd_create(), imap_cmd_delete(), imap_cmd_copy(): don't
1454 enclose with double quotation if string doesn't have space
1455 (workaround for old Cyrus IMAP4 server).
1456 imap_create_folder(): fixed a bug of separator substitution.
1457 renamed imap_session_connect_if_not() to imap_session_get().
1458 imap_get_msg_list(): delete all cached messages if use_cache
1460 imap_delete_cached_messages(): remove cached files in between
1461 the specified range by reading directory entry.
1462 imap_parse_one_address(): set fromname same as the from address
1464 * src/utils.[ch]: remove_numbered_files(): new. The range is
1466 * src/summaryview.c: summary_execute(): update summary if current
1468 KEY_PRESS_EVENT_STOP(): new macro.
1469 summary_key_pressed(): stop signal emission when calling
1471 summary_select_by_msgnum(): show message only if
1472 msg_is_toggled_on is TRUE. Move current page to the selected
1474 * src/news.c; news_delete_old_articles(): remove cached files in
1475 between the specified range by reading directory entry.
1477 folderview_selected(), folderview_button_released(): fixed a bug
1478 that didn't select folder correctly.
1484 src/prefs_common.c: improvements to the English (thanks to Paul
1486 * src/mainwindow.c: compose_cb()
1487 src/summaryview.c: summary_key_pressed()
1488 src/compose.c: compose_new_with_recipient(): newsgroups entry
1489 is automatically filled when composing a new article.
1493 * src/procmsg.c: procmsg_msg_list_free(): fixed a bug that didn't
1494 free list correctly.
1500 * src/imap.c: imap_find_namespace(): replace namespace path
1501 separator with slash before comparison.
1502 imap_remove_folder(): use namespace.
1503 imap_create_tree(): use namespece when creating Trash.
1504 imap_get_msg_list(): fixed a bug that returned old list and caused
1505 memory leak if exists == 0.
1506 imap_select(): new. It's a wrapper for imap_cmd_select().
1507 * src/foldersel.c: foldersel_set_tree(): show IMAP4 folder too.
1512 folderview_new_folder_cb()
1513 folderview_new_imap_folder_cb(): show error dialog when creation
1514 or deletion of folder failed.
1515 Made it allow users to create a folder which contains subfolders.
1516 folderview_button_pressed(): disabled delete menu on the special
1518 * AUTHORS: incorporated from claws branch. It now contains all
1520 * src/send.c: enabled cancellation.
1521 EXIT_IF_CANCELLED(): new macro.
1522 Added cancelled flag to SendProgressDialog.
1523 * src/utils.[ch]: strtailchomp(): new. It removes the trailing
1524 specified character.
1525 * src/imap.c: imap_cmd_fetch(): a fix for MS Exchange 2000 server.
1529 * src/imap.c: imap_create_tree(): new. It creates required
1530 folders such as INBOX and Trash.
1531 imap_do_copy(), imap_do_copy_msgs_with_dest(): don't expunge
1533 imap_remove_all_msg(): return immediately if exists == 0.
1534 * src/account.c: account_add(), account_set_missing_folder():
1535 made them use folder->create_tree().
1539 * src/imap.c: more namespace implementation.
1540 imap_find_namespace(), imap_path_separator_subst(): new.
1544 * src/imap.c: imap_parse_namespace(), imap_cmd_namespace(): new.
1548 * src/summaryview.c: summary_show(): fixed a glitch in folder view.
1552 * src/imap.[ch]: added imap_add_msg(), and imap_append_message(),
1553 which appends file into IMAP4 folder.
1555 imap_create_folder(): check the existence of a folder before
1557 renamed the prefix of low-level IMAP4rev1 functions to imap_cmd.
1558 * src/account.c: account_add(), account_set_missing_folder():
1559 create INBOX automatically when creating IMAP4 account.
1563 * src/utils.[ch]: added itos_buf() that takes the buffer for its
1565 * src/imap.[ch]: imap_copy_msg(), imap_copy_msgs_with_dest(): new.
1566 * src/folder.c: added copy_msg and copy_msgs_with_dest methods
1571 * src/utils.[ch]: move_file(): new.
1572 * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): modified to
1573 use move_file(), and fixed a bug that didn't close file when
1578 * src/imap.c: renamed imap_delete_messages() and
1579 imap_delete_all_messages() to imap_delete_cached_messages() and
1580 imap_delete_all_cached_messages(). Some code cleanups.
1581 * src/utils.[ch]: added a function remove_all_numbered_files().
1582 * src/mh.c: mh_remove_all_msg()
1583 src/imap.c: imap_delete_all_cached_messages():
1584 use remove_all_numbered_files().
1587 src/compose.[ch]: added `Reply to sender'.
1589 compose_reply_set_entry(): added an argument `ignore_replyto'.
1593 * src/folderview.c: folderview_selected()
1594 src/summaryview.c: summary_show(): fixed a bug that updated wrong
1595 folder when remaining marks were processed.
1599 * src/headerwindow.c: headerwindow_show_cb(): always try to show
1600 msginfo, and use the selected message, not the displayed one.
1601 * src/smtp.c: smtp_ok(): fixed sock_gets() error handling.
1605 * src/folderview.c: folderview_selected()
1606 src/mimeview.c: mimeview_selected(): ungrab the mouse event.
1607 * src/summaryview.c: summary_show(): process the left marks if any.
1611 * src/passphrase.c: enclosed with #if USE_GPGME.
1612 * src/prefs_account.c: added NNTP AUTH check button.
1613 * src/alertpanel.[ch]: alertpanel_create(): added new argument
1614 `can_disable', all existing callers changed to pass FALSE;
1615 created a check button to disable the message.
1616 alertpanel_message_with_disable(): new.
1617 alertpanel_show(): mask value with G_ALERT_VALUE_MASK.
1618 alertpanel_button_toggled(): new.
1619 alertpanel_button_clicked(), alertpanel_close(): set value using
1621 * src/prefs_common.[ch]: added option to toggle GnuPG signature
1622 check popup window, and GnuPG warning.
1623 * src/rfc2015.c: check_signature(): show signature check dialog
1624 only if it is enabled.
1625 * src/main.c: modified GnuPG checking.
1627 src/prefs_common.c: fixed some compilation bugs when enabled
1632 * src/codeconv.c: conv_get_code_conv_func(): fix for ISO-8859-*
1633 encodings with libjconv.
1634 conv_encode_header(): fixed an endless loop bug when encountering
1635 an invalid wide character (thanks to Alte).
1636 * src/headerview.c: SET_FONT_STYLE(): fixed segfault with invalid
1638 * src/imap.c: imap_create_folder(): don't create folder if the
1640 * src/mainwindow.c: main_window_reflect_prefs_all(): hide the
1641 execute button when immediate execution is enabled.
1646 README.jp: added the "How to run" section.
1650 * merged NNTP AUTH from the claws branch.
1651 * src/news.[ch]: supported NNTP AUTH.
1652 * src/nntp.[ch]: wrapped SockInfo with NNTPSockInfo for NNTP AUTH.
1654 INSTALL.jp: modified the confirmation list and the warning about
1659 * src/gtkutils.[ch]: moved folderview_find_collapsed_parent() to
1660 gtkut_ctree_find_collapsed_parent().
1661 * src/folderview.c: folderview_select_node(): automatically expand
1662 the parent folders when selected.
1663 * configure.in: made the version number to 0.4.99 (0.5pre)
1664 * src/main.c: main(): moved parse_cmd_opt() before gtk_init()
1665 so that X is not necessary for --help and --version.
1666 parse_cmd_opt(): changed g_get_prgname() to g_basename(argv[0]).
1667 * src/folderview.c: folderview_update_node(): a fix for collapsed
1672 * src/main.c: lock_socket_input_cb(): changed fd_read() to fd_gets().
1673 It caused garbages in --compose option.
1674 * src/socket.[ch]: made fd_gets() public.
1678 * src/gtkutils.[ch]: gtkut_ctree_node_next(): new.
1679 * src/folderview.c: folderview_find_next_unread(): new.
1680 folderview_select_next_unread(): modified so that it can find
1685 * src/compose.c: compose_write_headers(): excluded also From, To,
1686 Sender because they could be used for SPAM.
1687 * src/folderview.c: add '+' mark to the collapsed folder that have
1688 some unread folders.
1689 folderview_search_new_recursive(),
1690 folderview_have_new_children(),
1691 folderview_search_unread_recursive(),
1692 folderview_have_unread_children(),
1693 folderview_find_collapsed_parent(): new.
1694 folderview_update_node(): display the number of queued messages.
1699 src/mh.[ch]: modified *_add_msg() to use link(). Added the
1700 argument to switch whether to remove the source file or not.
1703 src/mbox.c: modified the argument of folder_item_add_msg() and
1704 removed some unlink()'s.
1708 * src/prefs_customheader.[ch]: renamed prefs_headers_* to
1709 prefs_custom_header_*. Removed `(New)' row and `Substitute'
1710 button. Supported empty value.
1711 prefs_custom_header_row_moved(): new. Connected "row_move" signal
1712 to the function, and made it set header list.
1713 * src/customheader.c: custom_header_get_str()
1714 src/compose.c: compose_write_headers(): supported empty value.
1715 * src/prefs_display_header.c: prefs_display_header_row_moved(): new.
1716 Connected "row_move" signal to the function, and made it set
1718 * src/compose.c: compose_write_headers(): modified the order of
1719 headers, and made it encode the custom headers.
1720 * src/prefs_customheader.c: prefs_custom_header_delete_cb()
1721 src/prefs_filter.c: prefs_filter_delete_cb(): treat closing the
1722 alert panel by ESC as "No".
1726 * merged the custom header stuff from claws branch:
1727 * src/customheader.[ch]
1728 src/prefs_customheader.[ch]: new.
1729 * src/customheader.c: custom_header_read_str(): use strtol() instead
1730 of atoi() and check errors.
1731 custom_header_find(): new function.
1732 * src/compose.c: IS_IN_CUSTOM_HEADER(): new macro.
1733 compose_write_headers(): made it replace headers with user-defined
1734 headers except for some automatically generated headers.
1738 * src/inc.c: connection_check_cb(): fixed a bug that caused
1739 segmentation fault if connection was not established.
1740 * src/compose.c: compose_create(): even if set_autobcc or set
1741 autoreplyto is checked and the entries are empty, show them.
1745 * src/textview.c: textview_show_mime_part(): modified the messages.
1746 TEXT_INSERT(): new macro.
1748 * src/prefs_display_header.c: prefs_display_header_create():
1749 modified the text of checkbutton.
1753 * src/mimeview.c: added "Open with..." to the context menu.
1754 * src/summaryview.c: summary_print()
1755 src/inputdialog.c: input_dialog(): fixed memory leaks.
1756 * src/textview.c: textview_show_mime_part(): updated the description.
1757 * src/send.c: implemented sending progress dialog.
1758 (TODO: automaton should be used.)
1759 send_progress_dialog_create(), send_progress_dialog_destroy(),
1761 send_message_smtp(): made it update the dialog for each stage.
1762 * src/utils.[ch]: get_left_file_size(): new. Get the left bytes
1764 * src/summaryview.c: summary_show(): when open_inbox_on_inc is set,
1765 go to first unread message even if folder is same as previous.
1766 * src/prefs_common.c: made color selection dialog transient, and
1767 made escape key close the dialogs.
1773 * src/select-keys.c: delete_event_cb(): removed `;' from its end.
1774 * src/recv.c: recv_write(): changed the interval to 10msec.
1775 * src/prefs_display_header.c: modified the layout of the dialog,
1776 and made the hidden headers list insensitive when `Show other
1777 headers' is not checked.
1778 * src/textview.c: changed strcasecmp() and strncasecmp() to
1779 the corresponding glib functions.
1780 * src/inc.c: get_spool(): make a temporary file in the home
1785 * src/prefs_common.c
1797 src/sigstatus.c: fixed a bug that accidentally destroyed dialogs
1798 when closed them with delete_event (thanks to DINH).
1799 Added *_deleted() and *delete_event() which handle delete_event
1804 * src/prefs_display_header.c: merged some changes from claws branch:
1805 prefs_display_header_create(): allow reordering of headers by
1807 prefs_display_header_find_header(): new function.
1808 prefs_display_header_clist_set_row(): don't allow duplicates.
1809 * src/prefs_account.c: prefs_account_receive_create(): changed
1810 the label of the check button.
1814 * src/pop.c: pop3_getsize_list_recv(): if sscanf() failed, break
1816 * src/inc.h: removed cur_msg_bytes from Pop3State.
1817 * src/inc.c: pop3_recv_func()
1818 src/recv.[ch]: made the second arguments of RecvUIFunc current
1820 recv_write(): made it call UI func if elapsed time is greater
1822 * src/recv.c: recv_write(): changed the interval to 300 usec.
1823 * src/textview.c: textview_show_header(): if header is Subject,
1825 * src/utils.[ch]: unfold_line(): new.
1826 * src/procheader.[ch]: procheader_get_header_array(): new.
1827 * src/prefs_display_header.c: updated defaults.
1831 * some merge from the sylpheed-claws branch.
1832 It allows user to specify displayed headers in message view.
1833 (symbol names were also changed.)
1834 * src/prefs_display_header.[ch]
1835 src/displayheader.[ch]: new.
1836 * src/prefs_display_header.c:
1837 removed prefs_display_headers_other_headers_toggled().
1838 removed "(New)" row from the list.
1839 * src/defs.h: added DISPLAY_HEADER_RC.
1840 * src/prefs_common.c: prefs_message_create(): added a button for
1841 opening the display header setting dialog.
1842 * src/prefs_common.h: added show_other_header and disphdr_list
1844 * src/procheader.[ch]: procheader_get_header_list_from_file(),
1845 procheader_get_header_array_asis(): new.
1846 procheader_get_header_list(): modified so that it takes FILE
1847 pointer for its argument.
1848 procheader_header_array_destroy(), procheader_header_free(): new.
1849 * src/main.c: main(): made it call prefs_display_header_*_config().
1850 * src/textview.c: textview_scan_header(): modified so that it
1851 sorts headers according to user setting.
1852 src/textview_show_header(): made it call
1853 textview_make_clickable_parts().
1854 textview_make_clickable_parts(): added GdkFont to its arguments,
1855 and removed GtkText from them.
1859 * implemented auto-checking of new mail based on the patch from
1860 Pierric Descamps (thanks!).
1861 * src/inc.c: added inc_autocheck_timer_init(),
1862 inc_autocheck_timer_set(), inc_autocheck_timer_remove(),
1863 inc_autocheck_func() for auto-checking of new mail.
1864 * src/main.c: main(): call inc_autocheck_timer_init().
1865 * src/prefs_common.c: prefs_receive_create(): activated the
1866 auto-checking UI. Added prefs_common_cancel(), and connected
1867 some signals to that.
1868 * src/prefs_common.c
1871 src/account.c: Disabled auto-checking while opening the dialog.
1872 * src/headerview.c: headerview_show_xface(): fixed a bug that
1873 showed a warning when header pane was hidden.
1879 src/recv.c: removed non-blocking socket mode support since it
1882 src/inc.c: modified the messages of incorporation dialog.
1886 * src/utils.h: made u32 the typedef of guint32.
1887 added BIG_ENDIAN_HOST macro that is used by md5.c.
1888 * src/md5.c: renamed md5c.c. Fixed the indentation. Fixed a bug
1889 that didn't calculate MD5 correctly on big endian machines.
1895 * src/folder.c: folder_init(): added the method imap_remove_folder.
1896 * src/folderview.c: folderview_rm_imap_folder_cb(): made it
1897 actually remove folder from IMAP4 server.
1898 * src/imap.[ch]: imap_create_folder(): made it actually create
1899 folder on IMAP4 server.
1900 imap_remove_folder(): added.
1901 imap_create(), imap_delete(): added.
1902 * src/summaryview.c: summary_execute_delete(): don't check trash
1903 if folder type is not F_MH.
1904 * thanks to Ishihara for the above changes.
1906 ac/check-type.m4: better wint_t typedef detection (renamed
1907 sv_CHECK_TYPE to SYLPHEED_CHECK_TYPE).
1911 * src/recv.c: recv_bytes_write(): fixed another bug that caused
1912 infinite loop and buffer overrun.
1916 * src/socket.[ch]: renamed sock_read() and fd_read() to
1917 sock_gets() and fd_gets() for preventing confusion.
1918 Added sock_read() and fd_read() which is the wrapper of read().
1919 * src/recv.c: recv_bytes_write(): fixed a bug that caused infinite
1920 loop. Use sock_read() instead of fd_read().
1927 src/smtp.c: use sock_gets() instead of sock_read().
1928 * src/imap.c: imap_session_new(): fixed the error detection
1933 * src/inc.c: made it displays current read bytes to the dialog.
1934 * src/pop.c: recv_write(): call UI function before editing
1939 * src/progressdialog.c: progress_dialog_create(): modified the
1940 size of dialog and made it stretchable.
1942 src/esmtp.c: smtp_ok(), esmtp_ok(): fixed a bug that didn't
1943 process an error response correctly (thanks to Ohmasa).
1944 * src/pop.[ch]: added pop3_getsize_list_send(),
1945 pop3_getsize_list_recv().
1946 * src/recv.[ch]: added recv_set_ui_func() that makes recv_write()
1947 call the callback function for each sock_read().
1948 * src/inc.h: in Pop3State, renamed bytes to total_bytes, and added
1949 cur_msg_bytes, cur_total_bytes, and sizes.
1950 * src/inc.c: added inc_pop3_recv_func() that updates the progress
1951 bar for each sock_read().
1955 * src/mh.c: mh_is_maildir_one(): modified so that it uses
1958 2001-04-25 Werner Koch <wk@gnupg.org>
1960 * src/mh.c (mh_is_maildir_one, mh_is_maildir): New.
1961 (mh_scan_tree_recursive): Do not include Maildir style directories
1964 Changed the use of integers to describe sockets by an more abstract
1967 * src/automaton.h (struct _Automaton): Add help_sock.
1968 * src/automaton.c (automaton_input_cb): Changed source to be
1969 SockInfo and use wrapper for gdk_input_add.
1971 * src/send.c (SEND_EXIT_IF_ERROR): Adjusted tests and removed test
1972 for invalid socket because this is now done in sock_close. Set
1974 (SEND_EXIT_IF_NOTOK): Set closed sock to NULL.
1975 (send_smtp_open): Use only SockInfo.
1977 * src/news.c (news_session_new): Use SockInfo here.
1978 (news_session_destroy): Ditto and set sock to NULL.
1980 * src/nntp.c: Use SockInfo instead of integers
1981 * src/smtp.c: Ditto.
1983 * src/recv.c: Ditto.
1985 * src/inc.c (inc_pop3_session_do): Removed sock_sockinfo_free. Put
1986 gdk_input_add into a wrapper.
1988 * src/esmtp.c: Changed socket descriptors to use SockInfo.
1989 * src/esmtp.h: Ditto, included socket.h.
1990 * src/session.h (struct _Session): Likewise.
1991 * src/imap.c (imap_open): Return SockInfo ptr and not an integer.
1992 Removed access to internal data of SockInfo. Changed all callers
1993 and functions to take SockInfo.
1994 (imap_session_new): Use sock_close here.
1995 (imap_session_destroy): Ditto.
1997 * src/compose.c (compose_exec_ext_editor): Replaced sock_write by
2000 * src/main.c (app_will_exit): Close lock socket using fd_close.
2001 (prohibit_duplicate_launch): Use fd_xxx functions instead of sock_xxx.
2002 (lock_socket_input_cb): Ditto.
2004 * src/socket.h, src/socket.c: Prepared SockInfo structure to use
2005 glib channels. Changed all sock_xxx to use SockInfo instead of an
2007 (sock_connect_unix, sock_open_unix, sock_accept): Renamed to ..
2008 (fd_connect_unix, fd_open_unix, fd_accept): .. this and changed all
2010 (fd_read, fd_write, fd_close): New.
2011 (sock_sockinfo_free): Removed.
2012 * src/socket.c (sock_connect_nb): Use close instead sock_close here.
2013 (sock_connect): Ditto.
2017 * config.h.in: removed.
2018 * ac/Makefile.am: added gnupg-check-typedef.m4 to MACROS.
2019 * .cvsignore: added.
2021 src/progressdialog.[ch]
2022 src/pixmaps/complete.xpm
2023 src/pixmaps/continue.xpm
2024 src/pixmaps/error.xpm: applied the patch from Leandro Pereira
2025 that displays the state of message incorporation (thanks!).
2026 * src/inc.c: made the progress dialog change the text of status.
2030 * removed po/*.gmo, configure, stamp-h.in, aclocal.m4, Makefile.in
2032 * COPYING: removed RSA copyright notice.
2033 * removed po/sylpheed.pot, po/stamp-cat-id, po/cat-id-tbl.c.
2034 * configure.in: added the check of sys/utsname.h.
2036 2001-04-24 Werner Koch <wk@gnupg.org>
2038 Merged most of the changes from the W32 branch in.
2040 * configure.in: Require gpgme >= 0.2.1
2042 * acconfig.h (HAVE_U32_TYPEDEF): New.
2043 * ac/gnupg-check-typedef.m4: New.
2044 * configure.in: Check for u32 type and the size of some types.
2045 * src/utils.h: Define the u32 type and related constants.
2047 * src/about.c (about_create): Removed the note about MD5. We are
2048 not any longer using the RSA Inc. implementation.
2049 * src/md5ify.c, src/md5ify.h, src/md5global.h: Removed.
2050 * src/md5c.c, src/md5c.h: Replaced by an FSF implementation and
2051 renamed the function to standard lowercase convention. Changed all
2053 (md5_hex_digest): New.
2054 (md5_hmac): Add hmac function by Martin Schaaf with some
2056 (md5_hex_hmac): New.
2057 * src/esmtp.c, src/esmtp.h (md5_hex_hmac): Removed.
2058 (hmac_md5): Removed.
2059 * src/pop.c (pop3_getauth_apop_send): Replaced the md5_digest by
2060 the new md5_hex_digest function.
2062 * src/about.c: Include utsname.h only if available
2064 * src/utils.c, src/utils.h (get_home_dir): New to better cope with
2065 special Windoze requirements. Changed all calls to
2066 g_get_home_dir() to this function.
2068 * simple-gettext.c: New.
2070 * src/main.c (main): Issue a warning if GnuPG is not properly
2073 * src/sigstatus.c, src/sigstatus.h: New.
2074 * src/rfc2015.c (check_signature): Use the sigstatus window and
2075 get the status texts from a utility function.
2077 * src/select-keys.c: Removed the global select_keys var and
2078 pass an allocated one along all functions.
2079 (set_row): Display only keys capable of encryption.
2080 (update_progress): Replaced the progressbar by
2081 a windmill and a text showing for which key we are collecting
2082 info. Removed progressbar everywhere else and updated callers.
2084 * src/prefs_common.c (prefs_privacy_create) [__MINGW32__]: Do not
2085 display the grab button.
2089 * src/prefs_common.[ch]
2090 src/procheader.c: applied the patch from Darko Koruga that
2091 allows user to define their own format for displaying date in
2092 summary view using strftime() (thanks!).
2093 * src/prefs_common.c: prefs_quote_colors_dialog()
2094 src/mainwindow.c: main_window_reflect_prefs_all(): made it
2095 update message colors if the colors setting is changed.
2096 * src/main.[ch]: made it remember the startup directory.
2097 * src/export.c: export_mbox(): made it initially chdir to the
2099 * src/filesel.c: filesel_select_file(): made it open the startup
2104 * added option to warn about queued messages on exit [sergey]:
2106 * src/compose.c: compose_queue(): call folder_item_scan()
2107 and folderview_update_item() after queueing.
2108 * src/folderview.c: folderview_update_node(): draw the queue
2109 folder in bold font if there are queued messages.
2110 * src/mainwindow.c: queued_messages(): new function.
2111 app_exit_cb(): display warning if there are queued messages
2112 if warn_queued_on_exit is set.
2113 * prefs_common.[ch]: add warn_queued_on_exit option.
2115 * src/mainwindow.c: moved queued_messages() to main.c, and renamed
2116 it to get_queued_message_num().
2117 * src/main.c: app_will_exit(): moved warning dialog code from
2118 app_exit_cb(), and added manage_window_focus_in().
2120 * enhanced GnuPG key selection support [sergey]:
2122 * src/select-keys.c: updated to newer version from Win32
2123 branch with support for selecting arbitrary keys.
2124 * src/prefs_account.c: added the Privacy tab to the account
2126 prefs_account_privacy_create(),
2127 prefs_account_sign_key_set_data_from_radiobtn(),
2128 prefs_account_sign_key_set_radiobtn(): new functions.
2129 * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
2130 * src/rfc2015.c: set_signers(): new function.
2131 pgp_sign(): add the account parameter, call set_signers().
2132 rfc2015_sign(): add the account parameter, pass it to pgp_sign().
2133 * src/rfc2015.h: rfc2015_sign(): updated prototype.
2134 * src/compose.c: pass the current account to rfc2015_sign().
2138 * src/mbox.c: export_to_mbox(): fixed a memory leak bug.
2142 * src/mbox.[ch]: renamed export_mbox() to export_to_mbox().
2143 Fixed a memory leak bug.
2144 * src/export.[ch]: added for exporting folder to mbox.
2145 * src/import.[ch]: made import_mbox() take default folder.
2146 Added description to the dialog.
2147 * src/summaryview.c: summary_show(): fixed a bug that kept the
2148 toolbar buttons insensitive after receiving messages.
2150 src/import.c: fixed a bug that caused quitting of the program
2151 when OK or Cancel button was clicked several time.
2152 * src/prefs_common.[ch]
2153 src/addressbook.c: added "Add address to destination when
2154 double-clicked" option.
2158 * src/prefs_common.[ch]: reorganized the items of settings,
2159 and added Message tab.
2160 * src/main.c: parse_cmd_opt(): added command line option --version.
2161 * src/mh.c: made it unset MSG_DELETED flag when moved/copied to
2163 * src/prefs_common.[ch]
2164 src/headerview.[ch]: the header pane can be toggled now.
2165 * src/prefs_common.[ch]
2166 src/textview.c: page scroll step is now selectable between
2167 one page and half page.
2168 * src/mbox.[ch]: added export_mbox() that reads all messages
2169 in a folder, and store them into one mbox file.
2173 * src/prefs_filter.[ch]: separated filter setting code from
2174 prefs_common.c, and made it a separate dialog.
2180 * src/automaton.[ch]
2181 src/inc.c: fixed the bug that made Sylpheed crash when clicking
2182 Cancel button while getting new mail (thanks to Sergey Vlasov).
2183 * src/xml.c: xml_build_tree()
2184 src/addressbook.c: fixed a bug that caused infinite loop if an
2185 illegal XML file was given.
2190 src/inc.c: applied the patch from Sergey Vlasov that fixes the
2191 problem when the "Go to inbox after receiving new mail" option
2192 was turned off (thanks!).
2196 * src/xml.[ch]: modified so that it supports some characters which
2197 must be escaped, and multiple-lined tag.
2199 src/addressbook.c: modified so that it escapes some characters
2200 like '<', '>', '&', ''', '"'.
2210 src/summaryview.[ch]: applied the patch from Darko Koruga that
2211 adds copy message operation for the MH folders (thanks!).
2212 * src/imap.c: disabled slash to dot conversion.
2213 * src/imageview.c: fixed a bug that displayed an old image when
2214 loading of a image failed (thanks to Darko Koruga).
2218 * src/procmsg.c: procmsg_read_cache(): added setvbuf() to speed up
2219 cache reading (thanks to Sergey Vlasov).
2221 src/summaryview.[ch]
2222 prefs_common.[ch]: applied the patch that keeps the same folder
2223 after receiving new mail (thanks to Sergey Vlasov).
2225 src/utils.[ch]: moved get_quote_level() to utils.c.
2229 * ac/Makefile.am: added.
2231 configure.in: added ac directory.
2235 * src/summaryview.c: summary_filter(): made it move messages
2236 immediately if immediate_exec option is set.
2237 * src/prefs_common.[ch]
2239 src/gtkutils.[ch]: applied the message coloring patch from
2240 Stephen Anthony with some modification (thanks!).
2242 src/mimeview.c: modified the behavior of MimeView (thanks to
2247 * src/utils.c: copy_file()
2248 src/mh.c: applied (and modified) the patch from Darko Koruga
2249 that enables to move messages across file systems (thanks!).
2251 src/utils.[ch]: applied the patch from Jorge Van Hemelryck
2252 that converts the date of messages to the local time (thanks!).
2253 * src/utils.c: remote_tzoffset_sec(): fixed a bug that the signs
2254 of one-letter timezone were reversed.
2255 * src/folder.c: folder_item_add_msg(): put the assertion for the
2256 add_msg() method (thanks to TAKANO).
2260 * src/procmime.c: procmime_decode_content(): fixed a bug that
2261 corrupted quoted-printable encoded messages when they include
2262 `=00' (thanks to Masahiro Tomita).
2265 src/summaryview.c: modified the DnD behavior of MIME view
2266 (thanks to HIRAMATSU).
2270 * src/about.c: applied the patch from Sergey Vlasov that fixes
2271 the appearance of the about dialog (thanks!).
2272 * src/prefs_common.[ch]
2278 src/textview.[ch]: applied the GnuPG support patch which had
2279 ported from the sylpheed-win32 branch (thanks to Sergey Vlasov).
2280 * INSTALL, INSTALL.jp: updated the description about GnuPG.
2284 * src/utils.[ch]: added references_list_append() that parses
2285 References header and makes it string list.
2286 * src/compose.c: modified so that too long References header is
2287 truncated, garbage characters are removed, and header is tidied
2288 up (thanks to Matthias Intemann).
2292 * src/addr_compl.c: applied the address completion bugfix patch
2293 from Alfons Hoogervorst (thanks!).
2297 * src/gtksctree.c: modified so that the tree_select_row signal
2298 actually pass the column number.
2299 * src/summaryview.c: summary_selected(): made generic mark and
2300 unread mark can be toggled with clicking of the columns.
2301 Added summary_mark_row_as_read() and summary_mark_row_as_unread().
2302 * src/prefs_common.c
2303 src/prefs_account.c: applied the layout fix patches from Sergey
2304 Vlasov, and adjusted some widths of GtkEntry widgets.
2305 * src/prefs.c: prefs_dialog_create(): enable notebook to take focus.
2306 * src/inc.c: inc_start(): modified so that authentication dialogs
2307 show server name too (thanks to Sergey Vlasov).
2311 * src/mimeview.c: mimeview_key_pressed(): fixed a bug that caused
2312 segmentation fault when a malformed multipart message is shown
2313 (thanks to Sergey Vlasov).
2314 * src/summaryview.c: summary_display_msg(): made it focus to the
2315 summary view if the MIME list is empty.
2319 * src/pixmaps/deleted.xpm
2320 src/pixmaps/mark.xpm
2321 src/summaryview.c: added deleted and mark icon.
2322 * src/gtkutils.c: gtkut_widget_init(): changed gtk_widget_destroy()
2323 to gtk_widget_unref().
2324 * src/addr_compl.c: start_address_completion(): fixed the bug that
2325 displayed warning when the address book was empty (thanks to
2330 * src/summaryview.c: summary_show(): fixed a memory leak bug
2331 (thanks to ChiDeok Hwang).
2332 * src/pixmaps/forwarded.xpm
2333 src/pixmaps/replied.xpm
2335 src/pixmaps/unread.xpm
2340 src/summaryview.[ch]: applied the patch from Marc Hoper
2341 that adds replied and forwarded mark to replying or forwarding
2342 messages (thanks!). And new and unread mark were replaced
2343 by the icons David Mehrmann created (thanks!).
2344 * src/summaryview.c: made the width of unread and MIME column
2346 * src/prefs.c: prefs_config_parse_one_line(): made it check the
2347 '=' separator (thanks to Sergey Vlasov).
2351 * src/prefs_common.[ch]: moved smooth scroll option to the
2353 * src/textview.c: made the one-line scroll also perform smooth
2358 * src/prefs_common.[ch]
2359 src/textview.c: applied the smooth scroll patch from Setoh and
2364 * src/summaryview.c: summary_attract_by_subject(): rewritten it
2365 using hash table for speeding up.
2366 * src/prefs_account.c: made filter_on_receive TRUE by default.
2367 * src/mainwindow.c: reordered menu items.
2371 * src/gtkutils.c: gtkut_clist_bindings_add(): fixed a bug that
2372 caused address completion not to accept space and enter key.
2377 src/codeconv.c: fixed a bug that didn't encode non-ASCII headers
2379 * src/compose.c: fixed a bug that didn't decode some headers
2380 correctly when replying or reediting drafts (thanks to Sergey
2385 * src/gtkutils.[ch]: added gtkut_widget_init() that modifies the
2386 behaviors of some classes.
2387 * src/main.c: main(): made it call gtkut_widget_init() first.
2388 * src/summaryview.c: summary_create(): removed the key binding code.
2392 * src/procmsg.[ch]: modified for the sake of readability.
2396 * src/mainwindow.c: changed "Clean trash" to "Empty trash".
2397 Added new menu items for folder manipulation.
2398 allsel_cb(): made it change the target between summary view and
2399 message view according to the input focus.
2400 Removed "Select all" from Summary submenu.
2401 * src/folderview.[ch]: added functions for creating/renaming/deleting
2403 * src/procmsg.[ch]: made "marked" and "deleted" flag permanent, and
2404 removed "important" flag.
2405 * src/summaryview.c: added summary_set_row_marks() that sets style
2406 of a row according to the flags, and made some functions use it.
2407 * src/mainwindow.c: allsel_cb(): modified so that it selects
2408 summary view correctly if message view is toggled off.
2412 * src/socket.c: sock_connect_by_getaddrinfo(): fixed a resource
2413 leak bug of socket, and rewrote the routine.
2414 * src/inc.c: inc_mail(), inc_all_account_mail(): fixed a bug that
2415 displayed the wrong unread number in the folder tree if a
2416 folder was open and new messages arrived at the folder.
2417 * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug
2422 * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): made it
2423 check the existence of the destination file.
2424 * src/procmsg.c: procmsg_set_flags(): made it count the last
2425 number of the message list (and fixed a bug that didn't open
2426 newly arrived message).
2430 * src/prefs_common.c: prefs_send_create(): removed EUC-JP and
2431 Shift_JIS from the outgoing codeset.
2439 * src/send.c: send_message_queue(): modified so that it finds
2440 the account from the `From' and the server name of the queued
2442 * src/account.[ch]: added account_find_from_smtp_server() that
2443 finds an account from the specified address and SMTP server.
2446 src/summaryview.[ch]
2447 src/sourcewindow.[ch]: integrated the viewing source patch from
2448 DINH V. Hoà (thanks!).
2452 * src/addr_compl.[ch]
2454 src/compose.c: applied the enhanced address completion patch
2455 from Alfons Hoogervorst (thanks!).
2456 * src/addr_compl.c: replaced g_assert() with g_return(_val)_if_fail().
2457 * src/folder.c: folder_init()
2458 src/folderview.c: folderview_drag_motion_cb()
2459 src/procmsg.c: procmsg_clean_trash()
2460 src/summaryview.c: summary_start_drag()
2461 src/imap.[ch]: integrated the IMAP4 move/remove function patch
2462 from Suzuki Mio (thanks!).
2466 * src/main.c: parse_cmd_opt(): made the --compose option realize
2468 * src/utils.[ch]: execute_async(): supported quoted arguments
2470 strstr_with_skip_quote(), strsplit_with_quote(): quote-supported
2471 version of g_strsplit().
2472 * src/mimeview.c: mimeview_view_file()
2473 src/prefs_common.c: added single quotation mark around the file
2485 src/utils.[ch]: applied the security fix patch from Dmitry V.
2486 Levin with some modification (thanks!). Added my_tmpfile() to
2488 * src/main.c: added --receive-all command-line option.
2492 * src/socket.c: sock_connect_thread(): fixed a bug that didn't
2493 compile if both multithread and IPv6 are enabled (thanks to
2496 src/compose.c: applied a patch from Jason McCarver that allows
2497 FIFO for signature file (thanks!).
2498 * src/textview.c: made some more refactoring.
2499 * src/socket.c: sock_accept(): changed socklen_t to gint.
2504 src/textview.c: some code cleanups.
2510 src/textview.c: integrated the patch from Alfons Hoogervorst that
2511 fixes some glitches in clickable URI and enables mail addresses
2512 clickable, and enables the --compose command line option to
2513 specify address (thanks!).
2520 src/prefs_account.[ch]
2521 src/Makefile.am: applied the SMTP AUTH patch from Martin Schaaf
2522 and fixed its a few bugs (thanks!).
2523 * src/textview.c: textview_key_pressed(): made it don't move focus
2525 * src/main.c: parse_cmd_opt(): modified the help message.
2526 * src/html.[ch]: added empty_line to HTMLParser and modified
2527 the parser routines a bit.
2531 * src/html.c: added eucjp_symbol_list, and added some characters
2532 to ascii_symbol_list.
2536 * src/codeconv.[ch]: added a member `charset' and `charset_str'
2538 * src/html.[ch]: added the symbol list for ISO-8859-1 codeset.
2539 html_parser_new(): made it change the symbol hash table
2540 according to the character set of the document.
2541 html_parse_special(): made it recognize character code number.
2545 * src/textview.c: added textview_show_html() that parses HTML and
2547 textview_show_part(): made it call textview_show_html() if
2548 the part is text/html.
2549 * src/html.[ch]: implemented HTML parser.
2553 * src/codeconv.[ch]: added CodeConverter, and its methods
2554 (conv_code_converter_new(), conv_code_converter_destroy(), and
2556 * src/textview.c: removed the branches by HAVE_LIBJCONV and
2557 rewrote them using CodeConverter.
2561 * src/mbox.c: proc_mbox(): workaround for duplicated From_ line.
2565 * src/codeconv.c: some code cleanups.
2569 * src/mainwindow.c: main_window_popup(): fixed a bug that didn't
2570 popup the main window correctly.
2571 * src/codeconv.h: fixed a bug that the definition of CS_EUC_CN and
2572 CS_EUC_TW was reversed (thanks to Sakamoto).
2579 src/socket.[ch]: applied the patch from Hiramatu that enables
2580 prohibition of multiple execution and remote control with
2581 command line option (thanks!).
2585 * src/summaryview.c: summary_button_pressed(), summary_selected():
2586 made it toggle the view if middle button is clicked while message
2588 summary_drag_data_get(): fixed a memory leaking.
2590 src/compose.c: compose_write_headers(): modified so that it uses
2591 host_alias for X-Mailer or X-Newsreader field.
2597 * src/folderview.c: fixed a bug that prevented a folder from being
2598 created if there were already folders that have the same name
2599 somewhere at another place.
2603 * src/folderview.c: folderview_update_all(): fixed a bug that
2604 caused segmentation fault when a folder was selected after
2605 updating the folder tree.
2606 * src/compose.c: compose_send(): fixed a locking bug.
2607 compose_write_headers(): fixed a bug that referred to cur_account.
2608 compose_convert_header(): made it check the arguments.
2612 * src/main.c: some cleanups and added --help option.
2616 * src/send.c: re-enabled user-defined domain name setting.
2617 * src/utils.c: is_next_mbs(): changed the size of temporary
2618 multibyte array to MB_CUR_MAX.
2619 strdup_mbstowcs(): added error check to mbstowcs().
2620 strdup_wcstombs(): added error check to wcstombs().
2621 * src/addr_compl.c: get_address_from_edit(): made it check the
2622 return value of strdup_mbstowcs().
2623 * src/codeconv.c: conv_encode_header(): added error checking
2624 to strdup_mbstowcs().
2628 * src/utils.c: log_error(): changed g_error() to g_warning() so
2629 that it doesn't abort.
2631 * src/addr_compl.c: add_address(): fixed a bug that aborted the
2632 program if the name or the address is empty.
2633 get_address_from_edit(): supported multibyte characters.
2634 * configure.in: fixed a typo.
2635 * src/send.c: re-enabled user-defined SMTP port setting.
2641 * configure.in: added --enable-gpgme option, and disabled GPGME
2643 * made GPGME related members in MimeInfo not used if disabled.
2644 * src/rfc2015.c: some cleanups for warning.
2648 INSTALL.jp: updated.
2649 * Makefile.am: modified bzip2 option.
2653 * src/procmime.[ch]: added MIME_APPLICATION_OCTET_STREAM to
2655 * src/mimeview.c: mimeview_view_file(): made it do nothing if
2656 the MIME type is application/octet-stream.
2657 * src/folderview.c: folderview_update_all(): made it show modal
2658 dialog while updating folders.
2659 * src/folderview.c: folderview_update_all(): fixed a bug that
2660 didn't remove the dialog.
2664 * src/mimeinfo.c: merged the patch from John E.P. Hynes that
2665 launches the attached file using metamail (thanks!).
2666 * src/procmime.[ch]: added procmime_get_tmp_file_name().
2668 src/addr_compl.[ch]: merged the patch from Alfons Hoogervorst
2669 that enables address completion in the address entry on the
2670 composition window (thanks!).
2671 * src/addr_compl.c: get_all_addresses(), read_address_book():
2672 modified so that it uses xml_free_tree() for freeing the address
2677 * src/utils.c: remove_dir_recursive(): fixed a bug that failed to
2678 remove the current directory (thanks to Maki).
2679 * src/summary_search.c: added `Select all matched' option to the
2680 search dialog (thanks to Takahashi).
2681 * src/pixmaps/stock_mail_attach.xpm
2682 src/pixmaps/tb_address_book.xpm
2683 src/compose.c: added some toolbar icons contributed from
2684 Leandro Pereira (thanks!).
2688 * src/rfc2015.c: passphrase_cb(): *finally* fixed a bug that caused
2689 segmentation fault when the passphrase dialog was cancelled.
2690 Hided the passphrase in the debug message.
2691 * src/about.c: about_create(): fixed a bug that failed to compile
2692 when none of the features were used.
2693 * src/foldersel.c: foldersel_set_tree(): made it display all
2695 * src/inc.c: inc_start(): fixed a bug that showed password dialog
2696 continuously if it was cancelled.
2697 * src/summaryview.c: summary_write_cache(): put an assertion after
2698 folder_item_get_cache_file() to prevent the crash.
2699 * thanks to Maki for the above four fixes.
2700 * src/utils.h: added #include <alloca.h>.
2704 * src/rfc2015.c: changed some g_message() used for error messages
2709 * src/procmsg.[ch]: modified READ_CACHE_DATA() macro so that
2710 it can handle a string data of which length >= BUFFSIZE.
2711 * src/rfc2015.c: rfc2015_encrypt(): changed return to `goto failure'.
2712 * src/pixmaps/stock_mail_receive_all.xpm
2713 src/pixmaps/stock_mail_reply_to_all.xpm
2715 src/mainwindow.c: main_window_toolbar_create(): added new toolbar
2716 icons contributed from David Mehrmann (thanks!).
2717 * src/inc.[ch]: overhauled the architecture so that it don't create
2718 and destroy progress dialog for each incorporation in `get all'
2723 * src/mh.c: mh_scan_tree_recursive(): fixed a bug that mistook
2724 sub folders named `inbox', etc. as special folders.
2725 * src/rfc2015.c: rfc2015_encrypt(): fixed a bug that didn't quote
2730 * applied the GnuPG patch from Werner Koch (thanks!).
2731 * removed Mixmaster support.
2732 * src/rfc2015.c: changed g_error() to g_warning() and modified some
2734 * src/about.c: about_create(): modified compiled-in features list.
2738 INSTALL.jp: updated.
2739 * src/select-keys.c: create_dialog(): modified the layout.
2740 * src/headerwindow.c
2742 src/logwindow.c: made it raise the window if the window is already
2744 * src/prefs_common.[ch]: added an option for immediate execution.
2745 * src/summaryview.c: made it execute immediately when messages are
2746 moved or deleted if immediate_exec option is turned on.
2747 * src/summaryview.c: summary_delete(), summary_move_selected_to():
2748 moved summary_step() before summary_execute().
2749 * src/folderview.c: folderview_update_all(): made it scan folder
2751 * src/compose.c: compose_write_headers(): made it don't add
2752 In-Reply-To header if to_list is empty.
2754 2001-01-09 Werner Koch <wk@gnupg.org>
2756 * configure.in, acconfig.h: Check for GPGME.
2757 * ac/: New directory for local autoconf macros.
2758 * src/Makefile.am: Add support for GPGME
2760 * src/main.c (idle_function_for_gpgme): New.
2761 (main): Register this function.
2763 * src/about.c: Add a note about GPGME.
2765 * src/rfc2015.c, rfc2015.h: New.
2767 * src/mimeview.c (mimeview_show_message): Check signature.
2768 * src/procmime.c (procmime_scan_message): Ditto.
2770 * src/messageview.c (messageview_show): Add decryption stuff.
2772 * src/compose.c (compose_write_to_file): Encrypt the file if requested.
2773 (compose_toggle_encrypt_cb): New
2774 (compose_toggle_mixmaster_cb): New, just to be prepared for
2776 (compose_write_headers): Suppress some headers in mixmaster mode.
2778 * src/prefs_common.c (prefs_common_create): Add Privacy notebook sheet.
2779 (prefs_privacy_create): New. Also some new structures etc.
2780 * src/compose.c (compose_create): Set encrypt button to prefs default.
2781 * src/compose.h (struct _Compose): Add use_encryption, use_mixmaster.
2783 * src/compose.c (compose_send): Add missing unlock before one return.
2787 * src/gtksctree.[ch]
2789 src/summaryview.[ch]: applied the patch from Hiramatu that enables
2790 DnD from the summary view to the folder view and fixes some other
2792 * src/mainwindow.c: scan_tree_func(): fixed a bug that caused
2794 * src/imap.c: quoted user name in LOGIN and folder name in SELECT.
2795 * src/gtksctree.c: gtk_sctree_button_press(): fixed a bug that
2796 didn't toggle expansion of node.
2800 * src/imap.c: applied the patch from Nishimura that updates the
2801 message list more precisely and reads the message flags (thanks!).
2802 * src/textview.c: textview_show_header(): made X-Newsreader field
2804 * src/summaryview.c: summary_show(): made it flush events when
2809 * src/summaryview.c: applied the patch from Alfons that enabled
2810 the horizontal scrollbar of summary view (thanks!).
2814 * src/compose.c: compose_cb(): fixed a bug that didn't open the
2815 composition window right after launching the program.
2816 * src/setup.c: scan_tree_func(): fixed a bug that caused
2823 * src/textview.c: textview_set_font(): fixed a bug that caused
2824 segmentation fault if the mode of the text widget was changed
2825 between multibyte and singlebyte while the region was selected
2831 src/summaryview.c: made it unable to delete or move messages when
2833 * src/prefs_common.c
2834 src/news.c: added the option for maximum news article number.
2838 * src/compose.c: compose_send(): changed the location of temporary
2839 file. Made it use the default account if all of tried account
2840 aren't mail one, and made it show alert dialog and abort when even
2842 * src/prefs_account.c: prefs_account_get_new_id(): made it preserve
2844 prefs_account_open(): made it fill in personal information
2845 according to the default account when creating a new account.
2846 * sylpheed.spec.in: added to autogenerate sylpheed.spec with the
2847 proper version number (thanks to BONAIM).
2849 Makefile.am: added entries for sylpheed.spec.in.
2853 * src/compose.[ch]: modified so that it can change account
2855 * src/send.[ch]: modified so that it doesn't see cur_account.
2856 * src/prefs_account.c: modified so that news setting doesn't
2857 show SMTP server entry.
2861 * src/folderview.c: fixed a bug that didn't sort special folders
2862 correctly when a new folder is created or renamed.
2866 * src/compose.[ch]: enabled to select account at composing window.
2867 * src/folderview.c: made it display unread number next to folder
2869 * src/prefs_common.[ch]: added the option for unread number display.
2873 * src/compose.[ch]: integrated news posting patch from DINH V. HoÃ
2874 and made many modifications (thanks!).
2875 compose_write_headers(): made the spaces in newsgroups removed.
2876 Supported Followup-To.
2877 compose_destroy(): got the objects removed properly.
2878 * src/news.c: merged news_post_to_group() and news_post() since
2879 they doesn't have to do multiple posting.
2880 * src/import.c: import_destsel_cb(): fixed a bug that failed to
2881 import into the selected folder.
2882 * src/prefs_account.c: modified the interfaces.
2887 prefs_common.c: changed "SHIFT-JIS" to "Shift_JIS" since the
2888 string is registerd to IANA.
2889 * src/nntp.[ch]: added nntp_post().
2890 * src/news.[ch]: added news_post() and news_post_to_group().
2894 * src/account.c: account_edit_open()
2895 src/mainwindow.c: new_account_cb(): made it unable to edit
2896 accounts if some composing windows are open.
2900 * src/folder.[ch]: added folder_set_name().
2901 * src/account.c: made a folder name of IMAP4/NNTP become the same
2902 as the name of account.
2906 * src/summaryview.c: summary_filter_func(): fixed a bug that failed
2913 * src/mbox.c: fixed a bug that didn't incorporate spool file
2914 correctly. Modified so that it recognizes From_ line as separator
2915 of messages even if the previous line isn't empty line.
2916 * src/send.c: send_message_queue()
2917 src/procmsg.c: procmsg_send_queue(): Fixed a bug that printed
2918 warning when it tried to delete a sent message.
2925 src/news.[ch]: modified so that it actually gets news articles.
2926 * src/utils.[ch]: added make_dir_hier() that creates directory
2929 folder_item_get_cache_file(), folder_item_get_mark_file():
2930 made it creates cache directory if it doesn't exist.
2931 folder_add(): made it insert the added folder into the correct
2933 * src/imap.[ch]: modified so that it suits the new folder
2934 architecture. Fixed a bug that caused segmentation fault
2935 if authentication failed at imap_auth().
2936 * src/folderview.c: implemented IMAP4 folder handling routines.
2940 * src/prefs_account.[ch]: added account ID and nntp_server
2941 to PrefsAccount. And added the interface for NNTP server.
2942 * src/folderview.c: modified news folder handling routines.
2943 * src/folder.[ch]: removed cache_dir from RemoteFolder, and
2944 modified folder_item_get_path().
2948 * src/folder.[ch]: added create_folder(), rename_folder(),
2949 remove_folder() to Folder class.
2950 * src/mh.[ch]: added mh_create_folder(), mh_rename_folder(), and
2952 Implemented mh_create_tree() that creates MH directory tree.
2953 mh_rename_folder(): modified so that the paths of sub folders
2955 * src/folderview.c: modified folderview_new_folder_cb(),
2956 folderview_rename_folder_cb(), and folderview_delete_folder_cb()
2957 so that they work properly.
2958 Added folderview_remove_mailbox_cb() and the menu entry that
2959 remove mailbox from folder tree.
2960 * src/setup.[ch]: added for initial setup.
2961 * src/alertpanel.c: modified the appearance of the dialog.
2962 * src/compose.c: fixed compose_save_to_outbox() and
2963 compose_queue() so that it sets flags correctly.
2967 * src/mainwindow.c: modified the strings of toolbar labels.
2971 * src/gtkutils.[ch]: added gtkut_ctree_node_move_if_on_the_edge().
2972 * src/summaryview.c: summary_display_msg(): made it scroll the
2973 list if the message of the edge of that is displayed.
2978 src/mh.[ch]: added functions for moving messages.
2979 * src/procmsg.[ch]: moved procmsg_move_messages_with_dest()
2980 to folder.c and mh.c. Added procmsg_to_folder_hash_table().
2984 * src/utils.[ch]: added get_tmp_file().
2987 src/folder.c: fixed a bug that failed to drop messages.
2988 * src/mh.c: mh_scan_folder(): made it check new, unread, and total
2989 number of the folder.
2993 * src/folderview.c: added special folder setting routine.
2994 * src/folder.[ch]: added a method is_msg_changed().
2995 Implemented folder_find_item_from_path().
2996 * src/summaryview.c: fixed some bugs that wrongly freed FolderItem's.
2997 * autogen.sh: fixed so that the configure can take arguments.
3002 src/mainwindow.[ch]: added main_window_new_mailbox() that asks
3003 the path of mailbox and create the one.
3004 * src/folderview.c: made the folder tree and selected folder
3010 src/folder.c: implemented mh_scan_tree() that scans the folder
3011 recursively and create the tree.
3031 src/summaryview.[ch]
3033 src/Makefile.am: merged the development tree into the cvs tree.
3034 Some functions are not unimplemented yet.
3042 * src/xml.[ch]: supported omitted tag (<tag />).
3043 * src/procmsg.c: procmsg_msg_exist(): fixed a memory leak bug.
3044 * src/imap.c: imap_parse_atom(): fixed a bug that caused
3045 segmentation fault if the subject was empty (thanks to Tsutsui).
3046 * src/folder.[ch]: updated.
3050 * src/xml.[ch]: added xml_parse_file() that parses the whole XML
3051 file specified and returns the tree.
3055 * po/pt_BR.po: fixed some typos that caused segmentation fault.
3061 * src/session.h: added.
3062 * src/folder.[ch]: updated.
3063 * src/compose.c: compose_write_to_file()
3064 src/codeconv.c: conv_get_outgoing_charset_str(): fixed a bug
3065 that put a garbage to charset if the outgoing character set was
3066 specified and non-ascii characters were used in subject.
3070 * src/statusbar.c: statusbar_puts(): fixed a bug that locked the
3071 progress if the status bar was hidden.
3075 * src/folder.[ch]: added for the more object-oriented folder
3083 src/prefs_common.[ch]: made the state of status bar get preserved.
3084 * src/compose.c: compose_insert_sig(): modified so that it doesn't
3085 put a separator if a signature file doesn't exist.
3086 * src/prefs_account.[ch]
3087 src/inc.c: added the option that toggles whether to receive
3088 messages when getting from all accounts.
3090 README.jp: updated the description and added some usages.
3096 src/compose.[ch]: applied the patches from Alfons Hoogervorst
3097 that makes the ruler of composition window graphical (thanks!).
3103 src/prefs_common.c: replaced CS_WINDOWS_1251 with CS_CP1251.
3109 * src/compose.c: turned the color of quoted messages black again.
3113 * src/about.c: added a clickable URI to the Sylpheed home page,
3114 and a list of compiled-in features.
3115 * src/compose.c: made the color of quoted messages blue.
3116 * src/summaryview.c: added `Show all header' to the context menu.
3117 * src/prefs_common.c: removed the threading option from the dialog.
3118 * src/compose.c: fixed a bug that didn't parse the quotation format
3123 * src/compose.c: compose_set_ext_editor_sensitive(): modified so
3124 that it toggles linewrap menu item and tool button.
3125 * src/prefs_common.c: modified the default of the signature
3127 * src/compose.[ch]: added ruler to the compose window.
3128 * src/prefs_common.[ch]: added a member for the state of ruler
3133 * src/headerview.[ch]: added the destroy function.
3134 * src/messageview.c: messageview_destroy(): fixed a memory leak
3135 bug that didn't freed the HeaderView object.
3136 * src/prefs.c: prefs_write_open(): fixed a memory leak bug.
3137 * src/xml.c: xml_close_file(): fixed a memory leak bug (thanks
3138 to Alfons Hoogervorst for the above three memory leak bug fixes).
3147 INSTALL.jp: modified some descriptions.
3151 * src/compose.c: implemented line-wrapping functions.
3152 * src/prefs_common.[ch]: added the settings for line-wrapping.
3153 * src/codeconv.[ch]: added Windows-1251 to the codesets.
3154 conv_jistoeuc(): fixed a bug that caused segmentation fault
3155 when some half-width kana characters appeared.
3156 * src/summaryview.c: summary_select_all(): made it show message
3157 on the status bar if the number of messages is large.
3161 * src/compose.c: compose_reply(), compose_quote_parse_fmt():
3162 modified so that it parses the quotation mark too.
3163 Added %I that means the initial of sender to the format.
3164 * src/codeconv.[ch]: added GB2312 and Big5 to the codesets.
3165 Fixed a bug that set the wrong outgoing codeset.
3167 src/prefs_common.c: modified the menu item of Chinese codeset.
3172 src/prefs_common.[ch]: modified so that outgoing charset is
3173 saved as a string, not a number.
3177 * src/textview.c: textview_set_font(): changed the scheme of
3178 selecting between font and fontset. And changed the default
3180 * src/headerview.c: headerview_show_xface(): made it ignore
3182 * src/codeconv.c: conv_codeset_strdup(), conv_get_code_conv_func():
3183 modified so that it consider the source codeset as ISO-2022-JP if
3184 it is NULL and the current locale is Japanese.
3188 * src/textview.c: textview_destroy(): fixed a bug that caused
3189 segmentation fault if textview->msgfont is NULL (thanks to
3192 src/defs.h: applied the patch from Yanase that enables to
3193 save the shortcuts of the menus (thanks!).
3197 * src/mainwindow.[ch]: added main_window_set_menu_sensitive() that
3198 toggles the sensitivity of menu items.
3199 * src/summaryview.c: renamed summary_set_popup_sensitive() to
3200 summary_set_menu_sensitive(), and made it set the sensitivity of
3205 * src/textview.c: textview_init(): fixed a bug that didn't disable
3206 the theme engine of GtkText (thanks to Hiramatu).
3207 * src/compose.c: compose_quote_parse_fmt(): added %n and %N that
3208 means the full name of sender and the first name.
3209 * manual/ja/*.??ml: updated to the latest version.
3215 * src/defs.h: separated the definitions from main.h and applied the
3216 patch from TOGAWA that sets DEFAULT_SPOOL_PATH and MAXPATHLEN
3217 from the system headers (thanks!).
3218 * src/codeconv.c: conv_get_current_charset(): fixes for lt_LT and
3220 * src/textview.c: textview_set_font(): modified so that it sets
3221 the correct font when the locale is multi-byte.
3222 textview_destroy(): added proper codes for destruction.
3223 textview_show_header(): fixed the coloration of X-Mailer.
3227 * src/textview.[ch]: made TextView have single-byte and multi-byte
3228 GtkText, and switch between them according to the given codeset.
3229 * src/compose.c: compose_create(): modified the font setting
3234 * src/textview.[ch]: moved the message font variable into TextView.
3235 textview_set_font(): modified so that it uses gdk_font_load()
3236 if the given codeset is US-ASCII or ISO-8859-*.
3244 src/compose.c: workaround for the 8bit code issue (used
3245 gdk_font_load() instead of gdk_fontset_load() when the locale is
3252 * src/compose.[ch]: added `Draft' tool button.
3253 * src/imap.c: imap_parse_envelope(): fixed a parsing bug.
3254 * README, README.jp: added the explanation of the locale setting.
3258 * src/compose.c: made it overwrite the previous draft message when
3259 reedited the draft and saved it again.
3260 * src/procmsg.[ch]: added procmsg_msg_exist() that examine whether
3261 the message really exists.
3262 * src/folderview.[ch]: added folderview_scan_folder_a() and
3263 folderview_scan_folder_foreach_a() that scan the specified
3264 folders for each folderviews.
3265 * src/mainwindow.[ch]: removed main_window_scan_folder() and
3266 main_window_scan_folder_all().
3267 Added `Reedit' to the menu.
3268 * src/import.[ch]: removed MainWindow from the argument of
3270 * src/summaryview.c: removed the unnecessary items from the popup
3271 menu. Changed summary_reedit_cb() to summary_reedit(), and made
3276 * src/compose.h: added a member msginfo to Compose.
3277 * src/procmsg.[ch]: added procmsg_msginfo_copy() that duplicates
3282 * src/summaryview.c: made the the popup menu change the sensitivity
3283 according to the context. Fixed a bug that showed the `clean trash'
3284 dialog repeatedly if `D' key was pressed when the focus was on the
3286 * src/pixmaps/unread.xpm: changed the color of unread mark to blue.
3290 * src/main.c: fixed g_thread initialization.
3294 * src/codeconv.c: added pt_BR to locale_table.
3295 * src/prefs_common.c: prefs_send_create(): added `US-ASCII',
3296 `ISO-8859-1', and Japanese codeset to the option menu of outgoing
3297 codeset when not using libjconv.
3298 * src/compose.c: fixed the bug on saving draft again.
3302 * src/compose.c: compose_write_headers(): fixed a bug that failed
3303 to write headers if To: was empty when saving draft.
3309 src/headerwindow.[ch]
3311 src/messageview.[ch]
3315 src/procheader.[ch]: modified so that they can handle queue folder
3318 src/summaryview.c: implemented draft-reediting function.
3321 src/mimeview.c: replaced *(GtkWidget **) with the macro
3326 * src/procmsg.[ch]: procmsg_msginfo_free(): fixed a memory leak bug.
3327 Added MSG_QUEUED and MSG_DRAFT to MsgFlags, and made it set them
3328 if the folder is QUEUE_DIR or DRAFT_DIR.
3335 src/messageview.c: modified the border of the headerview.
3336 * src/gtkutils.h: added the macro GTK_WIDGET_PTR() that casts
3337 an Sylpheed object to GtkWidget.
3338 * src/utils.c: remove_return(), remove_space(): fixed a bug that
3339 possibly caused segmentation fault.
3342 src/summaryview.c: implemented `forward as an attachment'.
3343 * src/utils.[ch]: open_uri(): brought on URI opening function from
3344 textview.c and manual.c.
3351 src/prefs_common.[ch]: removed `Reply with quote', and added
3352 `Reply to all', and added the option that decides whether to
3353 quote message on replying.
3357 * src/folderview.c: modified so that it uses gtkut_wait_for_draw()
3358 instead of GTK_EVENTS_FLUSH() for statusbar redraw.
3361 src/prefs_common.c: added Baltic (ISO-8859-4,13) to the code sets.
3362 * src/compose.c: compose_send(): modified so that it shows error
3363 dialog when failed to send a message.
3367 * src/account.c: account_edit_close(): fixed a bug that didn't set
3368 current account when creating an account for the first time.
3369 * configure.in: added es to ALL_LINGUAS.
3373 * src/codeconv.c: conv_codeset_strdup(): made it use libkcc if
3375 conv_get_code_conv_func(): modified so that it doesn't convert
3376 codeset if it is unknown.
3377 * src/folderview.c: folderview_update_msg_num(): modified style
3382 * src/codeconv.c: conv_codeset_strdup(): modified so that it sets
3383 codesets automatically if the arguments are NULL.
3384 * src/textview.c: textview_write_line(): made it output warning
3385 message on the text view if conversion failed.
3389 * README, README.jp: modified the author of the manual.
3393 * src/headerview.[ch]
3394 src/messageview.[ch]: modified so that it uses GtkLabel widget
3396 * src/codeconv.c: conv_unmime_header(): modified so that it deletes
3397 unreadable codes if the current locale is EUC-JP and libjconv is
3405 src/textview.c: modified so that it parses MIME message more
3407 * src/imap.c: imap_parse_address(): fixed a bug.
3411 * src/procmsg.[ch]: added procmsg_get_message_file_path().
3412 * src/recv.c: recv_bytes_write(): added CR+LF -> LF conversion
3414 * src/imap.[ch]: changed the name of the member `group' in
3415 IMAPSession to `mbox'.
3416 imap_gen_send(): modified so that it doesn't output the password
3418 Modified session destroying routine.
3419 * src/folderview.c: folderview_write_cache(): made it preserve
3420 the IMAP folder list.
3421 * src/procmime.c: procmime_scan_multipart_message(): fixed a bug
3422 that showed boundary at the end of an attached RFC822 part.
3423 * src/prefs_common.c: changed the default of toolbar style to
3428 * src/imap.c: imap_get_uncached_messages(): modified so that it
3429 doesn't get the cached envelopes.
3430 imap_session_get_message_info(): made it read only the cache
3431 if the session is not established.
3432 * src/procmsg.c: procmsg_set_flags(): supported IMAP folder.
3433 * src/news.c: news_get_article_info(): made it read only the cache
3434 if the session is not established.
3438 * src/textview.c: textview_write_line(): fixed a memory leak bug.
3439 * src/folderview.[ch]: made it create IMAP4 folders from the
3440 account information.
3441 * src/imap.[ch]: imap_session_get(): modified so that it creates
3442 IMAP4 session from the account information.
3446 * src/imap.[ch]: added for IMAP4 support.
3447 * src/summaryview.[ch]
3449 src/recv.[ch]: modified for IMAP4 support.
3450 * src/folderview.c: more IMAP4 implementation.
3451 * src/procmsg.[ch]: added procmsg_get_message_file() that retrieves
3452 the specified message and return the file name.
3453 * src/gtkutils.c: gtkut_widget_wait_for_draw(): fixed a bug that
3454 locked up the process if the given widget was invisible.
3458 * src/folderview.[ch]: added IMAP4-related code.
3464 * src/main.h: added IMAP_CACHE_DIR.
3465 * src/utils.[ch]: added get_imap_cache_dir().
3466 * src/procmsg.h: added M_IMAP to MsgType, and MSG_IMAP to MsgFlags.
3467 Added macro MSG_IS_IMAP().
3468 * src/codeconv.c: added `#include <locale.h>' for setlocale().
3469 * sylpheed.spec: fixed %files section.
3475 * src/codeconv.c: conv_get_current_charset(): made it compare
3476 string with strncasecmp().
3477 * src/compose.c: comopse_reply_parse_header(): workaround for
3478 the malformed References: header generated by OE5 :(
3482 * src/prefs_common.c
3483 src/prefs_account.c: modified the layout of the widgets.
3489 * src/*.[ch]: added copyright notice to the top of the source files.
3490 * src/compose.c: compose_write_attach(): modified filename encode
3495 * src/mainwindow.c: fixed the menu entry of manual.
3497 src/codeconv.[ch]: moved compose_encode_header() into codeconv.c,
3498 and applied the libjconv patch.
3499 * src/utils.c: strdup_mbstowcs(), strdup_wcstombs(): used g_realloc()
3500 to reduce the alloc'd memory to the optimal size.
3501 * src/prefs_common.[ch]: added outgoing codeset option menu.
3502 * src/compose.c: compose_send(): added exclusive lock to prevent
3504 * configure.in: made '--enable-ipv6=no' the default.
3505 * src/compose.c: compose_write_attach(): made it encode the name
3506 of the attached file.
3507 * src/procmsg.c: procmsg_get_last_message_number(): fixed a bug that
3508 didn't check the type of file.
3509 procmsg_move_messages_with_dest(): fixed a bug that failed to
3510 move message if a directory that had the same name existed.
3511 * src/utils.c: is_ascii_str(): modified so that '\t', ' ', '\r', '\n'
3512 are included as ASCII characters.
3517 src/procmime.[ch]: modified so that it actually works when using
3519 * src/codeconv.[ch]: added conv_codeset_strdup() that converts
3520 the codeset of string according to the codeset specified in
3522 * src/utils.[ch]: added is_ascii_str() that determines whether the
3523 string is 7bit-ASCII or not.
3525 src/codeconv.[ch]: moved the character set related functions
3527 * merged the patch and the manual written by BONAIM (thanks!).
3537 src/unmime.[ch]: applied the patch from Higuchi that utilizes
3538 libjconv and enables to handle many locales, including UTF-8
3539 (Unicode) (thanks!).
3540 * src/account.c: modified so that the account isn't changed when
3541 another account is selected on account edit dialog.
3545 * src/prefs_common.[ch]
3546 src/textview.c: added an option that specifies whether to display
3547 short headers on message view.
3548 * src/codeconv.[ch]: added function conv_unmime_header() that
3549 decodes MIME-encoded header and converts the character set.
3550 And added conv_unreadable_latin(), and modified conv_latintodisp().
3551 * src/messageview.[ch]: made the window get closed when escape key
3556 * src/imageview.c: fixed a bug that caused segmentation fault if
3557 message view was in new window.
3558 * src/prefs_common.c: added `xemacs %s' to the external editor
3565 * src/summaryview.c: enabled to open a new message window with
3567 * src/prefs_common.[ch]
3568 src/messageview.c: made it preserve the window size of message
3570 * src/prefs_account.c: added `None (local)' to the option menu of
3575 * Makefile.am: added autogen.sh to EXTRA_DIST.
3579 * src/prefs_common.c: applied the patch from Paul Rolland that
3580 enables font selection dialog (thanks!).
3582 src/utils.[ch]: moved tzoffset() and compose_get_date() of
3583 compose.[ch] into utils.[ch].
3584 * src/main.[ch]: renamed the name of filter file to `filterrc'.
3589 src/utils.[ch]: modified address parsing routine so that it
3590 parses quotes correctly.
3591 * src/textview.c: textview_show_part(): modified so that it shows
3592 the simplified headers if the part is text/plain.
3596 * src/messageview.[ch]
3597 src/summaryview.[ch]
3598 src/mainwindow.c: enabled to open a message in new window.
3599 * src/messageview.[ch]
3602 src/imageview.[ch]: added destroy function, and modified the
3603 key handling routines.
3607 * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug that
3608 caused segmentation fault (thanks to KUROSAWA).
3609 * src/alertpanel.c: modified so that the focused button is
3613 src/folderview.c: modified so that the order of the buttons of
3614 alert panel will be `Yes', `No'.
3618 * src/utils.[ch]: added execute_async() and execute_command_line()
3619 that execute command line using execvp().
3622 src/procmsg.c: replaced system() with execute_command_line()
3624 * src/procmsg.c: turn back to system().
3625 * src/utils.c: modified execute_command_line().
3629 * src/mainwindow.c: main_window_get_size(): modified so that it
3630 doesn't update the height of SummaryView if MessageView is
3632 * src/compose.[ch]: applied the patch from NAKAGAWA that fixes some
3633 probrems of external editor handling (thanks!).
3635 src/procmime.[ch]: applied the patch from Hiramatu that make it
3636 supports Content-Transfer-Encoding: x-uuencode (thanks!).
3641 src/prefs_common.[ch]: implemented the external editor faculty.
3642 * src/compose.c: compose_attach_property(): fixed some bugs on
3643 changing the property of attached file.
3644 * src/compose.c: fixed some bugs of external editor functions.
3651 src/prefs_common.[ch]
3652 src/summaryview.c: applied the patch from Paul Rolland that
3653 restores the size of widgets when restarting (thanks!).
3655 src/prefs_common.[ch]
3656 src/summaryview.c: applied the patch from Paul Rolland that saves
3657 the width of CTree columns (thanks!).
3661 * src/headerview.c: modified the height of HeaderView.
3662 * src/textview.c: textview_show_part(): made it process the message
3663 as normal text if it is single-part RFC822 message.
3665 src/summaryview.c: some changes around the key handling.
3666 * src/prefs_common.[ch]: substituted the word `assort' with `filter'.
3670 * src/codeconv.[ch]: added conv_latintodisp() for ISO-8859-1 support.
3671 * src/procheader.c: procheader_get_one_field(): fixed a bug that
3672 caused segmentation fault if the first line of the file is space
3673 or tab (thanks to Hiramatu).
3674 * src/mimeview.c: mimeview_drag_data_get(): modified so that the
3675 filename doesn't include G_DIR_SEPARATOR (thanks to Hiramatu).
3676 * src/prefs_account.c
3677 src/prefs_common.c: modified the dialog size.
3678 * src/prefs.c: made the dialog window growable.
3684 * configure.in: removed unnecessary AC_CHECK_FUNC(gettext) that
3685 caused the failure of the detection of libintl.
3687 src/prefs_common.c: implemented `not contain', and modified for
3689 * src/imageview.c: changed alertpanel_error() to g_warning() so that
3690 it doesn't grab mouse events.
3691 * src/compose.[ch]: added compose_list that holds the list of
3692 Compose objects, and added the function compose_get_compose_list().
3695 src/summaryview.c: made it confirm if composing message exists.
3699 * src/compose.c: compose_reply_set_entry(): fixed a bug that caused
3700 segmentation fault when trying to reply the message in the queue
3701 folder (thanks to Kotobuki).
3702 compose_attach_property(): modified the property dialog routine
3703 so that it can handle input error.
3704 * src/mimeview.c: applied the patch from Hiramatu that enables
3705 the drag 'n drop from MimeView (thanks!).
3706 * src/headerview.[ch]
3708 src/procmsg.h: applied the patches for X-Face support from
3709 HIROSHIMA (thanks!).
3713 * src/compose.c: compose_attach_property(): modified so that the
3714 property dialog can actually change the property of attached file.
3719 src/Makefile.am: updated for gdk_imlib.
3720 * added AUTHORS and NEWS.
3723 src/Makefile.am: modified so that configure auto-detects gdk-pixbuf
3724 and gdk_imlib library. And fixed a bug on IPv6 detecting.
3725 * src/imageview.c: supported gdk-pixbuf.
3729 INSTALL.jp: added the mention about built-in image view.
3730 * configure.in: modified so that configure can disable gdk-pixbuf
3731 or/and gdk_imlib library.
3735 * src/imageview.[ch]
3737 src/messageview.[ch]
3738 src/mimeview.[ch]: applied the patches from HIROSHIMA that enables
3739 to display image (thanks!).
3745 * src/summaryview.c: summary_assort_func(): modified to avoid
3746 `not receive' setting.
3750 * src/filesel.c: applied the patch from HIROSHIMA that makes it
3751 remember previous directory when opening the dialog (thanks!).
3752 * src/summaryview.[ch]: added a function summary_redisplay_msg().
3753 * src/mainwindow.c: set_charset_cb(): made it redisplay the message
3754 that is currently shown when the character set is changed.
3758 src/filter.h: applied the patch from Tanaka that enables not to
3759 receive specified messages according to the sorting rule (thanks!).