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