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