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