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