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