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