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