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