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