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