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