add the two new scripts
[claws.git] / ChangeLog
blob386c7f4a99c39d2c1703065cd2bc12f3b4a07a55
1 2001-12-06
3         * src/prefs_template.c: prefs_template_window_create(): supported
4           address completion on the To: entry.
6 2001-12-04
8         * src/folder.c:
9           folder_count_total_msgs()
10           folder_count_total_msgs_func(): use g_node_traverse() to traverse
11           GNode.
13 2001-12-03
15         * src/compose.c: fixed a bug that empty body was refused.
16         * src/prefs_template.c: fixed a bug that didn't set To: entry
17           correctly. Display error dialog if format is illegal.
18         * src/prefs_common.c
19           src/quote_fmt_lex.l
20           src/quote_fmt_parse.y: changed parenthesis "( )" to curly braces
21           "{ }" to prevent confusion on using parenthesis.
22         * src/html.c: html_get_parenthesis(): ignore CSS / script stuff.
24 2001-11-29
26         * src/prefs_template.c: added colon to the header labels.
28 2001-11-28
30         * src/compose.c
31           src/prefs_template.c
32           src/template.[ch]: added To field to the template.
34 2001-11-27
36         * src/textview.c: textview_show_part(): use first found
37           message/rfc822 header.
38         * src/folderview.c: added "Search messages..." to the context menu.
39         * src/prefs_common.c: prefs_quote_description_create(): added
40           description for characters which need to be escaped.
42 2001-11-26
44         * src/compose.c: compose_wrap_line_all(): more merging from claws.
45           GET_CHAR(): renamed GET_TEXT() and made it more generic.
46           Modified compose_wrap_line() and compose_wrap_line_all() to use
47           GET_CHAR().
48         * src/textview.c: textview_show_part(): show the header of nested
49           RFC822 attachment correctly.
51 2001-11-25
53         * src/folder.[ch]
54           src/main.c: added --status option to get new, unread and total
55           message count from a running Sylpheed (merged from claws).
56           prohibit_duplicate_launch(): output '\n' only once.
58 2001-11-23
60         * src/compose.c
61           src/gtkutils.[ch]: merged the new wrapping function.
62           gtkut_text_str_compare_n()
63           gtkut_text_str_compare()
64           gtkut_text_is_uri_string(): backport from the GtkSText in the
65           claws branch, and made modification.
66         * src/prefs_template.c
67           src/template.[ch]: added Subject to the template.
69 2001-11-22
71         * src/compose.c: compose_write_headers(): added missing parenthesis
72           that generated invalid custom header (thanks to Masaaki Noro).
73           Allow Sender: custom header.
75 2001-11-20
77         * src/procheader.c: procheader_date_parse(): workaround for
78           RFC-incompliant Date header.
80 2001-11-20
82         * src/addrbook.c: removed redundant functions, and fixed generation
83           of spurious address book file names.
84         * src/addrindex.c: V-Card -> vCard.
86 2001-11-19
88         * src/textview.c: get_email_part(): replaced isalnum() with
89           the macro IS_ASCII_ALNUM() which restricts the range of
90           characters to 7bit ASCII (thanks to Shimamoto).
91         * src/utils.c: remote_tzoffset_sec(): workaround for malformed
92           timezone offset.
94 2001-11-18
96         * src/textview.c: textview_show_part(): show headers on nested
97           muitipart text.
99 2001-11-17
101         * src/imap.c: imap_session_get()
102           src/news.c: news_session_get(): fixed segfault when reconnection
103           failed.
104         * src/grouplistdialog.c: removed redundant code, and expand nodes
105           that doesn't match the pattern.
107 2001-11-16
109         * src/compose.c: modified so that it sends message when any of
110           To:, Cc:, Bcc:, or Newsgroups: fields have valid recipient.
111           compose_check_for_valid_recipient(): new.
112         * src/grouplistdialog.c: improved the UI.
113           Added appropriate description and search button.
114           Search doesn't get group list again.
116 2001-11-15
118         * src/news.[ch]: news_session_get(): update the last access time
119           correctly.
120           news_group_list_free(): new.
121         * src/grouplistdialog.c: free resources correctly.
123 2001-11-15
125         * src/folderview.c
126           src/grouplistdialog.[ch]: more merging of new newsgroup
127           subscription dialog.
128         * src/news.[ch]: renamed news_remove_group_list() to
129           news_remove_group_list_cache().
131 2001-11-14
133         * src/defs.h: added MAX_ENTRY_LENGTH definition.
134         * src/compose.c: compose_add_entry_field(): create new entry with
135           max length.
137 2001-11-13
139         * src/grouplistdialog.c: made non-leaf node selectable.
140           Give the complete newsgroup name for each nodes.
142 2001-11-13
144         * src/grouplistdialog.c
145           src/news.[ch]: merging of new newsgroup subscription dialog
146           (still in progress. Don't use it yet!).
148 2001-11-12
150         * src/utils.[ch]: decode_uri(): new. It decodes URL-encoded strings.
151         * src/compose.[ch]: compose_new_with_recipient(): accept mailto
152           URL.
153           compose_entries_set(): new. It parses mailto URL and put each
154           values into the entries.
156 2001-11-12
158         * src/compose.c: compose_forward(): fixed a bug that forward
159           quote mark wasn't used (thanks to Hironori IWANE).
160         * src/codeconv.[ch]
161           src/mainwindow.c
162           src/prefs_common.c: added Thai encodings (thanks to Manrat
163           Chobchuen).
165 2001-11-08
167         * src/socket.c: sock_connect_by_hostname(): removed h_errno.
168         * src/session.h
169           src/defs.h
170           src/imap.[ch]
171           src/news.c: added last_access_time to Session.
172           imap_session_get(): check connection only when access interval
173           has been exceeded.
175 2001-11-07
177         * version 0.6.5
179 2001-11-07
181         * src/socket.c: ssl_gets(): use SSL_peek.
182         * updated NEWS and AUTHORS.
183         * Makefile.am: fixed release target.
185 2001-11-06
187         * src/template.c: changed the format of template file to
188           RFC2822-like.
189         * src/compose.c: compose_template_apply(): freeze the text widget
190           while inserting strings.
192 2001-11-05
194         * po/POTFILES.in: removed src/template_select.c.
195         * src/summaryview.c: summary_set_header()
196           src/address.c: address_parse_str()
197           src/filter.c: filter_read_str()
198           src/news.c: news_parse_xover()
199           src/procheader.c: procheader_get_fromname()
200           src/utils.c: subject_compare():
201           replaced Xalloca() + strcpy() with Xstrdup_a().
202         * src/inputdialog.[ch]: added combo mode.
203           input_dialog_combo(): new.
204         * src/prefs_common.[ch]: added MIME open command setting.
205           prefs_common_{read, save}_config(): read / write command history.
206         * src/mimeview.c: mimeview_open_with(): use combo input dialog.
207         * src/utils.[ch]: add_history(): history list management function.
209 2001-11-04
211         * src/compose.c: select templates from the menu.
212           compose_set_template_menu(): new.
213           compose_reflect_prefs_all(): new.
214           compose_template_apply(): new. Use dummy MsgInfo for parsing.
215         * src/template.[ch]: store template list to the static heap.
216           template_get_config(): new.
217           template_set_config(): new.
218         * src/prefs_template.c: don't store template list to the global area.
219         * src/template_select.[ch]: removed.
220         * src/quote_fmt_parse.y: check folderitem when quoting messages.
221         * src/mh.c: mh_add_msg(): try to copy file whenever link() failed
222           (thanks to OSHIRO Naoki).
224 2001-11-03
226         * src/utils.[ch]: get_template_dir(): new.
227         * src/template.c: use get_template_dir().
229 2001-11-02
231         * src/prefs_template.c: modified the dialog layout.
232           Added symbol description button.
233         * src/summaryview.c: show an arrow mark to the column of the sort
234           target.
235           summary_set_column_titles(): new.
236         * INSTALL
237           INSTALL.jp
238           README
239           README.jp
240           TODO
241           TODO.jp: updated the documents.
243 2001-11-02
245         * src/Makefile.am: add missing checkbox_{on, off}.xpm.
246         * src/textview.c: textview_key_pressed()
247           src/mimeview.c: mimeview_key_pressed()
248           src/summaryview.c: summary_key_pressed(): delete messages with
249           Delete key.
251 2001-11-01
253         * src/socket.c: ssl_gets(): fixed a bug that caused infinite loop
254           when SSL_read() returned 0.
255         * src/utils.[ch]: strcrchomp(): new. It removes CR from the tail
256           of strings.
257         * src/quote_fmt_parse.y: convert CRLF to LF when inserting messages.
258           Add prototype of yylex() to suppress the warning.
259         * merged the template function.
260         * src/prefs_template.[ch]
261           src/template.[ch]
262           src/template_select.[ch]: new.
263           Renamed prefs_templates_* -> prefs_template_*.
264         * src/compose.c: added template menu. Added replyinfo to Compose.
265         * src/mainwindow.c: added template setting menu.
266         * src/quote_fmt_lex.l: output literal tab and return as is.
267         * src/prefs_common.c: changed the pref. name of quote format to
268           'reply_quote_{mark, format}' and 'fw_quote_{mark, format}'.
270 2001-10-31
272         * src/prefs_common.[ch]: added Quote tab, and moved the quote
273           setting from Compose tab.
274         * merged the new quote format parser.
275         * src/quote_fmt_lex.h
276           src/quote_fmt.h
277           src/quote_fmt_lex.l
278           src/quote_fmt_parse.y: new files for quote format parser.
279         * configure.in: added checks for lex and yacc.
280         * src/compose.c: compose_quote_file(), compose_quote_parse_fmt():
281           removed.
282           compose_quote_fmt(): new.
283         * src/prefs_common.[ch]: added forward format setting to the
284           Quote tab. Updated the quote description dialog.
285         * src/quote_fmt_parse.y: fixed bugs that tried to read file even
286           if they couldn't get text part.
288 2001-10-31
290         * src/pixmaps/checkbox_off.xpm
291           src/pixmaps/checkbox_on.xpm: new.
292         * src/account.c: display `get all' status with the checkbox pixmaps.
294 2001-10-30
296         * src/send.c: code cleanup. Pass account prefs structure instead
297           of many arguments.
298           Query password for SMTP AUTH if not specified (thanks to Mio).
300 2001-10-30
302         * src/procheader.c: procheader_parse(): fixed a bug that didn't
303           parse multiple message-id in In-Reply-To: header correctly
304           (thanks to KAJIWARA).
306 2001-10-29
308         * src/account.c: enabled 'Get all' setting by clicking the 'G'
309           column of account list, and added some description.
310         * src/prefs_common.c: prefs_send_create(): added a description
311           for outgoing codeset.
313 2001-10-28
315         * src/prefs_account.[ch]: moved inbox entry to the receive tab,
316           and added select button and short description.
317         * src/Makefile.am: added SYSCONFDIR to CPPFLAGS.
318         * src/procmime.c:
319           procmime_get_mime_type_table()
320           procmime_get_mime_type_list(): modified so that
321           $(SYSCONFDIR)/mime.types (or /etc/mime.types if not found) and
322           $(HOME)/.sylpheed/mime.types are read.
324 2001-10-27
326         * src/prefs_account.c: moved the address auto-setting to the compose
327           tab.
328           prefs_account_create(): removed gtk_widget_show_all() for proper
329           window size.
330         * src/prefs_common.c: changed "Program path" to "Command".
332 2001-10-26
334         * src/textview.c: textview_set_font(): support Russian charset
335           on EUC-JP locale.
336         * src/summaryview.c: summary_delete(): (hopefully) fixed the crash
337           bug on deleting.
338         * prefs_account.c
339           prefs_common.c
340           prefs_summary_column.c: minor improvements to the English.
341         * src/main.c: get_queued_message_num(): don't output the warning
342           when queueing folder is not found.
344 2001-10-21
346         * version 0.6.4
348 2001-10-21
350         * src/prefs_summary_column.[ch]:
351           made prefs_summary_column_get_config() public.
352         * src/summaryview.c: summary_ctree_create(): some code cleanup.
353         * configure.in: moved the position of SSL checking after LDAP
354           for linking problem.
356 2001-10-21
358         * src/mainwindow.c
359           src/summaryview.c: allowed reedit in the outbox.
360         * src/prefs_summary_column.[ch]: new. UI for setting summary
361           columns.
362         * src/mainwindow.[ch]: main_window_set_summary_column(): new.
363           It calls summary_set_column_order().
364         * src/summaryview.[ch]:
365           summary_ctree_create(): new. separated from summary_create().
366           summary_set_column_order(): new. It destroys the current
367           CTree and replaces it with the new one.
369 2001-10-19
371         * src/smtp.[ch]: smtp_from(): abort if auth failed.
372         * changed C++-style comments into C-style in some files, and
373           removed unnecessary commented out codes.
374         * src/addrcache.[ch]
375           src/addressbook.c
376           src/addrindex.[ch]
377           src/jpilot.[ch]
378           src/syldap.[ch]: updated the addressbook code, and fixed the
379           thread bug of LDAP.
380         * src/ldif.[ch]
381           src/importldif.[ch]: new.
383 2001-10-18
385         * src/about.c: added some items to compiled-in features.
386         * src/addr_compl.c: changed LOG_MESSAGE to debug_print.
387         * src/addressbook.c: changed "V-Card" to "vCard".
388           addressbook_edit_address_cb(): added
389           invalidate_address_completion() to the point address is changed.
390         * src/codeconv.c: changed C++-style comments into C-style.
392 2001-10-17
394         * src/compose.c: changed "Send" shortcut to Ctrl+Enter.
396 2001-10-16
398         * src/inc.c: fixed a bug that crashed sylpheed if Cancel button
399           was clicked twice.
401 2001-10-16
403         * src/procmsg.c: procmsg_get_thread_tree(): complete the unfinished
404           threads.
405         * src/summaryview.c:
406           summary_thread_init(): separated from summary_thread_build(). 
407           summary_thread_build(): removed the codes for initialization.
408           summary_set_ctree_from_list(): call summary_thread_init() instead
409           of summary_thread_build().
410           summary_filter(): fixed a bug that didn't moved messages despite
411           of immediate execution setting.
413 2001-10-14
415         * src/procmsg.c: procmsg_get_thread_tree(): new. It generates the
416           reversed thread tree from message list.
417         * src/summaryview.c: summary_set_ctree_from_list(): prepend the
418           node to the head instead of appending to the tail. This prevents
419           the traverse of node list inside of the GtkCTree, and considerably
420           speeds up the summary display (the order is O(n^2) -> O(n)).
422 2001-10-12
424         * src/prefs_common.c
425           src/summaryview.[ch]: initial modification for reorderable columns.
427 2001-10-12
429         * src/procmsg.c: procmsg_get_mark_sum(), mark_sum_func(): fixed a
430           memory leak.
431         * src/folderview.c: folderview_button_pressed(): code cleanup, and
432           turn sensitivity off if main window is locked.
433         * src/syldap.c: syldap_read_data(): removed unnecessary and
434           unportable sched_yield().
436 2001-10-11
438         * src/folderview.c: renamed "Update folder tree" context menu to
439           "Rescan folder tree", and made "Update folder tree" only updates
440           folder status.
441           folderview_update_all_node(): don't show message dialog.
442         * src/gtkutils.c: gtkut_widget_get_uposition()
443           src/mainwindow.c: main_window_popup(): clip the coordinate to
444           nonnegative value.
446 2001-10-10
448         * src/utils.c: to_human_readable(): made a bit of optimization.
449         * src/summaryview.c: summary_delete(): fixed a focus problem.
450           summary_find_{prev,next}_msg(): new. They find previous/next
451           message that is not deleted.
452         * src/prefs_filter.c: scroll CList automatically if moved row
453           becomes not fully visible.
455 2001-10-09
457         * updated some autotool scripts.
458         * src/codeconv.c: conv_encode_header(): fixed a bug that caused
459           infinite loop when failed to convert encoding.
460         * src/codeconv.[ch]: a fix for older version of libjconv
461           (jconv_info_get_current_codeset() returned "EUCJP" instead of
462           "EUC-JP").
464 2001-10-08
466         * version 0.6.3
468 2001-10-08
470         * src/compose.c: compose_write_to_file()
471           src/codeconv.c: conv_codeset_strdup(): more workaround for
472           libjconv problem on C locale.
473         * src/editldap_basedn.c: fixed segfault when opening dialog.
474         * src/utils.c: is_next_mbs()
475           src/compose.c: compose_wrap_line(), compose_wrap_line_all():
476           changed MB_CUR_MAX to MB_LEN_MAX for compliance to ANSI C.
477         * configure.in: increased the reqired version of GPGME to 0.2.3.
478         * src/pop.c: pop3_getauth_user_recv(): fixed a bug that closed
479           the receive dialog when POP3 server refused normal authentication.
481 2001-10-07
483         * src/prefs_common.c: prefs_receive_create(): correction to English.
484         * src/compose.c: compose_set_ext_editor_sensitive(): fixed a bug
485           that didn't set the menu sensitivity correctly (thanks to
486           Melvin Hadasht).
487         * src/summaryview.c: delete messages permanently if the current
488           folder is trash and 'delete' operation is executed.
489           Fixed the bug that didn't select the last row correctly (thanks
490           to Alfons Hoogervorst).
491         * src/folder.[ch]: folder_item_remove_msgs(): new. It removes
492           all messages given in the list.
494 2001-10-05
496         * src/summaryview.c: summary_show(): fixed a bug that didn't show
497           message even if the 'open unread message on entering folder'
498           option was turned on.
500 2001-10-03
502         * src/procmime.c: procmime_get_text_content(): supported HTML.
504 2001-10-02
506         * src/summaryview.[ch]: implemented new locking mechanism, and
507           replaced every static locks with summary_lock(), summary_unlock(),
508           and added locks to some extra functions.
509           This fixes a bug that caused segfault when 'd' (delete) key
510           was kept pressing.
512 2001-10-01
514         * src/addressbook.c: addressbook_folder_load_person(): fixed a bug
515           that caused segfault (thanks to Stefaan A Eeckels).
517 2001-09-30
519         * src/textview.[ch]: added textview_set_position().
520         * src/messageview.[ch]: added messageview_set_position().
521         * src/addrbook.c
522           src/addrcache.c
523           src/addressadd.c
524           src/addressbook.c
525           src/addrindex.c
526           src/addritem.c
527           src/editaddress.c
528           src/editbook.c
529           src/editgroup.c
530           src/editjpilot.c
531           src/editldap.c
532           src/editldap_basedn.c
533           src/editvcard.c
534           src/jpilot.c
535           src/mgutils.c
536           src/syldap.c
537           src/vcard.c: converted C++-style comments into C-style one.
538         * src/imap.c: QUOTE_IF_REQUIRED(): new macro. Copy string into
539           new buffer and quote with double quotes if required.
540           imap_status(), imap_cmd_login(), imap_cmd_list(),
541           imap_cmd_do_select(), imap_cmd_create(), imap_cmd_delete(),
542           imap_cmd_copy(): use QUOTE_IF_REQUIRED().
543         * compose.c: compose_write_to_file(): workaround for the problem
544           when using libjconv and 8bit codes cannot be converted on C
545           locale.
546         * codeconv.[ch]: added "ANSI_X3.4-1968" to encoding strings.
547           conv_codeset_strdup(): don't convert if source and destination
548           codeset are identical.
550 2001-09-30
552         * src/textview.[ch]: textview_search_string_backward(): new.
553           Add the new member cur_pos to TextView.
554           Connect button_press_event with gtk_signal_connect_after() to
555           obtain the correct editable position.
557 2001-09-27
559         * src/folder.c: folder_write_list_recursive(): preserve unthreaded
560           state.
562 2001-09-26
564         * src/summaryview.c: modified the layout of popup menu.
566 2001-09-25
568         * src/folder.c
569           src/folder.h
570           src/mainwindow.c
571           src/summaryview.c: applied the patch from Alfons that allows
572           threading setting for each folders (tnanks!).
574 2001-09-23
576         * src/message_search.[ch]: new. A Dialog for searching in current
577           message.
578         * src/gtkutils.[ch]: gtkut_text_match_string(): new. Compare the
579           text in current position of GtkText and given wide-character
580           string.
581         * src/messageview.[ch]: messageview_search_string()
582           src/textview.[ch]: textview_search_string(): return TRUE if
583           found.
584         * src/textview.[ch]: remember the beginning of body.
586 2001-09-21
588         * src/procmime.c: procmime_get_first_text_content(): modified so
589           that it search entire MIME structure.
590         * src/summary_search.c: summary_search_execute(): use
591           strdup_mbstowcs() instead of macro. Display matched message.
593 2001-09-20
595         * src/inc.c: fix for background POP3 hangs and crashes (thanks to
596           Sergey Vlasov).
597         * src/summary_search.c: added body searching function.
598         * src/procmime.[ch]: procmime_find_string(): changed arguments
599           and return value. Added case sensitivity option.
601 2001-09-20
603         * src/procmime.[ch]:
604           procmime_find_string()
605           procmime_find_string_part(): new. It searchs the string from
606           messages.
607           Renamed procmime_get_text_part() to
608           procmime_get_first_text_content().
609           procmime_get_text_content(): new. It returns the text contents
610           of the specified MIME part.
611           procmime_mimeinfo_next(): new. It returns the next node of
612           MimeInfo tree.
614 2001-09-19
616         * src/procmime.c: procmime_get_text_part(): modified so that it
617           finds a text part in nested multipart message correctly.
618         * src/procmime.h: added an example of MimeInfo structure.
619         * src/mimeview.c: mimeview_show_message(): search the first text
620           part.
622 2001-09-17
624         * src/mainwindow.c: ac_menu_popup_closed(): fixed the bug that
625           caused segfault. Changed 'Preferences per account...' menu item.
627 2001-09-17
629         * version 0.6.2
631 2001-09-16
633         * src/addrindex.c: translate the "Common address" and "Personal
634           address" from old addressbook.
636 2001-09-12
638         * src/utils.c: get_quote_level(): some optimization and bugfixes.
639         * src/codeconv.[ch]: conv_get_current_locale(): new.
640         * src/editaddress.c: edit_person_page_basic(): reverse the order
641           of first and last name on some locales.
643 2001-09-11
645         * src/compose.c: applied the patch from Yasumatsu that reformats
646           the current paragraph (thanks!). Modified so that it doesn't
647           reformat quoted paragraphs.
648           compose_create(): don't fill the entry automatically on reedit
649           mode.
650         * src/mainwindow.c
651           src/summaryview.[ch]: added the "Mark all read" option.
652           summary_mark_all_read(): new.
654 2001-09-10
656         * src/vcard.c
657           src/mgutils.c
658           src/syldap.c
659           src/editldap.c
660           src/editldap_basedn.c
661           src/jpilot.c
662           src/editjpilot.c: removed all warnings.
663         * configure.in
664           src/jpilot.[ch]: fixed the problem that failed to detect JPilot
665           header files on the Debian system.
666         * src/mainwindow.c
667           src/summaryview.[ch]: enabled sorting by mark, unread, attachment,
668           and color label. Enabled moving to next/prev flagged messages.
670 2001-09-09
672         * src/pixmaps/dir-close.xpm
673           src/pixmaps/dir-open.xpm
674           src/pixmaps/new.xpm
675           src/pixmaps/unread.xpm: modified the color balance.
676         * src/utils.[ch]: execute_sync(): new.
677           execute_command_line(): added the arg for async mode.
678         * src/inc.c: inc_mail(): use execute_command_line().
680 2001-09-08
682         * src/prefs.[ch]
683           src/prefs_common.[ch]
684           src/prefs_account.c: modified the layout. Added the option to
685           launch the external editor automatically.
686         * src/compose.c: launch the external editor automatically if the
687           option is set.
689 2001-09-06
691         * src/Makefile.am: added extra xpm's.
693 2001-09-05
695         * src/addressbook.c: fixed a compilation problem when enabling
696           LDAP.
697           addressbook_open(): fixed a missing 'else'.
699 2001-09-04
701         * src/pixmaps/dir-close.xpm
702           src/pixmaps/dir-open.xpm
703           src/pixmaps/trash.xpm: replaced with the new blue icons.
704         * merged Match Grun's new addressbook code.
705         * src/pixmaps/address.xpm
706           src/pixmaps/book.xpm
707           src/pixmaps/category.xpm
708           src/pixmaps/interface.xpm
709           src/pixmaps/jpilot.xpm
710           src/pixmaps/ldap.xpm
711           src/pixmaps/vcard.xpm: new icons.
712         * src/addrbook.[ch]
713           src/addrcache.[ch]
714           src/addressadd.[ch]
715           src/addressitem.[ch]
716           src/addrindex.[ch]
717           src/addritem.[ch]
718           src/editaddress.[ch]
719           src/editbook.[ch]
720           src/editgroup.[ch]
721           src/editjpilot.[ch]
722           src/editldap.[ch]
723           src/editldap_basedn.[ch]
724           src/editvcard.[ch]
725           src/jpilot.[ch]
726           src/mgutils.[ch]
727           src/syldap.[ch]
728           src/vcard.[ch]: new. Many fixes to remove the huge amount of
729           warnings.
730           addrbook_build_avail_email_vis(): fixed a memory leak.
732 2001-09-04
734         * NEWS: brought in the all of the changes previously put on the web.
736 2001-09-03
738         * src/mainwindow.c
739           src/summaryview.c: modified the layout of menus.
740         * src/mainwindow.c: ac_menu_popup_closed(): fixed a bug that didn't
741           return a focus to the main window after selecting the account menu.
743 2001-09-03
745         * version 0.6.1
747 2001-09-03
749         * src/send.c: send_message_data(): fixed a bug that didn't process
750           body part correctly.
752 2001-09-02
754         * src/inc.[ch]: changed inc_autocheck_(un)lock() to inc_(un)lock().
755           inc_mail(), inc_all_account_mail(): return immediately if locked.
756         * src/account.c
757           src/prefs_common.c
758           src/prefs_account.c: use inc_lock() and inc_unlock() instead of
759           inc_autocheck_timer_{remove,set}().
760         * src/summaryview.c: summary_set_colorlabel_color(): get the average
761           of label color and selected fg color for visibility.
763 2001-09-01
765         * src/inc.[ch]: inc_autocheck_lock(), inc_autocheck_unlock(): new.
766           They increase/decrease the lock count.
767           inc_autocheck_func(): if locked, delay the autochecking 1 second.
768           inc_autocheck_timer_set_interval(): set interval by its argument.
769         * src/summaryview.c: summary_show(): lock the autochecking while
770           processing.
771         * src/main.c: app_will_exit(): remove autocheck timer.
772         * acconfig.h
773           src/defs.h: removed the definitions of PACKAGE and VERSION to
774           prevent unnecessary compilation.
775         * configure.in: changed AC_DEFINE_UNQUOTED of PACKAGE and VERSION
776           to AC_SUBST, and added src/version.h to AC_OUTPUT.
777         * src/version.h.in: new.
778         * src/intl.h: changed dgettext() to gettext().
780 2001-08-31
782         * po/ja.po: fixed a typo that crashed Sylpheed with older version
783           of GTK+.
784         * configure.in: fixed a bug that didn't show results correctly.
785           Fixed a bug that --enable-compface and --enable-jconv disabled
786           the options.
787         * src/procmsg.c: procmsg_send_queue(): don't abort when sending
788           message failed.
789         * src/compose.c: compose_write_headers(): add Bcc: header to the
790           output file.
791         * src/send.c: send_message_data(): new. Separated from
792           send_message_smtp(). Remove Bcc: header before sending.
794 2001-08-30
796         * version 0.6.0
798 2001-08-30
800         * src/send.c: implemented sending with local sendmail command.
801           send_message_local(): new. It executes command with popen()
802           and send the contents of RFC822 message to the command.
803         * src/prefs_common.[ch]: enabled the external sending command option.
804         * src/defs.h: #define DEFAULT_SENDMAIL_CMD /usr/sbin/sendmail -t
805         * src/account.c: account_edit_create(): widened the protocol column.
806         * src/summaryview.c: summary_set_colorlabel_color(): cleanup of
807           the code.
809 2001-08-30
811         * src/folder.c: folder_item_remove_msg(): scan the folder again
812           if the last message is removed.
813         * src/compose.c: compose_queue(), compose_draft_cb(): remove the
814           old reedited message after adding the new message.
816 2001-08-29
818         * src/compose.c: compose_queue(): added AID: to the queueing header.
819         * src/send.c: send_message_queue(): look for AID: header, and use
820           the server specified in the account instead of SSV: header.
821         * src/summaryview.c
822           src/compose.[ch]: queued messages can be reedited now.
823           compose_remove_reedit_target(): new. It removes the old reedited
824           message.
825           compose_send(), compose_queue(), compose_draft_cb(): if reedit
826           mode, remove the old message.
827         * src/procmsg.c: procmsg_msg_exist(): fixed a bug that output
828           warning.
830 2001-08-28
832         * applied the XML string table patch from Alfons Hoogervorst that
833           stores strings in a hash table and minimizes memory allocations
834           (thanks!).
835         * src/stringtable.[ch]: new.
836           removed all G and g_ prefix from type and function names since
837           they're not official GLib symbol names.
838           string_table_insert_string(): fixed a bug that might refer to an
839           invalid pointer on lookup, and also made a bit of optimization.
841 2001-08-27
843         * merged the color label feature from the claws branch (thanks to
844           Satoshi Nagayasu and Alfons Hoogervoost).
845         * src/colorlabel.[ch]: new. Renamed from labelcolors.[ch].
846           Renamed labelcolors_*() to colorlabel_*().
847         * src/summaryview.[ch]: added color label support.
848         * src/procmsg.h: added color label flags to the permanent flags.
849         * updated to gettext 0.10.39.
850         * src/summaryview.[ch]: put the color label menu item to ItemFactory.
851         * sylpheed.desktop: added for GNOME.
852         * configure.in: added AC_MSG_CHECKING() for some options.
853           Output the configuration results when configure is finished.
855 2001-08-27
857         * src/account.c: account_clist_set_row(): fixed a bug that failed
858           to compile if SSL was not enabled.
860 2001-08-26
862         * merged the SSL support from the claws branch (thanks to Christoph
863           Hohmann).
864         * src/ssl.[ch]: new.
865         * src/socket.[ch]: added ssl_read(), ssl_write(), ssl_gets(), and
866           ssl_getline().
867           sock_close(): call ssl_done_socket() if SSL is active.
868         * src/md5.[ch]: removed MD5_CTX typedef and use MD5_CONTEXT to
869           prevent type confliction.
870         * src/prefs_account.[ch]: added SSL tab, and modified the expression.
871         * src/esmtp.[ch]: added esmtp_ehlo(), and esmtp_starttls().
872           Removed SSL initialization and HELO from esmtp_starttls().
873           esmtp_auth(): removed use_smtp_auth from its arguments.
874         * src/send.c: send_smtp_open(): added SSL support.
875         * src/smtp.c: smtp_helo(): call esmtp_ehlo() if esmtp is true.
877 2001-08-25
879         * src/mimeview.c: mimeview_open_with(): braced '%s' with single
880           quote.
882 2001-08-24
884         * src/main.c: open new account dialog if no account is set.
885         * src/utils.[ch]: log_verbosity_set(): new. It increase/decrease
886           the verbosity count.
887           log_print(): put to statusbar only if log_verbosity_count > 0.
888           log_message(): put to statusbar.
889         * src/inc.c: inc_pop3_session_do(): set log verbosity.
890         * src/mainwindow.c: main_window_set_menu_sensitive(): added the
891           "Compose new message" item.
892           main_window_show_cur_account(): removed "Current account: " string.
893         * src/summaryview.c: summary_show(): ignore the current marks if
894           main window is locked.
895         * src/compose.c: compose_attach_property(): fixed a bug that caused
896           segmentation fault.
898 2001-08-23
900         * src/mainwindow.c: main_window_get_current_state(): new. It returns
901           the current state for the sensitivity of UI.
902           main_window_set_toolbar_sensitive(): use table like
903           main_window_set_menu_sensitive().
905 2001-08-23
907         * src/mainwindow.[ch]: added progressbar and status label to the
908           statusbar.
909           main_window_close_cb(): don't exit if locked.
910         * src/inc.c: update the progressbar of main window, too.
912 2001-08-22
914         * src/mainwindow.[ch]: main_window_set_toolbar_sensitive(): removed
915           the second argument, and determine the sensitivity with the
916           state of summary view.
918 2001-08-21
920         * src/pop.c: pop3_getsize_list_recv(), pop3_retr_recv(),
921           pop3_delete_recv(): don't try to receive messages which are not
922           exist.
924 2001-08-21
926         * src/mainwindow.c: main_window_lock(), main_window_unlock():
927           removed the whole menubar locking.
928           main_window_set_menu_sensitive(): process the sensitivity change
929           with a table, and deal with locking.
931 2001-08-20
933         * src/summaryview.[ch]: summary_get_selection_type(): new.
934           It returns the current selection state of summary view.
935           summary_key_pressed(): abort on some commands if main window
936           is locked.
937         * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
938           increase/decrease the lock count.
940 2001-08-19
942         * src/prefs_filter.c: prefs_filter_create(): added List-Id to the
943           default header list.
944         * src/prefs_common.[ch]: added the option for receive dialog mode
945           to the Interface tab.
946         * src/inc.[ch]: inc_progress_dialog_create(): don't make the dialog
947           transient, and show dialog only if the setting is
948           RECV_DIALOG_ALWAYS, or RECV_DIALOG_ACTIVE and a window is active.
949         * src/mainwindow.[ch]: main_window_lock(), main_window_unlock():
950           new. Lock / unlock the user-interface.
951         * src/progressdialog.c: progress_dialog_create(): don't make the
952           dialog modal.
954 2001-08-18
956         * src/folderview.c: folderview_update_node(): suppressed unnecessary
957           recursive call.
958         * src/menu.[ch]: menu_button_position(): new. It calculates the
959           position of popup menu.
960         * src/mainwindow.c: toolbar_account_button_pressed(),
961           ac_label_button_pressed(): put the popup menu to the correct
962           position. Change the style of the button while opening the menu.
963           ac_menu_popup_closed(): new function called on selection_done
964           event.
965         * src/gtkutils.c: gtkut_ctree_node_next(): fixed a crash bug when
966           node == NULL.
967         * src/summaryview.c: applied the summary fix patch from Sergey Vlasov
968           (thanks!).
969           Fixed the bug that didn't select previous message in refresh mode
970           if threads were not expanded.
971           summary_select_node(): new.
972         * src/inc.c: applied the summary view update optimization patch from
973           Sergey Vlasov (thanks!).
974           If no new messages are received, don't perform summary refreshing.
975           In addition to the Vlasov's patch, POP3 receive information is
976           also used.
977         * src/inc.h: added a new member cur_total_num to Pop3State.
978         * src/pop.c: pop3_retr_recv(): increase state->cur_total_num.
980 2001-08-14
982         * version 0.5.3
984 2001-08-14
986         * src/summaryview.c: summary_set_row_marks(): got the color of
987           unread row set properly.
988         * src/folderview.c: foldreview_update_node(): don't use
989           gtk_style_copy(), and reuse previously allocated styles.
990         * README, README.jp: modified.
992 2001-08-14
994         * src/pop.c: pop3_getsize_list_recv(): fixed a remotly exploitable
995           memory corruption bug (thanks to David Looney).
996         * src/inc.c: inc_all_account_mail(): call inc_finished() even if
997           there are no enabled accounts, or local spool only.
998         * src/summaryview.c: applied the summary update improvement patch
999           from Sergey Vlasov (thanks!). It keeps the position of the
1000           message displayed. Selected and displayed message are also kept.
1001           summary_get_msgnum(): new.
1002           summary_get_current_msgnum(): removed.
1003           summary_select_by_msgnum(): don't display the message.
1004         * src/account.c: added "Get all" column.
1005           account_clist_set_row(): show default and get-all flags with the
1006           mark icon.
1007         * src/utils.c: to_human_readable(): increased the number of decimals
1008           of MB and GB to 2.
1010 2001-08-13
1012         * implemented the long-awaited :) "Add sender to address book" feature.
1013         * src/address.[ch]: added the argument for remarks to
1014           address_item_new().
1015           address_get_folder_list(): new. It traverses the address tree and
1016           returns the folder list.
1017           address_delete_object(): modified so that it removes the node
1018           from the tree.
1019         * src/addressbook.[ch]: addressbook_add_submenu(): new. It creates
1020           a address folder menu and attaches it to the menu item.
1021           addressbook_refresh(): reload the address book folder tree.
1022         * src/summaryview.c: summary_set_add_sender_menu(): new. It attaches
1023           the menu to add sender to address book.
1024           summary_button_pressed(): call summary_set_add_sender_menu()
1025           before popup the menu.
1027 2001-08-12
1029         * src/summaryview.c: summary_thread_build(): fixed a bug that locked
1030           up the process. Optimized the initial thread build.
1032 2001-08-12
1034         * src/summaryview.c: made many code cleanups.
1035           summary_show(): block/unblock the signal handlers instead of
1036           disconnect/connect them.
1037           summary_set_row_marks(): made the font of collapsed node bold if
1038           it has cnildren marked as unread.
1039           summary_thread_build(): block tree_expand signals while processing.
1040           Use loop instead of the recursive function. Mark collapsed nodes
1041           correctly.
1042           summary_unthread(): block tree_collapse signals while processing.
1043           Use loop instead of the recursive function.
1044           summary_thread_func(), summary_unthread_func(): removed.
1045           summary_tree_expanded(), summary_tree_collapsed(): new callback
1046           functions.
1047         * src/inc.[ch]: inc_pop3_session_do(): don't show alert panel when
1048           failed to connect. Show more detailed status on the dialog.
1050 2001-08-10
1052         * src/folderview.c: folderview_update_all_node(): new. It updates
1053           all local folders.
1054         * src/inc.c: update all local folders after incorporation if
1055           scan_all_after_inc option is set.
1056         * src/prefs_common.[ch]: added scan_all_after_inc option.
1057         * src/folder.h: FOLDER_IS_LOCAL(): new macro.
1059 2001-08-09
1061         * src/defs.h
1062           src/headerview.c
1063           src/headerwindow.c
1064           src/textview.c
1065           src/prefs_common.c
1066           src/prefs_common.h: made bold and small font configurable.
1067           src/summaryview.c: display unread messages with bold font.
1068         * src/prefs_common.c
1069           src/prefs_common.h
1070           src/summaryview.c: added an option to enable/disable the
1071           emphasis of unread messages.
1073 2001-08-08
1075         * src/pixmaps/mark.xpm: modified.
1076         * src/gtkutils.[ch]: gtkut_ctree_expand_parent_all(): new.
1077         * src/summaryview.c: summary_set_ctree_from_list(): don't expand
1078           the root messages of threads for performance improvement.
1079           summary_show()
1080           summary_select_next_unread()
1081           summary_step(): expand threads when opening messages.
1082           summary_thread_build(): expand threads if the option is turned on.
1083         * src/prefs_common.[ch]: added "Expand threads" option.
1085 2001-08-08
1087         * src/prefs_common.c: removed "Emulate the behavior of mouse
1088           operation of Emacs-based mailer".
1089         * src/prefs_common.c
1090           src/prefs_account.c: changed the value of VSPACING_NARROW to 3.
1091         * src/pixmaps/new.xpm
1092           src/pixmaps/unread.xpm: reverted.
1094 2001-08-07
1096         * src/address.[ch]:
1097           address_folder_new()
1098           address_group_new()
1099           address_item_new(): changed the return value to AddressObject.
1100           address_build_tree(): don't put assertion for file.
1101         * src/pixmaps/new.xpm
1102           src/pixmaps/unread.xpm: modified a bit.
1104 2001-08-06
1106         * src/addressbook.c: fixed some bugs.
1108 2001-08-06
1110         * separated the logic part of addressbook into another module
1111           (still in progress).
1112         * src/address.[ch]: new. It contains the logic part of addressbook.
1113         * src/addressbook.[ch]: removed the logic part.
1115 2001-08-04
1117         * src/textview.c: textview_show_header(): fixed a bug that a garbage
1118           character was shown after header names.
1120 2001-08-02
1122         * src/inc.c: inc_start(): don't abort with non-fatal error.
1124 2001-08-01
1126         * version 0.5.2
1128 2001-08-01
1130         * src/mimeview.c: mimeview_view_file(): added -x option to the
1131           metamail to prevent the suspention of the main process.
1132           mimeview_button_pressed(): deactivate `Open' menu item if
1133           content-type is application/octet-stream.
1135 2001-07-31
1137         * src/imap.c: imap_parse_atom(): parse escaped characters properly.
1138           get_quoted(): new. It handles the escape character '\'.
1139         * src/folder.c: folder_read_list(): don't output warning if
1140           folderlist.xml doesn't exist.
1141         * src/main.c: main(): write folder list after setup.
1142         * src/textview.c: textview_create()
1143           src/compose.c: compose_create(): set default tab width to 8.
1145 2001-07-29
1147         * src/prefs_common.c: date_format_select_row(): fixed a bug that
1148           caused segfault when selecting the list with key.
1150 2001-07-28
1152         * src/mainwindow.c: main_window_popup(): deiconize the window
1153           when popup (thanks to Henrik Carlqvist).
1154         * src/procmime.c: procmime_scan_mime_type(): new.
1155           procmime_scan_content_type(): use procmime_scan_mime_type().
1156           procmime_scan_mime_header(): scan the extension of attached files
1157           and add the correct MIME type if the Content-Type is
1158           "application/octet-stream" (thanks to Don Quijote).
1159         * src/compose.c: compose_toolbar_create(): added a new "Send later"
1160           icon (thanks to Leandro Pereira).
1162 2001-07-27
1164         * src/prefs_common.c: date_format_create(): modified the layout of
1165           the dialog.
1167 2001-07-26
1169         * src/account.c: account_find_from_address(): fixed a minor bug.
1170         * src/prefs_common.c: incorporated the user-interface for setting
1171           date format from the claws branch, and made some modification to
1172           that.
1174 2001-07-25
1176         * src/account.[ch]: account_edit_create(): modified the text of
1177           default button.
1178           account_find_from_address(): new.
1179         * src/procmime.c:
1180           procmime_scan_content_type(), procmime_scan_content_disposition():
1181           fixed ESC code detection.
1182         * src/compose.c: compose_reply(): automatically select account
1183           according to the message header.
1184         * src/prefs_common.[ch]: added member "reply_account_autosel".
1186 2001-07-25
1188         * src/progressdialog.c: made the CList scrollable.
1189         * src/inc.c: inc_start(): don't abort with non-fatal error.
1191 2001-07-24
1193         * added English Sylpheed User's Manual by Paul Kater
1194           (paul@nlpagan.net) (thanks!).
1195         * configure.in
1196           manual/Makefile.am
1197           src/mainwindow.c: added support for English manual.
1198         * manual/en/sylpheed*.html: added English documentation.
1199         * AUTHORS: updated.
1201 2001-07-23
1203         * src/nntp.c: nntp_ok(): fixed the bug that didn't handle a response
1204           that didn't have any trailing messages.
1205         * src/smtp.c: smtp_ok(): ditto.
1206         * src/compose.c: compose_account_option_menu_create(): modified
1207           the style of the account option menu.
1209 2001-07-22
1211         * src/prefs_customheader.c: prefs_custom_header_clist_set_row():
1212           remove return code from strings automatically.
1213           prefs_custom_header_create(): added "X-Face" to the default
1214           option.
1215         * src/news.c: news_fetch_msg(), news_get_group_list()
1216           src/imap.c: imap_fetch_msg(): create the cache directory before
1217           writing.
1218         * src/procmime.c:
1219           procmime_scan_content_type()
1220           procmime_scan_content_disposition(): convert JIS into EUC-JP
1221           before parsing.
1222         * src/codeconv.c: conv_unmime_header(): cleaned up a bit.
1223         * src/compose.c: don't append attachment headers if the attach
1224           pane is visible but the list is empty.
1225         * src/recv.c: recv_bytes_write(): use g_malloc() instead of alloca().
1227 2001-07-18
1229         * version 0.5.1
1231 2001-07-18
1233         * src/compose.c: compose_quote_parse_fmt()
1234           src/prefs_common.c: prefs_quote_description_create(): added the
1235           symbol `%c' that allows to include Cc in reply format (thanks
1236           to Cyril Bellot).
1237         * src/base64.[ch]
1238           src/procmime.c: procmime_decode_content(): applied the patch
1239           from Sergey Vlasov that allows to decode base64 data with
1240           unusual line length (not a multiple of 4) (thanks!).
1242 2001-07-17
1244         * src/procmsg.[ch]: separated the permanent flags and temporary
1245           flags into two variables, and made MsgFlags a structure that
1246           includes them.
1247           MSG_SET_PERM_FLAGS()
1248           MSG_SET_TMP_FLAGS()
1249           MSG_UNSET_PERM_FLAGS()
1250           MSG_UNSET_TMP_FLAGS(): new macros.
1251         * src/compose.c
1252           src/imap.c
1253           src/inc.c
1254           src/messageview.c
1255           src/mh.c
1256           src/news.c
1257           src/procheader.c
1258           src/summaryview.c: modified for the new MsgFlags.
1259         * src/utils.[ch]: hash_free_value_mem(): new. It frees the values
1260           of hash table.
1262 2001-07-16
1264         * src/inc.c: inc_pop3_recv_func(), inc_progress_update():
1265           display current size with human-readable format.
1266         * src/grouplistdialog.c: grouplist_recv_func(): ditto.
1267         * TODO
1268           TODO.jp: updated.
1270 2001-07-16
1272         * src/codeconv.c:
1273           conv_unmime_header(), conv_unmime_header_overwrite(): workaround
1274           for raw-JIS code in header fields.
1275         * src/folder.c:
1276           folder_get_default_folder()
1277           folder_get_default_inbox()
1278           folder_get_default_outbox()
1279           folder_get_default_draft()
1280           folder_get_default_queue()
1281           folder_get_default_trash(): fixed a bug that caused segfault
1282           if folder_list is NULL.
1284 2001-07-15
1286         * README
1287           README.jp
1288           INSTALL
1289           INSTALL.jp
1290           TODO
1291           TODO.jp: updated.
1292         * src/grouplistdialog.c: grouplist_dialog_set_list(): update UI
1293           while retrieving newsgroup list.
1294           grouplist_dialog_create(): added entry widget and status label.
1295           grouplist_recv_func(): new.
1296           refresh_clicked(): added exclusive lock variable.
1297           clist_selected(): set text entry when the CList is selected.
1298           renamed from group_clist_select().
1299           entry_activated(): new.
1300           grouplist_clear(): renamed from grouplist_free(). Also clears
1301           list and entry widget.
1302         * src/news.c: news_get_group_list(): sped up the list appending
1303           (g_slist_append() becomes very slow if list size is large).
1304         * src/defs.h: added UI_REFRESH_INTERVAL definition.
1305           Changed the definition of NEWSGROUP_LIST.
1306         * src/recv.c: recv_write()
1307           src/send.c: send_message_smtp(): changed the UI refresh interval
1308           to UI_REFRESH_INTERVAL (50msec).
1309         * src/account.c: account_add(): fixed a bug that didn't update
1310           folder tree when a news account was added.
1311         * src/grouplistdialog.c: made exclusive lock variable global, and
1312           lock at grouplist_dialog_set_list().
1313         * src/textview.c: fixed a bug that disabled clickable URI if
1314           message color was disabled.
1316 2001-07-15
1318         * src/grouplistdialog.c: ok_clicked(), cancel_clicked(): don't
1319           quit main loop if gtk_main_level() is 1.
1320           grouplist_dialog_set_list(): freeze CList while appending the list.
1321           grouplist_dialog(): show dialog before updating the list.
1323 2001-07-14
1325         * src/folder.c: folder_write_list_recursive(): add the attribute
1326           `collapsed' if a node have some children.
1327         * src/grouplistdialog.[ch]: new. Newsgroups can be selected from
1328           the list.
1329         * src/news.[ch]:
1330           news_get_group_list(): new. It returns newsgroup list.
1331           news_remove_group_list(): new. It removes newsgroup list cache.
1332         * src/folderview.c: folderview_new_news_group_cb(): call
1333           grouplist_dialog() instead of input_dialog().
1335 2001-07-12
1337         * autogen.sh: modified.
1338         * src/folder.[ch]
1339           src/folderview.c: made expand/collapse state of folders persistent
1340           (thanks to Alfons).
1342 2001-07-06
1344         * version 0.5.0
1346 2001-07-06
1348         * src/imap.c: imap_remove_folder(): select INBOX with EXAMINE before
1349           DELETE.
1350           imap_cmd_do_select(): new. It toggles between SELECT and EXAMINE
1351           according to the argument.
1352           imap_cmd_select(): use imap_cmd_do_select().
1353           imap_cmd_examine(): new.
1354         * src/folderview.c: folderview_rm_imap_folder_cb(): select current
1355           folder again when removing failed.
1357 2001-07-05
1359         * version 0.5.0pre4
1361         * manual/ja/sylpheed.sgml
1362           manual/ja/*.html: updated the Japanese manual (thanks to Imai).
1363         * src/summaryview.c: summary_set_row_marks(): fixed a bug that
1364           didn't set foreground correctly.
1365         * src/folderview.h
1366           src/summaryview.h: removed the member color_normal from FolderView
1367           and SummaryView.
1368         * src/mainwindow.c: main_window_create(): removed color_normal.
1370 2001-07-04
1372         * src/prefs_account.[ch]: the port numbers of IMAP4 and NNTP
1373           became specifiable.
1374         * src/imap.c: imap_session_get()
1375           src/news.c: news_session_new_for_folder(), news_session_get():
1376           use user-defined port number if specified.
1378 2001-07-03
1380         * src/imap.c: imap_scan_tree_recursive(): get mailbox status when
1381           scanning.
1382           imap_scan_folder(): implemented. It updates the numbers of new,
1383           unread and total messages.
1384           imap_status(): new. It parses the response of STATUS command.
1385           imap_status_uidnext(): removed.
1386           imap_cmd_status(): removed.
1387         * src/textview.c: textview_show_part(): fixed potential memory leaks.
1389 2001-07-03
1391         * src/alertpanel.c: alertpanel_create(): fixed truncated message.
1392         * src/rfc2015.c: rfc2015_decrypt_message(): fixed the case problem
1393           of content-type (thanks to René Rebe for the patch).
1394         * src/codeconv.c: code_get_code_conv_func(): fixed the ISO-8859-1
1395           detection.
1396         * src/prefs_common.c: prefs_send_create(): made some more character
1397           sets specifiable when not using libjconv.
1398         * configure.in: disabled --enable-threads option temporarily.
1399         * INSTALL
1400           INSTALL.jp: deleted the description about --enable-threads option.
1402 2001-07-02
1404         * updated gettext to 0.10.38.
1406 2001-07-01
1408         * version 0.5.0pre3
1410         * src/folderview.[ch]: folderview_set_all(): new.
1411         * src/account.c: account_add(): call folderview_set_all() after
1412           creating IMAP4 tree.
1413           account_edit_create(): account preferences dialog can be opened
1414           with double clicking of the list.
1415           account_selected(): new.
1416           account_clist_set(): made the CList focus set correctly.
1418 2001-06-30
1420         * src/imap.c: imap_scan_tree(): call imap_create_trash() if trash
1421           is not found.
1422           imap_scan_tree_recursive(): search the sub folders of INBOX.
1423           recognize Trash folder.
1424           imap_create_tree(): separated the part of creating trash.
1425           imap_create_trash(): new.
1426         * src/folder.c: folder_build_tree(), folder_write_list_recursive():
1427           preserve no_sub and no_select.
1428         * src/summaryview.c: summary_show(): don't proceed if item->no_select
1429           is TRUE.
1431 2001-06-29
1433         * src/imap.c: imap_scan_tree(): fixed a bug that didn't set the
1434           root folder correctly.
1436 2001-06-28
1438         * src/folderview.[ch]:
1439           folderview_update_tree(): new. It updates one folder tree.
1440           folderview_update_tree_cb(): new.
1441           Added "Update folder tree" to the popup menu, and modified some
1442           expressions.
1444 2001-06-27
1446         * src/imap.c: implemented the autoscan of IMAP4 folder list.
1447           imap_scan_tree(): new. It scans the whole IMAP4 folder.
1448           imap_scan_tree_recursive(): new. It traverses the IMAP4 folder tree.
1449           imap_parse_list(): new. It parses the LIST response.
1450           imap_get_real_path(): new. It converts local path into IMAP4 path.
1451         * src/folder.h: added no_sub and no_select to FolderItem.
1452         * src/folder.c: folder_tree_destroy(): reset some variables.
1453         * src/folderview.c: folderview_scan_tree_func(): supported IMAP4.
1455 2001-06-26
1457         * src/imap.c: imap_parse_envelope(): fixed a bug that didn't
1458           parse the FETCH response that continues to the next line.
1459           imap_parse_fetch_element(): removed.
1460           imap_parse_atom(), imap_parse_one_address(), imap_parse_address(),
1461           imap_parse_envelope(), imap_get_uncached_messages(): use GString
1462           and sock_getline() to parse the FETCH response.
1463           imap_remove_all_msg(): fixed a bug that didn't delete messages
1464           correctly.
1465           imap_parse_address(): fixed a bug that didn't concaternate
1466           addresses correctly, using GString.
1467         * src/socket.[ch]: sock_getline(), fd_getline(): new. They read
1468           the whole line and return the newly allocated string.
1469         * src/prefs_account.[ch]: added `IMAP server directory' entry.
1471 2001-06-25
1473         * version 0.5.0pre2
1475         * src/imap.c: imap_create_tree(): pass the path that is separated
1476           by the local filesystem separator to imap_create_folder().
1477           imap_create_folder(): examine the existence of folders using
1478           LIST command instead of STATUS.
1479           imap_cmd_list(): new.
1480           imap_query_password(): new.
1481           imap_session_new(): query password if it is not set.
1483 2001-06-24
1485         * src/imap.c: imap_parse_envelope(): FETCH results can be parsed
1486           with arbitrary order.
1487           imap_parse_fetch_element(): new. it parses one pair of name and
1488           value of FETCH results.
1489           imap_parse_flags(): modified for more flexibility.
1490         * src/utils.[ch]: set_log_file(): new. it opens a new file for
1491           logging.
1492           close_log_file(): new. it closes the opened log file.
1493           log_print(), log_message(), log_warning(), log_error(): also
1494           output to log file.
1496 2001-06-22
1498         * src/imap.c: imap_cmd_status(): check the pointer to "value"
1499           before the assignment (thanks to NISHIJIMA).
1501 2001-06-21
1503         * src/folderview.c: folderview_drag_motion_cb(): don't allow DnD
1504           across MH and IMAP4 folder (for now) (thanks to Hiramatu).
1505         * src/foldersel.[ch]: don't show folders which can't be targets
1506           for current folder.
1508 2001-06-20
1510         * version 0.5.0pre1
1512         * src/imap.c:
1513           imap_get_msg_list()
1514           imap_cmd_envelope()
1515           imap_cmd_fetch()
1516           imap_cmd_copy()
1517           imap_cmd_store(): use UID instead of sequential number.
1518           Renamed imap_set_article_flags() to imap_set_message_flags().
1519         * src/summaryview.c: summary_execute(): don't update summary
1520           even if current folder is IMAP4.
1521         * src/utils.[ch]: remove_numbered_files(): changed the type of
1522           arguments from gint to guint.
1524 2001-06-19
1526         * src/imap.c: imap_cmd_login(), imap_cmd_select(), imap_cmd_status(),
1527           imap_cmd_create(), imap_cmd_delete(), imap_cmd_copy(): don't
1528           enclose with double quotation if string doesn't have space
1529           (workaround for old Cyrus IMAP4 server).
1530           imap_create_folder(): fixed a bug of separator substitution.
1531           renamed imap_session_connect_if_not() to imap_session_get().
1532           imap_get_msg_list(): delete all cached messages if use_cache
1533           is off.
1534           imap_delete_cached_messages(): remove cached files in between
1535           the specified range by reading directory entry.
1536           imap_parse_one_address(): set fromname same as the from address
1537           if it is empty.
1538         * src/utils.[ch]: remove_numbered_files(): new. The range is
1539           specifiable.
1540         * src/summaryview.c: summary_execute(): update summary if current
1541           folder is IMAP4.
1542           KEY_PRESS_EVENT_STOP(): new macro.
1543           summary_key_pressed(): stop signal emission when calling
1544           summary_execute().
1545           summary_select_by_msgnum(): show message only if
1546           msg_is_toggled_on is TRUE. Move current page to the selected
1547           node.
1548         * src/news.c; news_delete_old_articles(): remove cached files in
1549           between the specified range by reading directory entry.
1550         * src/folderview.c:
1551           folderview_selected(), folderview_button_released(): fixed a bug
1552           that didn't select folder correctly.
1554 2001-06-18
1556         * src/mainwindow.c
1557           src/summaryview.c
1558           src/prefs_common.c: improvements to the English (thanks to Paul
1559           Mangan).
1560         * src/mainwindow.c: compose_cb()
1561           src/summaryview.c: summary_key_pressed()
1562           src/compose.c: compose_new_with_recipient(): newsgroups entry
1563           is automatically filled when composing a new article.
1565 2001-06-17
1567         * src/procmsg.c: procmsg_msg_list_free(): fixed a bug that didn't
1568           free list correctly.
1570 2001-06-16
1572         * version 0.4.99
1574         * src/imap.c: imap_find_namespace(): replace namespace path
1575           separator with slash before comparison.
1576           imap_remove_folder(): use namespace.
1577           imap_create_tree(): use namespece when creating Trash.
1578           imap_get_msg_list(): fixed a bug that returned old list and caused
1579           memory leak if exists == 0.
1580           imap_select(): new. It's a wrapper for imap_cmd_select().
1581         * src/foldersel.c: foldersel_set_tree(): show IMAP4 folder too.
1583 2001-06-15
1585         * src/folderview.c:
1586           folderview_new_folder_cb()
1587           folderview_new_imap_folder_cb(): show error dialog when creation
1588           or deletion of folder failed.
1589           Made it allow users to create a folder which contains subfolders.
1590           folderview_button_pressed(): disabled delete menu on the special
1591           IMAP4 folder.
1592         * AUTHORS: incorporated from claws branch. It now contains all
1593           contributors.
1594         * src/send.c: enabled cancellation.
1595           EXIT_IF_CANCELLED(): new macro.
1596           Added cancelled flag to SendProgressDialog.
1597         * src/utils.[ch]: strtailchomp(): new. It removes the trailing
1598           specified character.
1599         * src/imap.c: imap_cmd_fetch(): a fix for MS Exchange 2000 server.
1601 2001-06-15
1603         * src/imap.c: imap_create_tree(): new. It creates required
1604           folders such as INBOX and Trash.
1605           imap_do_copy(), imap_do_copy_msgs_with_dest(): don't expunge
1606           if COPY failed.
1607           imap_remove_all_msg(): return immediately if exists == 0.
1608         * src/account.c: account_add(), account_set_missing_folder():
1609           made them use folder->create_tree().
1611 2001-06-14
1613         * src/imap.c: more namespace implementation.
1614           imap_find_namespace(), imap_path_separator_subst(): new.
1616 2001-06-13
1618         * src/imap.c: imap_parse_namespace(), imap_cmd_namespace(): new.
1620 2001-06-11
1622         * src/summaryview.c: summary_show(): fixed a glitch in folder view.
1624 2001-06-08
1626         * src/imap.[ch]: added imap_add_msg(), and imap_append_message(),
1627           which appends file into IMAP4 folder.
1628           imap_status(): new.
1629           imap_create_folder(): check the existence of a folder before
1630           create it.
1631           renamed the prefix of low-level IMAP4rev1 functions to imap_cmd.
1632         * src/account.c: account_add(), account_set_missing_folder():
1633           create INBOX automatically when creating IMAP4 account.
1635 2001-06-07
1637         * src/utils.[ch]: added itos_buf() that takes the buffer for its
1638           argument.
1639         * src/imap.[ch]: imap_copy_msg(), imap_copy_msgs_with_dest(): new.
1640         * src/folder.c: added copy_msg and copy_msgs_with_dest methods
1641           to the IMAP class.
1643 2001-06-06
1645         * src/utils.[ch]: move_file(): new.
1646         * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): modified to
1647           use move_file(), and fixed a bug that didn't close file when
1648           error occured.
1650 2001-06-06
1652         * src/imap.c: renamed imap_delete_messages() and
1653           imap_delete_all_messages() to imap_delete_cached_messages() and
1654           imap_delete_all_cached_messages(). Some code cleanups.
1655         * src/utils.[ch]: added a function remove_all_numbered_files().
1656         * src/mh.c: mh_remove_all_msg()
1657           src/imap.c: imap_delete_all_cached_messages():
1658           use remove_all_numbered_files().
1659         * src/mainwindow.c
1660           src/summaryview.c
1661           src/compose.[ch]: added `Reply to sender'.
1662           compose_reply()
1663           compose_reply_set_entry(): added an argument `ignore_replyto'.
1665 2001-06-05
1667         * src/folderview.c: folderview_selected()
1668           src/summaryview.c: summary_show(): fixed a bug that updated wrong
1669           folder when remaining marks were processed.
1671 2001-06-04
1673         * src/headerwindow.c: headerwindow_show_cb(): always try to show
1674           msginfo, and use the selected message, not the displayed one.
1675         * src/smtp.c: smtp_ok(): fixed sock_gets() error handling.
1677 2001-06-02
1679         * src/folderview.c: folderview_selected()
1680           src/mimeview.c: mimeview_selected(): ungrab the mouse event.
1681         * src/summaryview.c: summary_show(): process the left marks if any.
1683 2001-05-27
1685         * src/passphrase.c: enclosed with #if USE_GPGME.
1686         * src/prefs_account.c: added NNTP AUTH check button.
1687         * src/alertpanel.[ch]: alertpanel_create(): added new argument
1688           `can_disable', all existing callers changed to pass FALSE;
1689           created a check button to disable the message.
1690           alertpanel_message_with_disable(): new.
1691           alertpanel_show(): mask value with G_ALERT_VALUE_MASK.
1692           alertpanel_button_toggled(): new.
1693           alertpanel_button_clicked(), alertpanel_close(): set value using
1694           G_ALERT_VALUE_MASK.
1695         * src/prefs_common.[ch]: added option to toggle GnuPG signature
1696           check popup window, and GnuPG warning.
1697         * src/rfc2015.c: check_signature(): show signature check dialog
1698           only if it is enabled.
1699         * src/main.c: modified GnuPG checking.
1700         * src/main.c
1701           src/prefs_common.c: fixed some compilation bugs when enabled
1702           GPGME.
1704 2001-05-26
1706         * src/codeconv.c: conv_get_code_conv_func(): fix for ISO-8859-*
1707           encodings with libjconv.
1708           conv_encode_header(): fixed an endless loop bug when encountering
1709           an invalid wide character (thanks to Alte).
1710         * src/headerview.c: SET_FONT_STYLE(): fixed segfault with invalid
1711           bold font.
1712         * src/imap.c: imap_create_folder(): don't create folder if the
1713           name is INBOX.
1714         * src/mainwindow.c: main_window_reflect_prefs_all(): hide the
1715           execute button when immediate execution is enabled.
1717 2001-05-22
1719         * README
1720           README.jp: added the "How to run" section.
1722 2001-05-19
1724         * merged NNTP AUTH from the claws branch.
1725         * src/news.[ch]: supported NNTP AUTH.
1726         * src/nntp.[ch]: wrapped SockInfo with NNTPSockInfo for NNTP AUTH.
1727         * INSTALL
1728           INSTALL.jp: modified the confirmation list and the warning about
1729           threads.
1731 2001-05-18
1733         * src/gtkutils.[ch]: moved folderview_find_collapsed_parent() to
1734           gtkut_ctree_find_collapsed_parent().
1735         * src/folderview.c: folderview_select_node(): automatically expand
1736           the parent folders when selected.
1737         * configure.in: made the version number to 0.4.99 (0.5pre)
1738         * src/main.c: main(): moved parse_cmd_opt() before gtk_init()
1739           so that X is not necessary for --help and --version.
1740           parse_cmd_opt(): changed g_get_prgname() to g_basename(argv[0]).
1741         * src/folderview.c: folderview_update_node(): a fix for collapsed
1742           nodes.
1744 2001-05-17
1746         * src/main.c: lock_socket_input_cb(): changed fd_read() to fd_gets().
1747           It caused garbages in --compose option.
1748         * src/socket.[ch]: made fd_gets() public.
1750 2001-05-16
1752         * src/gtkutils.[ch]: gtkut_ctree_node_next(): new.
1753         * src/folderview.c: folderview_find_next_unread(): new.
1754           folderview_select_next_unread(): modified so that it can find
1755           the hidden folder.
1757 2001-05-15
1759         * src/compose.c: compose_write_headers(): excluded also From, To,
1760           Sender because they could be used for SPAM.
1761         * src/folderview.c: add '+' mark to the collapsed folder that have
1762           some unread folders.
1763           folderview_search_new_recursive(),
1764           folderview_have_new_children(),
1765           folderview_search_unread_recursive(),
1766           folderview_have_unread_children(),
1767           folderview_find_collapsed_parent(): new.
1768           folderview_update_node(): display the number of queued messages.
1770 2001-05-14
1772         * src/folder.[ch]
1773           src/mh.[ch]: modified *_add_msg() to use link(). Added the
1774           argument to switch whether to remove the source file or not.
1775         * src/compose.c
1776           src/inc.c
1777           src/mbox.c: modified the argument of folder_item_add_msg() and
1778           removed some unlink()'s.
1780 2001-05-13
1782         * src/prefs_customheader.[ch]: renamed prefs_headers_* to
1783           prefs_custom_header_*. Removed `(New)' row and `Substitute'
1784           button. Supported empty value.
1785           prefs_custom_header_row_moved(): new. Connected "row_move" signal
1786           to the function, and made it set header list.
1787         * src/customheader.c: custom_header_get_str()
1788           src/compose.c: compose_write_headers(): supported empty value.
1789         * src/prefs_display_header.c: prefs_display_header_row_moved(): new.
1790           Connected "row_move" signal to the function, and made it set
1791           header list.
1792         * src/compose.c: compose_write_headers(): modified the order of
1793           headers, and made it encode the custom headers.
1794         * src/prefs_customheader.c: prefs_custom_header_delete_cb()
1795           src/prefs_filter.c: prefs_filter_delete_cb(): treat closing the
1796           alert panel by ESC as "No".
1798 2001-05-13
1800         * merged the custom header stuff from claws branch:
1801         * src/customheader.[ch]
1802           src/prefs_customheader.[ch]: new.
1803         * src/customheader.c: custom_header_read_str(): use strtol() instead
1804           of atoi() and check errors.
1805           custom_header_find(): new function.
1806         * src/compose.c: IS_IN_CUSTOM_HEADER(): new macro.
1807           compose_write_headers(): made it replace headers with user-defined
1808           headers except for some automatically generated headers.
1810 2001-05-11
1812         * src/inc.c: connection_check_cb(): fixed a bug that caused
1813           segmentation fault if connection was not established.
1814         * src/compose.c: compose_create(): even if set_autobcc or set
1815           autoreplyto is checked and the entries are empty, show them.
1817 2001-05-10
1819         * src/textview.c: textview_show_mime_part(): modified the messages.
1820           TEXT_INSERT(): new macro.
1821         * po/ja.po: fixed.
1822         * src/prefs_display_header.c: prefs_display_header_create():
1823           modified the text of checkbutton.
1825 2001-05-09
1827         * src/mimeview.c: added "Open with..." to the context menu.
1828         * src/summaryview.c: summary_print()
1829           src/inputdialog.c: input_dialog(): fixed memory leaks.
1830         * src/textview.c: textview_show_mime_part(): updated the description.
1831         * src/send.c: implemented sending progress dialog.
1832           (TODO: automaton should be used.)
1833           send_progress_dialog_create(), send_progress_dialog_destroy(),
1834           send_cancel(): new.
1835           send_message_smtp(): made it update the dialog for each stage.
1836         * src/utils.[ch]: get_left_file_size(): new. Get the left bytes
1837           of opened file.
1838         * src/summaryview.c: summary_show(): when open_inbox_on_inc is set,
1839           go to first unread message even if folder is same as previous.
1840         * src/prefs_common.c: made color selection dialog transient, and
1841           made escape key close the dialogs.
1843 2001-05-08
1845         * version 0.4.66
1847         * src/select-keys.c: delete_event_cb(): removed `;' from its end.
1848         * src/recv.c: recv_write(): changed the interval to 10msec.
1849         * src/prefs_display_header.c: modified the layout of the dialog,
1850           and made the hidden headers list insensitive when `Show other
1851           headers' is not checked.
1852         * src/textview.c: changed strcasecmp() and strncasecmp() to
1853           the corresponding glib functions.
1854         * src/inc.c: get_spool(): make a temporary file in the home
1855           directory.
1857 2001-05-07
1859         * src/prefs_common.c
1860           src/prefs_account.c
1861           src/prefs_filter.c
1862           src/account.c
1863           src/alertpanel.c
1864           src/filesel.c
1865           src/foldersel.c
1866           src/export.c
1867           src/import.c
1868           src/inputdialog.c
1869           src/passphrase.c
1870           src/select-keys.c
1871           src/sigstatus.c: fixed a bug that accidentally destroyed dialogs
1872           when closed them with delete_event (thanks to DINH).
1873           Added *_deleted() and *delete_event() which handle delete_event
1874           signal correctly.
1876 2001-05-06
1878         * src/prefs_display_header.c: merged some changes from claws branch:
1879           prefs_display_header_create(): allow reordering of headers by
1880           dragging.
1881           prefs_display_header_find_header(): new function.
1882           prefs_display_header_clist_set_row(): don't allow duplicates.
1883         * src/prefs_account.c: prefs_account_receive_create(): changed
1884           the label of the check button.
1886 2001-05-05
1888         * src/pop.c: pop3_getsize_list_recv(): if sscanf() failed, break
1889           immediately.
1890         * src/inc.h: removed cur_msg_bytes from Pop3State.
1891         * src/inc.c: pop3_recv_func()
1892           src/recv.[ch]: made the second arguments of RecvUIFunc current
1893           total read bytes.
1894           recv_write(): made it call UI func if elapsed time is greater
1895           than 0.1 sec.
1896         * src/recv.c: recv_write(): changed the interval to 300 usec.
1897         * src/textview.c: textview_show_header(): if header is Subject,
1898           unfold it.
1899         * src/utils.[ch]: unfold_line(): new.
1900         * src/procheader.[ch]: procheader_get_header_array(): new.
1901         * src/prefs_display_header.c: updated defaults.
1903 2001-05-05
1905         * some merge from the sylpheed-claws branch.
1906           It allows user to specify displayed headers in message view.
1907           (symbol names were also changed.)
1908         * src/prefs_display_header.[ch]
1909           src/displayheader.[ch]: new.
1910         * src/prefs_display_header.c:
1911           removed prefs_display_headers_other_headers_toggled().
1912           removed "(New)" row from the list.
1913         * src/defs.h: added DISPLAY_HEADER_RC.
1914         * src/prefs_common.c: prefs_message_create(): added a button for
1915           opening the display header setting dialog.
1916         * src/prefs_common.h: added show_other_header and disphdr_list
1917           to PrefsCommon.
1918         * src/procheader.[ch]: procheader_get_header_list_from_file(),
1919           procheader_get_header_array_asis(): new.
1920           procheader_get_header_list(): modified so that it takes FILE
1921           pointer for its argument.
1922           procheader_header_array_destroy(), procheader_header_free(): new.
1923         * src/main.c: main(): made it call prefs_display_header_*_config().
1924         * src/textview.c: textview_scan_header(): modified so that it
1925           sorts headers according to user setting.
1926           src/textview_show_header(): made it call
1927           textview_make_clickable_parts().
1928           textview_make_clickable_parts(): added GdkFont to its arguments,
1929           and removed GtkText from them.
1931 2001-05-04
1933         * implemented auto-checking of new mail based on the patch from
1934           Pierric Descamps (thanks!).
1935         * src/inc.c: added inc_autocheck_timer_init(),
1936           inc_autocheck_timer_set(), inc_autocheck_timer_remove(),
1937           inc_autocheck_func() for auto-checking of new mail.
1938         * src/main.c: main(): call inc_autocheck_timer_init().
1939         * src/prefs_common.c: prefs_receive_create(): activated the
1940           auto-checking UI. Added prefs_common_cancel(), and connected
1941           some signals to that.
1942         * src/prefs_common.c
1943           src/prefs_account.c
1944           src/prefs_filter.c
1945           src/account.c: Disabled auto-checking while opening the dialog.
1946         * src/headerview.c: headerview_show_xface(): fixed a bug that
1947           showed a warning when header pane was hidden.
1949 2001-05-03
1951         * src/inc.c
1952           src/pop.c
1953           src/recv.c: removed non-blocking socket mode support since it
1954           does nothing.
1955         * src/pop.c
1956           src/inc.c: modified the messages of incorporation dialog.
1958 2001-05-02
1960         * src/utils.h: made u32 the typedef of guint32.
1961           added BIG_ENDIAN_HOST macro that is used by md5.c.
1962         * src/md5.c: renamed md5c.c. Fixed the indentation. Fixed a bug
1963           that didn't calculate MD5 correctly on big endian machines.
1965 2001-05-01
1967         * version 0.4.65
1969         * src/folder.c: folder_init(): added the method imap_remove_folder.
1970         * src/folderview.c: folderview_rm_imap_folder_cb(): made it
1971           actually remove folder from IMAP4 server.
1972         * src/imap.[ch]: imap_create_folder(): made it actually create
1973           folder on IMAP4 server.
1974           imap_remove_folder(): added.
1975           imap_create(), imap_delete(): added.
1976         * src/summaryview.c: summary_execute_delete(): don't check trash
1977           if folder type is not F_MH.
1978         * thanks to Ishihara for the above changes.
1979         * configure.in
1980           ac/check-type.m4: better wint_t typedef detection (renamed
1981           sv_CHECK_TYPE to SYLPHEED_CHECK_TYPE).
1983 2001-04-30
1985         * src/recv.c: recv_bytes_write(): fixed another bug that caused
1986           infinite loop and buffer overrun.
1988 2001-04-30
1990         * src/socket.[ch]: renamed sock_read() and fd_read() to
1991           sock_gets() and fd_gets() for preventing confusion.
1992           Added sock_read() and fd_read() which is the wrapper of read().
1993         * src/recv.c: recv_bytes_write(): fixed a bug that caused infinite
1994           loop. Use sock_read() instead of fd_read().
1995         * src/esmtp.c
1996           src/imap.c
1997           src/news.c
1998           src/nntp.c
1999           src/pop.c
2000           src/recv.c
2001           src/smtp.c: use sock_gets() instead of sock_read().
2002         * src/imap.c: imap_session_new(): fixed the error detection
2003           of imap_open().
2005 2001-04-28
2007         * src/inc.c: made it displays current read bytes to the dialog.
2008         * src/pop.c: recv_write(): call UI function before editing
2009           strings.
2011 2001-04-27
2013         * src/progressdialog.c: progress_dialog_create(): modified the
2014           size of dialog and made it stretchable.
2015         * src/smtp.c
2016           src/esmtp.c: smtp_ok(), esmtp_ok(): fixed a bug that didn't
2017           process an error response correctly (thanks to Ohmasa).
2018         * src/pop.[ch]: added pop3_getsize_list_send(),
2019           pop3_getsize_list_recv().
2020         * src/recv.[ch]: added recv_set_ui_func() that makes recv_write()
2021           call the callback function for each sock_read().
2022         * src/inc.h: in Pop3State, renamed bytes to total_bytes, and added
2023           cur_msg_bytes, cur_total_bytes, and sizes.
2024         * src/inc.c: added inc_pop3_recv_func() that updates the progress
2025           bar for each sock_read().
2027 2001-04-26
2029         * src/mh.c: mh_is_maildir_one(): modified so that it uses
2030           is_dir_exist().
2032 2001-04-25  Werner Koch  <wk@gnupg.org>
2034         * src/mh.c (mh_is_maildir_one, mh_is_maildir): New.
2035         (mh_scan_tree_recursive): Do not include Maildir style directories
2036         in the scan.
2038         Changed the use of integers to describe sockets by an more abstract
2039         data structure.
2041         * src/automaton.h (struct _Automaton): Add help_sock.
2042         * src/automaton.c (automaton_input_cb): Changed source to be
2043         SockInfo and use wrapper for gdk_input_add.
2045         * src/send.c (SEND_EXIT_IF_ERROR): Adjusted tests and removed test
2046         for invalid socket because this is now done in sock_close. Set
2047         sock to NULL.
2048         (SEND_EXIT_IF_NOTOK): Set closed sock to NULL.
2049         (send_smtp_open): Use only SockInfo.
2051         * src/news.c (news_session_new): Use SockInfo here.
2052         (news_session_destroy): Ditto and set sock to NULL.
2054         * src/nntp.c: Use SockInfo instead of integers
2055         * src/smtp.c: Ditto.
2056         * src/pop.c: Ditto.
2057         * src/recv.c: Ditto.
2059         * src/inc.c (inc_pop3_session_do): Removed sock_sockinfo_free. Put
2060         gdk_input_add into a wrapper.
2062         * src/esmtp.c: Changed socket descriptors to use SockInfo.
2063         * src/esmtp.h: Ditto, included socket.h.
2064         * src/session.h (struct _Session): Likewise.
2065         * src/imap.c (imap_open): Return SockInfo ptr and not an integer.
2066         Removed access to internal data of SockInfo.  Changed all callers
2067         and functions to take SockInfo.
2068         (imap_session_new): Use sock_close here.
2069         (imap_session_destroy): Ditto.
2071         * src/compose.c (compose_exec_ext_editor): Replaced sock_write by
2072         fd_write.
2074         * src/main.c (app_will_exit): Close lock socket using fd_close.
2075         (prohibit_duplicate_launch): Use fd_xxx functions instead of sock_xxx.
2076         (lock_socket_input_cb): Ditto.
2078         * src/socket.h, src/socket.c: Prepared SockInfo structure to use
2079         glib channels. Changed all sock_xxx to use SockInfo instead of an
2080         integer.
2081         (sock_connect_unix, sock_open_unix, sock_accept): Renamed to ..
2082         (fd_connect_unix, fd_open_unix, fd_accept): .. this and changed all
2083         callers.
2084         (fd_read, fd_write, fd_close): New.
2085         (sock_sockinfo_free): Removed.
2086         * src/socket.c (sock_connect_nb): Use close instead sock_close here.
2087         (sock_connect): Ditto.
2089 2001-04-26
2091         * config.h.in: removed.
2092         * ac/Makefile.am: added gnupg-check-typedef.m4 to MACROS.
2093         * .cvsignore: added.
2094         * src/inc.c
2095           src/progressdialog.[ch]
2096           src/pixmaps/complete.xpm
2097           src/pixmaps/continue.xpm
2098           src/pixmaps/error.xpm: applied the patch from Leandro Pereira
2099           that displays the state of message incorporation (thanks!).
2100         * src/inc.c: made the progress dialog change the text of status.
2102 2001-04-25
2104         * removed po/*.gmo, configure, stamp-h.in, aclocal.m4, Makefile.in
2105           from the cvs tree.
2106         * COPYING: removed RSA copyright notice.
2107         * removed po/sylpheed.pot, po/stamp-cat-id, po/cat-id-tbl.c.
2108         * configure.in: added the check of sys/utsname.h.
2110 2001-04-24  Werner Koch  <wk@gnupg.org>
2112         Merged most of the changes from the W32 branch in.
2114         * configure.in: Require gpgme >= 0.2.1
2116         * acconfig.h (HAVE_U32_TYPEDEF): New.
2117         * ac/gnupg-check-typedef.m4: New.
2118         * configure.in: Check for u32 type and the size of some types.
2119         * src/utils.h: Define the u32 type and related constants.
2121         * src/about.c (about_create): Removed the note about MD5.  We are
2122         not any longer using the RSA Inc. implementation.
2123         * src/md5ify.c, src/md5ify.h, src/md5global.h:  Removed.
2124         * src/md5c.c, src/md5c.h: Replaced by an FSF implementation and
2125         renamed the function to standard lowercase convention. Changed all
2126         callers. 
2127         (md5_hex_digest): New.
2128         (md5_hmac): Add hmac function by Martin Schaaf with some 
2129         modifications.
2130         (md5_hex_hmac): New.
2131         * src/esmtp.c, src/esmtp.h (md5_hex_hmac): Removed.
2132         (hmac_md5): Removed.
2133         * src/pop.c (pop3_getauth_apop_send): Replaced the md5_digest by
2134         the new md5_hex_digest function.
2136         * src/about.c: Include utsname.h only if available
2138         * src/utils.c, src/utils.h (get_home_dir): New to better cope with
2139         special Windoze requirements.  Changed all calls to
2140         g_get_home_dir() to this function.
2142         * simple-gettext.c: New.
2144         * src/main.c (main): Issue a warning if GnuPG is not properly
2145         installed.
2147         * src/sigstatus.c, src/sigstatus.h: New.
2148         * src/rfc2015.c (check_signature): Use the sigstatus window and
2149         get the status texts from a utility function.
2151         * src/select-keys.c: Removed the global select_keys var and
2152         pass an allocated one along all functions.
2153         (set_row): Display only keys capable of encryption.
2154         (update_progress): Replaced the progressbar by
2155         a windmill and a text showing for which key we are collecting
2156         info.  Removed progressbar everywhere else and updated callers.
2158         * src/prefs_common.c (prefs_privacy_create) [__MINGW32__]: Do not
2159         display the grab button. 
2161 2001-04-24
2163         * src/prefs_common.[ch]
2164           src/procheader.c: applied the patch from Darko Koruga that
2165           allows user to define their own format for displaying date in
2166           summary view using strftime() (thanks!).
2167         * src/prefs_common.c: prefs_quote_colors_dialog()
2168           src/mainwindow.c: main_window_reflect_prefs_all(): made it
2169           update message colors if the colors setting is changed.
2170         * src/main.[ch]: made it remember the startup directory.
2171         * src/export.c: export_mbox(): made it initially chdir to the
2172           startup directory.
2173         * src/filesel.c: filesel_select_file(): made it open the startup
2174           directory at first.
2176 2001-04-23
2178         * added option to warn about queued messages on exit [sergey]:
2180           * src/compose.c: compose_queue(): call folder_item_scan()
2181             and folderview_update_item() after queueing.
2182           * src/folderview.c: folderview_update_node(): draw the queue
2183             folder in bold font if there are queued messages.
2184           * src/mainwindow.c: queued_messages(): new function.
2185             app_exit_cb(): display warning if there are queued messages
2186             if warn_queued_on_exit is set.
2187           * prefs_common.[ch]: add warn_queued_on_exit option.
2189         * src/mainwindow.c: moved queued_messages() to main.c, and renamed
2190           it to get_queued_message_num().
2191         * src/main.c: app_will_exit(): moved warning dialog code from
2192           app_exit_cb(), and added manage_window_focus_in().
2194         * enhanced GnuPG key selection support [sergey]:
2196           * src/select-keys.c: updated to newer version from Win32
2197             branch with support for selecting arbitrary keys.
2198           * src/prefs_account.c: added the Privacy tab to the account
2199             options window.
2200             prefs_account_privacy_create(),
2201             prefs_account_sign_key_set_data_from_radiobtn(),
2202             prefs_account_sign_key_set_radiobtn(): new functions.
2203           * src/prefs_account.h: new preferences sign_key_type, sign_key_id.
2204           * src/rfc2015.c: set_signers(): new function.
2205             pgp_sign(): add the account parameter, call set_signers().
2206             rfc2015_sign(): add the account parameter, pass it to pgp_sign().
2207           * src/rfc2015.h: rfc2015_sign(): updated prototype.
2208           * src/compose.c: pass the current account to rfc2015_sign().
2210 2001-04-22
2212         * src/mbox.c: export_to_mbox(): fixed a memory leak bug.
2214 2001-04-20
2216         * src/mbox.[ch]: renamed export_mbox() to export_to_mbox().
2217           Fixed a memory leak bug.
2218         * src/export.[ch]: added for exporting folder to mbox.
2219         * src/import.[ch]: made import_mbox() take default folder.
2220           Added description to the dialog.
2221         * src/summaryview.c: summary_show(): fixed a bug that kept the
2222           toolbar buttons insensitive after receiving messages.
2223         * src/export.c
2224           src/import.c: fixed a bug that caused quitting of the program
2225           when OK or Cancel button was clicked several time.
2226         * src/prefs_common.[ch]
2227           src/addressbook.c: added "Add address to destination when
2228           double-clicked" option.
2230 2001-04-19
2232         * src/prefs_common.[ch]: reorganized the items of settings,
2233           and added Message tab.
2234         * src/main.c: parse_cmd_opt(): added command line option --version.
2235         * src/mh.c: made it unset MSG_DELETED flag when moved/copied to
2236           special folders.
2237         * src/prefs_common.[ch]
2238           src/headerview.[ch]: the header pane can be toggled now.
2239         * src/prefs_common.[ch]
2240           src/textview.c: page scroll step is now selectable between
2241           one page and half page.
2242         * src/mbox.[ch]: added export_mbox() that reads all messages
2243           in a folder, and store them into one mbox file.
2245 2001-04-18
2247         * src/prefs_filter.[ch]: separated filter setting code from
2248           prefs_common.c, and made it a separate dialog.
2250 2001-04-17
2252         * version 0.4.64
2254         * src/automaton.[ch]
2255           src/inc.c: fixed the bug that made Sylpheed crash when clicking
2256           Cancel button while getting new mail (thanks to Sergey Vlasov).
2257         * src/xml.c: xml_build_tree()
2258           src/addressbook.c: fixed a bug that caused infinite loop if an
2259           illegal XML file was given.
2261 2001-04-16
2263         * src/summaryview.c
2264           src/inc.c: applied the patch from Sergey Vlasov that fixes the
2265           problem when the "Go to inbox after receiving new mail" option
2266           was turned off (thanks!).
2268 2001-04-15
2270         * src/xml.[ch]: modified so that it supports some characters which
2271           must be escaped, and multiple-lined tag.
2272         * src/folder.c
2273           src/addressbook.c: modified so that it escapes some characters
2274           like '<', '>', '&', ''', '"'.
2276 2001-04-10
2278         * version 0.4.63
2280         * src/folder.[ch]
2281           src/mainwindow.c
2282           src/mh.[ch]
2283           src/procmsg.[ch]
2284           src/summaryview.[ch]: applied the patch from Darko Koruga that
2285           adds copy message operation for the MH folders (thanks!).
2286         * src/imap.c: disabled slash to dot conversion.
2287         * src/imageview.c: fixed a bug that displayed an old image when
2288           loading of a image failed (thanks to Darko Koruga).
2290 2001-04-09
2292         * src/procmsg.c: procmsg_read_cache(): added setvbuf() to speed up
2293           cache reading (thanks to Sergey Vlasov).
2294         * src/inc.c
2295           src/summaryview.[ch]
2296           prefs_common.[ch]: applied the patch that keeps the same folder
2297           after receiving new mail (thanks to Sergey Vlasov).
2298         * src/textview.c
2299           src/utils.[ch]: moved get_quote_level() to utils.c.
2301 2001-04-08
2303         * ac/Makefile.am: added.
2304         * Makefile.am
2305           configure.in: added ac directory.
2307 2001-04-07
2309         * src/summaryview.c: summary_filter(): made it move messages
2310           immediately if immediate_exec option is set.
2311         * src/prefs_common.[ch]
2312           src/textview.[ch]
2313           src/gtkutils.[ch]: applied the message coloring patch from
2314           Stephen Anthony with some modification (thanks!).
2315         * src/gtksctree.c
2316           src/mimeview.c: modified the behavior of MimeView (thanks to
2317           HIRAMATSU).
2319 2001-04-06
2321         * src/utils.c: copy_file()
2322           src/mh.c: applied (and modified) the patch from Darko Koruga
2323           that enables to move messages across file systems (thanks!).
2324         * src/procheader.c
2325           src/utils.[ch]: applied the patch from Jorge Van Hemelryck
2326           that converts the date of messages to the local time (thanks!).
2327         * src/utils.c: remote_tzoffset_sec(): fixed a bug that the signs
2328           of one-letter timezone were reversed.
2329         * src/folder.c: folder_item_add_msg(): put the assertion for the
2330           add_msg() method (thanks to TAKANO).
2332 2001-04-05
2334         * src/procmime.c: procmime_decode_content(): fixed a bug that
2335           corrupted quoted-printable encoded messages when they include
2336           `=00' (thanks to Masahiro Tomita).
2337         * src/gtksctree.c
2338           src/mimeview.c
2339           src/summaryview.c: modified the DnD behavior of MIME view
2340           (thanks to HIRAMATSU).
2342 2001-04-04
2344         * src/about.c: applied the patch from Sergey Vlasov that fixes
2345           the appearance of the about dialog (thanks!).
2346         * src/prefs_common.[ch]
2347           src/rfc2015.[ch]
2348           src/mimeview.c
2349           src/procmime.[ch]
2350           src/compose.[ch]
2351           src/passphrase.c
2352           src/textview.[ch]: applied the GnuPG support patch which had
2353           ported from the sylpheed-win32 branch (thanks to Sergey Vlasov).
2354         * INSTALL, INSTALL.jp: updated the description about GnuPG.
2356 2001-04-03
2358         * src/utils.[ch]: added references_list_append() that parses
2359           References header and makes it string list.
2360         * src/compose.c: modified so that too long References header is
2361           truncated, garbage characters are removed, and header is tidied
2362           up (thanks to Matthias Intemann).
2364 2001-04-02
2366         * src/addr_compl.c: applied the address completion bugfix patch
2367           from Alfons Hoogervorst (thanks!).
2369 2001-04-01
2371         * src/gtksctree.c: modified so that the tree_select_row signal
2372           actually pass the column number.
2373         * src/summaryview.c: summary_selected(): made generic mark and
2374           unread mark can be toggled with clicking of the columns.
2375           Added summary_mark_row_as_read() and summary_mark_row_as_unread().
2376         * src/prefs_common.c
2377           src/prefs_account.c: applied the layout fix patches from Sergey
2378           Vlasov, and adjusted some widths of GtkEntry widgets.
2379         * src/prefs.c: prefs_dialog_create(): enable notebook to take focus.
2380         * src/inc.c: inc_start(): modified so that authentication dialogs
2381           show server name too (thanks to Sergey Vlasov).
2383 2001-03-31
2385         * src/mimeview.c: mimeview_key_pressed(): fixed a bug that caused
2386           segmentation fault when a malformed multipart message is shown
2387           (thanks to Sergey Vlasov).
2388         * src/summaryview.c: summary_display_msg(): made it focus to the
2389           summary view if the MIME list is empty.
2391 2001-03-30
2393         * src/pixmaps/deleted.xpm
2394           src/pixmaps/mark.xpm
2395           src/summaryview.c: added deleted and mark icon.
2396         * src/gtkutils.c: gtkut_widget_init(): changed gtk_widget_destroy()
2397           to gtk_widget_unref().
2398         * src/addr_compl.c: start_address_completion(): fixed the bug that
2399           displayed warning when the address book was empty (thanks to
2400           Chideok Hwang).
2402 2001-03-29
2404         * src/summaryview.c: summary_show(): fixed a memory leak bug
2405           (thanks to ChiDeok Hwang).
2406         * src/pixmaps/forwarded.xpm
2407           src/pixmaps/replied.xpm
2408           src/pixmaps/new.xpm
2409           src/pixmaps/unread.xpm
2410           src/compose.c
2411           src/mainwindow.c
2412           src/prefs_common.c
2413           src/procmsg.h
2414           src/summaryview.[ch]: applied the patch from Marc Hoper
2415           that adds replied and forwarded mark to replying or forwarding
2416           messages (thanks!). And new and unread mark were replaced
2417           by the icons David Mehrmann created (thanks!).
2418         * src/summaryview.c: made the width of unread and MIME column
2419           fixed.
2420         * src/prefs.c: prefs_config_parse_one_line(): made it check the
2421           '=' separator (thanks to Sergey Vlasov).
2423 2001-03-26
2425         * src/prefs_common.[ch]: moved smooth scroll option to the
2426           interface tab.
2427         * src/textview.c: made the one-line scroll also perform smooth
2428           scrolling.
2430 2001-03-25
2432         * src/prefs_common.[ch]
2433           src/textview.c: applied the smooth scroll patch from Setoh and
2434           Ninomiya (thanks!).
2436 2001-03-24
2438         * src/summaryview.c: summary_attract_by_subject(): rewritten it
2439           using hash table for speeding up.
2440         * src/prefs_account.c: made filter_on_receive TRUE by default.
2441         * src/mainwindow.c: reordered menu items.
2443 2001-03-23
2445         * src/gtkutils.c: gtkut_clist_bindings_add(): fixed a bug that
2446           caused address completion not to accept space and enter key.
2448 2001-03-22
2450         * src/utils.[ch]
2451           src/codeconv.c: fixed a bug that didn't encode non-ASCII headers
2452           correctly.
2453         * src/compose.c: fixed a bug that didn't decode some headers
2454           correctly when replying or reediting drafts (thanks to Sergey
2455           Vlasov).
2457 2001-03-21
2459         * src/gtkutils.[ch]: added gtkut_widget_init() that modifies the
2460           behaviors of some classes.
2461         * src/main.c: main(): made it call gtkut_widget_init() first.
2462         * src/summaryview.c: summary_create(): removed the key binding code.
2464 2001-03-19
2466         * src/procmsg.[ch]: modified for the sake of readability.
2468 2001-03-18
2470         * src/mainwindow.c: changed "Clean trash" to "Empty trash".
2471           Added new menu items for folder manipulation.
2472           allsel_cb(): made it change the target between summary view and
2473           message view according to the input focus.
2474           Removed "Select all" from Summary submenu.
2475         * src/folderview.[ch]: added functions for creating/renaming/deleting
2476           folder.
2477         * src/procmsg.[ch]: made "marked" and "deleted" flag permanent, and
2478           removed "important" flag.
2479         * src/summaryview.c: added summary_set_row_marks() that sets style
2480           of a row according to the flags, and made some functions use it.
2481         * src/mainwindow.c: allsel_cb(): modified so that it selects
2482           summary view correctly if message view is toggled off.
2484 2001-03-17
2486         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a resource
2487           leak bug of socket, and rewrote the routine.
2488         * src/inc.c: inc_mail(), inc_all_account_mail(): fixed a bug that
2489           displayed the wrong unread number in the folder tree if a
2490           folder was open and new messages arrived at the folder.
2491         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug
2492           again.
2494 2001-03-15
2496         * src/mh.c: mh_move_msg(), mh_move_msgs_with_dest(): made it
2497           check the existence of the destination file.
2498         * src/procmsg.c: procmsg_set_flags(): made it count the last
2499           number of the message list (and fixed a bug that didn't open
2500           newly arrived message).
2502 2001-03-13
2504         * src/prefs_common.c: prefs_send_create(): removed EUC-JP and
2505           Shift_JIS from the outgoing codeset.
2507 2001-03-12
2509         * version 0.4.62
2511 2001-03-11
2513         * src/send.c: send_message_queue(): modified so that it finds
2514           the account from the `From' and the server name of the queued
2515           message.
2516         * src/account.[ch]: added account_find_from_smtp_server() that
2517           finds an account from the specified address and SMTP server.
2518         * src/Makefile.am
2519           src/mainwindow.c
2520           src/summaryview.[ch]
2521           src/sourcewindow.[ch]: integrated the viewing source patch from
2522           DINH V. Hoà (thanks!).
2524 2001-03-10
2526         * src/addr_compl.[ch]
2527           src/addressbook.c
2528           src/compose.c: applied the enhanced address completion patch
2529           from Alfons Hoogervorst (thanks!).
2530         * src/addr_compl.c: replaced g_assert() with g_return(_val)_if_fail().
2531         * src/folder.c: folder_init()
2532           src/folderview.c: folderview_drag_motion_cb()
2533           src/procmsg.c: procmsg_clean_trash()
2534           src/summaryview.c: summary_start_drag()
2535           src/imap.[ch]: integrated the IMAP4 move/remove function patch
2536           from Suzuki Mio (thanks!).
2538 2001-03-08
2540         * src/main.c: parse_cmd_opt(): made the --compose option realize
2541           mailto: URI.
2542         * src/utils.[ch]: execute_async(): supported quoted arguments
2543           correctly.
2544           strstr_with_skip_quote(), strsplit_with_quote(): quote-supported
2545           version of g_strsplit().
2546         * src/mimeview.c: mimeview_view_file()
2547           src/prefs_common.c: added single quotation mark around the file
2548           name.
2550 2001-03-07
2552         * configure.in
2553           src/compose.c
2554           src/prefs.c
2555           src/procmime.c
2556           src/summaryview.c
2557           src/mbox.c
2558           src/recv.c
2559           src/utils.[ch]: applied the security fix patch from Dmitry V.
2560           Levin with some modification (thanks!). Added my_tmpfile() to
2561           utils.[ch].
2562         * src/main.c: added --receive-all command-line option.
2564 2001-03-06
2566         * src/socket.c: sock_connect_thread(): fixed a bug that didn't
2567           compile if both multithread and IPv6 are enabled (thanks to
2568           Ishihara).
2569         * src/utils.[ch]
2570           src/compose.c: applied a patch from Jason McCarver that allows
2571           FIFO for signature file (thanks!).
2572         * src/textview.c: made some more refactoring.
2573         * src/socket.c: sock_accept(): changed socklen_t to gint.
2575 2001-03-05
2577         * src/main.c
2578           src/textview.c: some code cleanups.
2580 2001-03-04
2582         * src/compose.[ch]
2583           src/main.c
2584           src/textview.c: integrated the patch from Alfons Hoogervorst that
2585           fixes some glitches in clickable URI and enables mail addresses
2586           clickable, and enables the --compose command line option to
2587           specify address (thanks!).
2589 2001-03-03
2591         * src/esmtp.[ch]
2592           src/smtp.[ch]
2593           src/send.c
2594           src/prefs_account.[ch]
2595           src/Makefile.am: applied the SMTP AUTH patch from Martin Schaaf
2596           and fixed its a few bugs (thanks!).
2597         * src/textview.c: textview_key_pressed(): made it don't move focus
2598           to summary view.
2599         * src/main.c: parse_cmd_opt(): modified the help message.
2600         * src/html.[ch]: added empty_line to HTMLParser and modified
2601           the parser routines a bit.
2603 2001-03-01
2605         * src/html.c: added eucjp_symbol_list, and added some characters
2606           to ascii_symbol_list.
2608 2001-02-19
2610         * src/codeconv.[ch]: added a member `charset' and `charset_str'
2611           to CodeConverter.
2612         * src/html.[ch]: added the symbol list for ISO-8859-1 codeset.
2613           html_parser_new(): made it change the symbol hash table
2614           according to the character set of the document.
2615           html_parse_special(): made it recognize character code number.
2617 2001-02-17
2619         * src/textview.c: added textview_show_html() that parses HTML and
2620           display as a text.
2621           textview_show_part(): made it call textview_show_html() if
2622           the part is text/html.
2623         * src/html.[ch]: implemented HTML parser.
2625 2001-02-15
2627         * src/codeconv.[ch]: added CodeConverter, and its methods
2628           (conv_code_converter_new(), conv_code_converter_destroy(), and
2629            conv_convert()).
2630         * src/textview.c: removed the branches by HAVE_LIBJCONV and
2631           rewrote them using CodeConverter.
2633 2001-02-12
2635         * src/mbox.c: proc_mbox(): workaround for duplicated From_ line.
2637 2001-02-11
2639         * src/codeconv.c: some code cleanups.
2641 2001-02-05
2643         * src/mainwindow.c: main_window_popup(): fixed a bug that didn't
2644           popup the main window correctly.
2645         * src/codeconv.h: fixed a bug that the definition of CS_EUC_CN and
2646           CS_EUC_TW was reversed (thanks to Sakamoto).
2648 2001-02-04
2650         * src/gtkutils.[ch]
2651           src/main.c
2652           src/mainwindow.[ch]
2653           src/socket.[ch]: applied the patch from Hiramatu that enables
2654           prohibition of multiple execution and remote control with
2655           command line option (thanks!).
2657 2001-02-03
2659         * src/summaryview.c: summary_button_pressed(), summary_selected():
2660           made it toggle the view if middle button is clicked while message
2661           view is hidden.
2662           summary_drag_data_get(): fixed a memory leaking.
2663         * src/Makefile.am
2664           src/compose.c: compose_write_headers(): modified so that it uses
2665           host_alias for X-Mailer or X-Newsreader field.
2667 2001-02-03
2669         * version 0.4.61
2671         * src/folderview.c: fixed a bug that prevented a folder from being
2672           created if there were already folders that have the same name
2673           somewhere at another place.
2675 2001-02-02
2677         * src/folderview.c: folderview_update_all(): fixed a bug that
2678           caused segmentation fault when a folder was selected after
2679           updating the folder tree.
2680         * src/compose.c: compose_send(): fixed a locking bug.
2681           compose_write_headers(): fixed a bug that referred to cur_account.
2682           compose_convert_header(): made it check the arguments.
2684 2001-02-01
2686         * src/main.c: some cleanups and added --help option.
2688 2001-01-31
2690         * src/send.c: re-enabled user-defined domain name setting.
2691         * src/utils.c: is_next_mbs(): changed the size of temporary
2692           multibyte array to MB_CUR_MAX.
2693           strdup_mbstowcs(): added error check to mbstowcs().
2694           strdup_wcstombs(): added error check to wcstombs().
2695         * src/addr_compl.c: get_address_from_edit(): made it check the
2696           return value of strdup_mbstowcs().
2697         * src/codeconv.c: conv_encode_header(): added error checking
2698           to strdup_mbstowcs().
2700 2001-01-30
2702         * src/utils.c: log_error(): changed g_error() to g_warning() so
2703           that it doesn't abort.
2704           Added iswalnum().
2705         * src/addr_compl.c: add_address(): fixed a bug that aborted the
2706           program if the name or the address is empty.
2707           get_address_from_edit(): supported multibyte characters.
2708         * configure.in: fixed a typo.
2709         * src/send.c: re-enabled user-defined SMTP port setting.
2711 2001-01-30
2713         * version 0.4.60
2715         * configure.in: added --enable-gpgme option, and disabled GPGME
2716           by default.
2717         * made GPGME related members in MimeInfo not used if disabled.
2718         * src/rfc2015.c: some cleanups for warning.
2719         * README
2720           README.jp
2721           INSTALL
2722           INSTALL.jp: updated.
2723         * Makefile.am: modified bzip2 option.
2725 2001-01-29
2727         * src/procmime.[ch]: added MIME_APPLICATION_OCTET_STREAM to
2728           MIME type.
2729         * src/mimeview.c: mimeview_view_file(): made it do nothing if
2730           the MIME type is application/octet-stream.
2731         * src/folderview.c: folderview_update_all(): made it show modal
2732           dialog while updating folders.
2733         * src/folderview.c: folderview_update_all(): fixed a bug that
2734           didn't remove the dialog.
2736 2001-01-28
2738         * src/mimeinfo.c: merged the patch from John E.P. Hynes that
2739           launches the attached file using metamail (thanks!).
2740         * src/procmime.[ch]: added procmime_get_tmp_file_name().
2741         * src/compose.c
2742           src/addr_compl.[ch]: merged the patch from Alfons Hoogervorst
2743           that enables address completion in the address entry on the
2744           composition window (thanks!).
2745         * src/addr_compl.c: get_all_addresses(), read_address_book():
2746           modified so that it uses xml_free_tree() for freeing the address
2747           tree.
2749 2001-01-27
2751         * src/utils.c: remove_dir_recursive(): fixed a bug that failed to
2752           remove the current directory (thanks to Maki).
2753         * src/summary_search.c: added `Select all matched' option to the
2754           search dialog (thanks to Takahashi).
2755         * src/pixmaps/stock_mail_attach.xpm
2756           src/pixmaps/tb_address_book.xpm
2757           src/compose.c: added some toolbar icons contributed from
2758           Leandro Pereira (thanks!).
2760 2001-01-25
2762         * src/rfc2015.c: passphrase_cb(): *finally* fixed a bug that caused
2763           segmentation fault when the passphrase dialog was cancelled.
2764           Hided the passphrase in the debug message.
2765         * src/about.c: about_create(): fixed a bug that failed to compile
2766           when none of the features were used.
2767         * src/foldersel.c: foldersel_set_tree(): made it display all
2768           MH folders.
2769         * src/inc.c: inc_start(): fixed a bug that showed password dialog
2770           continuously if it was cancelled.
2771         * src/summaryview.c: summary_write_cache(): put an assertion after
2772           folder_item_get_cache_file() to prevent the crash.
2773         * thanks to Maki for the above four fixes.
2774         * src/utils.h: added #include <alloca.h>.
2776 2001-01-24
2778         * src/rfc2015.c: changed some g_message() used for error messages
2779           to g_warning().
2781 2001-01-23
2783         * src/procmsg.[ch]: modified READ_CACHE_DATA() macro so that
2784           it can handle a string data of which length >= BUFFSIZE.
2785         * src/rfc2015.c: rfc2015_encrypt(): changed return to `goto failure'.
2786         * src/pixmaps/stock_mail_receive_all.xpm
2787           src/pixmaps/stock_mail_reply_to_all.xpm
2788           src/Makefile.am
2789           src/mainwindow.c: main_window_toolbar_create(): added new toolbar
2790           icons contributed from David Mehrmann (thanks!).
2791         * src/inc.[ch]: overhauled the architecture so that it don't create
2792           and destroy progress dialog for each incorporation in `get all'
2793           mode.
2795 2001-01-22
2797         * src/mh.c: mh_scan_tree_recursive(): fixed a bug that mistook
2798           sub folders named `inbox', etc. as special folders.
2799         * src/rfc2015.c: rfc2015_encrypt(): fixed a bug that didn't quote
2800           boundary correctly.
2802 2001-01-21
2804         * applied the GnuPG patch from Werner Koch (thanks!).
2805         * removed Mixmaster support.
2806         * src/rfc2015.c: changed g_error() to g_warning() and modified some
2807           messages.
2808         * src/about.c: about_create(): modified compiled-in features list.
2809         * README
2810           README.jp
2811           INSTALL
2812           INSTALL.jp: updated.
2813         * src/select-keys.c: create_dialog(): modified the layout.
2814         * src/headerwindow.c
2815           src/addressbook.c
2816           src/logwindow.c: made it raise the window if the window is already
2817           open.
2818         * src/prefs_common.[ch]: added an option for immediate execution.
2819         * src/summaryview.c: made it execute immediately when messages are
2820           moved or deleted if immediate_exec option is turned on.
2821         * src/summaryview.c: summary_delete(), summary_move_selected_to():
2822           moved summary_step() before summary_execute().
2823         * src/folderview.c: folderview_update_all(): made it scan folder
2824           tree correctly.
2825         * src/compose.c: compose_write_headers(): made it don't add
2826           In-Reply-To header if to_list is empty.
2828 2001-01-09  Werner Koch  <wk@gnupg.org>
2830         * configure.in, acconfig.h: Check for GPGME.
2831         * ac/: New directory for local autoconf macros.
2832         * src/Makefile.am: Add support for GPGME
2834         * src/main.c (idle_function_for_gpgme): New.
2835         (main): Register this function.
2837         * src/about.c: Add a note about GPGME.
2839         * src/rfc2015.c, rfc2015.h: New.
2841         * src/mimeview.c (mimeview_show_message): Check signature.
2842         * src/procmime.c (procmime_scan_message): Ditto.
2844         * src/messageview.c (messageview_show): Add decryption stuff.
2846         * src/compose.c (compose_write_to_file): Encrypt the file if requested.
2847         (compose_toggle_encrypt_cb): New
2848         (compose_toggle_mixmaster_cb): New, just to be prepared for
2849         Mixmaster support.
2850         (compose_write_headers): Suppress some headers in mixmaster mode.
2852         * src/prefs_common.c (prefs_common_create): Add Privacy notebook sheet.
2853         (prefs_privacy_create): New.  Also some new structures etc.
2854         * src/compose.c (compose_create): Set encrypt button to prefs default.
2855         * src/compose.h (struct _Compose): Add use_encryption, use_mixmaster.
2857         * src/compose.c (compose_send): Add missing unlock before one return.
2859 2001-01-18
2861         * src/gtksctree.[ch]
2862           src/folderview.c
2863           src/summaryview.[ch]: applied the patch from Hiramatu that enables
2864           DnD from the summary view to the folder view and fixes some other
2865           probrems (thanks!).
2866         * src/mainwindow.c: scan_tree_func(): fixed a bug that caused
2867           segmentation fault.
2868         * src/imap.c: quoted user name in LOGIN and folder name in SELECT.
2869         * src/gtksctree.c: gtk_sctree_button_press(): fixed a bug that
2870           didn't toggle expansion of node.
2872 2001-01-17
2874         * src/imap.c: applied the patch from Nishimura that updates the
2875           message list more precisely and reads the message flags (thanks!).
2876         * src/textview.c: textview_show_header(): made X-Newsreader field
2877           be emphasized too.
2878         * src/summaryview.c: summary_show(): made it flush events when
2879           displaying summary.
2881 2001-01-15
2883         * src/summaryview.c: applied the patch from Alfons that enabled
2884           the horizontal scrollbar of summary view (thanks!).
2886 2001-01-13
2888         * src/compose.c: compose_cb(): fixed a bug that didn't open the
2889           composition window right after launching the program.
2890         * src/setup.c: scan_tree_func(): fixed a bug that caused
2891           segmentation fault.
2893 2001-01-13
2895         * version 0.4.52
2897         * src/textview.c: textview_set_font(): fixed a bug that caused
2898           segmentation fault if the mode of the text widget was changed
2899           between multibyte and singlebyte while the region was selected
2900           (GTK+ bug?).
2902 2001-01-11
2904         * src/mainwindow.c
2905           src/summaryview.c: made it unable to delete or move messages when
2906           in a news folder.
2907         * src/prefs_common.c
2908           src/news.c: added the option for maximum news article number.
2910 2001-01-10
2912         * src/compose.c: compose_send(): changed the location of temporary
2913           file. Made it use the default account if all of tried account
2914           aren't mail one, and made it show alert dialog and abort when even
2915           that failed.
2916         * src/prefs_account.c: prefs_account_get_new_id(): made it preserve
2917           last id number.
2918           prefs_account_open(): made it fill in personal information
2919           according to the default account when creating a new account.
2920         * sylpheed.spec.in: added to autogenerate sylpheed.spec with the
2921           proper version number (thanks to BONAIM).
2922         * configure.in
2923           Makefile.am: added entries for sylpheed.spec.in.
2925 2001-01-09
2927         * src/compose.[ch]: modified so that it can change account
2928           correctly.
2929         * src/send.[ch]: modified so that it doesn't see cur_account.
2930         * src/prefs_account.c: modified so that news setting doesn't
2931           show SMTP server entry.
2933 2001-01-08
2935         * src/folderview.c: fixed a bug that didn't sort special folders
2936           correctly when a new folder is created or renamed.
2938 2001-01-07
2940         * src/compose.[ch]: enabled to select account at composing window.
2941         * src/folderview.c: made it display unread number next to folder
2942           name.
2943         * src/prefs_common.[ch]: added the option for unread number display.
2945 2001-01-06
2947         * src/compose.[ch]: integrated news posting patch from DINH V. Ho`
2948           and made many modifications (thanks!).
2949           compose_write_headers(): made the spaces in newsgroups removed.
2950           Supported Followup-To.
2951           compose_destroy(): got the objects removed properly.
2952         * src/news.c: merged news_post_to_group() and news_post() since
2953           they doesn't have to do multiple posting.
2954         * src/import.c: import_destsel_cb(): fixed a bug that failed to
2955           import into the selected folder.
2956         * src/prefs_account.c: modified the interfaces.
2958 2001-01-05
2960         * src/codeconv.[ch]
2961           prefs_common.c: changed "SHIFT-JIS" to "Shift_JIS" since the
2962           string is registerd to IANA.
2963         * src/nntp.[ch]: added nntp_post().
2964         * src/news.[ch]: added news_post() and news_post_to_group().
2966 2001-01-04
2968         * src/account.c: account_edit_open()
2969           src/mainwindow.c: new_account_cb(): made it unable to edit
2970           accounts if some composing windows are open.
2972 2001-01-03
2974         * src/folder.[ch]: added folder_set_name().
2975         * src/account.c: made a folder name of IMAP4/NNTP become the same
2976           as the name of account.
2978 2001-01-02
2980         * src/summaryview.c: summary_filter_func(): fixed a bug that failed
2981           to filter messages.
2983 2001-01-02
2985         * version 0.4.51
2987         * src/mbox.c: fixed a bug that didn't incorporate spool file
2988           correctly. Modified so that it recognizes From_ line as separator
2989           of messages even if the previous line isn't empty line.
2990         * src/send.c: send_message_queue()
2991           src/procmsg.c: procmsg_send_queue(): Fixed a bug that printed
2992           warning when it tried to delete a sent message.
2994 2001-01-01
2996         * version 0.4.50
2998         * src/folder.[ch]
2999           src/news.[ch]: modified so that it actually gets news articles.
3000         * src/utils.[ch]: added make_dir_hier() that creates directory
3001           hierarchy.
3002         * src/folder.c:
3003           folder_item_get_cache_file(), folder_item_get_mark_file():
3004           made it creates cache directory if it doesn't exist.
3005           folder_add(): made it insert the added folder into the correct
3006           position.
3007         * src/imap.[ch]: modified so that it suits the new folder
3008           architecture. Fixed a bug that caused segmentation fault
3009           if authentication failed at imap_auth().
3010         * src/folderview.c: implemented IMAP4 folder handling routines.
3012 2000-12-31
3014         * src/prefs_account.[ch]: added account ID and nntp_server
3015           to PrefsAccount. And added the interface for NNTP server.
3016         * src/folderview.c: modified news folder handling routines.
3017         * src/folder.[ch]: removed cache_dir from RemoteFolder, and
3018           modified folder_item_get_path().
3020 2000-12-29
3022         * src/folder.[ch]: added create_folder(), rename_folder(),
3023           remove_folder() to Folder class.
3024         * src/mh.[ch]: added mh_create_folder(), mh_rename_folder(), and
3025           mh_remove_folder().
3026           Implemented mh_create_tree() that creates MH directory tree.
3027           mh_rename_folder(): modified so that the paths of sub folders
3028           are set properly.
3029         * src/folderview.c: modified folderview_new_folder_cb(),
3030           folderview_rename_folder_cb(), and folderview_delete_folder_cb()
3031           so that they work properly.
3032           Added folderview_remove_mailbox_cb() and the menu entry that
3033           remove mailbox from folder tree.
3034         * src/setup.[ch]: added for initial setup.
3035         * src/alertpanel.c: modified the appearance of the dialog.
3036         * src/compose.c: fixed compose_save_to_outbox() and
3037           compose_queue() so that it sets flags correctly.
3039 2000-12-28
3041         * src/mainwindow.c: modified the strings of toolbar labels.
3043 2000-12-27
3045         * src/gtkutils.[ch]: added gtkut_ctree_node_move_if_on_the_edge().
3046         * src/summaryview.c: summary_display_msg(): made it scroll the
3047           list if the message of the edge of that is displayed.
3049 2000-12-25
3051         * src/folder.[ch]
3052           src/mh.[ch]: added functions for moving messages.
3053         * src/procmsg.[ch]: moved procmsg_move_messages_with_dest()
3054           to folder.c and mh.c. Added procmsg_to_folder_hash_table().
3056 2000-12-24
3058         * src/utils.[ch]: added get_tmp_file().
3059         * src/pop.c
3060           src/inc.c
3061           src/folder.c: fixed a bug that failed to drop messages.
3062         * src/mh.c: mh_scan_folder(): made it check new, unread, and total
3063           number of the folder.
3065 2000-12-23
3067         * src/folderview.c: added special folder setting routine.
3068         * src/folder.[ch]: added a method is_msg_changed().
3069           Implemented folder_find_item_from_path().
3070         * src/summaryview.c: fixed some bugs that wrongly freed FolderItem's.
3071         * autogen.sh: fixed so that the configure can take arguments.
3073 2000-12-22
3075         * src/main.c
3076           src/mainwindow.[ch]: added main_window_new_mailbox() that asks
3077           the path of mailbox and create the one.
3078         * src/folderview.c: made the folder tree and selected folder
3079           expanded.
3081 2000-12-21
3083         * src/mh.[ch]
3084           src/folder.c: implemented mh_scan_tree() that scans the folder
3085           recursively and create the tree.
3087 2000-12-19
3089         * src/compose.c
3090           src/defs.h
3091           src/filter.[ch]
3092           src/folder.[ch]
3093           src/foldersel.[ch]
3094           src/folderview.[ch]
3095           src/imap.[ch]
3096           src/import.c
3097           src/inc.c
3098           src/main.[ch]
3099           src/mainwindow.c
3100           src/mbox.[ch]
3101           src/mh.[ch]
3102           src/news.[ch]
3103           src/prefs_common.c
3104           src/procmsg.[ch]
3105           src/summaryview.[ch]
3106           src/xml.[ch]
3107           src/Makefile.am: merged the development tree into the cvs tree.
3108           Some functions are not unimplemented yet.
3110 2000-12-18
3112         * version 0.4.9
3114 2000-12-11
3116         * src/xml.[ch]: supported omitted tag (<tag />).
3117         * src/procmsg.c: procmsg_msg_exist(): fixed a memory leak bug.
3118         * src/imap.c: imap_parse_atom(): fixed a bug that caused
3119           segmentation fault if the subject was empty (thanks to Tsutsui).
3120         * src/folder.[ch]: updated.
3122 2000-12-10
3124         * src/xml.[ch]: added xml_parse_file() that parses the whole XML
3125           file specified and returns the tree.
3127 2000-12-09
3129         * po/pt_BR.po: fixed some typos that caused segmentation fault.
3131 2000-12-07
3133         * version 0.4.8
3135         * src/session.h: added.
3136         * src/folder.[ch]: updated.
3137         * src/compose.c: compose_write_to_file()
3138           src/codeconv.c: conv_get_outgoing_charset_str(): fixed a bug
3139           that put a garbage to charset if the outgoing character set was
3140           specified and non-ascii characters were used in subject.
3142 2000-12-04
3144         * src/statusbar.c: statusbar_puts(): fixed a bug that locked the
3145           progress if the status bar was hidden.
3147 2000-12-03
3149         * src/folder.[ch]: added for the more object-oriented folder
3150           management.
3152 2000-12-02
3154         * version 0.4.7
3156         * src/mainwindow.c
3157           src/prefs_common.[ch]: made the state of status bar get preserved.
3158         * src/compose.c: compose_insert_sig(): modified so that it doesn't
3159           put a separator if a signature file doesn't exist.
3160         * src/prefs_account.[ch]
3161           src/inc.c: added the option that toggles whether to receive
3162           messages when getting from all accounts.
3163         * README
3164           README.jp: updated the description and added some usages.
3166 2000-12-01
3168         * src/Makefile.am
3169           src/gtkshruler.[ch]
3170           src/compose.[ch]: applied the patches from Alfons Hoogervorst
3171           that makes the ruler of composition window graphical (thanks!).
3173 2000-11-27
3175         * src/codeconv.c
3176           src/mainwindow.c
3177           src/prefs_common.c: replaced CS_WINDOWS_1251 with CS_CP1251.
3179 2000-11-27
3181         * version 0.4.6
3183         * src/compose.c: turned the color of quoted messages black again.
3185 2000-11-26
3187         * src/about.c: added a clickable URI to the Sylpheed home page,
3188           and a list of compiled-in features.
3189         * src/compose.c: made the color of quoted messages blue.
3190         * src/summaryview.c: added `Show all header' to the context menu.
3191         * src/prefs_common.c: removed the threading option from the dialog.
3192         * src/compose.c: fixed a bug that didn't parse the quotation format
3193           correctly.
3195 2000-11-25
3197         * src/compose.c: compose_set_ext_editor_sensitive(): modified so
3198           that it toggles linewrap menu item and tool button.
3199         * src/prefs_common.c: modified the default of the signature
3200           separator.
3201         * src/compose.[ch]: added ruler to the compose window.
3202         * src/prefs_common.[ch]: added a member for the state of ruler
3203           display.
3205 2000-11-24
3207         * src/headerview.[ch]: added the destroy function.
3208         * src/messageview.c: messageview_destroy(): fixed a memory leak
3209           bug that didn't freed the HeaderView object.
3210         * src/prefs.c: prefs_write_open(): fixed a memory leak bug.
3211         * src/xml.c: xml_close_file(): fixed a memory leak bug (thanks
3212           to Alfons Hoogervorst for the above three memory leak bug fixes).
3214 2000-11-23
3216         * version 0.4.5
3218         * README
3219           README.jp
3220           INSTALL
3221           INSTALL.jp: modified some descriptions.
3223 2000-11-22
3225         * src/compose.c: implemented line-wrapping functions.
3226         * src/prefs_common.[ch]: added the settings for line-wrapping.
3227         * src/codeconv.[ch]: added Windows-1251 to the codesets.
3228           conv_jistoeuc(): fixed a bug that caused segmentation fault
3229           when some half-width kana characters appeared.
3230         * src/summaryview.c: summary_select_all(): made it show message
3231           on the status bar if the number of messages is large.
3233 2000-11-18
3235         * src/compose.c: compose_reply(), compose_quote_parse_fmt():
3236           modified so that it parses the quotation mark too.
3237           Added %I that means the initial of sender to the format.
3238         * src/codeconv.[ch]: added GB2312 and Big5 to the codesets.
3239           Fixed a bug that set the wrong outgoing codeset.
3240         * src/mainwindow.c
3241           src/prefs_common.c: modified the menu item of Chinese codeset.
3243 2000-11-17
3245         * src/codeconv.[ch]
3246           src/prefs_common.[ch]: modified so that outgoing charset is
3247           saved as a string, not a number.
3249 2000-11-16
3251         * src/textview.c: textview_set_font(): changed the scheme of
3252           selecting between font and fontset. And changed the default
3253           font of ISO-8859-1.
3254         * src/headerview.c: headerview_show_xface(): made it ignore
3255           invalid X-Face.
3256         * src/codeconv.c: conv_codeset_strdup(), conv_get_code_conv_func():
3257           modified so that it consider the source codeset as ISO-2022-JP if
3258           it is NULL and the current locale is Japanese.
3260 2000-11-14
3262         * src/textview.c: textview_destroy(): fixed a bug that caused
3263           segmentation fault if textview->msgfont is NULL (thanks to
3264           Hiramatu).
3265         * src/main.c
3266           src/defs.h: applied the patch from Yanase that enables to
3267           save the shortcuts of the menus (thanks!).
3269 2000-11-11
3271         * src/mainwindow.[ch]: added main_window_set_menu_sensitive() that
3272           toggles the sensitivity of menu items.
3273         * src/summaryview.c: renamed summary_set_popup_sensitive() to
3274           summary_set_menu_sensitive(), and made it set the sensitivity of
3275           the main menu.
3277 2000-11-09
3279         * src/textview.c: textview_init(): fixed a bug that didn't disable
3280           the theme engine of GtkText (thanks to Hiramatu).
3281         * src/compose.c: compose_quote_parse_fmt(): added %n and %N that
3282           means the full name of sender and the first name.
3283         * manual/ja/*.??ml: updated to the latest version.
3285 2000-11-07
3287         * version 0.4.4
3289         * src/defs.h: separated the definitions from main.h and applied the
3290           patch from TOGAWA that sets DEFAULT_SPOOL_PATH and MAXPATHLEN
3291           from the system headers (thanks!).
3292         * src/codeconv.c: conv_get_current_charset(): fixes for lt_LT and
3293           UTF-8 locale.
3294         * src/textview.c: textview_set_font(): modified so that it sets
3295           the correct font when the locale is multi-byte.
3296           textview_destroy(): added proper codes for destruction.
3297           textview_show_header(): fixed the coloration of X-Mailer.
3299 2000-11-06
3301         * src/textview.[ch]: made TextView have single-byte and multi-byte
3302           GtkText, and switch between them according to the given codeset.
3303         * src/compose.c: compose_create(): modified the font setting
3304           routine.
3306 2000-11-02
3308         * src/textview.[ch]: moved the message font variable into TextView.
3309           textview_set_font(): modified so that it uses gdk_font_load()
3310           if the given codeset is US-ASCII or ISO-8859-*.
3312 2000-11-01
3314         * src/codeconv.c
3315           src/procmime.c
3316           src/prefs_common.c
3317           src/textview.c
3318           src/compose.c: workaround for the 8bit code issue (used
3319           gdk_font_load() instead of gdk_fontset_load() when the locale is
3320           C, or not set).
3322 2000-11-01
3324         * version 0.4.3
3326         * src/compose.[ch]: added `Draft' tool button.
3327         * src/imap.c: imap_parse_envelope(): fixed a parsing bug.
3328         * README, README.jp: added the explanation of the locale setting.
3330 2000-10-31
3332         * src/compose.c: made it overwrite the previous draft message when
3333           reedited the draft and saved it again.
3334         * src/procmsg.[ch]: added procmsg_msg_exist() that examine whether
3335           the message really exists.
3336         * src/folderview.[ch]: added folderview_scan_folder_a() and
3337           folderview_scan_folder_foreach_a() that scan the specified
3338           folders for each folderviews.
3339         * src/mainwindow.[ch]: removed main_window_scan_folder() and
3340           main_window_scan_folder_all().
3341           Added `Reedit' to the menu.
3342         * src/import.[ch]: removed MainWindow from the argument of
3343           import_mbox().
3344         * src/summaryview.c: removed the unnecessary items from the popup
3345           menu. Changed summary_reedit_cb() to summary_reedit(), and made
3346           it public.
3348 2000-10-30
3350         * src/compose.h: added a member msginfo to Compose.
3351         * src/procmsg.[ch]: added procmsg_msginfo_copy() that duplicates
3352           the MsgInfo object.
3354 2000-10-25
3356         * src/summaryview.c: made the the popup menu change the sensitivity
3357           according to the context. Fixed a bug that showed the `clean trash'
3358           dialog repeatedly if `D' key was pressed when the focus was on the
3359           summary view.
3360         * src/pixmaps/unread.xpm: changed the color of unread mark to blue.
3362 2000-10-22
3364         * src/main.c: fixed g_thread initialization.
3366 2000-10-21
3368         * src/codeconv.c: added pt_BR to locale_table.
3369         * src/prefs_common.c: prefs_send_create(): added `US-ASCII',
3370           `ISO-8859-1', and Japanese codeset to the option menu of outgoing
3371           codeset when not using libjconv.
3372         * src/compose.c: fixed the bug on saving draft again.
3374 2000-10-19
3376         * src/compose.c: compose_write_headers(): fixed a bug that failed
3377           to write headers if To: was empty when saving draft.
3379 2000-10-18
3381         * src/procmime.[ch]
3382           src/compose.c
3383           src/headerwindow.[ch]
3384           src/summaryview.c
3385           src/messageview.[ch]
3386           src/mimeview.c
3387           src/textview.c
3388           src/procmsg.[ch]
3389           src/procheader.[ch]: modified so that they can handle queue folder
3390           properly.
3391         * src/compose.[ch]
3392           src/summaryview.c: implemented draft-reediting function.
3393         * src/mainwindow.c
3394           src/summaryview.c
3395           src/mimeview.c: replaced *(GtkWidget **) with the macro
3396           GTK_WIDGET_PTR().
3398 2000-10-17
3400         * src/procmsg.[ch]: procmsg_msginfo_free(): fixed a memory leak bug.
3401           Added MSG_QUEUED and MSG_DRAFT to MsgFlags, and made it set them
3402           if the folder is QUEUE_DIR or DRAFT_DIR.
3404 2000-10-14
3406         * version 0.4.2
3408         * src/headerview.c
3409           src/messageview.c: modified the border of the headerview.
3410         * src/gtkutils.h: added the macro GTK_WIDGET_PTR() that casts
3411           an Sylpheed object to GtkWidget.
3412         * src/utils.c: remove_return(), remove_space(): fixed a bug that
3413           possibly caused segmentation fault.
3414         * src/compose.[ch]
3415           src/mainwindow.c
3416           src/summaryview.c: implemented `forward as an attachment'.
3417         * src/utils.[ch]: open_uri(): brought on URI opening function from
3418           textview.c and manual.c.
3420 2000-10-13
3422         * src/mainwindow.c
3423           src/summaryview.c
3424           src/compose.[ch]
3425           src/prefs_common.[ch]: removed `Reply with quote', and added
3426           `Reply to all', and added the option that decides whether to
3427           quote message on replying.
3429 2000-10-12
3431         * src/folderview.c: modified so that it uses gtkut_wait_for_draw()
3432           instead of GTK_EVENTS_FLUSH() for statusbar redraw.
3433         * src/codeconv.[ch]
3434           src/mainwindow.c
3435           src/prefs_common.c: added Baltic (ISO-8859-4,13) to the code sets.
3436         * src/compose.c: compose_send(): modified so that it shows error
3437           dialog when failed to send a message.
3439 2000-10-11
3441         * src/account.c: account_edit_close(): fixed a bug that didn't set
3442           current account when creating an account for the first time.
3443         * configure.in: added es to ALL_LINGUAS.
3445 2000-10-10
3447         * src/codeconv.c: conv_codeset_strdup(): made it use libkcc if
3448           possible.
3449           conv_get_code_conv_func(): modified so that it doesn't convert
3450           codeset if it is unknown.
3451         * src/folderview.c: folderview_update_msg_num(): modified style
3452           changing routine.
3454 2000-10-09
3456         * src/codeconv.c: conv_codeset_strdup(): modified so that it sets
3457           codesets automatically if the arguments are NULL.
3458         * src/textview.c: textview_write_line(): made it output warning
3459           message on the text view if conversion failed.
3461 2000-10-06
3463         * README, README.jp: modified the author of the manual.
3465 2000-10-05
3467         * src/headerview.[ch]
3468           src/messageview.[ch]: modified so that it uses GtkLabel widget
3469           instead of GtkText.
3470         * src/codeconv.c: conv_unmime_header(): modified so that it deletes
3471           unreadable codes if the current locale is EUC-JP and libjconv is
3472           used.
3474 2000-10-04
3476         * src/procmime.[ch]
3477           src/messageview.c
3478           src/mimeview.c
3479           src/textview.c: modified so that it parses MIME message more
3480           preferably.
3481         * src/imap.c: imap_parse_address(): fixed a bug.
3483 2000-10-03
3485         * src/procmsg.[ch]: added procmsg_get_message_file_path().
3486         * src/recv.c: recv_bytes_write(): added CR+LF -> LF conversion
3487           routine.
3488         * src/imap.[ch]: changed the name of the member `group' in
3489           IMAPSession to `mbox'.
3490           imap_gen_send(): modified so that it doesn't output the password
3491           to the log.
3492           Modified session destroying routine.
3493         * src/folderview.c: folderview_write_cache(): made it preserve
3494           the IMAP folder list.
3495         * src/procmime.c: procmime_scan_multipart_message(): fixed a bug
3496           that showed boundary at the end of an attached RFC822 part.
3497         * src/prefs_common.c: changed the default of toolbar style to
3498           both icon and text.
3500 2000-10-02
3502         * src/imap.c: imap_get_uncached_messages(): modified so that it
3503           doesn't get the cached envelopes.
3504           imap_session_get_message_info(): made it read only the cache
3505           if the session is not established.
3506         * src/procmsg.c: procmsg_set_flags(): supported IMAP folder.
3507         * src/news.c: news_get_article_info(): made it read only the cache
3508           if the session is not established.
3510 2000-10-01
3512         * src/textview.c: textview_write_line(): fixed a memory leak bug.
3513         * src/folderview.[ch]: made it create IMAP4 folders from the
3514           account information.
3515         * src/imap.[ch]: imap_session_get(): modified so that it creates
3516           IMAP4 session from the account information.
3518 2000-09-30
3520         * src/imap.[ch]: added for IMAP4 support.
3521         * src/summaryview.[ch]
3522           src/procmsg.c
3523           src/recv.[ch]: modified for IMAP4 support.
3524         * src/folderview.c: more IMAP4 implementation.
3525         * src/procmsg.[ch]: added procmsg_get_message_file() that retrieves
3526           the specified message and return the file name.
3527         * src/gtkutils.c: gtkut_widget_wait_for_draw(): fixed a bug that
3528           locked up the process if the given widget was invisible.
3530 2000-09-28
3532         * src/folderview.[ch]: added IMAP4-related code.
3534 2000-09-28
3536         * version 0.4.1
3538         * src/main.h: added IMAP_CACHE_DIR.
3539         * src/utils.[ch]: added get_imap_cache_dir().
3540         * src/procmsg.h: added M_IMAP to MsgType, and MSG_IMAP to MsgFlags.
3541           Added macro MSG_IS_IMAP().
3542         * src/codeconv.c: added `#include <locale.h>' for setlocale().
3543         * sylpheed.spec: fixed %files section.
3545 2000-09-27
3547         * version 0.4.0
3549         * src/codeconv.c: conv_get_current_charset(): made it compare
3550           string with strncasecmp().
3551         * src/compose.c: comopse_reply_parse_header(): workaround for
3552           the malformed References: header generated by OE5 :(
3554 2000-09-26
3556         * src/prefs_common.c
3557           src/prefs_account.c: modified the layout of the widgets.
3559 2000-09-26
3561         * version 0.3.99
3563         * src/*.[ch]: added copyright notice to the top of the source files.
3564         * src/compose.c: compose_write_attach(): modified filename encode
3565           routine.
3567 2000-09-25
3569         * src/mainwindow.c: fixed the menu entry of manual.
3570         * src/compose.c
3571           src/codeconv.[ch]: moved compose_encode_header() into codeconv.c,
3572           and applied the libjconv patch.
3573         * src/utils.c: strdup_mbstowcs(), strdup_wcstombs(): used g_realloc()
3574           to reduce the alloc'd memory to the optimal size.
3575         * src/prefs_common.[ch]: added outgoing codeset option menu.
3576         * src/compose.c: compose_send(): added exclusive lock to prevent
3577           multiple-sending.
3578         * configure.in: made '--enable-ipv6=no' the default.
3579         * src/compose.c: compose_write_attach(): made it encode the name
3580           of the attached file.
3581         * src/procmsg.c: procmsg_get_last_message_number(): fixed a bug that
3582           didn't check the type of file.
3583           procmsg_move_messages_with_dest(): fixed a bug that failed to
3584           move message if a directory that had the same name existed.
3585         * src/utils.c: is_ascii_str(): modified so that '\t', ' ', '\r', '\n'
3586           are included as ASCII characters.
3588 2000-09-24
3590         * src/compose.c
3591           src/procmime.[ch]: modified so that it actually works when using
3592           libjconv :)
3593         * src/codeconv.[ch]: added conv_codeset_strdup() that converts
3594           the codeset of string according to the codeset specified in
3595           arguments.
3596         * src/utils.[ch]: added is_ascii_str() that determines whether the
3597           string is 7bit-ASCII or not.
3598         * src/procmime.[ch]
3599           src/codeconv.[ch]: moved the character set related functions
3600           into codeconv.c.
3601         * merged the patch and the manual written by BONAIM (thanks!).
3603 2000-09-23
3605         * configure.in
3606           src/compose.c
3607           src/gtkutils.c
3608           src/mainwindow.c
3609           src/procmime.[ch]
3610           src/textview.c
3611           src/unmime.[ch]: applied the patch from Higuchi that utilizes
3612           libjconv and enables to handle many locales, including UTF-8
3613           (Unicode) (thanks!).
3614         * src/account.c: modified so that the account isn't changed when
3615           another account is selected on account edit dialog.
3617 2000-09-20
3619         * src/prefs_common.[ch]
3620           src/textview.c: added an option that specifies whether to display
3621           short headers on message view.
3622         * src/codeconv.[ch]: added function conv_unmime_header() that
3623           decodes MIME-encoded header and converts the character set.
3624           And added conv_unreadable_latin(), and modified conv_latintodisp().
3625         * src/messageview.[ch]: made the window get closed when escape key
3626           is pressed.
3628 2000-09-17
3630         * src/imageview.c: fixed a bug that caused segmentation fault if
3631           message view was in new window.
3632         * src/prefs_common.c: added `xemacs %s' to the external editor
3633           command line list.
3635 2000-09-16
3637         * version 0.3.29
3639         * src/summaryview.c: enabled to open a new message window with
3640           double-clicking.
3641         * src/prefs_common.[ch]
3642           src/messageview.c: made it preserve the window size of message
3643           window.
3644         * src/prefs_account.c: added `None (local)' to the option menu of
3645           protocol.
3647 2000-09-15
3649         * Makefile.am: added autogen.sh to EXTRA_DIST.
3651 2000-09-09
3653         * src/prefs_common.c: applied the patch from Paul Rolland that
3654           enables font selection dialog (thanks!).
3655         * src/compose.[ch]
3656           src/utils.[ch]: moved tzoffset() and compose_get_date() of
3657           compose.[ch] into utils.[ch].
3658         * src/main.[ch]: renamed the name of filter file to `filterrc'.
3660 2000-09-06
3662         * src/compose.[ch]
3663           src/utils.[ch]: modified address parsing routine so that it
3664           parses quotes correctly.
3665         * src/textview.c: textview_show_part(): modified so that it shows
3666           the simplified headers if the part is text/plain.
3668 2000-09-03
3670         * src/messageview.[ch]
3671           src/summaryview.[ch]
3672           src/mainwindow.c: enabled to open a message in new window.
3673         * src/messageview.[ch]
3674           src/mimeview.[ch]
3675           src/textview.[ch]
3676           src/imageview.[ch]: added destroy function, and modified the
3677           key handling routines.
3679 2000-09-02
3681         * src/socket.c: sock_connect_by_getaddrinfo(): fixed a bug that
3682           caused segmentation fault (thanks to KUROSAWA).
3683         * src/alertpanel.c: modified so that the focused button is
3684           selectable.
3685         * src/account.c
3686           src/compose.c
3687           src/folderview.c: modified so that the order of the buttons of
3688           alert panel will be `Yes', `No'.
3690 2000-09-01
3692         * src/utils.[ch]: added execute_async() and execute_command_line()
3693           that execute command line using execvp().
3694         * src/textview.c
3695           src/mimeview.c
3696           src/procmsg.c: replaced system() with execute_command_line()
3697           for security.
3698         * src/procmsg.c: turn back to system().
3699         * src/utils.c: modified execute_command_line().
3701 2000-08-31
3703         * src/mainwindow.c: main_window_get_size(): modified so that it
3704           doesn't update the height of SummaryView if MessageView is
3705           toggled off.
3706         * src/compose.[ch]: applied the patch from NAKAGAWA that fixes some
3707           probrems of external editor handling (thanks!).
3708         * src/uuencode.[ch]
3709           src/procmime.[ch]: applied the patch from Hiramatu that make it
3710           supports Content-Transfer-Encoding: x-uuencode (thanks!).
3712 2000-08-30
3714         * src/compose.[ch]
3715           src/prefs_common.[ch]: implemented the external editor faculty.
3716         * src/compose.c: compose_attach_property(): fixed some bugs on
3717           changing the property of attached file.
3718         * src/compose.c: fixed some bugs of external editor functions.
3720 2000-08-29
3722         * version 0.3.28
3724         * src/mainwindow.c
3725           src/prefs_common.[ch]
3726           src/summaryview.c: applied the patch from Paul Rolland that
3727           restores the size of widgets when restarting (thanks!).
3728         * src/folderview.c
3729           src/prefs_common.[ch]
3730           src/summaryview.c: applied the patch from Paul Rolland that saves
3731           the width of CTree columns (thanks!).
3733 2000-08-27
3735         * src/headerview.c: modified the height of HeaderView.
3736         * src/textview.c: textview_show_part(): made it process the message
3737           as normal text if it is single-part RFC822 message.
3738         * src/folderview.c
3739           src/summaryview.c: some changes around the key handling.
3740         * src/prefs_common.[ch]: substituted the word `assort' with `filter'.
3742 2000-08-26
3744         * src/codeconv.[ch]: added conv_latintodisp() for ISO-8859-1 support.
3745         * src/procheader.c: procheader_get_one_field(): fixed a bug that
3746           caused segmentation fault if the first line of the file is space
3747           or tab (thanks to Hiramatu).
3748         * src/mimeview.c: mimeview_drag_data_get(): modified so that the
3749           filename doesn't include G_DIR_SEPARATOR (thanks to Hiramatu).
3750         * src/prefs_account.c
3751           src/prefs_common.c: modified the dialog size.
3752         * src/prefs.c: made the dialog window growable.
3754 2000-08-25
3756         * version 0.3.27
3758         * configure.in: removed unnecessary AC_CHECK_FUNC(gettext) that
3759           caused the failure of the detection of libintl.
3760         * src/filter.[ch]
3761           src/prefs_common.c: implemented `not contain', and modified for
3762           future enhancement.
3763         * src/imageview.c: changed alertpanel_error() to g_warning() so that
3764           it doesn't grab mouse events.
3765         * src/compose.[ch]: added compose_list that holds the list of
3766           Compose objects, and added the function compose_get_compose_list().
3767         * src/main.c
3768           src/mainwindow.c
3769           src/summaryview.c: made it confirm if composing message exists.
3771 2000-08-23
3773         * src/compose.c: compose_reply_set_entry(): fixed a bug that caused
3774           segmentation fault when trying to reply the message in the queue
3775           folder (thanks to Kotobuki).
3776           compose_attach_property(): modified the property dialog routine
3777           so that it can handle input error.
3778         * src/mimeview.c: applied the patch from Hiramatu that enables
3779           the drag 'n drop from MimeView (thanks!).
3780         * src/headerview.[ch]
3781           src/procheader.c
3782           src/procmsg.h: applied the patches for X-Face support from
3783           HIROSHIMA (thanks!).
3785 2000-08-22
3787         * src/compose.c: compose_attach_property(): modified so that the
3788           property dialog can actually change the property of attached file.
3790 2000-08-21
3792         * configure.in
3793           src/Makefile.am: updated for gdk_imlib.
3794         * added AUTHORS and NEWS.
3795         * configure.in
3796           acconfig.h
3797           src/Makefile.am: modified so that configure auto-detects gdk-pixbuf
3798           and gdk_imlib library. And fixed a bug on IPv6 detecting.
3799         * src/imageview.c: supported gdk-pixbuf.
3800         * README
3801           README.jp
3802           INSTALL
3803           INSTALL.jp: added the mention about built-in image view.
3804         * configure.in: modified so that configure can disable gdk-pixbuf
3805           or/and gdk_imlib library.
3807 2000-08-20
3809         * src/imageview.[ch]
3810           src/main.c
3811           src/messageview.[ch]
3812           src/mimeview.[ch]: applied the patches from HIROSHIMA that enables
3813           to display image (thanks!).
3815 2000-08-19
3817         * version 0.3.26
3819         * src/summaryview.c: summary_assort_func(): modified to avoid
3820           `not receive' setting.
3822 2000-08-18
3824         * src/filesel.c: applied the patch from HIROSHIMA that makes it
3825           remember previous directory when opening the dialog (thanks!).
3826         * src/summaryview.[ch]: added a function summary_redisplay_msg().
3827         * src/mainwindow.c: set_charset_cb(): made it redisplay the message
3828           that is currently shown when the character set is changed.
3829         * src/inc.c
3830           src/pop.c
3831           src/prefs_common.c
3832           src/filter.h: applied the patch from Tanaka that enables not to
3833           receive specified messages according to the sorting rule (thanks!).
3835 2000-08-15
3837         * src/procmsg.[ch]: added MSG_MIME to the type MsgFlags. And modified
3838           so that it handles MSG_MIME flag, and it scans uncached messages
3839           when cache reading failed even if it is specified not to scan
3840           new messages.
3841         * src/procheader.c: procheader_parse(): added the determination of
3842           multipart MIME message.
3843         * src/main.h: increased CACHE_VERSION.
3844         * src/summaryview.[ch]: added the `MIME' column that shows whether
3845           a message is multipart or not.
3846         * src/prefs_common.[ch]: added the `MIME' column to the setting of
3847           displaying item.
3848         * added src/pixmaps/clip.xpm.
3849         * src/summaryview.c
3850           src/procmsg.[ch]: modified so that it prompts the print command
3851           before printing.
3853 2000-08-14
3855         * src/folderview.c: folderview_create()
3856           src/summaryview.c: summary_create():
3857           src/addressbook.c: addressbook_create(): set the expander style of
3858           CTree to GTK_CTREE_EXPANDER_SQUARE.
3859         * src/compose.c: modified the interface of property dialog.
3861 2000-08-13
3863         * src/compose.c: added property dialog for attached file.
3865 2000-08-11
3867         * src/procmsg.[ch]: added a function procmsg_print_message() that
3868           prints the given message.
3869         * src/summaryview.c: summary_print(): modified so that it prints
3870           all selected messages.
3871         * src/folderview.c: folderview_select_node(): fixed a bug that
3872           didn't focus on folder tree if inbox was empty when incorporating.
3874 2000-08-10
3876         * version 0.3.25
3878         * src/prefs_commmon.[ch]: added `Other' tab and an option for
3879           printing. And moved external browser option to there.
3880         * src/mainwindow.c
3881           src/summayview.[ch]: added print menu and implemented print
3882           functions.
3884 2000-08-09
3886         * src/prefs_account.c: made the default value of smtp_server to
3887           NULL.
3888         * src/folderview.c: folderview_update_msg_num(): modified so that
3889           it doesn't emphasize trash folder even if it has new or unread
3890           messages.
3892 2000-08-08
3894         * src/filesel.c: filesel_select_file(): (perhaps) fixed a bug that
3895           caused segmentation fault when file selection dialog was closed
3896           and other dialog was open immediately.
3898 2000-08-05
3900         * src/compose.c: compose_encode_header(): fixed a bug that caused
3901           infinite loop if wctomb() failed.
3903 2000-08-04
3905         * version 0.3.24
3907         * src/mimeview.c: enabled to open an attached file with double click
3908           and popup menu. And cleaned up the code.
3909         * src/procmime.[ch]: added a function procmime_get_part() that
3910           saves the part of multipart message.
3912 2000-08-03
3914         * src/main.[ch]
3915           src/mimeview.c
3916           src/prefs_common.[ch]
3917           src/procmime.[ch]
3918           src/utils.[ch]: applied a patch that enables to launch attached
3919           image, audio, and HTML file (thanks to Hashimoto).
3920         * src/filter.c: filter_match_condition(): fixed a bug that caused
3921           segmentation fault if the body of specified filter is NULL. And
3922           made the filter considered as being matched on that case.
3924 2000-07-30
3926         * src/summaryview.c:
3927           summary_save_as(): fixed a bug that unabled to save news articles.
3928           summary_display_msg(): added exclusive lock to prevent it from
3929           reading another news article while it is already processing one.
3930         * src/gtkutils.[ch]: added gtkut_widget_wait_for_draw() that waits
3931           the draw signal to be emitted.
3932         * src/mainwindow.c:
3933           main_window_cursor_wait()
3934           main_window_cursor_normal(): added gdk_flush() to change cursor
3935           immediately.
3936         * Makefile.am
3937           libkcc/Makefile.am: added EXTRA_DIST for `make dist'. And added
3938           a target `release' to Makefile.am.
3940 2000-07-28
3942         * src/socket.c: supported IPv6.
3943         * configure.in
3944           acconfig.h: added checking for IPv6.
3945         * prefs_common.c: changed the default of toolbar_style to icon only.
3947 2000-07-27
3949         * initial cvs import.
3950         * updated README and README.jp.
3952 2000-07-24
3954         * version 0.3.23
3956         * src/procmime.[ch]: modified the structure of MimeInfo so that it
3957           can be handled as a node of tree.
3958           Added procmime_mimeinfo_free_all() that frees all of the MimeInfo
3959           recursively.
3960           Added procmime_get_text_part() that scans a message and gets a text
3961           part for quoting.
3962         * src/mimeview.c: divided mimeview_scan_multipart_message() into
3963           procmime_scan_multipart_message() and mimeview_set_multipart_tree().
3964         * src/compose.c: compose_quote(), compose_forward():
3965           made it quote the text part of multipart message properly.
3966           Made it preserve the size of Compose window.
3967         * src/prefs_common.[ch]: added compose_width and compose_height to
3968           the members.
3969         * src/textview.c: textview_show_part(): some code cleanups.
3970         * src/codeconv.[ch]: added a function conv_get_code_conv_func().
3972 2000-07-20
3974         * version 0.3.22
3976         * src/codeconv.[ch]: fixed a bug that showed garbage characters if
3977           the return code of the message was CR+LF. And added
3978           conv_sjistoeuc().
3979         * src/summaryview.c: summary_attract_by_subject(): made it move
3980           the current view point to the selected row when executed.
3981         * src/textview.c: textview_show_part(): modified the character set
3982           determination routine.
3983         * src/folderview.c: folderview_update_msg_num(): fixed a bug that
3984           caused segmentation fault if boldfont was NULL.
3985         * src/compose.c: compose_create(): made it sets itself as the target
3986           of addressbook on window creation.
3988 2000-07-19
3990         * src/compose.c: compose_send(): fixed a bug that didn't save
3991           queued message to outbox when failed to send the message (thanks
3992           to T. Yamamoto).
3994 2000-07-15
3996         * src/inc.[ch]: modified so that it changes error message dialog
3997           depending on the results.
3999 2000-07-14
4001         * src/mainwindow.c: main_window_create(): set usize of account
4002           button on the status bar to 1 so that it doesn't get expanded
4003           more than necessary.
4004         * src/account.[ch]: account_foreach(): made it abort the iteration
4005           if the function returns nonzero.
4006         * src/inc.[ch]
4007           src/pop.c: modified so that it shows error message dialog if the
4008           message processing is failed.
4010 2000-07-04
4012         * version 0.3.21
4014         * src/mainwindow.c: made it popup account selection menu when
4015           account tool button or account status bar is pressed.
4016         * src/folderview.c
4017           src/prefs.c: suppressed the ENOENT perror messages.
4018         * src/pop.c: made it fall back on LAST command if UIDL failed.
4020 2000-07-01
4022         * src/procheader.c: procheader_parse(): fixed a bug that didn't
4023           parse References: header correctly (thanks to YAMAGUCHI).
4025 2000-06-29
4027         * version 0.3.20
4029         * src/compose.c: compose_reply_set_entry(): fixed a bug that didn't
4030           cc'd correctly when replying.
4031         * src/mainwindow.c
4032           src/summaryview.c: sorted out the main menu and the popup menu.
4034 2000-06-26
4036         * version 0.3.19
4038         * src/prefs_account.[ch]
4039           src/compose.c: made it be able to set Cc:, Bcc:, and Reply-To:
4040           automatically at composing (thanks to NAKAGAWA).
4042 2000-06-25
4044         * src/prefs_common.[ch]
4045           src/mainwindow.c
4046           src/main.c: made it selectable whether to ask before cleaning
4047           trash at the exit.
4048         * src/prefs_common.c: cleaned up the code and the interface a bit.
4049         * src/summaryview.c: modified the unthread functions for speeding
4050           up.
4052 2000-06-24
4054         * src/prefs_common.[ch]
4055           src/summaryview.c: made it display recipient on the `From' column
4056           if the address of the sender is the same as the current account
4057           (thanks to NAKAGAWA).
4058         * src/utils.[ch]: added a function extract_address() that extracts
4059           the address from `From:' header string.
4060         * src/mainwindow.c: allsel_cb(): fixed a bug that caused segmentation
4061           fault if `Edit/Select all' was selected when the message view was
4062           hidden (thanks to Tomita).
4064 2000-06-21
4066         * src/summaryview.c: modified execution routine so that it only
4067           unthreads nodes that are needed to be unthreaded.
4069 2000-06-19
4071         * src/news.c: news_session_get(): implemented the reconnection on
4072           being disconnected.
4073         * src/nntp.[ch]: added nntp_mode().
4075 2000-06-18
4077         * src/mbox.c: fixed a bug that didn't close mbox FILE pointer.
4078           And support assortment on processing mbox.
4079         * src/inc.c: inc_drop_message(): modified so that it uses hash table
4080           to store the last message number of folders.
4081         * src/summaryview.c
4082           src/addressbook.c: modified the behavior of CTree at right-click.
4083         * src/pop.c: pop3_getrange_uidl_recv(): fixed a potential buffer
4084           overflow bug (thanks to Nishiyama).
4086 2000-06-17
4088         * version 0.3.18
4090         * src/pop.[ch]
4091           src/inc.[ch]: implemented management of read message on POP server
4092           by UIDL.
4093         * src/utils.[ch]: removed (s)list_remove_all() because it can be
4094           replaced with g_(s)list_free().
4095         * src/summaryview.c: modified the arrangement of menu a bit.
4096         * src/summaryview.c: summary_status_show(): made it doesn't display
4097           server name but newsgroup.
4098         * src/prefs_common.c
4099           src/prefs_account.c: adjusted the calculation routine of dialog
4100           size.
4102 2000-06-15
4104         * version 0.3.17
4106         * src/compose.c: compose_reply_set_entry(): modified so that it
4107           cc's to the all addresses on To: and Cc: of the replied message.
4108           And swapped the position of Subject: and To: entry.
4110 2000-06-14
4112         * src/procheader.c: modified so that it can handle headers that
4113           aren't separated by space.
4114         * src/socket.c: sock_connect(): added a wait after connection to
4115           prevent lockup (thanks to NINOMIYA).
4117 2000-06-13
4119         * src/inc.c:
4120           inc_mail()
4121           inc_all_account_mail(): fixed a bug that caused segmentation
4122           fault if no account exist.
4123         * src/mainwindow.[ch]: made receive button unclickable when
4124           no account exist.
4125         * src/compose.c: compose_queue(): fixed a bug that didn't mark
4126           queued message properly.
4127         * src/utils.[ch]: separated code conversion functions into
4128           src/codeconv.[ch].
4130 2000-06-13
4132         * version 0.3.16
4134         * src/mimeview.c: mimeview_save_as()
4135           src/summaryview.c: summary_save_as(): made it ask whether to
4136           overwrite the existing file.
4138 2000-06-12
4140         * src/utils.c
4141           src/recv.c
4142           src/prefs.c
4143           src/prefs_common.c
4144           src/prefs_account.c
4145           src/addressbook.c
4146           src/compose.c
4147           src/mbox.c: fixed a bug that failed to check write error when
4148           disk was full and caused the loss of the file.
4150 2000-06-11
4152         * src/mainwindow.c: main_window_clean_trash(): made it move focus
4153           to folder view when finished.
4154         * src/utils.[ch]: added code conversion functions for display.
4155           And added strncpy2() that doesn't do zero fill and does
4156           null-termination, unlike original strncpy().
4157         * src/textview.c: modified so that it changes the code conversion
4158           function according to charset. And supported charset=SHIFT_JIS.
4159         * src/mainwindow.c
4160           src/prefs_common.h
4161           src/textview.c: made it possible to force character set of
4162           a message.
4163         * src/folderview.c: folderview_select_next_unread():
4164           made it search unread folder from begin if it isn't found.
4166 2000-06-11
4168         * version 0.3.15
4170         * src/mainwindow.c: fixed a probrem again that main window was
4171           stretched to the width of the toolbar.
4172         * src/mbox.c
4173           src/utils.c: is_header_line(): modified so that it recognizes
4174           a header which doesn't have a space after colon (thanks to Hotta).
4175         * src/filter.c: added `#include <strings.h>'.
4176         * src/smtp.c: replaced snprintf() with g_snprintf().
4177         * src/Makefile.am: added `-I$(top_srcdir)/intl' to INCLUDES for
4178           included gettext.
4179         * included sylpheed.spec.
4181 2000-06-10
4183         * src/prefs_common.[ch]: enabled to set the pixels of line space
4184           and decide whether to leave space on head of lines.
4185         * src/summaryview.c: modified so that it clears message view
4186           when displayed message is removed from the summary view.
4187         * src/mimeview.c: fixed a bug that caused infinite loop if
4188           terminal boundary of multipart message was not found (thanks to
4189           Nishika).
4190         * src/folderview.c: folderview_scan_mailbox(): made it ignore
4191           dot directory.
4192         * src/main.c: made it show warning dialog and exit if the file with
4193           the same name already exists when creating directory.
4195 2000-06-09
4197         * src/textview.c
4198           src/prefs_common.[ch]: made it possible to leave space between
4199           and on head of lines.
4201 2000-06-07
4203         * src/compose.c
4204           src/procmime.[ch]: made it scan /etc/mime.types and determine
4205           the MIME type of the attached file.
4206         * src/summaryview.c: made it clear message view if the summary
4207           is unselected on the execution, and made it move focus to
4208           folder view if the folder becomes empty.
4209         * src/mainwindow.c: fixed a probrem that main window was stretched
4210           to the width of the toolbar.
4211         * src/inc.c: fixed a bug that caused multiple gtk_main() event loop
4212           if `Check new mail on startup' was set.
4214 2000-06-06
4216         * src/compose.c: fixed a probrem that had been unable to insert
4217           a file to the current cursor position.
4219 2000-06-06
4221         * version 0.3.14
4223         * src/compose.[ch]: added `attach' button to the toolbar. And
4224           replaced the icon of `insert' to the new one.
4226 2000-06-05
4228         * src/mainwindow.[ch]: added `Execute' to the toolbar. And added
4229           a function main_window_set_toolbar_sensitive() that sets the
4230           sensitivity of the button of the toolbar.
4231         * src/compose.c: fixed a bug that output wrong header if
4232           a return code was included in the string of the text entry.
4234 2000-06-04
4236         * src/mainwindow.[ch]: added `Delete' to the toolbar and the menu.
4237           And added the same items in popup menu to the main menu.
4238         * src/utils.[ch]: added functions for DnD support.
4239         * src/compose.c: implemented file attachment and insertion with DnD
4240           (thanks to Hiramatu).
4242 2000-06-04
4244         * version 0.3.13
4246         * src/summaryview.c: fixed a bug that passed null pointer to
4247           is_dir_exist().
4249 2000-06-03
4251         * src/alertpanel.[ch]: added functions alertpanel_message(),
4252           alertpanel_notice(), and alertpanel_error(), and cleaned up
4253           the code.
4254         * src/folderview.c
4255           src/compose.c
4256           src/addressbook.c
4257           src/summaryview.c
4258           src/summary_search.c
4259           src/prefs_account.c
4260           src/foldersel.c: made them use alertpanel_error(),
4261           alertpanel_warning() or alertpanel_notice() for error message
4262           dialog.
4263         * src/summaryview.[ch]: enable sorting in reversed order.
4264         * src/inc.c: made it show error message dialog when failed to
4265           connect or authorize.
4266         * src/utils.h: added a macro FILE_OP_ERROR() and replaced many
4267           perror() with it.
4269 2000-06-03
4271         * version 0.3.12
4273         * src/compose.c: fixed a bug that didn't save a message to outbox
4274           when queued.
4275         * src/send.c: send_message_queue(): fixed a bug that included
4276           headers for queueing in the parsed data.
4277         * src/mainwindow.c: send_queue_cb(): made it pop statusbar message
4278           and update queue folder when finished.
4280 2000-06-02
4282         * version 0.3.11
4284         * src/filter.c
4285           src/inc.c
4286           src/compose.c: suppressed the warning messages.
4287         * src/mainwindow.[ch]: added next unread message button and menu
4288           items.
4289         * src/summaryview.[ch]: added a function summary_select_next_unread()
4290           that selects and opens next unread message.
4292 2000-06-01
4294         * src/prefs_common.[ch]: added a setting to decide whether to open
4295           unread message on entering a folder.
4296         * src/summaryview.c: made it open the first unread message only if
4297           the preference is set.
4298         * src/compose.c: fixed a bug that freed the string obtained from
4299           GtkEntry.
4301 2000-05-31
4303         * src/compose.c: added `Send later' to the menu and the toolbar
4304           which queues the message to send it later.
4306 2000-05-30
4308         * src/mainwindow.c: added an interface to resend the queued message.
4309         * src/compose.c: made it show alert dialog when a message will be
4310           queued.
4312 2000-05-29
4314         * src/procmsg.[ch]: added function procmsg_send_queue() that calls
4315           send_message_queue() for each queued messages.
4317 2000-05-28
4319         * src/inc.c: inc_drop_message(): modified so that it drops a message
4320           to the default inbox folder if destination folder doesn't exist.
4321         * src/compose.[ch]: added imput compatible queueing header to the
4322           queued message.
4323         * src/send.[ch]: added function send_message_queue() that send
4324           queued message.
4326 2000-05-27
4328         * configure.in
4329           acconfig.h: made it enabled to decide wheter to use multithread
4330           or not on configure.
4331         * src/summaryview.c: fixed a bug that made thread when executed
4332           despite of the setting (thanks to Hiroshima).
4333         * src/socket.[ch]: changed the return value of public
4334           sock_connect_*() function to the pointer to SockInfo object.
4335         * src/procmime.c: procmime_scan_mime_header():
4336           fixed a bug that returned NULL if the scanned part had no header
4337           (thanks to shigeri).
4338         * src/procmime.[ch]:
4339           added function procmime_scan_content_disposition() that parses
4340           Content-Disposition header field.
4341         * src/mimeview.c: made it uses filename value in Content-Disposition
4342           header.
4343         * src/pop.c
4344         * src/inc.c: modified so that password is prompted if the password
4345           on preferences is empty and previous POP3 session has failed on
4346           authorization.
4348 2000-05-23
4350         * src/socket.[ch]: added non-blocking IO mode socket and
4351           multithreaded connection support.
4352         * src/inc.c: supported multithread connection.
4354 2000-05-22
4356         * src/folderview.c: made the focus of SummaryView grabbed when
4357           a folder is selected only if the messages exist.
4359 2000-05-20
4361         * version 0.3.10
4363         * po/ja.po: fixed a bug that head `/' of a menu label was missing
4364           and caused segmentation fault when opened Compose window.
4366 2000-05-20
4368         * version 0.3.9
4370         * src/utils.c: get_domain_name(): modified so that it uses
4371           gethostname().
4372         * src/mimeview.c: added key binds for `Save as' and
4373           `Display as text'.
4375 2000-05-19
4377         * src/recv.c: fixed a bug that failed to return error value
4378           when fputs() failed and caused the loss of received mails when
4379           disk space was not left (thanks to Tajiri).
4380         * src/compose.c: supported Reply-To.
4381         * src/mimeview.c: improved key operation interface.
4383 2000-05-18
4385         * src/mimeview.[ch]
4386           src/procmime.[ch]
4387           src/textview.[ch]: supported nested multipart message and
4388           clean up the codes.
4389           Supported encapsulated RFC822 message.
4391 2000-05-16
4393         * src/compose.[ch]: made it free the alloc'd memory for attach
4394           information when the compose window is destroyed.
4395           Placed the attachment list and the text widget onto the paned
4396           widget.
4397           Enabled cut/copy/paste/select all on all of the editable widgets.
4398           Implemented removal of attached file and popup menu on attachment
4399           list.
4400         * src/prefs_common.[ch]: added signature separator setting.
4401         * src/alertpanel.[ch]: added a function alertpanel_warning().
4403 2000-05-14
4405         * src/prefs_common.[ch]
4406           src/textview.c: made open URI command customizable.
4407         * src/compose.[ch]: implemented multipart MIME message composition
4408           (attachment of file).
4409         * src/textview.c
4410           src/compose.c: fixed a bug that didn't turn off the GTK+ theme
4411           engine again.
4413 2000-05-13
4415         * version 0.3.8
4417         * src/summaryview.c: added key binds for composing message
4418           (w, a, A, f). Also added other key binds (y, D, Q).
4419         * src/compose.c: made Cc entry take over the Cc of the replied
4420           message.
4421         * src/pixmaps/new.xpm
4422           src/pixmaps/unread.xpm: replaced pixmap image.
4423         * src/procheader.c: procheader_date_get_localtime():
4424           changed the single figures of year from four to two.
4426 2000-05-12
4428         * src/inc.c: made it ask password if it is not specified on account
4429           preferences.
4430         * src/prefs_account.h: added member tmp_pass to struct PrefsAccount
4431           that preserves the temporary password.
4432         * src/inputdialog.[ch]: added function input_dialog_with_invisible()
4433           that prompts input with the string hidden.
4435 2000-05-11
4437         * src/compose.c: fixed a bug that didn't turn off the GTK+ theme
4438           engine if message font wasn't specified.
4440 2000-05-10
4442         * version 0.3.7a
4444         * src/summaryview.c: fixed a bug that stderr was forgotten on
4445           fprintf().
4447 2000-05-10
4449         * version 0.3.7
4451         * src/pop.c: fixed a problem that if some POP3 commands returned
4452           error, the previous operations were all cancelled.
4453         * src/compose.c
4454           src/textview.c: made workaround to the slow down of GtkText widget
4455           when using Pixmap theme or its derivatives.
4457 2000-05-08
4459         * src/inc.c: fixed a bug that caused X IO error when exec'd
4460           nonexistent program.
4462 2000-05-07
4464         * src/folderview.[ch]: added the member `mtime' to the struct
4465           FolderInfo.
4466         * src/summaryview.c: made the mtime of the folder checked that is
4467           going to open.
4468         * src/procmsg.c: added filesystem unchecking mode.
4470 2000-05-05
4472         * src/textview.[ch]: implemented clickable URI (thanks to BONAIM).
4473           And made `X-Mailer:' header emphasized if it contains `Sylpheed'.
4475 2000-05-04
4477         * src/summaryview.c: summary_write_cache(): permission fix of
4478           cache file.
4480 2000-05-04
4482         * version 0.3.6a
4484         * src/headerview.c: added headerview_clear() method.
4485         * src/messageview.c: fixed a bug that didn't clear HeaderView
4486           on messageview_clear().
4488 2000-05-04
4490         * version 0.3.6
4492         * src/messageview.c
4493           src/textview.c: added *_clear() method.
4494         * src/summaryview.c: made it clear MessageView when new folder
4495           is open.
4497 2000-05-03
4499         * src/inc.c: fixed a bug that went to the inbox that was specified
4500           by each account when incorporating from all accounts.
4501         * src/compose.c: made it confirm whether to discard the message or
4502           not when the window will be closed.
4504 2000-05-03
4506         * version 0.3.5
4508         * src/pop.[ch]
4509           src/inc.[ch]: re-supported APOP authentication.
4510         * src/prefs_account.c: fixed a bug that had't saved protocol type.
4511         * src/socket.h
4512           src/statusbar.h: attached G_GNUC_PRINTF() to printf() like
4513           functions.
4514         * src/progressdialog.[ch]: changed the name of class from Progress
4515           to ProgressDialog.
4517 2000-05-02
4519         * src/summaryview.c: fixed a bug that caused segmentation fault
4520           a news folder was selected without using ja message catalog.
4521         * src/utils.h: attached G_GNUC_PRINTF() to printf() like functions.
4522         * src/Makefile.am: added `-DG_LOG_DOMAIN=\"Sylpheed\"' to
4523           INCLUDES.
4525 2000-05-01
4527         * src/automaton.[ch]
4528           src/inc.[ch]
4529           src/pop.[ch]: re-implemented POP3 fetching routines using
4530           finite-state automaton model (thanks to Hiramatu).
4531         * src/inc.c: fixed a bug that caused unwilled quitting of program
4532           when connection to mail server failed. And fixed a memory leak bug.
4533         * src/summaryview.c: made the focus move to FolderView when left
4534           cursor key is pressed.
4536 2000-04-30
4538         * src/textview.c: textview_write_line(): modified quotation
4539           discerning routine a bit.
4541 2000-04-29
4543         * version 0.3.4
4545         * src/procmime.[ch]: moved MIME decorder from src/textview.c to
4546           src/procmime.c.
4547         * src/mimeview.[ch]: implemented saving of multipart message. And
4548           supported MIME encoded file name.
4549         * src/summaryview.c: implemented `Save as'.
4551 2000-04-28
4553         * src/prefs_common.[ch]: implemented an interface for setting the
4554           display item of SummaryView.
4555         * src/addressbook.c
4556           src/account.c: made the column titles of those don't take key
4557           focus.
4559 2000-04-26
4561         * src/textview.c: implemented BASE64 decoding and display.
4563 2000-04-25
4565         * src/prefs_common.[ch]: added members which decide whether
4566           each item of SummaryView is displayed or not.
4567         * src/headerwindow.c
4568           src/logwindow.c: made those windows closed when escape key is
4569           pressed.
4570         * src/headerview.c: disused ScrolledWindow.
4571         * src/base64.c: from64tobits(): modified so that it recognize '\n'
4572           as the last of line as well as '\r'.
4574 2000-04-24
4576         * src/headerview.c: disabled word wrap and line wrap of the text
4577           widget.
4579 2000-04-24
4581         * version 0.3.3
4583         * src/prefs_common.c: prefs_assort_create(): added some headers
4584           to the default headers for assortment.
4586 2000-04-23
4588         * src/procmsg.c: fixed a bug that caused segmentation fault if
4589           the permission of a message was denied on parsing the header
4590           (thanks to wakai@UEC univ.).
4591         * src/mimeview.c: made it pass key press event to SummaryView.
4593 2000-04-21
4595         * src/main.h
4596           src/alertpanel.c: modified font specifications so that they match
4597           to better fonts.
4598         * src/utils.[ch]: added wide-character functions for FreeBSD support.
4599           Added the existence check of <wchar.h>.
4600         * acconfig.h
4601           configure.in: added wint_t and libxpg4 check for FreeBSD support.
4602         * src/unmime.c: modified so that it checks the existence of
4603           <alloca.h>.
4604           Above three are a contribution from Sasaki. Thanks!
4606 2000-04-18
4608         * src/main.h: decreased default height of window.
4610 2000-04-17
4612         * src/procmime.c: fixed a bug that eliminated the parenthesis in
4613           attribute value that was double-quoted.
4615 2000-04-15
4617         * version 0.3.2
4619         * src/mimeview: implemented multipart message parser and display.
4620         * src/procmime.c: procmime_scan_content_type():
4621           supported multiple elements.
4622         * src/textview.c: supported multipart message and clean up the code.
4624 2000-04-14
4626         * src/summaryview.c: added size column and sorting by size.
4627         * src/mainwindow.c: added `Sort by size' to sort menu.
4628         * src/procmime.c: fixed a bug that caused buffer overrun and
4629           segmentation fault.
4630         * src/procmime.c: generalized Content-Type parsing.
4632 2000-04-13
4634         * version 0.3.1
4636         * src/textview.c: supported MIME headers and
4637           Content-Transfer-Encoding: quoted-printable.
4639 2000-04-12
4641         * src/messageview.[ch]
4642           src/textview.[ch]: separated MessageView into two classes.
4643         * src/procmime.[ch]: added for MIME message handling.
4645 2000-04-11
4647         * src/mimeview.[ch]: added for MIME message handling.
4648         * configure.in: added wctype.h and wchar.h existence check.
4650 2000-04-10
4652         * src/procmsg.[ch]
4653           src/procheader.[ch]: some code cleanups.
4654         * src/messageview.[ch]: integrated HeaderView.
4656 2000-04-09
4658         * version 0.3.0
4660 2000-04-08
4662         * src/addressbook.c: Made the tree sorted when folder/group is
4663           added or edited.
4664         * src/xml.c: xml_compare_tag(): fixed a bug that caused segmentation
4665           fault if the current tag was empty.
4666         * src/mainwindow.c: made the state of MainWindow saved.
4668 2000-04-08
4670         * version 0.3.0pre1
4672         * src/addressbook.c: fully implemented address group editing.
4673           Fixed a bug that wrongly confirmed deletion of address when
4674           escape key was pressed on alert dialog.
4676 2000-04-07
4678         * src/addressbook.c: added menu bar. And enabled hierarchical
4679           folder.
4680         * src/prefs_account.c: modified so that it allows not to specify
4681           pop server.
4682         * src/inc.c: inc_account_mail(): modified so that if receiving
4683           server isn't specified, it does nothing.
4685 2000-04-05
4687         * version 0.2.9
4689         * src/addressbook.c: almost fully implemented addressbook functions.
4691 2000-04-04
4693         * src/compose.c: fixed a bug that caused segmentation fault when
4694           `File->Insert file' was selected more than twice.
4696 2000-04-03
4698         * version 0.2.9pre4
4700         * src/addressbook.[ch]: implemented creation of new folder and group,
4701           and deletion of folder and group. And fully implemented
4702           addressbook_delete_object() which deletes the specified object
4703           recursively.
4705 2000-04-02
4707         * src/addressbook.c: implemented registration of address and multiple
4708           appending to Compose address entry.
4709         * src/menu.[ch]: added a function menu_set_insensitive_all() that
4710           turn all menu items insensitive.
4711         * src/folderview.c: some code cleanup.
4713 2000-04-01
4715         * src/account.c
4716           src/prefs_common.c: fixed a bug on getting the number of CList
4717           rows.
4719 2000-03-30
4721         * version 0.2.9pre3
4723         * src/folderview.c: fixed a bug that caused warnings when tree was
4724           expanded/collapsed on the first operation.
4726 2000-03-29
4728         * src/addressbook.c: addressbook_list_selected(): made it be able
4729           to handle multiple address.
4730         * src/compose.c: modified so that when Bcc: is toggled, corresponding
4731           AddressBook also toggle it.
4732         * src/mainwindow.c:
4733           main_window_create(): moved gtk_widget_set_uposition() before
4734           gtk_widget_show() so as not to cause window flickering.
4735           main_window_get_position(): replaced gdk_window_get_position()
4736           with gdk_window_get_root_origin() to acquire correct window
4737           position (Thanks to shigeri for these modifications).
4739 2000-03-27
4741         * src/filesel.c: made it selects home directory on the first time
4742           it is called.
4744 2000-03-26
4746         * src/utils.c: conv_mb_alnum(): modified so that it uses character
4747           conversion table.
4748         * src/foldersel.c: made the folder tree take focus when the dialog
4749           is shown.
4751 2000-03-26
4753         * version 0.2.9pre2
4755         * src/addressbook.c: implemented addressbook_export_to_file() and
4756           related functions.
4758 2000-03-25
4760         * src/xml.[ch]
4761           src/addressbook.c: fixed the variable name for attribute.
4762         * src/prefs_common.[ch]: added a member `conv_mb_alnum'.
4763         * src/utils.[ch]: added conv_mb_alnum() that converts multi-byte
4764           alphabet and numeric into single-byte one.
4765         * src/messageview.c: messageview_show(): made it pass conv_mb_alnum()
4766           when conv_mb_alnum flag is on.
4768 2000-03-25
4770         * version 0.2.9pre1
4772         * src/compose.c: modified so that when Addressbook is open by a
4773           Compose and it is closed, target of Addressbook is reset.
4774         * src/addressbook.c: made it work with Compose.
4776 2000-03-24
4778         * configure.in: AM_PATH_{GLIB, GTK}: raised the required version of
4779           GTK+ and GLIB to 1.2.6.
4780         * src/xml.[ch]: more implementation of XML parser.
4781         * src/addressbook.c: implemented addressbook parsing and displaying
4782           routine.
4784 2000-03-21
4786         * src/folderview.c: folderview_scan_folder(): modified so that if
4787           a folder's message number is zero, set new, unread and total number
4788           to zero.
4790 2000-03-20
4792         * src/xml.[ch]: added for XML handling used by addressbook.
4793         * src/folderview.c: modified so that Trash folder is skipped
4794           when an unread folder is selected automatically by space key.
4796 2000-03-18
4798         * src/summaryview.c: fixed a bug that cursor was turned into watch
4799           forever when a newsgroup was selected.
4801 2000-03-18
4803         * version 0.2.8
4805 2000-03-17
4807         * src/mainwindow.[ch]: implemented counting on setting cursor
4808           type. And modified the menu of `thread view' and `unthread view'.
4809         * src/summaryview.c: enabled thread-toggling on opening folder.
4810         * src/prefs_common.[ch]: added a member `enable_thread' to determine
4811           whether summary view builds thread or not when a folder is open.
4813 2000-03-15
4815         * src/summaryview.c: modified popup sensitivity function a bit.
4817 2000-03-13
4819         * version 0.2.7
4821         * src/addressbook.[ch]: more implementation of the interface of
4822           addressbook.
4823         * src/compose.c: connected to addressbook object.
4824         * src/folderview.[ch]: folderview_compare_path():
4825           modified so that absolute path is correctly compared.
4826           And added folderview_select_node().
4827           And modified folderview_scan_folder() so that it update the summary
4828           when asked.
4829         * src/import.c: made it update folder tree when imported mbox.
4830         * src/summaryview.c: modified according to the changes of
4831           folderview.c. And modified so that it display alert dialog if
4832           source folder is identical to destination.
4833           added summary_set_popup_sensitive() that set the sensitivity of
4834           popup menu according to the context. And made all of the items of
4835           popup menu insensitive when summary is cleared.
4836         * src/procmsg.c: procmsg_move_messages_with_dest():
4837           modified so that if source folder is identical to destination,
4838           abort its process.
4839         * src/summary_search.c
4840           src/manage_window.c: modified so as not to print warning to console
4841           when alert dialog appeared twice.
4842         * src/filesel.c: made file selection dialog transient.
4844 2000-03-11
4846         * src/manage_window.[ch]: added callback function
4847           manage_window_focus_out().
4848         * src/account.c
4849           src/inputdialog.c
4850           src/mainwindow.c
4851           src/prefs_account.c
4852           src/prefs_common.c
4853           src/summary_search.c: added focus_out_event signal handler.
4854         * src/addressbook.[ch]: added preliminary addressbook code.
4856 2000-03-06
4858         * src/utils.h: added a macro Xalloca() that does alloca() and
4859           handles the exception.
4860         * src/import.c: made the import dialog transient window and enabled
4861           cancelling by escape key.
4863 2000-03-04
4865         * version 0.2.6
4867         * src/compose.c: fixed a bug that caused memory leak when compose
4868           window was closed.
4870 2000-03-03
4872         * src/nntp.h: increased NNTP message buffer size for XOVER strings
4873           which is too long.
4875 2000-02-28
4877         * src/summaryview.c: binded step-forward and step-backward to each
4878           Control-n and Control-p.
4879         * src/filter.c: filter_read_str(): fixed a memory leak bug and
4880           replaced g_malloc() for allocating the buffer with alloca().
4881         * src/procheader.c: procheader_get_fromname(),
4882                             procheader_date_get_localtime()
4883           src/utils.c: conv_euctojis()
4884           src/compose.c: compose_quote_parse_fmt()
4885           src/prefs.c: prefs_set_data_from_text()
4886                        prefs_set_text(): replaced g_malloc() with alloca().
4888 2000-02-26
4890         * version 0.2.5
4892         * src/logwindow.c: improved log_window_append() so that it shows
4893           warning, error and normal message with different colors.
4894         * src/utils.[ch]: added functions log_message(), log_warning(), and
4895           log_error() that show normal message, warning, and error for each.
4896           And modified many warning messages to use these.
4897         * src/messageview.c: messageview_init(): made it set colors of
4898           quotation and URI to black when failed to allocate colors.
4899         * src/news.c: news_parse_xover(): replaced g_malloc() for allocating
4900           the buffer with alloca().
4902 2000-02-25
4904         * src/folderview.c: fixed a bug that didn't put previously selected
4905           folder name in text entry. In addition to that, made some
4906           modifications.
4908 2000-02-24
4910         * version 0.2.4
4912         * src/logwindow.[ch]: added log window that displays protocol log.
4913         * src/about.c: adjusted the size of dialog.
4914         * src/folderview.c: made it select a folder when double-clicked.
4916 2000-02-23
4918         * src/prefs_common.[ch]: added an item `translate_header' that
4919           decides whether header name like `From:' or `Subject:' is
4920           translated or not.
4921         * src/compose.c: made it show alert dialog when receiptor isn't
4922           entered.
4923         * src/inc.c: some code cleanups.
4925 2000-02-22
4927         * version 0.2.3
4929         * src/compose.c: made header entries move those focus to next
4930           entry or text widget when activated. And sorted out the menu items.
4931         * src/mainwindow.[ch]
4932           src/prefs_common.[ch]
4933           src/main.c: made it save the sizes of widgets and the position of
4934           window when quitting.
4935         * src/prefs_common.c: set a14, k14 fontset as default message font.
4936         * src/about.c: changed the appearance of about dialog using text
4937           widget and so on.
4938         * src/recv.c: modified recv_write() so that it converts an escaped
4939           From_ line.
4941 2000-02-20
4943         * version 0.2.2
4945         * src/compose.[ch]: supported Bcc.
4947 2000-02-19
4949         * version 0.2.1
4951         * src/utils.[ch]: added function to_number() that examines string
4952           and if that is a number string, return its value.
4953         * src/procmsg.c: fixed a bug that caused malfunction when non-digit
4954           character was included in file name.
4956 2000-02-18
4958         * version 0.2.0
4960         * src/folderview.c: fixed a bug that caused segmentation fault
4961           when opened folder node was deleted (thanks to Hiramatu).
4962           And implemented folderview_rm_server_cb() which removes news server.
4963         * src/mbox.c: modified a warning message.
4965 2000-02-13
4967         * version 0.2.0alpha-pre8
4969         * src/mainwindow.c: inc_all_account_mail_cb(): made it select inbox
4970           folder to prevent the probrem when current folder is updated.
4971         * src/summaryview.c: summary_execute(): made it write to summary
4972           cache when executed.
4974 2000-02-12
4976         * version 0.2.0alpha-pre7
4978         * src/utils.[ch]: added path_cmp() that compares two paths ignoring
4979           trailing directory separator.
4980         * src/folderview.[ch]
4981           src/summaryview.[ch]: modified so that folder tree is updated
4982           when messages are moved or deleted.
4983         * src/inc.c: some code cleanup.
4985 2000-02-11
4987         * version 0.2.0alpha-pre6
4989         * src/utils.[ch]: added get_domain_name() that return domain
4990           name as a static string.
4991         * src/compose.c: compose_generate_msgid(): modified so that even
4992           if current address doesn't contain '@', it generates a decent
4993           message ID.
4994         * src/send.c: some code cleanup.
4996 2000-02-10
4998         * src/folderview.c: modified the behavior of folder tree when
4999           the folder is right-clicked.
5000         * src/compose.c: compose_encode_header(): added irresponsible
5001           buffer overrun check.
5003 2000-02-09
5005         * version 0.2.0alpha-pre5
5007         * updated gettext and libtool.
5008         * configure.in: modified localedir definition so that message
5009           catalogs are installed into correct directories.
5010         * src/folderview.c
5011           src/mainwindow.c: modified them so that a folder can be reopen
5012           even if it is currently open.
5013         * src/prefs_common.[ch]
5014           src/messageview.c: added an option that toggle the coloration of
5015           message.
5017 2000-02-08
5019         * version 0.2.0alpha-pre4
5021         * src/mainwindow.c
5022           src/messageview.c: fixed a bug that broke memory on allocating
5023           colors.
5025 2000-02-07
5027         * src/folderview.c: some bug fixes on selecting folder.
5029 2000-02-07
5031         * version 0.2.0alpha-pre3
5033         * src/folderview.c
5034         * src/summaryview.[ch]: some code cleanups.
5035         * src/messageview.c: fixed a color allocating bug (maybe).
5037 2000-02-06
5039         * version 0.2.0alpha-pre2
5041         * src/folderview.[ch]: made folder view not open selected folder
5042           unless return or space key is pressed, or clicked by mouse
5043           button 1 or 2.
5044         * src/inc.c: some code cleanups.
5045         * TODO.jp: added some items.
5047 2000-02-05
5049         * version 0.2.0alpha-pre1
5051         * src/summaryview.[ch]: fixed a bug that broke summary thread
5052           when deleted duplicated messages (thanks to BONAIM).
5053           And some code cleanup.
5054         * src/procmsg.[ch]: renamed procmsg_move_messages() to
5055           procmsg_move_messages_with_dest(), and replaced former with
5056           new function which doesn't specify destination.
5057         * src/prefs_common.c
5058           src/gtkutils.c: some memory leak fixes of linked lists.
5059         * src/utils.[ch]: added list_remove_all() to remove all elements
5060           of doubly-linked list.
5061         * src/inc.[ch]: added inc_all_account_mail() that incorporates
5062           new messages of all accounts.
5063         * src/account.[ch]: added account_foreach() to process each accounts.
5064         * added TODO.jp
5066 2000-02-04
5068         * version 0.1.23alpha
5070         * src/inc.c: made the folder tree update the message number
5071           when incorporated new messages.
5072         * src/folderview.[ch]: added a function folderview_scan_folder()
5073           to scan one folder on the view, which is specified by folder name.
5075 2000-02-02
5077         * version 0.1.22alpha
5079         * src/prefs_account.[ch]: added the setting of assorting on
5080           receiving.
5081         * src/inc.c: supported assorting on receiving.
5082         * src/procmsg.c: cleaned up the code.
5083         * src/news.c: fixed a bug that locked up when failed to get xover.
5084         * src/compose.c: made a message unmark that is put into specific
5085           folders.
5087 2000-02-01
5089         * version 0.1.21alpha
5091         * src/folderview.c
5092           src/summaryview.c: implemented the function 'go to next folder
5093           when no unread message found.'
5094         * src/summaryview.c: made connection state displayed on the
5095           status bar when connecting to a news server.
5096         * src/compose.c: changed X-Mailer: header field string a bit.
5097         * src/prefs_common.c: implemented residual functions of assortment.
5099 2000-01-31
5101         * version 0.1.20alpha
5103         * src/prefs_common.c: implemented reading/writing/register/deletion
5104           of assortment setting.
5105         * src/mainwindow.c: slightly modified the appearance of statusbar.
5106         * src/account.c: account_delete(): fixed a bug that didn't assigned
5107           the pointer to GList when an account was deleted.
5109 2000-01-29
5111         * src/procmsg.c: procmsg_get_mark_sum(): fixed a bug that failed
5112           to read mark file (thanks to BONAIM).
5113         * src/prefs_common.c: added the interface of assortment setting.
5115 2000-01-28
5117         * src/summaryview.c: fixed a bug that didn't redraw marking properly
5118           when displaying an unread message with left-click (thanks to
5119           shigeri).
5121 2000-01-27
5123         * src/summaryview.[ch]: added functions for assortment.
5124         * src/about.c: added a button to close window.
5126 2000-01-26
5128         * src/procmsg.c: fixed a bug that didn't add news flag correctly.
5129         * src/compose.c: fixed a bug that can't reply to a news article.
5130         * src/filter.[ch]: added for message filtering.
5131         * src/procheader.[ch]: added procheader_get_unfolded_line()
5132           to process filtering. And added procheader_get_header_list()
5133           that reads headers of a message and store them on the memory,
5134           and procheader_header_list_destroy() that removes all headers
5135           read by procheader_get_header_list().
5137 2000-01-25
5139         * version 0.1.19alpha
5141         * src/news.c: modified so that it retrieves only overview information
5142           that is not yet cached.
5143         * src/procmsg.[ch]: modified for news handling.
5145 2000-01-24
5147         * src/news.c: supported xover.
5148         * src/mbox.c: fixed a bug that didn't handle empty line correctly
5149           (Thanks to shigeri).
5151 2000-01-23
5153         * version 0.1.18alpha
5155         * src/procmsg.[ch]: modified some functions so that they can
5156           handle news folder.
5157         * src/news.c: added header cache routine.
5158         * src/procheader.c: fixed a bug that caused memory leak when some
5159           header was duplicated.
5160           And added Newsgroups: in parsing headers.
5161         * src/summaryview.c: added news article cache routine.
5162         * src/compose.c: made it be able to reply/forward news article.
5164 2000-01-22
5166         * src/compose.c: fixed a bug that failed to parse To: header
5167           if a comma is included in double quotation (Thanks to shigeri).
5168         * src/mbox.c: modified the code for processing mbox so that it
5169           can handle unescaped From_ line correctly.
5171 2000-01-21
5173         * version 0.1.17alpha
5175         * src/foldersel.c: fixed a bug that didn't display folder tree.
5176           And added the register routine for news server and group setting.
5178 2000-01-20
5180         * version 0.1.16alpha
5182         * src/statusbar.[ch]: added statusbar_puts_all().
5183           statusbar_puts(): made it truncate a string that is too long.
5184         * src/folderview.[ch]: changed CTree's row data from string
5185           to FolderInfo structure.
5186           And implemented popup menu that registers news server and group.
5187         * src/messageview.c: modified short header display routine.
5189 2000-01-19
5191         * added src/news.[ch] for NetNews session management.
5192         * src/summaryview.[ch]: added NetNews reading codes.
5194 2000-01-18
5196         * src/mainwindow.c
5197           src/prefs_common.[ch]: made them preserve toolbar style.
5198         * src/main.c: made it save configuration before exiting.
5199         * src/summaryview.c: modified summary status display routine.
5200         * added src/nntp.[ch] for handling low level NNTP session.
5202 2000-01-17
5204         * added src/progress.[ch] for displaying progress.
5205         * src/inc.c: modified progress dialog routines to use
5206           src/progress.[ch].
5207         * src/folderview.[ch]: added preliminary NetNews supporting code.
5209 2000-01-16
5211         * version 0.1.15alpha
5213         * src/main.c
5214           src/folderview.c: some permission fixes.
5215         * src/folderview.c: implemented folder creation/renaming/removing.
5216         * src/utils.[ch]: added remove_dir_recursive() that removes
5217           a directory recursively.
5219 2000-01-15
5221         * src/mainwindow.[ch]: added toolbar style selection.
5222         * added src/inputdialog.[ch] to prompt user to enter a string.
5223         * src/summaryview.[ch]: modified the behavior of view on
5224           normal mode.
5225         * src/mbox.c: fixed a bug that couldn't lock file when
5226           lockf() was used (Thanks to shigeri).
5228 2000-01-14
5230         * version 0.1.14alpha
5232         * src/mainwindow.[ch]: changed the appearance of toolbar.
5233           And fixed window handling.
5234         * src/summaryview.c: modified the messages displayed on status bar.
5235         * src/compose.[ch]: added toolbar.
5236         * src/*.xpm: borrowed some icons from gnome-libs (temporary).
5238 2000-01-13
5240         * version 0.1.13alpha
5242         * src/summaryview.c: fixed a bug of threading. And some code
5243           cleanups. And rewrote the routine of deleting duplicated messages
5244           using hash table.
5245         * src/mainwindow.[ch]: added toolbar.
5247 2000-01-12
5249         * version 0.1.12alpha
5251         * src/summary_search.c: if the OS don't have wcsstr(), use wcswcs()
5252           instead.
5253         * src/summaryview.c: changed CTree creating routine as it creates
5254           thread on the fly for speeding up.
5255         * src/procmsg.c: rewrote message processing routines using hash
5256           table for speeding up. It should be considerably faster than
5257           before.
5259 2000-01-11
5261         * version 0.1.11alpha
5263         * po/ja.po: modified msgstr for Solaris standard gettext.
5264         * src/main.c: added config.h inclusion.
5265         * src/compose.c: changed to add replied message's In-Reply-To
5266           message id to References header if it don't have References header.
5267         * src/summaryview.c: changed threading routine to use hash table
5268           for speeding up.
5270 2000-01-11
5272         * version 0.1.10alpha
5274         * po/ja.po: modified msgstr so as not to core dump on Solaris.
5275         * src/main.c: added inclusion of locale.h.
5276           (Thanks to Sato for above.)
5277         * src/mbox.c
5278         * src/socket.c: applied Solaris patch by shigeri with some
5279           modification. (Thanks!)
5281 2000-01-10
5283         * version 0.1.9alpha
5285         * src/compose.c: compose_encode_header(): fixed some bugs.
5286           And modified header generating routines to support proper
5287           References header, and supported Organization header.
5288         * src/procmsg.[ch]
5289           src/procheader.c: removed Cc: and Reply-To: from cache data.
5290         * src/procheader.[ch]: renamed header list structure to HeaderEntry.
5291         * src/summaryview.[ch]: summary_thread_func(): some optimization.
5292           And added summary_pass_key_press_event() to pass key press event
5293           from other widgets.
5294         * src/messageview.c: messageview_key_pressed(): modified so that
5295           key event is passed to summary view even if message view is
5296           separated. (Thanks to wakai@UEC univ. for pointing this out.)
5298 2000-01-09
5300         * version 0.1.8alpha
5302         * src/compose.c: implemented RFC1522, RFC2407 (loosely) compliant
5303           header MIME encoding.
5304         * src/procheader.c: some bug fixes of folded header line processing.
5305         * src/headerview.c: headerview_show(): some bug fixes.
5307 2000-01-07
5309         * version 0.1.7alpha
5311         * src/utils.c: conv_euctojis(): fixed a bug that didn't add
5312           kanji-out sequence [ \033 ( B ] when input string was ended
5313           with kanji. (Thanks to Nozomu Kobayashi for pointing this out.)
5314         * src/compose.c: compose_encode_header(): changed as it outputs
5315           encoded string to another buffer.
5316           And implemented a faculty to save sent message to outbox and
5317           to queue message that failed to send (preliminary).
5318           And, finally implemented proper To: and Cc: processing :)
5319         * src/folderview.c: added preliminary right-clicking popup menu
5320           for operating folders.
5321         * some permission fixes at creating or copying file.
5323 2000-01-07
5325         * version 0.1.6alpha
5327         * src/procheader.c: fixed a bug that didn't null-terminate
5328           header list and caused segmentation fault.
5330 2000-01-06
5332         * version 0.1.5alpha
5334         * src/procheader.[ch]: added function procheader_get_one_field()
5335           that gets one header field that matches the header list.
5336           And removed procheader_get_unfolded_line(), which is less generic.
5337           And rewrote procheader_get_header_fields() using
5338           procheader_get_one_field().
5339         * src/summaryview.c: some bug fixes of key input scan routine.
5340         * README, README.jp: modified documents a bit.
5342 2000-01-05
5344         * src/menu.c: menu_set_sensitive(): fixed a bug that if a menu item
5345           had a submenu, set sensitivity of the submenu, not the item.
5347 2000-01-05
5349         * version 0.1.4alpha
5351         * src/summaryview.c: fixed a bug that caused segmentation fault
5352           when empty summary view was center-clicked.
5353           And fixed a bug that freed moving folder strings when marked
5354           as unread.
5355           If current folder is trash, don't delete message.
5356         * src/summaryview.[ch]
5357         * src/mainwindow.c
5358         * src/procmsg.[ch]: added update-cache mode (discards previous cache).
5360 2000-01-04
5362         * src/procheader.[ch]: more optimization of header processing
5363           routine. And added a new function procheader_get_header_fields()
5364           that receives an array of header name as a parameter and
5365           set header bodies.
5366         * src/utils.[ch]: added remove_return() for removing return code.
5367         * src/unmime.c: added remove_return() on the last of UnMimeHeader().
5369 2000-01-03
5371         * src/compose.c: if message body is ascii only, set US-ASCII as
5372           charset in Content-Type.
5373         * src/main.[ch]
5374         * src/prefs.c
5375         * src/prefs_common.c
5376         * src/prefs_account.c
5377         * src/account.c: changed the location of rc files.
5378         * src/account.c: enabled closing window when escape key is pressed.
5380 2000-01-02
5382         * version 0.1.3alpha
5384         * src/compose.c: fixed a bug that caused segmentation fault
5385           when sending failed.
5386           And relocated header-generation routines from src/send.c.
5387         * src/send.c: moved header-generation routines to src/compose.c.
5388         * src/prefs.c: added '~' to home directory expansion.
5389         * src/prefs_account.[ch]: added signature file path configuration.
5390         * src/prefs_common.[ch]: added spool path configuration.
5391         * src/inc.c: changed the method of user name acquisition to use
5392           g_get_user_name().
5394 2000-01-01
5396         * version 0.1.2alpha
5398         * added ChangeLog (this file), ChangeLog.jp.
5399         * some code cleanups.
5400         * added manage_window.[ch] for transient window management.
5401         * src/procheader.c: optimized header processing routine a bit.
5402         * src/send.c: fixed exception handling on connection.
5403         * src/inc.c: added exception handling on getting user name.
5405 2000-01-01
5407         * version 0.1.1alpha
5409         * src/send.c: fixed a bug that didn't add Content-Type: header.
5411 2000-01-01
5413         * version 0.1.0alpha
5415         * initial release.