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