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