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