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