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