3 * src/textview.c: textview_show_part(): use first found
5 * src/folderview.c: added "Search messages..." to the context menu.
9 * src/compose.c: compose_wrap_line_all(): more merging from claws.
10 GET_CHAR(): renamed GET_TEXT() and made it more generic.
11 Modified compose_wrap_line() and compose_wrap_line_all() to use
13 * src/textview.c: textview_show_part(): show the header of nested
14 RFC822 attachment correctly.
19 src/main.c: added --status option to get new, unread and total
20 message count from a running Sylpheed (merged from claws).
21 prohibit_duplicate_launch(): output '\n' only once.
26 src/gtkutils.[ch]: merged the new wrapping function.
27 gtkut_text_str_compare_n()
28 gtkut_text_str_compare()
29 gtkut_text_is_uri_string(): backport from the GtkSText in the
30 claws branch, and made modification.
31 * src/prefs_template.c
32 src/template.[ch]: added Subject to the template.
36 * src/compose.c: compose_write_headers(): added missing parenthesis
37 that generated invalid custom header (thanks to Masaaki Noro).
38 Allow Sender: custom header.
42 * src/procheader.c: procheader_date_parse(): workaround for
43 RFC-incompliant Date header.
47 * src/addrbook.c: removed redundant functions, and fixed generation
48 of spurious address book file names.
49 * src/addrindex.c: V-Card -> vCard.
53 * src/textview.c: get_email_part(): replaced isalnum() with
54 the macro IS_ASCII_ALNUM() which restricts the range of
55 characters to 7bit ASCII (thanks to Shimamoto).
56 * src/utils.c: remote_tzoffset_sec(): workaround for malformed
61 * src/textview.c: textview_show_part(): show headers on nested
66 * src/imap.c: imap_session_get()
67 src/news.c: news_session_get(): fixed segfault when reconnection
69 * src/grouplistdialog.c: removed redundant code, and expand nodes
70 that doesn't match the pattern.
74 * src/compose.c: modified so that it sends message when any of
75 To:, Cc:, Bcc:, or Newsgroups: fields have valid recipient.
76 compose_check_for_valid_recipient(): new.
77 * src/grouplistdialog.c: improved the UI.
78 Added appropriate description and search button.
79 Search doesn't get group list again.
83 * src/news.[ch]: news_session_get(): update the last access time
85 news_group_list_free(): new.
86 * src/grouplistdialog.c: free resources correctly.
91 src/grouplistdialog.[ch]: more merging of new newsgroup
93 * src/news.[ch]: renamed news_remove_group_list() to
94 news_remove_group_list_cache().
98 * src/defs.h: added MAX_ENTRY_LENGTH definition.
99 * src/compose.c: compose_add_entry_field(): create new entry with
104 * src/grouplistdialog.c: made non-leaf node selectable.
105 Give the complete newsgroup name for each nodes.
109 * src/grouplistdialog.c
110 src/news.[ch]: merging of new newsgroup subscription dialog
111 (still in progress. Don't use it yet!).
115 * src/utils.[ch]: decode_uri(): new. It decodes URL-encoded strings.
116 * src/compose.[ch]: compose_new_with_recipient(): accept mailto
118 compose_entries_set(): new. It parses mailto URL and put each
119 values into the entries.
123 * src/compose.c: compose_forward(): fixed a bug that forward
124 quote mark wasn't used (thanks to Hironori IWANE).
127 src/prefs_common.c: added Thai encodings (thanks to Manrat
132 * src/socket.c: sock_connect_by_hostname(): removed h_errno.
136 src/news.c: added last_access_time to Session.
137 imap_session_get(): check connection only when access interval
146 * src/socket.c: ssl_gets(): use SSL_peek.
147 * updated NEWS and AUTHORS.
148 * Makefile.am: fixed release target.
152 * src/template.c: changed the format of template file to
154 * src/compose.c: compose_template_apply(): freeze the text widget
155 while inserting strings.
159 * po/POTFILES.in: removed src/template_select.c.
160 * src/summaryview.c: summary_set_header()
161 src/address.c: address_parse_str()
162 src/filter.c: filter_read_str()
163 src/news.c: news_parse_xover()
164 src/procheader.c: procheader_get_fromname()
165 src/utils.c: subject_compare():
166 replaced Xalloca() + strcpy() with Xstrdup_a().
167 * src/inputdialog.[ch]: added combo mode.
168 input_dialog_combo(): new.
169 * src/prefs_common.[ch]: added MIME open command setting.
170 prefs_common_{read, save}_config(): read / write command history.
171 * src/mimeview.c: mimeview_open_with(): use combo input dialog.
172 * src/utils.[ch]: add_history(): history list management function.
176 * src/compose.c: select templates from the menu.
177 compose_set_template_menu(): new.
178 compose_reflect_prefs_all(): new.
179 compose_template_apply(): new. Use dummy MsgInfo for parsing.
180 * src/template.[ch]: store template list to the static heap.
181 template_get_config(): new.
182 template_set_config(): new.
183 * src/prefs_template.c: don't store template list to the global area.
184 * src/template_select.[ch]: removed.
185 * src/quote_fmt_parse.y: check folderitem when quoting messages.
186 * src/mh.c: mh_add_msg(): try to copy file whenever link() failed
187 (thanks to OSHIRO Naoki).
191 * src/utils.[ch]: get_template_dir(): new.
192 * src/template.c: use get_template_dir().
196 * src/prefs_template.c: modified the dialog layout.
197 Added symbol description button.
198 * src/summaryview.c: show an arrow mark to the column of the sort
200 summary_set_column_titles(): new.
206 TODO.jp: updated the documents.
210 * src/Makefile.am: add missing checkbox_{on, off}.xpm.
211 * src/textview.c: textview_key_pressed()
212 src/mimeview.c: mimeview_key_pressed()
213 src/summaryview.c: summary_key_pressed(): delete messages with
218 * src/socket.c: ssl_gets(): fixed a bug that caused infinite loop
219 when SSL_read() returned 0.
220 * src/utils.[ch]: strcrchomp(): new. It removes CR from the tail
222 * src/quote_fmt_parse.y: convert CRLF to LF when inserting messages.
223 Add prototype of yylex() to suppress the warning.
224 * merged the template function.
225 * src/prefs_template.[ch]
227 src/template_select.[ch]: new.
228 Renamed prefs_templates_* -> prefs_template_*.
229 * src/compose.c: added template menu. Added replyinfo to Compose.
230 * src/mainwindow.c: added template setting menu.
231 * src/quote_fmt_lex.l: output literal tab and return as is.
232 * src/prefs_common.c: changed the pref. name of quote format to
233 'reply_quote_{mark, format}' and 'fw_quote_{mark, format}'.
237 * src/prefs_common.[ch]: added Quote tab, and moved the quote
238 setting from Compose tab.
239 * merged the new quote format parser.
240 * src/quote_fmt_lex.h
243 src/quote_fmt_parse.y: new files for quote format parser.
244 * configure.in: added checks for lex and yacc.
245 * src/compose.c: compose_quote_file(), compose_quote_parse_fmt():
247 compose_quote_fmt(): new.
248 * src/prefs_common.[ch]: added forward format setting to the
249 Quote tab. Updated the quote description dialog.
250 * src/quote_fmt_parse.y: fixed bugs that tried to read file even
251 if they couldn't get text part.
255 * src/pixmaps/checkbox_off.xpm
256 src/pixmaps/checkbox_on.xpm: new.
257 * src/account.c: display `get all' status with the checkbox pixmaps.
261 * src/send.c: code cleanup. Pass account prefs structure instead
263 Query password for SMTP AUTH if not specified (thanks to Mio).
267 * src/procheader.c: procheader_parse(): fixed a bug that didn't
268 parse multiple message-id in In-Reply-To: header correctly
269 (thanks to KAJIWARA).
273 * src/account.c: enabled 'Get all' setting by clicking the 'G'
274 column of account list, and added some description.
275 * src/prefs_common.c: prefs_send_create(): added a description
276 for outgoing codeset.
280 * src/prefs_account.[ch]: moved inbox entry to the receive tab,
281 and added select button and short description.
282 * src/Makefile.am: added SYSCONFDIR to CPPFLAGS.
284 procmime_get_mime_type_table()
285 procmime_get_mime_type_list(): modified so that
286 $(SYSCONFDIR)/mime.types (or /etc/mime.types if not found) and
287 $(HOME)/.sylpheed/mime.types are read.
291 * src/prefs_account.c: moved the address auto-setting to the compose
293 prefs_account_create(): removed gtk_widget_show_all() for proper
295 * src/prefs_common.c: changed "Program path" to "Command".
299 * src/textview.c: textview_set_font(): support Russian charset
301 * src/summaryview.c: summary_delete(): (hopefully) fixed the crash
305 prefs_summary_column.c: minor improvements to the English.
306 * src/main.c: get_queued_message_num(): don't output the warning
307 when queueing folder is not found.
315 * src/prefs_summary_column.[ch]:
316 made prefs_summary_column_get_config() public.
317 * src/summaryview.c: summary_ctree_create(): some code cleanup.
318 * configure.in: moved the position of SSL checking after LDAP
324 src/summaryview.c: allowed reedit in the outbox.
325 * src/prefs_summary_column.[ch]: new. UI for setting summary
327 * src/mainwindow.[ch]: main_window_set_summary_column(): new.
328 It calls summary_set_column_order().
329 * src/summaryview.[ch]:
330 summary_ctree_create(): new. separated from summary_create().
331 summary_set_column_order(): new. It destroys the current
332 CTree and replaces it with the new one.
336 * src/smtp.[ch]: smtp_from(): abort if auth failed.
337 * changed C++-style comments into C-style in some files, and
338 removed unnecessary commented out codes.
343 src/syldap.[ch]: updated the addressbook code, and fixed the
346 src/importldif.[ch]: new.
350 * src/about.c: added some items to compiled-in features.
351 * src/addr_compl.c: changed LOG_MESSAGE to debug_print.
352 * src/addressbook.c: changed "V-Card" to "vCard".
353 addressbook_edit_address_cb(): added
354 invalidate_address_completion() to the point address is changed.
355 * src/codeconv.c: changed C++-style comments into C-style.
359 * src/compose.c: changed "Send" shortcut to Ctrl+Enter.
363 * src/inc.c: fixed a bug that crashed sylpheed if Cancel button
368 * src/procmsg.c: procmsg_get_thread_tree(): complete the unfinished
371 summary_thread_init(): separated from summary_thread_build().
372 summary_thread_build(): removed the codes for initialization.
373 summary_set_ctree_from_list(): call summary_thread_init() instead
374 of summary_thread_build().
375 summary_filter(): fixed a bug that didn't moved messages despite
376 of immediate execution setting.
380 * src/procmsg.c: procmsg_get_thread_tree(): new. It generates the
381 reversed thread tree from message list.
382 * src/summaryview.c: summary_set_ctree_from_list(): prepend the
383 node to the head instead of appending to the tail. This prevents
384 the traverse of node list inside of the GtkCTree, and considerably
385 speeds up the summary display (the order is O(n^2) -> O(n)).
390 src/summaryview.[ch]: initial modification for reorderable columns.
394 * src/procmsg.c: procmsg_get_mark_sum(), mark_sum_func(): fixed a
396 * src/folderview.c: folderview_button_pressed(): code cleanup, and
397 turn sensitivity off if main window is locked.
398 * src/syldap.c: syldap_read_data(): removed unnecessary and
399 unportable sched_yield().
403 * src/folderview.c: renamed "Update folder tree" context menu to
404 "Rescan folder tree", and made "Update folder tree" only updates
406 folderview_update_all_node(): don't show message dialog.
407 * src/gtkutils.c: gtkut_widget_get_uposition()
408 src/mainwindow.c: main_window_popup(): clip the coordinate to
413 * src/utils.c: to_human_readable(): made a bit of optimization.
414 * src/summaryview.c: summary_delete(): fixed a focus problem.
415 summary_find_{prev,next}_msg(): new. They find previous/next
416 message that is not deleted.
417 * src/prefs_filter.c: scroll CList automatically if moved row
418 becomes not fully visible.
422 * updated some autotool scripts.
423 * src/codeconv.c: conv_encode_header(): fixed a bug that caused
424 infinite loop when failed to convert encoding.
425 * src/codeconv.[ch]: a fix for older version of libjconv
426 (jconv_info_get_current_codeset() returned "EUCJP" instead of
435 * src/compose.c: compose_write_to_file()
436 src/codeconv.c: conv_codeset_strdup(): more workaround for
437 libjconv problem on C locale.
438 * src/editldap_basedn.c: fixed segfault when opening dialog.
439 * src/utils.c: is_next_mbs()
440 src/compose.c: compose_wrap_line(), compose_wrap_line_all():
441 changed MB_CUR_MAX to MB_LEN_MAX for compliance to ANSI C.
442 * configure.in: increased the reqired version of GPGME to 0.2.3.
443 * src/pop.c: pop3_getauth_user_recv(): fixed a bug that closed
444 the receive dialog when POP3 server refused normal authentication.
448 * src/prefs_common.c: prefs_receive_create(): correction to English.
449 * src/compose.c: compose_set_ext_editor_sensitive(): fixed a bug
450 that didn't set the menu sensitivity correctly (thanks to
452 * src/summaryview.c: delete messages permanently if the current
453 folder is trash and 'delete' operation is executed.
454 Fixed the bug that didn't select the last row correctly (thanks
455 to Alfons Hoogervorst).
456 * src/folder.[ch]: folder_item_remove_msgs(): new. It removes
457 all messages given in the list.
461 * src/summaryview.c: summary_show(): fixed a bug that didn't show
462 message even if the 'open unread message on entering folder'
463 option was turned on.
467 * src/procmime.c: procmime_get_text_content(): supported HTML.
471 * src/summaryview.[ch]: implemented new locking mechanism, and
472 replaced every static locks with summary_lock(), summary_unlock(),
473 and added locks to some extra functions.
474 This fixes a bug that caused segfault when 'd' (delete) key
479 * src/addressbook.c: addressbook_folder_load_person(): fixed a bug
480 that caused segfault (thanks to Stefaan A Eeckels).
484 * src/textview.[ch]: added textview_set_position().
485 * src/messageview.[ch]: added messageview_set_position().
497 src/editldap_basedn.c
502 src/vcard.c: converted C++-style comments into C-style one.
503 * src/imap.c: QUOTE_IF_REQUIRED(): new macro. Copy string into
504 new buffer and quote with double quotes if required.
505 imap_status(), imap_cmd_login(), imap_cmd_list(),
506 imap_cmd_do_select(), imap_cmd_create(), imap_cmd_delete(),
507 imap_cmd_copy(): use QUOTE_IF_REQUIRED().
508 * compose.c: compose_write_to_file(): workaround for the problem
509 when using libjconv and 8bit codes cannot be converted on C
511 * codeconv.[ch]: added "ANSI_X3.4-1968" to encoding strings.
512 conv_codeset_strdup(): don't convert if source and destination
513 codeset are identical.
517 * src/textview.[ch]: textview_search_string_backward(): new.
518 Add the new member cur_pos to TextView.
519 Connect button_press_event with gtk_signal_connect_after() to
520 obtain the correct editable position.
524 * src/folder.c: folder_write_list_recursive(): preserve unthreaded
529 * src/summaryview.c: modified the layout of popup menu.
536 src/summaryview.c: applied the patch from Alfons that allows
537 threading setting for each folders (tnanks!).
541 * src/message_search.[ch]: new. A Dialog for searching in current
543 * src/gtkutils.[ch]: gtkut_text_match_string(): new. Compare the
544 text in current position of GtkText and given wide-character
546 * src/messageview.[ch]: messageview_search_string()
547 src/textview.[ch]: textview_search_string(): return TRUE if
549 * src/textview.[ch]: remember the beginning of body.
553 * src/procmime.c: procmime_get_first_text_content(): modified so
554 that it search entire MIME structure.
555 * src/summary_search.c: summary_search_execute(): use
556 strdup_mbstowcs() instead of macro. Display matched message.
560 * src/inc.c: fix for background POP3 hangs and crashes (thanks to
562 * src/summary_search.c: added body searching function.
563 * src/procmime.[ch]: procmime_find_string(): changed arguments
564 and return value. Added case sensitivity option.
569 procmime_find_string()
570 procmime_find_string_part(): new. It searchs the string from
572 Renamed procmime_get_text_part() to
573 procmime_get_first_text_content().
574 procmime_get_text_content(): new. It returns the text contents
575 of the specified MIME part.
576 procmime_mimeinfo_next(): new. It returns the next node of
581 * src/procmime.c: procmime_get_text_part(): modified so that it
582 finds a text part in nested multipart message correctly.
583 * src/procmime.h: added an example of MimeInfo structure.
584 * src/mimeview.c: mimeview_show_message(): search the first text
589 * src/mainwindow.c: ac_menu_popup_closed(): fixed the bug that
590 caused segfault. Changed 'Preferences per account...' menu item.
598 * src/addrindex.c: translate the "Common address" and "Personal
599 address" from old addressbook.
603 * src/utils.c: get_quote_level(): some optimization and bugfixes.
604 * src/codeconv.[ch]: conv_get_current_locale(): new.
605 * src/editaddress.c: edit_person_page_basic(): reverse the order
606 of first and last name on some locales.
610 * src/compose.c: applied the patch from Yasumatsu that reformats
611 the current paragraph (thanks!). Modified so that it doesn't
612 reformat quoted paragraphs.
613 compose_create(): don't fill the entry automatically on reedit
616 src/summaryview.[ch]: added the "Mark all read" option.
617 summary_mark_all_read(): new.
625 src/editldap_basedn.c
627 src/editjpilot.c: removed all warnings.
629 src/jpilot.[ch]: fixed the problem that failed to detect JPilot
630 header files on the Debian system.
632 src/summaryview.[ch]: enabled sorting by mark, unread, attachment,
633 and color label. Enabled moving to next/prev flagged messages.
637 * src/pixmaps/dir-close.xpm
638 src/pixmaps/dir-open.xpm
640 src/pixmaps/unread.xpm: modified the color balance.
641 * src/utils.[ch]: execute_sync(): new.
642 execute_command_line(): added the arg for async mode.
643 * src/inc.c: inc_mail(): use execute_command_line().
648 src/prefs_common.[ch]
649 src/prefs_account.c: modified the layout. Added the option to
650 launch the external editor automatically.
651 * src/compose.c: launch the external editor automatically if the
656 * src/Makefile.am: added extra xpm's.
660 * src/addressbook.c: fixed a compilation problem when enabling
662 addressbook_open(): fixed a missing 'else'.
666 * src/pixmaps/dir-close.xpm
667 src/pixmaps/dir-open.xpm
668 src/pixmaps/trash.xpm: replaced with the new blue icons.
669 * merged Match Grun's new addressbook code.
670 * src/pixmaps/address.xpm
672 src/pixmaps/category.xpm
673 src/pixmaps/interface.xpm
674 src/pixmaps/jpilot.xpm
676 src/pixmaps/vcard.xpm: new icons.
688 src/editldap_basedn.[ch]
693 src/vcard.[ch]: new. Many fixes to remove the huge amount of
695 addrbook_build_avail_email_vis(): fixed a memory leak.
699 * NEWS: brought in the all of the changes previously put on the web.
704 src/summaryview.c: modified the layout of menus.
705 * src/mainwindow.c: ac_menu_popup_closed(): fixed a bug that didn't
706 return a focus to the main window after selecting the account menu.
714 * src/send.c: send_message_data(): fixed a bug that didn't process
719 * src/inc.[ch]: changed inc_autocheck_(un)lock() to inc_(un)lock().
720 inc_mail(), inc_all_account_mail(): return immediately if locked.
723 src/prefs_account.c: use inc_lock() and inc_unlock() instead of
724 inc_autocheck_timer_{remove,set}().
725 * src/summaryview.c: summary_set_colorlabel_color(): get the average
726 of label color and selected fg color for visibility.
730 * src/inc.[ch]: inc_autocheck_lock(), inc_autocheck_unlock(): new.
731 They increase/decrease the lock count.
732 inc_autocheck_func(): if locked, delay the autochecking 1 second.
733 inc_autocheck_timer_set_interval(): set interval by its argument.
734 * src/summaryview.c: summary_show(): lock the autochecking while
736 * src/main.c: app_will_exit(): remove autocheck timer.
738 src/defs.h: removed the definitions of PACKAGE and VERSION to
739 prevent unnecessary compilation.
740 * configure.in: changed AC_DEFINE_UNQUOTED of PACKAGE and VERSION
741 to AC_SUBST, and added src/version.h to AC_OUTPUT.
742 * src/version.h.in: new.
743 * src/intl.h: changed dgettext() to gettext().
747 * po/ja.po: fixed a typo that crashed Sylpheed with older version
749 * configure.in: fixed a bug that didn't show results correctly.
750 Fixed a bug that --enable-compface and --enable-jconv disabled
752 * src/procmsg.c: procmsg_send_queue(): don't abort when sending
754 * src/compose.c: compose_write_headers(): add Bcc: header to the
756 * src/send.c: send_message_data(): new. Separated from
757 send_message_smtp(). Remove Bcc: header before sending.
765 * src/send.c: implemented sending with local sendmail command.
766 send_message_local(): new. It executes command with popen()
767 and send the contents of RFC822 message to the command.
768 * src/prefs_common.[ch]: enabled the external sending command option.
769 * src/defs.h: #define DEFAULT_SENDMAIL_CMD /usr/sbin/sendmail -t
770 * src/account.c: account_edit_create(): widened the protocol column.
771 * src/summaryview.c: summary_set_colorlabel_color(): cleanup of
776 * src/folder.c: folder_item_remove_msg(): scan the folder again
777 if the last message is removed.
778 * src/compose.c: compose_queue(), compose_draft_cb(): remove the
779 old reedited message after adding the new message.
783 * src/compose.c: compose_queue(): added AID: to the queueing header.
784 * src/send.c: send_message_queue(): look for AID: header, and use
785 the server specified in the account instead of SSV: header.
787 src/compose.[ch]: queued messages can be reedited now.
788 compose_remove_reedit_target(): new. It removes the old reedited
790 compose_send(), compose_queue(), compose_draft_cb(): if reedit
791 mode, remove the old message.
792 * src/procmsg.c: procmsg_msg_exist(): fixed a bug that output
797 * applied the XML string table patch from Alfons Hoogervorst that
798 stores strings in a hash table and minimizes memory allocations
800 * src/stringtable.[ch]: new.
801 removed all G and g_ prefix from type and function names since
802 they're not official GLib symbol names.
803 string_table_insert_string(): fixed a bug that might refer to an
804 invalid pointer on lookup, and also made a bit of optimization.
808 * merged the color label feature from the claws branch (thanks to
809 Satoshi Nagayasu and Alfons Hoogervoost).
810 * src/colorlabel.[ch]: new. Renamed from labelcolors.[ch].
811 Renamed labelcolors_*() to colorlabel_*().
812 * src/summaryview.[ch]: added color label support.
813 * src/procmsg.h: added color label flags to the permanent flags.
814 * updated to gettext 0.10.39.
815 * src/summaryview.[ch]: put the color label menu item to ItemFactory.
816 * sylpheed.desktop: added for GNOME.
817 * configure.in: added AC_MSG_CHECKING() for some options.
818 Output the configuration results when configure is finished.
822 * src/account.c: account_clist_set_row(): fixed a bug that failed
823 to compile if SSL was not enabled.
827 * merged the SSL support from the claws branch (thanks to Christoph
830 * src/socket.[ch]: added ssl_read(), ssl_write(), ssl_gets(), and
832 sock_close(): call ssl_done_socket() if SSL is active.
833 * src/md5.[ch]: removed MD5_CTX typedef and use MD5_CONTEXT to
834 prevent type confliction.
835 * src/prefs_account.[ch]: added SSL tab, and modified the expression.
836 * src/esmtp.[ch]: added esmtp_ehlo(), and esmtp_starttls().
837 Removed SSL initialization and HELO from esmtp_starttls().
838 esmtp_auth(): removed use_smtp_auth from its arguments.
839 * src/send.c: send_smtp_open(): added SSL support.
840 * src/smtp.c: smtp_helo(): call esmtp_ehlo() if esmtp is true.
844 * src/mimeview.c: mimeview_open_with(): braced '%s' with single
849 * src/main.c: open new account dialog if no account is set.
850 * src/utils.[ch]: log_verbosity_set(): new. It increase/decrease
852 log_print(): put to statusbar only if log_verbosity_count > 0.
853 log_message(): put to statusbar.
854 * src/inc.c: inc_pop3_session_do(): set log verbosity.
855 * src/mainwindow.c: main_window_set_menu_sensitive(): added the
856 "Compose new message" item.
857 main_window_show_cur_account(): removed "Current account: " string.
858 * src/summaryview.c: summary_show(): ignore the current marks if
859 main window is locked.
860 * src/compose.c: compose_attach_property(): fixed a bug that caused
865 * src/mainwindow.c: main_window_get_current_state(): new. It returns
866 the current state for the sensitivity of UI.
867 main_window_set_toolbar_sensitive(): use table like
868 main_window_set_menu_sensitive().
872 * src/mainwindow.[ch]: added progressbar and status label to the
874 main_window_close_cb(): don't exit if locked.
875 * src/inc.c: update the progressbar of main window, too.
879 * src/mainwindow.[ch]: main_window_set_toolbar_sensitive(): removed
880 the second argument, and determine the sensitivity with the
881 state of summary view.
885 * src/pop.c: pop3_getsize_list_recv(), pop3_retr_recv(),
886 pop3_delete_recv(): don't try to receive messages which are not
891 * src/mainwindow.c: main_window_lock(), main_window_unlock():
892 removed the whole menubar locking.
893 main_window_set_menu_sensitive(): process the sensitivity change
894 with a table, and deal with locking.
898 * src/summaryview.[ch]: summary_get_selection_type(): new.
899 It returns the current selection state of summary view.
900 summary_key_pressed(): abort on some commands if main window
902 * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
903 increase/decrease the lock count.
907 * src/prefs_filter.c: prefs_filter_create(): added List-Id to the
909 * src/prefs_common.[ch]: added the option for receive dialog mode
910 to the Interface tab.
911 * src/inc.[ch]: inc_progress_dialog_create(): don't make the dialog
912 transient, and show dialog only if the setting is
913 RECV_DIALOG_ALWAYS, or RECV_DIALOG_ACTIVE and a window is active.
914 * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
915 new. Lock / unlock the user-interface.
916 * src/progressdialog.c: progress_dialog_create(): don't make the
921 * src/folderview.c: folderview_update_node(): suppressed unnecessary
923 * src/menu.[ch]: menu_button_position(): new. It calculates the
924 position of popup menu.
925 * src/mainwindow.c: toolbar_account_button_pressed(),
926 ac_label_button_pressed(): put the popup menu to the correct
927 position. Change the style of the button while opening the menu.
928 ac_menu_popup_closed(): new function called on selection_done
930 * src/gtkutils.c: gtkut_ctree_node_next(): fixed a crash bug when
932 * src/summaryview.c: applied the summary fix patch from Sergey Vlasov
934 Fixed the bug that didn't select previous message in refresh mode
935 if threads were not expanded.
936 summary_select_node(): new.
937 * src/inc.c: applied the summary view update optimization patch from
938 Sergey Vlasov (thanks!).
939 If no new messages are received, don't perform summary refreshing.
940 In addition to the Vlasov's patch, POP3 receive information is
942 * src/inc.h: added a new member cur_total_num to Pop3State.
943 * src/pop.c: pop3_retr_recv(): increase state->cur_total_num.
951 * src/summaryview.c: summary_set_row_marks(): got the color of
952 unread row set properly.
953 * src/folderview.c: foldreview_update_node(): don't use
954 gtk_style_copy(), and reuse previously allocated styles.
955 * README, README.jp: modified.
959 * src/pop.c: pop3_getsize_list_recv(): fixed a remotly exploitable
960 memory corruption bug (thanks to David Looney).
961 * src/inc.c: inc_all_account_mail(): call inc_finished() even if
962 there are no enabled accounts, or local spool only.
963 * src/summaryview.c: applied the summary update improvement patch
964 from Sergey Vlasov (thanks!). It keeps the position of the
965 message displayed. Selected and displayed message are also kept.
966 summary_get_msgnum(): new.
967 summary_get_current_msgnum(): removed.
968 summary_select_by_msgnum(): don't display the message.
969 * src/account.c: added "Get all" column.
970 account_clist_set_row(): show default and get-all flags with the
972 * src/utils.c: to_human_readable(): increased the number of decimals
977 * implemented the long-awaited :) "Add sender to address book" feature.
978 * src/address.[ch]: added the argument for remarks to
980 address_get_folder_list(): new. It traverses the address tree and
981 returns the folder list.
982 address_delete_object(): modified so that it removes the node
984 * src/addressbook.[ch]: addressbook_add_submenu(): new. It creates
985 a address folder menu and attaches it to the menu item.
986 addressbook_refresh(): reload the address book folder tree.
987 * src/summaryview.c: summary_set_add_sender_menu(): new. It attaches
988 the menu to add sender to address book.
989 summary_button_pressed(): call summary_set_add_sender_menu()
990 before popup the menu.
994 * src/summaryview.c: summary_thread_build(): fixed a bug that locked
995 up the process. Optimized the initial thread build.
999 * src/summaryview.c: made many code cleanups.
1000 summary_show(): block/unblock the signal handlers instead of
1001 disconnect/connect them.
1002 summary_set_row_marks(): made the font of collapsed node bold if
1003 it has cnildren marked as unread.
1004 summary_thread_build(): block tree_expand signals while processing.
1005 Use loop instead of the recursive function. Mark collapsed nodes
1007 summary_unthread(): block tree_collapse signals while processing.
1008 Use loop instead of the recursive function.
1009 summary_thread_func(), summary_unthread_func(): removed.
1010 summary_tree_expanded(), summary_tree_collapsed(): new callback
1012 * src/inc.[ch]: inc_pop3_session_do(): don't show alert panel when
1013 failed to connect. Show more detailed status on the dialog.
1017 * src/folderview.c: folderview_update_all_node(): new. It updates
1019 * src/inc.c: update all local folders after incorporation if
1020 scan_all_after_inc option is set.
1021 * src/prefs_common.[ch]: added scan_all_after_inc option.
1022 * src/folder.h: FOLDER_IS_LOCAL(): new macro.
1031 src/prefs_common.h: made bold and small font configurable.
1032 src/summaryview.c: display unread messages with bold font.
1033 * src/prefs_common.c
1035 src/summaryview.c: added an option to enable/disable the
1036 emphasis of unread messages.
1040 * src/pixmaps/mark.xpm: modified.
1041 * src/gtkutils.[ch]: gtkut_ctree_expand_parent_all(): new.
1042 * src/summaryview.c: summary_set_ctree_from_list(): don't expand
1043 the root messages of threads for performance improvement.
1045 summary_select_next_unread()
1046 summary_step(): expand threads when opening messages.
1047 summary_thread_build(): expand threads if the option is turned on.
1048 * src/prefs_common.[ch]: added "Expand threads" option.
1052 * src/prefs_common.c: removed "Emulate the behavior of mouse
1053 operation of Emacs-based mailer".
1054 * src/prefs_common.c
1055 src/prefs_account.c: changed the value of VSPACING_NARROW to 3.
1056 * src/pixmaps/new.xpm
1057 src/pixmaps/unread.xpm: reverted.
1062 address_folder_new()
1064 address_item_new(): changed the return value to AddressObject.
1065 address_build_tree(): don't put assertion for file.
1066 * src/pixmaps/new.xpm
1067 src/pixmaps/unread.xpm: modified a bit.
1071 * src/addressbook.c: fixed some bugs.
1075 * separated the logic part of addressbook into another module
1076 (still in progress).
1077 * src/address.[ch]: new. It contains the logic part of addressbook.
1078 * src/addressbook.[ch]: removed the logic part.
1082 * src/textview.c: textview_show_header(): fixed a bug that a garbage
1083 character was shown after header names.
1087 * src/inc.c: inc_start(): don't abort with non-fatal error.
1095 * src/mimeview.c: mimeview_view_file(): added -x option to the
1096 metamail to prevent the suspention of the main process.
1097 mimeview_button_pressed(): deactivate `Open' menu item if
1098 content-type is application/octet-stream.
1102 * src/imap.c: imap_parse_atom(): parse escaped characters properly.
1103 get_quoted(): new. It handles the escape character '\'.
1104 * src/folder.c: folder_read_list(): don't output warning if
1105 folderlist.xml doesn't exist.
1106 * src/main.c: main(): write folder list after setup.
1107 * src/textview.c: textview_create()
1108 src/compose.c: compose_create(): set default tab width to 8.
1112 * src/prefs_common.c: date_format_select_row(): fixed a bug that
1113 caused segfault when selecting the list with key.
1117 * src/mainwindow.c: main_window_popup(): deiconize the window
1118 when popup (thanks to Henrik Carlqvist).
1119 * src/procmime.c: procmime_scan_mime_type(): new.
1120 procmime_scan_content_type(): use procmime_scan_mime_type().
1121 procmime_scan_mime_header(): scan the extension of attached files
1122 and add the correct MIME type if the Content-Type is
1123 "application/octet-stream" (thanks to Don Quijote).
1124 * src/compose.c: compose_toolbar_create(): added a new "Send later"
1125 icon (thanks to Leandro Pereira).
1129 * src/prefs_common.c: date_format_create(): modified the layout of
1134 * src/account.c: account_find_from_address(): fixed a minor bug.
1135 * src/prefs_common.c: incorporated the user-interface for setting
1136 date format from the claws branch, and made some modification to
1141 * src/account.[ch]: account_edit_create(): modified the text of
1143 account_find_from_address(): new.
1145 procmime_scan_content_type(), procmime_scan_content_disposition():
1146 fixed ESC code detection.
1147 * src/compose.c: compose_reply(): automatically select account
1148 according to the message header.
1149 * src/prefs_common.[ch]: added member "reply_account_autosel".
1153 * src/progressdialog.c: made the CList scrollable.
1154 * src/inc.c: inc_start(): don't abort with non-fatal error.
1158 * added English Sylpheed User's Manual by Paul Kater
1159 (paul@nlpagan.net) (thanks!).
1162 src/mainwindow.c: added support for English manual.
1163 * manual/en/sylpheed*.html: added English documentation.
1168 * src/nntp.c: nntp_ok(): fixed the bug that didn't handle a response
1169 that didn't have any trailing messages.
1170 * src/smtp.c: smtp_ok(): ditto.
1171 * src/compose.c: compose_account_option_menu_create(): modified
1172 the style of the account option menu.
1176 * src/prefs_customheader.c: prefs_custom_header_clist_set_row():
1177 remove return code from strings automatically.
1178 prefs_custom_header_create(): added "X-Face" to the default
1180 * src/news.c: news_fetch_msg(), news_get_group_list()
1181 src/imap.c: imap_fetch_msg(): create the cache directory before
1184 procmime_scan_content_type()
1185 procmime_scan_content_disposition(): convert JIS into EUC-JP
1187 * src/codeconv.c: conv_unmime_header(): cleaned up a bit.
1188 * src/compose.c: don't append attachment headers if the attach
1189 pane is visible but the list is empty.
1190 * src/recv.c: recv_bytes_write(): use g_malloc() instead of alloca().
1198 * src/compose.c: compose_quote_parse_fmt()
1199 src/prefs_common.c: prefs_quote_description_create(): added the
1200 symbol `%c' that allows to include Cc in reply format (thanks
1203 src/procmime.c: procmime_decode_content(): applied the patch
1204 from Sergey Vlasov that allows to decode base64 data with
1205 unusual line length (not a multiple of 4) (thanks!).
1209 * src/procmsg.[ch]: separated the permanent flags and temporary
1210 flags into two variables, and made MsgFlags a structure that
1212 MSG_SET_PERM_FLAGS()
1214 MSG_UNSET_PERM_FLAGS()
1215 MSG_UNSET_TMP_FLAGS(): new macros.
1223 src/summaryview.c: modified for the new MsgFlags.
1224 * src/utils.[ch]: hash_free_value_mem(): new. It frees the values
1229 * src/inc.c: inc_pop3_recv_func(), inc_progress_update():
1230 display current size with human-readable format.
1231 * src/grouplistdialog.c: grouplist_recv_func(): ditto.
1238 conv_unmime_header(), conv_unmime_header_overwrite(): workaround
1239 for raw-JIS code in header fields.
1241 folder_get_default_folder()
1242 folder_get_default_inbox()
1243 folder_get_default_outbox()
1244 folder_get_default_draft()
1245 folder_get_default_queue()
1246 folder_get_default_trash(): fixed a bug that caused segfault
1247 if folder_list is NULL.
1257 * src/grouplistdialog.c: grouplist_dialog_set_list(): update UI
1258 while retrieving newsgroup list.
1259 grouplist_dialog_create(): added entry widget and status label.
1260 grouplist_recv_func(): new.
1261 refresh_clicked(): added exclusive lock variable.
1262 clist_selected(): set text entry when the CList is selected.
1263 renamed from group_clist_select().
1264 entry_activated(): new.
1265 grouplist_clear(): renamed from grouplist_free(). Also clears
1266 list and entry widget.
1267 * src/news.c: news_get_group_list(): sped up the list appending
1268 (g_slist_append() becomes very slow if list size is large).
1269 * src/defs.h: added UI_REFRESH_INTERVAL definition.
1270 Changed the definition of NEWSGROUP_LIST.
1271 * src/recv.c: recv_write()
1272 src/send.c: send_message_smtp(): changed the UI refresh interval
1273 to UI_REFRESH_INTERVAL (50msec).
1274 * src/account.c: account_add(): fixed a bug that didn't update
1275 folder tree when a news account was added.
1276 * src/grouplistdialog.c: made exclusive lock variable global, and
1277 lock at grouplist_dialog_set_list().
1278 * src/textview.c: fixed a bug that disabled clickable URI if
1279 message color was disabled.
1283 * src/grouplistdialog.c: ok_clicked(), cancel_clicked(): don't
1284 quit main loop if gtk_main_level() is 1.
1285 grouplist_dialog_set_list(): freeze CList while appending the list.
1286 grouplist_dialog(): show dialog before updating the list.
1290 * src/folder.c: folder_write_list_recursive(): add the attribute
1291 `collapsed' if a node have some children.
1292 * src/grouplistdialog.[ch]: new. Newsgroups can be selected from
1295 news_get_group_list(): new. It returns newsgroup list.
1296 news_remove_group_list(): new. It removes newsgroup list cache.
1297 * src/folderview.c: folderview_new_news_group_cb(): call
1298 grouplist_dialog() instead of input_dialog().
1302 * autogen.sh: modified.
1304 src/folderview.c: made expand/collapse state of folders persistent
1313 * src/imap.c: imap_remove_folder(): select INBOX with EXAMINE before
1315 imap_cmd_do_select(): new. It toggles between SELECT and EXAMINE
1316 according to the argument.
1317 imap_cmd_select(): use imap_cmd_do_select().
1318 imap_cmd_examine(): new.
1319 * src/folderview.c: folderview_rm_imap_folder_cb(): select current
1320 folder again when removing failed.
1326 * manual/ja/sylpheed.sgml
1327 manual/ja/*.html: updated the Japanese manual (thanks to Imai).
1328 * src/summaryview.c: summary_set_row_marks(): fixed a bug that
1329 didn't set foreground correctly.
1331 src/summaryview.h: removed the member color_normal from FolderView
1333 * src/mainwindow.c: main_window_create(): removed color_normal.
1337 * src/prefs_account.[ch]: the port numbers of IMAP4 and NNTP
1339 * src/imap.c: imap_session_get()
1340 src/news.c: news_session_new_for_folder(), news_session_get():
1341 use user-defined port number if specified.
1345 * src/imap.c: imap_scan_tree_recursive(): get mailbox status when
1347 imap_scan_folder(): implemented. It updates the numbers of new,
1348 unread and total messages.
1349 imap_status(): new. It parses the response of STATUS command.
1350 imap_status_uidnext(): removed.
1351 imap_cmd_status(): removed.
1352 * src/textview.c: textview_show_part(): fixed potential memory leaks.
1356 * src/alertpanel.c: alertpanel_create(): fixed truncated message.
1357 * src/rfc2015.c: rfc2015_decrypt_message(): fixed the case problem
1358 of content-type (thanks to René Rebe for the patch).
1359 * src/codeconv.c: code_get_code_conv_func(): fixed the ISO-8859-1
1361 * src/prefs_common.c: prefs_send_create(): made some more character
1362 sets specifiable when not using libjconv.
1363 * configure.in: disabled --enable-threads option temporarily.
1365 INSTALL.jp: deleted the description about --enable-threads option.
1369 * updated gettext to 0.10.38.
1375 * src/folderview.[ch]: folderview_set_all(): new.
1376 * src/account.c: account_add(): call folderview_set_all() after
1377 creating IMAP4 tree.
1378 account_edit_create(): account preferences dialog can be opened
1379 with double clicking of the list.
1380 account_selected(): new.
1381 account_clist_set(): made the CList focus set correctly.
1385 * src/imap.c: imap_scan_tree(): call imap_create_trash() if trash
1387 imap_scan_tree_recursive(): search the sub folders of INBOX.
1388 recognize Trash folder.
1389 imap_create_tree(): separated the part of creating trash.
1390 imap_create_trash(): new.
1391 * src/folder.c: folder_build_tree(), folder_write_list_recursive():
1392 preserve no_sub and no_select.
1393 * src/summaryview.c: summary_show(): don't proceed if item->no_select
1398 * src/imap.c: imap_scan_tree(): fixed a bug that didn't set the
1399 root folder correctly.
1403 * src/folderview.[ch]:
1404 folderview_update_tree(): new. It updates one folder tree.
1405 folderview_update_tree_cb(): new.
1406 Added "Update folder tree" to the popup menu, and modified some
1411 * src/imap.c: implemented the autoscan of IMAP4 folder list.
1412 imap_scan_tree(): new. It scans the whole IMAP4 folder.
1413 imap_scan_tree_recursive(): new. It traverses the IMAP4 folder tree.
1414 imap_parse_list(): new. It parses the LIST response.
1415 imap_get_real_path(): new. It converts local path into IMAP4 path.
1416 * src/folder.h: added no_sub and no_select to FolderItem.
1417 * src/folder.c: folder_tree_destroy(): reset some variables.
1418 * src/folderview.c: folderview_scan_tree_func(): supported IMAP4.
1422 * src/imap.c: imap_parse_envelope(): fixed a bug that didn't
1423 parse the FETCH response that continues to the next line.
1424 imap_parse_fetch_element(): removed.
1425 imap_parse_atom(), imap_parse_one_address(), imap_parse_address(),
1426 imap_parse_envelope(), imap_get_uncached_messages(): use GString
1427 and sock_getline() to parse the FETCH response.
1428 imap_remove_all_msg(): fixed a bug that didn't delete messages
1430 imap_parse_address(): fixed a bug that didn't concaternate
1431 addresses correctly, using GString.
1432 * src/socket.[ch]: sock_getline(), fd_getline(): new. They read
1433 the whole line and return the newly allocated string.
1434 * src/prefs_account.[ch]: added `IMAP server directory' entry.
1440 * src/imap.c: imap_create_tree(): pass the path that is separated
1441 by the local filesystem separator to imap_create_folder().
1442 imap_create_folder(): examine the existence of folders using
1443 LIST command instead of STATUS.
1444 imap_cmd_list(): new.
1445 imap_query_password(): new.
1446 imap_session_new(): query password if it is not set.
1450 * src/imap.c: imap_parse_envelope(): FETCH results can be parsed
1451 with arbitrary order.
1452 imap_parse_fetch_element(): new. it parses one pair of name and
1453 value of FETCH results.
1454 imap_parse_flags(): modified for more flexibility.
1455 * src/utils.[ch]: set_log_file(): new. it opens a new file for
1457 close_log_file(): new. it closes the opened log file.
1458 log_print(), log_message(), log_warning(), log_error(): also
1463 * src/imap.c: imap_cmd_status(): check the pointer to "value"
1464 before the assignment (thanks to NISHIJIMA).
1468 * src/folderview.c: folderview_drag_motion_cb(): don't allow DnD
1469 across MH and IMAP4 folder (for now) (thanks to Hiramatu).
1470 * src/foldersel.[ch]: don't show folders which can't be targets
1482 imap_cmd_store(): use UID instead of sequential number.
1483 Renamed imap_set_article_flags() to imap_set_message_flags().
1484 * src/summaryview.c: summary_execute(): don't update summary
1485 even if current folder is IMAP4.
1486 * src/utils.[ch]: remove_numbered_files(): changed the type of
1487 arguments from gint to guint.
1491 * src/imap.c: imap_cmd_login(), imap_cmd_select(), imap_cmd_status(),
1492 imap_cmd_create(), imap_cmd_delete(), imap_cmd_copy(): don't
1493 enclose with double quotation if string doesn't have space
1494 (workaround for old Cyrus IMAP4 server).
1495 imap_create_folder(): fixed a bug of separator substitution.
1496 renamed imap_session_connect_if_not() to imap_session_get().
1497 imap_get_msg_list(): delete all cached messages if use_cache
1499 imap_delete_cached_messages(): remove cached files in between
1500 the specified range by reading directory entry.
1501 imap_parse_one_address(): set fromname same as the from address
1503 * src/utils.[ch]: remove_numbered_files(): new. The range is
1505 * src/summaryview.c: summary_execute(): update summary if current
1507 KEY_PRESS_EVENT_STOP(): new macro.
1508 summary_key_pressed(): stop signal emission when calling
1510 summary_select_by_msgnum(): show message only if
1511 msg_is_toggled_on is TRUE. Move current page to the selected
1513 * src/news.c; news_delete_old_articles(): remove cached files in
1514 between the specified range by reading directory entry.
1516 folderview_selected(), folderview_button_released(): fixed a bug
1517 that didn't select folder correctly.
1523 src/prefs_common.c: improvements to the English (thanks to Paul
1525 * src/mainwindow.c: compose_cb()
1526 src/summaryview.c: summary_key_pressed()
1527 src/compose.c: compose_new_with_recipient(): newsgroups entry
1528 is automatically filled when composing a new article.
1532 * src/procmsg.c: procmsg_msg_list_free(): fixed a bug that didn't
1533 free list correctly.
1539 * src/imap.c: imap_find_namespace(): replace namespace path
1540 separator with slash before comparison.
1541 imap_remove_folder(): use namespace.
1542 imap_create_tree(): use namespece when creating Trash.
1543 imap_get_msg_list(): fixed a bug that returned old list and caused
1544 memory leak if exists == 0.
1545 imap_select(): new. It's a wrapper for imap_cmd_select().
1546 * src/foldersel.c: foldersel_set_tree(): show IMAP4 folder too.
1551 folderview_new_folder_cb()
1552 folderview_new_imap_folder_cb(): show error dialog when creation
1553 or deletion of folder failed.
1554 Made it allow users to create a folder which contains subfolders.
1555 folderview_button_pressed(): disabled delete menu on the special
1557 * AUTHORS: incorporated from claws branch. It now contains all
1559 * src/send.c: enabled cancellation.
1560 EXIT_IF_CANCELLED(): new macro.
1561 Added cancelled flag to SendProgressDialog.
1562 * src/utils.[ch]: strtailchomp(): new. It removes the trailing
1563 specified character.
1564 * src/imap.c: imap_cmd_fetch(): a fix for MS Exchange 2000 server.
1568 * src/imap.c: imap_create_tree(): new. It creates required
1569 folders such as INBOX and Trash.
1570 imap_do_copy(), imap_do_copy_msgs_with_dest(): don't expunge
1572 imap_remove_all_msg(): return immediately if exists == 0.
1573 * src/account.c: account_add(), account_set_missing_folder():
1574 made them use folder->create_tree().
1578 * src/imap.c: more namespace implementation.
1579 imap_find_namespace(), imap_path_separator_subst(): new.
1583 * src/imap.c: imap_parse_namespace(), imap_cmd_namespace(): new.
1587 * src/summaryview.c: summary_show(): fixed a glitch in folder view.
1591 * src/imap.[ch]: added imap_add_msg(), and imap_append_message(),
1592 which appends file into IMAP4 folder.
1594 imap_create_folder(): check the existence of a folder before
1596 renamed the prefix of low-level IMAP4rev1 functions to imap_cmd.
1597 * src/account.c: account_add(), account_set_missing_folder():
1598 create INBOX automatically when creating IMAP4 account.
1602 * src/utils.[ch]: added itos_buf() that takes the buffer for its
1604 * src/imap.[ch]: imap_copy_msg(), imap_copy_msgs_with_dest(): new.
1605 * src/folder.c: added copy_msg and copy_msgs_with_dest methods
1610 * src/utils.[ch]: move_file(): new.
1611 * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): modified to
1612 use move_file(), and fixed a bug that didn't close file when
1617 * src/imap.c: renamed imap_delete_messages() and
1618 imap_delete_all_messages() to imap_delete_cached_messages() and
1619 imap_delete_all_cached_messages(). Some code cleanups.
1620 * src/utils.[ch]: added a function remove_all_numbered_files().
1621 * src/mh.c: mh_remove_all_msg()
1622 src/imap.c: imap_delete_all_cached_messages():
1623 use remove_all_numbered_files().
1626 src/compose.[ch]: added `Reply to sender'.
1628 compose_reply_set_entry(): added an argument `ignore_replyto'.
1632 * src/folderview.c: folderview_selected()
1633 src/summaryview.c: summary_show(): fixed a bug that updated wrong
1634 folder when remaining marks were processed.
1638 * src/headerwindow.c: headerwindow_show_cb(): always try to show
1639 msginfo, and use the selected message, not the displayed one.
1640 * src/smtp.c: smtp_ok(): fixed sock_gets() error handling.
1644 * src/folderview.c: folderview_selected()
1645 src/mimeview.c: mimeview_selected(): ungrab the mouse event.
1646 * src/summaryview.c: summary_show(): process the left marks if any.
1650 * src/passphrase.c: enclosed with #if USE_GPGME.
1651 * src/prefs_account.c: added NNTP AUTH check button.
1652 * src/alertpanel.[ch]: alertpanel_create(): added new argument
1653 `can_disable', all existing callers changed to pass FALSE;
1654 created a check button to disable the message.
1655 alertpanel_message_with_disable(): new.
1656 alertpanel_show(): mask value with G_ALERT_VALUE_MASK.
1657 alertpanel_button_toggled(): new.
1658 alertpanel_button_clicked(), alertpanel_close(): set value using
1660 * src/prefs_common.[ch]: added option to toggle GnuPG signature
1661 check popup window, and GnuPG warning.
1662 * src/rfc2015.c: check_signature(): show signature check dialog
1663 only if it is enabled.
1664 * src/main.c: modified GnuPG checking.
1666 src/prefs_common.c: fixed some compilation bugs when enabled
1671 * src/codeconv.c: conv_get_code_conv_func(): fix for ISO-8859-*
1672 encodings with libjconv.
1673 conv_encode_header(): fixed an endless loop bug when encountering
1674 an invalid wide character (thanks to Alte).
1675 * src/headerview.c: SET_FONT_STYLE(): fixed segfault with invalid
1677 * src/imap.c: imap_create_folder(): don't create folder if the
1679 * src/mainwindow.c: main_window_reflect_prefs_all(): hide the
1680 execute button when immediate execution is enabled.
1685 README.jp: added the "How to run" section.
1689 * merged NNTP AUTH from the claws branch.
1690 * src/news.[ch]: supported NNTP AUTH.
1691 * src/nntp.[ch]: wrapped SockInfo with NNTPSockInfo for NNTP AUTH.
1693 INSTALL.jp: modified the confirmation list and the warning about
1698 * src/gtkutils.[ch]: moved folderview_find_collapsed_parent() to
1699 gtkut_ctree_find_collapsed_parent().
1700 * src/folderview.c: folderview_select_node(): automatically expand
1701 the parent folders when selected.
1702 * configure.in: made the version number to 0.4.99 (0.5pre)
1703 * src/main.c: main(): moved parse_cmd_opt() before gtk_init()
1704 so that X is not necessary for --help and --version.
1705 parse_cmd_opt(): changed g_get_prgname() to g_basename(argv[0]).
1706 * src/folderview.c: folderview_update_node(): a fix for collapsed
1711 * src/main.c: lock_socket_input_cb(): changed fd_read() to fd_gets().
1712 It caused garbages in --compose option.
1713 * src/socket.[ch]: made fd_gets() public.
1717 * src/gtkutils.[ch]: gtkut_ctree_node_next(): new.
1718 * src/folderview.c: folderview_find_next_unread(): new.
1719 folderview_select_next_unread(): modified so that it can find
1724 * src/compose.c: compose_write_headers(): excluded also From, To,
1725 Sender because they could be used for SPAM.
1726 * src/folderview.c: add '+' mark to the collapsed folder that have
1727 some unread folders.
1728 folderview_search_new_recursive(),
1729 folderview_have_new_children(),
1730 folderview_search_unread_recursive(),
1731 folderview_have_unread_children(),
1732 folderview_find_collapsed_parent(): new.
1733 folderview_update_node(): display the number of queued messages.
1738 src/mh.[ch]: modified *_add_msg() to use link(). Added the
1739 argument to switch whether to remove the source file or not.
1742 src/mbox.c: modified the argument of folder_item_add_msg() and
1743 removed some unlink()'s.
1747 * src/prefs_customheader.[ch]: renamed prefs_headers_* to
1748 prefs_custom_header_*. Removed `(New)' row and `Substitute'
1749 button. Supported empty value.
1750 prefs_custom_header_row_moved(): new. Connected "row_move" signal
1751 to the function, and made it set header list.
1752 * src/customheader.c: custom_header_get_str()
1753 src/compose.c: compose_write_headers(): supported empty value.
1754 * src/prefs_display_header.c: prefs_display_header_row_moved(): new.
1755 Connected "row_move" signal to the function, and made it set
1757 * src/compose.c: compose_write_headers(): modified the order of
1758 headers, and made it encode the custom headers.
1759 * src/prefs_customheader.c: prefs_custom_header_delete_cb()
1760 src/prefs_filter.c: prefs_filter_delete_cb(): treat closing the
1761 alert panel by ESC as "No".
1765 * merged the custom header stuff from claws branch:
1766 * src/customheader.[ch]
1767 src/prefs_customheader.[ch]: new.
1768 * src/customheader.c: custom_header_read_str(): use strtol() instead
1769 of atoi() and check errors.
1770 custom_header_find(): new function.
1771 * src/compose.c: IS_IN_CUSTOM_HEADER(): new macro.
1772 compose_write_headers(): made it replace headers with user-defined
1773 headers except for some automatically generated headers.
1777 * src/inc.c: connection_check_cb(): fixed a bug that caused
1778 segmentation fault if connection was not established.
1779 * src/compose.c: compose_create(): even if set_autobcc or set
1780 autoreplyto is checked and the entries are empty, show them.
1784 * src/textview.c: textview_show_mime_part(): modified the messages.
1785 TEXT_INSERT(): new macro.
1787 * src/prefs_display_header.c: prefs_display_header_create():
1788 modified the text of checkbutton.
1792 * src/mimeview.c: added "Open with..." to the context menu.
1793 * src/summaryview.c: summary_print()
1794 src/inputdialog.c: input_dialog(): fixed memory leaks.
1795 * src/textview.c: textview_show_mime_part(): updated the description.
1796 * src/send.c: implemented sending progress dialog.
1797 (TODO: automaton should be used.)
1798 send_progress_dialog_create(), send_progress_dialog_destroy(),
1800 send_message_smtp(): made it update the dialog for each stage.
1801 * src/utils.[ch]: get_left_file_size(): new. Get the left bytes
1803 * src/summaryview.c: summary_show(): when open_inbox_on_inc is set,
1804 go to first unread message even if folder is same as previous.
1805 * src/prefs_common.c: made color selection dialog transient, and
1806 made escape key close the dialogs.
1812 * src/select-keys.c: delete_event_cb(): removed `;' from its end.
1813 * src/recv.c: recv_write(): changed the interval to 10msec.
1814 * src/prefs_display_header.c: modified the layout of the dialog,
1815 and made the hidden headers list insensitive when `Show other
1816 headers' is not checked.
1817 * src/textview.c: changed strcasecmp() and strncasecmp() to
1818 the corresponding glib functions.
1819 * src/inc.c: get_spool(): make a temporary file in the home
1824 * src/prefs_common.c
1836 src/sigstatus.c: fixed a bug that accidentally destroyed dialogs
1837 when closed them with delete_event (thanks to DINH).
1838 Added *_deleted() and *delete_event() which handle delete_event
1843 * src/prefs_display_header.c: merged some changes from claws branch:
1844 prefs_display_header_create(): allow reordering of headers by
1846 prefs_display_header_find_header(): new function.
1847 prefs_display_header_clist_set_row(): don't allow duplicates.
1848 * src/prefs_account.c: prefs_account_receive_create(): changed
1849 the label of the check button.
1853 * src/pop.c: pop3_getsize_list_recv(): if sscanf() failed, break
1855 * src/inc.h: removed cur_msg_bytes from Pop3State.
1856 * src/inc.c: pop3_recv_func()
1857 src/recv.[ch]: made the second arguments of RecvUIFunc current
1859 recv_write(): made it call UI func if elapsed time is greater
1861 * src/recv.c: recv_write(): changed the interval to 300 usec.
1862 * src/textview.c: textview_show_header(): if header is Subject,
1864 * src/utils.[ch]: unfold_line(): new.
1865 * src/procheader.[ch]: procheader_get_header_array(): new.
1866 * src/prefs_display_header.c: updated defaults.
1870 * some merge from the sylpheed-claws branch.
1871 It allows user to specify displayed headers in message view.
1872 (symbol names were also changed.)
1873 * src/prefs_display_header.[ch]
1874 src/displayheader.[ch]: new.
1875 * src/prefs_display_header.c:
1876 removed prefs_display_headers_other_headers_toggled().
1877 removed "(New)" row from the list.
1878 * src/defs.h: added DISPLAY_HEADER_RC.
1879 * src/prefs_common.c: prefs_message_create(): added a button for
1880 opening the display header setting dialog.
1881 * src/prefs_common.h: added show_other_header and disphdr_list
1883 * src/procheader.[ch]: procheader_get_header_list_from_file(),
1884 procheader_get_header_array_asis(): new.
1885 procheader_get_header_list(): modified so that it takes FILE
1886 pointer for its argument.
1887 procheader_header_array_destroy(), procheader_header_free(): new.
1888 * src/main.c: main(): made it call prefs_display_header_*_config().
1889 * src/textview.c: textview_scan_header(): modified so that it
1890 sorts headers according to user setting.
1891 src/textview_show_header(): made it call
1892 textview_make_clickable_parts().
1893 textview_make_clickable_parts(): added GdkFont to its arguments,
1894 and removed GtkText from them.
1898 * implemented auto-checking of new mail based on the patch from
1899 Pierric Descamps (thanks!).
1900 * src/inc.c: added inc_autocheck_timer_init(),
1901 inc_autocheck_timer_set(), inc_autocheck_timer_remove(),
1902 inc_autocheck_func() for auto-checking of new mail.
1903 * src/main.c: main(): call inc_autocheck_timer_init().
1904 * src/prefs_common.c: prefs_receive_create(): activated the
1905 auto-checking UI. Added prefs_common_cancel(), and connected
1906 some signals to that.
1907 * src/prefs_common.c
1910 src/account.c: Disabled auto-checking while opening the dialog.
1911 * src/headerview.c: headerview_show_xface(): fixed a bug that
1912 showed a warning when header pane was hidden.
1918 src/recv.c: removed non-blocking socket mode support since it
1921 src/inc.c: modified the messages of incorporation dialog.
1925 * src/utils.h: made u32 the typedef of guint32.
1926 added BIG_ENDIAN_HOST macro that is used by md5.c.
1927 * src/md5.c: renamed md5c.c. Fixed the indentation. Fixed a bug
1928 that didn't calculate MD5 correctly on big endian machines.
1934 * src/folder.c: folder_init(): added the method imap_remove_folder.
1935 * src/folderview.c: folderview_rm_imap_folder_cb(): made it
1936 actually remove folder from IMAP4 server.
1937 * src/imap.[ch]: imap_create_folder(): made it actually create
1938 folder on IMAP4 server.
1939 imap_remove_folder(): added.
1940 imap_create(), imap_delete(): added.
1941 * src/summaryview.c: summary_execute_delete(): don't check trash
1942 if folder type is not F_MH.
1943 * thanks to Ishihara for the above changes.
1945 ac/check-type.m4: better wint_t typedef detection (renamed
1946 sv_CHECK_TYPE to SYLPHEED_CHECK_TYPE).
1950 * src/recv.c: recv_bytes_write(): fixed another bug that caused
1951 infinite loop and buffer overrun.
1955 * src/socket.[ch]: renamed sock_read() and fd_read() to
1956 sock_gets() and fd_gets() for preventing confusion.
1957 Added sock_read() and fd_read() which is the wrapper of read().
1958 * src/recv.c: recv_bytes_write(): fixed a bug that caused infinite
1959 loop. Use sock_read() instead of fd_read().
1966 src/smtp.c: use sock_gets() instead of sock_read().
1967 * src/imap.c: imap_session_new(): fixed the error detection
1972 * src/inc.c: made it displays current read bytes to the dialog.
1973 * src/pop.c: recv_write(): call UI function before editing
1978 * src/progressdialog.c: progress_dialog_create(): modified the
1979 size of dialog and made it stretchable.
1981 src/esmtp.c: smtp_ok(), esmtp_ok(): fixed a bug that didn't
1982 process an error response correctly (thanks to Ohmasa).
1983 * src/pop.[ch]: added pop3_getsize_list_send(),
1984 pop3_getsize_list_recv().
1985 * src/recv.[ch]: added recv_set_ui_func() that makes recv_write()
1986 call the callback function for each sock_read().
1987 * src/inc.h: in Pop3State, renamed bytes to total_bytes, and added
1988 cur_msg_bytes, cur_total_bytes, and sizes.
1989 * src/inc.c: added inc_pop3_recv_func() that updates the progress
1990 bar for each sock_read().
1994 * src/mh.c: mh_is_maildir_one(): modified so that it uses
1997 2001-04-25 Werner Koch <wk@gnupg.org>
1999 * src/mh.c (mh_is_maildir_one, mh_is_maildir): New.
2000 (mh_scan_tree_recursive): Do not include Maildir style directories
2003 Changed the use of integers to describe sockets by an more abstract
2006 * src/automaton.h (struct _Automaton): Add help_sock.
2007 * src/automaton.c (automaton_input_cb): Changed source to be
2008 SockInfo and use wrapper for gdk_input_add.
2010 * src/send.c (SEND_EXIT_IF_ERROR): Adjusted tests and removed test
2011 for invalid socket because this is now done in sock_close. Set
2013 (SEND_EXIT_IF_NOTOK): Set closed sock to NULL.
2014 (send_smtp_open): Use only SockInfo.
2016 * src/news.c (news_session_new): Use SockInfo here.
2017 (news_session_destroy): Ditto and set sock to NULL.
2019 * src/nntp.c: Use SockInfo instead of integers
2020 * src/smtp.c: Ditto.
2022 * src/recv.c: Ditto.
2024 * src/inc.c (inc_pop3_session_do): Removed sock_sockinfo_free. Put
2025 gdk_input_add into a wrapper.
2027 * src/esmtp.c: Changed socket descriptors to use SockInfo.
2028 * src/esmtp.h: Ditto, included socket.h.
2029 * src/session.h (struct _Session): Likewise.
2030 * src/imap.c (imap_open): Return SockInfo ptr and not an integer.
2031 Removed access to internal data of SockInfo. Changed all callers
2032 and functions to take SockInfo.
2033 (imap_session_new): Use sock_close here.
2034 (imap_session_destroy): Ditto.
2036 * src/compose.c (compose_exec_ext_editor): Replaced sock_write by
2039 * src/main.c (app_will_exit): Close lock socket using fd_close.
2040 (prohibit_duplicate_launch): Use fd_xxx functions instead of sock_xxx.
2041 (lock_socket_input_cb): Ditto.
2043 * src/socket.h, src/socket.c: Prepared SockInfo structure to use
2044 glib channels. Changed all sock_xxx to use SockInfo instead of an
2046 (sock_connect_unix, sock_open_unix, sock_accept): Renamed to ..
2047 (fd_connect_unix, fd_open_unix, fd_accept): .. this and changed all
2049 (fd_read, fd_write, fd_close): New.
2050 (sock_sockinfo_free): Removed.
2051 * src/socket.c (sock_connect_nb): Use close instead sock_close here.
2052 (sock_connect): Ditto.
2056 * config.h.in: removed.
2057 * ac/Makefile.am: added gnupg-check-typedef.m4 to MACROS.
2058 * .cvsignore: added.
2060 src/progressdialog.[ch]
2061 src/pixmaps/complete.xpm
2062 src/pixmaps/continue.xpm
2063 src/pixmaps/error.xpm: applied the patch from Leandro Pereira
2064 that displays the state of message incorporation (thanks!).
2065 * src/inc.c: made the progress dialog change the text of status.
2069 * removed po/*.gmo, configure, stamp-h.in, aclocal.m4, Makefile.in
2071 * COPYING: removed RSA copyright notice.
2072 * removed po/sylpheed.pot, po/stamp-cat-id, po/cat-id-tbl.c.
2073 * configure.in: added the check of sys/utsname.h.
2075 2001-04-24 Werner Koch <wk@gnupg.org>
2077 Merged most of the changes from the W32 branch in.
2079 * configure.in: Require gpgme >= 0.2.1
2081 * acconfig.h (HAVE_U32_TYPEDEF): New.
2082 * ac/gnupg-check-typedef.m4: New.
2083 * configure.in: Check for u32 type and the size of some types.
2084 * src/utils.h: Define the u32 type and related constants.
2086 * src/about.c (about_create): Removed the note about MD5. We are
2087 not any longer using the RSA Inc. implementation.
2088 * src/md5ify.c, src/md5ify.h, src/md5global.h: Removed.
2089 * src/md5c.c, src/md5c.h: Replaced by an FSF implementation and
2090 renamed the function to standard lowercase convention. Changed all
2092 (md5_hex_digest): New.
2093 (md5_hmac): Add hmac function by Martin Schaaf with some
2095 (md5_hex_hmac): New.
2096 * src/esmtp.c, src/esmtp.h (md5_hex_hmac): Removed.
2097 (hmac_md5): Removed.
2098 * src/pop.c (pop3_getauth_apop_send): Replaced the md5_digest by
2099 the new md5_hex_digest function.
2101 * src/about.c: Include utsname.h only if available
2103 * src/utils.c, src/utils.h (get_home_dir): New to better cope with
2104 special Windoze requirements. Changed all calls to
2105 g_get_home_dir() to this function.
2107 * simple-gettext.c: New.
2109 * src/main.c (main): Issue a warning if GnuPG is not properly
2112 * src/sigstatus.c, src/sigstatus.h: New.
2113 * src/rfc2015.c (check_signature): Use the sigstatus window and
2114 get the status texts from a utility function.
2116 * src/select-keys.c: Removed the global select_keys var and
2117 pass an allocated one along all functions.
2118 (set_row): Display only keys capable of encryption.
2119 (update_progress): Replaced the progressbar by
2120 a windmill and a text showing for which key we are collecting
2121 info. Removed progressbar everywhere else and updated callers.
2123 * src/prefs_common.c (prefs_privacy_create) [__MINGW32__]: Do not
2124 display the grab button.
2128 * src/prefs_common.[ch]
2129 src/procheader.c: applied the patch from Darko Koruga that
2130 allows user to define their own format for displaying date in
2131 summary view using strftime() (thanks!).
2132 * src/prefs_common.c: prefs_quote_colors_dialog()
2133 src/mainwindow.c: main_window_reflect_prefs_all(): made it
2134 update message colors if the colors setting is changed.
2135 * src/main.[ch]: made it remember the startup directory.
2136 * src/export.c: export_mbox(): made it initially chdir to the
2138 * src/filesel.c: filesel_select_file(): made it open the startup
2143 * added option to warn about queued messages on exit [sergey]:
2145 * src/compose.c: compose_queue(): call folder_item_scan()
2146 and folderview_update_item() after queueing.
2147 * src/folderview.c: folderview_update_node(): draw the queue
2148 folder in bold font if there are queued messages.
2149 * src/mainwindow.c: queued_messages(): new function.
2150 app_exit_cb(): display warning if there are queued messages
2151 if warn_queued_on_exit is set.
2152 * prefs_common.[ch]: add warn_queued_on_exit option.
2154 * src/mainwindow.c: moved queued_messages() to main.c, and renamed
2155 it to get_queued_message_num().
2156 * src/main.c: app_will_exit(): moved warning dialog code from
2157 app_exit_cb(), and added manage_window_focus_in().
2159 * enhanced GnuPG key selection support [sergey]:
2161 * src/select-keys.c: updated to newer version from Win32
2162 branch with support for selecting arbitrary keys.
2163 * src/prefs_account.c: added the Privacy tab to the account
2165 prefs_account_privacy_create(),
2166 prefs_account_sign_key_set_data_from_radiobtn(),
2167 prefs_account_sign_key_set_radiobtn(): new functions.
2168 * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
2169 * src/rfc2015.c: set_signers(): new function.
2170 pgp_sign(): add the account parameter, call set_signers().
2171 rfc2015_sign(): add the account parameter, pass it to pgp_sign().
2172 * src/rfc2015.h: rfc2015_sign(): updated prototype.
2173 * src/compose.c: pass the current account to rfc2015_sign().
2177 * src/mbox.c: export_to_mbox(): fixed a memory leak bug.
2181 * src/mbox.[ch]: renamed export_mbox() to export_to_mbox().
2182 Fixed a memory leak bug.
2183 * src/export.[ch]: added for exporting folder to mbox.
2184 * src/import.[ch]: made import_mbox() take default folder.
2185 Added description to the dialog.
2186 * src/summaryview.c: summary_show(): fixed a bug that kept the
2187 toolbar buttons insensitive after receiving messages.
2189 src/import.c: fixed a bug that caused quitting of the program
2190 when OK or Cancel button was clicked several time.
2191 * src/prefs_common.[ch]
2192 src/addressbook.c: added "Add address to destination when
2193 double-clicked" option.
2197 * src/prefs_common.[ch]: reorganized the items of settings,
2198 and added Message tab.
2199 * src/main.c: parse_cmd_opt(): added command line option --version.
2200 * src/mh.c: made it unset MSG_DELETED flag when moved/copied to
2202 * src/prefs_common.[ch]
2203 src/headerview.[ch]: the header pane can be toggled now.
2204 * src/prefs_common.[ch]
2205 src/textview.c: page scroll step is now selectable between
2206 one page and half page.
2207 * src/mbox.[ch]: added export_mbox() that reads all messages
2208 in a folder, and store them into one mbox file.
2212 * src/prefs_filter.[ch]: separated filter setting code from
2213 prefs_common.c, and made it a separate dialog.
2219 * src/automaton.[ch]
2220 src/inc.c: fixed the bug that made Sylpheed crash when clicking
2221 Cancel button while getting new mail (thanks to Sergey Vlasov).
2222 * src/xml.c: xml_build_tree()
2223 src/addressbook.c: fixed a bug that caused infinite loop if an
2224 illegal XML file was given.
2229 src/inc.c: applied the patch from Sergey Vlasov that fixes the
2230 problem when the "Go to inbox after receiving new mail" option
2231 was turned off (thanks!).
2235 * src/xml.[ch]: modified so that it supports some characters which
2236 must be escaped, and multiple-lined tag.
2238 src/addressbook.c: modified so that it escapes some characters
2239 like '<', '>', '&', ''', '"'.
2249 src/summaryview.[ch]: applied the patch from Darko Koruga that
2250 adds copy message operation for the MH folders (thanks!).
2251 * src/imap.c: disabled slash to dot conversion.
2252 * src/imageview.c: fixed a bug that displayed an old image when
2253 loading of a image failed (thanks to Darko Koruga).
2257 * src/procmsg.c: procmsg_read_cache(): added setvbuf() to speed up
2258 cache reading (thanks to Sergey Vlasov).
2260 src/summaryview.[ch]
2261 prefs_common.[ch]: applied the patch that keeps the same folder
2262 after receiving new mail (thanks to Sergey Vlasov).
2264 src/utils.[ch]: moved get_quote_level() to utils.c.
2268 * ac/Makefile.am: added.
2270 configure.in: added ac directory.
2274 * src/summaryview.c: summary_filter(): made it move messages
2275 immediately if immediate_exec option is set.
2276 * src/prefs_common.[ch]
2278 src/gtkutils.[ch]: applied the message coloring patch from
2279 Stephen Anthony with some modification (thanks!).
2281 src/mimeview.c: modified the behavior of MimeView (thanks to
2286 * src/utils.c: copy_file()
2287 src/mh.c: applied (and modified) the patch from Darko Koruga
2288 that enables to move messages across file systems (thanks!).
2290 src/utils.[ch]: applied the patch from Jorge Van Hemelryck
2291 that converts the date of messages to the local time (thanks!).
2292 * src/utils.c: remote_tzoffset_sec(): fixed a bug that the signs
2293 of one-letter timezone were reversed.
2294 * src/folder.c: folder_item_add_msg(): put the assertion for the
2295 add_msg() method (thanks to TAKANO).
2299 * src/procmime.c: procmime_decode_content(): fixed a bug that
2300 corrupted quoted-printable encoded messages when they include
2301 `=00' (thanks to Masahiro Tomita).
2304 src/summaryview.c: modified the DnD behavior of MIME view
2305 (thanks to HIRAMATSU).
2309 * src/about.c: applied the patch from Sergey Vlasov that fixes
2310 the appearance of the about dialog (thanks!).
2311 * src/prefs_common.[ch]
2317 src/textview.[ch]: applied the GnuPG support patch which had
2318 ported from the sylpheed-win32 branch (thanks to Sergey Vlasov).
2319 * INSTALL, INSTALL.jp: updated the description about GnuPG.
2323 * src/utils.[ch]: added references_list_append() that parses
2324 References header and makes it string list.
2325 * src/compose.c: modified so that too long References header is
2326 truncated, garbage characters are removed, and header is tidied
2327 up (thanks to Matthias Intemann).
2331 * src/addr_compl.c: applied the address completion bugfix patch
2332 from Alfons Hoogervorst (thanks!).
2336 * src/gtksctree.c: modified so that the tree_select_row signal
2337 actually pass the column number.
2338 * src/summaryview.c: summary_selected(): made generic mark and
2339 unread mark can be toggled with clicking of the columns.
2340 Added summary_mark_row_as_read() and summary_mark_row_as_unread().
2341 * src/prefs_common.c
2342 src/prefs_account.c: applied the layout fix patches from Sergey
2343 Vlasov, and adjusted some widths of GtkEntry widgets.
2344 * src/prefs.c: prefs_dialog_create(): enable notebook to take focus.
2345 * src/inc.c: inc_start(): modified so that authentication dialogs
2346 show server name too (thanks to Sergey Vlasov).
2350 * src/mimeview.c: mimeview_key_pressed(): fixed a bug that caused
2351 segmentation fault when a malformed multipart message is shown
2352 (thanks to Sergey Vlasov).
2353 * src/summaryview.c: summary_display_msg(): made it focus to the
2354 summary view if the MIME list is empty.
2358 * src/pixmaps/deleted.xpm
2359 src/pixmaps/mark.xpm
2360 src/summaryview.c: added deleted and mark icon.
2361 * src/gtkutils.c: gtkut_widget_init(): changed gtk_widget_destroy()
2362 to gtk_widget_unref().
2363 * src/addr_compl.c: start_address_completion(): fixed the bug that
2364 displayed warning when the address book was empty (thanks to
2369 * src/summaryview.c: summary_show(): fixed a memory leak bug
2370 (thanks to ChiDeok Hwang).
2371 * src/pixmaps/forwarded.xpm
2372 src/pixmaps/replied.xpm
2374 src/pixmaps/unread.xpm
2379 src/summaryview.[ch]: applied the patch from Marc Hoper
2380 that adds replied and forwarded mark to replying or forwarding
2381 messages (thanks!). And new and unread mark were replaced
2382 by the icons David Mehrmann created (thanks!).
2383 * src/summaryview.c: made the width of unread and MIME column
2385 * src/prefs.c: prefs_config_parse_one_line(): made it check the
2386 '=' separator (thanks to Sergey Vlasov).
2390 * src/prefs_common.[ch]: moved smooth scroll option to the
2392 * src/textview.c: made the one-line scroll also perform smooth
2397 * src/prefs_common.[ch]
2398 src/textview.c: applied the smooth scroll patch from Setoh and
2403 * src/summaryview.c: summary_attract_by_subject(): rewritten it
2404 using hash table for speeding up.
2405 * src/prefs_account.c: made filter_on_receive TRUE by default.
2406 * src/mainwindow.c: reordered menu items.
2410 * src/gtkutils.c: gtkut_clist_bindings_add(): fixed a bug that
2411 caused address completion not to accept space and enter key.
2416 src/codeconv.c: fixed a bug that didn't encode non-ASCII headers
2418 * src/compose.c: fixed a bug that didn't decode some headers
2419 correctly when replying or reediting drafts (thanks to Sergey
2424 * src/gtkutils.[ch]: added gtkut_widget_init() that modifies the
2425 behaviors of some classes.
2426 * src/main.c: main(): made it call gtkut_widget_init() first.
2427 * src/summaryview.c: summary_create(): removed the key binding code.
2431 * src/procmsg.[ch]: modified for the sake of readability.
2435 * src/mainwindow.c: changed "Clean trash" to "Empty trash".
2436 Added new menu items for folder manipulation.
2437 allsel_cb(): made it change the target between summary view and
2438 message view according to the input focus.
2439 Removed "Select all" from Summary submenu.
2440 * src/folderview.[ch]: added functions for creating/renaming/deleting
2442 * src/procmsg.[ch]: made "marked" and "deleted" flag permanent, and
2443 removed "important" flag.
2444 * src/summaryview.c: added summary_set_row_marks() that sets style
2445 of a row according to the flags, and made some functions use it.
2446 * src/mainwindow.c: allsel_cb(): modified so that it selects
2447 summary view correctly if message view is toggled off.
2451 * src/socket.c: sock_connect_by_getaddrinfo(): fixed a resource
2452 leak bug of socket, and rewrote the routine.
2453 * src/inc.c: inc_mail(), inc_all_account_mail(): fixed a bug that
2454 displayed the wrong unread number in the folder tree if a
2455 folder was open and new messages arrived at the folder.
2456 * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug
2461 * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): made it
2462 check the existence of the destination file.
2463 * src/procmsg.c: procmsg_set_flags(): made it count the last
2464 number of the message list (and fixed a bug that didn't open
2465 newly arrived message).
2469 * src/prefs_common.c: prefs_send_create(): removed EUC-JP and
2470 Shift_JIS from the outgoing codeset.
2478 * src/send.c: send_message_queue(): modified so that it finds
2479 the account from the `From' and the server name of the queued
2481 * src/account.[ch]: added account_find_from_smtp_server() that
2482 finds an account from the specified address and SMTP server.
2485 src/summaryview.[ch]
2486 src/sourcewindow.[ch]: integrated the viewing source patch from
2487 DINH V. Hoà (thanks!).
2491 * src/addr_compl.[ch]
2493 src/compose.c: applied the enhanced address completion patch
2494 from Alfons Hoogervorst (thanks!).
2495 * src/addr_compl.c: replaced g_assert() with g_return(_val)_if_fail().
2496 * src/folder.c: folder_init()
2497 src/folderview.c: folderview_drag_motion_cb()
2498 src/procmsg.c: procmsg_clean_trash()
2499 src/summaryview.c: summary_start_drag()
2500 src/imap.[ch]: integrated the IMAP4 move/remove function patch
2501 from Suzuki Mio (thanks!).
2505 * src/main.c: parse_cmd_opt(): made the --compose option realize
2507 * src/utils.[ch]: execute_async(): supported quoted arguments
2509 strstr_with_skip_quote(), strsplit_with_quote(): quote-supported
2510 version of g_strsplit().
2511 * src/mimeview.c: mimeview_view_file()
2512 src/prefs_common.c: added single quotation mark around the file
2524 src/utils.[ch]: applied the security fix patch from Dmitry V.
2525 Levin with some modification (thanks!). Added my_tmpfile() to
2527 * src/main.c: added --receive-all command-line option.
2531 * src/socket.c: sock_connect_thread(): fixed a bug that didn't
2532 compile if both multithread and IPv6 are enabled (thanks to
2535 src/compose.c: applied a patch from Jason McCarver that allows
2536 FIFO for signature file (thanks!).
2537 * src/textview.c: made some more refactoring.
2538 * src/socket.c: sock_accept(): changed socklen_t to gint.
2543 src/textview.c: some code cleanups.
2549 src/textview.c: integrated the patch from Alfons Hoogervorst that
2550 fixes some glitches in clickable URI and enables mail addresses
2551 clickable, and enables the --compose command line option to
2552 specify address (thanks!).
2559 src/prefs_account.[ch]
2560 src/Makefile.am: applied the SMTP AUTH patch from Martin Schaaf
2561 and fixed its a few bugs (thanks!).
2562 * src/textview.c: textview_key_pressed(): made it don't move focus
2564 * src/main.c: parse_cmd_opt(): modified the help message.
2565 * src/html.[ch]: added empty_line to HTMLParser and modified
2566 the parser routines a bit.
2570 * src/html.c: added eucjp_symbol_list, and added some characters
2571 to ascii_symbol_list.
2575 * src/codeconv.[ch]: added a member `charset' and `charset_str'
2577 * src/html.[ch]: added the symbol list for ISO-8859-1 codeset.
2578 html_parser_new(): made it change the symbol hash table
2579 according to the character set of the document.
2580 html_parse_special(): made it recognize character code number.
2584 * src/textview.c: added textview_show_html() that parses HTML and
2586 textview_show_part(): made it call textview_show_html() if
2587 the part is text/html.
2588 * src/html.[ch]: implemented HTML parser.
2592 * src/codeconv.[ch]: added CodeConverter, and its methods
2593 (conv_code_converter_new(), conv_code_converter_destroy(), and
2595 * src/textview.c: removed the branches by HAVE_LIBJCONV and
2596 rewrote them using CodeConverter.
2600 * src/mbox.c: proc_mbox(): workaround for duplicated From_ line.
2604 * src/codeconv.c: some code cleanups.
2608 * src/mainwindow.c: main_window_popup(): fixed a bug that didn't
2609 popup the main window correctly.
2610 * src/codeconv.h: fixed a bug that the definition of CS_EUC_CN and
2611 CS_EUC_TW was reversed (thanks to Sakamoto).
2618 src/socket.[ch]: applied the patch from Hiramatu that enables
2619 prohibition of multiple execution and remote control with
2620 command line option (thanks!).
2624 * src/summaryview.c: summary_button_pressed(), summary_selected():
2625 made it toggle the view if middle button is clicked while message
2627 summary_drag_data_get(): fixed a memory leaking.
2629 src/compose.c: compose_write_headers(): modified so that it uses
2630 host_alias for X-Mailer or X-Newsreader field.
2636 * src/folderview.c: fixed a bug that prevented a folder from being
2637 created if there were already folders that have the same name
2638 somewhere at another place.
2642 * src/folderview.c: folderview_update_all(): fixed a bug that
2643 caused segmentation fault when a folder was selected after
2644 updating the folder tree.
2645 * src/compose.c: compose_send(): fixed a locking bug.
2646 compose_write_headers(): fixed a bug that referred to cur_account.
2647 compose_convert_header(): made it check the arguments.
2651 * src/main.c: some cleanups and added --help option.
2655 * src/send.c: re-enabled user-defined domain name setting.
2656 * src/utils.c: is_next_mbs(): changed the size of temporary
2657 multibyte array to MB_CUR_MAX.
2658 strdup_mbstowcs(): added error check to mbstowcs().
2659 strdup_wcstombs(): added error check to wcstombs().
2660 * src/addr_compl.c: get_address_from_edit(): made it check the
2661 return value of strdup_mbstowcs().
2662 * src/codeconv.c: conv_encode_header(): added error checking
2663 to strdup_mbstowcs().
2667 * src/utils.c: log_error(): changed g_error() to g_warning() so
2668 that it doesn't abort.
2670 * src/addr_compl.c: add_address(): fixed a bug that aborted the
2671 program if the name or the address is empty.
2672 get_address_from_edit(): supported multibyte characters.
2673 * configure.in: fixed a typo.
2674 * src/send.c: re-enabled user-defined SMTP port setting.
2680 * configure.in: added --enable-gpgme option, and disabled GPGME
2682 * made GPGME related members in MimeInfo not used if disabled.
2683 * src/rfc2015.c: some cleanups for warning.
2687 INSTALL.jp: updated.
2688 * Makefile.am: modified bzip2 option.
2692 * src/procmime.[ch]: added MIME_APPLICATION_OCTET_STREAM to
2694 * src/mimeview.c: mimeview_view_file(): made it do nothing if
2695 the MIME type is application/octet-stream.
2696 * src/folderview.c: folderview_update_all(): made it show modal
2697 dialog while updating folders.
2698 * src/folderview.c: folderview_update_all(): fixed a bug that
2699 didn't remove the dialog.
2703 * src/mimeinfo.c: merged the patch from John E.P. Hynes that
2704 launches the attached file using metamail (thanks!).
2705 * src/procmime.[ch]: added procmime_get_tmp_file_name().
2707 src/addr_compl.[ch]: merged the patch from Alfons Hoogervorst
2708 that enables address completion in the address entry on the
2709 composition window (thanks!).
2710 * src/addr_compl.c: get_all_addresses(), read_address_book():
2711 modified so that it uses xml_free_tree() for freeing the address
2716 * src/utils.c: remove_dir_recursive(): fixed a bug that failed to
2717 remove the current directory (thanks to Maki).
2718 * src/summary_search.c: added `Select all matched' option to the
2719 search dialog (thanks to Takahashi).
2720 * src/pixmaps/stock_mail_attach.xpm
2721 src/pixmaps/tb_address_book.xpm
2722 src/compose.c: added some toolbar icons contributed from
2723 Leandro Pereira (thanks!).
2727 * src/rfc2015.c: passphrase_cb(): *finally* fixed a bug that caused
2728 segmentation fault when the passphrase dialog was cancelled.
2729 Hided the passphrase in the debug message.
2730 * src/about.c: about_create(): fixed a bug that failed to compile
2731 when none of the features were used.
2732 * src/foldersel.c: foldersel_set_tree(): made it display all
2734 * src/inc.c: inc_start(): fixed a bug that showed password dialog
2735 continuously if it was cancelled.
2736 * src/summaryview.c: summary_write_cache(): put an assertion after
2737 folder_item_get_cache_file() to prevent the crash.
2738 * thanks to Maki for the above four fixes.
2739 * src/utils.h: added #include <alloca.h>.
2743 * src/rfc2015.c: changed some g_message() used for error messages
2748 * src/procmsg.[ch]: modified READ_CACHE_DATA() macro so that
2749 it can handle a string data of which length >= BUFFSIZE.
2750 * src/rfc2015.c: rfc2015_encrypt(): changed return to `goto failure'.
2751 * src/pixmaps/stock_mail_receive_all.xpm
2752 src/pixmaps/stock_mail_reply_to_all.xpm
2754 src/mainwindow.c: main_window_toolbar_create(): added new toolbar
2755 icons contributed from David Mehrmann (thanks!).
2756 * src/inc.[ch]: overhauled the architecture so that it don't create
2757 and destroy progress dialog for each incorporation in `get all'
2762 * src/mh.c: mh_scan_tree_recursive(): fixed a bug that mistook
2763 sub folders named `inbox', etc. as special folders.
2764 * src/rfc2015.c: rfc2015_encrypt(): fixed a bug that didn't quote
2769 * applied the GnuPG patch from Werner Koch (thanks!).
2770 * removed Mixmaster support.
2771 * src/rfc2015.c: changed g_error() to g_warning() and modified some
2773 * src/about.c: about_create(): modified compiled-in features list.
2777 INSTALL.jp: updated.
2778 * src/select-keys.c: create_dialog(): modified the layout.
2779 * src/headerwindow.c
2781 src/logwindow.c: made it raise the window if the window is already
2783 * src/prefs_common.[ch]: added an option for immediate execution.
2784 * src/summaryview.c: made it execute immediately when messages are
2785 moved or deleted if immediate_exec option is turned on.
2786 * src/summaryview.c: summary_delete(), summary_move_selected_to():
2787 moved summary_step() before summary_execute().
2788 * src/folderview.c: folderview_update_all(): made it scan folder
2790 * src/compose.c: compose_write_headers(): made it don't add
2791 In-Reply-To header if to_list is empty.
2793 2001-01-09 Werner Koch <wk@gnupg.org>
2795 * configure.in, acconfig.h: Check for GPGME.
2796 * ac/: New directory for local autoconf macros.
2797 * src/Makefile.am: Add support for GPGME
2799 * src/main.c (idle_function_for_gpgme): New.
2800 (main): Register this function.
2802 * src/about.c: Add a note about GPGME.
2804 * src/rfc2015.c, rfc2015.h: New.
2806 * src/mimeview.c (mimeview_show_message): Check signature.
2807 * src/procmime.c (procmime_scan_message): Ditto.
2809 * src/messageview.c (messageview_show): Add decryption stuff.
2811 * src/compose.c (compose_write_to_file): Encrypt the file if requested.
2812 (compose_toggle_encrypt_cb): New
2813 (compose_toggle_mixmaster_cb): New, just to be prepared for
2815 (compose_write_headers): Suppress some headers in mixmaster mode.
2817 * src/prefs_common.c (prefs_common_create): Add Privacy notebook sheet.
2818 (prefs_privacy_create): New. Also some new structures etc.
2819 * src/compose.c (compose_create): Set encrypt button to prefs default.
2820 * src/compose.h (struct _Compose): Add use_encryption, use_mixmaster.
2822 * src/compose.c (compose_send): Add missing unlock before one return.
2826 * src/gtksctree.[ch]
2828 src/summaryview.[ch]: applied the patch from Hiramatu that enables
2829 DnD from the summary view to the folder view and fixes some other
2831 * src/mainwindow.c: scan_tree_func(): fixed a bug that caused
2833 * src/imap.c: quoted user name in LOGIN and folder name in SELECT.
2834 * src/gtksctree.c: gtk_sctree_button_press(): fixed a bug that
2835 didn't toggle expansion of node.
2839 * src/imap.c: applied the patch from Nishimura that updates the
2840 message list more precisely and reads the message flags (thanks!).
2841 * src/textview.c: textview_show_header(): made X-Newsreader field
2843 * src/summaryview.c: summary_show(): made it flush events when
2848 * src/summaryview.c: applied the patch from Alfons that enabled
2849 the horizontal scrollbar of summary view (thanks!).
2853 * src/compose.c: compose_cb(): fixed a bug that didn't open the
2854 composition window right after launching the program.
2855 * src/setup.c: scan_tree_func(): fixed a bug that caused
2862 * src/textview.c: textview_set_font(): fixed a bug that caused
2863 segmentation fault if the mode of the text widget was changed
2864 between multibyte and singlebyte while the region was selected
2870 src/summaryview.c: made it unable to delete or move messages when
2872 * src/prefs_common.c
2873 src/news.c: added the option for maximum news article number.
2877 * src/compose.c: compose_send(): changed the location of temporary
2878 file. Made it use the default account if all of tried account
2879 aren't mail one, and made it show alert dialog and abort when even
2881 * src/prefs_account.c: prefs_account_get_new_id(): made it preserve
2883 prefs_account_open(): made it fill in personal information
2884 according to the default account when creating a new account.
2885 * sylpheed.spec.in: added to autogenerate sylpheed.spec with the
2886 proper version number (thanks to BONAIM).
2888 Makefile.am: added entries for sylpheed.spec.in.
2892 * src/compose.[ch]: modified so that it can change account
2894 * src/send.[ch]: modified so that it doesn't see cur_account.
2895 * src/prefs_account.c: modified so that news setting doesn't
2896 show SMTP server entry.
2900 * src/folderview.c: fixed a bug that didn't sort special folders
2901 correctly when a new folder is created or renamed.
2905 * src/compose.[ch]: enabled to select account at composing window.
2906 * src/folderview.c: made it display unread number next to folder
2908 * src/prefs_common.[ch]: added the option for unread number display.
2912 * src/compose.[ch]: integrated news posting patch from DINH V. HoÃ
2913 and made many modifications (thanks!).
2914 compose_write_headers(): made the spaces in newsgroups removed.
2915 Supported Followup-To.
2916 compose_destroy(): got the objects removed properly.
2917 * src/news.c: merged news_post_to_group() and news_post() since
2918 they doesn't have to do multiple posting.
2919 * src/import.c: import_destsel_cb(): fixed a bug that failed to
2920 import into the selected folder.
2921 * src/prefs_account.c: modified the interfaces.
2926 prefs_common.c: changed "SHIFT-JIS" to "Shift_JIS" since the
2927 string is registerd to IANA.
2928 * src/nntp.[ch]: added nntp_post().
2929 * src/news.[ch]: added news_post() and news_post_to_group().
2933 * src/account.c: account_edit_open()
2934 src/mainwindow.c: new_account_cb(): made it unable to edit
2935 accounts if some composing windows are open.
2939 * src/folder.[ch]: added folder_set_name().
2940 * src/account.c: made a folder name of IMAP4/NNTP become the same
2941 as the name of account.
2945 * src/summaryview.c: summary_filter_func(): fixed a bug that failed
2952 * src/mbox.c: fixed a bug that didn't incorporate spool file
2953 correctly. Modified so that it recognizes From_ line as separator
2954 of messages even if the previous line isn't empty line.
2955 * src/send.c: send_message_queue()
2956 src/procmsg.c: procmsg_send_queue(): Fixed a bug that printed
2957 warning when it tried to delete a sent message.
2964 src/news.[ch]: modified so that it actually gets news articles.
2965 * src/utils.[ch]: added make_dir_hier() that creates directory
2968 folder_item_get_cache_file(), folder_item_get_mark_file():
2969 made it creates cache directory if it doesn't exist.
2970 folder_add(): made it insert the added folder into the correct
2972 * src/imap.[ch]: modified so that it suits the new folder
2973 architecture. Fixed a bug that caused segmentation fault
2974 if authentication failed at imap_auth().
2975 * src/folderview.c: implemented IMAP4 folder handling routines.
2979 * src/prefs_account.[ch]: added account ID and nntp_server
2980 to PrefsAccount. And added the interface for NNTP server.
2981 * src/folderview.c: modified news folder handling routines.
2982 * src/folder.[ch]: removed cache_dir from RemoteFolder, and
2983 modified folder_item_get_path().
2987 * src/folder.[ch]: added create_folder(), rename_folder(),
2988 remove_folder() to Folder class.
2989 * src/mh.[ch]: added mh_create_folder(), mh_rename_folder(), and
2991 Implemented mh_create_tree() that creates MH directory tree.
2992 mh_rename_folder(): modified so that the paths of sub folders
2994 * src/folderview.c: modified folderview_new_folder_cb(),
2995 folderview_rename_folder_cb(), and folderview_delete_folder_cb()
2996 so that they work properly.
2997 Added folderview_remove_mailbox_cb() and the menu entry that
2998 remove mailbox from folder tree.
2999 * src/setup.[ch]: added for initial setup.
3000 * src/alertpanel.c: modified the appearance of the dialog.
3001 * src/compose.c: fixed compose_save_to_outbox() and
3002 compose_queue() so that it sets flags correctly.
3006 * src/mainwindow.c: modified the strings of toolbar labels.
3010 * src/gtkutils.[ch]: added gtkut_ctree_node_move_if_on_the_edge().
3011 * src/summaryview.c: summary_display_msg(): made it scroll the
3012 list if the message of the edge of that is displayed.
3017 src/mh.[ch]: added functions for moving messages.
3018 * src/procmsg.[ch]: moved procmsg_move_messages_with_dest()
3019 to folder.c and mh.c. Added procmsg_to_folder_hash_table().
3023 * src/utils.[ch]: added get_tmp_file().
3026 src/folder.c: fixed a bug that failed to drop messages.
3027 * src/mh.c: mh_scan_folder(): made it check new, unread, and total
3028 number of the folder.
3032 * src/folderview.c: added special folder setting routine.
3033 * src/folder.[ch]: added a method is_msg_changed().
3034 Implemented folder_find_item_from_path().
3035 * src/summaryview.c: fixed some bugs that wrongly freed FolderItem's.
3036 * autogen.sh: fixed so that the configure can take arguments.
3041 src/mainwindow.[ch]: added main_window_new_mailbox() that asks
3042 the path of mailbox and create the one.
3043 * src/folderview.c: made the folder tree and selected folder
3049 src/folder.c: implemented mh_scan_tree() that scans the folder
3050 recursively and create the tree.
3070 src/summaryview.[ch]
3072 src/Makefile.am: merged the development tree into the cvs tree.
3073 Some functions are not unimplemented yet.
3081 * src/xml.[ch]: supported omitted tag (<tag />).
3082 * src/procmsg.c: procmsg_msg_exist(): fixed a memory leak bug.
3083 * src/imap.c: imap_parse_atom(): fixed a bug that caused
3084 segmentation fault if the subject was empty (thanks to Tsutsui).
3085 * src/folder.[ch]: updated.
3089 * src/xml.[ch]: added xml_parse_file() that parses the whole XML
3090 file specified and returns the tree.
3094 * po/pt_BR.po: fixed some typos that caused segmentation fault.
3100 * src/session.h: added.
3101 * src/folder.[ch]: updated.
3102 * src/compose.c: compose_write_to_file()
3103 src/codeconv.c: conv_get_outgoing_charset_str(): fixed a bug
3104 that put a garbage to charset if the outgoing character set was
3105 specified and non-ascii characters were used in subject.
3109 * src/statusbar.c: statusbar_puts(): fixed a bug that locked the
3110 progress if the status bar was hidden.
3114 * src/folder.[ch]: added for the more object-oriented folder
3122 src/prefs_common.[ch]: made the state of status bar get preserved.
3123 * src/compose.c: compose_insert_sig(): modified so that it doesn't
3124 put a separator if a signature file doesn't exist.
3125 * src/prefs_account.[ch]
3126 src/inc.c: added the option that toggles whether to receive
3127 messages when getting from all accounts.
3129 README.jp: updated the description and added some usages.
3135 src/compose.[ch]: applied the patches from Alfons Hoogervorst
3136 that makes the ruler of composition window graphical (thanks!).
3142 src/prefs_common.c: replaced CS_WINDOWS_1251 with CS_CP1251.
3148 * src/compose.c: turned the color of quoted messages black again.
3152 * src/about.c: added a clickable URI to the Sylpheed home page,
3153 and a list of compiled-in features.
3154 * src/compose.c: made the color of quoted messages blue.
3155 * src/summaryview.c: added `Show all header' to the context menu.
3156 * src/prefs_common.c: removed the threading option from the dialog.
3157 * src/compose.c: fixed a bug that didn't parse the quotation format
3162 * src/compose.c: compose_set_ext_editor_sensitive(): modified so
3163 that it toggles linewrap menu item and tool button.
3164 * src/prefs_common.c: modified the default of the signature
3166 * src/compose.[ch]: added ruler to the compose window.
3167 * src/prefs_common.[ch]: added a member for the state of ruler
3172 * src/headerview.[ch]: added the destroy function.
3173 * src/messageview.c: messageview_destroy(): fixed a memory leak
3174 bug that didn't freed the HeaderView object.
3175 * src/prefs.c: prefs_write_open(): fixed a memory leak bug.
3176 * src/xml.c: xml_close_file(): fixed a memory leak bug (thanks
3177 to Alfons Hoogervorst for the above three memory leak bug fixes).
3186 INSTALL.jp: modified some descriptions.
3190 * src/compose.c: implemented line-wrapping functions.
3191 * src/prefs_common.[ch]: added the settings for line-wrapping.
3192 * src/codeconv.[ch]: added Windows-1251 to the codesets.
3193 conv_jistoeuc(): fixed a bug that caused segmentation fault
3194 when some half-width kana characters appeared.
3195 * src/summaryview.c: summary_select_all(): made it show message
3196 on the status bar if the number of messages is large.
3200 * src/compose.c: compose_reply(), compose_quote_parse_fmt():
3201 modified so that it parses the quotation mark too.
3202 Added %I that means the initial of sender to the format.
3203 * src/codeconv.[ch]: added GB2312 and Big5 to the codesets.
3204 Fixed a bug that set the wrong outgoing codeset.
3206 src/prefs_common.c: modified the menu item of Chinese codeset.
3211 src/prefs_common.[ch]: modified so that outgoing charset is
3212 saved as a string, not a number.
3216 * src/textview.c: textview_set_font(): changed the scheme of
3217 selecting between font and fontset. And changed the default
3219 * src/headerview.c: headerview_show_xface(): made it ignore
3221 * src/codeconv.c: conv_codeset_strdup(), conv_get_code_conv_func():
3222 modified so that it consider the source codeset as ISO-2022-JP if
3223 it is NULL and the current locale is Japanese.
3227 * src/textview.c: textview_destroy(): fixed a bug that caused
3228 segmentation fault if textview->msgfont is NULL (thanks to
3231 src/defs.h: applied the patch from Yanase that enables to
3232 save the shortcuts of the menus (thanks!).
3236 * src/mainwindow.[ch]: added main_window_set_menu_sensitive() that
3237 toggles the sensitivity of menu items.
3238 * src/summaryview.c: renamed summary_set_popup_sensitive() to
3239 summary_set_menu_sensitive(), and made it set the sensitivity of
3244 * src/textview.c: textview_init(): fixed a bug that didn't disable
3245 the theme engine of GtkText (thanks to Hiramatu).
3246 * src/compose.c: compose_quote_parse_fmt(): added %n and %N that
3247 means the full name of sender and the first name.
3248 * manual/ja/*.??ml: updated to the latest version.
3254 * src/defs.h: separated the definitions from main.h and applied the
3255 patch from TOGAWA that sets DEFAULT_SPOOL_PATH and MAXPATHLEN
3256 from the system headers (thanks!).
3257 * src/codeconv.c: conv_get_current_charset(): fixes for lt_LT and
3259 * src/textview.c: textview_set_font(): modified so that it sets
3260 the correct font when the locale is multi-byte.
3261 textview_destroy(): added proper codes for destruction.
3262 textview_show_header(): fixed the coloration of X-Mailer.
3266 * src/textview.[ch]: made TextView have single-byte and multi-byte
3267 GtkText, and switch between them according to the given codeset.
3268 * src/compose.c: compose_create(): modified the font setting
3273 * src/textview.[ch]: moved the message font variable into TextView.
3274 textview_set_font(): modified so that it uses gdk_font_load()
3275 if the given codeset is US-ASCII or ISO-8859-*.
3283 src/compose.c: workaround for the 8bit code issue (used
3284 gdk_font_load() instead of gdk_fontset_load() when the locale is
3291 * src/compose.[ch]: added `Draft' tool button.
3292 * src/imap.c: imap_parse_envelope(): fixed a parsing bug.
3293 * README, README.jp: added the explanation of the locale setting.
3297 * src/compose.c: made it overwrite the previous draft message when
3298 reedited the draft and saved it again.
3299 * src/procmsg.[ch]: added procmsg_msg_exist() that examine whether
3300 the message really exists.
3301 * src/folderview.[ch]: added folderview_scan_folder_a() and
3302 folderview_scan_folder_foreach_a() that scan the specified
3303 folders for each folderviews.
3304 * src/mainwindow.[ch]: removed main_window_scan_folder() and
3305 main_window_scan_folder_all().
3306 Added `Reedit' to the menu.
3307 * src/import.[ch]: removed MainWindow from the argument of
3309 * src/summaryview.c: removed the unnecessary items from the popup
3310 menu. Changed summary_reedit_cb() to summary_reedit(), and made
3315 * src/compose.h: added a member msginfo to Compose.
3316 * src/procmsg.[ch]: added procmsg_msginfo_copy() that duplicates
3321 * src/summaryview.c: made the the popup menu change the sensitivity
3322 according to the context. Fixed a bug that showed the `clean trash'
3323 dialog repeatedly if `D' key was pressed when the focus was on the
3325 * src/pixmaps/unread.xpm: changed the color of unread mark to blue.
3329 * src/main.c: fixed g_thread initialization.
3333 * src/codeconv.c: added pt_BR to locale_table.
3334 * src/prefs_common.c: prefs_send_create(): added `US-ASCII',
3335 `ISO-8859-1', and Japanese codeset to the option menu of outgoing
3336 codeset when not using libjconv.
3337 * src/compose.c: fixed the bug on saving draft again.
3341 * src/compose.c: compose_write_headers(): fixed a bug that failed
3342 to write headers if To: was empty when saving draft.
3348 src/headerwindow.[ch]
3350 src/messageview.[ch]
3354 src/procheader.[ch]: modified so that they can handle queue folder
3357 src/summaryview.c: implemented draft-reediting function.
3360 src/mimeview.c: replaced *(GtkWidget **) with the macro
3365 * src/procmsg.[ch]: procmsg_msginfo_free(): fixed a memory leak bug.
3366 Added MSG_QUEUED and MSG_DRAFT to MsgFlags, and made it set them
3367 if the folder is QUEUE_DIR or DRAFT_DIR.
3374 src/messageview.c: modified the border of the headerview.
3375 * src/gtkutils.h: added the macro GTK_WIDGET_PTR() that casts
3376 an Sylpheed object to GtkWidget.
3377 * src/utils.c: remove_return(), remove_space(): fixed a bug that
3378 possibly caused segmentation fault.
3381 src/summaryview.c: implemented `forward as an attachment'.
3382 * src/utils.[ch]: open_uri(): brought on URI opening function from
3383 textview.c and manual.c.
3390 src/prefs_common.[ch]: removed `Reply with quote', and added
3391 `Reply to all', and added the option that decides whether to
3392 quote message on replying.
3396 * src/folderview.c: modified so that it uses gtkut_wait_for_draw()
3397 instead of GTK_EVENTS_FLUSH() for statusbar redraw.
3400 src/prefs_common.c: added Baltic (ISO-8859-4,13) to the code sets.
3401 * src/compose.c: compose_send(): modified so that it shows error
3402 dialog when failed to send a message.
3406 * src/account.c: account_edit_close(): fixed a bug that didn't set
3407 current account when creating an account for the first time.
3408 * configure.in: added es to ALL_LINGUAS.
3412 * src/codeconv.c: conv_codeset_strdup(): made it use libkcc if
3414 conv_get_code_conv_func(): modified so that it doesn't convert
3415 codeset if it is unknown.
3416 * src/folderview.c: folderview_update_msg_num(): modified style
3421 * src/codeconv.c: conv_codeset_strdup(): modified so that it sets
3422 codesets automatically if the arguments are NULL.
3423 * src/textview.c: textview_write_line(): made it output warning
3424 message on the text view if conversion failed.
3428 * README, README.jp: modified the author of the manual.
3432 * src/headerview.[ch]
3433 src/messageview.[ch]: modified so that it uses GtkLabel widget
3435 * src/codeconv.c: conv_unmime_header(): modified so that it deletes
3436 unreadable codes if the current locale is EUC-JP and libjconv is
3444 src/textview.c: modified so that it parses MIME message more
3446 * src/imap.c: imap_parse_address(): fixed a bug.
3450 * src/procmsg.[ch]: added procmsg_get_message_file_path().
3451 * src/recv.c: recv_bytes_write(): added CR+LF -> LF conversion
3453 * src/imap.[ch]: changed the name of the member `group' in
3454 IMAPSession to `mbox'.
3455 imap_gen_send(): modified so that it doesn't output the password
3457 Modified session destroying routine.
3458 * src/folderview.c: folderview_write_cache(): made it preserve
3459 the IMAP folder list.
3460 * src/procmime.c: procmime_scan_multipart_message(): fixed a bug
3461 that showed boundary at the end of an attached RFC822 part.
3462 * src/prefs_common.c: changed the default of toolbar style to
3467 * src/imap.c: imap_get_uncached_messages(): modified so that it
3468 doesn't get the cached envelopes.
3469 imap_session_get_message_info(): made it read only the cache
3470 if the session is not established.
3471 * src/procmsg.c: procmsg_set_flags(): supported IMAP folder.
3472 * src/news.c: news_get_article_info(): made it read only the cache
3473 if the session is not established.
3477 * src/textview.c: textview_write_line(): fixed a memory leak bug.
3478 * src/folderview.[ch]: made it create IMAP4 folders from the
3479 account information.
3480 * src/imap.[ch]: imap_session_get(): modified so that it creates
3481 IMAP4 session from the account information.
3485 * src/imap.[ch]: added for IMAP4 support.
3486 * src/summaryview.[ch]
3488 src/recv.[ch]: modified for IMAP4 support.
3489 * src/folderview.c: more IMAP4 implementation.
3490 * src/procmsg.[ch]: added procmsg_get_message_file() that retrieves
3491 the specified message and return the file name.
3492 * src/gtkutils.c: gtkut_widget_wait_for_draw(): fixed a bug that
3493 locked up the process if the given widget was invisible.
3497 * src/folderview.[ch]: added IMAP4-related code.
3503 * src/main.h: added IMAP_CACHE_DIR.
3504 * src/utils.[ch]: added get_imap_cache_dir().
3505 * src/procmsg.h: added M_IMAP to MsgType, and MSG_IMAP to MsgFlags.
3506 Added macro MSG_IS_IMAP().
3507 * src/codeconv.c: added `#include <locale.h>' for setlocale().
3508 * sylpheed.spec: fixed %files section.
3514 * src/codeconv.c: conv_get_current_charset(): made it compare
3515 string with strncasecmp().
3516 * src/compose.c: comopse_reply_parse_header(): workaround for
3517 the malformed References: header generated by OE5 :(
3521 * src/prefs_common.c
3522 src/prefs_account.c: modified the layout of the widgets.
3528 * src/*.[ch]: added copyright notice to the top of the source files.
3529 * src/compose.c: compose_write_attach(): modified filename encode
3534 * src/mainwindow.c: fixed the menu entry of manual.
3536 src/codeconv.[ch]: moved compose_encode_header() into codeconv.c,
3537 and applied the libjconv patch.
3538 * src/utils.c: strdup_mbstowcs(), strdup_wcstombs(): used g_realloc()
3539 to reduce the alloc'd memory to the optimal size.
3540 * src/prefs_common.[ch]: added outgoing codeset option menu.
3541 * src/compose.c: compose_send(): added exclusive lock to prevent
3543 * configure.in: made '--enable-ipv6=no' the default.
3544 * src/compose.c: compose_write_attach(): made it encode the name
3545 of the attached file.
3546 * src/procmsg.c: procmsg_get_last_message_number(): fixed a bug that
3547 didn't check the type of file.
3548 procmsg_move_messages_with_dest(): fixed a bug that failed to
3549 move message if a directory that had the same name existed.
3550 * src/utils.c: is_ascii_str(): modified so that '\t', ' ', '\r', '\n'
3551 are included as ASCII characters.
3556 src/procmime.[ch]: modified so that it actually works when using
3558 * src/codeconv.[ch]: added conv_codeset_strdup() that converts
3559 the codeset of string according to the codeset specified in
3561 * src/utils.[ch]: added is_ascii_str() that determines whether the
3562 string is 7bit-ASCII or not.
3564 src/codeconv.[ch]: moved the character set related functions
3566 * merged the patch and the manual written by BONAIM (thanks!).
3576 src/unmime.[ch]: applied the patch from Higuchi that utilizes
3577 libjconv and enables to handle many locales, including UTF-8
3578 (Unicode) (thanks!).
3579 * src/account.c: modified so that the account isn't changed when
3580 another account is selected on account edit dialog.
3584 * src/prefs_common.[ch]
3585 src/textview.c: added an option that specifies whether to display
3586 short headers on message view.
3587 * src/codeconv.[ch]: added function conv_unmime_header() that
3588 decodes MIME-encoded header and converts the character set.
3589 And added conv_unreadable_latin(), and modified conv_latintodisp().
3590 * src/messageview.[ch]: made the window get closed when escape key
3595 * src/imageview.c: fixed a bug that caused segmentation fault if
3596 message view was in new window.
3597 * src/prefs_common.c: added `xemacs %s' to the external editor
3604 * src/summaryview.c: enabled to open a new message window with
3606 * src/prefs_common.[ch]
3607 src/messageview.c: made it preserve the window size of message
3609 * src/prefs_account.c: added `None (local)' to the option menu of
3614 * Makefile.am: added autogen.sh to EXTRA_DIST.
3618 * src/prefs_common.c: applied the patch from Paul Rolland that
3619 enables font selection dialog (thanks!).
3621 src/utils.[ch]: moved tzoffset() and compose_get_date() of
3622 compose.[ch] into utils.[ch].
3623 * src/main.[ch]: renamed the name of filter file to `filterrc'.
3628 src/utils.[ch]: modified address parsing routine so that it
3629 parses quotes correctly.
3630 * src/textview.c: textview_show_part(): modified so that it shows
3631 the simplified headers if the part is text/plain.
3635 * src/messageview.[ch]
3636 src/summaryview.[ch]
3637 src/mainwindow.c: enabled to open a message in new window.
3638 * src/messageview.[ch]
3641 src/imageview.[ch]: added destroy function, and modified the
3642 key handling routines.
3646 * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug that
3647 caused segmentation fault (thanks to KUROSAWA).
3648 * src/alertpanel.c: modified so that the focused button is
3652 src/folderview.c: modified so that the order of the buttons of
3653 alert panel will be `Yes', `No'.
3657 * src/utils.[ch]: added execute_async() and execute_command_line()
3658 that execute command line using execvp().
3661 src/procmsg.c: replaced system() with execute_command_line()
3663 * src/procmsg.c: turn back to system().
3664 * src/utils.c: modified execute_command_line().
3668 * src/mainwindow.c: main_window_get_size(): modified so that it
3669 doesn't update the height of SummaryView if MessageView is
3671 * src/compose.[ch]: applied the patch from NAKAGAWA that fixes some
3672 probrems of external editor handling (thanks!).
3674 src/procmime.[ch]: applied the patch from Hiramatu that make it
3675 supports Content-Transfer-Encoding: x-uuencode (thanks!).
3680 src/prefs_common.[ch]: implemented the external editor faculty.
3681 * src/compose.c: compose_attach_property(): fixed some bugs on
3682 changing the property of attached file.
3683 * src/compose.c: fixed some bugs of external editor functions.
3690 src/prefs_common.[ch]
3691 src/summaryview.c: applied the patch from Paul Rolland that
3692 restores the size of widgets when restarting (thanks!).
3694 src/prefs_common.[ch]
3695 src/summaryview.c: applied the patch from Paul Rolland that saves
3696 the width of CTree columns (thanks!).
3700 * src/headerview.c: modified the height of HeaderView.
3701 * src/textview.c: textview_show_part(): made it process the message
3702 as normal text if it is single-part RFC822 message.
3704 src/summaryview.c: some changes around the key handling.
3705 * src/prefs_common.[ch]: substituted the word `assort' with `filter'.
3709 * src/codeconv.[ch]: added conv_latintodisp() for ISO-8859-1 support.
3710 * src/procheader.c: procheader_get_one_field(): fixed a bug that
3711 caused segmentation fault if the first line of the file is space
3712 or tab (thanks to Hiramatu).
3713 * src/mimeview.c: mimeview_drag_data_get(): modified so that the
3714 filename doesn't include G_DIR_SEPARATOR (thanks to Hiramatu).
3715 * src/prefs_account.c
3716 src/prefs_common.c: modified the dialog size.
3717 * src/prefs.c: made the dialog window growable.
3723 * configure.in: removed unnecessary AC_CHECK_FUNC(gettext) that
3724 caused the failure of the detection of libintl.
3726 src/prefs_common.c: implemented `not contain', and modified for
3728 * src/imageview.c: changed alertpanel_error() to g_warning() so that
3729 it doesn't grab mouse events.
3730 * src/compose.[ch]: added compose_list that holds the list of
3731 Compose objects, and added the function compose_get_compose_list().
3734 src/summaryview.c: made it confirm if composing message exists.
3738 * src/compose.c: compose_reply_set_entry(): fixed a bug that caused
3739 segmentation fault when trying to reply the message in the queue
3740 folder (thanks to Kotobuki).
3741 compose_attach_property(): modified the property dialog routine
3742 so that it can handle input error.
3743 * src/mimeview.c: applied the patch from Hiramatu that enables
3744 the drag 'n drop from MimeView (thanks!).
3745 * src/headerview.[ch]
3747 src/procmsg.h: applied the patches for X-Face support from
3748 HIROSHIMA (thanks!).
3752 * src/compose.c: compose_attach_property(): modified so that the
3753 property dialog can actually change the property of attached file.
3758 src/Makefile.am: updated for gdk_imlib.
3759 * added AUTHORS and NEWS.