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