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