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