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