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