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