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