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